* {
  margin: 0;
  padding: 0;

}

#main{
width: 100%;
height: 100vh;
background-image: url(../image/background-img.jpg);
background-repeat: no-repeat;
background-size: cover;
opacity: 0.8;
background-color: #0000;
position: relative;
}

.nav_menu {
  background-color: #0000002e;
 position:fixed ;
  width: 100%;
  z-index: 9999;
  padding: 0;
}
.nav_menu a{
  padding: 0;
}
div#navbarNavDropdown {
  margin-left: -9rem;
}
.header_container {
  margin-top: 2rem;
}

.logo {
  max-height: 100px;
}
.mani_list li {
  list-style: none;
  display: inline-flex;
  padding: 15px;
  margin-right: auto;
}

.mani_list li a {
  text-decoration: none;
  color: #9cff01f2;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mani_list li a:hover{
  color: #fff;
}


i.fa-solid.fa-bars.toggle_icon {
  color: white;
  border: white;
  font-size: 32px;
}
/* sub_menu_items */

ul.dropdown-menu.sub_menu_items.show {
  background-color: #000;
    padding: unset;
    text-align: left;

}

.sub_menu_items li {
  display: block;
  line-height: 0;
  padding: 0px 10px;
  overflow: hidden;  
}
.sub_menu_items li a{
  font-size: 1.20rem;
  font-weight: 600;
}
.sub_menu_items li a:hover{
  background: none;
  color: #fff;
}

hr.category_underline {
  color: #9cff01f2;
  margin: 3px;
}

ul.dropdown-menu.sub_menu_items_join.show {
  position: absolute;
  margin-left: 63%;
  padding: unset;
  line-height: .1rem;
  background: #000;
}
.sub_menu_items_join li a:hover{
  background: none;
  color: #fff;
}
li.join_sub_menu {
  padding: 3px;
}

ul.dropdown-menu.sub_menu_items.category_dashboard.show {
  margin-left: 7rem;
  height: 216px;
  overflow: scroll;
}
.category_dashboard::-webkit-scrollbar {
  width: 15px;
}

/* Handle */
.category_dashboard::-webkit-scrollbar-thumb {
  background:  #9cff01f2; 
  border-radius: 10px;
}

/* sub_menu_items */

.main_title_sec{
  position: relative;
}
.title_dashboard {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0%;
  transform: translate(-0%, -50%);
}
.title_dashboard,
.category_dashboard {
  text-align: center;
  color: #9cff01f2;
  line-height: 2.75rem;
  background-color: #00000047;
  opacity: 0.9;
  padding: 20px;
}

.title_header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.75rem;
}

.title_Second {
  font-size: 2.50rem;
  font-weight: 600;
  font-weight: bold;
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 1rem;
  border-color: #fff;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1.50rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1.50rem;
}

.divider-custom .divider-custom-icon {
  color: #ffff;
  font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff;
}

/* panel_primary */

.panel_primary {
  background-color: #000000ee;
  opacity: 0.9;
  color: #9cff01f2;
  height: 100px;
  bottom: 0;
  position: absolute;
  width: 100%;


}

.panel_heading {
  padding: 10px;
}

.home_alp_order {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.home_alp_order a {
  text-decoration: none;
  color: #9cff01f2;
  font-weight: 600;

}

.home_alp_h {
  text-transform: uppercase;
  font-weight: 600;
  font-weight: bold;
}

/* Responsive ========================================*/
@media screen and (max-width: 1366px) {
  .logo {
    max-height: 85px;
  }
  .title_header, .title_Second {
    font-size: 2rem;
}
.mani_list li a {
  font-size: 1.3rem;
}


}
@media screen and (max-width: 1024px) {
  .mani_list li a {
    font-size: 15px;
}
}
@media screen and (max-width: 786px) {
  .logo {
    max-height: 80px;
  }
  .title_header, .title_Second {
    font-size: 35px;
}
.mani_list li {
    line-height: .5;
    display: block;
}
div#navbarSupportedContent {
  background: #00000070;
  border-radius: 10px;
}
ul.dropdown-menu.sub_menu_items.category_dashboard.show {
  margin-left: 90%;
}
ul.dropdown-menu.sub_menu_items_join.show {
  margin-left: 15%;
}
.dropdown-menu[data-bs-popper] {
  top: 79%;
}
.mani_list li {
  padding: 0px;
}
}

@media only screen and (max-width: 500px){
 
  .navbar-toggler {

    background: #9cff01f2;
}
.mani_list li {
  padding: 0!important;
}
/* category_dashboard */

.masthead_category {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 7%;
  overflow: hidden;
  z-index: 8;
}
div#navbarSupportedContent {
  background: #00000070;
  border-radius: 10px;
}
.category_dashboard {
  width: 50%;
  height: 250px;
  overflow-y: scroll;
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
  padding: 3em;
  font: 100%/1.4 serif;
  border: 1px solid rgba(0, 0, 0, 0.25)
}


.title_header {
  font-size: 1.5rem;
}

.title_Second {
  font-size: 1.25rem; 
}

.divider-custom {
  margin: 1rem 0 1rem;
}

.home_alp_order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-custom .divider-custom-line {
 
  max-width: 7rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 1rem;
  border-color: #fff;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1.50rem;
}
.home_alp_order a {
  font-size: 12px;
}

.divider-custom .divider-custom-icon {
  color: #ffff;
  font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff;
}
.category-custom,
.category-custom-icon {
  font-size: 1.50rem;
  line-height: 1rem;

}

.category-custom-icon {
  color: #fff;
}

.category-custom a {
  text-decoration: none;
  font-size: 1.50rem;
  line-height: 1rem;
  color: #9cff01f2;

}

.category-custom a:hover {
  text-decoration: underline;
  color: #fff;

}

/* category_dashboard */

  .nav_menu_content {
    margin-left: 90%;
  }
  .header_container {
    margin-top: -2.25rem;
}
.nav_menu_content {
  margin-left: 14rem;
  margin-top: 3rem;
}


div#navbarNavDropdown {
    margin-top: 2rem;
}
ul.mani_list {
  display: flex;
}
li.join_sub_menu {
  margin-left: 2%;
}

.mani_list li {
  padding: 0!important;
}
ul.dropdown-menu.sub_menu_items.category_dashboard.show {
  margin-top: 0rem;
  margin-left: 10rem;
} 
ul.dropdown-menu.sub_menu_items_join.show {
  margin-left: 17%;
} 
}


