/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #3e92cc #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #3e92cc;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

label {
    font-family: fontmedium;
    margin-bottom: 5px;
}



.apply-form {
    font-family: fontmedium !important;
}

#Title {
    top: 38px;
    left: 0;
    width: 80px;
}

.apply-form .form-control {
    padding: 10px;
}

#Firstname {
    padding-left: 90px;
}

.home-add-title {
    color: #3E92CC !important;

}

.application-details {
    color: #3E92CC;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

td input {
    min-width: 190px;
}

.table-para {
    text-align: center;
    border: 1px solid #3E92CC;
    padding: 5px;
    color: #3E92CC;
}

.form-check-boxes {
    height: 45px !important;
    text-align: center !important;
}

.staff-submit-btn {
    text-align: center;
    border: none !important;
    background-color: #2596be !important;

    padding: 12px 40px;
    font-weight: bold;

}

.error {
    color: rgb(255, 0, 0) !important;
}

.primary-select {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: flex-end;
}

.primary-select .form-check-input {
    min-width: 30px;
}

.primary-select .form-check-label {
    width: 80px;
}

.form-check-input[type=radio] {
    border-radius: 0 !important;
}

#Firstname-error {
    padding-left: 85px !important;
}

.form-sub-ajax {
    color: #000 !important;
}

.iti {
    display: block !important;
}

.form-check-input:checked {
    background-color: #3E92CC !important;
    border-color: #3E92CC !important;
}

input::file-selector-button {
    font-weight: bold;
    color: #3E92CC !important;
    padding: 0.5em;
    border: unset !important;
    border-radius: 3px;
    background: #FFF !important;

}

.staff-save-btn {
    text-align: center;
    border: none !important;
    background-color: #F2D202 !important;
    padding: 12px 40px;
    font-weight: bold;
    color:#3E92CC !important;
    border-radius: 4px;

}

.main-contact-para {
    background-color: #edf4ff;
    color: #3E92CC !important;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
}

.apply-form label {
    padding-bottom: 10px !important;
}

#date {
    background-color: #fff;
    padding: 9px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 53px;
    padding: 0px 6px 6px 7px !important;
}

.white-space {
    white-space: nowrap !important;
}