.bg-transparent {
  background: transparent;
}

.border-0 {
  border: none;
}

.no-shadow {
  box-shadow: none !important;
}
.custom-user-dropdown {
  border-bottom: 1px solid #4f5962;
}

.custom-user-dropdown .dropdown-toggle {
  position: relative;
}

.custom-user-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
}

.custom-user-dropdown .dropdown-menu.show {
  width: auto;
  left: 50% !important;
  background: #17a2b8;
  ;
}

.custom-user-dropdown .dropdown-menu.show:hover {
  width: auto;
  left: 50% !important;
  background: #0d7080;
  ;
}

.custom-user-dropdown .dropdown-menu.show a {
  color: #ffffff;
  font-weight: 700
}

.custom-user-dropdown .dropdown-menu.show a:hover {
  background: transparent;
}

@media  (min-width: 1024px) {

  .custom-sidebar {
    top: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    min-height: auto !important;
    height: auto;
    border-radius: 10px;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-header,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 5.5rem!important
  }

  .content-wrapper,
  .main-header,
  .main-footer {
    margin-left: 260px !important;
  } 
}

/* LOGIN */
.carousel-container {
  width: 100%;
  height: 100vh; /* Mengisi seluruh tinggi layar */
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  /* display: flex; */
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.carousel-slide img.active {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  object-fit: cover;
  opacity: 1;
}

.cus-ekm {
  position: fixed;
  z-index: 9;
}
.layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.select2-container--default .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff !important;
}
/* LOGIN */