/* 
css pake ini 
tambahan dari dev
*/

.nav-item:hover+.nav-item .nav-link {
  border-top: 0px !important;
}

a:hover {
  cursor: pointer;
}

table tbody td {
  font-size: 12px;
}

.card {
  border-radius: 20px;
}

.card .card-header {
  border-radius: 20px 20px 0 0;
  background-color: #316ba5;
  color: white;
}

.badge-border-danger {
  color: #d45d5d;
  border: 2px solid #d45d5d;
  background-color: transparent;
  padding: 0.25rem 0.5rem;
}

.text-decoration-underline {
  text-decoration: underline;
}

.nav-link:hover::before {
  border: none;
}

.sidebar #donut-bar {
  display: none;
}

.btn {
  border-radius: 20px !important;
  font-weight: bold;
}

.btn-outline-primary:hover {
  color: white;
}

.line-banner {
  padding: 3px 0px;
  width: 30%;
  background-color: #ffc500;
  border: 1px solid #707070;
}

.hr-2 {
  margin: 2rem 0px;
  height: 1.5px;
  background-color: #9e9e9e;
}

.title h4 {
  font-weight: 700;
  color: #3d3d3d;
}

.btn-back {
  background-color: #7F7F7F;
  color: white;
  padding: 0.5rem 2rem;
}

/* table */
table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #ccc;
  background-color: white;
}

table tbody td {
  font-weight: 500;
}

table tbody td a {
  font-weight: 600;
}

.header-blue thead {
  background-color: #316ba5;
  border-radius: 10px;
}

.header-blue thead tr th {
  color: white;
}

@media (min-width: 992px) {
  .sidebar-icon-only .sidebar #donut-bar {
    display: flex;
  }

  .sidebar-icon-only .sidebar #progressbar {
    display: none !important;
  }
}

.card-header-border {
  padding: 16px;
  border-bottom: 1px solid;
}

.sidebar .nav .nav-item:hover {
  border-bottom: none !important;
}

.navbar-menu-wrapper.bg-white.shadow-sm.d-flex {
  width: 100%;
}


.topMenu {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.router-link-active.topMenu {
  border-radius: 20px;
  padding: 10px 20px;
  background: #316ba5;
  color: #fff;
}

.sidebar .nav.sub-menu .nav-item .nav-link.no-dots {
  padding-left: 10px;
}

.sidebar .nav.sub-menu .nav-item .nav-link.no-dots::before {
  display: none;
}

/* 
akhir css
*/
