/* CUSTOMIZE DATATABLE */

.page-item.active .page-link {
  background-color: #f6c23e !important;
  border: 1px solid #f6c23e;
}
.page-link {
  color: black !important;
}

/* END CUSTOMIZE */

/* AUTH LOGIN */

.bg-auth {
  background-image: url("../img/bg-outlet.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-content .card-body .bg-login {
  background-image: url("../img/unsplash2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-content {
  height: auto;
}

/* END AUTH LOGIN */

/* PAGE ROLES */

.checkbox-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
}

/* END PAGE ROLES */

/* PAGES NEWS */

.ckeditor {
  height: 600px;
}

/* END PAGE NEWS */

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* AUTH LOGIN */

  .auth-content {
    height: auto;
    margin-top: 160px;
  }

  /* END LOGIN AUTH */

  /* HOME */

  .home .landing {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home .landing img {
    margin-top: 50px;
    width: 1000px;
  }

  /* STORY */

  .story-board button {
    width: 160px;
    margin: 5px 0px;
  }

  /* END STORY */

  /* REVIEWER PROFILE */

  .sampul-color {
    background-image: url("../img/bg-profile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
  }

  .image-profile {
    margin-top: -80px;
  }

  .image-profile img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 0px 10%;
  }

  /* END REVIEWER PROFILE */
}
