body.loading {
  overflow: hidden;
}

body.loading .preloader-custom {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  /* filter: alpha(opacity=40); */
}

#loadingGif {
  display: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
  pointer-events: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-content {
  background-color: #eee;
}

.warna-kuning {
  background-color: #fff6bd !important;
}

.full-table {
  width: 100% !important;
}

.kontener {
  background-color: #fff;
  padding: 1.5rem;
  max-width: 1500px;
}

.kartu-head {
  padding: 1rem 1.5rem;
  background-color: #fff;
}

.glasscard {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20%;
  padding-top: 3em;
}

.glassform {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}

.logologin {
  position: absolute;
  top: -80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 140px;
}

.glassform:focus {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: none;
  box-shadow: none;
  color: white;
}

.daftarmitra {
  text-decoration: none;
}

.dropzone {
  background: #fff;
  border: 2px dashed #ddd;
  border-radius: 5px;
}

.dz-message {
  color: #999;
}

.dz-message:hover {
  color: #464646;
}

#konten {
  height: 400px;
}
