@media (max-width:1199px) {
    html .card .dt-box {
        padding: 20px 30px;
    }
    .dt-box h3 {
        font-size: 35px;
    }
    .dt-box .icon {
        height: 40px;
        width: 40px;
    }
    .login-page .form-box {
        margin: 0px;
    }
    html .top-bar .search-field {
        width: 170px;
    }
    html .top-bar .vehicle-field {
        width: 135px;
    }
    .login-page > *:nth-child(2),
    .login-page > *:nth-child(4){
        position: absolute;
    }
    .login-page > *:nth-child(2){
        left: 0;
    }
    .login-page > *:nth-child(4){
       right: 0;
    }
    .login-page .image img {
        max-width: 300px;
    }
    .login-page .form-box{
        position: relative;
        z-index: 1;
    }
    .view-detail-box .content > .row {
        row-gap: 20px;
    }
    .view-detail-box h3 {
        margin: 15px 0px 10px;
        font-size: 17px;
    }
    .view-detail-box .text-detail-wrap {
        padding: 14px 15px;
    }
    .not-found-page img {
        max-width: 600px;
    }
    .add_vendor_box {
        width: calc(100% - 80px);
    }
}
@media (max-width:1024px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        display: flex;
        flex-direction: column;
        transition: all 0.3s;
        transform: translateX(-101%);
    }
    body  div.sidebar-collapsein .sidebar {
        transform: translateX(0%);
    }
    body > div {
        padding-left: 0px;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
        background: #0000005e;
        opacity: 0;
        visibility: hidden;
    } 
     body  div.sidebar-collapsein .overlay {
        opacity: 1;
        visibility: visible;
    }
    body  div.sidebar-collapsein {
        padding-left: 0px;
    }
}
@media (max-width:991px) {
    .form-field {
        margin-bottom: 15px;
    }
    .billing-history-ul li .icon {
        height: 35px;
        width: 35px;
        margin-right: 10px;
    }
    .billing-history-ul li h6 {
        font-size: 13px;
    }
    .view-detail-box .img{
        margin-right: 30px;
    }
    .view-detail-box .content {
        padding-top: 0px;
    }
    .view-detail-box .content h4 {
        font-size: 16px;
        text-align: center;
    }
    .view-detail-box .content p{
        text-align: center;
    }
    .view-detail-box .content > .row {
        row-gap: 0px;
    }
    .view-detail-box .content .row{
        border-right: 1px solid var(--gray);
    }
    .view-detail-box .content .row > .col {
        padding: 10px 0px;
        border-top: 1px solid var(--gray);
        border-left: 1px solid var(--gray);
    }
    .view-detail-box .content .row > *:nth-last-child(-n+2){
        border-bottom: 1px solid var(--gray);
    }
   .not-found-page img {
        max-width: 500px;
    }
    .not-found-page .content a.btn {
        padding: 0px 35px;
        line-height: 42px;
    }
    .vdb_bx > .border {
        border: 0 !important;
    }
    .vdb_bx > .border > .row > .col {
        padding: 8px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:767px) {
    html .btn {
        padding: 0 18px;
        line-height: 34px;
        font-size: 14px;
    }
    html .btn-lg {
        line-height: 38px;
        font-size: 16px;
    }
    html :is(.form-control, .form-select) {
        height: 34px;
    }
    .table-responsive .dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .table-responsive .dt-length {
        margin-bottom: 0px !important;
    }
    .filter-item-field label {
        font-size: 12px;
    }
    html .table-responsive {
        margin: 15px 0px;
    }
    .login-page {
        padding-top: 150px;
        overflow-x: hidden;
    }
    .login-page .logo,
    .not-found-page .logo {
        top: 30px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    .login-page > *:nth-child(2),
     .login-page > *:nth-child(4) {
        bottom: 20px;
        transform: translateY(0px);
    }
    .login-page > *:nth-child(2) img {
        max-width: 230px;
        width: 100%;
        margin-left: -30px;
    }
    .login-page > *:nth-child(4) img{
        max-width: 170px;
        margin-right: -7px;
    }
    .login-page .form-box {
        padding: 30px 20px;
        margin-bottom: auto;
    }
    .login-page .form-box h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .login-page .form-box p{
        font-size: 13px;
        margin-bottom: 24px;
    }
    .login-page .form-control {
        height: 44px;
        padding: 10px 17px;
        font-size: 14px;
    }
    .login-page .form-box .form-check-input {
        width: 16px;
        height: 16px;
    }
    .login-page .form-box label, .login-page .form-box .link {
        font-size: 14px;
    }
    .login-page .form-box .btn {
        margin: 20px 0px 15px;
    }
    .login-page .form-box .register-text {
        font-size: 13px;
        color: #000000E5;
    }
    .body-content-box h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .body-content-box p {
        font-size: 13px;
        line-height: 160%;
    }
    html .card .dt-box {
        padding: 15px 26px;
    }
    .dt-box h3 {
        font-size: 26px;
    }
    header {
        padding-right: 15px;
    }
    header .logo {
        height: 50px;
        width: 50px;
    }
    header .navbar-toggle {
        height: 30px;
        width: 30px;
    }
    header h1 {
        font-size: 18px;
    }
    .breadcrumb {
        font-size: 13px;
        gap: 6px;
    }
    .tab-box-wpr {
        width: fit-content;
        margin: 0px auto;
    }
    .form-field {
        margin-bottom: 12px;
    }
    .view-detail-box .image {
        padding: 20px;
    }
    .view-detail-box .img{
        max-width: 115px;
        width: 100%;
        margin-right: 20px;
    }
    .view-detail-box .content{
        padding: 0px 20px 20px;
    }
    .view-detail-box .content h4 {
        font-size: 14px;
    }
    .view-detail-box .content p {
        font-size: 12px;
    }
    .view-detail-box .text-detail-wrap {
        padding: 14px 10px;
    }
    .not-found-page .content h3 {
        font-size: 35px;
    }
    .not-found-page .content p {
        margin-bottom: 30px;
    }
    .not-found-page img {
        max-width: 320px;
    }
    .not-found-page .content a.btn {
        margin-top: 30px;
        padding: 0px 30px;
        line-height: 38px;
    }
    .not-found{
        padding: 20px;
        gap: 10px;
    }
    .not-found .alert-icon {
        height: 40px;
        width: 40px;
    }
    .not-found h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .add_vendor_box {
        width: calc(100% - 35px);
        padding: 20px;
    }
    html .modal .modal-content {
        margin: 0px 5px;
    }
    html .modal-body {
        padding: 22px;
    }
    .attendance-modal .modal-dialog {
        max-width: 360px !important;
        width: 100%;
    }
    .attendance-modal .modal-body h4 {
        font-size: 16px;
    }
    .attendance-modal .modal-body > .row {
    row-gap: 20px;
}
.modal-dialog .modal-body .row {
    justify-content: center;
}
.modal-dialog .modal-body .form-field h4 {
    font-size: 14px;
    text-align: center;
}
.modal-dialog .modal-body .form-field p {
    text-align: center;
}
.modal-dialog .modal-body .form-field .file-upload {
    height: 120px;
    padding: 15px;
    margin-bottom: 18px;
}
.top-bar :is(.form-control, .form-select, .select2) {
    width: 150px;
    min-width: 150px;
}
.card .form-control.tw-days {
   width: 160px;
}
header .mg_mnu {
    margin-left: 8px !important;
}
.ntfctn_i > .dropdown > button#notificationDropdown {
    height: 30px;
    width: 30px;
    border-radius: 8px;
}
.ntfctn_i > .dropdown > button#notificationDropdown > .badge {
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
}
html .modal .modal-content .card > div#id-vms-user-details-modal-body > .col-6 {
    padding: 10px 0px;
    position: relative;
}
html .modal .modal-content .card > div#id-vms-user-details-modal-body > .col-6 > .form-field {
    margin: 0;
}
div#id-vms-user-details-modal-body .form-field h4 {
    font-size: 14px;
}
div#id-vms-user-details-modal-body .form-field p {
    font-size: 12px;
}
.details-wrapper .item > .row > .col-6 {
    padding: 10px 0px;
    border-bottom: 0 !important;
    border-left: 0 !important;
    position: relative;
}
.details-wrapper .item {
    border:0;
    border-radius: 5px;
    padding: 0;
}
.details-wrapper .item > .row {
    margin: 0;
}
.body-content-box .dt_head {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
}
.billing-history-ul li {
    font-size: 13px;
    text-align: center;
}
html .modal .modal-content .card > div#id-vms-user-details-modal-body > .col-6::before,
.details-wrapper .item > .row > .col-6:before {
    content: '';
    display: block;
    position: absolute;
    inset: 2px;
    border: 1px dashed var(--gray);
    border-radius: 2px;
}
.view-detail-box .status_box img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}
.view-detail-box:has(.status_box) .col-6 {
    border: 0 !important;
}
.glbl_optn_tb .tab-box-wpr {
    width: unset;
    overflow-x: auto;
    display: flex !important;
}
html .glbl_optn_tb .tab-box-wpr .nav-tabs {
    gap: 4px;
    flex-wrap: nowrap;
}
table#working_days_table td, table#working_days_table th {
    font-size: 14px;
}
div#office-management .card {
    padding: 12px;
}
div#office-management .list-group-item button {
    line-height: 26px;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 5px;
}
ul#expenseList .list-group-item {
    font-size: 14px;
    padding-block: 6px;
    padding-inline: 12px 6px;
    border-radius: 8px;
    margin-bottom: 8px;
}
table#VendorListing tbody td:nth-child(4) {
    white-space: pre-line;
    min-width: 300px;
}
}