label{
  font-size: 12px;
}
#admin_pengguna_form .form-control[disabled] {
    background-color: #cacbcd;
    opacity: 1;
    cursor: not-allowed;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.btn-empty-custom{
  background: transparent;
  border: none;
  padding: 0px;
  font-size: 14px;
  margin-right: 5px;
}
.table th, .table td {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.btn.btn-icon {
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    line-height: normal;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.sub-menu.dropdown-menu{
  width: 150px;
}


.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* .checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 40px;
} */
.modal-huge{
  padding-right: 0px;
  background: white;
}
.box-product{
 border: 1px solid #eee;
 padding: 10px;
}

.input-hidden {
   position: absolute;
   left: -9999px;
 }

.navbar .navbar-logo .logo {
  background: none;
}
.navbar .navbar-logo .logo img{
  width: 94px;
}
@media (max-width: 419px){
  .navbar .navbar-logo {
    width: 105px;
  }
  .navbar .navbar-logo .logo img{
    width: 100px;
  }

}
.navbar .navbar-logo {
  height: 54px;
}

.progress-banner {
  background-image: linear-gradient(to right top,#eda201,#ffba26,#ffb820);
}

.icon-cards-row .icon-cards-row-custom .card {
  background: #565454;
}
.icon-cards-row .icon-cards-row-custom .card .lead{
  font-size: 1.6em;
}
.icon-cards-row .icon-cards-row-custom .card-text {
  color: #ffffff;
}
.icon-cards-row .icon-cards-row-custom .lead {
  color: #f9ae0d;
}


.main-section{
  max-width: 700px;
	width:100%;
	margin:0 auto;
	text-align: center;
	padding: 0px 5px;
}
.dashbord{
	width:33%;
	display: inline-block;
	background-color:#34495E;
	color:#fff;
	margin-top: 50px;
}

@media (max-width: 500px){
  .dashbord{
    width:32%;

  }
  .xs-hidden{
      display: none;
  }
  .sms-balance-div{
      margin-left: 5px;
  }
}

.icon-section i{
	font-size: 30px;
	padding:10px;
	border:1px solid #fff;
	border-radius:50%;
	margin-top:-25px;
	margin-bottom: 10px;
	background-color:#34495E;
}
.icon-section p{
	margin:0px;
	font-size: 14px;
	padding-bottom: 10px;
}
.detail-section{
	background-color: #2F4254;
	padding: 5px 0px;
}
.dashbord .detail-section:hover{
	background-color: #5a5a5a;
	cursor: pointer;
}
.detail-section a{
	color:#fff;
	text-decoration: none;
}
.dashbord-green .icon-section,.dashbord-green .icon-section i{
	background-color: #16A085;
}
.dashbord-green .detail-section{
	background-color: #149077;
}
.dashbord-orange .icon-section,.dashbord-orange .icon-section i{
	background-color: #F39C12;
}
.dashbord-orange .detail-section{
	background-color: #DA8C10;
}
.dashbord-blue .icon-section,.dashbord-blue .icon-section i{
	background-color: #2980B9;
}
.dashbord-blue .detail-section{
	background-color:#2573A6;
}
.dashbord-red .icon-section,.dashbord-red .icon-section i{
	background-color:#E74C3C;
}
.dashbord-red .detail-section{
	background-color:#CF4436;
}
.dashbord-skyblue .icon-section,.dashbord-skyblue .icon-section i{
	background-color:#8E44AD;
}
.dashbord-skyblue .detail-section{
	background-color:#803D9B;
}

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

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