/*fonts*/
@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-SemiBold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Bold.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Regular.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Medium.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-ExtraLight.woff2') format('woff2'),
        url('../fonts/LibreFranklin-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Light.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/LibreFranklin-Black.woff2') format('woff2'),
        url('../fonts/LibreFranklin-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
    size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
    font-family: 'Libre Franklin', Arial, sans-serif;
}

body {
    -webkit-tap-highlight-color: transparent;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 16px;
    color: #212529;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}

footer,
.blog-details {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important
}

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin-bottom: 20px;
    color: #212529;
}

p:last-child {
    margin-bottom: 0;
}

main {
    position: relative;
}

li {
    list-style: none;
}

.text-center {
    text-align: center;
}

a {
    color: #465ec7;
}

a:hover {
    color: #343333;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.padding100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-60 {
    margin-bottom: 50px !important;
}

.padding50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-30 {
    padding-right: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.flex-box {
    display: flex;
    align-items: center;
}

.box-shadow {
    filter: drop-shadow(-10px 10px 34px #cecece);
}

.font52 {
    font-size: 52px;
    font-weight: 600;
    font-family: 'Libre Franklin';
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
}

.font44 {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Libre Franklin';
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.font36 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Libre Franklin';
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.font30 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Libre Franklin';
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.font24 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Libre Franklin';
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.font20 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Libre Franklin';
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}

.font18 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Libre Franklin';
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}

.bg-ofwhite {
    background-color: #f0f0f0;
}

.cmn-tagline {
    color: #0067ff;
    font-size: 1.125rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-family: latobold, sans-serif;
}

.btn-dark:focus {
    box-shadow: none !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    outline: none !important;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: #fff;
    transition: .4s;
    border: none;
    box-shadow: none;
    position: relative;
}

.btn.btn-dark {
    color: #fff;
    border: 1px solid var(--dusky-blue);
    background-color: var(--dusky-blue);
}

.btn.btn-dark:hover {
    border-color: var(--dusky-blue);
    background-color: #fff;
    color: #232323;
    -webkit-box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
    box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
}

.btn.btn-white {
    background: #fff;
    color: #000;
}

.btn.btn-white:hover {
    background: rgba(255, 255, 255, 0.7);
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: var(--dusky-blue) !important;
}

.btn.btn-blue {
    color: #232323;
    border: 1px solid var(--dusky-blue);
}

.btn.btn-blue:hover {
    border-color: var(--dusky-blue);
    background-color: var(--dusky-blue);
    color: #fff;
    -webkit-box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
    box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.white-color {
    color: #fff;
}

.banner-post-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-post-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

:root {
    --dusky-blue: #403d5d;
}

/*header*/
header {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 999;
}

header.sticky {
    animation-name: slideInDown;
    position: fixed;
    top: 0;
}

.header-main .logo img {
    width: 165px;
    transition: all 0.4s ease;
}

header.sticky .logo img {
    width: 130px;
}

.header-main nav.navbar {
    padding: 0;
}

.header-main .navbar-brand {
    margin: 0;
    display: inline-block;
    padding: 0;
    border: none;
    outline: none;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px;
    color: #020202;
    transition: all 0.4s ease;
    padding: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: var(--dusky-blue);
}

.header-search .form-control {
    box-shadow: none;
    padding: 6px 10px;
    line-height: normal;
    height: auto;
    font-size: 16px;
    border-radius: 0;
}

.search-main {
    position: relative;
}

.search-menu {
    max-height: 220px;
    margin-top: px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}

.search-menu .list-link {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #d4d7e1;
    border-top: 1px solid white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.search-menu .list-link {
    color: #444;
    text-decoration: none;
    display: block;
}

.search-menu {
    display: none;
}

.search-menu.active {
    display: block;
}

.search-submit {
    background: var(--dusky-blue);
    color: #FFFFFF;
    vertical-align: middle;
    padding: 5px 15px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.search-submit:hover {
    background: var(--dusky-blue);
    color: #fff;
}

form {
    margin: 0;
}

header .nav-link.btn-blue {
    padding: 8px 20px !important;
    font-size: 14px;
}

header .nav-link.btn-blue:hover {
    color: #fff;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

footer .footer-mid{background-color: #050506; }
footer .footer-row {margin-bottom: 30px;}
footer .footer-sec .footer-row:nth-last-child(-n + 3) {margin-bottom: 0;}
footer .list-unstyled li {display: block;  margin-bottom: 10px;}
footer .list-unstyled li:last-child{margin-bottom: 0;}
footer .list-unstyled li a {color: #fff;  font-size: 14px;  display: inline-block; transition: all 0.4s ease;}
footer .list-unstyled li a:hover{color: #bfb9ff;}
footer .footer-btm {padding: 15px 0;  background-color: #15151f;   margin-top: -1px;}
footer .copy-right p {color: #fff; text-align: center;  font-size: 14px;}
.copy-right a {color: #fff;}
.footer-logo {padding: 5px 0;  background: #ffff;  margin-bottom: 20px;}
.footer-text  a {color: #fff;  font-weight: 600;  font-size: 24px;}
.footer-menu-list ul {display: flex; justify-content: center; grid-gap: 20px;  flex-wrap: wrap;}
.footer-menu-list ul li {padding-right: 20px;  border-right: 1px solid #fff;   line-height: normal;}
.footer-menu-list ul li:last-child {border-right: none;   padding-right: 0;}
.footer-menu-list ul li a {color: #fff; line-height: normal;  font-size: 14px;  text-transform: capitalize;  transition: all 0.4s ease;}
.footer-menu-list ul li a:hover{color: #bfb9ff;}

/*blog*/
.blog-sec .blog-title {display: flex; align-items: center;  grid-gap: 20px;  justify-content: space-between;}
.blog-sec .blog-inner {display: grid;  grid-template-columns: repeat(3,1fr);   grid-gap: 30px;}
.blog-sec .blog-group {border: 1px solid #d1d1d1;  overflow: hidden;  border-radius: 15px;}
.blog-sec .blog-content {padding: 20px;}
.blog-sec .blog-content .font20 a {font-weight: 600;  transition: all 0.4s ease;  color: #000;}
.blog-sec .blog-group:hover .blog-content .font20 a{color: #434060;}
.blog-sec .blog-content a {color: #000;  font-weight: 500;}
.blog-sec .blog-group:hover .blog-content a{color: #434060;}

.homepage-tool .card-body {padding: 10px 15px;}
.homepage-tool .card-body  .card-title {font-size: 18px !important;}

/*contact page*/
.contact-form .form-label {
    font-size: 14px;
    margin-bottom: 0;
}

.contact-form .form-control,
.contact-form .form-select {
    box-shadow: none !important;
    border-radius: 0;
    padding: 6px 10px;
    height: auto;
    border-color: #dee2e6 !important;
}

.top-banner {
    background-color: #f7f7f7;
}

.example-text {
    color: #000;
    font-size: 14px;
    display: block;
}

div#freeprivacypolicy-com---nb {
    max-width: 100%;
}

.cc-nb-main-container {
    padding: 15px 20px !important;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
    background-color: #403d5d !important;
    color: #fff;
}

.freeprivacypolicy-com---reset button {
    font-family: 'Libre Franklin' !important;
    text-transform: capitalize !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-text,
.freeprivacypolicy-com---palette-dark .cc-nb-title {
    font-family: 'Libre Franklin' !important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 14px !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree,
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
    color: #fff !important;
    background-color: #0077c8 !important;
    border-color: #0077c8 !important;
}

/*jsoneditor*/
.jsoneditor-sec {
    height: 80vh;
    text-align: left;
    contain: layout style;
}

.jsoneditor-menu {
    background: var(--dusky-blue);
}

.jsoneditor-menu>.jsoneditor-modes>button,
.jsoneditor-menu>button {
    opacity: 1;
}

.jsoneditor {
    border: thin solid var(--dusky-blue);
    contain: layout style;
}

.jsoneditor-menu>button.jsoneditor-undo:disabled {
    background-position: -24px -95px;
}

.jsoneditor-menu>button.jsoneditor-redo:disabled {
    background-position: -48px -95px;
}

.ojf-btn-group>div {
    display: inline-block;
    padding: 7px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

button#ojf-sampleDataBtn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: flex;
    vertical-align: middle;
    justify-content: end;
}

#jsonviewer .jsoneditor-validation-errors {
    display: none;
}

.ads-sec {
    height: 150px;
    border: 1px solid var(--dusky-blue);
    border-radius: 5px;
    contain: layout size;
    min-height: 150px;
}

.list {
    margin-bottom: 20px;
}

.list li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
}

.list li:last-child {
    margin-bottom: 0;
}

.box-shadow {
    box-shadow: rgb(7 25 54 / 25%) 0px 4px 8px -2px, rgb(8 27 58 / 8%) 0px 0px 0px 1px;
    border-radius: 5px;
}

.double-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.double-arrow .img-arrow {
    box-shadow: rgb(7 25 54 / 25%) 0px 4px 8px -2px, rgb(8 27 58 / 8%) 0px 0px 0px 1px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.CodeMirror {
    height: 80vh !important;
    text-align: left;
    contain: layout style;
}

.jsoneditor {
    border: thin solid var(--dusky-blue);
    contain: layout style;
}

.CodeMirror-linenumber {
    background-color: #ebebeb !important;
    width: 41px;
    text-align: center !important;
    top: -4px !important;
}

.CodeMirror-linenumber {
    background-color: #dcdcdc;
}

.list-box {
    margin-bottom: 20px;
}

.list-box li {
    margin-bottom: 10px;
}

/*.jsoneditor-modal */
.jsoneditor-modal .pico-modal-header {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #403d5d;
    color: #fff;
    font-family: 'Libre Franklin' !important;
    font-size: 20px;
}

.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover {
    color: #fff;
    background-color: #403d5d;
}

.uploadFileJsonDataBtn {
    margin-top: 15px;
}

.pico-modal-contents {
    font-family: 'Libre Franklin';
    padding: 20px 0;
}

.jsoneditor-modal .jsoneditor-jmespath-label {
    font-weight: 600;
    color: #403d5d;
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Libre Franklin';
    margin-bottom: 10px;
}

.jsoneditor-jmespath-block textarea#query {
    font-size: 16px;
    color: #000;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
}

.jsoneditor-jmespath-block.jsoneditor-modal-actions input#ok {
    display: inline-block;
    margin-bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    outline: none !important;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: #fff;
    transition: .4s;
    border: none;
    box-shadow: none;
    position: relative;
    color: #232323;
    border: 1px solid var(--dusky-blue);
}

.jsoneditor-jmespath-block.jsoneditor-modal-actions input#ok:hover {
    border-color: var(--dusky-blue);
    background-color: var(--dusky-blue);
    color: #fff;
    -webkit-box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
    box-shadow: 0 2rem 3.20rem 0 rgba(36, 36, 36, .1);
}

.jsoneditor-modal .pico-close {
    font-size: 29px !important;
    top: 12px !important;
    right: 12px !important;
}

/*modal*/
.modal .modal-title {
    font-size: 18px;
    color: #000;
}

.modal .btn-close {
    font-size: 12px;
}

.modal .btn-close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.modal .form-control {
    font-size: 16px;
    color: #000;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
}

/*form*/
.ovr-form .form-control {
    font-size: 16px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
}

.ovr-form label {
    font-size: 14px;
}

select {
    appearance: auto !important;
}

select.form-select.form-control {
    background: transparent;
}

select.form-select {
    appearance: none;
    --bs-form-select-bg-img: none;
}

/*images*/
.olf-img-loop-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    margin-top: 30px;
}

.olf-img-loop a {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.table-list {
    padding: 15px;
    border-radius: 5px;
    background-color: #ebeff1;
    margin-bottom: 20px;
}

.table-list .nav-link:last-child {
    margin-bottom: 0;
}

.table-list .nav-link {
    color: #000;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 0px;
}

.table-list .nav-linkk:hover {
    color: var(--dusky-blue);
    text-decoration: underline;
}

/*accordion*/
.accordion-content {
    background: #f7f7f7;
    padding: 20px;
}

.accordion-content .accordion-button {
    margin-bottom: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 500;
}

.accordion-content .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #403d5d !important;
}

.accordion-content .accordion-item {
    border: none;
    border-bottom: 1px solid #f7f7f7;
}

.accordion-content .accordion-button:not(.collapsed)::after {
    background-color: #fff;
}

.accordion-content .accordion-button::after {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 15px;
}

.related-tools-sec ul {
    padding: 10px;
    border: 1px solid #403d5d;
    border-radius: 5px;
    background: #403d5d;
}

.related-tools-sec ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.related-tools-sec ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border: none;
}

.related-tools-sec ul li a {
    color: #fff;
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 500;
}

.related-tools-sec ul li a:hover {
    color: #fff;
}

.related-tools-sec {
    position: sticky;
    top: 20px;
}

.getty-img-loop {
    margin-top: 30px;
}

/*code*/
.code-content pre {
    padding: 20px;
    white-space: pre-line;
    font-size: 14px;
    overflow-x: auto;
    word-wrap: normal;
    -webkit-overflow-scrolling: touch;
    background-color: #f7f7f7;
    color: #212529;
}

.code-content pre span {
    display: block;
    padding-left: 30px;
}

/*home page*/
.banner-sec {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.tool-group {
    outline: 1px solid #f7f7f7;
    padding: 3px;
    transition: all 0.4s ease;
    position: relative;
    contain: layout style;
}

.tool-group:hover {
    outline: 1px solid var(--dusky-blue);
}

.tool-group a {
    text-align: center;
    font-size: 16px;
    background: #f7f7f7;
    padding: 20px;
    height: 100%;
    color: #1d1d25;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease;
}

.tool-group a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tool-group a:hover {
    background-color: var(--dusky-blue);
    color: #fff;
}

hr {
    margin: 0;
    border-top: 1px dashed #3e5caa;
}

.follow-sec {
    background: #f1f1f1;
}

.footer-social-list ul {
    display: flex;
    grid-gap: 15px;
}

.footer-social-list ul li a {
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 100%;
    font-size: 16px;
    transition: all 0.4s ease;
}

.footer-social-list ul li a:hover {
    background-color: var(--dusky-blue);
    color: #fff;
}

/*html*/
.html-code .editor-toolbar {
    display: flex;
    align-items: center;
    grid-gap: 9px;
    background: var(--dusky-blue);
    padding: 4px;
    width: 100%;
    height: 35px;
}

.html-code .editor-toolbar button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}

.html-code .editor-toolbar button {
    display: flex;
    padding: 0;
    align-items: center;
    font-size: 13px;
    line-height: 0;
    background: transparent;
    color: #fff !important;
    padding: 3px;
    border: 1px solid transparent;
}

.html-code .editor-toolbar button:hover {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4);
}

.html-code .editor-toolbar button svg {
    margin-right: 4px;
}

.html-code .editor-wrap,
.html-code .viewer-wrap {
    border: thin solid var(--dusky-blue);
}

.html-code .ace-cobalt .ace_gutter {
    background: #ebebeb;
    color: #333;
}

.html-code .ace-cobalt {
    background-color: #fff;
    color: #000000;
}

.html-code .ace-cobalt .ace_marker-layer .ace_active-line {
    background: #fffbd1 !important;
}

.html-code .ace-cobalt .ace_meta.ace_tag {
    color: #1a1a1a;
}

.html-code .ace-cobalt .ace_marker-layer .ace_selection {
    background: #d3d3d3;
}

.html-code .ace-cobalt .ace_cursor {
    color: #000000;
}

.html-code .ace-cobalt .ace_gutter-active-line {
    background-color: #dcdcdc;
}

.html-code .file-upload,
.valid-html-upload {
    position: relative;
    font-size: 16px;
    border-radius: 4px;
    border: 1px dashed #3e5caa;
    margin-bottom: 15px !important;
}

.html-code .file-upload input#uploadFileBtn,
.valid-html-upload .upload-file {
    opacity: 0;
    margin: 0 !important;
    padding: 15px;
}

.html-code .file-upload span,
.valid-html-upload span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-check-input:checked {
    background-color: var(--dusky-blue) !important;
    border-color: var(--dusky-blue) !important;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.list-content li {
    list-style: disc;
}

.list-content {
    padding-left: 20px;
    margin-bottom: 15px;
}

.list-content li {
    margin-bottom: 10px;
}

.list-content li:last-child {
    margin-bottom: 0;
}

/*about*/
.about-tool-list {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    height: 100%;
}

.about-tool-list .font24 {
    color: #403d5d;
}

.about-tool-list ul li {
    margin-bottom: 7px;
    font-size: 15px;
}

.about-tool-list ul li:last-child {
    margin-bottom: 0;
}

/*loader*/
.loader-body {
    overflow: hidden;
}

.loader.page-loader {
    display: none;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    background: #ffffff;
    contain: strict;
}

.page-loader .loader-inner {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-loader .loader-inner svg {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.loader-body .loader.page-loader {
    display: block;
}


@keyframes pulse-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loader-icon {
    animation: color-change 3s linear infinite;
}

@keyframes color-change {
    0% {
        fill: var(--dusky-blue);
    }

    50% {
        fill: var(--dusky-blue);
        /* New color */
    }

    100% {
        fill: var(--dusky-blue);
    }
}

/*random detail*/
.gray-color {
    background-color: #f7f7f7;
}

.random-name {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.random-name input.form-control {
    border: none !important;
    outline: none !important;
    padding: 20px 20px;
    background: #fff;
    border-radius: 0;
    margin: 0 !important;
    text-align: center;
    box-shadow: none !important;
}

.random-name .input-group {
    width: 100%;
    box-shadow: rgba(10, 35, 60, .30) 0px 4px 8px -2px, rgba(10, 35, 60, .085) 0px 0px 0px 1px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.rendom-form {
    box-shadow: rgb(7 25 54 / 25%) 0px 4px 8px -2px, rgb(8 27 58 / 8%) 0px 0px 0px 1px;
    border-radius: 5px;
}

.card {
    border: none;
}

.grid-two {
    grid-template-columns: repeat(2, 1fr);
}

.grid-two .copyString {
    padding: 20px;
    border: none !important;
    background: #403d5d;
    color: #fff;
    outline: none !important;
}

.random-numbers-wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 30px;
}

.random-numbers-wrap ul li {
    width: 100%;
    box-shadow: rgba(10, 35, 60, .30) 0px 4px 8px -2px, rgba(10, 35, 60, .085) 0px 0px 0px 1px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0 !important;
    border: none !important;
    outline: none !important;
    padding: 20px 20px;
    margin: 0 !important;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.random-numbers-wrap .copy-btn {
    position: absolute;
    right: 10px;
    color: #88869d;
    font-size: 17px;
    transition: all 0.4s ease;
}

.random-numbers-wrap .copy-btn:hover {
    color: #403d5d;
}

.ovr-form .select2-container {
    font-size: 16px !important;
    color: #000 !important;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd !important;
    padding: 3px 10px !important;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
    width: 100% !important;
}

.random-phone {
    box-shadow: rgb(7 25 54 / 25%) 0px 4px 8px -2px, rgb(8 27 58 / 8%) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 15px 5px;
    margin: 0;
}

.random-phone .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: auto !important;
}

.generated-credit {
    height: 300px;
    width: 100%;
}

.chart-container {
    position: relative;
    height: auto;
    width: 100%;
}

.total-amt {
    font-size: 18px;
    font-weight: 500;
}

.table>:not(caption)>*>* {
    padding: 5px;
    font-size: 14px;
}

.color_picker {
    padding: 2px !important;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-top: 0px;
}

.color-pantone .pantone-colors-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-content: center;
    grid-column-gap: 20px;
    text-align: center;
    grid-row-gap: 30px;
}

.pantone-name {
    min-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}

.pantone-color-list .pantone-color {
    width: 100% !important;
}

/*card*/
.card-details {
    padding: 10px;
    background-color: #403d5d96;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.card-details strong {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
    font-weight: 600;
}

.card-details strong:last-child {
    margin-bottom: 0 !important;
}

/*seo faqs*/
.faqs-output {
    background-color: #fbfbfb;
    min-height: 375px;
}

.faq-sortable .faq-item {
    margin-bottom: 20px;
    background-color: #fbfbfb;
    padding: 15px;
    border-radius: 5px;
}

.faq-sortable .drag-handle {
    font-size: 22px;
    transform: rotate(90deg);
}

.faq-sortable {
    padding-top: 10px;
}

.faq-sortable .output-box {
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #403d5d;
}

.faq-sortable .remove-btn {
    margin-top: 0 !important;
    border: none;
    background: transparent;
    outline: none;
    font-size: 18px;
    color: #403d5d;
    cursor: pointer;
}

/*other*/
#loremOutput {
    height: 250px;
    overflow-y: auto;
    padding: 10px;
    font-family: 'Libre Franklin';
    background-color: #f7f7f7;
    border: none;
}

.bg-title {
    background: var(--dusky-blue);
    color: #fff;
    padding: 5px 10px;
}

#hashOutput {
    height: 180px;
    padding: 10px;
    background-color: #f7f7f7;
    word-wrap: break-word;
}

#qrCode img {
    display: block;
    margin: 0 auto;
}

.encoder-ovr textarea {
    height: 300px;
}

.border-radius {
    border-radius: 10px;
    overflow: hidden;
}

.less-css-info .editor-toolbar {
    height: 60px;
    flex-wrap: wrap;
}

/*JPG to PNG Converter*/
.filepond--drop-label {
    border: 1px dashed #aaa;
    min-width: 278px;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
}

.preview-card {
    border: 1px solid #e2e2e2;
    padding: 10px;
}

.preview-card .card-body {
    padding: 0;
    margin-top: 15px;
    text-align: center;
}

.preview-card .image-box {
    width: 100%;
    height: 193px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*images optimize */
.images-optimize .dropzone {
    min-height: auto !important;
    border: 2px solid rgba(0, 0, 0, .3) !important;
    background: #f1f0ef !important;
    padding: 20px 20px;
    background: #f1f0ef;
    border: 1px dashed #aaa !important;
    min-width: 278px;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
}

/*topic card*/
.topic-card-info {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.topic-card {
    width: 49%;
    background-color: #f5f5f5 !important;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .02);
    color: #484848;
    max-width: 100%;
    position: relative;
    padding: 20px;
}

.btn-multiline {
    border: none;
    background: transparent;
    margin-left: 10px;
    height: auto;
}

/*Quebec Sales Tax Calculator 2025*/
.quebec-sales-info canvas {
    max-height: 450px;
}

.quebec-sales-info .result-box {
    background: #f5f5f7;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
}

.quebec-sales-info .result-box p {
    margin-bottom: 10px;
}

.quebec-sales-info .result-box p:last-child {
    margin-bottom: 0px;
}

.quebec-sales-info .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-bottom: 30px;
}

.quebec-sales-info .nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    padding: 10px 20px;
    color: var(--dusky-blue);
    transition: all 0.3s ease-in-out;
}

.quebec-sales-info .nav-tabs .nav-link:hover {
    background: #f8f9fa;
}

.quebec-sales-info .nav-tabs .nav-link.active {
    background: var(--dusky-blue);
    color: #fff;
    border-color: var(--dusky-blue);
    box-shadow: 1px 1px 5px rgba(0, 123, 255, 0.3);
}

/*us federal tax*/
.us-federal-tax-info .result-box {
    background: #f5f5f7;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
}

.invert-image .image-preview {
    display: none;
}

.jpg-to-word-info .loader {
    display: none;
}


/*Responsive*/
@media screen and (min-width: 1600px) {

    .jsoneditor-manual {
        height: 80vh;
        text-align: left;
    }

}

@media (max-width: 1535px) {

    .container {
        max-width: 1250px
    }

}

@media (max-width: 1365px) {

    .container {
        max-width: 1180px
    }

}

@media (max-width: 1279px) {

    .container {
        max-width: 1100px;
    }

}

@media all and (max-width: 1199px) {

    .container {
        max-width: 95%;
    }

    .btn {
        padding: 8px 24px;
        font-size: 14px;
    }

    .color-pantone .pantone-colors-wrap {
        grid-template-columns: repeat(7, 1fr);
    }

    .topic-card-info {
        grid-gap: 15px;
    }

    .list-menu-insta {
        position: inherit;
        margin-top: 20px;
    }

}

@media all and (max-width: 1023px) {

    .padding100 {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .padding50 {
        padding: 30px 0;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .padding50 {
        padding: 30px 0;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .editor-wrap {
        margin-bottom: 30px;
    }

    .viewer-wrap {
        margin-top: 30px;
    }

    /*menu*/
    .navbar .navbar-toggler {
        order: 3;
        padding: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0px;
        height: 100vh;
        background: #403d5d;
        width: 100%;
        z-index: 9;
        padding: 20px;
        padding-top: 100px;
    }

    .navbar-nav.ms-auto.mb-2.me-3.mb-lg-0 {
        margin: 0 !important;
    }

    .navbar-toggler {
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }

    .navbar-nav li a {
        color: #fff;
        font-size: 30px;
    }

    .navbar-nav li {
        margin-bottom: 10px;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        text-align: center;
    }

    .navbar-nav li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #dbdbdb;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }

    .header-main [aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/close_icon.svg);
        z-index: 999;
        top: 20px;
        position: fixed;
        right: 20px;
        background-color: #fff;
        padding: 2px;
    }

    .tool-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    footer .footer-mid {
        padding: 3rem 0;
    }

    /*random*/
    .random-numbers-wrap ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .random-phone .number-generate-btn {
        margin-top: 20px;
    }

    .random-phone .number_format {
        margin: 20px 0;
    }

    .random-numbers-wrap ul {
        margin-top: 30px;
    }

    .random-name {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-two {
        grid-template-columns: repeat(1, 1fr);
    }

    .chart-info {
        margin-top: 30px;
    }

    .color-pantone .pantone-colors-wrap {
        grid-template-columns: repeat(5, 1fr);
    }

    .color-distance {
        margin: 15px 0;
    }

    .related-tools-sec {
        position: inherit;
        margin-top: 30px;
    }

    .schema-sec {
        margin-top: 30px;
    }

    #generate-json {
        margin-bottom: 15px;
    }

    .faq-sortable .remove-btn {
        margin-top: 5px !important;
    }

    .topic-card {
        width: 100%;
    }



}

@media all and (max-width: 767px) {

    .font52,
    .font44,
    .font36,
    .font30,
    .font24,
    .font20,
    .font18 {
        margin-bottom: 15px;
    }

    .padding100 {
        padding: 30px 0;
    }

    .pt-100 {
        padding-top: 30px;
    }

    .pb-100 {
        padding-bottom: 30px;
    }

    .header-main .logo img {width: 120px; }
    .tool-wrap {grid-template-columns: repeat(2,1fr);}
    .follow-sec .font36 {margin-top: 20px;}
    footer .footer-mid {padding: 2rem 0;}
    .footer-menu-list { margin-top: 20px; }
    .accordion-content {padding: 15px;}
    .btn {padding: 7px 20px;  font-size: 14px;}
    .btn-group, .btn-group-vertical {flex-wrap: wrap !important;   width: 100% !important;   justify-content: start;  }
    .jsoneditor-menu {width: 100%;   height: 60px; }
    .jsoneditor-search {left: 4px;    top: 34px; }
    .blog-sec .blog-inner { grid-template-columns: repeat(2,1fr);   grid-gap: 20px;}
    .mt-100 {
        margin-top: 30px;
    }

    .mb-100 {
        margin-bottom: 30px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .font52 {
        font-size: 40px;
    }

    .font44 {
        font-size: 36px;
    }

    .font36 {
        font-size: 30px;
    }

    .font30 {
        font-size: 26px;
    }

    .container {
        max-width: 100%;
    }

    .header-main .logo img {
        width: 120px;
    }

    .tool-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .follow-sec .font36 {
        margin-top: 20px;
    }

    footer .footer-mid {
        padding: 2rem 0;
    }

    .footer-menu-list {
        margin-top: 20px;
    }

    .accordion-content {
        padding: 15px;
    }

    .btn {
        padding: 7px 20px;
        font-size: 14px;
    }

    .btn-group,
    .btn-group-vertical {
        flex-wrap: wrap !important;
        width: 100% !important;
        justify-content: start;
    }

    .jsoneditor-menu {
        width: 100%;
        height: 60px;
    }

    .jsoneditor-search {
        left: 4px;
        top: 34px;
    }

    /*random*/
    .random-numbers-wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .random-name {
        grid-template-columns: repeat(2, 1fr);
    }

    .color-pantone tbody td {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .color-pantone .pantone-colors-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    footer .footer-sec .footer-row:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }

    footer .footer-row {
        margin-bottom: 20px;
    }

    footer .list-unstyled li {
        margin-bottom: 5px;
    }

    .footer-menu-list.mt-5 {
        margin-top: 10px !important;
    }

    .dropzone .dz-preview {
        margin: 10px !important;
    }


}

@media all and (max-width: 575px) {

    .navbar-nav li a {
        color: #fff;
        font-size: 18px;
    }

    .search-main {
        display: none;
    }

    .tool-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .download-btn {
        margin-top: 15px;
    }

    /*random*/
    .random-numbers-wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .stripper-name-creator-sec ul {grid-template-columns: repeat(1,1fr);}
    .blog-sec .blog-inner { grid-template-columns: repeat(1,1fr);}
    .random-name {
        grid-template-columns: repeat(1, 1fr);
    }

    button#copyBtn {
        margin: 10px 0 !important;
    }

    button#downloadUsernames {
        margin-top: 15px;
    }

    .card-type {
        margin: 15px 0;
    }

    .color-pantone .pantone-colors-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .html-code .editor-toolbar {
        height: auto;
        flex-wrap: wrap;
    }

    .generate-topics-btn {
        margin: 15px !important;
    }

    .stripper-name-creator-sec ul {
        grid-template-columns: repeat(1, 1fr);
    }

}

.tool-sec {
    background-color: #ffffff;
}

.tool-sec .section-header {
    font-size: 2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-family: 'Libre Franklin';
}

.tool-sec .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tool-sec .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.tool-sec .card-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.tool-sec .card-title a:hover {
    color: #007bff;
}

.tool-sec .card-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.tool-sec hr {
    border: 0;
    height: 1px;
    background: #dddada;
    margin-bottom: 30px;
}

/* ============================================================
   Before-footer Popular Tools — Dark branded design
   ============================================================ */
.before-footer {
    background: linear-gradient(155deg, #1a1828 0%, #2d2b42 50%, #403d5d 100%);
    position: relative;
    overflow: hidden;
}

.before-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #bfb9ff 50%, transparent 100%);
}

.footer-col-inner {
    padding: 0 1.5rem;
}

.before-footer .footer-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #bfb9ff;
    border-bottom: 1px solid rgba(191, 185, 255, 0.2);
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
}

.list-unstyled {
    padding-left: 0;
}

.list-unstyled li {
    margin-bottom: 0.5rem;
    padding-left: 14px;
    position: relative;
}

.before-footer .list-unstyled li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: #bfb9ff;
    font-size: 1rem;
    line-height: 1.45;
    opacity: 0.55;
}

.before-footer .list-unstyled li h4 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.45;
}

.before-footer .list-unstyled a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease;
}

.before-footer .list-unstyled a:hover {
    color: #ffffff;
}

.popular-tools-title {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
    position: static;
    left: auto;
    transform: none;
    letter-spacing: 0.3px;
}

.popular-tools-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #bfb9ff;
    margin: 0.65rem auto 0;
    border-radius: 99px;
}

.footer-menu-list.mt-5 {
    border-top: 1px solid #393939;
    padding-top: 20px;
    border-bottom: 1px solid #393939;
    padding-bottom: 20px;
}

.home-tools h3.card-title {
    font-size: 20px;
}

.filepond--list-scroller {
    margin-top: 20px !important;
}

.homepage-how-to ul {
    padding-left: 0px;
    margin-top: 20px;
    list-style: none;
    /* Remove default bullets */
}

.homepage-how-to ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.homepage-how-to ul li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    color: #403d5d;
    font-weight: bold;
    font-size: 16px;
}

.step-list li {
    margin-bottom: 15px;
    padding-left: 8px;
    border-left: 3px solid #403d5d;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject:focus {
    box-shadow: none !important;
}

@keyframes slideBorder {
    from {
        width: 0;
    }

    to {
        width: 80%;
    }
}

@media (max-width: 1023px) {

    .tool-sec hr {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    .footer-row {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 575px) {
    .footer-row {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*CLS Prevention Classes*/
.prevent-cls {
    min-height: 200px;
    contain: layout;
}

.skeleton-loader {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.card-skeleton {
    height: 200px;
    margin-bottom: 20px;
}

.text-skeleton {
    height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.text-skeleton:last-child {
    width: 60%;
}

.jsoneditor-loading {
    height: 80vh;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    contain: strict;
}

.image-placeholder {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    min-height: 100px;
}

.content-text li {
    list-style: disc;
    margin-top: 11px;
    margin-bottom: 10px;
}

.related-tools-sec li {
    list-style: none;
}
