 .cd-main-header{background-color: #000}
 .navbar .navbar-search-box {
   width: 320px;
 }
 .menuButton i {
   color: #fff;
   font-size: 1.5rem;
 }
 .navbar-search-box {
   background: #f7f7f7;
 }
 header .navbar-nav{flex-direction: row;}
 header .navbar-nav .nav-item:nth-last-child(1) {padding-right: 0;}
 header .nav-item .nav-link, .sideBar .nav-link,header .user-name{ 
   font-size: 0.8rem;
   color: #fff;
   font-weight: 400;
   padding: 0;
   text-transform: capitalize;
   display: inline-block;
   letter-spacing: 0;
   padding: 0 15px !important;
  text-transform: uppercase;
 }
 .btn-listen{position: relative;}
 .btn-listen:after {
    content: "";
    width: 40px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/icon-listen.webp);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: -40px 0px !important;
}
.btn-listen:hover:after {  background-position: 0px 0px !important; }
 .btn-listen em,.btn-listen span{color: #fff}
 header .nav-item .nav-link:hover,.btn-listen:hover em,.btn-listen:hover span,#search-icon:hover i,
 header #user-dashboard:hover .user-name,header #user-dashboard:hover .down-icon{color: #c00}
 header ul.middle-list .nav-item .nav-link{font-size: 1rem;font-weight: 600}
 header .bottom-header .nav-item .nav-link{
  padding: 10px 9.5px !important;
  color: #777;
  margin-left: -2px;
  display: inline-block;
  border-left: 1px solid;
  border-color: #d5d5d5;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
 }
 header .bottom-header .nav-item .nav-link:hover{color: #000}
 .btn-listen span {
    position: relative;
    padding-right: 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}
 header .user-name {
     width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
header .down-icon {
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
}
 .btn-listen img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
}
.btn-listen em {
    font-style: normal;
    position: absolute;
    font-size: 14px;
    text-align: left;
    top: -12px;
    left: -2px;
    width: 100%;
    display: block;
    width: 60px;
}
.border-lr{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top-header{
    background: url(../img/header-flag.webp);
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: 64px;
}
 .top-header .button.btn-first{
    padding: 10px 15px 5px !important;
    font-size: 0.9rem;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .top-header .button.btn-first:hover{color: #fff}
.logo-tag {
    text-align: right;
    margin-top:-3px;
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    padding-right: 8px;
}

 .button.btn-white:hover{color: #000}
 .bottom-header{background: #eaeaea;}
 .mobile-search-box{background:#4a4a4a; }
.h-35 { height: 35px !important; }
 #search-icon i{
  font-size: 1.1rem;
  color: #fff;
 }
 .navbar-search-box {
   position: relative;
 }
 .navbar-search-box label {
   margin-bottom: 0;
   position: absolute;
   left: 0;
   top: 5px;
   display: inline-block;
   width: 40px;
   text-align: center;
   background: 0 0;
   font-size: 18px;
 }
 .navbar-search-box label i {
   color: #000;
 }
 .search-input {
   border: none;
   display: block;
   width: 100%;
   height: 33px;
   line-height: 33px;
   font-size: 0.8rem;
   background-color: transparent;
   padding: 0;
   outline: 0;
   float: left;
   color: #000;
 }
 .navbar-search-box a, .navbar-search-box a:hover {
   text-decoration: none;
 }
.sideBar .dropdown-menu.show{left: 40% !important;z-index: 9999}
 .editionList li a:hover, .editionList li a:focus {
   background: #e8e8e8;
   color: #fff;
 }
 .sideBar ul .nav-item{padding:2px 0}
 .sideBar ul .nav-item .nav-link,.sideBar ul .nav-item .user-name{font-size: 0.9rem}
 .sideBar {
   width: 20%;
   height: 100vh;
   background: #fff;
   display: block;
   position: fixed;
   z-index: 9999999;
   top:0px;
   left: 0;
   overflow-y: scroll;
   transform: translateX(-100%);
 }
 header .dropdown:hover>.dropdown-menu {
    display:inline-block;
    right: 0;
    position: absolute;
    top: 30px;
}
 .sideBar::-webkit-scrollbar {
   width: 10px;
 }
 .sideBar button.bg-transparent.btn-white {
   position: absolute;
   top: 10px;
   right: 10px;
 }
 .sideBar button.bg-transparent i {
   font-size: 1.4em;
   color: #000;
 }
  .hide-mobile{display: block;}
  .hide-web{display: none;}
 @media only screen and (max-width:1024px){
  .hide-mobile{display: none;}
  .hide-web{display: block;}
  .top-header{background: #000}
  .btn-listen{border: 0}
  #search-icon{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
 	.bottom-header .nav{overflow-x: scroll;flex-wrap: nowrap;}
  .bottom-header .nav::-webkit-scrollbar{height: 0}
 	header .nav-item .nav-link, .sideBar .nav-link,.sideBar ul .nav-item .user-name{color: #000}
 	.sideBar{width: 70%}
  .sideBar .nav-link,.sideBar ul .nav-item .user-name{
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #4A4A4A;
  }
  .sideBar ul .nav-item .user-name{
    width: 100px; 
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .logo-tag{position: initial;}
  .sideBar .dropdown-menu.show{left: 10% !important}
 }