.data-table th {
  text-align: center;
  font-size: 11px !important;
  font-weight: 700 !important;
}
.data-table td {
  font-size: 12px;
}
.tb-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.tb-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tb-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tb-slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tb-switch input:checked + .tb-slider {
  background-color: #2196f3;
}

.tb-switch input:focus + .tb-slider {
  box-shadow: 0 0 1px #2196f3;
}

.tb-switch input:checked + .tb-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.tb-slider.tb-round {
  border-radius: 34px;
}

.tb-slider.tb-round:before {
  border-radius: 50%;
}

.masterpin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.masterpin .masterpinform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.masterpin .masterpinform h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-botttom: 20px;
}
.sembunyi {
  display: none;
}
.listkustomer li,
.listproduk li,
.listsatuan li {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.listkustomer li:hover,
.listproduk li:hover,
.listsatuan li:hover {
  color: #fff;
  background: #00b4c1;
}
.listkustomer.active,
.listproduk.active,
.listsatuan.active {
  top: 36px;
  left: 5px;
}
.tribox_bg_success,
.tribox_bg_danger,
.tribox_bg_warning,
.tribox_bg_grey {
  padding: 0.27em 0.5em;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 10px;
  background: #28a745;
}
.tribox_bg_warning {
  background: #f47c20;
}
.tribox_bg_danger {
  background: #dc3545;
}
.tribox_bg_grey {
  background: grey;
}
.data-table th,
.data-table td {
  vertical-align: middle;
}
.swal2-container {
  z-index: 999999;
}
.navyblue .card .card-header-primary .card-icon,
.navyblue .card .card-header-primary .card-text,
.navyblue
  .card
  .card-header-primary:not(.card-header-icon):not(.card-header-text),
.navyblue .card.bg-primary,
.navyblue .card.card-rotate.bg-primary .front,
.navyblue .card.card-rotate.bg-primary .back,
.navyblue .brand-text-first,
.navyblue
  [class*='sidebar-light-']
  .nav-treeview
  > .nav-item
  > .nav-link.active,
.navyblue
  [class*='sidebar-light-']
  .nav-treeview
  > .nav-item
  > .nav-link.active:hover,
.navyblue
  aside.sidebar-light-warning
  .nav-sidebar
  > .nav-item
  > .nav-link.active,
.navyblue [class*='sidebar-light-'] .sidebar .nav-link.active {
  background: #000080;
}
.navyblue .main-footer a,
.navyblue .linkcolor {
  color: #000080 !important;
}
.green .card .card-header-primary .card-icon,
.green .card .card-header-primary .card-text,
.green .card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.green .card.bg-primary,
.green .card.card-rotate.bg-primary .front,
.green .card.card-rotate.bg-primary .back,
.green .brand-text-first,
.green [class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active,
.green
  [class*='sidebar-light-']
  .nav-treeview
  > .nav-item
  > .nav-link.active:hover,
.green aside.sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active,
.green [class*='sidebar-light-'] .sidebar .nav-link.active {
  background: #3cb043;
}
.green .main-footer a {
  color: #3cb043 !important;
}
.tokoaktif .select2-container--default[style*='width'] {
  width: 200px !important; /* Set your desired width here */
}
.jumpfaktur {
  position: relative;
}
.jumpfaktur i {
  position: absolute;
  right: 35%;
  bottom: 8px;
  cursor: pointer;
}
