/* NAVBAR */

.nav-link .icon-user {
    position: relative;
    top: -4px;
    background: #007BFF;
    border-radius: 50%;
    text-align: center;
    padding: 8px 8px;
    /* margin-right: 7px; */
    box-shadow: -2px -2px 3px #2d93ff,
        2px 2px 5px #006bdd;
}

.user-auth {
    line-height: 16px;
    margin-right: 8px !important;
}

.login-username .nama-user-auth {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.login-username .nama-jabatan-auth {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


@media screen and (max-width: 800px) {
    .user-auth {
        line-height: 16px;
        margin-right: 0 !important;
    }

    .nav-link .icon-user {
        display: none;
    }

    /* .login-username {
        position: relative;
        left: -20px;
    } */

    .login-username .nama-user-auth {
        font-size: 14px;
        font-weight: 500;
    }

    .login-username .nama-jabatan-auth {
        font-size: 10px;
        font-weight: 400;
    }

    .navbar-notif .notif-count {
        font-size: 10px;
    }

    .userNameRight {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    .userNameLeft {
        display: none !important;
    }
}

.container-tbl-btn {
    margin-top: -6px;
    margin-bottom: -6px;
}

.container-tbl-btn2 {
    margin-top: -14px;
    margin-bottom: -14px;
}

.container-tbl-btn3 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.navbar-notif {
    text-decoration: none;
    background: transparent;
    border: none;
}

.breadcrumbNotif {
    position: absolute;
    top: 15px;
    right: 20px;
    text-decoration: none;
    background: transparent;
    border: none;
}

.breadcrumbNotif .icon-notif {
    font-size: 24px;
    color: #0f0f0f;
}

.navbar-notif .icon-notif {
    font-size: 24px;
    margin-right: 5px;
    color: #fff;
}

.breadcrumbNotif .notif-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    padding: 1px 4px;
    background: #FB5B5B;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}

.navbar-notif .notif-count {
    position: absolute;
    top: 8px;
    margin-left: -11px;
    min-width: 15px;
    padding: 0 4px;
    background: #FB5B5B;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}

@media screen and (max-width: 450px) {

    .navbar-notif {
        margin-right: -18px;
    }

    .navbar-notif .notif-count {
        top: 12px;
        font-size: 10px;
        font-weight: 400;
    }
}

.btn-see-all {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.btn-see-all:hover {
    color: #222;
}

.alertt {
    padding: 0.75rem 1.25rem;
    margin-top: 8px;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.alertt .badge-new {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 15px;
    background: #FB5B5B;
    color: #fff;
    padding: 1px 8px;
    border-radius: 6px;
}

.alert-merah-tua {
    color: #3c3c3c;
    background: rgba(238, 0, 0, 0.15);
    border: 1px solid #EE0000;
}

.alert-merah {
    color: #3c3c3c;
    background: rgba(251, 91, 91, 0.15);
    border: 1px solid #FB5B5B;
}

.alert-kuning {
    color: #3c3c3c;
    background: rgba(248, 184, 46, 0.15);
    border: 1px solid #F8B82E;
}

.alert-hijau {
    color: #3c3c3c;
    background: rgba(12, 174, 99, 0.15);
    border: 1px solid #0CAE63;
}

.alert-biru {
    color: #3c3c3c;
    background: rgba(0, 123, 255, 0.15);
    border: 1px solid #007BFF;
}

.alert-read {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #68717A;
}

.icon-notification {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-merah-tua {
    background: #EE0000;
}

.bg-red {
    background: linear-gradient(348.09deg, #FB5B5B 17.41%, #FF0000 82.59%);
}

.bg-kuning {
    background: #F8B82E;
}

.bg-hijau {
    background: #0CAE63;
}

.bg-biru {
    background: #007BFF;
}

.c-red {
    color: #FF0000;
}

.c-kuning {
    color: #F8B82E;
}

.c-hijau {
    color: #0CAE63;
}

.c-biru {
    color: #007BFF;
}

.icon-alert {
    font-size: 30px;
    color: #fff;
}

.icon-notification .desc-alert {
    position: absolute;
    bottom: 3px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.6px;
    color: #fff;
}

.desc-notiff {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    margin-left: 60px;
    margin-right: 143px;
}

.desc-notif2 {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    margin-left: 60px;
    margin-right: 20px;
}

.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alertt {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 8px;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.alert-qr {
    color: #3c3c3c;
    background: rgba(248, 184, 46, 0.15);
    border: 1px solid #FB5B5B;
}

.alert-merah {
    color: #3c3c3c;
    background: rgba(251, 91, 91, 0.15);
    border: 1px solid #FB5B5B;
}

.alert-kuning {
    color: #3c3c3c;
    background: rgba(248, 184, 46, 0.15);
    border: 1px solid #F8B82E;
}

.alert-hijau {
    color: #3c3c3c;
    background: rgba(12, 174, 99, 0.15);
    border: 1px solid #0CAE63;
}

.icon-notification {
    position: absolute;
    width: 60px;
    height: 52px;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-Bwhite {
    background-color: #f8f8f8;
}

.bg-merah {
    background: #FB5B5B;
}

.bg-merah-muda {
    background: #FB5B5B;
}

.bg-kuning {
    background: #F8B82E;
}

.bg-hijau {
    background: #0CAE63;
}

.bg-coklat {
    background: #d4782d;
}

.circleBlue {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
}

.circleGreen {
    width: 10px;
    height: 10px;
    background-color: #00DB76;
    border-radius: 50%;
}

.desc-notif {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

.btn-notif-approve {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    color: #fff;
    padding: 1px 10px;
    border-radius: 6px;
}

.btn-notif-approve:hover {
    background: linear-gradient(90deg, #0073EE 0%, #0073EE 104.42%);
    color: #fff;
}

.btn-notif-reject {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 8px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(270deg, #FB5B5B 0%, #FF0000 103.15%);
    color: #fff;
    padding: 1px 12px;
    border-radius: 6px;
}

.btn-notif-reject:hover {
    background: linear-gradient(270deg, #FF0000 0%, #FF0000 103.15%);
    color: #fff;
}

@media screen and (max-width: 440px) {
    .desc-notiff {
        height: 36px;
        margin-left: 55px;
        margin-right: 55px;
    }

    .btn-notif-approve {
        top: 4px;
        right: 4px;
        height: 25px;
        width: 65px;
        font-size: 12px;
    }

    .btn-notif-reject {
        top: 33px;
        right: 4px;
        height: 25px;
        width: 65px;
        font-size: 12px;
    }
}

/* NAVBAR */

* {
    font-family: 'poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.content-wrapper {
    background-color: #f1f1f1;
}

.f-poppins {
    font-family: Poppins;
}

.no-wrap {
    white-space: nowrap
}

.mh-520 {
    max-height: 520px;
}

.w-200 {
    width: 200px;
}

.h-583 {
    height: 583px;
}

.h-455 {
    height: 455px;
}

.h-435 {
    height: 435px;
}

.h-430 {
    height: 430px;
}

.h-420 {
    height: 420px;
}

.h-410 {
    height: 410px;
}

.h-400F {
    height: 400px;
}

.h-400 {
    height: 360px;
}

.h-300 {
    height: 300px;
}

.h-307 {
    height: 307px;
}

.h-330 {
    height: 330px;
}

.h-210 {
    height: 210px;
}

.h-220 {
    height: 220px;
}

.pd-it {
    padding-left: 20px;
}

.scroll-y {
    overflow-y: scroll;
}

.flex {
    display: flex;
}

.justify-sb {
    display: flex;
    justify-content: space-between;
}

.justify-end {
    display: flex;
    justify-content: end;
}

.justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-blue {
    color: #007BFF;
}

.card-navigate {
    position: relative;
    border-radius: 14px;
    margin: -7px 5px 10px 5px;
    background-color: #fff;
    display: flex;
    justify-content: start;
    box-shadow: 2px 10px 20px rgba(221, 221, 221, 0.3);
}


.breadcrumb-item {
    padding: 13px 5px 13px 20px;
}

.title-navigate {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.title-navigate:hover {
    text-decoration: none;
    color: #000;
}

.title-navigate-home {
    color: #007BFF;
}

.title-navigate-home:hover {
    color: #0068d8;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.title-navigate-active {
    color: #fff;
    background: #007bff;
    padding-right: 14px;
    border-radius: 0px 8px 8px 0px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
}

.navigate-active {
    position: absolute;
    display: flex;
    border-left: 17px solid #fff;
    border-bottom: 56px solid transparent;
}

@media screen and (max-width: 386px) {
    .card-navigate {
        display: none;
    }
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

.title-24 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.title-18 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.title-16 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    /* text-align: center; */
}

.title-14 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.title-12 {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.title-12-grey {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #68717A;
}

.title-12-dark {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2b2b2b;
}

.pd-chart {
    padding: 30px 20px 30px 50px;
}

.pd-chart2 {
    padding: 30px 10px 30px 10px;
}

.cards {
    margin-bottom: 18px;
    border: 0px;
    border-radius: 10px;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.082); */
    background: #fff;
}

.cards-18 {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 15px 0 rgba(75, 75, 75, 0.08);
}

.cards-0 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.card-gcc {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    overflow: hidden;
}

.card-sample-room {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.card-scroll {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 10px;
    width: 100%;
    /* background: #0cae63; */
}

.scrollY {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Custom Scroll Bar */
#scroll-bar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#scroll-bar-sm::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Handle */
#scroll-bar-sm::-webkit-scrollbar-thumb,
#scroll-bar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
    border: none;
}


/* TABLE FREEZE */

#DTtable_sticky th:nth-child(1),
#DTtable_sticky th:nth-child(2),
#DTtable_sticky th:nth-child(3),
#DTtable_sticky th:nth-child(4),
#DTtable_sticky td:nth-child(1),
#DTtable_sticky td:nth-child(2),
#DTtable_sticky td:nth-child(3),
#DTtable_sticky td:nth-child(4) {
    background: #FFF;
}

#DTtable_sticky th:nth-child(1),
#DTtable_sticky td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#DTtable_sticky th:nth-child(2),
#DTtable_sticky td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 80px;
    min-width: 80px;
}

#DTtable_sticky th:nth-child(3),
#DTtable_sticky td:nth-child(3) {
    position: sticky;
    left: 224px;
    width: 100px;
    min-width: 100px;
}

#DTtable_sticky th:nth-child(4),
#DTtable_sticky td:nth-child(4) {
    position: sticky;
    left: 366px;
    width: 160px;
    min-width: 160px;
}

#DTtable_sticky th:nth-child(1),
#DTtable_sticky th:nth-child(2),
#DTtable_sticky th:nth-child(3),
#DTtable_sticky th:nth-child(4) {
    z-index: 2;
}

/* == */

#DTtable_sticky2 th:nth-child(1),
#DTtable_sticky2 th:nth-child(2),
#DTtable_sticky2 th:nth-child(3),
#DTtable_sticky2 th:nth-child(4),
#DTtable_sticky2 td:nth-child(1),
#DTtable_sticky2 td:nth-child(2),
#DTtable_sticky2 td:nth-child(3),
#DTtable_sticky2 td:nth-child(4) {
    background: #FFF;
}

#DTtable_sticky2 th:nth-child(1),
#DTtable_sticky2 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#DTtable_sticky2 th:nth-child(2),
#DTtable_sticky2 td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 80px;
    min-width: 80px;
}

#DTtable_sticky2 th:nth-child(3),
#DTtable_sticky2 td:nth-child(3) {
    position: sticky;
    left: 224px;
    width: 100px;
    min-width: 100px;
}

#DTtable_sticky2 th:nth-child(4),
#DTtable_sticky2 td:nth-child(4) {
    position: sticky;
    left: 366px;
    width: 160px;
    min-width: 160px;
}

#DTtable_sticky2 th:nth-child(1),
#DTtable_sticky2 th:nth-child(2),
#DTtable_sticky2 th:nth-child(3),
#DTtable_sticky2 th:nth-child(4) {
    z-index: 2;
}

/* == */

#DTtable_sticky3 th:nth-child(1),
#DTtable_sticky3 th:nth-child(2),
#DTtable_sticky3 th:nth-child(3),
#DTtable_sticky3 th:nth-child(4),
#DTtable_sticky3 td:nth-child(1),
#DTtable_sticky3 td:nth-child(2),
#DTtable_sticky3 td:nth-child(3),
#DTtable_sticky3 td:nth-child(4) {
    background: #FFF;
}

#DTtable_sticky3 th:nth-child(1),
#DTtable_sticky3 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#DTtable_sticky3 th:nth-child(2),
#DTtable_sticky3 td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 80px;
    min-width: 80px;
}

#DTtable_sticky3 th:nth-child(3),
#DTtable_sticky3 td:nth-child(3) {
    position: sticky;
    left: 224px;
    width: 100px;
    min-width: 100px;
}

#DTtable_sticky3 th:nth-child(4),
#DTtable_sticky3 td:nth-child(4) {
    position: sticky;
    left: 366px;
    width: 160px;
    min-width: 160px;
}

#DTtable_sticky3 th:nth-child(1),
#DTtable_sticky3 th:nth-child(2),
#DTtable_sticky3 th:nth-child(3),
#DTtable_sticky3 th:nth-child(4) {
    z-index: 2;
}

/* == */

#DTtable_sticky4 th:nth-child(1),
#DTtable_sticky4 th:nth-child(2),
#DTtable_sticky4 th:nth-child(3),
#DTtable_sticky4 th:nth-child(4),
#DTtable_sticky4 td:nth-child(1),
#DTtable_sticky4 td:nth-child(2),
#DTtable_sticky4 td:nth-child(3),
#DTtable_sticky4 td:nth-child(4) {
    background: #FFF;
}

