/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.card-403{ height: calc(100vh - 285px); }
.sidebar-logo{ width: 60%; height: auto; }

.navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"]::after { display: none; }

.phone-div .select2-selection { border: 0px; border-radius: 4px 0 0 4px;}

.applicant-profile-tab .nav-link.active  {
    color: #fff !important; 
    background-color: #405189 !important;
}

.applicants-tab-font-weight{
    font-weight: 500;
    float: left;
}

.timecount {
    /* display: none; */
    display: flex;
}

.timecount div {
    margin-right: 4px;
    padding: 5px 4px;
    text-align: center;
    border-radius: 10px;
    border: 0;
}

.timecount #hnum,
.timecount #mnum,
.timecount #snum {
    display: block;
    font-size: 18px;
    background-color: #046ca9;
    color: #fff;
    height: 36px;
    width: 41px;
    border-radius: 6px;
    font-weight: bold;
    line-height: 36px;
}

.timecount #word {
    display: block;
    font-size: 8px;
    font-weight: 700;
    padding-top: 4px;
    line-height: 0;
}

@media all and (max-width:767px){
    .timecount #hnum, .timecount #mnum, .timecount #snum {
        font-size: 14px;
        height: 32px;
        width: 34px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 3px;
    }
    .timecount div {
        margin-right: 0;
        padding: 5px 2px;
    }
}

.onboarding-process .nav-link.done {
    background-color: #0ab39c !important;
    color: #fff !important;
}
.onboarding-process .nav-link.active{
    background-color: #405189 !important;
    color: #fff !important;
}
.date-disable{
    background-color: #eff2f7 !important;
}