@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  *{
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }
body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}
/* navbar style */
 .navbar{
    background-color: #0C1E33;
  }

  /* text-brand */
  .text-brand{
    color: #ffff;
    font-size: 16px;
  }

  .date{
    margin-top: 10px;
    font-size: 15px;
  }
/* Sidebar */
.sidebar {
  background-color: #0C1E33;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 390px;
  z-index: 600;
}
/* sidebar hidden style */
 #sidebarMenu {
        transition: all 0.3s ease;
    }

    #sidebarMenu.hidden {
        margin-left: -260px;
        /* sembunyikan sidebar */
    }

    .sidebutton {
        margin-left: 5px;
        background:none;
        border: none;
        color: #ffff
        ;
    }
    .sidebutton_mobile{
      display: none;  
    }

   
@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/* sidebar navigation */
 .list-group-item{
    color: #ffffff !important;
    
  }
  .list-group-item:hover{
    color: black !important;
    border-radius: 4px;
  }
  .brand{
    width:122px !important;
    margin-bottom: 3px;

  }
  .text-brand{
    color: #ffffff;
  }
  .feature{
    color:#ffffff;
    font-size: 15px;
  }
    .feature:hover{
    color:#000000;
    width: 75%;
    background-color: white;
    border-radius: 4px;
  }
 .actived{
    color:#000000;
    width: 75%;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
  }
  
/* section page */
/* Saat sidebar aktif */
/* Full fullscreen */
.fullscreen {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    padding: 0;
    z-index: 1000;
    background-color: white;
    overflow: auto;
    transition: all 0.3s ease;
}

/* Fullscreen tapi dengan space sidebar */
.fullscreen-with-sidebar {
    margin-top: 58px;
    position: fixed;
    top: 0;
    left: 300px; /* lebar sidebar */
    width: calc(100vw - 280px);
    height: 100vh;
    margin: 0 !important;
    padding: 0;
    z-index: 1000;
    background-color: white;
    overflow: auto;
    transition: all 0.3s ease;
}

/* section */
   .section {
      display: none;
      width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .section.active {
      display: block;
    }




    /* table */
     .table-wrapper {
      max-height: 500px;
      overflow-y: auto;
      overflow-x: auto;
    }

    thead th {
      position: sticky;
      top: 0;
      background-color: #f8f9fa;
      z-index: 10;
      text-align: center;
    }

    table {
      min-width: 1200px; /* adjust for wide content */
    }

    .table td, .table th {
      white-space: nowrap;
      font-size: 11px;
    }

    .btn-icon {
      border: none;
      background: none;
    }
    .note-id{
      font-size: 10px;
    }
    .nav-group-sm{
          display: none;
        }
            .nav-group-lg{
          display:block;
        }
/*mobile responsive */
 @media (max-width: 991.98px) {
        #sidebarMenu.hidden {
            margin-left: 0;
            /* biarkan MDB collapse handle untuk mobile */

            display: none;
        }
        .rma{
          margin-top: 1rem;
        }
        .sidebutton {
            display: none;
        }
        .sidebutton_mobile{
            display: block;
             margin-left: 5px;
        background:none;
        border: none;
        color: #ffff
        ;
        }
        .nav-group-lg{
          display: none;
        }
        .nav-group-sm{
          display: block;
        }
        .welcome{
font-size: 10px;
        }
        .welcome-name{
font-size: 10px;
        }
        .live-clock{
         font-size: 8px; 
        }
          .sidebar {
    width: 100%;
  }
  .sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.navbar-brand{
    width: 5px;
}
.date{
    display: none;
}
.navbar-toggler{
    color: #ffff;
}
.fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    z-index: 1000;
    background-color: white;
    overflow: auto;
    transition: all 0.3s ease;
}
.sidebar {
  background-color: #0C1E33;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 400px;
  z-index: 600;
}

.report-master{
  font-size: 12px;
}
}
/* pagination style */

.pagination-qr .page-item .page-link {
  color: #333;
  border: none;
  background: #f0f0f0;
  margin: 0 3px;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.pagination-qr .page-item .page-link:hover {
  background: #e2e6ea;
}

.pagination-qr .page-item.active .page-link {
  background: #007bff;
  color: white;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.6);
}

.pagination-rma {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 6px;
}

/* pagination style */

.pagination-rma .page-item .page-link {
  color: #333;
  border: none;
  background: #f0f0f0;
  margin: 0 3px;
  border-radius: 50px !important;
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}

.pagination-rma .page-item .page-link:hover {
  background: #e2e6ea;
}

.pagination-rma .page-item.active .page-link {
  background: #007bff;
  color: white;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.6);
}

.pagination-rma {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 6px;
}

.pagination-staging {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.25rem;
}

.pagination-staging .page-item {
  display: inline-block;
}

.pagination-staging .page-link {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  background: #fff;
}

.pagination-staging .page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination-staging .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}




















