
.main-wrapper {
    background-color: #FFF;
    position: relative;
    clear: both;
}

.sidebar-wrapper {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 272px;
    border-right: 1px solid #EEE;
}

.main-container {
    position: relative;
    min-height: 100vh;
    margin-left: 271px;
    padding: 0 44px;
    background: #FFF;
    border-left: 1px solid #EEE;
}

.menu-item-1 {
    padding-left: 44px;
    font-size: 14px;
    line-height: 28px;
}

.menu-item-2 {
    padding-left: 60px;
    font-size: 14px;
    line-height: 28px;
}