@media (min-width: 1024px) and (max-width: 1440px) {
    /* .wolist {
        background: red!important;
    } */

    .crtTcBlock{
        width: 80%;
    }
    .customSelect_Drop {
        width: 100px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {

    .overflow-x{
        overflow-x: auto;
    }

    .login-content {
        padding: 68px 40px;
        border-radius: 150px 20px 150px 20px;
        min-height: 500px;
    }

    .logo-section img {
        margin-bottom: 30%;
        width: 100%;
    }

    .logo-section {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: end;
        width: 200px;
        float: right;
        margin-right: 5%;
    }

    .work-list {
        position: relative;
    }

    .work-list tbody tr td:before {
        width: 50%;
        position: absolute;
        left: 0;
        text-align: left;
    }

    .work-list thead tr {
        display: none;
    }

    .work-list tbody tr td {
        display: block;
        padding-left: 50%;
    }

    .work-list tr {
        background: #f9f9ff;
        margin: 10px -10px;
        display: block;
    }

    span.active-t, span.pending-t, span.completed-t {
        display: inline-block;
        min-width: 150px;
    }

    .work-list tbody tr td:nth-child(1):before {
        content: "WO No.";
    }

    .work-list tbody tr td:nth-child(2):before {
        content: "WO Type";
    }

    .work-list tbody tr td:nth-child(3):before {
        content: "Assigned to";
    }

    .work-list tbody tr td:nth-child(4):before {
        content: "Approved";
    }

    .work-list tbody tr td:nth-child(5):before {
        content: "Initials";
    }

    /* .work-list tbody tr td:nth-child(6):before {
        content: "Assign to";
    } */

    .work-list tbody tr td:nth-child(6):before {
        content: "Date";
    }

    .work-list tbody tr td:nth-child(7):before {
        content: "Status";
    }

    .work-list tbody tr td:nth-child(8):before {
        content: "Action";
    }

}

@media (min-width: 767px) and (max-width: 991px) {

    .crtTcBlock{
        width: 80%;
    }

    .overflow-x{
        overflow-x: auto;
    }

    .work-list tbody tr td:nth-child(6) p{
        text-align: left;
    }

    table.lms tr td:last-child, table.lms tr th:last-child {
        text-align: left!important;
    }

    #durationClock {
        position: absolute !important;
        right: 5px !important;
        top: 16px !important;
        color: #4e6d8e !important;
        font-size: 22px !important;
    }

    .dateRangeBlock svg {
        margin-top: 20px;
        width: 18px;
        margin-right: -9px;
    }

    .heading-page #updateStatus {
        width: 30% !important;
        margin-top: 10px;
    }

    .positionmdabsolute {
        position: absolute;
        left: 0;
        height: initial !important;
    }

    .logo-section {
        display: flex;
        align-items: start;
        height: 100%;
        width: 155px;
        margin: auto;
    }

    .logo-section img {
        width: 100%;
    }

    .login-content {
        width: 80%;
        padding: 25px;
        border-radius: 130px 20px 130px 20px;
        min-height: 400px;
    }

    .login-heading h3 {
        font-size: 30px;
    }

    .login-heading h5 {
        font-size: 22px;
    }

    .work-list {
        position: relative;
    }

    .work-list tbody tr td:before {
        width: 50%;
        position: absolute;
        left: 0;
        text-align: left;
    }

    .work-list thead tr {
        display: none;
    }

    .work-list tbody tr td {
        display: block;
        padding-left: 50%;
    }

    .work-list tr {
        background: #f9f9ff;
        margin: 10px -10px;
        display: block;
    }

    span.active-t, span.pending-t, span.completed-t {
        display: inline-block;
        min-width: 150px;
    }

    .work-list tbody tr td:nth-child(1):before {
        content: "WO No.";
    }

    .work-list tbody tr td:nth-child(2):before {
        content: "Work Order Type";
    }

    .work-list tbody tr td:nth-child(3):before {
        content: "Assign to";
    }

    .work-list tbody tr td:nth-child(4):before {
        content: "Approved";
    }

    .work-list tbody tr td:nth-child(5):before {
        content: "Initials";
    }

    .work-list tbody tr td:nth-child(6):before {
        content: "Date";
    }

    .work-list tbody tr td:nth-child(7):before {
        content: "Status";
    }

    .work-list tbody tr td:nth-child(8):before {
        content: "Action";
    }

    .cards {
        margin-bottom: 20px;
    }

    div#fullwidth_div {
        margin-left: 100px;
    }

    .wrapperv {
        padding-bottom: 20px;
    }

    .sidebar {
        transform: translateX(0);
        width: 100px;
        transition: .35s;
    }

    .sidebar ul.side-menuv li span:last-child {
        display: none;
        transition: .35s;
    }

    .sidebar ul.side-menuv li a {
        padding-left: 25px;
        transition: .35s;
    }

    .show-sidebar {
        width: var(--sidebar-width);
    }

    .show-sidebar ul.side-menuv li span:last-child {
        display: inline-block;
        transition: .35s;
    }

    .width-count {
        width: 40%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 200px;
    }

    .view-details {
        width: 80%;
    }

    .checkbox-option input[type="checkbox"] {
        vertical-align: bottom;
    }

    .checkbox-option ul li label {
        font-size: 16px;
    }

    .checkbox-option input[type="checkbox"]:checked {
        vertical-align: bottom;
    }

    .form__files-container {
        width: 45%;
    }

    .img-icons {
        display: flex;
        max-width: 55px;
        justify-content: space-between;
        width: 100%;
    }

    .work-list-dash {
        position: relative;
    }

    .work-list-dash tbody tr td:before {
        width: 50%;
        position: absolute;
        left: 0;
        text-align: left;
    }

    .work-list-dash thead tr {
        display: none;
    }

    .work-list-dash tbody tr td {
        display: block;
        padding-left: 50%;
    }

    .work-list-dash tr {
        background: #f9f9ff;
        margin: 10px -10px;
        display: block;
    }

    .work-list-dash tbody tr td:nth-child(1):before {
        content: "WO No.";
    }

    .work-list-dash tbody tr td:nth-child(2):before {
        content: "Node Number";
    }

    .work-list-dash tbody tr td:nth-child(3):before {
        content: "Staff Name";
    }

    .work-list-dash tbody tr td:nth-child(4):before {
        content: "Type Issue";
    }

    .work-list-dash tbody tr td:nth-child(5):before {
        content: "Assign to";
    }

    .work-list-dash tbody tr td:nth-child(6):before {
        content: "Date";
    }

    .work-list-dash tbody tr td:nth-child(7):before {
        content: "Status";
    }


    .work-list-user {
        position: relative;
    }

    .work-list-user tbody tr td:before {
        width: 50%;
        position: absolute;
        left: 15px;
        text-align: left;
    }

    .work-list-user thead tr {
        display: none;
    }

    .work-list-user tbody tr td {
        display: block;
        padding-left: 50%;
    }

    .work-list-user tr {
        background: #f9f9ff;
        margin: 10px -10px;
        display: block;
    }

    .work-list-user tbody tr td:nth-child(1):before {
        content: "Name";
    }

    .work-list-user tbody tr td:nth-child(3):before {
        content: "Email";
    }

    .work-list-user tbody tr td:nth-child(2):before {
        content: "Role";
    }

    .work-list-user tbody tr td:nth-child(4):before {
        content: "Reporting Manager";
    }

    .work-list-user tbody tr td:nth-child(5):before {
        content: "Action";
    }

    /* lms */
    .lms-user {
        position: relative;
    }

    .lms-user tbody tr td:before {
        width: 50%;
        position: absolute;
        left: 15px;
        text-align: left;
    }

    .lms-user thead tr {
        display: none;
    }

    .lms-user tbody tr td {
        display: block;
        padding-left: 50%;
    }

    .lms-user tr {
        background: #f9f9ff;
        margin: 10px -10px;
        display: block;
    }

    .lms-user tbody tr td:nth-child(1):before {
        content: "Name";
    }

    .lms-user tbody tr td:nth-child(2):before {
        content: "Role";
    }

    .lms-user tbody tr td:nth-child(3):before {
        content: "Action";
    }


    .notification-detail.bg-shadow {
        position: absolute;
        top: 163px;
        width: 82%;
        display: none;
    }

    .notification-detail-heading img {
        position: absolute;
        opacity: .7;
    }

    .notification-detail-heading p, .notification-detail-heading h3 {
        margin-left: 40px;
    }

    .heading-page {
        display: inline-block;
    }

    .heading-page label {
        margin-right: 10px;
        vertical-align: middle;
    }

    .heading-page select {
        margin-top: 15px;
    }

    .sidebar ul.side-menuv li {
        position: relative;
    }

    .sidebar ul.side-menuv li a:nth-child(2) {
        font-size: 16px !important;
    }

    .show-sidebar ul.side-menuv li a:nth-child(2) {
        font-size: 20px !important;
    }

    .sidebar ul.side-menuv li a:nth-child(2) .fa-exclamation-triangle {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .show-sidebar ul.side-menuv li a:nth-child(2) .fa-exclamation-triangle {
        position: static;
        transform: initial;
    }

    
}

@media (min-width: 991px) and (max-width: 1440px) {

    .overflow-x{
        overflow-x: auto;
    }

    .logo-section {
        margin-left: 35%;
    }

    .logo-section img {
        margin-right: 55px;
        margin-bottom: 40%;
    }
}

@media (min-width: 767px) and (max-width:991px) {
    
    .overflow-x{
        overflow-x: auto;
    }

    #notificationDetailPage {
        margin-left: 110px;
    }

    .notification-detail.bg-shadow {
        display: block;
        position: static !important;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .overflow-x{
        overflow-x: auto;
    }

    #notificationDetailPage {
        margin-left: 10px;
    }

    .notification-detail.bg-shadow {
        display: block !important;
        position: static !important;
        width: 100% !important;
    }
}