.mt-10{
    margin-top:10px
}
.mt-25{
    margin-top:25px
}
.mt-35{
    margin-top:35px
}
.mt-0{
    margin-top:0px
}
.mb-25{
    margin-bottom:25px
}
.d-none{
    display: none;
}
.btn-submit{
    background-color: #19435b;
    color: #FFF;
    border-color:#2a6893;
}
.btn-submit:hover{
    background-color: #2a6893;
    color: #FFF;
    border-color:#19435b;
}
.badge-success
{
    background-color: #5cb85c;
}

/* Date 8-Jan-2025 */
/* Maqbool customize classes for bs5 migration */

.form-control:focus ~ label, .form-control:visited ~ label, .form-control:not(:placeholder-shown) ~ label, .form-control-select:focus ~ label, .form-control-select:not([value=""]):valid ~ label {
    opacity: 1 !important;
    top: -5px !important;
    visibility: visible !important;
    background: #fff;
    font-size: 11px !important;
    left: 10px;
    padding: 0px !important;
    border: 1px solid #e9e9e9;
}

.small ,small{
    font-size: 80% !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    color: #a94442 !important;
}

.tempus-dominus-widget .toolbar div {
    align-items: center;
    border-radius: var(--td-border-radius);
    box-sizing: border-box;
    display: none !important;
    justify-content: center;
}

.form-reg .form-check {
    height: 45px;
    margin-left: -14px !important;
}

.srv-bx1 h4 {
    font-size: 16px;
    margin-top: 9px !important;
}