select {
    /*padding: 0.625rem 2.5rem 0.625rem 0.875rem !important;*/
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
    /* border-radius: 0.375rem !important; */
    border-radius: 65px !important; 
    font-size: 0.9375rem !important;
    color: #495057 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23495057"><path d="M8 11L3 6h10l-5 5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 12px !important;
    min-width: 180px !important;
}

select:hover {
    border-color: #adb5bd !important;
    background-color: #f8f9fa !important;
}

select:focus {
    outline: none !important;
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15) !important;
}
button, .button {
        border-radius: 65px !important;
}
input {
        border-radius: 65px !important;
}