.img-captcha {
  	border-radius: 30px;
  	margin-bottom: 10px;
}
.loader {
    display: inline-block;
    position: fixed;
    left: 47%;
    top: 50%;
}

.gif-loader {
    width: 40%;
}

.text-danger {
	font-size: 11px;
}

.dokumen-informasi {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.card-navigation {
	float:right;
}

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

.mt-min-1 {
  margin-top: -16px;
}

.notification-forget {
  margin-top: 5rem !important;
}

/*Select2*/
.select2-container .select2-selection--single {
  height: 36px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

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

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

.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;
}

.btn-submit, .btn-print, .btn-export {
  width: 95%;
}