.filter-font-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.filter-font-loading img {
    text-align: center;
    margin: auto;
}

.content-box .box .bot .link {
    font-weight: 300;
    color: var(--c-grey-dark-4);
    font-size: var(--fs-3);
    cursor: pointer;
    text-decoration: underline;
}

.verify-phone .phone-number .phone {
    font-size: var(--fs-4);
    font-weight: 600;
}

.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.purchase-options .bundle-option .prices .old-price {
    text-align: center;
    text-decoration: line-through;
    color: var(--c-red-3);
    padding-left: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}
/* test */
/* test */
.card-large.slider .price .old-price,
.i-card.small.slider .price .old-price,
.font-card .price .old-price {
    text-decoration: line-through;
    color: var(--c-grey-dark-4);
    font-size: 15px;
    padding-right: 5px;
    display: inline-flex;
    align-items: center;
}

.blog-post-content .entry-content .about-us-logo {
    float: right;
    max-width: 170px !important;
    margin-left: 30px;
}

.font-p .about-us-logo {
    max-width: 80px !important;
}

.hide-in-mobile.section-title {
    display: none !important;
}

blockquote p {
    border: 2px dashed gray;
    padding: 10px;
}

/* it goes to main.css */
@media only screen and (max-width: 480px) {

    header .mob-user .profile-picture img {
        width: 30px;
        height: 30px;
        border-radius: var(--br-round);
    }

    .about-us-logo {
        float: unset;
        max-width: 100% !important;
        margin-left: unset;
    }

    .pagination-container .item {
        width: 40px;
        height: 40px;
    }

    .pagination-container .item a {
        font-size: var(--fs-3);
    }

    .header {
        text-align: center;
        padding: 10px 0;
    }

    .selected-already-purchased {
        background-color: var(--c-text-1) !important;
    }

    .bundle-already-purchased.close.selected-package {
        background-color: var(--c-text-1) !important;
    }

    @media only screen and (max-width: 399px) {
        .pagination-container .item {
            width: 34px;
            height: 34px;
        }

        .pagination-container .item a {
            font-size: var(--fs-3);
        }
    }
}

.user-top .row .verify {
    margin-right: 5px;
    font-size: var(--fs-2-5);
    color: var(--white);
    font-weight: 300;
    border: none;
    background-color: var(--c-blue-3);
    border-radius: var(--br-1);
    cursor: pointer;
    padding: 0 6px 0 6px;
}

.font-p-designers .container .designer {
    margin-bottom: 20px;
}

.comments-faq-sc .comments-wrapper .comment-conatiner .type-reply .role {
    border: 1px solid;
}

.comments-faq-sc .new-comment #comment-content {
    width: 100%;
    outline: none;
    border: none;
    background: var(--c-grey-light-7);
    padding: 20px;
    border-radius: var(--br-3);
}

#comment-content {
    height: 220px;
    resize: vertical;

}

.comments-faq-sc .new-comment #comment-content {
    padding: 20px;
    line-height: 1.6;
}

.comments-faq-sc .new-comment #comment-content::before {
}

.new-comment .bottom {
    padding-top: 20px !important;
}

#comment-text-area {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;

}

.comments-faq-sc .new-comment .replay-to-name {
    font-size: var(--fs-2);
    display: block;
    color: var(--c-blue);
    padding-bottom: var(--global-padding);
    cursor: pointer;
}

.comments-faq-sc .new-comment .replay-to-name img {
    display: inline-flex;
    width: 19px;
    font-size: var(--fs-1);
    filter: invert(38%) sepia(81%) saturate(5265%) hue-rotate(196deg) brightness(94%) contrast(107%);;
}

#comment-text {
    height: 100%;
    width: 100%;
    resize: none;
}

.replay-container {
    float: right;
}

.new-comment .container .uploade-preview {
    padding-top: 10px;
}

.new-comment .container .uploade-preview .comment-media-text {
    padding-top: 13px;
}

.font-p .purchase-options .licenses .wrapper {
    margin-bottom: 10px !important;
}

.required-span {
    color: var(--c-red);
}

.font-lab-generator-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    justify-content: center;
}

.filter-font-loading img {
    text-align: center;
    margin: auto;
}

.comments-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    justify-content: center;
}

.comments-loading img {
    text-align: center;
    margin: auto;
}

