/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

/* .navbar.scrolled, .navbar.navbar-toggled-show {
    background-color: #dfe6e9 !important;
} */

.navbar.navbar-expand-lg {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.select2-selection__rendered {
    font-size: .8em;
}