.KbDetailLtContainer__userSocialIcon{
display: none
}

.Header__homeNavbarFixed .Header__navbar .Header__logo img {
    max-width: 277px;
    min-height: auto;
}

.Header__globalSearchAlt {
    width: 50%;
    margin: 0 auto 0 400px;
    display: none;
    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.3125rem;
}
  
    

  .commonStyle__zt3BrandBg {
    background-color: #FFAE00;
}

  .commonStyle__zt3BrandBg:hover {
    background-color: #0090FF;
}

  .commonStyle__zt3BrandBg:active {
    background-color: #e69c00;
}


a.button, button, input[type="button"], input[type="submit"], .Button__footerBtn, .primary {
  background-color: #ffae00; /* Bright yellow-orange color */
  color: #ffffff; /* White text */
  padding: 12px 24px; /* Padding for a comfortable button size */
  text-decoration: none; /* No underline */
  border-radius: 20px; /* Rounded corners */
  font-family: Poppins, Arial, sans-serif; /* Font stack */
  font-size: 16px; /* Standard font size */
  font-weight: bold; /* Bold text */
  text-align: center; /* Center the text inside the button */
  display: inline-block; /* Ensure the button behaves like an inline element */
  border: none; /* Remove default borders */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */
}

a.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .Button__footerBtn:hover, .primary:hover {
  background-color: #0090FF; /* Slightly darker shade for hover effect */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Light shadow on hover */
}

a.button:active, button:active, input[type="button"]:active, input[type="submit"]:active, .Button__footerBtn:active, , .primary:active {
  background-color: #e69c00; /* Even darker shade when clicked */
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2); /* Inset shadow for click effect */
}



.Header__logo img {
    max-height: 51px;
    max-width: 277px;
    min-height: auto;
    display: block;
}

.Signin__loginHead {
  color: #00020F;
}

.UserContainer__innerContainer2 a {
  color: #FFAE00;
}

.ContentList__moreOption a {
  color: #FFAE00;
}

.ListHeader__headerContent commonStyle__flex1 { 
  color: #00020F;
}

.Footer__footerQus, .Footer__footerDescription, .Signin__userHeader, .ForgetPasswordContainer__userHeader, .ForgetPasswordContainer__loginHead {
  color: #00020F;
}  



/* Candeo KB accordion open state — paste into Help Center CSS */
.article-container details > summary,
.zd-kb-accordion details > summary{
  list-style:none;
}
.article-container details > summary::-webkit-details-marker,
.zd-kb-accordion details > summary::-webkit-details-marker{
  display:none;
}
.article-container details[open] > summary,
.zd-kb-accordion details[open] > summary{
  background:rgb(2, 108, 201) !important;
  background-color:rgb(2, 108, 201) !important;
  color:rgb(255, 255, 255) !important;
}
.article-container details[open] > summary > span,
.article-container details[open] > summary .colour,
.article-container details[open] > summary .colour .size,
.zd-kb-accordion details[open] > summary > span,
.zd-kb-accordion details[open] > summary .colour,
.zd-kb-accordion details[open] > summary .colour .size{
  color:rgb(255, 255, 255) !important;
}
