@font-face {
    font-family: 'Roboto Regular';
    src: url('/static/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*body {
    font-family: 'Roboto Regular', sans-serif;
}*/

h1 {
    margin-bottom: 30px;
}

.is-invalid {
    border-color: #ff0000;
}

.fade-in {
    opacity: 50%;
    transform: translateY(10px);
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-section {
    height: 600px;
}

.main-section-content {
    padding-bottom: 130px;
}

.secondary-section {
    height: 350px;
}

.third-section {
    height: 500px;
}

@media (max-width: 768px) {
    .secondary-section {
        height: 500px;
    }
}

.logo {
    width: 150px;
    height: 42px;
}

.faq-answer {
    display: none;
}

.faq-img {
    max-height: 300px;
    margin-bottom: 20px;
}

a.faq-link {
    text-decoration: none;
}

.payment_image_button {
    margin-right: 8px;
    transition: all 0.15s ease;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.payment_image_button img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.payment_image_button:hover {
    transform: scale(1.02);
}

.payment_image_button:active {
    transform: scale(1);
}

.payment_image_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.styled-payment-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding: 8px 16px;
    width: 100%;
    max-width: 220px;
    height: 50px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 10;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;

    padding: 4px 6px;
    border-radius: 0.375rem;

    white-space: nowrap;
    pointer-events: none;
}

.styled-payment-button img {
    max-height: 40px;
    max-width: 52px;
    width: 100%;
    height: auto;
    object-fit: contain;
    flex: 1 1 0;
    min-width: 0;
}

.styled-payment-button.single-icon img {
    max-height: 32px;
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
}

.styled-payment-button:hover {
    transform: scale(1.02);
}

.styled-payment-button:active {
    transform: scale(0.98);
}

.styled-payment-button.single-icon img {
    height: 38px;
    width: auto;
}

.styled-payment-button img {
    height: 28px;
    width: 50px;
    object-fit: contain;
    transition: all 0.2s ease;
    align-self: center;
}

.step-container {
    display: flex;
    align-items: start;
    position: relative;
    padding-left: 30px;
}

.step-container::before,
.step-container::after {
    content: "";
    position: absolute;
    left: 15px;
    width: 2px;
    z-index: -1;
}

.step-container::before {
    top: 0;
    height: 50%;
}

.step-circle {
    width: 30px;
    height: 30px;
}

.step-circle {
    width: 30px;
    height: 30px;
}

.step-line {
    position: absolute;
    top: 50%;
    left: 15px;
    height: calc(100% + 30px);
    width: 2px;
    z-index: -1;
}

.step-circle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.step-content {
    flex: 1;
    padding-left: 20px;
}

.pb-img-wrapper {
    max-width: 500px;
}

.pb-img-wrapper-2 {
    max-width: 450px;
    max-height: 400px;
}

.pb-instruction-img {
    max-height: 400px;
    margin-bottom: 20px;
}

.error-code {
    font-size: 120px;
    font-weight: bold;
}

.error-message {
    font-size: 24px;
    font-weight: bold;
}

.error-description {
    font-size: 18px;
}

.info-box {
    padding: .5rem;
    margin-bottom: 1rem;
}

.info-title {
    display: block;
    font-weight: bold;
    margin-bottom: .25rem;
}

.info-content {
    word-wrap: break-word;
}

@media (max-width: 767.98px) {
    .info-box {
        padding: .25rem;
        margin-bottom: .5rem;
    }
}

.info-title {
    font-size: .85rem;
}

.info-content {
    font-size: .75rem;
}

.btn-icon {
    height: 46px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon svg {
    width: 1.2em;
    height: 1.2em;
}

.bi {
    width: 1.3em;
    height: 1.3em;
}

.saving-indicator {
    position: fixed;
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 1000;
    width: 100%;
}

.badge-custom {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.badge-sm {
    font-size: 0.65rem;
    padding: 2px 6px;
    line-height: 1.2;
    font-weight: 500;
    vertical-align: middle;
}

.alert:not(.fabrx-alert) .btn {
    min-width: auto;
    min-height: auto;
    padding: 0.8rem 1.5rem;
}

.fabrx-section {
    padding: 3.5rem 0;
}

h3 {
    margin-bottom: 20px;
}

#id_files {
    display: none;
}

#drop-area {
    padding: 20px;
    cursor: pointer;
}

#total-progress-bar {
    font-size: 1.1rem;
    height: 20px;
}

@media (max-width: 576px) {
    .btn-withdrawal {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

}

#id_captcha_1 {
    height: 2.2rem;
    padding: .625rem .938rem;
    resize: none;
    appearance: none;
    font-size: .875rem;
    display: inline-block;
    width: 200px;
    font-weight: 400;
    line-height: 1.5;
}


.btn-captcha-refresh {
    height: 2.2rem;
    width: 2.2rem;
    min-height: 2rem !important;
    min-width: 2rem !important;
    vertical-align: top !important;
    display: inline-flex !important;
    padding: 0px;
}

.title-index {
    font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
    .mb-mobile-5px {
        margin-bottom: 5px;
    }

}

.plan-highlight {
    position: relative;
}

.plan-scaled {
    transform: scale(1.02);
}

.plan-highlight::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

.plan-highlight .card {
    position: relative;
    z-index: 1;
}

.plan-badge {
    position: absolute;
    top: 0;
    right: 50px;
    transform: translate(50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 10px;
    z-index: 10;
    white-space: nowrap;
}

.plan-badge-font-small {
    font-size: 0.68rem;
}

.plan-badge-scaled {
    transform: translate(50%, -90%);
}

.plan-highlight-neon::before {
    background: linear-gradient(135deg, #9f5fff, #7bdffe);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-neon {
    background: linear-gradient(135deg, #9f5fff, #7bdffe);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plan-highlight-magenta::before {
    background: linear-gradient(135deg, #d08bff, #fe7bf6);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-magenta {
    background: linear-gradient(135deg, #d08bff, #fe7bf6);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plan-highlight-red::before {
    background: linear-gradient(135deg, #ff2929, #ff481e);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-red {
    background: linear-gradient(135deg, #ff2929, #ff481e);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plan-highlight-orange::before {
    background: linear-gradient(135deg, #ffb45f, #ff5353);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-orange {
    background: linear-gradient(135deg, #ffb45f, #ff5353);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plan-highlight-blue::before {
    background: linear-gradient(135deg, #7079ff, #63ffff);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-blue {
    background: linear-gradient(135deg, #7079ff, #63ffff);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.plan-highlight-green::before {
    background: linear-gradient(135deg, #33c500, #a7dd04);
    filter: blur(12px);
    border-radius: 12px;
}

.plan-badge-green {
    background: linear-gradient(135deg, #33c500, #a7dd04);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Neon */
.price-highlight-neon {
    background: linear-gradient(90deg, #9f5fff 0%, #7bdffe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Magenta */
.price-highlight-magenta {
    background: linear-gradient(90deg, #d08bff 0%, #fe7bf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Red */
.price-highlight-red {
    background: linear-gradient(90deg, #ff2929 0%, #ff6f33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Orange */
.price-highlight-orange {
    background: linear-gradient(90deg, #ffb45f 0%, #ff5353 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Blue */
.price-highlight-blue {
    background: linear-gradient(90deg, #7079ff 0%, #63ffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Green */
.price-highlight-green {
    background: linear-gradient(90deg, #33c500 0%, #a7dd04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.popover-body {
    white-space: pre-line;
}

.plan-details {
    position: relative;
    border-radius: 6px;
    padding: 4px 10px;
    z-index: 1;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.plan-details:hover {
    transform: translateY(-1px) scale(1.03);
    filter: brightness(1.05);
    color: white;
}

.plan-details:focus {
    color: white;
}

.plan-details::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 15px;
    background: inherit;
    filter: blur(5px);
    opacity: 0;
    z-index: -1;
    animation: plan-details-glow 2s ease-in-out infinite;
}

@keyframes plan-details-glow {
    0%, 100% {
        opacity: 0.35;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.04);
    }
}

.plan-details:hover::before {
    opacity: 0.9;
}

.plan-details-none {
    background: #3e70cc !important;
    color: white !important;
    border-color: #3e70cc !important;
}

.plan-details-neon {
    background: linear-gradient(135deg, #9f5fff, #7bdffe);
    color: white;
    border: none;
}

.plan-details-magenta {
    background: linear-gradient(135deg, #d08bff, #fe7bf6);
    color: white;
    border: none;
}

.plan-details-red {
    background: linear-gradient(135deg, #ff2929, #ff481e);
    color: white;
    border: none;
}

.plan-details-orange {
    background: linear-gradient(135deg, #ffb45f, #ff5353);
    color: white;
    border: none;
}

.plan-details-blue {
    background: linear-gradient(135deg, #7079ff, #63ffff);
    color: white;
    border: none;
}

.plan-details-green {
    background: linear-gradient(135deg, #33c500, #a7dd04);
    color: white;
    border: none;
}


.resize-vertical {
    resize: vertical;
}

.ckeditor-field p {
    margin-bottom: 0;
}

.pm-alert::after {
    content: none !important;
}

.payment_image_button {
    border: 1px solid rgba(227, 227, 227, 0.8);
    box-shadow: 0 3px 2px 0 rgba(37, 37, 37, 0.15);
    background: none;
    border-radius: 5px;
}

.payment_image_button img {
    border: none;
    border-radius: 5px;
}

.payment_image_button:hover {
    border: 1px solid rgba(227, 227, 227, 0.9);
    box-shadow: 0 4px 4px 0 rgba(37, 37, 37, 0.2);
}

.payment_image_button:active {
    border: 1px solid rgba(227, 227, 227, 1);
    box-shadow: 0 2px 1px 0 rgba(37, 37, 37, 0.1);
}

.payment_image_button::before {
    background-color: transparent;
    transition: background-color 0.15s ease;
}

.payment_image_button:hover::before {
    background-color: rgba(0, 0, 0, 0.03);
}

.payment_image_button:active::before {
    background-color: rgba(0, 0, 0, 0.10);
}

.styled-payment-button {
    background: linear-gradient(to bottom, #ffffff, #e6f2ff);
    border: 1px solid rgba(200, 200, 200, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.styled-payment-button:hover {
    background: linear-gradient(to bottom, #f0faff, #d6ecff);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.styled-payment-button:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.styled-payment-button img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.styled-payment-button.has-number::before {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.step-container::before,
.step-container::after {
    background-color: #ddd;
}

.step-line {
    background-color: #ddd;
}

.step-circle {
    border-radius: 50%;
    background-color: #ddd;
    color: white;
}

.step-circle.completed {
    background-color: #3e70cc;
}

.step-circle.warning {
    background-color: #4b78c4;
}

.pb-instruction-img {
    border: #003366 1px solid;
}

/*.card.shadow:hover {*/
/*    box-shadow: 0 0 20px rgba(61, 138, 255, 0.3);*/
/*    transform: scale(101%);*/
/*    transition: all 0.7s ease-in-out;*/
/*}*/


.info-status {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 7px;
    height: 7px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(40, 167, 69, 0.7);
}


.card:hover .fs-1 {
    transform: scale(1.1) rotate(2deg);
    transition: transform 0.2s;
}

.soft-warning {
    background-color: #fff8e1;
    border-color: #ffe58f;
    border-radius: 6px;
}

.soft-warning p {
    margin-bottom: 0 !important;
    color: #664d03;
}

.price-shine {
    position: relative;
}

.price-shine::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
    );
    transform: skewX(-20deg);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.diagonal-strike {
    position: relative;
    display: inline-block;
    opacity: .90;
}

.diagonal-strike::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(172, 57, 57, 0.80);
    transform: rotate(-25deg);
    transform-origin: center;
}

.alert-info {
    background-color: #b0e3fd;
    border-color: #a6d4ed;
    color: #333;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frozen-overlay {
    position: relative;
}

.frozen-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0.8;

    background-image: url("/static/images/frost.png"),
    radial-gradient(
            ellipse at center,
            rgba(64, 130, 255, 0.1) 50%,
            rgba(24, 102, 255, 0.47) 100%
    );

    background-size: 160px 160px, 100% 100%;
    background-repeat: repeat, no-repeat;
}

.frozen-overlay--card::after {
    background-size: 500px 500px, 100% 100%;

    background-image: url("/static/images/frost.png"),
    radial-gradient(
            ellipse at center,
            rgba(64, 130, 255, 0.05) 40%,
            rgba(24, 102, 255, 0.35) 100%
    );

    opacity: 0.85;
}

.frozen-container {
    position: relative;
}

.frozen-overlay-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    background: white;
    color: #0d6efd;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);

    z-index: 15;
}

.frozen-overlay-warning {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    z-index: 15;
}

.frozen-overlay-link:hover {
    transform: translate(-50%, -50%) scale(1.05);
    text-decoration: none;
}

.frozen-overlay a,
.frozen-overlay button,
.frozen-overlay input,
.frozen-overlay select,
.frozen-overlay textarea {
    pointer-events: none;
    opacity: 0.7;
}

.frozen-overlay .frozen-link,
.frozen-overlay .frozen-link * {
    pointer-events: auto;
    opacity: 1;
}

.frozen-overlay--interactive * {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.frozen-badge {
    color: #6c757d;
    font-weight: 700;
}

.frozen-cta {
    color: #0d6efd;
    font-weight: 600;
}

#notifications_list svg {
    float: none !important;
    margin: 0;
}

.badge-notifications {
    font-size: 0.6rem;
    transform: translateY(-6px) translateX(-4px);
}


.notification-highlight {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #7079ff, #63ffff);
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.notification-highlight::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(135deg, #7079ff, #63ffff);
    filter: blur(12px);
    border-radius: 12px;
}

.badge-notification-new {
    position: absolute;
    right: -10px;
    top: -10px;
}

.notification-item {
    cursor: pointer;
    transition: 0.3s;
}

.notification-item:hover {
    transform: scale(1.02);
}

.bg-light-purple {
    background-color: #0d11fd85 !important;
}

.btn-none {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
}