/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto;
    background: #f5f6fa;
    color: #202224;
}

a {
    color: #3a86ff;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 104px;
    /* padding: 2px 30px;  */
    padding-right: 30px;
    /* transition: all 0.3s; */
}

@media (max-width: 1199px) {
    #main {
        padding: 30px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.login-title {
    margin-bottom: 32px;
}
.login-title p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(150, 150, 150, 1);
}
.login-title h1 {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.04em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(35, 35, 35, 1);
}
.pagetitle {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.11428570002317429px;
    text-align: left;
    margin-bottom: 30px;
    color: #202224;
}

.pagetitle h1 {
    /* font-size: 24px; */
    /* margin-bottom: 0;
  font-weight: 700;
  color: #012970; */
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.11428570002317429px;
    text-align: left;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #3a86ff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    /* border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2); */
    /* width: 254px;
    height: 228px; */
    /* top: 70px;
    left: 801px;
    gap: 0px;
    border-radius: 14px;
    opacity: 0px; */
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 14px;
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
}
.card-modal {
    margin-bottom: 30px;
    border: none;
    border-radius: 6px;
    border: 1px solid #97979766;
    padding-right: 20px;
    /* padding: 20px; */

    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #202224;
    font-family: Roboto;
}
.card-title-dashboard {
    padding: 20px 0 0 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #202224;
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-title-report {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    padding-top: 37px;
    padding-left: 15px;
}
.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: Roboto;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #3a86ff;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: Roboto;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #3a86ff;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #4880ff;
    color: #ffffff;
    border-bottom: 2px solid #4880ff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    /* line-height: 1;
  display: flex;
  justify-content: center;
  background-color: #0049C5;
  align-items: center; */
    display: flex;
    justify-content: center; /* Memusatkan secara horizontal */
    align-items: center; /* Jika ingin juga memusatkan secara vertikal */
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    height: 36px;
    width: 64px;
    /* margin-right: 6px; */
    margin-top: 22px;
    margin-bottom: 22px;
    /* padding-left: 88px; */
    /* padding-top: 22px;
  padding-right: 88px;
  padding-bottom: 22px; */
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: Roboto;
}

.sidebar {
    overflow-y: auto; /* Enable vertical scrolling */
    position: fixed; /* Fix the sidebar position */
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    z-index: 998; /* Lebih tinggi dari header */
    transition: all 0.3s;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: #4880ff;
    background-color: #fff;
}

.header {
    transition: all 0.5s;
    z-index: 997; /* Lebih rendah dari sidebar */
    height: 70px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    margin-left: 240px; /* Tambahkan margin agar header tidak di bawah sidebar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding-left: 78px;
    padding-top: 16px;
    /* padding-bottom: 16px; */
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #202224;
    background: #f5f6fa;
    border: 1px solid #d5d5d5;
    padding: 7px 38px 7px 8px;
    border-radius: 19px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    height: 44px;
    width: 44px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

/* .header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  border-radius: 50%;
  font-size: 10px;
  width: 16px;
  height: 16px;
  background-color: #D82C2C;
} */

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background-color: #d82c2c;

    /* Centering the text */
    display: flex;
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical alignment */
    color: white; /* Text color for visibility */
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    /* font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444; */
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    text-align: left;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #f9f4f1;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 270;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin-left: -20px;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
    border-radius: 0px 0px 6px 0px;
    border-left: 5px solid #fff; /* Garis biru di sebelah kiri */
}

.sidebar-nav .nav-item-active {
    margin-bottom: 5px;
    /* transition: background-color 0.3s ease; */
    border-radius: 0px 0px 6px 0px;
    border-left: 5px solid #004aad; /* Garis biru di sebelah kiri */
}
.sidebar-nav .nav-item-dropdown-active {
    margin-bottom: 5px;
    /* transition: background-color 0.3s ease; */
    border-radius: 0px 0px 6px 0px;
    border-left: 5px solid #004aad; /* Garis biru di sebelah kiri */
}
.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #242021;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    /* padding: 10px 16px; */
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: 19px;
    margin-right: 24px;
    width: 192px;
    height: 50px;
    background-color: #004aad;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;

    /* display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  transition: 0.3;
  background: #4880FF;
  padding: 10px 15px;
  border-radius: 6px; */
}
.sidebar-nav .nav-link::before {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background-color: #0049c5;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;

    /* display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  transition: 0.3;
  background: #4880FF;
  padding: 10px 15px;
  border-radius: 6px; */
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #202224;
}
/* Remove background change on click */
.nav-link:focus,
.nav-link:active {
    background-color: inherit;
    color: inherit;
}
.sidebar-nav .nav-link.collapsed {
    color: #202224;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: 19px;
    margin-right: 24px;
    width: 192px;
    height: 50px;
    /* background-color: #004AAD;
    color: white; */
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* .sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
} */

/* .sidebar-nav .nav-link:hover {
    color: #202224;
    background: #fff;
} */

/* .sidebar-nav .nav-link:hover i {
    color: #3a86ff;
} */

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

/* Arrow icon styling */
.nav-link .bi-chevron-down {
    margin-left: auto;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

/*
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
} */
/*
.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
} */

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 74, 173, 0.5);
    transition: 0.3;
    /* padding: 10px 0 10px 40px; */
    padding-left: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    transition: 0.3s;
}

/* Customize scrollbar (optional) */
.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3;
}
/* .sidebar-nav .nav-content a i {
    font-size: 2px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
    }
     */