#DTtable_sticky4 th:nth-child(1),
#DTtable_sticky4 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#DTtable_sticky4 th:nth-child(2),
#DTtable_sticky4 td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 80px;
    min-width: 80px;
}

#DTtable_sticky4 th:nth-child(3),
#DTtable_sticky4 td:nth-child(3) {
    position: sticky;
    left: 224px;
    width: 100px;
    min-width: 100px;
}

#DTtable_sticky4 th:nth-child(4),
#DTtable_sticky4 td:nth-child(4) {
    position: sticky;
    left: 366px;
    width: 160px;
    min-width: 160px;
}

#DTtable_sticky4 th:nth-child(1),
#DTtable_sticky4 th:nth-child(2),
#DTtable_sticky4 th:nth-child(3),
#DTtable_sticky4 th:nth-child(4) {
    z-index: 2;
}

/* == */

#DTtable_sticky6 th:nth-child(1),
#DTtable_sticky6 th:nth-child(2),
#DTtable_sticky6 th:nth-child(3),
#DTtable_sticky6 th:nth-child(4),
#DTtable_sticky6 td:nth-child(1),
#DTtable_sticky6 td:nth-child(2),
#DTtable_sticky6 td:nth-child(3),
#DTtable_sticky6 td:nth-child(4) {
    background: #FFF;
}

#DTtable_sticky6 th:nth-child(1),
#DTtable_sticky6 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#DTtable_sticky6 th:nth-child(2),
#DTtable_sticky6 td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 80px;
    min-width: 80px;
}

#DTtable_sticky6 th:nth-child(3),
#DTtable_sticky6 td:nth-child(3) {
    position: sticky;
    left: 224px;
    width: 100px;
    min-width: 100px;
}

#DTtable_sticky6 th:nth-child(4),
#DTtable_sticky6 td:nth-child(4) {
    position: sticky;
    left: 366px;
    width: 160px;
    min-width: 160px;
}

#DTtable_sticky6 th:nth-child(1),
#DTtable_sticky6 th:nth-child(2),
#DTtable_sticky6 th:nth-child(3),
#DTtable_sticky6 th:nth-child(4) {
    z-index: 2;
}

/* == */

#SList th:nth-child(1),
#SList th:nth-child(2),
#SList th:nth-child(3),
#SList th:nth-child(4),
#SList td:nth-child(1),
#SList td:nth-child(2),
#SList td:nth-child(3),
#SList td:nth-child(4) {
    background: #FFF;
}

#SList th:nth-child(1),
#SList td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 60px;
    min-width: 60px;
}

#SList th:nth-child(2),
#SList td:nth-child(2) {
    position: sticky;
    left: 102px;
    width: 100px;
    min-width: 100px;
}

#SList th:nth-child(3),
#SList td:nth-child(3) {
    position: sticky;
    left: 244px;
    width: 200px;
    min-width: 200px;
}

#SList th:nth-child(4),
#SList td:nth-child(4) {
    position: sticky;
    left: 486px;
    width: 200px;
    min-width: 200px;
}

#SList th:nth-child(1),
#SList th:nth-child(2),
#SList th:nth-child(3),
#SList th:nth-child(4) {
    z-index: 2;
}

/* == */

/* ======= */

#DTtable_scheduling th:nth-child(1),
#DTtable_scheduling th:nth-child(2),
#DTtable_scheduling th:nth-child(3),
#DTtable_scheduling th:nth-child(4),
#DTtable_scheduling td:nth-child(1),
#DTtable_scheduling td:nth-child(2),
#DTtable_scheduling td:nth-child(3),
#DTtable_scheduling td:nth-child(4) {
    background: #FFF;
}

#DTtable_scheduling th:nth-child(1),
#DTtable_scheduling td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 30px;
    min-width: 30px;
}

#DTtable_scheduling th:nth-child(2),
#DTtable_scheduling td:nth-child(2) {
    position: sticky;
    left: 72px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling th:nth-child(3),
#DTtable_scheduling td:nth-child(3) {
    position: sticky;
    left: 214px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling th:nth-child(4),
#DTtable_scheduling td:nth-child(4) {
    position: sticky;
    left: 356px;
    width: 160px;
    min-width: 160px;
}

#DTtable_scheduling th:nth-child(1),
#DTtable_scheduling th:nth-child(2),
#DTtable_scheduling th:nth-child(3),
#DTtable_scheduling th:nth-child(4) {
    z-index: 2;
}

/* ======= */

#DTtable_scheduling2 th:nth-child(1),
#DTtable_scheduling2 th:nth-child(2),
#DTtable_scheduling2 th:nth-child(3),
#DTtable_scheduling2 th:nth-child(4),
#DTtable_scheduling2 td:nth-child(1),
#DTtable_scheduling2 td:nth-child(2),
#DTtable_scheduling2 td:nth-child(3),
#DTtable_scheduling2 td:nth-child(4) {
    background: #FFF;
}

#DTtable_scheduling2 th:nth-child(1),
#DTtable_scheduling2 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 30px;
    min-width: 30px;
}

#DTtable_scheduling2 th:nth-child(2),
#DTtable_scheduling2 td:nth-child(2) {
    position: sticky;
    left: 72px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling2 th:nth-child(3),
#DTtable_scheduling2 td:nth-child(3) {
    position: sticky;
    left: 214px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling2 th:nth-child(4),
#DTtable_scheduling2 td:nth-child(4) {
    position: sticky;
    left: 356px;
    width: 160px;
    min-width: 160px;
}

#DTtable_scheduling2 th:nth-child(1),
#DTtable_scheduling2 th:nth-child(2),
#DTtable_scheduling2 th:nth-child(3),
#DTtable_scheduling2 th:nth-child(4) {
    z-index: 2;
}

/* ======= */

#DTtable_scheduling3 th:nth-child(1),
#DTtable_scheduling3 th:nth-child(2),
#DTtable_scheduling3 th:nth-child(3),
#DTtable_scheduling3 th:nth-child(4),
#DTtable_scheduling3 td:nth-child(1),
#DTtable_scheduling3 td:nth-child(2),
#DTtable_scheduling3 td:nth-child(3),
#DTtable_scheduling3 td:nth-child(4) {
    background: #FFF;
}

#DTtable_scheduling3 th:nth-child(1),
#DTtable_scheduling3 td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 30px;
    min-width: 30px;
}

#DTtable_scheduling3 th:nth-child(2),
#DTtable_scheduling3 td:nth-child(2) {
    position: sticky;
    left: 72px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling3 th:nth-child(3),
#DTtable_scheduling3 td:nth-child(3) {
    position: sticky;
    left: 214px;
    width: 100px;
    min-width: 100px;
}

#DTtable_scheduling3 th:nth-child(4),
#DTtable_scheduling3 td:nth-child(4) {
    position: sticky;
    left: 356px;
    width: 160px;
    min-width: 160px;
}

#DTtable_scheduling3 th:nth-child(1),
#DTtable_scheduling3 th:nth-child(2),
#DTtable_scheduling3 th:nth-child(3),
#DTtable_scheduling3 th:nth-child(4) {
    z-index: 2;
}

/* ======= */
#DTtable_freeze th:nth-child(1),
#DTtable_freeze th:nth-child(2),
#DTtable_freeze th:nth-child(3),
#DTtable_freeze th:nth-child(4),
#DTtable_freeze th:nth-child(5),
#DTtable_freeze td:nth-child(1),
#DTtable_freeze td:nth-child(2),
#DTtable_freeze td:nth-child(3),
#DTtable_freeze td:nth-child(4),
#DTtable_freeze td:nth-child(5) {
    background: #FFF;
}

#DTtable_freeze th:nth-child(1),
#DTtable_freeze td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 26px;
    min-width: 26px;
}

