body {
  font-family: "Poppins", sans-serif;
}

/* AWAL TOP BAR */
#top-bar {
  width: 100%;
  height: auto;
  background-color: #800000;
}
#top-bar .nav-link {
  color: #ffffff;
  font-size: small;
}
#top-bar .nav-link:hover {
  color: rgb(255, 175, 25) !important;
}

#top-bar .col p {
  font-size: small;
  text-align: right;
  margin-top: 6px;
}
/* AKHIR TOP BAR */

/* AWAL HEADER */
.navbar {
  background-color: #fff;
}

.navbar .dropdown-kategori {
  font-weight: 600;
  color: #800000 !important;
}

.nav-link .dropdown-kategori:hover {
  color: rgb(240, 157, 2) !important;
}

.navbar-brand img {
  max-height: 85px;
  width: auto;
}

.search-field {
  background: none;
  border-color: #800000 !important;
  border-radius: 30px 0px 0px 30px !important;
  color: #000;
  box-shadow: none;
  color: inherit;
}

.search-field::placeholder {
  color: rgb(0, 0, 0) !important;
  opacity: 0.5;
}

.search-field::placeholder:focus {
  color: rgb(0, 0, 0) !important;
  font-size: medium;
}

.search-field:focus {
  border-color: rgb(240, 157, 2) !important;
}

#button-search {
  border-color: #800000 !important;
  border-radius: 0px 30px 30px 0px !important;
  box-shadow: none;
  transition: 0.3s;
  color: #fff;
  background-color: #800000 !important;
}

#button-search:hover {
  background-color: rgb(207, 66, 0) !important;
  border-color: rgb(207, 66, 0) !important;
  color: #fff !important;
}

.search-field:focus #button-search {
  background-color: rgb(240, 157, 2) !important;
}

.navbar-atas {
  margin-right: 10px;
  margin-left: 10px;
}

#button-search:focus {
  border-radius: 0;
  box-shadow: none;
}

.search-field:focus {
  box-shadow: none;
}
/* AKHIR HEADER */

/* AWAL NAVBAR UTAMA */
.kirim-naskah {
  background-color: #800000;
  border-radius: 20px;
}

.kirim-naskah:hover {
  background-color: rgb(240, 157, 2) !important;
}

.kirim-naskah .nav-link {
  color: #fff !important;
}

.kirim-naskah .nav-link:hover {
  color: #ffffff !important;
}

.kirim-naskah .active {
  color: #ffffff;
  border-radius: 20px;
  background-color: rgb(240, 157, 2) !important;
}

.kirim-naskah .active:hover {
  color: #ffffff !important;
}

.nav-menu-bawah {
  margin-top: 20px;
  background-color: #fff;
}

.nav-menu-bawah .nav-item {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-bawah .nav-link {
  color: #800000;
  transition: 0.5s;
}

.nav-menu-bawah .nav-link:hover {
  color: rgb(240, 157, 2);
}

.nav-menu-bawah .nav-item .active {
  color: rgb(240, 157, 2);
}

.breadcrumb {
  margin-top: 10px;
  background-color: transparent !important;
  margin-left: -5px;
  font-size: small;
  color: rgb(240, 157, 2);
}

.breadcrumb-item a {
  color: #a23d9f;
  font-size: small;
}

.breadcrumb .active {
  color: rgb(240, 157, 2) !important;
}

.breadcrumb .active:hover {
  color: rgb(207, 66, 0) !important;
}

.breadcrumb-item a:hover {
  color: rgb(240, 157, 2) !important;
}
/* AKHIR NAVBAR UTAMA */

/* AWAL MAINTENANCE */
.judul-maintenance {
  font-size: 50px;
}
.article-maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: auto;
  margin: 0 auto;
}
.article-maintenance img {
  max-height: 120px;
}
.link-maintenance {
  color: #dc8100;
  text-decoration: none;
}
.link-maintenance:hover {
  color: #333;
  text-decoration: none;
}
/* AKHIR MAINTENANCE */

/* AWAL FOOTER */
.footer-custom {
  background-color: #800000;
  color: white;
}
.footer-custom a {
  color: white;
  text-decoration: none;
}
.footer-custom a:hover {
  text-decoration: underline;
}
.footer-bottom {
  background-color: #4c0000;
}
.pembatas-footer {
  border-top: 3px solid white;
  opacity: 1;
}
/* AKHIR FOOTER */
