span.SearchContainer__searchIcon {
    background-color: #5858CE !important;
}

span.SearchContainer__downArrow::before {
    content: "▼";
    color: #5858CE;
    font-size: 20px;
    line-height: 12px;
    position: relative;
    top: -15px; /* adjust vertically if needed */
    right: 10px;
}
span.AppContainer__backToTop {
    background-color: #5858CE !important;
}

button.Button__footerBtn {
    background-color: #5858CE !important;
    color: white !important; /* Optional for text contrast */
    border: none; /* Optional: remove if there's a border */
}

button.Button__footerBtn {
    background-color: #5858CE !important;
    color: white !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 20px !important;
    transition: background-color 0.2s ease;
}

button.Button__footerBtn:hover {
    background-color: #4747b3 !important; /* Slightly darker shade */
}