#DTtable_freeze th:nth-child(2),
#DTtable_freeze td:nth-child(2) {
    position: sticky;
    left: 68px;
    width: 40px;
    min-width: 40px;
}

#DTtable_freeze th:nth-child(3),
#DTtable_freeze td:nth-child(3) {
    position: sticky;
    left: 162px;
    width: 50px;
    min-width: 50px;
}

#DTtable_freeze th:nth-child(4),
#DTtable_freeze td:nth-child(4) {
    position: sticky;
    left: 254px;
    width: 160px;
    min-width: 160px;
}

#DTtable_freeze th:nth-child(5),
#DTtable_freeze td:nth-child(5) {
    position: sticky;
    left: 456px;
    width: 45px;
    min-width: 45px;
}

#DTtable_freeze th:nth-child(6),
#DTtable_freeze td:nth-child(6) {
    width: 160px;
    min-width: 160px;
}

#DTtable_freeze th:nth-child(7),
#DTtable_freeze td:nth-child(7) {
    width: 160px;
    min-width: 160px;
}

#DTtable_freeze th:nth-child(1),
#DTtable_freeze th:nth-child(2),
#DTtable_freeze th:nth-child(3),
#DTtable_freeze th:nth-child(4),
#DTtable_freeze th:nth-child(5) {
    z-index: 2;
}

/* == */

/* ======= */
#smqcTableFreeze th:nth-child(1),
#smqcTableFreeze th:nth-child(2),
#smqcTableFreeze th:nth-child(3),
#smqcTableFreeze th:nth-child(4),
#smqcTableFreeze th:nth-child(5),
#smqcTableFreeze td:nth-child(1),
#smqcTableFreeze td:nth-child(2),
#smqcTableFreeze td:nth-child(3),
#smqcTableFreeze td:nth-child(4),
#smqcTableFreeze td:nth-child(5) {
    background: #FFF;
}

#smqcTableFreeze th:nth-child(1),
#smqcTableFreeze td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 26px;
    min-width: 26px;
}

#smqcTableFreeze th:nth-child(2),
#smqcTableFreeze td:nth-child(2) {
    position: sticky;
    left: 69px;
    width: 40px;
    min-width: 40px;
}

#smqcTableFreeze th:nth-child(3),
#smqcTableFreeze td:nth-child(3) {
    position: sticky;
    left: 163px;
    width: 50px;
    min-width: 50px;
}

#smqcTableFreeze th:nth-child(4),
#smqcTableFreeze td:nth-child(4) {
    position: sticky;
    left: 255px;
    width: 160px;
    min-width: 160px;
}

#smqcTableFreeze th:nth-child(5),
#smqcTableFreeze td:nth-child(5) {
    position: sticky;
    left: 457px;
    width: 45px;
    min-width: 45px;
}

#smqcTableFreeze th:nth-child(1),
#smqcTableFreeze th:nth-child(2),
#smqcTableFreeze th:nth-child(3),
#smqcTableFreeze th:nth-child(4),
#smqcTableFreeze th:nth-child(5) {
    z-index: 2;
}

/* == */

/* ======= */
#AQL_tbl th:nth-child(1),
#AQL_tbl th:nth-child(2),
#AQL_tbl th:nth-child(3),
#AQL_tbl td:nth-child(1),
#AQL_tbl td:nth-child(2),
#AQL_tbl td:nth-child(3) {
    background: #f9fcff;
}

#AQL_tbl th:nth-child(1),
#AQL_tbl td:nth-child(1) {
    position: sticky;
    left: 0;
    width: 26px;
    min-width: 26px;
}

#AQL_tbl th:nth-child(2),
#AQL_tbl td:nth-child(2) {
    position: sticky;
    left: 69px;
    width: 40px;
    min-width: 40px;
}

#AQL_tbl th:nth-child(3),
#AQL_tbl td:nth-child(3) {
    position: sticky;
    left: 163px;
    width: 50px;
    min-width: 50px;
}

#AQL_tbl th:nth-child(1),
#AQL_tbl th:nth-child(2),
#AQL_tbl th:nth-child(3) {
    z-index: 2;
}

/* == */

#header-fixed thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
}

/* END TABLE FREEZE */

/* ============= Text Area ================ */

.icon-comment {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #ccc;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

.message textarea {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 123, 255, 0.5);
}

.message textarea::placeholder {
    color: #ccc;
}

.message textarea:focus {
    padding-left: 48px;
    border: 1px solid rgba(0, 123, 255, 0.5);
}

.message textarea:focus~.icon-comment {
    color: rgba(0, 123, 255, 0.5);
}

.message {
    position: relative;
}

.message .icon-comment {
    top: 30px;
    font-size: 20px;
}

.message textarea {
    min-height: 130px;
    max-height: 230px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 20px 0 48px;
}

.message textarea::-webkit-scrollbar {
    width: 0px;
}

.input-group-select {
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
    height: calc(2.25rem + 2px);
    padding: 2px 24px;
}


