@font-face {
    font-family: Merck;
    src: url('../fonts/Mkgaa-Regular.woff2');
}
.logo{
    font-family: Merck, Helvetica, Arial;
    color: #eb3c96 !important;
    margin-top: -7px;
}

.card-merck:not(.card-outline) .card-header {
    background-color: #503291;
}


@media(min-width: 768px) {
    #sidebar{
        position: fixed;
    }
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400 !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background-color: #503291 !important;
    border-color: #503291 !important;
    color: #FFF !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #503291 !important;
    color: #FFF !important;
}