@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-LightItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-Italic.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-MediumItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/Contents/fonts/Montserrat-BoldItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/Contents/fonts/Oswald-Bold.woff2) format('woff2');
}

body {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #473531;*/
    background-color: #efebe9;
    min-height: 100%;
}

a {
    color: #0097a7;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
}

    a:active, a:hover {
        color: #0097a7;
        text-decoration: underline;
    }

h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.form-control,
.form-select {
    border-radius: 0;
    border-color: transparent;
    font-weight: 500;
}

    .form-control:focus,
    .form-select:focus {
        border: 1px solid #0097a7;
        box-shadow: 0 0 0 0.25rem rgb(0 151 167 / 25%);
    }

.invalid-tooltip {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #0097a7;
    border-color: #0097a7;
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #0097a7;
    color: #212529;
}

    .btn-primary:hover,
    .btn-secondary:hover {
        background-color: #00818f;
        border-color: #0097a7;
        color: #fff;
        text-decoration: none;
    }

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary:active:focus,
    .btn-secondary.active:focus {
        background-color: #00818f;
        border-color: #00818f;
        box-shadow: 0 0 0 0.25rem rgb(0 151 167 / 25%);
    }

.btn-primary.active {
    background-color: #00818f;
    border-color: #00818f;
}

.btn-lg {
    font-size: 1rem;
    padding: 1rem;
}

.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: #0097a7;
}

.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: #dc3545;
    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='%23dc3545'%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='%23dc3545' 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-control-lg {
    padding: 0.25rem 0.5rem 0.25rem 2.5em;
}

    .form-control-lg label {
        font-size: 1rem;
    }

.form-check-input:checked {
    background-color: #00818f;
    border-color: #00818f;
}

.form-check-input:focus {
    border-color: #00818f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 151 167 / 25%);
}

.locked,
.locked body,
.locked main {
    height: 100%;
    width: 100%;
}

    .locked .logo {
        width: 33%;
    }

.alert-success {
    color: #fff;
    background-color: #0097a7;
    border-color: #0097a7;
}

.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.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 .iti__flag {
    top: 0;
}


.form-check .invalid-tooltip {
    top: -30px;
}