/*
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #3a86ff;
}

.sidebar-nav .nav-content a.active i {
    background-color: #3a86ff;
} */

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #3a86ff;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    background: #9a96ff;
    color: #8280ff;
    border-radius: 13px; /* Rounded corners */
    margin-top: 16px;
    margin-right: 16px;
    padding: 16px;
}

/* Rotate the icon by 45 degrees */
.dashboard .sales-card .card-icon i {
    transform: rotate(315deg);
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #3a86ff;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #3a86ff;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #3a86ff;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #3a86ff;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #3a86ff;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #3a86ff;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.profil-akun p {
    color: #404040;
    /* font-family: Nunito Sans; */
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
}
.profil-akun span {
    color: #565656;
    /* font-family: Nunito Sans; */
    font-size: 12px;
    /* font-weight: 600; */
    line-height: 16.37px;
    text-align: left;
}

.img-flag {
    width: 36px;
    height: 22px;
    top: 24px;
    left: 862px;
    gap: 0px;
    opacity: 0px;
}

.profil-container {
    padding: 40px 30px 30px 40px;
}

.profile-info {
    display: flex;
    align-items: center;
}

.profile-image {
    width: 80px; /* Adjust size as needed */
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 60px;
}

.profile-details {
    margin-right: 60px;
}

.profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #404040;
}

.profile-role {
    font-size: 12px;
    color: #565656;
}

.dropdown-button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropdown-button:hover {
    background-color: #f0f0f0;
}

.img-flag-dropdown {
    width: 44px;
    height: 30px;
    top: 133px;
    left: 817px;
    gap: 0px;
    opacity: 0px;
    margin-right: 20px;
}

.dropdown-lang {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.41px;
    text-align: left;
}

.menu-lang {
    margin-right: 14px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    text-align: left;
    color: #646464;
}

/* Main container styling */
.card-icon {
    background-color: #ffe0e000; /* Soft purple background */
    width: 50px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    position: relative;
    border-radius: 50%;
}

/* Notification badge */
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3b30; /* Red color for the notification */
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.card-dashboard-number {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: #202224;
}

.datatable-container {
    margin: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button {
    padding: 10px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.page-number {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}

.page-number.active {
    background-color: #007bff;
    color: white;
}

.dots {
    padding: 10px;
    cursor: default;
}
/*
.filter-bar {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #ddd;
    gap: 15px;
}

.filter-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.filter-icon img {
    width: 20px;
    height: 20px;
}

.filter-label {
    font-weight: bold;
    color: #333;
}

.filter-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

.filter-dropdown:focus {
    outline: none;
    border-color: #007bff;
} */

/* .reset-filter {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #f00;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.reset-filter img {
    width: 16px;
    height: 16px;
}

.reset-filter:hover {
    color: #d00;
} */

.card-detail-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.11428570002317429px;
    text-align: left;
    color: #202224;
    margin: 20px;
}

.card-detail-priority-low {
    width: 90px;
    height: 26px;
    border-radius: 4px;
    opacity: 0px;
    /* background-color: #d9f7e8; */
    font-family: Roboto;
    /* color: #2cd85a; */
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
    margin-right: 20px;
    padding-top: 6px;
}
.card-detail-priority-medium {
    width: 90px;
    height: 26px;
    border-radius: 4px;
    opacity: 0px;
    background-color: #d9f7e8;
    font-family: Roboto;
    color: #d8c12c;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
    margin-right: 20px;
    padding-top: 6px;
}
.card-detail-priority-high {
    width: 90px;
    height: 26px;
    border-radius: 4px;
    opacity: 0px;
    background-color: #d9f7e8;
    font-family: Roboto;
    color: #d82c2c;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
    margin-right: 20px;
    padding-top: 6px;
}

.card-detail-body-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #20222480;
    margin-left: 20px;
}

.card-detail-body-title-edit {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #20222480;
    margin-left: 10px;
}

.card-detail-body-value {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.11428570002317429px;
    text-align: left;
    padding-left: 20px;
    color: #202224;
    margin-bottom: 38px;
}

.card-detail-notes {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #202224;
    margin-top: 20px;
    margin-bottom: 10px;
}
.custom-textarea {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-size: 16px;
    color: #202224;
    border: 1px solid #202224;
    width: 103%;
    line-height: 1.5;
    resize: none;
    outline: none;
}

.filter-data {
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background-color: #f9f9fb;
}
.filter-bar {
    display: flex;
    align-items: center;
    /* padding-top: 24px;
    padding-bottom: 24px; */
    padding-right: 15px;
    background-color: #f9f9fb;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    /* border: 1px solid #d5d5d5; */
}
.vertical-line {
    border-left: 1px solid #d5d5d5;
    height: 80px;
}
.vertical-line2 {
    border-left: 1px solid #d5d5d5;
    height: 80px;
}

.filter-reset {
    display: flex;
    align-items: center;
    /* padding-top: 24px;
    padding-bottom: 24px; */
    padding-right: 27px;
    background-color: #f9f9fb;
}
.filter-bar-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    text-align: left;
    color: #202224;
}
.filters {
    display: flex;
    align-items: center;
    /* padding-top: 24px;
    padding-bottom: 24px; */
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f9f9fb;
}

.filters-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-right: 41px;
}

.filter-title-reset {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #ea0234;
}

