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

* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    background-color: #F5F7FA;
}



.Select-control {
    border-radius: 8px !important;
    border-color: #E2E8F0 !important;
    transition: all 0.2s ease;
}

.Select-control:hover {
    border-color: #119DFF !important;
}

.Select.is-focused .Select-control {
    border-color: #119DFF !important;
    box-shadow: 0 0 0 3px rgba(17, 157, 255, 0.1) !important;
}

.VirtualizedSelectOption {
    padding: 6px 10px;
}

.VirtualizedSelectFocusedOption {
    background-color: #EFF6FF;
}


._ddk-title {
    font-weight: 700;
    font-size: 20px;
    color: #1E293B;
}