/* 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-header.jpg);
  background-size: 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: 150px;
top:0;
border: solid 3px #000000;
box-shadow: -7px 3px 3px #00000042;
margin-bottom: 30px;
position: absolute;
display: block;
margin-block: 10px;
margin-inline: 13%;
}

.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%;
}
.search_bar {
  height: 47px;
  max-width: 430px;
  width: 100%;
}
.search_bar input {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  font-size: 18px;
  outline: none;
  background-color: var(--white-color);
  color: var(--grey-color);
  border: 1px solid var(--grey-color-light);
  padding: 0 20px;
}
.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-card.jpg);
  object-fit: contain;
  background-size: 100% 100%;
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 89%;
  border: solid 5px #226e94;
  border-radius: 20px;
  padding: 80px 20px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
  z-index: 99999999;
  box-shadow: 3.5px 3.5px 5px #000000bf;
}
.sidebar.close {
  padding: 60px 0;
  width: 80px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.menu_content {
  position: relative;
  margin-block: 90px;
  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;
  margin-inline: 6.1%;
  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;
  text-decoration:underline;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 400;
  white-space: nowrap;
  box-shadow: -3px 3px 3px #00000091;
}
.menu_dahsboard::before {
  content: "Kategori Katalog";
}
/*.menu_editor::before {
  content: "• Undangan Digital ⤵";
}*/
.menu_setting::before {
  content: "Setting";
}
.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: var(--grey-color-light);
}
.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;
}

.sidebar .nav_link {
  border: solid 2px #226e94;
  background: #000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-size: 17px;
  left:0;
}
.sidebar.close .navlink {
  display: none;
}
.nav_link:hover {
  color: #000;
  background: #ffc100bf;
}
.sidebar.close .nav_link:hover {
  background: var(--white-color);
}
.submenu_item {
  cursor: pointer;
}
.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 10px;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  text-align: center;
  left:0;
}
.bottom_content {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bottom {
  position: absolute;
  max-width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  margin-block: -5.5px;
  left: 0;
  right:0;
  justify-content: center;
  justify-self: center;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  border: solid 5px #000000d1;
  color: #fff;
  border-top: 7px solid var(--grey-color-light);
  background-color: #090808;
  padding: 10px;
  border-radius: 20px;
}

.bottom:hover {
  position: absolute;
  max-width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  right:0;
  justify-content: center;
  justify-self: center;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  border: solid 5px #000000d1;
  color: #fff;
  border-top: 7px solid var(--grey-color-light);
  background-color: #242424;
  padding: 10px;
  border-radius: 20px;
}

.bottom i {
  font-size: 20px;
}
.bottom span {
  font-size: 18px;
}
.sidebar.close .bottom_content {
  width: 50px;
  left: 15px;
}
.sidebar.close .bottom span {
  display: none;
}
.sidebar.hoverable .collapse_sidebar {
  display: none;
}
#sidebarOpen {
  display: none;
}
@media screen and (max-width: 5464px) {
#sidebarOpen {
font-size: 38px;
display:block;
position:fixed;
margin-right: 0;
width: auto;
bottom:0;
color: #ffffff;
background: #090808;
padding: 10px;
text-align: center;
z-index: 99999;
box-shadow: 0px 3px 3px #d07530de;
}

#sidebarOpen:hover {
font-size: 36px;
display:block;
position:fixed;
margin-right: 0;
width: auto;
bottom:0;
color: #ffffff;
background: #111111;
padding: 10px;
margin: 15px;
text-align: center;
z-index: 99999;
box-shadow: 0px 3px 3px #d07530de;
}
  

  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
}

.kontak-admin-atas {
font-size: 13px;
max-height: 34px;
display: block;
position: absolute;
cursor: pointer;
color: #fff;
background: #000000ed;
border: solid 2px #5757577a;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: -25px;
text-align: center;
}

.kontak-admin-atas:hover {
font-size: 13px;
max-height: 34px;
display: block;
position: absolute;
cursor: pointer;
color: #00ff45;
background: #000000ed;
border: solid 2px #4e8aa8;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: -25px;
text-align: center;
}

.nama-tamu-otomatis-generator {
font-size: 13px;
max-height: 34px;
display: block;
right:0;
position: absolute;
cursor: pointer;
color: #fff;
background: #000000ed;
border: solid 2px #5757577a;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: 3px;
text-align: center;
}

.nama-tamu-otomatis-generator:hover {
font-size: 13px;
max-height: 34px;
display: block;
right:0;
position: absolute;
cursor: pointer;
color: #00ff45;
background: #000000ed;
border: solid 2px #3a7490;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: 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;
top: 41px;
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: 14px;
max-height: 34px;
display: block;
left:0;
position: absolute;
cursor: pointer;
color: #fff;
background: #000000ed;
border: solid 2px #5757577a;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: 4px;
text-align: center;
}

.home-atas:hover {
font-size: 14px;
max-height: 34px;
display: block;
left:0;
position: absolute;
cursor: pointer;
color: #00ff45;
background: #000000ed;
border: solid 2px #4f8ba9;
padding: 5px;
border-radius: 7px;
box-shadow: -1px 1px 1px #000000ad;
margin-inline: 4px;
text-align: center;
}