body {
    font-family: 'Calibri', Arial, sans-serif;
}

select {
    appearance: none;
    background: white url('../../img/Icons/dropdown.png') no-repeat right 0.75rem center !important;
    background-size: 1.2rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url("../../img/Icons/664_FNQ Icons_Blue-15.png") no-repeat center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
}

.alert, input {
    font-family: 'Calibri', Arial, sans-serif;
}

.new-back {
    background: #003056;
}

.nav-pills {
    background-color: unset
}

#wizardTabs {
    display: flex;
    justify-content: space-evenly;
}

.wizard-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.logo-padding {
    max-height: 100px;
}

.required-docs {
    color: #b50156;
    font-size: 0.9rem;
}

    .required-docs ul {
        padding-left: 20px;
        margin-bottom: 5px;
    }
.wizard-navigation {
    background-color: #999999 !important;
}
    .wizard-navigation .nav-link {
        padding: 10px 5px;
        font-size: 0.85rem;
        border: none;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        color: white;
        height:125%;
    }

    .wizard-navigation .nav-link.active {
        font-weight: bold;
        color:#fff !important;
        border-bottom: 3px solid #084F8C;
        background-color: #084F8C;
    }

.info-text {
    margin-bottom: 20px;
}

    .info-text small {
        display: block;
        font-size: 0.85rem;
        margin-top: 5px;
        color: #6c757d;
    }

.wizard-footer {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.btn-next, .btn-finish {
    background-color: #084F8C;
    border-color: #084F8C;
    min-width: 120px;
    padding: 8px 20px;
}

.btn-finish {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-previous {
    min-width: 120px;
    padding: 8px 20px;
}

.opr-status {
    color: darkred;
    font-weight: bold;
}

.file-requirements i {
    color: #b50156;
}

.terms-text {
    color: #b50156;
    font-style: italic;
    font-size: 0.9rem;
}

.footer {
    color: #f8f9fa;
    margin-top: 20px;
    font-size: 0.9rem;
}

.datepicker-disabled {
    pointer-events: none;
    cursor: not-allowed;
    display: none;
}

.disabled-class {
    background-color: #e9ecef;
}
label{
    font-size: 0.9rem !important;
    font-weight: normal !important;
}
.nxt-button {
    background: #002c4d !important;
    border: none !important;
    color: white !important;
    width: 15vw !important;
}
.prev-btn {
    width:15vw !important;
}
.finish-btn {
    width:15vw !important
}