/* ---------------------- NAVBAR KIRI - START ----------------------- */

/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
:root {

  --grey-color: #fff;
  --grey-color-light: #aaa;
}
body.dark {
  background-color: #00000054;
}
body.dark {
  --white-color: #fff;
}

/* navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right:0;
  background-image: url(../images/bg-rrf.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}

.logo-gdp-sidebar-menu {
border-radius: 100%;
object-fit: contain;
background-size: 100% 100%;
width: 130px;
top:0;
left:0;
right:0;
position: absolute;
display: block;
padding-inline: 8px;
margin-inline: 30px;
margin-block: 10px;
justify-content: center;
justify-self: center;
}

.logo_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--blue-color);
}
.navbar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navbar_content {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.navbar_content i {
  cursor: pointer;
  font-size: 20px;
  color: var(--grey-color);
}
/* sidebar */
.sidebar {
  background-image: url(../images/bg-rrf.webp);
  object-fit: contain;
  background-size: 100% 100%;
  width: 250px;
  min-height: 84%;
  position: fixed;
  top: 0;
  left: 0;
  height:-webkit-fill-available;
  border: solid 3px #226e94;
  border-radius: 20px;
  padding: 80px 20px;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
  z-index: 9999999;
  box-shadow: 0px 6px 3px #000000bf;
}

.menu_content {
  margin-block: 50px;
  position: absolute;
  width: 100%;
  justify-content: center;
  justify-self: center;
  left:0;
  right:0;
}

.menu_title {
  font-size: 25px;
  width: 210px;
  font-family: "Galada", serif;
  color: #fff;
  border-radius: 10px;
  padding: 4px;
  text-decoration:underline;
  text-align: center;
  left:0;
  right:0;
  justify-content: center;
  justify-self: center;
  align-content: center;
  align-self: center;
  position: relative;
  display: block;
  font-weight: 400;
  white-space: nowrap;
}
.sidebar.close .menu_title {
  padding: 6px 30px;
}
.menu_title::before {
  width: 210px;
  font-family: "Galada", serif;
  color: #fff;
  border: solid 2px #ffffff7a;
  border-radius: 10px;
  background: #090808;
  padding: 4px;
  margin-left: 3px;
  text-decoration:underline;
  text-align: center;
  left:0;
  right:0;
  justify-content: center;
  justify-self: center;
  align-content: center;
  position: relative;
  display: block;
  font-weight: 400;
  white-space: nowrap;
  box-shadow: -3px 3px 3px #00000091;
}

.menu_setting::before {
  content: "Setting";
}

.menu_items {
  padding: 0;
  list-style: none;
}
.navlink_icon {
  position: relative;
  font-size: 22px;
  min-width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 100px);
  left: -20px;
}
.navlink_icon:hover {
  background: var(--blue-color);
}
.sidebar .nav_link {
  border: solid 2px #226e94;
  background: #11181beb;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
}

.nav_link:hover {
  color: #000;
  background: #ffc100bf;
}

.submenu {
  display: none;
}
.submenu_item .arrow-left {
  position: absolute;
  right: 10px;
  display: inline-block;
  margin-right: auto;
}
.sidebar.close .submenu {
  display: none;
}
.show_submenu ~ .submenu {
  display: block;
}
.show_submenu .arrow-left {
  transform: rotate(90deg);
}
.submenu .sublink {
  padding: 15px 15px 15px 52px;
  font-size: 16px;
}

.bottom {
  position: fixed;
  display: block;
  align-items: center;
  text-align: center;
  margin-inline: 70%;
  margin-block: 170px;
  z-index: 99999999;
}


@media screen and (max-width: 5464px) {
#sidebarOpen {
font-size: 28px;
display: block;
position: absolute;
top: -11px;
margin-right: 24px;
width: 40%;
height: 120%;
left:0;
right:0;
bottom:0;
color: #ffffff;
background: #090808;
padding: 6px;
text-align: center;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
z-index: 999;
box-shadow: 0px 3px 3px #d07530de;
}

#sidebarOpen:hover {
font-size: 26px;
display: block;
position: absolute;
top: -15px;
margin-right: 24px;
width: 39%;
height: 124%;
left:0;
right:0;
bottom:0;
color: #fff;
background: #090808;
padding: 6px;
text-align: center;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
z-index: 999;
box-shadow: 0px 4px 3px #102d3c;
}
  

  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
}

/* ---------------------- NAVBAR KIRI - END ----------------------- */

.kontak-admin-atas {
font-size: 13px;
max-height: 34px;
display: block;
position: absolute;
cursor: pointer;
color: #ffb300;
background: #000000ed;
border: solid 2px #5757577a;
padding: 5px;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: -25px;
text-align: center;
}

.kontak-admin-atas:hover {
font-size: 13px;
max-height: 29px;
display: block;
position: absolute;
cursor: pointer;
color: #00ff45;
background: #000000ed;
border: solid 2px #4e8aa8;
padding: 5px;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: -25px;
text-align: center;
}

.nama-tamu-otomatis-generator {
font-size: 12px;
height: 30px;
display: block;
right:0;
position: absolute;
cursor: pointer;
color: #f9ff16;
background: #000000ed;
border: solid 2px #5757577a;
padding: 6px 2px 1px 4px;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: 3px;
text-align: center;
}

.nama-tamu-otomatis-generator:hover {
font-size: 12px;
height: 28px;
display: block;
right:0;
position: absolute;
cursor: pointer;
color: #fff;
background: #000000ed;
border: solid 2px #5757577a;
padding: 6px 2px 1px 4px;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: 3px;
margin-top: -3px;
text-align: center;
}

.text-katalog-atas {
font-size: 12.7px;
background: #fff;
border: solid 2px #3a7490;
width: 96%;
display: block;
position: absolute;
cursor: pointer;
color: #000;
border-radius: 4px;
left:0;
right:0;
padding-block: 4px;
justify-content: center;
justify-self: center;
align-content: center;
align-self: center;
margin-left: auto;
margin-right: auto;
text-align: center;
font-weight: bold;
box-shadow: 0px 2px 0px #4f8ba9;
text-shadow: -2px 2px 2px #0000004d;
}

.home-atas {
font-size: 13px;
max-height: 34px;
display: block;
left:0;
position: absolute;
cursor: pointer;
color: #ffffff;
padding: 5px;
background: #000000ed;
border: solid 2px #5757577a;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: 4px;
text-align: center;
}

.home-atas:hover {
font-size: 13px;
max-height: 29px;
display: block;
left:0;

position: absolute;
cursor: pointer;
color: #00ff45;
background: #000000ed;
border: solid 2px #4f8ba9;
padding: 5px;
border-radius: 7px;
box-shadow: 0px 4px 1px #000000;
margin-inline: 4px;
text-align: center;
}