body {
  font-family: sans-serif;
  background-image: url("../gambar_web/vecteezy_abstract-gradient-pastel-blue-and-purple-background-neon_8617161.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* main {
  margin-bottom: 2cm;
} */

.nav_atas {
  background-color: rgba(4, 4, 4, 0.573);
}

.navbar-scrolled {
  background-color: rgba(20, 20, 20, 0.978);
  box-shadow: 0px 10px 15px rgb(251, 250, 250);
}

.logo_kubar {
  height: 60px;
  width: auto;
}

.navbar-brand {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  line-height: 20px;
  font-size: 14px;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav_link_medium .nav-link {
  color: white !important;
  font-size: small !important;
  text-decoration: none;
}

.nav_link_medium .nav-link .active {
  border-bottom: red 3px solid;
}

.nav_link_medium .nav-link span:hover {
  color: white !important;
  border-bottom: 3px solid;
}

.btn_nav {
  color: white;
}

.btn_nav:hover {
  color: white;
  font-size: larger;
  font-weight: bolder;
}

/* breadcrumb */
#breadcrumb {
  /* font-size: smaller; */
  padding: 5px;
  background-color: rgba(251, 249, 249, 0.41);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
}

/* offcavas side nav*/
#menu_navigasi_side_nav {
  background-image: url("../gambar_web/vecteezy_abstract-gradient-pastel-blue-and-purple-background-neon_8617161.svg");
  width: 100vh;
}
#menu_navigasi_side_nav li * {
  font-weight: bolder;
  line-height: 2.5;
}

#menu_navigasi_side_nav .active {
  border-color: red !important;
  border-bottom: 3px solid;
}

#menu_navigasi_side_nav span:hover {
  border-color: rgb(248, 245, 245) !important;
  border-bottom: 3px solid;
}

#menu_navigasi_side_nav span.active:hover {
  border-color: rgb(250, 251, 253) !important;
  border-bottom: 3px solid;
  color: rgb(248, 245, 245);
}

#menu_navigasi_side_nav li *:hover {
  color: rgb(249, 7, 7);
  font-weight: bolder;
}

main.layout {
  width: 99%;
  margin-top: 2.5cm;
  margin-left: auto;
  margin-right: auto;
}

/* kartu */
.card .card-header {
  font-size: 13px;
  line-height: 15px !important;
}

/* footer */
.btn_offcanvas_bottom_footer {
  position: fixed;
  width: 100vh;
  bottom: 0;
  z-index: 99;
}

.offcanvas_bottom_footer {
  filter: drop-shadow(black 0px 5px 10px);
  background-image: url("../gambar_web/vecteezy_abstract-gradient-pastel-blue-and-purple-background-neon_8617161.svg");
  font-size: 10pt;
  height: 50vh !important;
}

footer .container_konten_footer {
  margin-bottom: 1.5cm;
}

/* animasi chevron footer*/
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce-up-down {
  animation: upDown 1s infinite ease-in-out;
  display: inline-block;
}

/* modal gambar fullscreen zoom */
#modal_gambar_layar_penuh .modal-body {
  height: 100%;
}

#zoom_container {
  display: table;
  width: 99%;
  height: 100%;
  text-align: center;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#tampilan_gambar_layar_penuh {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  transform: scale(0.8);
}


/* device */
@media screen and (min-width: 200px) and (max-width: 900px) {
  .nav_link_medium {
    display: none;
  }
}
@media (max-width: 550px) {
  .text_navbar {
    font-size: 10px !important;
    margin-left: -11px;
  }

  main.layout {
    margin-top: 1.8cm;
  }

  .logo_kubar {
    height: 40px;
    width: auto;
  }
}
@media (min-width: 900px) and (max-width: 99999px) {
  .btn_nav {
    display: none;
  }
}
