body,
.modal-body,
.modal-footer {
  font-size: 0.875rem;
  background-color: #eeedff;
}
body {
  padding-bottom: 4rem;
}
.hvr-icon {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #736fbc;
}

@media (max-width: 767.98px) {
  /* .sidebar {
    top: 5rem;
  } */
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: whitesmoke;
}

.sidebar .nav-link .hvr-icon {
  margin-right: 4px;
  color: #38356e;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .hvr-icon,
.sidebar .nav-link.active .hvr-icon {
  color: #ffcd6e;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: #38356e;
  color: #fff;
}

/*
 * Navbar
 */

.navbar,
.modal-header {
  background-color: #38356e;
  color: #ffcd6e;
}
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); */
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* More */
.page-item .page-link {
  color: #fff;
  background-color: #736fbc;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #38356e;
  border-color: #38356e;
}

.table {
  border-color: #8a83e0;
}

.jbt {
  background-color: #c9c6fb;
  margin: auto;
  padding: 2rem;
  border-radius: 3px;
}

.bg-main {
  background-color: #eeedff;
}
#modalDetailAst .modal-body h6,
.dolor-pp,
label {
  color: #38356e;
}


.bg-pp {
  background-color: #38356e;
}

.bg-p {
  background-color: #8a83e0;
}
.bg-y {
  background-color: #ffcd6e;
}
.bg-r {
  background-color: #d4464a;
}
.bg-b {
  background-color: #3da0b9;
}
.tx-p {
  color: #8a83e0;
}
.tx-y {
  color: #ffcd6e;
}
.tx-r {
  color: #d4464a;
}
.tx-b {
  color: #3da0b9;
}

thead {
  background-color: #8a83e0;
  color: #37356c;
}

/* button */
.btn-submit {
  background-color: #3da0b9;
  color: white;
  border-color: #3da0b9;
}

.btn-submit:hover {
  background-color: #2b8ba3;
  color: white;
  border-color: #2b8ba3;
}

.btn-r {
  background-color: #ff5e63;
  color: white;
  border-color: #ff5e63;
}

.btn-r:hover {
  background-color: #d4464a;
  color: white;
  border-color: #d4464a;
}
.btn-y {
  background-color: #ffcd6e;
  color: white;
  border-color: #ffcd6e;
}

.btn-y:hover {
  background-color: #d8a84f;
  color: white;
  border-color: #d8a84f;
}
.btn-pp {
  background-color: #b4b0eb;
  color: white;
  border-color: #b4b0eb;
}

.btn-pp:hover {
  background-color: #8c82e2;
  color: white;
  border-color: #7369d3;
}
.btn-ppp {
  background-color: #736fbc;
  color: white;
  border-color: #736fbc;
}

.btn-ppp:hover {
  background-color: #38356e;
  color: white;
  border-color: #38356e;
}
