:root {
    --blue: #003776;
    --app-primary: var(--blue);
    --app-danger: #F8564B;
}
.text-app-blue {
    color: var(--blue) !important;
}
.body-content {
    padding: 1.82rem 1.25rem 2.75rem;
}
.container-auth {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .row-auth {
        --bs-gutter-x: 3.625rem;
    }
}
@media (max-width: 576px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 576px) {
    .container-auth {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    
    .container-auth {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-auth {
        max-width: 58.375rem;
    }
    .body-content {
        padding: 0;
        padding-bottom: 4rem;
    }
}
.steps {
    --step-color: #003776;
    counter-reset: steps;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 2rem;
}
.steps .step {
    background-color: #fff;
    display:inline-flex;
    position: absolute;
    opacity: 0;
    z-index: -1;
    overflow:hidden;
    color: var(--step-color) !important;
    font-weight: 700;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0 0.75rem;
    flex: 0 0 auto;
    font-size: 0.875rem;
    align-items:center;
}
.steps .step.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}
@media (min-width: 992px) {
    .steps {
        display:inline-flex;
        margin-bottom: 4rem;
    }
    .steps .step {
        font-size:1rem;
    }
}
.steps .spacer {
    display:none;
    flex-shrink: 0;
    width: 3.125rem;
    border-bottom: 1px solid var(--step-color);
}
.steps .spacer.disabled {
    border-color: #9BA2B0;
}
.steps .step[disabled] {
    --step-color: #9BA2B0; 
    pointer-events: none;
}
.steps .step[disabled]::before {
    background-color: #F4F5F8;
}

.steps .step.active::before {
    background-color: #003776;
    color: #fff;
}
.steps .step::before {
    counter-increment: steps;
    content: counter(steps);
    display:inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 2px solid var(--step-color);
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.0625rem;
    color: var(--step-color);
    font-weight: 500;
    margin-right: 1rem;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .steps {
        justify-content: space-between;
    }
    .steps .spacer {
        display:inline-block;
    }
    .steps .step {
        position: unset;
        opacity: 1;
        z-index: 0;
        display:inline-flex;
    }
}

textarea {
    resize: none;
}
.form-group {
    margin-bottom: 1.25rem;
}
.form-label {
    font-size: 0.875rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 0.8;
    color: #003776;
}
.form-control,
.form-select {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: normal;
    color: #4B4950;
    border-radius: 0.625rem;
    padding: 0.6rem 1rem;
    min-height: 2.375rem;
    height: unset;
    background-color: #F2F5F8;
    box-shadow: 0 0.25rem 0.25rem 0 #4B49501A inset;
    border: 1px solid transparent;
}
.form-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" fill="none"><path d="M6.75 9L12.75 15L18.75 9" stroke="%230E256D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-position: right 0.5rem center;
    background-size: 1.5rem;
    padding-right: 2rem;
}
.form-control:focus,
.form-select:focus {
    background-color: #f2f5f8;
    border-color: #00aeef;
    box-shadow: inset 0 4px 4px rgba(3, 94, 127, 0.1);
}
.form-control[disabled],
.form-control:disabled,
.form-select[disabled],
.form-select:disabled,
.form-control[readonly],
.form-select[readonly] {
    background-color: #ededed;
    box-shadow: inset 0 4px 4px rgba(75, 73, 80, 0.1);
    opacity: 1;
}
.form-check {
    padding-left: 1.75rem;
    min-height: 1.25rem;
}
.form-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.375rem;
    margin-top: 0.2rem;
    margin-left: -1.75rem;
}
.form-check .form-check-label {
    line-height: 1;
    font-size: 0.8125rem;
    font-family: 'Open Sans';   
}
.form-check.form-check-sm .form-check-input {
    margin-top: 0;
}

.enhanced-select.multiple .form-option-selected {
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
.form-group-enhanced-select label {
    margin-top: 0.375rem;
}
.logo-auth {
    display:block;
    margin: 0 auto 1rem;
    width: 3.75rem;
    height: auto;
}
@media (min-width: 992px) {
    .logo-auth {
        position: absolute;
        top: 2.82rem;
        left: 7rem;
        width: 6.5rem;
        height: auto;
        margin: 0;
    }
}
ul {
    padding-left: 1.5rem;
}
ul li::marker {
    font-size: 0.75rem;
}
.form-select-placeholder {
    color: #4B4950;
}
.help-block.with-errors {
    font-size: 0.875rem !important;
}
.auth-banner {
    width: 24.1rem;
    height: auto;
    margin-top: 1.75rem;
}