/*Header styles */

.Header__container .Header__name {
display: none; 
}

/*Search bar styles */
 
.SearchContainer__searchIcon {
  background-color: rgb(0, 98, 255);
}

/*Up arrow styles */

.commonStyle__zt3BrandBg {
    background-color: #004EED;
}

/*Footer button styles */


.Button__footerBtn:hover {
    background-color: #004EED;
    color: #ffffff; /* Change text color to white */
    border-color: #004EED; /* Change border color */
}

.KbDetailLtContainer__review{
display: none
}

