.btn-with-loader{
  position: relative;
}
.btn-with-loader.loading{
  pointer-events: none;
  cursor: not-allowed;
}
.btn-with-loader.loading span{
  opacity: 0;
}
.btn-with-loader i.fa-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  animation: spin 1.3s linear infinite;
  opacity: 0;
}
.btn-with-loader.loading i.fa-spinner {
  opacity: 1;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.dashboard-item-1 tr td {
  font-size: 14px;
}
.dashboard-item-overview .card-body{
  padding: 1.93rem 1.25rem;
}
i.fa-spinner.animate {
  animation: spin 1.3s linear infinite;
}
.separator{
  width: 100%;
}
h1.overview-title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.color-white{
  color: #fff !important;
}

table#tabel-pembayaran tbody tr.checked {
  background: rgba(0, 0, 0, 0.05);
}

table#tabel-pembayaran thead th {
  vertical-align: middle;
}

#button-tanggal-bayar{
  background: #fefefe;
  border-color: #eee;
  color: #000;
  z-index: 2;
  position: relative;
}
#button-tanggal-bayar:hover{
  background: #eee;
  border-color: #ddd;
}
/* #button-tanggal-bayar::before{
  content: "\f0ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
} */
#button-tanggal-bayar::after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
#all-tanggal-bayar{
  position: absolute;
  width: 0px;
  bottom: 100%;
  opacity: 0;
  height: 0px;
  right: 0px;
}

.input-on-table{
  padding: 6px;
  line-height: 1;
  height: auto;
  font-size: 14px;
}

.helper-on-table{
  font-size: 11px;
  color: #555;
  font-style: italic;
}

.arrow-paw{
  position: relative;
  font-size: 10px;
  line-height: 1;
  top: -2px;
  margin: 0px 2px;
}

#overview-per-tahun{
  height: 326px !important;
}

@media screen and (max-width: 575px){
  .margin-mobile-1 {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 360px){
  .dashboard-item-1 .card-header h3 {
    width: calc(100% - 60px);
  }
}