.no-browse:after {
    content: none!important;
}
.no-browse {
    height:auto!important;
    padding: 0!important;
}
.no-browse .btn
{
    display: block;
}
.select2-container--default .select2-results > .select2-results__options{
    max-height: 500px!important;
}
.no-browse-input{
    font-size: 0;
}
.no-browse-input:hover + .custom-file-label > .btn.btn-secondary
{
    border-color: #ebedf2;
    background-color: #f4f5f8;

}
.no-browse-input:hover
{
    cursor: pointer;
}
.no-browse-input:focus + .custom-file-label {
    border-color: #ebedf2!important;

}


.m-brand__logo{
    width: 140px;
}
.empty-image
{
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background-color: rgb(100, 100, 100);
}