/*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 15px;
    display: flex;
    justify-content: center;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    /* background-image: linear-gradient(45deg, #081d45, #0b2a60); */
}

@media (max-width: 992px) {
    .sp-module.project-sidebar {
        padding: 0 15px;
    }

    .logo-panel {
        padding-right: 0px;
    }

    .com-sppagebuilder.com-altauserpoints .sp-module.project-sidebar {
        padding: 0 30px !important;
    }
}

/*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: #171d3e;
    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.is-show {
    left: 0;
    width: 265px;
    overflow-y: hidden;
    height: 100%;
    padding-bottom: 120px;
}

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


/*MOBILE*/
@media (max-width: 992px) {
    .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;
    }
}





/*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;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 12px 15px 30px;
    border-radius: 0px 20px 20px 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: #fff;
}

.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: #bf9153;
}

.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: #e21f25; */
    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;
    padding-left: 30px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/* .sidebar-box .uk-nav li.uk-active a {
    background: #fce8e9;
    color: #fe0000;
} */

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

.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: 'Inter', serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

.sidebar-box .uk-nav li.uk-nav-header {
    font-weight: 500 !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: 60px;
    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;
}

.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: 992px) {

    .page-header__sidebar {
        padding: 0 0px 0 0px;
        border-right: 0;
        float: left;
        position: absolute;
        left: 0;
        width: auto;
    }

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

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



/*end*/