/* Change text color inside the dropdown */
.Select-value-label {
    color: black !important;
}

/* Change text color of dropdown options */
.VirtualizedSelectOption {
    color: black !important;
}

/* Change background of dropdown options */
.VirtualizedSelectOption {
    background-color: white !important;
}

/* Change hover effect for dropdown options */
.VirtualizedSelectFocusedOption {
    background-color: #f0f0f0 !important;
}
/* Style the container holding the tip button */
.ccwallet__tipbox__button {
    display: block;
    margin: 20px auto; /* Center the button */
    text-align: center;
}
