/* Your custom styles */
.dropdown-primary {
    left: unset;
    width:min-content;
}
.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}
.input-xs {
    height: 22px;
    /*padding: 5px 5px; */
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.logo-sn {
    height: 150px;
}
.logo-sn img {height: 100px;}
.hide {display: none !important;}
.force-scroll {
    overflow-y: scroll;
    height: 200px;
}
    