#no-side-panel-layout-size {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#n-s-p-l-header-wrp {
    display: block;
    width: 100%;
    flex: 0;
    margin-top: 24px;
}

@media only screen and (max-width: 825px), only screen and (max-height: 775px) and (max-width: 1100px) {
    #n-s-p-l-header-wrp {
        margin-top: 18px;
    }
}

#n-s-p-l-header-layout {
    display: flex;
    width: 100%;
    flex-direction: row;
}

@media only screen and (max-width: 825px), only screen and (max-height: 775px) and (max-width: 1100px) {
    #n-s-p-l-header-layout {
        justify-content: center;
    }
}

#n-s-p-l-logo-wrp {
    display: table;
}

#n-s-p-l-logo-desktop-wrp {
    display: table;
}

@media only screen and (max-width: 825px), only screen and (max-height: 775px) and (max-width: 1100px) {
    #n-s-p-l-logo-desktop-wrp {
        display: none;
    }
}

#n-s-p-l-logo-desktop-wrp img {
    height: 20px;
}

#n-s-p-l-logo-mobile-wrp {
    display: none;
}

@media only screen and (max-width: 825px), only screen and (max-height: 775px) and (max-width: 1100px) {
    #n-s-p-l-logo-mobile-wrp {
        display: table;
    }
}

#n-s-p-l-logo-mobile-wrp img {
    height: 24px;
    width: 24px;
}

#no-side-panel-layout-content {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}