.designer-fonts-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.designer-fonts-loading img {
    text-align: center;
    margin: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.font-update {
    padding-bottom: 10px;
}

.font-update a {
    text-decoration: none !important;
    color: var(--c-text-1) !important;
}
.font-update .date{
    font-size: var(--fs-2);
    font-weight: 300;
    font-variation-settings: "wght" 300;
    color: hsl(0deg 0% 0%);
    white-space: nowrap;
    display: inline-flex;
    margin-right: 6px;
    background-color: var(--c-grey-light-5);
    padding: 4px 8px 0 8px;
    border-radius: 999px;
}

.text-content-wrapper .has-image {
    max-width: 100% !important;
    height: auto !important;
}

.text-content-wrapper img {

}

.blog-post-content .entry-content p img {
    max-width: 100% !important;
    height: auto;
}

.text-content-wrapper .has-image {
    max-width: min(100%, 40em) !important;
    height: auto !important;
}

.blog-post-content .entry-content p img {
    max-width: min(100%, 40em) !important;
    height: auto !important;
}

.faq-content .question-wrapper.open .answer.font-problems p img {
    max-width: min(100%, 40em) !important;
    height: auto !important;
}

.back-to-font {
    text-decoration: none;
    color: var(--c-grey-dark-2);
}

.faq-content .question-wrapper.open .answer.font-problems {
    overflow-y: scroll;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -48px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.m-license-script .modal__container {
    overflow: hidden;
}

.shaky-btn:active {
    animation: shake 0.4s ease-out;
}

@keyframes shake {
    0% {
        transform: skewX(-20deg);
    }
    25% {
        transform: skewX(20deg);
    }

    50% {
        transform: skewX(-20deg);
    }

    75% {
        transform: skewX(20deg);
    }

    100% {
        transform: skewX(-20deg);
    }
}

.faq-cat-logo {
    width: 25px;
    display: inline-flex;
    margin-left: 3px
}

a.cart-details {
    color: var(--c-grey-dark-4);
}

.disabled {

}

@media only screen and (min-width: 992px) {
    div#t-Bugs {
        padding: 50px 0px !important;
    }

    .orders-list .item .top .actions {
        /* flex-direction: unset; */
    }
}

.lic-about-desc * {
    max-width: 43em;
}

.alert > button {
    background: transparent;
    border: none;
    margin-right: auto;
    margin-left: 5px;
    font-size: 20px;
}

.alert > button:hover {
    color: #FB565B;
}



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

input[type="text"].placeholder-small::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
}

input[type="text"].placeholder-small::-moz-placeholder { /* Firefox 19+ */
    font-size: 11px;
}

input[type="text"].placeholder-small:-ms-input-placeholder { /* IE 10+ */
    font-size: 11px;
}

input[type="text"].placeholder-small:-moz-placeholder { /* Firefox 18- */
    font-size: 11px;
}

.coupon-cart-total {
    text-align: center;
}

.coupon-cart-total > * {
    display: inline;
}

.order-summary .item .font-dl-bt {
    cursor: pointer;
}

.user-dash-links .wrapper a {
    cursor: pointer;
}

.comments-faq-sc .comment .text-wrapper {
    overflow-x: hidden;
}

.email-hint-alert {
    font-weight: 300;
    color: var(--c-grey-dark-4);
    font-size: var(--fs-2);
    text-align: center;
}

.box-alert-email-hint {
    display: none;
}

.short-desc ul {
    max-width: 40em !important;
}

.text-content-wrapper ul {
    max-width: 40em !important;
}

.short-desc img {
    max-width: min(100%, 40em) !important;
    height: auto !important;
}

iframe.font-iframe {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
}

@media only screen and (min-width: 1100px) {
    iframe.font-iframe {
        min-width: 1024px;
        min-height: 600px;
        max-height: 600px;
    }
}

.error-container {
    color: var(--c-red-5) !important;
    font-size: 12px;
    margin-top: 2px;
    padding: 2px 10px;
}

.form-control .input-wrapper:has(.error-container p) {
    margin-bottom: 0 !important;
}


.has-license .font, .has-font .license, .has-license .license, .has-font .font {
    margin-bottom: 0 !important;
}

