body {
  width: 100%;
}
.bg {
  background-color: #f2f4ff;
}
.pointer {
  cursor: pointer !important;
}
@keyframes blink {
  50% {
    color: transparent;
  }
}
.loader__dot {
  animation: 1.5s blink infinite;
}
.loader__dot:nth-child(2) {
  animation-delay: 300ms;
}
.loader__dot:nth-child(3) {
  animation-delay: 600ms;
}
.loader__dot:nth-child(4) {
  animation-delay: 900ms;
}
.loader__dot:nth-child(5) {
  animation-delay: 1200ms;
}
/* .modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} */
.loading {
  background-color: rgba(255, 255, 255, 0.516);
  height: 100%;
  width: 100%;
  /* opacity: 50%; */
  position: absolute;
  text-align: center;
  z-index: 100;
  min-height: 100px;
}
.loading .p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
}

.l-modal {
  top: 40%;
  min-width: 100px;
  max-width: 100px;
}

.fnt14 {
  font-size: 14px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}

th,
td {
  /* text-align: left !important;
  padding-left: 15px !important;
  padding-right: 15px !important; */
  font-size: 14px !important;
}

.card-a {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(0, 101, 178, 0.1);
  border-radius: 20px;
  border: none;
}
.h-xs {
  height: 30px !important;
}
.text-filter {
  background-color: white !important;
}
.tcenter {
  text-align: left;
}
.card-b {
  background: #ffffff;
  border: none;
  border-radius: 10px;
}
.login-box {
  left: 137px;
  top: 191px;
}
.pointer {
  cursor: pointer;
}
.m-layout {
  margin-top: 80px;
}
.btn-a {
  background: #0065b2;
  border-radius: 10px;
  height: 50px;
}

.btn-info {
  background: #14abba !important;
}

.btn-danger {
  background: #f8446f !important;
}

.text-info {
  color: #0065b2 !important;
}

.text-stock {
  color: #000 !important;
  font-family: 'Nunito';
  font-weight: 900 !important;
}

.text-danger {
  color: #f8446f !important;
}

.ltext {
  height: 50px;
}

.text-orange {
  color: #ff9428 !important;
}

.form-control {
  background-color: #f4f4f4;
  font-size: 16px;
  border-radius: 10px;
}

.filter-text {
  background-color: white;
  font-size: 16px;
  border-radius: 10px;
}

.logo {
  width: 200px;
  height: 24.53px;
  left: 30px;
  top: 23px;
}

