.btn-sm-mino{
    padding: 1px 3px 1px 3px;
    font-size: 12px;
}
.select2-container .select2-selection--single{
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height:1.5;
    padding-left:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5;
}
.cursor-pointer{
    cursor: pointer;
}
