.text-danger, .text-white {
  font-size: .75rem;
  font-weight: 600;
}

.card-login {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-komplain h3 {
  font-size: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.card-totalkomplain h3 {
  font-size: 1rem;
  padding-top: .5rem;
}

.sidebar-dark .nav-item .nav-link {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.sidebar-dark .nav-item .nav-link i {
  width: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.sidebar-dark .sidebar-profile .img-profile {
  width: 4rem;
}

.login-box {
  padding: 1rem 1.5rem;
}

.login-box .img-captcha {
  border-radius: 2rem;
  margin-bottom: .5rem;
}

.login-box .form-group {
  margin-bottom: .75rem;
}

.login-box .form-group .form-control-user {
  padding: 1.2rem 1rem;
}

.card .card-header .card-navigation {
  text-align: right;
}

.select2-container .select2-selection--single {
  padding-left: 4px;
  height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #535353;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.loader {
  display: inline-block;
  position: fixed;
  left: 47%;
  top: 50%;
}

.loader .gif-loader {
  width: 40%;
}

.form-group .btn-tambah-departemen, .form-group .btn-hapus-departemen {
  margin-top: 2rem;
}

.dataTable th {
  background-color: cornflowerblue;
  color: white;
  vertical-align: top;
}

#dataTable2 th {
  background-color: cornflowerblue;
  color: white;
  vertical-align: top;
}

.form-group .iuran-grade {
  text-align: right;
}

.modal-xlg {
  max-width: 1024px;
}

/*.modal-body {
    height: 22rem;
}*/
@media (min-width: 992px) {
  #modaBodyViewConsumen, #modaBodyAddConsumen {
    height: 380px;
    overflow-y: scroll;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  #modaBodyViewConsumen, #modaBodyAddConsumen {
    height: 700px;
    overflow-y: scroll;
  }
}

@media (max-width: 767.9px) {
  #modaBodyViewConsumen, #modaBodyAddConsumen {
    height: 720px;
    overflow-y: scroll;
  }
}
/*# sourceMappingURL=myadmin.css.map */