.status-done {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #2cd85a;
    color: #2cd85a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}

.status-rejected {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d82c2c;
    color: #d82c2c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}
.status-processing {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #4880ff;
    color: #4880ff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}

.status-waiting {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d8992c;
    color: #d8992c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}

.priority-low {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #d9f7e8;
    color: #2cd85a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}
.priority-medium {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #f9fec6;
    color: #d8c12c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
}
.priority-high {
    width: Fixed (90px) px;
    height: Fixed (26px) px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background-color: #ffe8df;
    color: #d82c2c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 26px;
}

.filter-select-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #202224;
}

.login-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.login-box-left {
    width: 591px;
    padding: 32px;
}

.login-box-left-img {
    width: 527px;
    height: 87px;
}

.login-box-left-form {
    width: 527px;
    height: 873px;
    padding-right: 64px;
    padding-left: 64px;
    padding-top: 163;
}
.login-box-left-btn {
    background-color: #004aad;
    width: 399px;
    height: 54px;
    padding: 16px 8px 16px 8px;
    gap: 8px;
    border-radius: 10px;
    opacity: 0px;
}

.login-box-right {
    width: 849px;
    padding: 12px;
}

/* Mengatur tampilan utama popup */
.custom-swal-popup {
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
}

/* Mengatur ikon peringatan */
.swal2-icon.swal2-warning {
    font-size: 24px;
    color: #f27474;
    background-color: rgba(242, 116, 116, 0.2);
    border-radius: 50%;
    padding: 10px;
}

/* Gaya untuk judul */
.custom-swal-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Gaya untuk teks konten */
.custom-swal-text {
    color: #666;
    margin-top: 8px;
    font-size: 14px;
}

/* Gaya tombol "Delete" */
.custom-swal-confirm {
    background-color: #d33 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gaya tombol "Cancel" */
.custom-swal-cancel {
    background-color: #bcbcbc !important;
    color: #333 !important;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-card {
    margin-left: 36px;
    margin-top: 20px;
    margin-right: 36px;
    height: 56px;
}

.tbody-activity-log {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #202224;
    opacity: 0.8;
}

.notification-card-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #202224;
}
.notification-card-title-new {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #004aad;
    margin-left: 21px;
    margin-bottom: 4px;
    opacity: 0.8;
}
.notification-card-desc {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(32, 34, 36, 0.5);
}
.notification-card-status {
    top: 300px;
    left: 479px;
    padding: 4px 16px 4px 16px;
    gap: 10px;
    border-radius: 4px;
    background-color: #004aad;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    margin-left: 11px;
}
.notification-card-priority {
    top: 300px;
    left: 479px;
    padding: 4px 16px 4px 16px;
    gap: 10px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    margin-left: 11px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #004aad;
    width: 28px;
    height: 30px;
    margin-bottom: 16px;
}

.assets-body-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #20222480;
    margin-left: 20px;
    margin-bottom: 8px;
}

.assets-body-value {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-left: 20px;
}

.form-add {
    height: 28px;
    width: 72px;
    border: 1px solid #20222466;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px;
    outline: none;
    border-radius: 4px;
    text-align: center;
}

.form-add::-webkit-outer-spin-button,
.form-add::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-add {
    margin-right: 12px;
}

.assets-body-reason {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-bottom: 10px;
}

textarea.card-modal {
    width: 100%;
    height: 200px; /* Atur sesuai kebutuhan */
    resize: none; /* Mencegah pengguna mengubah ukuran */
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: inherit;
    font-size: inherit;
}

/* Style the checkbox container */
.checkbox-container {
    position: absolute;
    top: 594px;
    left: 300px;
    display: flex;
    align-items: center;
    gap: 0;
    opacity: 1;
}

/* Hide the default checkbox */
.checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #004aad; /* Custom background color */
    border: 1px solid #004aad;
    border-radius: 4px; /* Optional: rounded corners */
    cursor: pointer;
}

/* Style when the checkbox is checked */
.checkbox-container input[type="checkbox"]:checked {
    background-color: #004aad;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6 10.8l-3-3L2.3 9.2l3.7 3.7 7.7-7.7L12.7 4l-6.7 6.8z'/%3E%3C/svg%3E"); /* White checkmark */
    background-repeat: no-repeat;
    background-position: center;
}

/* Optional: Style the label */
.checkbox-container label {
    font-size: 14px;
    margin-left: 8px;
    color: #004aad; /* Match the checkbox color */
}

.report-card {
    width: 360px;
    height: 365px;
    top: 200px;
    left: 660px;
    gap: 0px;
    border-radius: 14px;
    opacity: 0px;
    background-color: #ffffff;
    margin-right: 30px;
    margin-bottom: 24px;
}

.report-title {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #202224;
    margin-top: 24px;
    margin-left: 10px;
}

.btn-report {
    width: 80px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #202224;
    background-color: #ffffff;
    margin-top: 24px;
    margin-bottom: 20px;
}

.img-download {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    margin-top: 4px;
    margin-left: 10px;
}

.export {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    margin-top: 6px;
}

.report-ticket {
    width: 166px;
    height: 166px;
    margin-bottom: 50px;
}

.total-ticket {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.modal-excel-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.modal-download-body {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    margin-bottom: 42px;
}

.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px; /* Larger width */
    height: 24px; /* Larger height */
    border: 1px solid rgba(32, 34, 36, 0.5); /* Custom border color */
    background-color: transparent; /* Transparent background */
    color: #202224; /* Optional: set color */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal .custom-modal-content {
    width: 400px; /* Set custom width */
    height: 328px; /* Set custom height */
    position: absolute;
    top: 348px; /* Set custom top position */
    left: 520px; /* Set custom left position */
    gap: 0px;
    border-radius: 20px 0px 0px 0px; /* Custom border-radius */
    opacity: 1; /* Set opacity to 1 to make it visible */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for a polished look */
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.custom-modal-img .custom-modal-content-img {
    width: 630px; /* Set custom width */
    height: 514px; /* Set custom height */
    position: absolute;
    gap: 0px;
    border-radius: 20px 0px 0px 0px; /* Custom border-radius */
    opacity: 1; /* Set opacity to 1 to make it visible */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for a polished look */
}

.modal-dialog-centered-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.title-modal-img {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-left: 10px;
    color: rgba(32, 34, 36, 0.5);
    margin-top: 12px;
    padding-left: 10px;
}

.modal-img {
    width: 275px;
    height: 160px;
    top: 354px;
    left: 435px;
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.custom-modal-dialog {
    max-width: 630px; /* Fixed width */
    margin: auto;
}

.custom-modal-content {
    width: 630px;
    height: 514px; /* Fixed height */
    border-radius: 10px; /* Optional: add border radius */
    overflow: hidden; /* Hide overflow if content is larger */
}

.status-icon {
    width: 90px;
    height: 26px;
    top: 367px;
    left: 795px;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    padding-top: 6px;

    /* border: 1px solid #2CD85A;  */

    opacity: 0px;
}

.profil-img {
    width: 80px;
    height: 80px;
    top: 202px;
    left: 298px;
    gap: 0px;
    opacity: 0px;
    border-radius: 50%;
}

.profil-card {
}
.profil-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    color: #606060;
}

.profil-subtitle {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    color: rgba(96, 96, 96, 0.5);
}

/* Container styling */
.profile-container {
    display: flex;
    align-items: center;
    padding: 20px;
    border-top: 2px solid #0078d4; /* Blue border */
    width: fit-content;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* Profile image styling */
.profile-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover;
    margin-right: 15px;
}

/* Profile details styling */
.profile-details {
    margin-right: 20px;
}

.profile-title {
    font-family: Roboto;
    font-size: 14px;
    color: rgba(96, 96, 96, 1);
}

.profile-subtitle {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(96, 96, 96, 0.5);
}

/* Buttons styling */
.profile-buttons {
    margin-left: 60px;
}

.blue-button {
    width: 120px;
    height: 28px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004aad;
    margin-right: 10px;
}

.grey-button {
    width: 120px;
    height: 28px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #979797;
}

.form-profil {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.button-save {
    width: 147px;
    height: 48px;
}

.clear-button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #6c757d;
    font-size: 16px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

/* Container styling */
.file-upload-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

/* File input button styling */
.file-upload-button {
    width: 120px;
    height: 28px;
    background-color: #979797; /* Gray color */
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Hide the actual file input */
.file-input {
    display: none;
}

/* File name display styling */
.file-name {
    color: #979797; /* Gray color */
    font-size: 14px;
}

/* Clear button styling */
.clear-button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #979797;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

/* File info text styling */
.file-info {
    color: #979797; /* Gray color */
    font-size: 12px;
    margin-top: 4px;
}

.form-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.divider {
    width: 2px;
    background-color: orange;
}

.color-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

/* input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f2f4f7;
} */

.save-button {
    width: 80px;
    padding: 8px;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.form-card {
    padding: 30px;
}

.subject {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
}

.nav-container {
    width: 520px;
    height: 52px;
    gap: 0px;
    border-radius: 4px;
    opacity: 0px;
    background-color: #f5f6fa;
}

.nav-link.custom-active.active {
    background-color: white !important;
    color: black !important;
}

.result-container {
    width: 520px;
    height: 52px;
    top: 78px;
    gap: 0px;
    border-radius: 4px;
    border: 1px solid rgba(32, 34, 34, 0.27);
    opacity: 0px;
}

.result {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width: 100px;
    height: 26px;
    border-radius: 4px;
}

.color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(243, 243, 243, 1);
    margin-left: 6px;
    margin-right: 6px;
}
.color-container {
    width: 488px;
    height: 48px;
    margin-bottom: 21px;
}

.color.selected {
    background-image: url("/assets/img/color-checked.png");
    background-size: contain; /* Sesuaikan gambar agar tetap proporsional */
    background-position: center; /* Posisikan gambar di tengah */
    background-repeat: no-repeat; /* Jangan ulang gambar */
}
#result-icon {
    border: 1px solid black; /* Initial border */
}

.sub-menu-active {
    color: rgba(0, 74, 173, 1);
}

.sub-menu {
    color: rgba(0, 74, 173, 0.5);
}

#tb_role thead th {
    border: none;
}

.table thead th {
    background-color: #f1f4f9;
    color: #202224;
    text-align: center;
    font-weight: bold;
    padding: 14px;
    border: none;
}

.table tbody td {
    padding: 14px;
    text-align: center;

    font-weight: 400; /* Regular weight */
    font-family: Arial, sans-serif; /* Ganti sesuai font yang diinginkan */
}
.table,
.table thead,
.table td {
    border: none !important;
}

/* Add bottom border to table rows */
.table tbody tr {
    border-bottom: 1px solid #dee2e6; /* Adjust the color as needed */
}

.table tbody tr:hover {
    background-color: #f9f9f9;
}

.fixed-table-toolbar .search {
    margin-top: 28px;
    margin-bottom: 26px;
    float: right;
    width: 253px;
    height: 38px;
    border-radius: 19px;
    border: 0.6px solid rgba(255, 255, 255, 1);
    opacity: 0px;
}
.fixed-table-loading {
    display: none !important;
}

.bootstrap-table .fixed-table-pagination .pagination-info,
.bootstrap-table .fixed-table-pagination .page-list {
    display: none;
}

.swal-custom-html {
    margin-top: 133px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
}

.nav-link-dropdown {
    color: #202224;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: 19px;
    margin-right: 24px;
    width: 192px;
    height: 50px;
    /* background-color: #004AAD;
    color: white; */
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.top-bar-profile img {
    width: 20px;
    height: 20px;
    margin-top: 9px;
    margin-left: 14px;
    margin-bottom: 13px;
}

.top-bar-profile span {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #202224;
}

/* Adjust Select2 container to align with Bootstrap form-control */
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px); /* Matches Bootstrap's form-control height */
    padding: 0.375rem 0.75rem; /* Matches Bootstrap's form-control padding */
    border: 1px solid #ced4da; /* Matches Bootstrap's form-control border */
    border-radius: 0.25rem; /* Matches Bootstrap's form-control border radius */
    background-color: #fff;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.5; /* Aligns text vertically within the input */
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%; /* Makes the dropdown arrow fill the container height */
}

.custom-table-header th {
    border: none !important;
    background-color: #f8f9fa; /* Tetap mempertahankan warna abu-abu pada header */
}

/* Menghilangkan border pada header tabel */
.custom-table-header th {
    border: none !important;
    background-color: #f8f9fa !important; /* Warna abu-abu */
}

[id^="tb_data"] th {
    white-space: nowrap; /* Mencegah teks turun ke bawah */
    text-align: center; /* Pusatkan teks */
    padding: 10px; /* Beri padding agar lebih rapi */
}

/* Menghapus border di bagian bawah header tabel */
.table thead.custom-table-header tr {
    border-bottom: none !important;
    font-weight: 200;
}

/* Menghilangkan border pada seluruh tabel */
[id^="tb_data"].table {
    border: none !important;
}

/* Menghapus garis di antara baris-baris data */
[id^="tb_data"].table tbody tr {
    /* border-top: none !important; */
    border-top-color: #d5d5d5;
    border-bottom-color: #d5d5d5;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    white-space: nowrap;

    /* border-bottom: none !important; */
}

[id^="tb_data"] {
    width: 100%;
    max-width: 100%; /* Agar teks panjang tidak keluar dari kolom */
}

/* Untuk menjaga border kanan dan kiri hilang */
[id^="tb_data"].table,
[id^="tb_data"].table th {
    border-left: none !important;
    border-right: none !important;
    font-weight: 200;
}
/* Menghapus garis di bagian atas tabel */
[id^="tb_data"].table thead {
    font-family: Roboto;
    font-size: 14px !important;
    line-height: 16px !important;
    border-top: none !important;
    font-weight: 200 !important;
}

/* Menghilangkan border di atas header */
[id^="tb_data"].table thead.custom-table-header {
    border-top: none !important;
    box-shadow: none !important;
}

/* Menghilangkan garis atas header */
[id^="tb_data"].table thead.custom-table-header tr {
    border-top: none !important;
}
.modal-dialog-custom-color {
    max-width: 400px; /* Tentukan lebar maksimum agar modal tetap kecil */
    width: 90%; /* Modal akan menyesuaikan dengan lebar viewport */
    margin: auto; /* Pusatkan modal */
}

.hr {
    margin: 0;
    border: none; /* Jika Anda ingin menghapus border default */
    border-top: 1px solid #000; /* Menambahkan garis sesuai kebutuhan */
}
.calendar-container {
    width: 320px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.selected-date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.flatpickr-calendar {
    margin: 0 auto;
}

.custom-card {
    width: 100%;
    height: 222px;
    border-radius: 10px;
    border: 0.4px solid #202224;
    opacity: 0.4;
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
}

.custom-card.active {
    border-color: #004aad;
    opacity: 1;
    background-color: #004aad;
}

.custom-card img.card-icon {
    width: 60px;
    height: 60px;
    margin-top: 60px;
    transition: transform 0.3s ease-in-out;
}

.custom-card.active img.card-icon {
    transform: scale(1.2); /* Membesarkan ikon saat aktif */
}

.card-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    color: rgba(32, 34, 36, 0.5);
    transition: color 0.3s ease-in-out;
}

.custom-card.active .card-title {
    color: #ffffff;
}

.report-persentage-text {
    font-family: Roboto;
    height: 16px;
    gap: 0px;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 8px;
}

.report-persentage-bg {
    margin-top: 17px;
    height: 26px;
    gap: 5px;
    border-radius: 5px;
    margin-right: 16px;
}
.report-persentage-img {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}
.report-persentage-arrow-img {
    width: 18px;
    height: 18px;
    opacity: 0px;
}

.report-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    margin: auto;
}
.chart-container {
    position: relative;
    width: 200px;
    margin: auto;
}
.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
}
.legends {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.on-time {
    background: #2cd85a;
}
.late {
    background: #8a6ded;
}

.attend-chart-container {
    width: 535px;
    height: 385px;
    gap: 0px;
    border-radius: 10px;
    border: 1px solid rgba(216, 216, 216, 1);
    opacity: 0px;
    padding: 20px;
}
.attend-chart-container h1 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(32, 34, 36, 1);
}
.attend-chart-container p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(143, 149, 178, 1);
}

