@import "colors";

.multi-select-picker-panel {
    background-color: $white;
    border: 1px solid $gray-300;
    flex-direction: column;
}

.clear-backdrop {
    background-color: transparent;
}



