.layersBox { margin-top: 10px; } .selectInput { background-color: #25262b !important; border-color: #373a40 !important; color: #fff !important; font-size: 13px !important; } .selectInput:focus { border-color: #228be6 !important; } .selectDropdown { background-color: #25262b !important; border-color: #373a40 !important; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important; } .selectOption { color: #c1c2c5 !important; font-size: 13px !important; transition: background-color 0.2s ease; } .selectOption[data-hovered] { background-color: #2c2e33 !important; } .selectOption[data-selected] { background-color: #228be6 !important; color: #fff !important; }