/* begin helper bootstrap  */

/* Breakpoint: sm */
@media (min-width: 576px) {
  .min-vh-sm-25 { min-height: 25vh !important; }
  .min-vh-sm-35 { min-height: 35vh !important; }
  .min-vh-sm-45 { min-height: 45vh !important; }
  .min-vh-sm-50 { min-height: 50vh !important; }
  .min-vh-sm-55 { min-height: 55vh !important; }
  .min-vh-sm-65 { min-height: 65vh !important; }
  .min-vh-sm-70 { min-height: 70vh !important; }
  .min-vh-sm-75 { min-height: 75vh !important; }
  .min-vh-sm-80 { min-height: 80vh !important; }
  .min-vh-sm-85 { min-height: 85vh !important; }
  .min-vh-sm-90 { min-height: 90vh !important; }
  .min-vh-sm-95 { min-height: 95vh !important; }
  .min-vh-sm-100 { min-height: 100vh !important; }
}

/* Breakpoint: md */
@media (min-width: 768px) {
  .min-vh-md-25 { min-height: 25vh !important; }
  .min-vh-md-35 { min-height: 35vh !important; }
  .min-vh-md-45 { min-height: 45vh !important; }
  .min-vh-md-50 { min-height: 50vh !important; }
  .min-vh-md-55 { min-height: 55vh !important; }
  .min-vh-md-65 { min-height: 65vh !important; }
  .min-vh-md-70 { min-height: 70vh !important; }
  .min-vh-md-75 { min-height: 75vh !important; }
  .min-vh-md-80 { min-height: 80vh !important; }
  .min-vh-md-85 { min-height: 85vh !important; }
  .min-vh-md-90 { min-height: 90vh !important; }
  .min-vh-md-95 { min-height: 95vh !important; }
  .min-vh-md-100 { min-height: 100vh !important; }
}

/* Breakpoint: lg */
@media (min-width: 992px) {
  .min-vh-lg-25 { min-height: 25vh !important; }
  .min-vh-lg-35 { min-height: 35vh !important; }
  .min-vh-lg-45 { min-height: 45vh !important; }
  .min-vh-lg-50 { min-height: 50vh !important; }
  .min-vh-lg-55 { min-height: 55vh !important; }
  .min-vh-lg-65 { min-height: 65vh !important; }
  .min-vh-lg-70 { min-height: 70vh !important; }
  .min-vh-lg-75 { min-height: 75vh !important; }
  .min-vh-lg-80 { min-height: 80vh !important; }
  .min-vh-lg-85 { min-height: 85vh !important; }
  .min-vh-lg-90 { min-height: 90vh !important; }
  .min-vh-lg-95 { min-height: 95vh !important; }
  .min-vh-lg-100 { min-height: 100vh !important; }
}

/* Breakpoint: xl */
@media (min-width: 1200px) {
  .min-vh-xl-25 { min-height: 25vh !important; }
  .min-vh-xl-35 { min-height: 35vh !important; }
  .min-vh-xl-45 { min-height: 45vh !important; }
  .min-vh-xl-50 { min-height: 50vh !important; }
  .min-vh-xl-55 { min-height: 55vh !important; }
  .min-vh-xl-65 { min-height: 65vh !important; }
  .min-vh-xl-70 { min-height: 70vh !important; }
  .min-vh-xl-75 { min-height: 75vh !important; }
  .min-vh-xl-80 { min-height: 80vh !important; }
  .min-vh-xl-85 { min-height: 85vh !important; }
  .min-vh-xl-90 { min-height: 90vh !important; }
  .min-vh-xl-95 { min-height: 95vh !important; }
  .min-vh-xl-100 { min-height: 100vh !important; }
}

/* Breakpoint: xxl */
@media (min-width: 1400px) {
  .min-vh-xxl-25 { min-height: 25vh !important; }
  .min-vh-xxl-35 { min-height: 35vh !important; }
  .min-vh-xxl-45 { min-height: 45vh !important; }
  .min-vh-xxl-50 { min-height: 50vh !important; }
  .min-vh-xxl-55 { min-height: 55vh !important; }
  .min-vh-xxl-65 { min-height: 65vh !important; }
  .min-vh-xxl-70 { min-height: 70vh !important; }
  .min-vh-xxl-75 { min-height: 75vh !important; }
  .min-vh-xxl-80 { min-height: 80vh !important; }
  .min-vh-xxl-85 { min-height: 85vh !important; }
  .min-vh-xxl-90 { min-height: 90vh !important; }
  .min-vh-xxl-95 { min-height: 95vh !important; }
  .min-vh-xxl-100 { min-height: 100vh !important; }
}

/* end helper bootstrap */

#navbar {
    /* Ensure the navbar stays at the top */
    position: fixed;
    top: 0;
    width: 100%;
    /* Add a transition for background-color and backdrop-filter */
    transition: background-color 0.4s ease, -webkit-backdrop-filter 0.4s ease,
        backdrop-filter 0.4s ease;
}

.navbar-blur-dark {
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(33, 33, 37, 0.7) !important;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    background-color: white;
}


.bidang-wrapper {
  cursor: pointer;
}
.nama-bidang, .ct-card-title {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.nama-bidang:hover, .ct-card-title:hover {
  white-space: wrap;
  overflow: visible;
}

@media (max-width: 991.98px) {
    .dropdown:not(.dropdown-hover) ul.dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 991.98px) {
    .navbar-toggler+.navbar-collapse .dropdown.nav-item ul.dropdown-menu {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

footer .footer-icon{
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}
footer .footer-icon i {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    text-align: center;
}
