@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

.Select-control {
    background:#1e293b !important;   
    color: #1e293b !important;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
    border-color: #1e293b !important;
    font-family: "Roboto", sans-serif;
}

.Select-menu-outer {
    background:#1e293b !important;
    color: #e5e7eb !important;
    min-width: 220px;
    left: 25px !important;
    top: 35px;
    right: 10px !important;
    border-color: #1e293b !important;
    font-family: "Roboto", sans-serif #1e293b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "Roboto", sans-serif;
}

.Select-value-label {
    color: #e5e7eb !important;
}