.navbar-form input[type="search"] {
    min-width: 32em;
}

.dropdown-menu input {
    border: 0;
    padding: 0 15px;
}

.dropdown-menu.scrollable {
    height: auto;
    max-height: 240px;
    overflow-x: hidden;
}

.row.autoclear .col-md-4:nth-child(3n+1) {
    clear: both;
}

.select2-selection--multiple .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    margin-top: 0.12502rem;
    margin-left: 0.625rem;
    opacity: 0.95;
    transition: opacity ease-in-out 0.15s;
    background-color: #dc3545;
    border-radius: 3px;
    }
    
@media (prefers-reduced-motion: reduce) {
    .select2-selection--multiple .select2-selection__clear {
        transition: none;
    }
}
    
.select2-selection--multiple .select2-selection__clear:hover {
    opacity: 1;
}
    
.select2-selection--multiple .select2-selection__clear:after {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    font-size: 2.25rem;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}