#headerdaterange{
  padding: 0.5rem 3rem;
  background-color: #fff;
  border: 1px solid #e5e4e2;
  border-radius: 9px;
  justify-content: flex-start;
  color: #232659;
    
}

#headercurrency .btn{
 padding: 0.5rem 2rem;
  background-color: #fff;
  border: 1px solid #e5e4e2;
  border-radius: 9px;
  justify-content: flex-start;
  color: #232659;
  font-size: 13px;
}

#headerchannel .btn{
  padding: 0.5rem 2rem;
  background-color: #fff;
  border: 1px solid #e5e4e2;
  border-radius: 9px;
  justify-content: flex-start;
  color: #232659;
  font-size: 13px;
   
}

#currencyDropdown{
     background-color: rgb(255, 255, 255) !important;
}

.channelbutton{
    background-color: rgb(255, 255, 255) !important;
}

.btn:hover {
  background-color: transparent !important; /* Removes hover color */
  color: inherit !important; /* Keeps text color unchanged */
}

.btn:focus,
.btn:active {
  outline: none !important; /* Removes blue outline */
  box-shadow: none !important; /* Removes Bootstrap's focus shadow */
  border-color: transparent !important; /* Removes border color */
}