@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;
}

.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 {
    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;
}

.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;
}

.styled-payment-button.has-number {
    position: relative;
}

.styled-payment-button.has-number::before {
    content: attr(data-number);
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: 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;
}

.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;
    }

}

.most-popular-glow {
    position: relative;
    z-index: 1;
}

.most-popular-glow::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}

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

.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;*/
/*}*/

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