@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(/Contents/fonts/QuicksandLatin.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(/Contents/fonts/QuicksandLatinExt.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #4d4d4f;
    background-color: #fff;
    /* font-size: 1.1125rem; */
    min-height: 100%;
}

a {
    color: #c8102e;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}

    a:active, a:hover {
        color: #c8102e;
        text-decoration: underline;
    }

h1 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

h2 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.navbar-brand img {
    height: 30px;
    ;
}

.form-control,
.form-select {
    border-radius: .5rem;
    border-color: #a7abad;
    font-weight: 500;
}

    .form-control:focus,
    .form-select:focus {
        border: 1px solid #c8102e;
        box-shadow: 0 0 0 0.25rem rgb(200 16 46 / 25%);
    }

.invalid-tooltip {
    border-radius: 0;
}

.btn {
    border-radius: 10rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    font-weight: 500;
    padding: 1rem;
    min-width: 150px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #fff;
        border-color: #c8102e;
        color: #c8102e;
        text-decoration: none;
    }

.btn-secondary {
    background-color: #fff;
    border-color: #c8102e;
    color: #c8102e;
}

    .btn-secondary:hover {
        background-color: #c8102e;
        border-color: #c8102e;
        color: #fff;
        text-decoration: none;
    }

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active:focus {
    background-color: #fff;
    border-color: #c8102e;
    color: #c8102e;
    box-shadow: 0 0 0 0.25rem rgb(200 16 46 / 25%);
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgb(200 16 46 / 25%);
}

.btn-primary.active {
    background-color: #c8102e;
    border-color: #c8102e;
}

.btn.disabled,
.btn:disabled {
    background-color: #ea7575;
    border-color: #ea7575;
    opacity: 1;
}

.dropdown button {
    min-width: 150px;
}

.dropdown-menu[data-bs-popper] {
    border: 0;
    border-radius: 0;
    margin-top: 0;
    min-width: auto;
    width: 100%;
    min-width: 150px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #c8102e;
}

.fixed-bottom {
    background-color: #fff;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.form-control.input-validation-error {
    border-color: #c8102e;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c8102e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c8102e' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.field-validation-error.invalid-tooltip {
    display: block;
}


.form-check-input:checked {
    background-color: #c8102e;
    border-color: #c8102e;
}

.form-check-input:focus {
    border-color: #c8102e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(200 16 46 / 25%);
}

.locked,
.locked body,
.locked main {
    height: 100%;
    width: 100%;
}

    .locked .logo {
        height: 100%;
    }

        .locked .logo img {
            height: 124px;
        }

.alert-success {
    /* color: #fff; 
    background-color: #4dd130;
    border-color: #4dd130;*/
    background-color: transparent;
    border-color: transparent;
}

    .alert-success h2 {
        color: #4dd130;
    }

.alert-danger {
    color: #fff;
    background-color: #c8102e;
    border-color: #c8102e;
}


.form-phone .form-control {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

    .form-phone .form-control:focus, .form-phone .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-phone label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.iti {
    display: block;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti__selected-flag {
    padding-left: 14px;
    /*top: 9px;*/
}

.iti__flag {
    position: relative;
    top: 9px;
}

.iti__arrow {
    position: relative;
    top: 9px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: calc(1.5em + 0.75rem);
    padding-left: 60px;
    margin-left: 0;
}

.iti__country-list {
    z-index: 3;
}

.iti__country-list .iti__flag {
    top: 0;
}