.donut-attend-chart {
    width: 205px;
    height: 210px;
    gap: 0px;
    opacity: 0px;
}

.donut-attend-spesific {
    width: 214px;
    height: 164px;
    gap: 26.39px;
    opacity: 0px;
}
.card-detail-body-status {
    margin-left: 20px;
    width: 90px;
    height: 26px;
    gap: 10px;
    border-radius: 4px;
    opacity: 0px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    padding-top: 6px;
}

.instalation-container {
    width: 520px;
    height: 334px;
    gap: 14px;
    opacity: 0px;
    margin-top: 30px;
    margin-right: 30px;
}

.instalation-title {
    color: rgba(96, 96, 96, 1);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.instalation-body {
    color: rgba(96, 96, 96, 1);
    opacity: 1;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    margin-top: 16px;
    margin-bottom: 16px;

    /* border-right-width: 1px;
    border-top-left-radius: Corner/Extra-small;
    border-top-right-radius: Corner/None;
    border-bottom-right-radius: Corner/None;
    border-bottom-left-radius: Corner/Extra-small; */
}

.inspection-condition {
    width: 90px;
    height: 26px;
    text-align: center;
    border-radius: 4px;
    margin-left: 20px;
}

.dataTables_filter {
    margin-bottom: 0; /* Hilangkan jarak default */
}
.qr-modal-content {
    background-color: white;
    color: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 376px;
    height: 600px;
}

.qr-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
}