.content {
  width: 90%;
  position: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-heading {
  color: #454545 !important;
  font-weight: 600;
}
.r0 {
  border-radius: 0px !important;
}
.r8 {
  border-radius: 8px !important;
}
.r10 {
  border-radius: 10px !important;
}
.r20 {
  border-radius: 20px !important;
}
.label.radio-primary {
  cursor: pointer;
}
label.radio-primary input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
label.radio-primary span {
  padding: 7px 35px;
  border: 1px solid #ababab;
  border-radius: 20px;
  display: inline-block;
  color: #ababab;
}
label.radio-primary input:checked + span {
  border-color: #0065b2;
  background-color: #0065b2;
  color: white;
}
.filter-box {
  background: #ffffff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.of-scroll {
  overflow: scroll;
}

.vertikal-line {
  border-left: 1px #dadada solid;
  height: auto;
  width: 2px;
  display: inline-block;
}

.label.tab-stockinfo {
  cursor: pointer;
}
label.tab-stockinfo input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
label.tab-stockinfo span {
  padding: 7px 35px;
  /* border: 1px solid #ABABAB; */
  border-radius: 20px;
  display: inline-block;
  color: #ababab;
}
label.tab-stockinfo input:checked + span {
  border-color: #0065b2;
  background-color: #0065b2;
  color: white;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
  opacity: 1; /* Firefox */
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f12 {
  font-size: 12px;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.5em;
  max-width: 1000px;
  white-space: nowrap;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  opacity: 0;
}

.m-navbar {
  display: none;
}
/*
  body {
    position: relative;
    overflow-x: hidden;
} */
body,
html {
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 280px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 280px;
  width: 0;
  height: 100%;
  margin-left: -280px;
  overflow-y: auto;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 280px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -280px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li:first-child a {
  color: #fff;
  background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 1;
}

/*-------------------------------*/
/*            Toggle EYE         */
/*-------------------------------*/
.toggleEye {
  background: none;
  border: none;
  color: #337ab7;
  /*display: none;*/
  /*font-size: .9em;*/
  font-weight: 600;
  padding: 0.4em;
  position: absolute;
  right: 0.75em;
  top: 0.8em;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 768px) {
  .toggleEye {
    padding: unset;
    top: 1em;
  }
}

.flBtn {
  position: fixed;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
}
.flBtn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
  position: absolute;
  visibility: hidden;
}

.flBtn-position-br {
  bottom: 60px;
  right: 40px;
}
.flBtn input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.flBtn input:checked ~ ul {
  visibility: visible;
}
.flBtn input:checked ~ ul li {
  visibility: visible;
  opacity: 1;
}

.flBtn input:hover + a {
  color: #fff;
  background: #0066b3;
}
.flBtn input:hover + a[tooltip]:before {
  visibility: visible;
  opacity: 1;
}
.flBtn a {
  position: relative;
  z-index: 2;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background: #0066b3;
  color: #ffffff;
  transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
.flBtn a:hover {
  color: #fff;
  background: #0066b3;
}
.flBtn ul li {
  display: inline-block;
  margin: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.flBtn [tooltip]:before {
  position: absolute;
  content: attr(tooltip);
  visibility: hidden;
  opacity: 0;
  padding: 0 10px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  transition: all 0.5s;
}
.flBtn [tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

.flBtn-size-medium a {
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 8px !important;
}
.flBtn-size-medium ul a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.flBtn-size-medium [tooltip]:before {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.flBtn-position-br [tooltip][data-role]:before {
  right: 100%;
  bottom: 100%;
}
.flBtn-position-br .flBtn-first {
  right: 50%;
  transform: translateX(50%);
  bottom: 100%;
}
.flBtn-position-br .flBtn-first [tooltip]:before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
.flBtn-position-br .flBtn-second {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.flBtn-position-br .flBtn-second [tooltip]:before {
  right: 100%;
  bottom: 100%;
  margin-bottom: 5px;
}
.custom-select-checkbox {
  position: relative;
  width: 100%;
}

.custom-select-checkbox button {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white; /* Tetap berwarna putih */
  color: #333;
  border: 1px solid #ced4da;
}

.custom-select-checkbox button:hover,
.custom-select-checkbox button:focus,
.custom-select-checkbox button:active {
  background-color: white !important; /* Tetap putih saat di-hover atau ditekan */
  color: #333 !important;
  border: 1px solid #a1cbef !important;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); /* Hilangkan shadow */
}

.custom-select-checkbox .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
}

.custom-select-checkbox .dropdown-item {
  padding: 0px 10px;
  cursor: pointer;
  display: flex;
  font-size: 0.688rem;
  align-items: center;
}

.custom-select-checkbox .dropdown-item input[type='checkbox'] {
  margin-right: 8px;
}

.switch-custom-21398 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 0;
}

/* Kotak latar belakang switch-custom-21398 */
.switch-custom-21398 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Latar belakang switch-custom-21398 */
.slider-custom-21398 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 25px;
}

/* Titik switch-custom-21398 */
.slider-custom-21398::before {
  position: absolute;
  content: ''; /* Ikon X saat tidak dicentang */
  display: flex; /* Agar konten di tengah */
  background-image: url('/img/xvolume.png');
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3.5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.switch-custom-21398 input:checked + .slider-custom-21398::before {
  background-image: url('/img/volume.png'); /* Gunakan URL relatif */
  transform: translateX(24px);
}

/* Ketika switch-custom-21398 diaktifkan */
.switch-custom-21398 input:checked + .slider-custom-21398 {
  background-color: rgb(35 102 180);
}

.icon-select-container {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.icon-selected {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid rgb(35 102 180);
  border-radius: 5px;
  object-fit: cover;
  transition: 0.3s;
}

.icon-dropdown {
  position: absolute;
  top: 0;
  left: 40px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 3px;
  border-radius: 10px;
  z-index: 10;
}

.icon-dropdown img {
  width: 35px;
  height: 35px;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.3s;
}
.icon-dropdown-indicator {
  height: 7px;
  width: 7px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-radius: 0 0 2px 0;
  border-right: 1px solid #7c7c7ce3;
  border-bottom: 1px solid #7c7c7ce3;
}

.icon-dropdown img:hover {
  border: 2px solid #007bff;
  transform: scale(1.1);
}

.icon-dropdown.show {
  display: flex;
}

/* Chart Button Preset Style */
.id_work_days::-moz-focus-inner {
  border: 0;
}
.id_work_days::-moz-focus-inner {
  border: 0;
}
.id_work_days:focus {
  outline: none;
}
.id_work_days {
  width: 30px;
  height: 30px;
  border: rgb(35 102 180) solid 1px;
  border-radius: 5px;
  margin-right: 5px;
  color: #2366b4;
  overflow: hidden;
  padding: 0px 0px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
.id_work_days:focus {
  background-color: rgb(35 102 180);
  color: rgb(239 239 239);
  border: rgb(35 102 180) solid 1px;
}
.focus {
  background-color: rgb(35 102 180);
  color: rgb(239 239 239);
  border: rgb(35 102 180) solid 1px;
}

@media (max-width: 768px) {
  .image-not-found, .rounded-image {
    height: 40px;
    width: 40px;
  }
  .id_work_days {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .icon-select-container {
    width: 25px;
    height: 25px;
  }
  .slider-custom-21398::before {
    left: 2;
  }

  /* Pindahkan titik switch-custom-21398 ke kanan saat diaktifkan */
  .switch-custom-21398 input:checked + .slider-custom-21398::before {
    transform: translateX(14px);
  }

  .switch-custom-21398 {
    width: 40px;
  }

  .icon-dropdown {
    top: 9px;
    left: 31px;
  }

  .icon-dropdown img {
    width: 30px;
    height: 30px;
  }
  .rounded-image, .image-not-found{
    width: 40px !important;
    height: 40px !important;
  }
}

.nav-stock-info-container {
  display: flex;
  justify-content: left; /*  option*/
  white-space: nowrap;
  overflow-x: auto;
  background-color: #f8f9fa;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-stock-info-item {
  padding: 10px 25px;
  color: rgb(161, 161, 161);
  text-decoration: none;
  /* flex: 0 0 auto;*/
  flex: 1;
  text-align: center;

  border-bottom: 2.5px solid rgb(177, 172, 172);
}
.nav-stock-info-item.active {
  color: rgb(99, 99, 99);
  border-bottom: 2.9px solid #14abba !important;
  font-weight: 700;
}

.rounded-image {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.2);
}

.image-not-found {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #fbba9b;
  color: #ffffff;
  font-size: 11px;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.2);
}

.btn-outline-info-custome {
  background-color: transparent;
  color: #14abba;
  border: 1px solid #14abba;
  border-radius: 5px;
}
.btn-outline-info-custome:hover {
  background-color: #14abba;
  color: #ffffff;
}


.full-cover-image {
  object-fit: contain; 
  display: block;
  max-width: 100%;
}