/* This stylesheet is used to style the public-facing components of the plugin. */

.select2-container.form-control {
    border: none;
    background-color: transparent;
    padding: 0;
    height: auto;
}

.select2-results {
    font-family: sans-serif;
}

.select2-drop .select2-disabled {
    display: none;
}
