/* Global Button Override */
button,
.theme-btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: #eeff02 !important; /* Primary Bitsafe Yellow */
    color: #4b4b4a !important;            /* Primary Dark Gray Text */
    border: 2px solid #4b4b4a !important;
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-decoration: none;
    text-align: center;
}

/* Global Hover State */
button:hover,
.theme-btn:hover,
input[type="submit"]:hover {
    background-color: #4b4b4a !important; /* Hover background color */
    color: #ffffff !important;            /* Secondary text color (white) */
    border-color: #4b4b4a !important;     /* Match border to hover background */
    transform: translateY(-2px);          /* Subtle lift effect */
}
#searchButton,
.SearchContainer__searchIcon.commonStyle__positionRel.commonStyle__cursor.commonStyle__zt3BrandBg {
    background-color: #4b4b4a !important;
  	border: 1px solid #eeff02 !important;
}
#toparrow,
.AppContainer__backToTop.commonStyle__zt3BrandBg.commonStyle__tAlignCenter.commonStyle__inlineBlock.commonStyle__positionFixed.commonStyle__cursor.AppContainer__arrowShow {
    background-color: #4b4b4a !important;

}
