.header-atas {
    background-color: #ffd200;
    color: #000 !important;

}
.header-atass {
    background-color: #fff;
    color: #000 !important;

}
.right-area ul.sub-menu { 
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    font-size: 14px;    
}

.right-area ul.sub-menu li {
    margin-right: 5px;
}

.header-atas ul.sub-menu li > a {
    color: #000;
}
.header-atas ul.sub-menu li > a:hover {
    color: #000 !important;
}

.right-area .left-top-menu {
    display: flex;
    flex-flow: row;
    flex: 1;
}

.header-atas .right-top-menu {
    display: flex;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
}

.right-area .tanggal{
    font-size: 14px;
    margin-right: 15px;
    color: #000;
}

.right-area .right-top-menu ul.icon {
    list-style: none;
    padding: 7px;
    margin: 2px;
    display: flex;
    flex-flow: row;
    font-size: 18px; 
}
.right-area .right-top-menu {
    display: flex;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    padding: 0 2px;
}

.right-area .right-top-menu ul.icon li {
    padding: 0 7px;
}

.right-area .right-top-menu ul.icon li > a {
    color: #FE9F00; /* Sets the text color of the menu item */

}

.right-area .right-top-menu ul.icon li > a:hover {
    color: #c60000 !important; /* Sets the text color of the menu item when hovered, with !important to give it higher priority */
}


.header-logo-wrap {
    background: #fff !important;
    box-shadow: none !important;
}

.header-main-menu .main-menu-container {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    padding: 0;
}



.logo-header img {
  max-height: 70px;
}

.header-container {
    display: flex;
}

.header-container .left-area {
    flex: 1;
    height: 100%;
}

.header-container .right-area {    
  flex: 1;
  display: flex;
  height: 100%; 
  align-items: center;
}

.header-container .right-area .form-header-search{
    flex: 2;
}

.header-container .right-area .header-button { 
  height: 100%;
  flex: 1;
}

.header-container .right-area .form-header-search .input-group-append button{
  background: transparent;
  color: #FE9F00;
  font-size: 20px;
  padding: 0 15px;
  border-radius: 0 15px 15px 0;
  border: 1px solid #caced7;
  border-left: 0;
}

.header-container .right-area .form-header-search .input-group input{
  border-radius: 15px 0 0 15px;
  border-right: 0;
  padding: 0 20px;
}

.header-container .right-area .form-header-search .input-group input::placeholder {
    color: #ced1d6;
}


.header-container .right-area .header-button{
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.header-container .right-area .header-button .right-button-nav{
    display: flex;
    border-left: 2px solid #caced7;
    margin-left: 20px;
    color: #322b2a;
    font-weight: 550;
    font-size: 12px;
    align-items: center;
    padding: 0 0 0 20px;
 }
 .header-container .right-area .header-button .right-button-nav button {
    background: #322b2a;
    color: #fff;
    padding: 15px;
    margin: 5px;
 }

 .responsive-menu .menu-top a,
 .responsive-menu .menu-content ul.sidemenu li.menu-item-has-children > a::after,
 .responsive-menu .menu-content ul.sidemenu li a {
    color: #182957 !important;
 }  

 .responsive-menu .menu-top a:hover {
    color: #f12121 !important;
 }

 .responsive-menu .side-search .input-group input::placeholder {
     color: #ced1d6;
 }
 
.responsive-menu .side-search .input-group input{
    border-radius: 15px 0 0 15px;
    border-right: 0;
    padding: 0 20px;
}
  
.responsive-menu .side-search .input-group-append button{
    background: transparent;
    color: #182957;
    font-size: 20px;
    padding: 0 15px;
    border-radius: 0 15px 15px 0;
    border: 1px solid #caced7;
    border-left: 0;
}

.header-main-menu-bar {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #e7e7e8;
}

.header-main-menu-bar .button-toggle-container button {
    background: #fff;
    color: #322b2a;
    padding: 10px;
 }
 
.header-search {
    margin-top: 55px;
    background: #fff;
}
  

.header-search .form-header-search {
    padding: 15px;
}

.header-search .form-header-search .input-group-append button{
  background: transparent;
  color: #FE9F00;
  font-size: 20px;
  padding: 0 15px;
  border-radius: 0 15px 15px 0;
  border: 1px solid #caced7;
  border-left: 0;
}

.header-search .form-header-search .input-group input{
  border-radius: 15px 0 0 15px;
  border-right: 0;
  padding: 0 20px;
}

.header-search .form-header-search .input-group input::placeholder {
    color: #ced1d6;
}

.main-menu.small {
    background: #FE9F00 !important;
}

.main-menu.small a:hover {
    background: #caced7 !important;
}
.header-main-menu-bar .logo-header { 
    display: flex !important;
    justify-content: flex-start;
    width: 100% !important;
    flex: 1 !important;
    align-content: space-between;
    flex-direction: column;
    align-items: center;
  }