/* @media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0rem !important;
    }
} */

/*BLOCK FONT SEMUA BODY*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
  background-color: transparent !important;
  color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

.dark-mode .card,
.dark-mode .info-box {
  box-shadow:
    0 0 8px 1px #637266,
    -1px 1px 0px rgba(0, 0, 0, 0.2);
}
.card, .info-box {
  box-shadow: 0 0 3px 0px #637266, -1px 1px 0px rgba(0, 0, 0, 0.2)
}
.limit,
.cari,
.tambah {
  height: 30px;
}

.table th,
.table td {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  border-bottom: 1px solid #1c1b1b;
  border-top: 1px solid #1c1b1b;
  border-left: 0px;
  border-right: 0px;
}

.dark-mode .table th,
.dark-mode .table td {
  border-bottom: 1px solid #e2dddd;
  border-top: 1px solid #e2dddd;
  border-left: 0px;
  border-right: 0px;
}

.page-link {
  /*padding-top: 2px;*/
  /*padding-bottom: 2px;*/
  padding: 2px 3px;
}

.checkbox-scroll {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  padding: 8px;
  overflow-y: scroll;
}

/* Default satu kolom */
.cekboxkudewe {
  width: 50%;
}

/* Ukuran medium (sm) menjadi satu kolom */
@media (min-width: 576px) {
  .cekboxkudewe {
    width: 100%;
  }
}

/* Ukuran large (lg) menjadi dua kolom */
@media (min-width: 768px) {
  .cekboxkudewe {
    width: 50%;
  }
}

/* Ukuran extra-large (xl) menjadi tiga kolom */
@media (min-width: 992px) {
  .cekboxkudewe {
    width: 33.33%;
  }
}

/* Ukuran extra-large (xl) menjadi 4 kolom */
@media (min-width: 1200px) {
  .cekboxkudewe {
    width: 25%;
  }
}
.custom-select,
.form-control {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 30px;
}

input[type="file"] {
  padding: 0px;
  height: 30px;
}
.modal-body,
.modal-footer,
.modal-header {
  border: 0px;
}

#formEdit,
#formTambah {
  box-shadow: inset 0px 0px 4px 4px #000000;
  border: 5px solid #094781;
}

.dark-mode #formEdit,
.dark-mode #formTambah {
  box-shadow: inset 0px 0px 4px 4px #ffffffff;
  border: 5px solid #0b2741;
}

.dark-mode .monitor-frame {
  box-shadow: inset 0px 0px 4px 4px #ffffffff;
  border: 5px solid #333b4263;
}
.monitor-frame {
  box-shadow: inset 0px 0px 4px 4px #000000;
  border: 5px solid #094781;
}
/* .monitor-frame {
  background: #0f1a24; 
  border-radius: 8px;

  
  box-shadow:
    inset 0 4px 8px rgba(0,0,0,0.6),
    inset 0 -2px 4px rgba(255,255,255,0.05);

  padding: 20px;


  border: 4px solid #1c2b36;
}


.monitor-frame .card,
.monitor-frame .form-control {
  background-color: #ffffff;
} */

/* .monitor-frame {
  background: linear-gradient(145deg, #0c141c, #1a2b38);
  border-radius: 10px;

  box-shadow:
    inset 0 6px 12px rgba(0,0,0,0.8),
    inset 0 -3px 6px rgba(255,255,255,0.08),
    0 4px 10px rgba(0,0,0,0.4);

  padding: 25px;
  border: 5px solid #14202b;
}*/
/* .monitor-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: inset 0 0 25px rgba(0,0,0,0.8);
}  */