/* Dark theme inputs */
input, select, textarea {
    background-color: #18181b !important;
    color: #d4d4d8 !important;
    border-color: #27272a !important;
}
input:focus, select:focus {
    border-color: #18660E !important;
    outline: none;
}

/* Custom dropdown arrow */
.custom-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a1a1aa'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 18px !important;
}
