.fi-project-switcher {
    appearance: none !important;
    -webkit-appearance: none !important;
    min-width: 180px !important;
    max-width: 240px !important;
    font-size: 0.875rem !important;
    padding: 0.375rem 2rem 0.375rem 0.75rem !important;
    border: 1px solid rgb(209 213 219) !important;
    border-radius: 0.5rem !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    color: rgb(55 65 81) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    cursor: pointer !important;
    outline: none !important;
}

.fi-project-switcher:focus {
    border-color: rgb(10 61 210) !important;
    box-shadow: 0 0 0 1px rgb(10 61 210) !important;
}
