.Select {
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 20px;
    border: 0cap;
    gap: 0px;
    border-radius: 4px;
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-placeholder {
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select--multi {

    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-value{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-multi-value-wrapper{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-value-label{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-value-icon{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-value-options{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-clear-zone{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select span{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-menu-outer{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.Select-control{
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}

.dash-dropdown {
    color: rgba(210, 213, 216, 1);
    background: rgba(66, 85, 99, 1);
}