aside#sp-left { z-index: 10; }


@media (min-width: 992px) {
aside#sp-left .sp-module.custom-dashboard-sidebar {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    width: 300px;
    background: #fff;
    height: 100%;
    border-radius: 0;
    z-index: 999;
    top: 0;
    margin: 0 !important;
}
}
#sp-left .sp-module.custom-dashboard-sidebar {
    border: 0;
    padding: 0;
}

/*logo*/
.logo-panel img {width: 190px;}
@media only screen and (min-width: 992px) {.project-sidebar {position: fixed;}}
.project-sidebar {background: #fff;width: 265px;top: 0;left: 0;margin-top: 0!important;}
.logo-panel {padding: 20px;display: flex;justify-content: center;}
@media (max-width: 991px){
.sp-module.project-sidebar {padding: 0 15px;}
.logo-panel {/* padding-right:0px; */float: right;padding: 5px 20px;justify-content: flex-end;}
.com-sppagebuilder.com-altauserpoints .sp-module.project-sidebar {padding: 0 30px!important;}
}
@media screen and (max-width:1199px){
.logo-panel {
    width: 180px;
}}
/*icons*/
.sidebar-box img {width: 20px;margin-right: 15px;}

/*sp left background*/
.view-user div#sp-left {padding: 0;/* margin: 0!important; */}
.sidebar {
    /* -webkit-transition: all 0.25s linear; */
    -o-transition: all 0.25s linear;
    /* display: block; */
    /* z-index: 3; */
    /* position: absolute; */
    /* left: -1000px; */
    /* width: 100%; */
    padding: 30px 20px 30px 0;
    /* overflow-y: auto; */
    /* background-color: #fff; */
    /* transition: all 0.25s linear; */
}

/*sidebar function*/
@media only screen and (min-width: 992px) {
.sidebar.is-show {
    /* left: 0; */
    /* position: fixed; */
    /* width: 250px; */
    /* overflow-y: scroll; */
    /* height: 620px; */
    /* padding-bottom: 80px; */
}}

.sidebar { transition: 0.2s; }

.sidebar.is-show {
    left: 0;
    /* width: 265px; */
    /* overflow: hidden; */
    /* overflow-x: scroll; */
    height: 100%;
    /* padding-bottom: 150px; */
    background: #fff;
}

/*sidebar list*/
.uk-nav li {border-bottom: 0px!important;}


/*MOBILE*/
@media (max-width: 991px){
    .sidebar.is-show { width: 270px; box-shadow: 2px 0 20px rgb(71 71 71 / 10%); }
.project-sidebar>.sp-module-content {display: inline-flex;width: 100%!important;justify-content: end;position: relative;}
.sp-module.project-sidebar {width: 100%;}
.sp-module.project-sidebar {height: 80px;}
.logo-panel img {max-width: 155px;max-height: 60px;width: 100%;height: 100%;}
}





/*sengzi*/
/*later i moved it to different folder -  0foc_system > dashboard.css*/


.sidebar.is-show+.page-main {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    left: 250px;
    width: calc(100% - 250px);
    padding: 45px 45px;
    transition: all 0.25s linear;
}

.sidebar+.page-main {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    left: 0;
    width: 100%;
    padding: 45px 30px;
    transition: all 0.25s linear;
}

.sidebar-box {
    display: block;
    position: relative;
}

.sidebar-box .uk-nav li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 12px 15px 30px;
    border-radius: 0px 10px 10px 0px;
    color: #646464;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a:hover,
.sidebar-box .uk-nav li a:focus,
.sidebar-box .uk-nav li a:active,
.sidebar-box .uk-nav li a.nice-select.open {
    background: rgb(179 179 179 / 16%);
    color: #29b389;
}

.sidebar-box .uk-nav li a:hover [class*='ico_'],
.sidebar-box .uk-nav li a:focus [class*='ico_'],
.sidebar-box .uk-nav li a:active [class*='ico_'],
.sidebar-box .uk-nav li a.nice-select.open [class*='ico_'] {
    color: #29b389;
}

.sidebar-box .uk-nav li a [class*='ico_'] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    color: #646464;
    font-size: 24px;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a::before {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    background: #5a5a5a;
    content: '';
    opacity: 0;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a span.count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: auto;
    border-radius: 50%;
    background: #F46119;
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.sidebar-box .uk-nav li.uk-nav-header {
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    line-height: 1.33;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
}

.sidebar-box .uk-nav li.uk-active a {
    background: #adadad30;
    color: #000000 !important;
}

.sidebar-box .uk-nav li.uk-active a [class*='ico_'] {
    color: #000000;
}

.sidebar-box .uk-nav li.uk-active a::before {
    opacity: 1;
}

.sidebar-box .uk-nav li a [class*='ico_'] {
    font-size: 20px;
    margin-right: 9px;
}

.sidebar-box .uk-nav li a {
    /* font-family: 'Noto Sans SC', serif; */
    font-size: 14px;
    line-height: 1.5 !important;
    font-weight: 500;
    padding: 15px 20px !important;
    letter-spacing: 0;
    color: #000 !IMPORTANT;
}

.sidebar-box .uk-nav li.uk-nav-header {
    font-weight: 700 !important;
}

.page-header__sidebar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 250px;
    height: 70px;
    padding: 0 30px;
    border-right: 1px solid #F2F2F2;
}

@media only screen and (min-width: 992px) {
.page-header__sidebar {
    display: none!important;
}}

.page-header__menu-btn {
    /* margin-right: 30px; */
    /* margin-bottom: -10px; */
    display: none;
}

.page-header__menu-btn .menu-btn {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border: none;
    outline: none;
    color: #646464;
    font-size: 20px;
    transition: all 0.25s linear;
    background: none;
}

.menu-btn img {
    width: 30px;
    background: transparent;
    padding-left: 10px;
}

.page-header__menu-btn .menu-btn:hover,
.page-header__menu-btn .menu-btn:focus,
.page-header__menu-btn .menu-btn:active,
.page-header__menu-btn .menu-btn.nice-select.open {
    color: #000;
    background: none!important;
}

@media only screen and (max-width: 992px) {
    .page-header__menu-btn {
        display: block;
    }
    .sidebar.is-show + .page-main {
        left: 0;
        width: 100%;
        padding: 30px;
        overflow: hidden;
    }

    .sidebar.is-show + .page-main::before {
        opacity: 1;
    }

    .sidebar + .page-main {
        padding: 30px 30px 45px;
    }

    .page-first-screen {
        padding: 50px 15px 50px 30px;
    }

    .form-login {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
#sp-left .sp-module.custom-dashboard-sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 -15px;
    background: #fff;
    z-index: 1;
}

    .page-header__sidebar {
        width: auto;
        padding: 0 10px 0 0px;
        border-right: 0;
        float: left;
        left: 0;
        z-index: 999999;
    }

    .sidebar {
        padding: 20px 20px 20px 0;
        position: fixed;
        top: 0;
        height: 100%!important;
        left: -265px;
    }

    .sidebar.is-show + .page-main {
        padding: 20px 15px 30px;
    }
}



/**/