.auth .auth-form-light {
  background: rgb(238 0 0 / 1%) !important;
  color: rgb(29, 29, 29);
  transition: 0.5s;
}

.auth .auth-form-light:hover {
  background: rgb(26, 26, 26) !important;
  color: rgb(255, 255, 255);
  border-radius: 20px;
}

.content-wrapper {
  background: rgb(233, 226, 226) !important;
}

.auth form .form-group .form-control {
  border-radius: 10px !important;
  background: #ebedf2 !important;
  transition: 0.5s;
}

.auth form .form-group:hover .form-control {
  background: rgb(233, 226, 226) !important;
}

.form-control {
  padding: 0.94rem 1.375rem !important;
}

.form-control:hover {
  padding: 0.94rem 1.175rem !important;
}

.loginbtn {
  background: rgb(219 23 23) !important;
  color: white;
  border: none;
  border-radius: 20px;
  transition: 0.5s;
  padding: 3vh 7vh;
}

.loginbtn:hover {
  background: rgb(219 23 23) !important;
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  padding: 3vh 8vh;
}

.form-control {
  color: rgb(255, 0, 0) !important;
  font-weight: bold !important;
}

.footer {
  padding: 15px 1rem !important;
}

.page-title {
  color: white !important;
  font-family: sans-serif !important;
}

.breadcrumb .breadcrumb-item.active {
  color: white !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link .fas::before {
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #a2a2a2;
  font-size: 0.75rem;
}

.sidebar .nav.sub-menu .nav-item .nav-link i.fas::before {
  content: none; /* Remove the existing Material Design Icons content */
}

.sidebar .nav.sub-menu .nav-item .nav-link i.fas.fa-inbox::before {
  content: "\f01c"; /* Unicode for the Font Awesome inbox icon */
}

.sidebar .nav.sub-menu .nav-item .nav-link i.fas.fa-sign-out-alt::before {
  content: "\f2f5"; /* Unicode for the Font Awesome sign-out-alt icon */
}

.form-control-cari {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-cari:hover {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-cari {
  border: none;
  background: rgb(11, 11, 85) !important;
  color: white;
  padding: 7px 10px;
  border-radius: 20px;
}

.menu-icon {
  color: rgb(11, 11, 85) !important;
}

.sidebar .nav .nav-item .nav-link .menu-title {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif !important ;
}
