body {
  font-family: 'Poppins', arial, 'sans-serif';
}

.portal-header-shadow {
  -webkit-box-shadow: 0px 3px 5px rgba(136, 136, 136, 0.5);
          box-shadow: 0px 3px 5px rgba(136, 136, 136, 0.5);
}

.card {
  -webkit-transition: .3s;
  transition: .3s;
}

.card:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(136, 136, 136, 0.5);
          box-shadow: 3px 3px 5px rgba(136, 136, 136, 0.5);
}

.card-kelas h2 {
  color: #212529;
}

.login-heroes {
  max-width: 100%;
}

.show-password {
  cursor: pointer;
}

form#login-form h4 {
  text-align: center;
  padding-bottom: 15px;
}

.profile img {
  cursor: pointer;
}

.profile .dropdown-menu {
  left: -250px !important;
  width: 300px;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

table.table-hover tbody tr:hover {
  background-color: rgba(0, 119, 255, 0.3) !important;
  cursor: pointer;
}

table.table-hover tbody tr.selected {
  background-color: rgba(0, 119, 255, 0.3);
}

@media screen and (max-width: 991px) {
  header .col-lg-11 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portal-header header img {
    margin-left: 0 !important;
  }
  footer .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .logo-kelas {
    max-width: 70%;
  }
  .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile .dropdown-menu {
    left: 0px !important;
  }
  .menu-bar {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .logo-kelas {
    max-width: 100%;
  }
  .logo-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 486px) {
  .ham-btn {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Animation */
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*# sourceMappingURL=style.css.map */