.header-baru {
	height: 100px;
}

.hiding {
	display: none;
}

.showing {
	display: block flow;
}

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

#loading {
  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; 
}