/* tombol aksi datatable */
#datatable-fixed .dropdown-menu.show,
.dataTable .dropdown-menu.show,
#table .dropdown-menu.show {
  display: block;
  position: fixed !important;
  z-index: 9999 !important;
}
#datatable-fixed .dropdown-menu.show .dropdown-item,
.dataTable .dropdown-menu.show .dropdown-item,
#table .dropdown-menu.show {
  z-index: 9999 !important;
}

/* elfinder */
.dialogelfinder {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1010 !important;
}
@media (min-width: 576px) {
  .dialogelfinder {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .dialogelfinder {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .dialogelfinder {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .dialogelfinder {
    width: 20%;
  }

  .carousel-item {
    /* height: calc(100vh - 12px) !important; */
  }
}

/* carousel */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(0) !important;
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #ffffff !important;
}

/* vertical slick */
.news-vertical-slider .slick-arrow.slick-next {
  position: absolute;
  left: 0px;
  top: 18px;
  transform: rotate(90deg);
}
.news-vertical-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 0px;
  top: -15px;
  transform: rotate(90deg);
}

img.logo {
  width: auto;
  height: 150px;
  object-fit: contain;
  float: left;
  margin: 0 10px 0 0;
}
