.select2 select2-container select2-container--default select2-container--above {
    width: 100%;
}

li.select2-selection__choice {
    color: black;
}
/* select users*/
button.btn.btn-dark{
    background-color:grey;
    margin: 0.4rem
}
/* box articles*/
article.media.notification.is-dark { 
    height: 45.5rem;
}
/*providers with acces scroll*/
.providers-access{
    margin-top:0.5rem;
    font-weight: bold; 
    text-align: left; 
    overflow-y: auto;
    height: 5rem;
    padding: 0 0 0 1.5rem;
}