.itdt-tittle {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.quantity {
    position: absolute;
    top: 73px;
    left: -5px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.quantity2 {
    position: absolute;
    top: 73px;
    left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.date-label {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.error-category {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

@media screen and (max-width: 740px) {
    .error-category {
        display: none;
    }

    .itdt-tittle {
        font-size: 16px;
    }
}

.itdt-z {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 26px;
    z-index: 99;
    background: #fcfcfc;
}

.card-tittle {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}

.card-tittle-repair {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.analytics {
    position: relative;
    bottom: -7px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #444;
    margin-left: 4px;
    text-transform: uppercase;
}

.all-factory {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #444;
    margin-left: 4px;
    text-transform: uppercase;
}

.btn-dropdown {
    min-width: 180px;
    max-width: 230px;
    height: 37px;
    margin-left: 40px;
    color: #fff;
    border-radius: 0.3rem;
    font-weight: 500;
    background-color: #f8b82e;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: 99999;
    display: none;
    float: left;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.btn-dropdown:hover {
    color: #fff;
    background-color: #eeb02b;
}

.dropdown-item:hover {
    color: #222;
    text-decoration: none;
    background-color: #f8b82e44;
}

.container-knob-itdt {
    position: relative;
    top: 20px;
}

.top-10 {
    top: 33px;
}

div .container-knob-itdt #labelknob-critical {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    bottom: 86px;
    z-index: 99;
    color: #FB5B5B;
    font-family: Poppins;
}

div .container-knob-itdt #labelknob-good {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    bottom: 86px;
    z-index: 99;
    color: #0cae63;
    font-family: Poppins;
}

div .allfac-issue .branch {
    position: relative;
    top: -10px;
    font-size: 22px;
}

div .allfac-issue .tot-issue {
    position: relative;
    top: -18px;
    font-size: 22px;
}

div .allfac-issue2 .branch {
    position: relative;
    top: -18px;
    font-size: 18px;
}

div .allfac-issue2 .tot-issue {
    position: relative;
    top: -26px;
    font-size: 18px;
}

div .allfac-issue2 .tot-issue2 {
    position: relative;
    top: -26px;
    font-size: 18px;
    color: #0cae63;
}

/* ================================ */


div .container-knob #labelknob-good {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    top: -77px;
    z-index: 99;
    color: #0cae63;
    font-family: Poppins;
}

div .container-knob #labelknob-critical {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    top: -77px;
    z-index: 99;
    color: #FB5B5B;
    font-family: Poppins;
}

.container-knob {
    position: relative;
    top: 70px;
}

.branch {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.tot-issue {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: 32px;
    font-size: 15px;
    font-weight: 500;
    color: #fb5b5b;
}

@media screen and (max-width: 991px) {
    .container-knob {
        position: relative;
        top: 15px;
    }

    .branch {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        top: -10px;
    }

    .tot-issue {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        top: -15px;
    }
}

.staff-it,
.it-task {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333;
}

.tot-repair {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333;

}

.card-itsupp {
    height: 95px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #0d6efd !important;
}

.card-oppattern {
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #0d6efd;
}

.card-detailpattern {
    height: 45px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #0d6efd;
}

.card-itsupp2 {
    height: 95px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #0d6efd;
}

.card-finish {
    position: absolute;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    text-align: center;
    left: -1px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f8b82e !important;
}

.card-full {
    position: absolute;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    text-align: center;
    left: 281px;
    border-radius: 0px 10px 10px 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f82e2e;
}

.card-low {
    position: absolute;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    text-align: center;
    left: 281px;
    border-radius: 0px 10px 10px 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f8b82e;
}

.card-low2 {
    position: absolute;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    text-align: center;
    left: 281px;
    border-radius: 0px 10px 10px 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f8b82e;
}

/* .card-itsupp::before {
    content: '';
    position: absolute;
    left: 7px;
    bottom: 0;
    top: 14px;
    width: 86px;
    height: 90px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #f8b82e;
} */

.finished {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    /* left: 12px; */
    top: 12px;
    color: #fff;
    letter-spacing: .4px;
}

.full {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    /* left: 12px; */
    top: 12px;
    color: #fff;
    letter-spacing: .4px;
}

.count {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 48px;
    font-weight: 500;
    /* left: 28px; */
    top: 24px;
    color: #fff;
}

.font {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    /* left: 28px; */
    top: 24px;
    color: #fff;
}

.font-sample-room {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    /* left: 28px; */
    top: 8px;
    color: #fff;
}

.font-detail-sample-room {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 29px;
    font-weight: 500;
    /* left: 28px; */
    top: 2px;
    color: #fff;
}

.font-op-pattern {
    position: absolute;
    /* z-index: 99; */
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    /* left: 28px; */
    top: 5px;
    color: #fff;
}

.border-bot {
    border-bottom: 1px solid #fff;
}


.itsupp-name {
    position: relative;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    bottom: -4px;
    left: -7px;
    color: #fff;
}

.op-pattern {
    position: relative;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    bottom: 4px;
    left: -90px;
    color: #fff;
}

.detail-sample-name {
    position: relative;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    bottom: -4px;
    left: -90px;
    color: #fff;
}

.detail-sample-name-wp {
    position: relative;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    bottom: -9px;
    left: -120px;
    color: rgb(0, 148, 239);
}

.on-process {
    position: relative;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    left: -7px;
    color: #fff;
}

.on-process2 {
    position: relative;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    top: -5px;
    left: -7px;
    color: #fff;
}

.on-process3 {
    position: relative;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    left: -90px;
    bottom: 14px;
    color: #fff;
}

.title2 {
    position: relative;
    z-index: -99;
}

/* .title-navs {
    position: relative;
    display: flex;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #777;
} */

.md-tabs {
    position: relative;
    width: 100%;
}

.md-tabs .nav-item-show {
    width: calc(100% / 6);
    text-align: center;
}

.md-tabs .nav-item-show .nav-link {
    color: #68717a;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.md-tabs .nav-item-show .nav-link.active~.slide {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item-show .nav-link~.slide {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item-show a {
    padding: 10px 0 !important;
    color: #474747;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link:hover {
    background-color: transparent;
    color: #222;
    border: none;
}

.nav-tabs .slide {
    /* background: #4099ff; */
    background: #f8b82e;
    width: calc(100% / 6);
    height: 3px;
    border-radius: 20px;
    position: absolute;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    bottom: 0;
}

.tabs-card {
    font-family: 'poppins', sans-serif;
}

.number-badge {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 0 4px;
    top: -5px;
    color: #fff;
    background-color: #fb5b5b;
    border-radius: 6px;
    margin-left: 2px;
}

/* ===============  ACCORDION IT TICKET ================== */

.accordion__container {
    display: grid;
    font-family: "Poppins", sans-serif;
    row-gap: 0.75rem;
    padding: 2rem 1rem;
    background-color: var(--container-color);
    border-radius: 0.5rem;
    box-shadow: 0 12px 32px rgba(51, 51, 51, 0.1);
}

.accordion__title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-top: 0.15rem;
    transition: 0.2s;
}

.accordion__header {
    column-gap: 0.5rem;
    height: 55px;
    width: auto;
    cursor: pointer;
}

.accordion__description {
    padding: 0 1.25rem 1.25rem 3rem;
    font-size: var(--smaller-font-size);
}

.accordion__iconIT {
    font-size: 1.2rem;
    color: #96999b;
    transition: 0.7s;
}


.accordion__item {
    box-shadow: 0 2px 6px rgba(38, 38, 38, 0.1);
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: all 0.25s ease;
}

.software-badge {
    background-color: #F8B82E;
    position: relative;
    top: 0;
    left: -1px;
    height: 55px;
    border-radius: 10px 0 0 10px;
}

.hardware-badge {
    background-color: #007BFF;
    position: relative;
    top: 0;
    left: -1px;
    height: 55px;
    border-radius: 10px 0 0 10px;
}

.pinjaman-badge {
    background-color: #0CAE63;
    position: relative;
    top: 0;
    left: -1px;
    height: 55px;
    border-radius: 10px 0 0 10px;
}

.network-badge {
    background-color: #fb5b5b;
    position: relative;
    top: 0;
    left: -1px;
    height: 55px;
    border-radius: 10px 0 0 10px;
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: all 0.25s ease;
}


/*Rotate icon and add font weight to titles*/
.accordion-open .accordion__iconIT {
    transform: rotate(135deg);
}

.accordion-open .software-badge,
.accordion-open .hardware-badge,
.accordion-open .pinjaman-badge,
.accordion-open .network-badge {
    border-radius: 10px 0 0 0;
}

.accordion-open .accordion__title {
    font-weight: 600;
}

.accordion-open .accordion__content {
    height: 100%;
}

/* .accordion-open .row-title1 {
    border-bottom: solid 2px #a0dcff;
} */

.icon-badge {
    position: relative;
    top: 0;
    color: #fff;
    font-size: 26px;
}

.accord-title {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.desc-accordion {
    position: relative;
    left: 10px;
    top: -8px;
    font-size: 14px;
    font-weight: 500;
    color: #83898f;
}

.tables {
    width: 100%;
    color: #212529;
    background-color: transparent;
}

.tables th,
.tables td {
    padding: 0.5rem 1rem;
    vertical-align: top;
    border-bottom: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
}

.tables thead th {
    vertical-align: bottom;
}

.title-content {
    font-family: "poppins", sans-serif;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.info-content {
    font-family: "poppins", sans-serif;
    color: #666;
    font-size: 14px;
    text-align: left;
}

.card-finish-detail {
    border-radius: 10px;
    margin-top: 70px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.finished-cln {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.table thead tr th {
    font-weight: 600;
    font-size: 16px;
}

.table tbody tr td {
    font-weight: 500;
    font-size: 15px;
}

.icon-info {
    color: #007bff;
}

.info-modal {
    text-decoration: none;
    background: transparent;
    border: none;
}

@media screen and (max-width: 620px) {
    .md-tabs .nav-item-show .nav-link {
        font-size: 14px;
    }

    .icon-badge {
        position: relative;
        top: 2px;
        font-size: 20px;
    }

    .accord-title {
        font-size: 12px;
    }

    .desc-accordion {
        position: relative;
        left: 10px;
        top: -8px;
        font-size: 12px;
    }

    .title-content {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {

    .fs-18,
    .title-navigate,
    .title-navigate-active {
        font-size: 12px
    }

    .breadcrumb-item {
        padding: 13px 5px 13px 8px;
    }

    .ml-rwk {
        margin-left: 249px;
    }

    .ml-itdt,
    .ml-qc {
        margin-left: 130px;
    }

    .ml-it {
        margin-left: 199px;
    }
}

@media screen and (max-width: 465px) {

    .icon-badge {
        position: relative;
        top: -8px;
        left: 22px;
        color: #fff;
        font-size: 20px;
    }

    .accord-title {
        position: relative;
        bottom: -10px;
        right: 20px;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {

    .md-tabs {
        position: relative;
        width: 100%;
    }

    .md-tabs .nav-item-show {
        width: calc(100% / 5);
        position: relative;
    }

    .nav-tabs .slide {
        position: absolute;
        width: 100%;
    }

    .desc-accordion {
        position: relative;
        font-size: 12px;
        left: 5px;
        top: -8px;
    }

    .desc-accordion .desc-acc {
        display: none;
    }

    .desc-accordion .day-ago {
        position: absolute;
        left: -15px;
        top: 18px;
    }

    .accordion__iconIT {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 450px) {

    .md-tabs {
        position: relative;
        width: 100%;
    }

    .md-tabs .nav-item-show {
        width: calc(100% / 3);
        position: relative;
    }

    .nav-tabs .slide {
        position: absolute;
        width: 100%;
    }

    /* 
    .desc-accordion {
        font-size: 10px;
    } */
}


@media screen and (max-width: 468px) {

    .title-navigate,
    .title-navigate-active,
    .fs-18 {
        font-size: 12px;
    }

    .ml-it {
        margin-left: 12.42rem;
    }

    .ml-itdt,
    .ml-qc {
        margin-left: 130px
    }

    .breadcrumb-item {
        padding: 13px 5px 13px 8px;
    }
}

@media screen and (max-width: 445px) {

    .title-navigate,
    .title-navigate-active {
        font-size: 12px;
    }


    .fs-18 {
        font-size: 12px;
    }

    .breadcrumb-item {
        padding: 13px 5px 13px 8px;
    }
}

@media screen and (max-width: 400px) {

    .process .on-process,
    .process .on-process2 {
        font-size: 10px;
    }
}

@media screen and (max-width: 370px) {

    .desc-accordion {
        font-size: 10px;
    }
}

.no-ticket-queue {
    margin-top: 15px;
    margin-left: 25px;
}

.no-ticket-capt {
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #A6ADB5;
}

/* ====================  End IT Ticketing ===================== */


/* ====================  QC ===================== */



.title-donut-qc {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-overall-qc {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-issues-qc {
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-issues-qc .title-issues-numb {
    font-size: 26px;
    font-weight: 500;
    line-height: 18px;
    color: #2b2b2b;
    text-align: center;
    /* position: absolute; */
    /* top: 75%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.title-issues-qc .title-issues-iss {
    font-size: 22px;
    font-weight: 500;
    color: #2b2b2b;
    text-align: center;
    /* position: absolute; */
    /* top: 83%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.percent-qc {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.percent-qc .percent-qc-numb {
    font-size: 24px;
    font-weight: 500;
    color: #2B2B2B;
}

.stat-qcDate .stat-date {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 5px;
}

.Dchart1 {
    margin-top: 100px;
}

.chart-container #donutChart1,
.chart-container #donutChart2 {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.stat-total {
    position: absolute;
    top: 50%;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    float: left;
    margin-left: 25px;
}

/* ======================  REWORK LINE ========================= */

.card-rework {
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.card-reworkActive {
    position: absolute;
    width: 100%;
    height: 150px;
    right: 6px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(160deg, #0079FC, #014797);
}

.container-knob-rework {
    position: absolute;
    margin-top: 62px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .container-knob-rework:before {
    content: '';
    position: absolute;
    margin-top: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: chartreuse;
} */

.rework-total {
    position: relative;
    top: 105px;
    font-weight: 500;
    font-size: 12px;
    color: #222;
}

.border-bot2 {
    border-bottom: 1px solid #b7babd;
}

.branch-lines {
    position: relative;
    top: 2px;
    left: -7px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.content-branch-lines {
    position: relative;
    top: 2px;
    left: -7px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
}

.branch-lines2 {
    position: relative;
    top: 2px;
    left: -7px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.content-branch-lines2 {
    position: relative;
    top: 2px;
    left: -7px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    color: #68717a;
}

.h-700L,
.h-700I {
    height: 680px;
}

.h-370 {
    max-height: 370px;
}

.h-320 {
    height: 320px;
}

.fulfilled {
    position: absolute;
    top: -5px;
    right: 22px;
    border-top-left-radius: 5px;
    width: 40px;
    height: 53px;
    z-index: 10;
    background: #24be77;
}

.fulfilled::before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 5px;
    border-top-right-radius: 5px;
    z-index: 9;
    background: #1c925b;
}

.fulfilled::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 0px;
    width: 0px;
    border-bottom: solid 10px #fff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.fulfilled2 {
    position: absolute;
    top: -5px;
    right: 22px;
    border-top-left-radius: 5px;
    width: 40px;
    height: 53px;
    z-index: 10;
    background: #24be77;
}

.fulfilled2::before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 5px;
    border-top-right-radius: 5px;
    z-index: 9;
    background: #1c925b;
}

.fulfilled2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 0px;
    width: 0px;
    border-bottom: solid 10px #0062CD;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.finish-text {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}

.finish-text2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}

.ALRework {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DRework {
    margin-top: 190px;
}

.chart-container #ReworkDonut {
    position: relative;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 470px;
}

.border-donut {
    position: relative;
    top: -150px;
    border-top: 1px solid #aaa;
}

.table-rework {
    width: 100%;
    background-color: transparent;
    margin-top: 30px;
}

.table-rework th,
.table-rework td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.IRRework {
    font-size: 18px;
    font-weight: 500;
    margin-left: 8px;
    color: #222;
}

.container-knob-indikator {
    position: absolute;
    margin-top: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-indikator {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #222;
    bottom: -85px;
}

.detail-lines {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #111;
    margin-left: 4px;
}

.responsive-indikator2 {
    margin-top: 100px;
}

@media screen and (max-width: 1115px) {
    .responsive-indikator {
        margin-bottom: 100px;
    }

    .responsive-indikator2 {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    .h-700I {
        overflow-y: scroll;
    }

}

/* ================  PROGRESS BAR ================ */

.space {
    width: 130px;
}

.skill-bars {
    width: 350px;
}

.skill-bars .bar:first-child {
    margin-top: 0px;
}

@keyframes showText {
    100% {
        opacity: 1;
    }
}

.skill-bars .bar .progress-line {
    height: 18px;
    width: 100%;
    margin-top: 4px;
    background: #CCE5FF;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 5px;
    /* box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2),
        0 1px rgba(255, 255, 255, 0.8); */
    animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.bar .progress-line .bar2 {
    height: 18px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #007BFF;
    animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.percent-bar2 {
    font-family: poppins;
    position: absolute;
    left: 20px;
    bottom: -4px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    animation: showText3 0.5s 1.5s linear forwards;
}

.bar .progress-line .bar3 {
    height: 18px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #FB5B5B;
    animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.percent-bar3 {
    font-family: poppins;
    position: absolute;
    left: 20px;
    bottom: -4px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    animation: showText3 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
    100% {
        opacity: 1;
    }
}

@keyframes showText3 {
    100% {
        opacity: 1;
    }
}

.badge-status {
    display: inline-block;
    width: 98px;
    height: 24px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
}

.bg-unfulfilled {
    background: #fb5b5b;
    color: #fff;
}

.bg-notdone {
    background: #717171;
    color: #fff;
}

.bg-fulfilled {
    background: #007bff;
    color: #fff;
}

.bg-green {
    background: #0CAE63;
    color: #fff;
    border-radius: 0px 7px 7px 0px;
}

.multiple-progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.3rem;
    overflow: hidden;
    line-height: 0;
    background-color: #cce5ff;
    margin-top: 1.5px;
    border-radius: 7px;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.multiple-progress-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    transition: width 0.6s ease;
}

.mprogress-number {
    font-size: 0.84rem;
    color: #fff;
    margin-left: 10px;
}

div .pita {
    position: absolute;
    top: -8px;
    right: -47px;
    width: 161px;
    z-index: 10;
    border-left: 38px solid transparent;
    border-top: 30px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 40px solid #FB5B5B;
    -webkit-transform: rotate(45deg);
}

div .pita1 {
    position: absolute;
    top: -5px;
    right: 110px;
    height: 5px;
    width: 8px;
    background: #a03a3a;
    border-top-left-radius: 3px;
}

div .pita2 {
    position: absolute;
    top: 102px;
    right: 0.11rem;
    height: 9px;
    width: 6px;
    background: #a03a3a;
    border-bottom-right-radius: 3px;
}

div .pita span.offline {
    position: absolute;
    left: 10%;
    color: #fff;
    top: 10px;
    font-size: 16px;
}

/* ==================== END QC ===================== */


/* ==================== PURCHASING ===================== */

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.prc-analytics {
    position: relative;
    bottom: -7px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #000;
    color: #000;
    margin-left: 4px;
}

.po-pending {
    position: relative;
    top: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.justify {
    display: flex;
    justify-content: space-between;
}

.prc-seeAll {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    width: 129.52px;
    height: 37px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 5px;
}

.prc-seeAll:hover {
    color: #fff;
    background: linear-gradient(90deg, #0073EE 0%, #0073EE 104.42%);
}

.icon-seeAll {
    font-size: 22px;
    margin-left: 15px;
}

.prc-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 5px;
    height: 62px;
    border-radius: 10px;
}

.alert-kuning {
    color: #3c3c3c;
    background: rgba(255, 205, 43, 0.15);
    border: 1px solid #F8B82E;
}

.alert-merah {
    color: #3c3c3c;
    background: rgba(251, 91, 91, 0.15);
    border: 1px solid #FB5B5B;
}

.alert-revisi {
    color: #3c3c3c;
    background: #f8f8f8;
    border: 1px solid #B2B2B2;
}

.prc-bg-count {
    position: absolute;
    width: 74px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prc-bg-count2 {
    position: absolute;
    width: 74px;
    height: 100%;
    top: 0;
    left: 74px;
    display: grid;
    place-items: center;
}

.prc-bg-kuning,
.prc-bg-merah {
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prc-count {
    position: absolute;
    top: 5px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
}

.prc-count2 {
    position: absolute;
    bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.prc-desc {
    position: relative;
    top: -26px;
    left: 8px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    color: #3C3C3C;
}

.prc-originator-name {
    position: absolute;
    top: 20px;
    left: 168px;
    /* margin-left: 70px; */
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #3C3C3C;
    text-transform: uppercase;
}

.prc-icon-revisi {
    position: absolute;
    right: 18px;
    font-size: 32px;
    color: #FB5B5B;
}

.prc-icon-merah {
    position: absolute;
    right: 6px;
    font-size: 32px;
    color: #FB5B5B;
}

.prc-icon-kuning {
    position: absolute;
    right: 6px;
    font-size: 32px;
    color: #F8B82E;
}

.bg-merah {
    background: #FB5B5B;
}

.bg-kuning {
    background: #F8B82E;
}

.bg-biru {
    background: #007BFF;
}

.desc-notif {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    top: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prc-modal {
    cursor: pointer;
}

.prc-noPO {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #A6ADB5;
}

@media screen and (max-width: 490px) {
    .po-pending {
        font-size: 15px;
    }

    .prc-seeAll {
        font-size: 15px;
        color: #fff;
        width: 115px;
        height: 33px;
        background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    }

    .icon-seeAll {
        font-size: 18px;
        margin-left: 10px;
    }

    .prc-count {
        font-weight: 600;
        font-size: 28px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

}

/* ==================== END PURCHASING ===================== */


/* ==================== MARKETING FOB ===================== */

.h-292 {
    height: 292px;
}

.h-140 {
    height: 140px;
}

.h-165 {
    height: 165px;
}

.mrk-col-5 {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 8px;
    padding-right: 8px;
}

.mrk-col-7 {
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 8px;
    padding-right: 8px;
}

.mrk-col-2 {
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 8px;
    padding-right: 8px;
}

.mrk-pd {
    padding-left: 55px;
    padding-right: 25px;
}

.mrk-textVer {
    position: absolute;
    top: 45px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #2B2B2B;
    font-weight: 500;
}

.mrk-stat-date {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2B2B2B;
    margin-top: 7px;
}

.mrk-Dchart {
    margin-top: 30px;
}

.mrk-chart-container #mrk-donutChart {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
}

.mrk-percent {
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 107px;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    text-align: center;
    color: #007BFF;
}

.mrk-card-fob {
    position: absolute;
    top: -24px;
    right: 7px;
    width: 100%;
    height: 292px;
    background: #D9EBFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}

.mrk-card-fob .desc-fob1 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 35px;
    color: #000000;
}

.mrk-card-fob .desc-fob2 {
    font-weight: 600;
    font-size: 72px;
    color: #007BFF;
}

.mrk-card-fob .desc-fob3 {
    font-weight: 600;
    font-size: 14px;
    color: #007BFF;
}

.mrk-card-fob .desc-fob4 {
    font-weight: normal;
    font-size: 14px;
    color: #68717A;
}

.compared-month .mrk-month1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.compared-month .mrk-count-red {
    font-weight: 600;
    font-size: 48px;
    line-height: 42px;
    margin: 5px 0;
    color: #FB5B5B;
}

.compared-month .mrk-count-blue {
    font-weight: 600;
    font-size: 48px;
    line-height: 42px;
    margin: 5px 0;
    color: #007BFF;
}

.compared-month .mrk-month3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
}

.compared-month .mrk-trend-red {
    font-size: 14px;
    float: right;
    color: #FB5B5B;
    margin-bottom: 20px;
}

.compared-month .mrk-trend-blue {
    font-size: 14px;
    float: right;
    color: #007BFF;
    margin-bottom: 20px;
}

.compared-month .mrk-trend .mrk-icon-trend {
    margin-right: 2px;
    margin-bottom: 5px;
}

.mrk-top {
    margin-top: -10px;
}

@media screen and (max-width: 1115px) {
    .mrk-chart-container #mrk-donutChart {
        width: 270px;
    }

    .mrk-percent {
        font-size: 22px;
    }

    .mrk-col-2 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 1080px) {
    .mrk-chart-container #mrk-donutChart {
        width: 240px;
    }

    .mrk-percent {
        font-size: 18px;
    }

}

@media screen and (max-width: 945px) {
    .mrk-chart-container #mrk-donutChart {
        width: 310px;
    }

    .mrk-percent {
        font-size: 28px;
    }

    .mrk-col-5 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .mrk-col-7 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 720px) {
    .mrk-col-2 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 580px) {
    .mrk-col-2 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 480px) {
    .mrk-chart-container #mrk-donutChart {
        width: 240px;
    }

    .mrk-percent {
        font-size: 18px;
    }
}

@media screen and (max-width: 408px) {
    .mrk-chart-container #mrk-donutChart {
        width: 240px;
    }

    .mrk-percent {
        font-size: 18px;
    }

    .mrk-card-fob .desc-fob1 {
        font-size: 15px;
        margin-top: 45px;
    }

    .mrk-card-fob .desc-fob2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 380px) {
    .mrk-col-2 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* ==================== END MARKETING FOB ===================== */


/* ==================== INTERNAL AUDIT ===================== */

.h-337 {
    height: 337px;
}

.h-280 {
    height: 280px;
}

.adt-title-chart {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 16px;
    color: #2B2B2B;
}

.adt-container-knob {
    position: relative;
    top: 34px;
}

div .adt-container-knob #labelknob-good,
div .adt-container-knob #labelknob-critical {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    top: -85px;
    z-index: 99;
    color: #000;
}

div .adt-allfac-desc .branch {
    position: relative;
    font-weight: 500;
    top: 10px;
    font-size: 18px;
    color: #000;
}

div .adt-allfac-desc .tot-issue1,
div .adt-allfac-desc .tot-anom1 {
    position: relative;
    font-weight: 500;
    top: 6px;
    font-size: 18px;
    color: #FB5B5B;
}

div .adt-allfac-desc .tot-issue2,
div .adt-allfac-desc .tot-anom2 {
    position: relative;
    font-weight: 500;
    top: 6px;
    font-size: 18px;
    color: #0CAE63;
}

.adt-pd {
    padding: 10px 25px 10px 55px;
}

.adt-amount {
    position: absolute;
    top: 88px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    float: left;
    margin-left: 22px;
    font-size: 18px;
    color: #2B2B2B;
    font-weight: 500;
}

.adt-factory {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #2B2B2B;
}

.adt-title-donut {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-top: 2px;
}

.adt-Dchart {
    margin-top: 125px;
}

.adt-chart-container #adt-donutChart {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
}

.adt-anomali .anomali-count {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adt-anomali .anomali {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adt-col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
}


@media screen and (max-width: 1115px) {
    .adt-col-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .adt-amount {
        top: 80px;
        font-size: 16px;
    }

    .adt-chart-container #adt-donutChart {
        width: 310px;
    }

    .adt-anomali .anomali-count {
        font-size: 28px;
        top: 72%;
    }

    .adt-anomali .anomali {
        font-size: 16px;
        top: 83%;
    }
}

@media screen and (max-width: 1080px) {
    .adt-col-3 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 8px;
        padding-right: 8px;
    }

}

@media screen and (max-width: 765px) {
    .adt-col-3 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .adt-amount {
        top: 80px;
        font-size: 16px;
    }

    .adt-chart-container #adt-donutChart {
        width: 330px;
    }

    .adt-anomali .anomali-count {
        font-size: 32px;
        top: 73%;
    }

    .adt-anomali .anomali {
        font-size: 19px;
        top: 86%;
    }
}

@media screen and (max-width: 520px) {
    .adt-col-3 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .adt-pd {
        padding: 10px 15px 10px 15px;
    }

    .adt-amount {
        display: none;
    }

    .adt-chart-container #adt-donutChart {
        width: 330px;
    }

    .adt-anomali .anomali-count {
        font-size: 32px;
        top: 73%;
    }

    .adt-anomali .anomali {
        font-size: 19px;
        top: 86%;
    }
}


/* PERFACTORY */

.h-80 {
    height: 80px;
}

.h-630 {
    height: 630px;
}

.h-480 {
    height: 480px;
}

.h-660 {
    height: 660px;
}

.cards-all {
    margin-bottom: 30px;
    border: 2px solid #FB5B5B;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.cards-all::after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    border-bottom-right-radius: 5px;
    background: #FB5B5B;
}

.adt-box {
    height: 95px;
    background: #007BFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.adt-box2 {
    height: 95px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.adt-box .icon-box {
    position: absolute;
    left: 25px;
    top: 12px;
    font-size: 34px;
    color: #fff;
}

.adt-box2 .icon-box {
    position: absolute;
    left: 25px;
    top: 12px;
    font-size: 34px;
    color: #007BFF;
}

.adt-box .ledgerVS {
    position: absolute;
    left: 25px;
    bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.adt-box2 .ledgerVS {
    position: absolute;
    left: 25px;
    bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #007BFF;
}

.adt-anom-user {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000;
}

.adt-kotak-anom {
    position: absolute;
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    left: 7px;
    top: 0;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 5px;
}

.adt-kotak-anom-all {
    position: absolute;
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    left: 7px;
    top: 0;
    background: #FB5B5B;
    border-radius: 5px;
}

.border-all {
    border: 2px solid #FB5B5B;
}

.adt-kotak-anom-all .adt-count,
.adt-kotak-anom .adt-count {
    position: relative;
    top: 7px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.adt-kotak-anom-all .adt-anom,
.adt-kotak-anom .adt-anom {
    position: relative;
    bottom: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.adt-name-anom {
    position: relative;
    top: 24px;
    margin-left: 97px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #636363;
}

.fs-24 {
    font-size: 24px;
}

.mb-adt {
    margin-bottom: -16px;
}

.adt-anom-days {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.adt-text-anom {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.pd-text {
    padding-top: 15px;
    padding-bottom: 10px;
}

.scroll {
    margin-bottom: 30px;
    border: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.adt-no-daftar-user {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.count-anomali-found {
    position: relative;
    top: 6px;
    font-weight: 500;
    font-size: 17px;
}

.count-anomali-found .adt-count-merah {
    color: #FB5B5B;
}

.adt-details {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    width: 129.52px;
    height: 37px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 5px;
}

.adt-details:hover {
    color: #fff;
    background: linear-gradient(90deg, #0073EE 0%, #0073EE 104.42%);
}

.icon-details {
    font-size: 22px;
    margin-left: 15px;
}

.adt-bg-kuning,
.adt-bg-biru {
    position: absolute;
    width: 12px;
    height: 62px;
    top: -1px;
    left: -1px;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adt-overall {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.adt-title-overall {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
}


.adt-Dchart2 {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adt-chart-container2 #adt-donutChart2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.adt-anomali2 .anomali-count2 {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    /* top: 185px; */
    top: -24px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adt-anomali2 .anomali2 {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    /* top: 213px; */
    top: 4px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adt-border-donut {
    position: relative;
    top: 350px;
    border-top: 1px solid #aaa;
}

.table-audit {
    width: 96%;
    /* background-color: transparent; */
    position: relative;
    top: 370px;
    left: 7px;
}

.table-audit th,
.table-audit td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.adt-tot-anomali {
    position: relative;
    top: 385px;
    height: 25px;
    width: 96%;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #007BFF;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (max-width: 410px) {
    .count-anomali-found {
        font-size: 15px;
    }

    .adt-details {
        font-size: 15px;
        width: 110px;
        height: 34px;
    }

    .icon-details {
        font-size: 18px;
        margin-left: 15px;
    }
}

/* #DTtable input {
    border-radius: 20px;
} */


#mySearchText {
    display: none;
}

#mySearchButton {
    position: absolute;
    right: 32px;
    top: 40px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 31px;
    width: 40px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    animation: ignielDelay .75s 2s forwards;
    -moz-animation: ignielDelay .75s 2s forwards;
    -webkit-animation: ignielDelay .75s 2s forwards;
    -o-animation: ignielDelay .75s 2s forwards;
}

#mySearchButton2 {
    position: absolute;
    left: 300px;
    top: 0;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 31px;
    width: 40px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    animation: ignielDelay .75s 2s forwards;
    -moz-animation: ignielDelay .75s 2s forwards;
    -webkit-animation: ignielDelay .75s 2s forwards;
    -o-animation: ignielDelay .75s 2s forwards;
}

@keyframes ignielDelay {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes ignielDelay {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes ignielDelay {
    to {
        opacity: 1;
        visibility: visible;
    }
}

.adt-anom-details {
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.adt-modal-details {
    color: #007BFF;
    cursor: pointer;
}

.adt-modal-details:hover {
    color: #212529;
}

.remark-nomatch {
    color: #FB5B5B;
}

/* END PERFACTORY */


/* ==================== END INTERNAL AUDIT ===================== */


/* ==================== IT WORK PLAN ===================== */

.h-279 {
    height: 279px;
}

.h-125 {
    height: 125px;
}

.wp-actask {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.wp-sub-actask {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
}

.f-14 {
    font-size: 14px;
}

.wp-title-blue {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #007BFF;
}

.dt-details {
    margin-top: -2px;
    background: #007BFF;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.dt-details:hover {
    background: linear-gradient(91.93deg, #007BFF -1.51%, #208cff 104.46%);
    color: #fff;
}

.wpts-all-task {
    width: 100%;
    background: #000000;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: grid;
    place-items: center;
}

.wpts-pending {
    width: 100%;
    background: #007BFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: grid;
    place-items: center;
}

.wpts-completed {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: grid;
    place-items: center;
}

.wpts-circle-icon {
    width: 52px;
    height: 52px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-grey {
    color: #BFBFBF;
}

.wpts-desc {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #007BFF;
    margin-top: 10px;
}

.wpts-count {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #007BFF;
    margin-top: 6px;
}

.margin-ts {
    margin-top: 15px;
    margin-bottom: -5px;
}

.wp-otcr {
    position: relative;
    top: 9px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #68717A;
}

.wp-otcr-percent {
    position: relative;
    top: 3px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 2px 16px;
    color: #fff;
    background: #007BFF;
}

.itwp-Dchart {
    margin-top: 30px;
}

.itwp-chart-container #itwp-donutChart {
    position: relative;
    top: 55px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}

.itwp-percent {
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 74px;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    color: #007BFF;
}

.name-progress-percent {
    display: grid;
    align-items: center;
    height: 145px;
    font-size: 12px;
    font-weight: 500;
    color: #68717A;
    border-left: 1px solid #68717A;
    padding-left: 15px;
    padding-right: 10px;
}

.name-progress-percent .name {
    line-height: 18px;
}

.name-progress-percent .name .percent-name {
    display: flex;
    justify-content: space-between;
}

.wp-otcr2 {
    position: relative;
    top: -40px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #68717A;
}

.wp-otcr-percent2 {
    position: relative;
    top: -45px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 2px 16px;
    color: #fff;
    background: #007BFF;
}

.card-dt {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.wp-dt-borderBlue {
    position: relative;
    bottom: 10px;
    width: 100%;
    height: 10px;
    background: #007BFF;
    border-radius: 0px 0px 10px 10px;
}

.wp-dt-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #007BFF;
    text-align: center;
}

.wp-dt-count {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    color: #007BFF;
}

.wp-dt-project {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
}

.mb-dt {
    margin-bottom: 5px;
}

.mt-dtcard {
    margin-top: -20px;
}

.h-530 {
    height: 530px;
}

.mt-min {
    margin-top: -20px;
}

.mt-min30 {
    margin-top: -30px;
}

.wp-dt-total {
    margin-top: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #007BFF;
}

.wp-dt-total-count {
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    padding: 2px 20px;
    height: 25px;
    color: #fff;
    background: #007BFF;
}

.wp-summary-progress {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 46px;
}

.wp-summary-progress .summary-name {
    width: 38%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    color: #2B2B2B;
}

.wp-summary-progress .summary-project {
    width: 44%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
}

.summary-border {
    border-left: 1px solid #68717A;

}

.wp-summary-progress .summary-wp {
    width: 18%;
    position: relative;
    right: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007BFF;
    border-radius: 0px 10px 10px 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
}

.wp-summary-progress .summary-percent {
    width: 18%;
    position: relative;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007BFF;
    border-radius: 0px 10px 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.wp-project-date {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: linear-gradient(91.93deg, #007BFF -1.51%, #66B0FF 104.46%);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wp-project-date .text-date {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
}

.wp-upcoming-projects {
    border-top: 1px solid #68717A;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-upcoming-projects .desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007BFF;
    margin: 18px 0;
}

.wp-projects-dept {
    display: flex;
}

.wp-projects-dept .wp-icon-file {
    width: 20%;
    height: 70px;
    background: #0073EE;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

.wp-projects-dept .wp-dept-name {
    width: 80%;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
}

.wp-dept-name .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    padding-left: 14px;
}

.wp-dept-name .desc {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
    padding-top: 4px;
    padding-left: 14px;
}

.grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
    padding: 0 5px;
}

.grid-2:nth-child(3) {
    grid-row: span 2;
}

.h-calendar {
    height: 830px;
}

.mb-up {
    margin-bottom: 12px;
}

@media screen and (max-width: 1115px) {
    .grid-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 10px;
        padding: 0 5px;
    }

    .mt-dtcard2 {
        margin-top: -20px;
    }
}

@media screen and (max-width: 750px) {
    .grid-row {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 10px;
        padding: 0 5px;
    }

    .mt-dtcard2 {
        margin-top: -20px;
    }
}

.wp-progress-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.wp-progress-title2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #68717A;
}

.progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    overflow: hidden;
    line-height: 0;
    font-size: 16px;
    background-color: #cce5ff;
    border-radius: 5px;
}

.progress-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    transition: width 0.6s ease;
}

.bg-progress-1 {
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
}

.bg-progress-2 {
    background: linear-gradient(270deg, #FB5B5B 0%, #FF0000 103.15%);
}

.bg-progress-3 {
    background: linear-gradient(88.96deg, #0CAE63 -3.61%, #00DB76 105.59%);
    border-radius: 0 5px 5px 0;
}

.progress-legend .circle {
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 50%;
}

.progress-legend .circle2 {
    width: 15px;
    height: 15px;
    background: linear-gradient(270deg, #FB5B5B 0%, #FF0000 103.15%);
    border-radius: 50%;
}

.progress-legend .circle3 {
    width: 15px;
    height: 15px;
    background: linear-gradient(88.96deg, #0CAE63 -3.61%, #00DB76 105.59%);
    border-radius: 50%;
}

.progress-legend .circle4 {
    width: 15px;
    height: 15px;
    background: rgba(0, 123, 255, 0.2);
    border-radius: 50%;
}

.progress-legend .desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-left: 5px;
    margin-top: -1px;
}

.progressBar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    transition: width 0.6s ease;
}

.progress2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    line-height: 0;
    font-size: 16px;
    background-color: #cce5ff;
}

.progress2 .backgroundOne {
    position: relative;
    background: #00DB76;
}

.progress2 .backgroundTwo {
    position: relative;
    background: #93FFCD;
}

.progress2 .backgroundThree {
    position: relative;
    background: #F9B935;
}

.progress2 .backgroundFour {
    position: relative;
    background: #FB5B5B;
}

.progress2 .backgroundFive {
    position: relative;
    background: #FF0000;
}

.progressBar .percent {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #2B2B2B;
    z-index: 99;
}

.progressBarLegend {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
}

.progressBarLegend .legend {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4rem;
}

.progressBarLegend .shape {
    width: 16px;
    height: 16px;
    background: #00DB76;
}

.progressBarLegend .shape2 {
    width: 16px;
    height: 16px;
    background: #93FFCD;
}

.progressBarLegend .shape3 {
    width: 16px;
    height: 16px;
    background: #F9B935;
}

.progressBarLegend .shape4 {
    width: 16px;
    height: 16px;
    background: #FB5B5B;
}

.progressBarLegend .shape5 {
    width: 16px;
    height: 16px;
    background: #FF0000;
}

.progressBarLegend .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    white-space: nowrap;
}

.tbl-wp-gcc thead tr th {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #2B2B2B;
}

.tbl-wp-gcc tbody tr td {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #68717A;
}

.title-month {
    position: relative;
    top: -15px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.title-side {
    position: absolute;
    top: 35%;
    left: 35px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.LegendBox {
    position: relative;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.LegendBox .CustomLegend {
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.LegendName {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-left: 7px;
    margin-right: 15px;
    white-space: nowrap;
}

#SelectAll {
    cursor: pointer;
}

.lineCheck {
    position: absolute;
    left: 76px;
}

.custom-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 5px 0px 0px 5px;
}

.border-input,
.border-input:focus {
    border: 1px solid rgba(0, 123, 255, 0.5);
    border-radius: 5px;
}


/* ==================== END IT WORK PLAN ===================== */


/* ==================== HRGA GCC ===================== */

.hrga .desc-hour {
    position: absolute;
    top: 80px;
    left: -20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.hrga .desc-month {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #000;
}


.mchart-legend {
    margin-top: 30px;
}

.mchart-legend .circle {
    width: 12px;
    height: 12px;
    background: #FFF500;
    border-radius: 50%;
}

.mchart-legend .circle2 {
    width: 12px;
    height: 12px;
    background: #FFAE00;
    border-radius: 50%;
}

.mchart-legend .circle3 {
    width: 12px;
    height: 12px;
    background: #FB5B5B;
    border-radius: 50%;
}

.mchart-legend .desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-left: 8px;
    margin-top: -3px;
}

.overtime {
    display: flex;
    box-sizing: border-box;
    border: 1px solid #FB5B5B;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 50px;
    margin-bottom: 10px;
}

.bg-top3 {
    background: linear-gradient(89.89deg, #FB5B5B 80.13%, #F8B82E 106.81%);
    color: #fff
}

.bg-top5 {
    background: linear-gradient(90deg, rgba(251, 91, 91, 0.25) 29.69%, rgba(255, 255, 255, 0.25) 100%);
}

.overtime .ov-count {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
}

.overtime .ov-name {
    width: 70%;
    padding: 7px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}

.ov-name .jabatan {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.overtime .ov-hours {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}

.c-merah {
    color: #FB5B5B;
}

.c-dark-grey {
    color: #2B2B2B;
}

#stacked3d {
    width: 100%;
    height: 300px;
}

.overtimeReq .pointerButton {
    position: relative;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    cursor: pointer;
    color: #7D8790;
}

.overtimeReq .maskImg {
    position: absolute;
    top: -4.2rem;
    left: -4rem;
}

.overtimeReq .clockImg {
    position: absolute;
    top: -2.5rem;
    left: .6rem;
    z-index: 99;
}

.overtimeReq .clockImg2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    z-index: 99;
}

.overtimeReq .pola3 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 18%;
}

.overtimeReq .hive {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.mtOV {
    margin-top: 1.75rem;
}

.mtMenu {
    margin-top: .8rem;
}

.overtimeReq .containerList {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 395px;
}

.overtimeReq .list {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 10px 30px rgba(221, 221, 221, 0.1);
    border-radius: 20px;
    margin-bottom: 8px;
}

.overtimeReq .list .number {
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8%;
    height: 72px;
    font-size: 32px;
    font-weight: 500;
    border-radius: 20px 0 0 20px;
}

.overtimeReq .list .name1 {
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 47%;
    height: 72px;
    padding: 0 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overtimeReq .list .name2 {
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 62%;
    height: 72px;
    padding: 0 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overtimeReq .list .dept,
.overtimeReq .list .time,
.overtimeReq .list .status {
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 15%;
    height: 72px;
}

.overtimeReq .list .containerDetails {
    position: relative;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 54px;
}

.overtimeReq .list .details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    color: #007bff;
    background: #E2F0FF;
    border: none;
}

.overtimeReq .stacking {
    z-index: 9;
}

.overtimeReq .containerBarChart {
    position: relative;
    margin-top: 2rem;
    height: 300px;
}

.overtimeReq .containerBarChart .month {
    position: absolute;
    bottom: 4px;
    left: 47px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;

}

@media screen and (min-width: 800px) {

    .overtimeReq .list .containerDetails,
    .overtimeReq .showRes {
        display: none;
    }

}

@media screen and (max-width: 800px) {
    .overtimeReq .hideRes {
        display: none;
    }

    .mtOV {
        margin-top: .5rem;
        margin-bottom: 1rem;
    }

    .overtimeReq .list {
        height: 54px;
        border-radius: 16px;
    }

    .overtimeReq .list .dept,
    .overtimeReq .list .time,
    .overtimeReq .list .status {
        display: none;
    }

    .overtimeReq .list .number {
        width: 14%;
        font-size: 24px;
        height: 54px;
        border-radius: 16px 0 0 16px;
    }

    .overtimeReq .list .title-16-dark3 {
        font-size: 13px;
        margin-bottom: -4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .overtimeReq .list .title-14-dark {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .overtimeReq .list .name1,
    .overtimeReq .list .name2 {
        width: 70%;
        height: 54px;
        padding: 0 .6rem;
    }

    .overtimeReq .pola3,
    .overtimeReq .hive {
        display: none;
    }

    .overtimeReq .stacking {
        z-index: auto;
    }
}

@media screen and (max-width: 550px) {
    .overtimeReq .containerBarChart .month {
        display: none;
    }
}

/* =============================== */

.card-map {
    margin-bottom: 15px;
    background: #32435C;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.bg-benua {
    background-image: url('/images/HR/bg-benua.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.desc-map {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

/* ==================== END HRGA GCC ===================== */


/* Add WORK PLAN */

.noData span {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 96px;
    color: #68717A;
    text-align: center;
    margin-top: 24px;
}

.noData i {
    color: #68717A;
    font-size: 120px;
    margin-top: 42px;
}

/* END WORKPLAN */

/* ==================== COVID ANALYTICS ===================== */

/* ==================== SWALL CUSTOM ===================== */

.modal-reject {
    /* background: linear-gradient(347.55deg, #FB5B5B -78.74%, #FFFFFF 126.92%); */
    border: 6px solid #FB5B5B;
}

.modal-approve {
    /* background: linear-gradient(140.86deg, #E6FFF3 -7.12%, #00DB76 153.84%); */
    border: 6px solid #00DB76;
}

.modal-approve .swal-button--confirm,
.modal-reject .swal-button--cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* padding: 0 18px; */
    font-weight: 500;
    height: 42px;
    width: 120px;
    background: linear-gradient(88.96deg, #0CAE63 -3.61%, #00DB76 105.59%);
    color: #fff;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px
}

.modal-approve .swal-button--cancel,
.modal-reject .swal-button--confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 120px;
    color: #fff;
    background: linear-gradient(270deg, #FB5B5B 0%, #FF0000 103.15%);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin-bottom: 20px
}

/* ==================== SWALL CUSTOM ===================== */

.heightCvd {
    height: 178px;
}

.covidMonitoring .containerCard {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding-left: 2.2rem;
}

.covidMonitoring .text1 .desc1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #2B2B2B;
}

.covidMonitoring .text1 .desc2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777;
}

.covidMonitoring .imgStudy {
    position: relative;
    z-index: 9;
    bottom: -10px;
}

.covidMonitoring .text2 {
    margin-top: .5rem;
}

.covidMonitoring .text2 .containerResponse {
    width: 187px;
    height: 138px;
    background: #E9F3FF;
    border: 1px solid #007BFF;
    box-shadow: 0px 5px 10px rgba(219, 219, 219, 0.25);
    border-radius: 16px;
    padding: 1rem;
}

.covidMonitoring .containerResponse .numb {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #007BFF;
}

.covidMonitoring .containerResponse .tot {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #68717A;
    margin-bottom: .8rem;
}

.containerResponse .onTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.containerResponse .onTime .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.containerResponse .onTime .percent {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #fff;
    background-color: #007bff;
    padding: 0 8px;
    height: 18px;
    border-radius: 10px;
}

.containerResponse .onTime .percent span {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 12px;
    color: #FFFFFF;
}

.covidMonitoring .buleud {
    position: absolute;
    top: -190px;
    right: -60px;
    width: 357px;
    height: 357px;
    border-radius: 50%;
    background: #E9F3FF;
}

.bgLightBlue {
    background: #F5FAFF !important;
}

.covidMonitoring .carouselColumn {
    position: relative;
    width: 100%;
}

.covidMonitoring .carouselColumn2 {
    position: relative;
    width: 100%;
    padding: 0 7px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.covidMonitoring .carouselCard {
    position: relative;
    display: grid;
    gap: .4rem;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(230, 230, 230, 0.25);
    border-radius: 10px;
    padding: 10px 14px;
    overflow: hidden;
    transition: 2s ease-out;
    margin-top: 14px;
}

.covidMonitoring .branchName {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #68717A;
    white-space: nowrap;
    margin-bottom: -8px;
}

.carouselCard .judul {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #007BFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carouselCard .respon {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #68717A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carouselCard .percent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19px;
    max-width: 50px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #419DFF;
    border-radius: 20px;
}

.covidMonitoring .carouselBranch {
    padding-bottom: 2.6rem;
    margin-bottom: .8rem;
}

.covidMonitoring .barContainer {
    height: 220px;
    width: 500px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.covidMonitoring .barContainer2 {
    height: 250px;
    width: 100%;
    margin-top: 24px;
}

.covidMonitoring .barLegends {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 12px;
}

.covidMonitoring .barLegends .container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1 0 15%;
    gap: .3rem;
}

.covidMonitoring .barLegends .container .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    white-space: nowrap;
}

.covidMonitoring .barLegends .container .accounting {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #007bff;
}

.covidMonitoring .barLegends .container .bisnis {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #3FAEFF;
}

.covidMonitoring .barLegends .container .itdt {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #58DFBD;
}

.covidMonitoring .barLegends .container .quality {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #CF69FF;
}

.covidMonitoring .barLegends .container .marketing {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #8A73FF;
}

.covidMonitoring .barLegends .container .hr {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FB5B5B;
}

.covidMonitoring .barLegends .container .exim {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FFAC00;
}

.covidMonitoring .barLegends .container .produksi {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FFD600;
}

.legends {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.6rem;
    margin-top: 16px;
    margin-left: 20px;
}

.legends .legendsWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4rem;
}

.legends .legendsWrap .orange {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #F9B935;
}

.legends .legendsWrap .maja1,
.legends .legendsWrap .blue {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #007BFF;
}

.legends .legendsWrap .maja2,
.legends .legendsWrap .pink {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FB5B5B;
}

.legends .legendsWrap .kbd,
.legends .legendsWrap .green {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #00DB76;
}

.legends .legendsWrap .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    white-space: nowrap;
}

.covidMonitoring .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #2B2B2B;
}

.covidMonitoring .sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #68717A;
}

.covidMonitoring .cardRes {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(230, 230, 230, 0.25);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
}

.covidMonitoring .cardRes .judul {
    position: relative;
    z-index: 9;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.covidMonitoring .cardRes .number {
    position: relative;
    z-index: 9;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #007BFF;
    margin-top: 8px;
}

.covidMonitoring .cardRes .respon {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
}

.covidMonitoring .cardRes i {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 60px;
    color: #f7f7f7;
}

.covidMonitoring .cardRes .pill {
    background-color: #007BFF;
    padding: 2px 8px;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 5px;
    color: #fff;
}

.covidMonitoring .card-flat .tot-res {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #68717A;
}

.covidMonitoring .card-flat .pills {
    background-color: #007BFF;
    padding: 2px 10px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.covidMonitoring .content .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.covidMonitoring .content .countt {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #fff;
}

.covidMonitoring .content .employee {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.covidMonitoring .crslPrev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 2.8rem;
    width: 35px;
    height: 35px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    transition: .2s ease-in;
}

.covidMonitoring .crslNext {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    transition: .2s ease-in;
}

.covidMonitoring .crslPrev:hover,
.covidMonitoring .crslNext:hover {
    background: rgba(0, 123, 255, 0.267);
    color: #007bff;
}

.covidMonitoring .crslPrev2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -.3rem;
    left: 18rem;
    width: 35px;
    height: 35px;
    background: #e3e3e3;
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in;
}

.covidMonitoring .crslNext2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -.3rem;
    right: 18rem;
    width: 35px;
    height: 35px;
    background: #e3e3e3;
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in;
}

.covidMonitoring .crslPrev2:hover,
.covidMonitoring .crslNext2:hover {
    background: #cfcfcf;
    color: #007bff;
}

@media screen and (max-width: 1050px) {
    .heightCvd {
        height: auto;
    }

    .covidMonitoring .containerCard {
        display: grid;
        place-content: center;
        gap: 1rem;
        padding: 2rem 2.2rem;
    }

    .covidMonitoring .text1 {
        text-align: center;
    }

    .covidMonitoring .text2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .covidMonitoring .text3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .covidMonitoring .buleud {
        display: none;
    }

    .covidMonitoring .crslPrev2 {
        bottom: -.3rem;
        left: 0;
    }

    .covidMonitoring .crslNext2 {
        bottom: -.3rem;
        right: 0;
    }
}

@media screen and (max-width: 950px) {
    .covidMonitoring .carouselColumn {
        position: relative;
        width: 100%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .covidMonitoring .carouselColumn2,
    .covidMonitoring .carouselColumn {
        position: relative;
        width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .covidMonitoring .crslPrev2 {
        bottom: -.3rem;
        left: 0;
    }

    .covidMonitoring .crslNext2 {
        bottom: -.3rem;
        right: 0;
    }

    .covidMonitoring .barContainer {
        height: 200px;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .covidMonitoring .text1 .desc1 {
        font-size: 26px;
    }

    .covidMonitoring .text1 .desc2 {
        font-size: 12px;
        line-height: 18px;
    }

    .covidMonitoring .imgStudy {
        width: 100%;
    }
}

/* =====================  PRODUCTION MONITORING  ====================== */

.prdMonitoring {
    min-height: 100vh;
    padding: 1.6rem 1rem;
}

.prdMonitoring .column-5 {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (max-width: 850px) {
    .prdMonitoring .column-5 {
        position: relative;
        width: 100%;
        padding-right: 7.5px;
        padding-left: 7.5px;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 14px;
    }
}

.prdMonitoring .navCard {
    position: relative;
    height: 185px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 24px;
    transition: .3s ease-in-out;
}

.prdMonitoring .navCard:hover {
    border: 1px solid #007bff;
}

.prdMonitoring .navCard .icons {
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #68717A;
    margin-bottom: 16px;
    transition: .3s ease-in-out;
}

.prdMonitoring .navCard:hover .icons {
    background: #007bff;
}

.prdMonitoring .navCard .icons i {
    font-size: 20px;
    color: #fff;
}

.prdMonitoring .navCard .judul {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2B2B2B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prdMonitoring .navCard .sub-judul {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #68717A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prdMonitoring .navCard .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37px;
    width: 100%;
    padding: 0 24px;
    background-color: #A8D0FF;
    border: 1px solid #A8D0FF;
    border-radius: 0 0 4px 4px;
    transition: .3s ease-in-out;
}

.prdMonitoring .navCard:hover .footer {
    background: #007bff;
    border: 1px solid #007bff;
}

.prdMonitoring .navCard .footer .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2B2B2B;
}

.prdMonitoring .navCard .footer i {
    font-size: 14px;
    color: #2B2B2B;
}

.prdMonitoring .navCard:hover .footer .text,
.prdMonitoring .navCard:hover .footer i {
    color: #fff;
}

.title-issue {
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
    margin-left: 18px;
    margin-bottom: -18px;
}

.prdMonitoring .navCards {
    position: relative;
    /* display: grid; */
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 15px 5px rgba(104, 113, 122, 0.1);
    border-radius: 12px;
    padding: 12px 18px;
    overflow: hidden;
    transition: 2s ease-out;
}

.prdMonitoring .navCards .number {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #68717A;
}

.prdMonitoring .navCards .warning {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
}

.prdMonitoring .navCards .warning i {
    color: #FB5B5B;
    font-size: 20px;
}

.prdMonitoring .navCards .warning .number-warning {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #FB5B5B;

}

.prdMonitoring .navCards .txt-total {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #68717A;
}

.prdMonitoring .navCards .txt-judul {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #007BFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prdMonitoring .chartHeader .txt1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2B2B2B;
}

.prdMonitoring .chartHeader .txt2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2B2B2B;
}

.prdMonitoring .badge {
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
}

.prdMonitoring .barContainer {
    height: 210px;
    margin: 1.4rem 1.4rem 0 1.4rem;
}

.prdMonitoring .crslPrev2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 18px;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: #c4c4c440;
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in;
}

.prdMonitoring .crslNext2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -14px;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: #c4c4c440;
    color: #007bff;
    font-size: 18px;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in;
}

.prdMonitoring .crslPrev2:hover,
.prdMonitoring .crslNext2:hover {
    background: #c4c4c480;
    color: #007bff;
}

.prdMonitoring .hour {
    position: absolute;
    bottom: 90px;
    left: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.prdMonitoring .date {
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    margin-left: 40px;
}

.prdMonitoring .legend {
    display: flex;
    gap: 1rem;
}

.prdMonitoring .legend .circleBlue {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007bff;
}

.prdMonitoring .legend .circleGreen {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00DB76;
}

.prdMonitoring .legend .circlePink {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fb5b5b;
}

.prdMonitoring .legend .txt {
    font-size: 13px;
    font-weight: 400;
    color: #2b2b2b;
}

.headerRadiusBlue thead tr {
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    border-radius: 10px !important;
}

.headerRadiusBlue thead tr th {
    color: #fff !important;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* DT TICKET */

.containerCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.DTTicket {
    padding-bottom: 2rem;
}

.DTTicket .btnView {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 37px;
    border: 1px solid #ddd;
    background: #fff;
    color: #0073ee;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 1.6rem;
    transition: .4s;
}

.DTTicket .btnView:hover {
    background: #D0EEFF;
    border: 1px solid #D0EEFF;
    transition: .4s;
}

.DTTicket .totalIssues {
    position: absolute;
    left: -6px;
    top: 8.5rem;
    transform: rotate(90deg);
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #455A64;
}

.title-rotate {
    position: absolute;
    left: 8px;
    bottom: 8rem;
    transform: rotate(-90deg);
}

.boxIcon,
.DTTicket .boxIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    font-size: 26px;
    border-radius: 8px;
}

/* END DT TICKET */