@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700&display=swap");

/* latin */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidsans/v18/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidsans/v18/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@import url(oxgen);

h4,
h5,
h6 {
  font-family: "Nunito Sans", "sans-serif";
  font-weight: 700;
  font-size: 1.875rem;
}

p {
  font-family: "Nunito Sans", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
header {
  font-family: "Nunito Sans", "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

.bawah {
  position: absolute;
  width: 100%;
  min-height: 170px; /* tinggi dari footer */
  background-color: rgb(00, 30, 48);
}
.link-website {
  text-decoration: none;
  color: #000000;
}
.status-input {
  height: 70px;
}
.box {
  min-height: 603px;
  width: 100%;
  border-radius: [object Object]px;
}

.file-label {
  background-color: #e6e6e6;
  /* padding: 10px; */
  border-radius: 15px;
  cursor: pointer;
}

#fileName {
  margin-top: 5px;
}

.bg-kuning {
  background-color: #ffb703;
}

.list-none {
  list-style: none;
}

.table-heading {
  background-color: #ffb703;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
  margin: 0;
}

.product-card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .product-card {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.bg-admin {
  background-color: #f5faff;
}

/*untuk layar device berukuran kecil*/
@media screen and (max-width: 450px) {
  .logo {
    width: 100%;
    height: 100%;
  }
  .box-form {
    height: 150px;
    width: 100%;
  }
  .box-form-bottom {
    min-height: 350px;
    width: 100%;
    top: -10%;
  }
}

.biru-tua {
  color: #003048;
}

* {
  margin: 0px auto;
}
html,
body {
  height: 100%;
}

.sticky-container {
  position: sticky;
  top: 1rem;
  z-index: 100;
}
.sticky-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  margin: 0 -12.1%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -100;
  transition: opacity 0.3s ease;
  width: 9rem;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; /* Menambahkan bayangan */
}
.sticky-container.active:before {
  opacity: 1;
}