.btn-print,
.btn-close-modal {
    width: 150px;
    margin: 10px auto;
}

.modal-custom-700 {
    width: 700px !important; /* lebar maksimum modal */
}

.title-detail-barcode {
    background-color: #f0f7ff;
    height: 40px;
    color: #006bb8;
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px;
    border-radius: 8px 0 0 8px; /* Rounded kiri saja */
    border: none;
    display: flex;
    align-items: center;
}

.value-detail-barcode {
    background-color: #d8edff;
    height: 40px;
    color: #161b22;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px;
    border-radius: 0 8px 8px 0; /* Rounded kiri saja */
    border: none;
    display: flex;
    align-items: center;
}

.card-absensi {
    padding: 12px;
    background: #ffff;
    border-radius: 8px;
}
.card-absensi-title {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(22, 27, 34, 0.5);
    display: flex;
    align-items: center;
}

.card-absensi-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.card-absensi-value {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
    margin-right: 10px;
}
.card-absensi-icon-arrow {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-left: 4px;
}
.card-absensi-value-up {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #19b259;
}
.card-absensi-value-down {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ed1a2f;
}

.text-700-bold {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.text-700-bold-14 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.text-400-regular-12-grey {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(22, 27, 34, 0.6);
}
.text-700-bold-18 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.text-700-bold-16 {
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
}
.text-400-regular-12 {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.text-400-regular-10 {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.detail-overview-status {
    background-color: #006bb826;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #006bb8;
}

.text-700-bold-12 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.yellow-warning-message {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffa100;
    padding: 13px;
    background-color: rgba(255, 161, 0, 0.1);
}
.red-warning-message {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ed1a2f;
    padding: 13px;
    background-color: rgba(237, 26, 47, 0.15);
}

.input-text-hari {
    flex: 1;
    padding: 8px;
    border-radius: 6px 0px 0px 6px;
    background-color: rgba(20, 46, 82, 0.06);
    border: 1px solid #ced4da;
}
.input-text-grey {
    padding: 8px;
    border-radius: 6px;
    background-color: rgba(20, 46, 82, 0.06);
    border: 1px solid #ced4da;
}

.container-hari {
    padding: 12px;
    border-radius: 0px 6px 6px 0px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
}

.btn-container-red {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ed1a2f;
    border: 2px solid #ed1a2f;
    width: 102px;
    text-align: center;
}

.yellow-container {
    padding: 13px;
    background-color: rgba(255, 170, 0, 0.15);
    color: #ffa100;
}

.green-container {
    padding: 13px;
    background-color: rgba(25, 178, 89, 0.15);
    color: #19b259;
}

.blue-container {
    padding: 13px;
    background-color: rgba(0, 107, 184, 0.15);
    color: #006bb8;
    /* width: 80px;
    height: 41px;
    background-color: rgba(0, 107, 184, 0.15); */
}
/* .blue-container {
    width: 80px;
    height: 41px;
    background-color: rgba(0, 107, 184, 0.15);
} */

.color-yellow {
    color: #ffa100;
}

.color-blue {
    color: #006bb8;
}

.color-green {
    color: #19b259;
}

.bg-green-new {
    background-color: #19b259;
}

.bg-red-new {
    background-color: #ed1a2f;
}

.btn-bg-white-border-blue {
    color: #006bb8;
    background-color: #ffffff;
    border: 2px solid #006bb8;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-bg-green-border-green {
    color: #ffffff;
    background-color: #00b69b;
    border: 2px solid #00b69b;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-bg-white-border-red {
    color: #ed1a2f;
    background-color: #ffffff;
    border: 2px solid #ed1a2f;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-bg-blue-border-white {
    color: #ffffff;
    background-color: #006bb8;
    border: 2px solid #006bb8;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-bg-red-new {
    color: #ffffff;
    background-color: #ed1a2f;
    height: 40px;
}
.btn-bg-green-new {
    color: #ffffff;
    background-color: #19b259;
    height: 40px;
}
.container-hadir {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #006bb8;
    background-color: rgba(0, 107, 184, 0.15);
    padding: 4px 6px;
    display: inline-block;
}

.container-terlambat {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #ed1a2f;
    background-color: rgba(237, 26, 47, 0.15);
    padding: 4px 6px;
    display: inline-block;
}

.container-cuti {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #ffa100;
    background-color: rgba(255, 170, 0, 0.15);
    padding: 4px 6px;
    display: inline-block;
}

.container-tidak-hadir {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: rgba(22, 27, 34, 0.6);
    background-color: rgba(20, 46, 82, 0.06);
    padding: 4px 6px;
    display: inline-block;
}

.container-absen-masuk-keluar {
    height: 30px;
    background: rgba(22, 27, 34, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-tabs {
    border: 2px solid #e0e0e0;
    background: #e0e0e0;
    border-radius: 8px;
    display: inline-flex;
}

.custom-tabs .nav-link {
    border: none;
    background: transparent;
    color: rgba(22, 27, 34, 0.6) !important;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px !important;
    transition: none !important;
    box-shadow: none !important;
}
.custom-tabs .nav-link .custom-badge {
    background-color: rgba(0, 0, 0, 0.1);
    color: #6c757d; /* abu-abu bootstrap */
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 8px;
    font-weight: 600;
}

.custom-tabs .nav-link.active {
    background: #fff !important;
    color: #000 !important;
}
.custom-tabs .nav-link.active .custom-badge {
    background-color: rgba(0, 107, 184, 0.15);
    padding: 4px 6px;
    border-radius: 8px;
    color: #006bb8;
    font-size: 10px;
}

.custom-tabs .nav-item:first-child .nav-link {
    border-radius: 6px !important;
}

.custom-tabs .nav-item:last-child .nav-link {
    border-radius: 6px !important;
}

/* Container upload */
.upload-container-laka {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tombol Upload */
.upload-btn-laka {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #006bb8;
    /* biru bootstrap */
    color: #006bb8;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.upload-btn-upload {
    height: 90px;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #006bb8;
    /* biru bootstrap */
    color: #006bb8;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.preview-upload {
    height: 90px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #006bb8;
    /* biru bootstrap */
    color: #006bb8;
}
/* Tombol Upload */
.upload-btn-save {
    height: 56px;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #19b259;
    /* biru bootstrap */
    color: #19b259;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.upload-btn-laka:hover {
    background-color: #006bb8;
    color: #ffffff;
}
.upload-btn-upload:hover {
    background-color: #006bb8;
    color: #ffffff;
}
.upload-btn-save:hover {
    background-color: #19b259;
    color: #ffffff;
}

/* Tombol Upload */
.create-btn-laka {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    border: 2px solid #19b259;
    /* biru bootstrap */
    color: #19b259;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.create-btn-laka:hover {
    background-color: #19b259;
    color: #ffffff;
}

/* Input file hidden */
.upload-input-laka {
    display: none;
}

/* Label teks "No file" */
.file-label-laka {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    color: #888;
    background-color: #fafafa;
    font-size: 14px;
    cursor: default;
}

#pegawai-choosed {
    border: 2.4px solid #142e520f;
    width: 664px;
    min-height: 70px; /* isi sesuai tinggi minimal */
    display: flex;
    align-items: center;
    justify-content: start;
}
#pegawai-choosed.empty {
    background: #f9f9f9; /* kasih warna abu tipis misalnya */
}

.select2-results__options {
    height: 300px !important; /* biar dropdown max 300px */
}

.select2-container.select2-custom {
    position: relative !important;
    z-index: auto !important;
}

.modal .select2-dropdown {
    z-index: 99999 !important;
}

#filterTerminal + .select2-container {
    z-index: 1 !important;
    width: 200px;
}

#filterStatus + .select2-container {
    z-index: 1 !important;
    width: 200px;
}
#filterTerminalCuti + .select2-container {
    z-index: 1 !important;
    width: 200px !important;
}

#filterStatusCuti + .select2-container {
    z-index: 1 !important;
    width: 200px;
}

