.shimmer-wrapper {
  width: 0px;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

.shimmer {
  width: 100%;
  height: 100%;
  animation: shimmer 1s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.modal.from-bottom.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.from-bottom.fade.show .modal-dialog {
  transform: unset;
}

.modal.from-bottom.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.input-style-1 input,
.select-style-1 .select-position select,
.input-style-2 input,
.select-style-2 .select-position select {
  padding: 8px !important;
}

.list-decoration-none {
  list-style-type: none;
}

.input-style-2 .icon {
  padding: 9px !important;
}

.btn-sm {
  padding: 5px 15px;
}

.siswa-list {
  max-height: 400px;
}

.siswa-list>div.siswa-item:hover {
  background-color: grey;
  color: white;
}

.tox-notifications-container {
  display: none;
}

.gridjs-limits {
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.45;
  outline: none;
  padding: 10px 13px;
  margin-top: -4px;
}

button>i {
  pointer-events: none;
}

.select-style-1 {
  margin-bottom: 10px;
}

.input-style-1 {
  margin-bottom: 10px;
}

.input-style-2 {
  margin-bottom: 10px;
}

.rounded-md {
  border-radius: 20px;
}

.header {
  padding: 20px 0;
}

.gridjs-container {
  font-size: small;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.icon-card {

  border-radius: 20px;
}

div.dt-buttons {
  background-color: #6c757d;
  border-radius: 3px;
}

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
  margin-bottom: 3px;
  border-radius: 5px;
}

table.dataTable>tbody>tr>td {
  padding-left: 10px;
}

table.dataTable>tbody>tr>td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

table.dataTable>thead>tr>th {
  text-align: center;
}

table.dataTable>* {
  font-size: 12px;
}

.hide-kelas {
  max-height: 74px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: inset 0 -11px 9px -12px #000000;
  cursor: pointer;
}

table.gridjs-table {
  width: 100% !important;
}

.dataTables_length {
  float: left;
}

.dataTables_filter {
  float: right;
}

#redis-state.active {
  color: green;
}

#redis-state.inactive {
  color: red;
}

#redis-state.off {
  display: none;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* .btn-primary {
  color: #fff;
  background-color: #1d1c1c;
  border-color: #bdbdbd;
}

.primary-btn {
  background: #1d1c1c;
  color: #fff;
}

.danger-btn {
  background: #1d1c1c;
  color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #1d1c1c;
  border-color: #198754;
}

.success-btn {
  color: #fff;
  background-color: #1d1c1c;
  border-color: #198754;
}

.btn-danger {
  color: #fff;
  background-color: #1d1c1c;
  border-color: #871919;
}

.btn-warning {
  color: #fff;
  background-color: #1d1c1c;
  border-color: #768719;
} */

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul {
  padding: none !important;
}

.dt-buttons.btn-group {
  margin-left: 17% !important;
  margin-right: unset !important;
}

div.dataTables_wrapper {
  margin-top: 3% !important;
}

.card-action .blockUI .sk-fold {
  margin: 0 auto;
}
.card-action .blockUI h5, .card-action .blockUI .h5 {
  color: #6f6b7d;
  margin: 1rem 0 0 0;
}

.blockUI.blockOverlay, .blockUI.blockMsg {
  z-index: 1091 !important;
  color: #fff !important;
}
