/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* SEARCH BAR FOR MULTIPLE SELECTOR */
 .ms-search {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: inherit;
}


.ms-options ul {
    list-style-type: none;
}