.header-style {
    border-block: none
}

.button-menu-sidebar {
    margin-left: 16px;
    font-size: 12px;

}

.burger-menu {
    height: 21.42%;
    min-height: 14px;
    max-height: 20px;
}

.nomargin {
    margin: 0px 0px 0px 0px;
}

.user-icon {
    float: right;
    margin-right: 16px;
}

.mango-dropdown{
    left:auto !important;
    right: 0;
    
}

.mangouser-icon {
    padding: 0px 0px 0px 0px !important;
}

#header {
    position: fixed;
    z-index: 99;
    top: 0;
    /* left: 0; */
    background-color: transparent;
    width: 100%;
    height: 55px;
    line-height: 55px;
    transition: background-color 0.3s ease-in-out;
    /* -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     box-shadow: 0 1px 2px rgba(0,0,0,0.1); */
  } 
  
header > .logo {
      color: #fff;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      width: 250px;
      background-color: #db3434;
  }
  
.header-date {
    color: #9b9b9b;
    margin-left: 20px;
  }

.header-container.initial-transparent {
    background-color: rgba(255, 255, 255, 0);
  }
  
.header-container.opaque {
    background-color: rgba(255, 255, 255, 1);
  }


 /* Landscape phones and portrait tablets */
@media (max-width: 767px) { 

#header{
    position: relative;
    height: 0px;
}
}