/* Custom CSS to remove dropdown arrows */
.dropIcn:after {
    display: none !important;
}
