body.modal-open {
  overflow: hidden;
}
.nav-active {
  border-bottom: #ffbb33 3px solid;
}
.nav-dashboard-active {
  background-color: #ffbb33;
  font-weight: 400;
  color: white !important;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-regular {
  font-weight: 300;
}
.font-weight-light {
  font-weight: 200;
}
.font-weight-thin {
  font-weight: 100;
}
.hr {
  border-bottom: solid #536dfe 4px;
  width: 30%;
}
.btn {
  border-radius: 5px;
}
#motto {
  font-weight: 100;
  font-size: 29px;
  font-family: "Fira Code iScript";
}
#alasan {
  margin-top: -50px;
  z-index: 10;
}
#landing-img {
  z-index: 100;
  position: absolute;
  height: 550px;
  right: -50px;
  bottom: -155px;
}
footer {
  position: relative;
  width: 100%;
  font-size: 13px;
  bottom: 0;
  color: #fff;
}
#top-main {
  height: 240px;
}
#count-dashboard {
  margin-top: -70px;
}
#main-menu {
  margin-top: -155px;
}
#mdb-preloader {
  animation: ease-in;
  background-color: #19214e !important;
}
#mdb-preloader.loaded {
  opacity: 0;
  transition: 0.3s ease-in 1s;
}

/* 
IMAGE LOGIN DAN REGISTER
*/
#login-register-img {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 
SCROLLBAR
*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #8c9eff;
}
/* 
  HOVER
  EFFECT
*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin-top: 44%;
  background-color: transparent;
  border-radius: 5px;
  background-color: #536dfe;
}

.hovereffect a.info:hover {
  background-color: #3f51b5;
  color: white;
}

.hovereffect a.info {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* 
MEDIA PRINT
*/
@media print {
  @page {
    size: landscape;
    width: auto;
    margin: 1px;
  }
  #navdashboard,
  #no-print {
    display: none;
  }
  body {
    background-color: #fff !important;
  }
  #print {
    display: block !important;
  }
  #print-kwitansi {
    margin-top: -40px;
  }
  table,
  table tr td,
  table tr th {
    font-size: 10px;
  }
}
