@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap'); */

html {
    font-size: 14px;
}

body {
    background: #eee;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

div#applicant .alert.toastr {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.form-control {
    font-family: 'Poppins', sans-serif;
}

.max-width {
    max-width: 960px;
}

.title-container {
    color: #fff;
    background-color: #3e3935;
}

.title-container h1 {
    font-size: 28px;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #aaaaaa;
}

input.invalid {
    background-color: #ffdddd;
}

select.invalid {
    background-color: #ffdddd;
}

select option{
    line-height: 200%;
}

.tab {
    display: none;
}

.step {
    height: 25px;
    width: 25px;
    margin: 0 2px;
    background-color: #3e3935;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    font-size: 12px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    position: relative;
    text-indent: 9999px;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #00d27a;
}

.step:not(.first):before {
    position: absolute;
    content: " ";
    display: block;
    width: 10px;
    height: 4px;
    background: #3e3935;
    left: -9px;
    top: 50%;
    margin-top: -2px;
    z-index: 999;
}

.btn-dark {
    background: #3e3935;
}

#toast-container>.toast-success {
    background-color: #00d27a !important;
    background-image: url(../img/check.svg) !important;
}

#toast-container>.toast-info {
    background-image: url(../img/alert-circle-outline.svg) !important;
}

#toast-container>.toast-error {
    background-image: url(../img/alert-circle-outline.svg) !important;
}

input:-webkit-autofill::first-line {
    font-size: 1rem;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

#payment-accept {
    position: relative;
}

#payment-accept.disabled {
    opacity: 0.5;
}

#payment-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}

@media (max-width: 767px) {
    .col-login {
        background: #fff;
        padding: 15px;
        margin: 0;
    }
}

.progress-bar {
    background-color: #00d27a!important;
}

.menu a:hover {
    color: #000!important;
}

#appform .pe-none {
    background: #eee;
}

.pe-none {
    background: #eee;
}

#payment-form {
    width: 100%;
    align-self: center;
}

.payment-hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

.btn-payment {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    width: 100%;
}

.btn-payment:hover {
    filter: contrast(115%);
}

.btn-payment:disabled {
    opacity: 0.5;
    cursor: default;
}

.payment-spinner,
.payment-spinner:before,
.payment-spinner:after {
    border-radius: 50%;
}

.payment-spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.payment-spinner:before,
.payment-spinner:after {
    position: absolute;
    content: "";
}

.payment-spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.payment-spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form {
        /* width: 80vw; */
        min-width: initial;
    }
}

.stripe .row:nth-child(odd) .col {
    background-color: #f5f5f5;
}

.btn {
    line-height: 1.875!important;
}