/* Minification failed. Returning unminified contents.
(50,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.input-sm {
    padding: 0;
    text-align: center;
}

.row-pad {
    padding: 4px 0;
}

.select2-hidden-accessible{
    display: none;
}

.select2-container-multi .select2-choices {
    border-radius: 1rem;
}

.row {
    padding-right: 0px;
    padding-left: 0px;
}

.btn {
    border-radius: 2rem;
}


#body {
    padding: 30px
}
.select2-results__options {
    &[aria-multiselectable=true]

    {
        .select2-results__option

        {
            &[aria-selected=true]:before

        {
            content: '☑';
            padding: 0 0 0 4px;
        }

        &:before {
            content: '◻';
            padding: 0 0 0 4px;
        }

        }
    }
}

