/* TABLE */
.table th, .table td {
  font-size: 12px;
}

.nowrap-w-1 {
  width: 1%;
  white-space: nowrap;
}

/* SPINNER */
.block-ui-template {
  position: fixed !important;
}

.loader-img {
  position: fixed !important;
}

/* BUTTON */
.btn-xs {
  padding: 3px 5px 4px;
  font-size: 10px;
  line-height: 1;
}

/* MODAL */
.modal {
  z-index: 9999;
}

.modal-xl {
  max-width: 95%;
}

.bg-yellow {
  background-color: #ebf429 !important;
}

.bg-red {
  background-color: #ff6e6e !important;
}

#tab-body .nav-tabs .nav-link.active {
  background-color: #d2d881;
  color: #000000;
  font-weight: 500;
  letter-spacing: -.1px;
}

.modal-evaluasi .modal-xl {max-width: 98%;}

.table-responsive{
  min-height: 150px !important;
}

.no-fixed-table tbody th{
  color: #000;
  background: #ddde7e;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

.swal2-container {
  z-index: 9999 !important;
}

.no-box-shadow{
  box-shadow: none !important;
}
.hr-bold {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}
.bd-box {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.baseline{
  align-content: baseline;
}
.lh-initial{
  line-height: initial;
}
.block-ui__element{
  position: unset !important;
}