.has-license:has(.license) .font .wrapper, .has-license .license:not(:last-child):first-child .wrapper, .has-font .font .wrapper {
    transition: opacity 0.3s ease;

    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.package-container, .license-container {
    margin-bottom: 15px !important;
}

.has-license .license:not(:last-child):not(:first-child) .wrapper, .has-font .license:not(:last-child):not(:first-child) .wrapper {
    border-style: dotted !important;
    border-top: white;
    border-radius: 0 !important;
}

.has-license .license:not(:first-child):last-child .wrapper, .has-font .license:not(:first-child):last-child .wrapper {
    border-style: dotted !important;
    border-top: white;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;

}

.disabled {
    cursor: not-allowed;
}

/* Custom styles for SweetAlert dialog */
.my-sweetalert-popup {
    border-radius: 10px !important;
    border: 2px solid var(--c-red-3) !important;
    background-color: #fff !important;
}

.my-sweetalert-title {
    font-size: 24px !important;
    color: #333 !important;
}

.my-sweetalert-content {
    font-size: 18px !important;
    color: #666 !important;
}

.my-sweetalert-confirm-button {
    background-color: var(--c-red-3) !important;
    color: #fff !important;
    margin: 0 5px;
    border: 3px solid var(--c-red-3) !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
    outline: none;
}

.my-sweetalert-confirm-button:disabled {
    background-color: var(--c-red-1) !important;
    color: var(--c-grey-light-3) !important;
    cursor: not-allowed !important;
    border: 1px solid var(--c-red-3) !important;
    border-radius: 5px !important;
    padding: 12px 23px !important;
    font-size: 16px !important;
    transition: background-color 0.3s, color 0.3s !important;
    margin: 0 5px;
}

.my-sweetalert-confirm-button:hover {
    background-color: var(--c-red-3) !important;
}

.my-sweetalert-cancel-button {
    background-color: #fff !important;
    color: var(--c-red-3) !important;
    border: 1px solid var(--c-red-3) !important;
    border-radius: 5px !important;
    padding: 12px 23px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s, color 0.3s !important;
    margin: 0 5px;

}

.my-sweetalert-cancel-button:hover {
    background-color: var(--c-red-3) !important;
    color: #fff !important;
}


.download-alert-description {
    font-size: var(--fs-4) !important;
}

.download-alert-description .title-div {
    margin: 10px 0;
}

.download-alert-description .accept-terms-div {
    margin: 10px 0;
}

.download-alert-description .terms-link-div {
    margin: 10px 0;
}

.edit-email-phone .hint-message {
    background-color: #fff;
    padding: 12px;
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    font-weight: 300;
    border: 1px solid var(--c-grey-light-5);
}

.edit-email-phone .hint-message .wrapper {

}

.edit-email-phone .hint-message p {
    margin-bottom: 0;
}

.edit-email-phone .hint-message hr {
    margin: 10px 0;
    border-color: var(--c-grey-light-4);
    border-style: dashed;
}

.edit-email-phone .hint-message span {
    padding: 1px 7px;
    background-color: var(--c-grey-light-6);
    border-radius: 999px;
    font-size: 12px;
}

.edit-email-phone .hint-message a {
    color: var(--c-blue);
}

.edit-email-phone .box-alert-email-hint {
    width: 100%;
    padding-bottom: 8px;
}

.edit-email-phone .box-alert-email-hint.hidden {

}

.edit-email-phone .box-alert-email-hint span {
    width: 100%;
    display: block;
    margin: 0;
    border-radius: 12px;
    background-color: var(--c-grey-light-6);
    color: hsl(0deg 0% 0%);
    border: 1px solid var(--c-grey-light-3);
}

.edit-email-phone .box-alert-email-hint.blue span {
    background-color: hsl(210deg 81% 78% / 20%);
    color: hsl(0deg 0% 0%);
    border: 1px solid var(--c-blue-2);
}

.edit-email-phone .box-alert-email-hint.red span {
    background-color: hsl(358deg 96% 89% / 35%);
    color: var(--c-red-6);
    border: 1px solid var(--c-red-2);
}

.edit-email-phone .sub-text {
    font-size: 13px;
    text-align: center;
}

.edit-email-phone .sub-text .phone {

}

.phone-edit,
.email-edit {
    position: relative;
}

.phone-edit .edit-btn,
.email-edit .edit-btn {
    display: inline-flex;
    font-size: 13px;
    text-decoration: none;
    background-color: var(--c-blue);
    padding: 4px 8px 6px 8px;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    bottom: 13px;
    z-index: 10;
    left: 8px;
}

.form-control input.input-disabled {
    background-color: var(--c-grey-light-5);
    color: var(--c-grey-dark-2);
    cursor: no-drop;
}
.p-checkout-success .btn {
    width: 260px;
    height: 48px;
    border-radius: var(--br-2);
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    position: relative;
}

.p-checkout-success .dl-btn {
    width: 140px;
    background-color: hsl(240 3% 11%);
    color: var(--white);
    box-shadow: 0 2px 4px -2px hsl(240 3% 11%);
}

.p-checkout-success .dl-btn .icon {
    position: initial;
    margin-left: 10px;
    transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.4;
    right: 15px;
}

.p-checkout-success .dl-btn:hover img {
    animation: rubberBand 0.8s;
    opacity: 0.8;
}
.p-checkout-success .dl-btn .value {
    color: #fff;
}