.select2-custom-dropdown {
    max-height: 200px !important;
    overflow-y: auto !important;
}
.container-status-pending {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(22, 27, 34, 0.6);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-approved {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    background-color: #19b259;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-name-approved {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    background-color: rgba(25, 178, 89, 0.15);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-name-pengganti {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    color: #000000;
    background-color: rgba(20, 46, 82, 0.06);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
    line-height: 12px;
    letter-spacing: 0%;
}
.container-status-name-rejected {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    background-color: rgba(237, 26, 47, 0.15);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-rejected {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    background-color: #ed1a2f;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}

.btn-container-blue {
    font-family: Arial;
    backgound-color: #006bb8;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    /* leading-trim: NONE; */
    /* line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFF;
    width: 120px;
    height: 100%;
    text-align: center; */
}
/* Sembunyikan select asli setelah diubah jadi Select2 */
.select2-hidden-accessible {
    display: none !important;
}

.container-status-inventory-pending {
    background-color: rgba(20, 46, 82, 0.06);
    font-weight: 600;
    font-size: 12px;
    color: rgba(22, 27, 34, 0.6);

    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-inventory-request {
    background-color: rgba(255, 161, 0, 0.15);
    font-weight: 600;
    font-size: 12px;
    color: #ffa100;
    gap: 4px;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-inventory-delivered {
    background-color: rgba(25, 178, 89, 0.15);
    font-weight: 600;
    font-size: 12px;
    color: #19b259;
    gap: 4px;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-inventory-sent {
    background-color: rgba(0, 102, 216, 0.15);
    font-weight: 600;
    font-size: 12px;
    color: #0066d8;
    gap: 4px;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-inventory-process {
    background-color: rgba(0, 102, 216, 0.15);
    font-weight: 600;
    font-size: 12px;
    color: #0066d8;

    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}
.container-status-inventory-complete {
    background-color: rgba(25, 178, 89, 0.15);
    font-weight: 600;
    font-size: 12px;
    color: #19b259;

    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
}

.container-total-dropdown {
    background-color: rgba(20, 46, 82, 0.06);
    border-radius: 4px;
    padding: 4px 13px 4px 8px;
}
.angka-total {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: rgba(22, 27, 34, 0.6);
}

/*
.instalation-img{
    width: 520px;
    height: 300px;
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;
}


.zoomable {
    cursor: pointer;
    transition: transform 0.2s;
}

.zoomable:hover {
    transform: scale(1.05);
}

.zoom-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.zoom-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 8px;
}

.zoom-modal .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.zoom-modal .close:hover,
.zoom-modal .close:focus {
    color: #bbb;
    text-decoration: none;
} */

/* style filter inventory  */
.filter-bar-management {
    display: flex;
    align-items: center;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background-color: #f7f8fa;

    font-size: 14px;
    height: 70px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

/* Tiap cell */
.filter-cell2 {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-right: 1px solid #e9ecef;
    background: #fff;
    height: 100%;
    background-color: #f7f8fa;
}

.with-divider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #e9ecef;
}

/* Label bagian kiri (Filter By + icon) */
.filter-label-cell {
    background: #f6f8fa;
    font-weight: 600;
    color: #212529;
    gap: 8px;
}

.icon-filter {
    width: 16px;
    height: 16px;
}

.filter-reset-cell {
    border-right: none;
    justify-content: center;
    font-weight: 600;
    color: #dc3545;
    background: #fff;
}

.filter-reset-cell:hover {
    background-color: #fff5f5;
}

.btn-reset-filter {
    border: none;
    background: transparent;
    color: #dc3545;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 0;
}

.btn-reset-filter:hover {
    color: #b02a2a;
}

.filter-cell {
    border: none !important;
    background: transparent !important;
    height: 32px !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #212529;
    padding-left: 0;
    box-shadow: none !important;
}

.filter-cell {
    color: #212529 !important;
    padding-left: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    top: 100% !important;
}

.select2-container--open .select2-dropdown--above {
    bottom: auto !important;
    top: 100% !important;
}

.with-divider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #e9ecef;
}

#tableBarangShipment td {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
#tableBarangShipment th {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
#tableBarangReqTransferCreate td {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
#tableBarangReqTransferCreate th {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
#tableBarangTransferCreate td {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
#tableBarangTransferCreate th {
    text-align: left !important;
    vertical-align: middle; /* opsional, biar rapi */
}
.btn-update-status {
    background: #19b259;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

/* Hover — sama aja, biar nggak berubah */
.btn-update-status:hover {
    background: #19b259;
    color: #fff;
}

/* Saat tombol disable */
.btn-update-status:disabled {
    background: #93d4a9; /* versi lebih muda */
    color: #fff;
    opacity: 1; /* tetap jelas, tidak pudar */
    cursor: not-allowed;
}

.status-group-list-request {
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 4px;
}

.status-option-list-request {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
}

.status-option-list-request input[type="radio"] {
    accent-color: #1e56a0;
    /* biru */
    width: 18px;
    height: 18px;
    cursor: pointer;

    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
}

.status-option-list-request.pending {
    color: #6c757d;
}

.status-option-list-request.processing {
    color: #1e56a0;
}

.status-option-list-request.completed {
    color: #2e7d32;
}

.status-option-list-request.active.pending {
    background-color: rgba(20, 46, 82, 0.06);
}

.status-option-list-request.active.processing {
    background-color: rgba(0, 74, 173, 0.15);
}

.status-option-list-request.active.completed {
    background: rgba(25, 178, 89, 0.15);
}

/* Style dasar semua pagination */
.pagination .page-item .page-link {
    color: #004aad; /* warna teks normal */
    border: 1px solid #004aad; /* garis tepi */
    background-color: #fff; /* background putih */
    font-weight: 600;
}

/* Saat hover */
.pagination .page-item .page-link:hover {
    background-color: #004aad;
    color: #fff; /* teks putih saat hover */
}

/* Halaman aktif */
.pagination .page-item.active .page-link {
    background-color: #004aad; /* warna hijau aktif */
    border-color: #004aad;
    color: #fff; /* teks putih aktif */
}

/* Tombol disable (Prev/Next kalau di ujung) */
.pagination .page-item.disabled .page-link {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none; /* biar nggak bisa diklik */
    opacity: 0.7;
}

#tb_data_inventory_barang_rusak th {
    text-align: left;
}

#tb_data_inventory_barang_rusak td {
    text-align: left;
    vertical-align: middle;
}

#tb_data_barang_rusak th {
    text-align: left;
}

#tb_data_barang_rusak td {
    text-align: left;
    vertical-align: middle;
}

.daterangepicker {
    top: auto !important;
    bottom: 0 !important;
    /* fix biar posisi dropdown ke bawah */
}
