.header-baru {
	height: 100px;
}

.hiding {
	display: none;
}

.showing {
	display: block flow;
}

.klik {
  cursor: pointer;
}

.currency {
  text-align: right !important;
}

@media (min-width: 992px) {
	.d-lg-contents {
	    display: contents !important;
	}
}

#loading, #loading-batal, #loading-berjalan, #loading-selesai, #loading-editSub, #loading-semua, #loading-kendaraan, #loading-customer, #loading-bayar, #loading-bayaran, #loading-sj, #loading-detil, #loading-berjalan, #loading-selesai {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal { 
  overflow: auto !important; 
}

#mapid {
  height: 100%;
}

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

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

.user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.user-image-mobile {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.user-image-desktop {
  width: 100px !important;
  height: 100px !important;
}

.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.get-start-card .card-icon {
  background: var(--icon-card-bg, var(--columnia-blue));
  color: var(--icon-card-color, var(--carolina-blue));
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-14);
  margin-bottom: 20px;
}

.get-start-card .card-icon ion-icon {
  font-size: 26px;
  --ionicon-stroke-width: 45px;
}