.manage-content {
    .account-left {
        width: 8%;
        height: 98%;
        margin-top: 2px;
        padding-bottom: 50px;
        float: left;
        border-right: none;
        overflow-y: auto;
        .ant-menu-submenu {
            .ant-menu-submenu-title {
                font-size: 16px;
            }
        }
        .ant-menu-item {
            overflow: inherit;
        }
        .ant-menu-inline .ant-menu-item:after, .ant-menu-vertical .ant-menu-item:after {
            content: "";
            display: none;
        }
    }

    @media (min-width:1386px) and (max-width:1581px){
        .account-left {
            width: 14%;
        }
    }

    @media (max-width:1386px){
        .account-left {
            width: 16%;
        }
    }
}
.containers{
    padding: 10px;
    background: #ffffff;

}