html[data-theme=dark] .custom-select-control{background-color:var(--color-base-100)!important}html[data-theme=dark] .custom-select-control input{color:var(--color-base-content)!important}html[data-theme=dark] .custom-select-multivalue{background-color:var(--color-primary)!important;color:var(--color-primary-content)!important}html[data-theme=dark] .custom-select-multivalue div{color:var(--color-primary-content)!important}html[data-theme=dark] .custom-select-singlevalue,html[data-theme=dark] .custom-select-singlevalue div{color:var(--color-base-content)!important}html[data-theme=dark] .custom-select-menu{background-color:var(--color-base-200)!important;color:var(--color-base-content)!important}.custom-select-menu{z-index:1000!important}html[data-theme=dark] .custom-select-option{background-color:var(--color-base-200)!important;color:var(--color-base-content)!important}html[data-theme=dark] .custom-select-option:active,html[data-theme=dark] .custom-select-option:hover{background-color:var(--color-base-300)!important}html[data-theme=dark] .custom-select-option-focus{background-color:var(--color-base-300)!important;color:var(--color-base-content)!important}