﻿body {
    margin: 0;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.container {
    background: #F6F6F6;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,12px);
    padding-left: var(--bs-gutter-x,12px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }

    .popup .content {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }

    .popup .content {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }

    .popup .content {
        max-width: 960px !important;
    }
}
/*
                        @media (min-width: 1200px) {
                            .container-xl, .container-lg, .container-md, .container-sm, .container {
                                max-width: 1140px;
                            }
                        }*/
/*
                         @media (min-width: 1400px) {
                             .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
                                 max-width: 1320px;
                             }
                         }*/


.mb-1 {
    margin-bottom: 0.25rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.d-flex {
    display: flex;
}

.error, .success {
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
    margin-bottom: -2px;
    height: 4px;
}

.error {
    color: red;
}

.error-color {
    color: red;
}

.success {
    color: green;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    font-weight: 500;
    background: #fff;
    border-radius: 6px;
    padding: 0.25rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.campaign
.col-lg-12 {
    margin-left: -0.25rem;
}

.col-form-label {
    padding-top: calc(0.47rem + 1px);
    padding-bottom: calc(0.47rem + 1px);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

label {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    color: #181718;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.47rem 0;
    padding-left: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #181718;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.required {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #de3c4b;
}

.btn.btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 288px;
    height: 48px;
    left: 16px;
    top: 1332px;
    background: #2520b6;
    border-radius: 4px;
    cursor: pointer;
}

.controls {
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
}

@media screen and (max-width: 1280px) and (max-resolution: 213dpi), screen and (max-width: 768px) {
    .controls {
        padding-bottom: 0;
    }
}

.submit-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.mt-m4 {
    margin-top: -1rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.main-page {
    text-align: center;
    max-width: initial !important;
}

.page-header {
    padding: 1rem;
    margin: 0 -0.75rem;
    padding-bottom: 0;
    background: #FFFFFF;
    text-align: center;
}

.page-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0rem;
}

.page-logo img {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 1280px) and (max-resolution: 213dpi), screen and (max-width: 768px) {
    .page-header {
        text-align: start;
    }

    .cfs .contact-info {
        display: none;
    }
}


.page-footer {
    padding-top: 1rem;
}

.hero img {
    max-width: 100%;
    width: 100%;
}

.text-header .title {
    padding-top: 0.5rem;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #181718;
}

.text-header .subtitle, .disclaimer {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #181718;
}

.disclaimer {
    padding: 0.5rem 0;
}


.submit-form {
    max-width: 540px;
    text-align: center;
    display: inline-block;
}

#server-response {
    padding: 0.5rem;
}

.link {
    display: flex;
    justify-content: center;
}

    .link a {
        text-decoration: none;
    }


/* popup */
.popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}

.popup .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    max-width: 90%;
    width: max-content;
    z-index: 2;
    text-align: center;
    padding: 32px 20px 20px 12px;
    box-sizing: border-box;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border-radius: 16px;
}

.popup .close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.popup.active .overlay {
    display: block;
}

.popup.active .content {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}

.install-app {
    display: flex;
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    z-index: 11111;
    background: #b7b7b7fa;
    flex-direction: column;
    padding: 1rem;
    border-radius: 1rem;
    transform: translate(-50%, -10%);
    align-items: center;
    max-width: 540px;
    min-width: 250px;
    animation: fadeIn 1s;
}

    .install-app .install-btn {
        cursor: pointer;
        border-radius: 2rem;
        display: flex;
        padding: 1rem;
        background: #4747e7;
        color: #fff;
        width: 90px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        justify-content: center;
    }

    .install-app .dismiss-btn {
        cursor: pointer;
        margin-top: -5px;
        margin-right: -5px;
        font-weight: bolder;
        padding-left: 0.5rem;
    }

    .install-app .text {
        display: flex;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000;
        padding-bottom: 0.5rem;
    }

.custom-logo.full {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.install-app[hidden] {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.spinner-screen {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

    .spinner-screen.loading {
        display: flex;
    }

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-spinner {
    color: #212529;
}
