@media (max-width: 767px) {
    .meetingScheduledModule.card {
        height: auto;
    }
    .meetingScheduledModule #datepicker {
        margin-bottom: 12px;
    }
    .login-section .loginLeftBlock {
        height: 50vh;
    }

    /* Candidate Login Page */
    .login-section .loginLeftBlock {
        height: 50vh;
    }

    .login-section .loginLeftBlockVendor {
        height: 50vh;
    }

    /* Candidate Login Page */
    .login-section .loginLeftBlockVendor {
        height: 50vh;
    }


    .login-section .loginBlock .middle-block {
        width: 100%;
        padding: 0 20px;
    }
    .login-section .loginBlock .form-inner {
        padding: 32px;
    }
    .login-section .loginBlock .wlcm-content .wlcm-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
 

}

@media (max-width:991.98px) {
    .topnav {
        align-items: start !important;
    }
    .newReqirementTabsRow {
        flex-direction: column-reverse !important;
    }
    .newReqirementTabsRow li.nav-item {
        width: 100%;
    }
    .searchModule {
        display: block !important;
    }
    .sortable-list {
        width: 100%;
    }
}


@media (max-width:767px) {
    .actionModalRight .modal-dialog {
        margin-right: 0.5rem;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
     text-align: left; 
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-end !important;
    }
    .newReqirementTabsRow .nav-tabs .nav-link {
        width: 100%;
    }
    .onboardingsTabs .nav-tabs .nav-link {
        width: auto;
    }
    .sortable-list {
        width: 100%;
    }


    /* Job Description Page */
    button.apply_button {
        padding: 10px 20px;
    }
    .apply_icons {
        padding: 10px;
    }
    .job_title h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .job_title .job_desig {
        font-size: 16px;
    }
    .job_duration {
        font-size: 10px;
    }
}

@media (max-width:426px) {
    .newReqirementTabs .nav-tabs .nav-link {
        width: 100%;
    }

    #offerGenerationTabs .nav-item {
        width: 100%;
    }

    #bgv-reports .form-control, 
    #bgv-reports .form-select {
        width: auto;
    }
}


@media (min-width:1024px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (max-width:1440px) {
   
    .navbar-scroller{
       display: contents !important;
       overflow-x: scroll !important;
       white-space: nowrap !important;
       } 
   }

/* Medium screen Layeout: 1024px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sortable-list {
        width: 100%;
    }
    
    /* Interview Feedback Page */
    #interviewFeedbackForm .btn-group {
        display: block;
    }
}

@media screen and (max-width:1023px) {
    .jobCard .applyBtnGrp {
        justify-content: end;
        margin-top: 12px;
    }
    .right_card {
        display: block;
    }
    .vertical-line {
        border-left: 0;
        border-bottom: 2px solid #E7F0FA;
        height: auto;
        width: 200px;
        margin: 0 auto;
    }

    /* Interview Feedback Page */
    #interviewFeedbackForm .btn-group {
        display: block;
    }
    .criteriaHeader {
        display: block !important;
    }
    
}