/* Custom CSS file for Paratune ERP */

.dash-sidebar .m-header.main-logo {
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.dash-sidebar .m-header.main-logo .b-brand {
    display: block;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.dash-sidebar .m-header.main-logo .b-brand img.logo-lg {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}
