body {
    font-family: 'Noto Sans Display', sans-serif;
}

@media (min-width: 768px) {
    .navbar-vertical .navbar-collapse:before {
        margin: 0 !important;
    }
}

a.nav-link.active {
    border-radius: .375rem;
    background: #f6f9fc;
}

.profile-image .profile-pic:hover {
    transform: translate(-50%, -33%);
}

.profile-image .profile-pic {
    position: absolute;
    left: 50%;
    max-width: 180px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    border-radius: 50%;
}

.profile-image .profile-pic,
.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.profile-pic {
    background-position: center;
    background-size: cover;
    height: 120px;
    width: 120px;
}

.btn.btn-icon {
    font-size: 20px;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
}

.btn.btn-icon:hover {
    transform: none;
    box-shadow: none;
}

.btn.btn-icon:focus {
    transform: none;
    box-shadow: none;
}

.cursor-pointer--hover:hover {
    cursor: pointer;
}

/* multiselect */
.ms-container {
    width: 100% !important;
}

.ms-container .ms-optgroup-label {
    position: sticky;
    top: 0;
    z-index: 1;
    font-weight: bold;
    background-color: aliceblue;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* select2-bootstrap4 */
.select2-container--bootstrap4 .select2-selection {
    border: 1px solid rgba(50,151,211,.25);
    padding: 0.625rem 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection__placeholder,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    /* line-height: calc(1.5em + .75rem); */
    line-height: normal !important;
}