﻿.logo {
    vertical-align: middle;
    color: black;
    font-weight: bold;
    font-size: 18px;
    height: 32px;
    margin: 16px;
    padding-left: 40px;
}

#components-layout-demo-responsive .logo {
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    margin: 16px;
}

.site-layout-sub-header-background, .site-layout-background {
    background: #fff;
}

.sider-menu {
    overflow: auto;
    height: 100vh;
    z-index: 100;
}

.sider-menu-postion {
    position: absolute;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.block {
    display: block;
}

.none {
    display: none;
}

.drawer-mask {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.drawer-menu {
    box-shadow: 2px 0 8px rgb(0 0 0 / 15%);
    border-radius: 0 4px 4px 0;
    position: fixed;
    top: 13px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.drawer-left-200 {
    left: 200px;
}

.drawer-left-0 {
    left: 0px;
}
