:root {
    --primary: #021936;
}


select {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.bg-main {
    background: var(--primary);
}

.mt-main {
    margin-top: 50px;
}

.v-line {
    width: 0.5px;
    background: #C2CEE5;
    height: 23px;
}

.main-headings-top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-headings-top h1 {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 0.02em;

    color: #FFFFFF;
}

.main-headings-top p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.02em;

    color: #C2CEE5;
}

.left-menu-terms {
    color: #1A3C66;
}

.left-menu-terms h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    /* identical to box height, or 300% */

    letter-spacing: 0.03em;
}

.menu-links-terms a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    /* or 300% */

    letter-spacing: 0.03em;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1A3C66;
}

.right-content-terms strong {
    color: #1A3C66;
}

.right-content-terms h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 155%;
    /* or 26px */

    letter-spacing: 0.02em;

    color: #222222;
}

.right-content-terms p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    /* or 29px */

    letter-spacing: 0.02em;

    color: #7D8594;
}


.custom-bullet {
    list-style: none!important;
    padding-left: 0!important;
}
.custom-bullet li {
    position: relative;
    padding-left: 40px;
}
.custom-bullet li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('../../images/bullet.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    /* top: 50%; */
    top: 12px;
    transform: translateY(-50%);
}

.contact-form label, .form-area label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 300% */

    letter-spacing: 0.03em;

    margin-bottom: 0;

    color: #1A3C66;
}

.contact-form input:not([type="radio"]), .contact-form textarea, .form-area input {
    background: #FAFCFD;
    /* border: 1px solid #DBE4EB; */
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-area select {
    background-color: #FAFCFD;
    /* border: 1px solid #DBE4EB; */
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-submit-c {
    background: #1A3C66;
    border-radius: 6px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.btn-submit-c:hover, .btn-submit-c:focus, .btn-submit-c:active {
    color: #FFFFFF;  
}

.alert-custom {
    background: #DFECFC!important;
    border-radius: 6px!important;
    border: none!important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    /* identical to box height, or 29px */

    text-align: center;
    letter-spacing: 0.02em;

    color: #1A3C66;
}

.alert-custom a{
    text-decoration: underline;
    color: #1A3C66;
}

.alert-custom a:hover {
    color: #4885D0!important;
}

.btn-close-custom {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 27.67px;
    height: 27.67px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    z-index: 2;
    right: 17px;
    top: 17px;
}

.form-area {
    padding: 50px 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    width: 80%;
    margin-top: -65px;
}

.main-h2 {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.02em;

    color: #222222;
}

.basic-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #5B5B5B;
}

.basic-text a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;

    color: #1A3C66;
}

.title-heading {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 0.02em;

    color: #1A3C66;
}

.title-para {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.02em;

    color: #5B5B5B;
}

.rt-ab {
    margin-right: 37px;
}

.login-popup {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    max-height: 100vh;

}

.login-container {
    height: 100%;
    width: 100;
    background: #FFFFFF;
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.25);
}
.slide-animation, .slide-animation-forgot {
    margin-left: 100%;
    width: 0px;
}



.login-bg {
    bottom: 0;
    right: 0;
}

.link-divider {
    width: 0.5px;
    height: 20px;
    background: #191919;
}

.reg-bg {
    right: 0;
    bottom: 0;
}

.btn-links {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration-line: underline;

    color: #1A3C66;
}

@media(min-width: 768px) {
    .desk-none {
        display: none;
    }
}

@media(max-width: 767px) {
    .d-sm-none-c {
        display: none;
    }

    .form-area {
        margin-top: 0;
        padding: 50px 0px;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
    }
}

.mbl-login-popup {
    background: #FFFFFF;
    z-index: 2;
    top: 0;
}

.sign-up-tab {
    overflow: scroll;
    max-height: 86vh;
    padding-bottom: 100px;
}

.nav-tabs-sign {
    border-bottom: 1px solid #E5E5E5;
    justify-content: space-evenly;
    
}

.nav-tabs-sign > button {
    margin-bottom: 0!important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    letter-spacing: 0.02em;

    color: #222222;

    opacity: 0.3;
    border-radius: inherit;
    /* border: navajowhite; */
    padding: 20px 8%;

    border-color: transparent!important;

    border-top: none!important;
    border-right: right!important;
    border-left: left!important;
    border-bottom: 4px solid transparent!important;
}

.nav-tabs-sign > button.active {
    opacity: 1;
    border-bottom: 4px solid var(--primary)!important;
}

.links-ref a:hover {
    color: #4885D0;
}

