/* Mobile Navigation */




.ne-glass {
    background: rgba(40, 40, 40, .2);
    backdrop-filter: blur(15px);
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
}


/* Dash */
#ne_dash {
    position: fixed;
    z-index: 32;
}

#ne_dash.active {
    background: #262626;
}

#ne_dash.expand {
    height: 510px;
    top: unset;
}

#ne_dash.expand #user_tab.active {
    box-shadow: 0 0 25px -12px rgba(0, 0, 0, 0.7);
}

#ne_dash #menu-main li {
    display: block;
    width: auto;
    margin: 0px 0px 0;
    padding: 0;
    height: 110px;
}

#ne_dash #menu-main li a {
    color: #393838;
    font-size: 19px;
    display: block;
    width: 100%;
    background: RGBA(227, 227, 227, 0.3);
    height: 100px;
    line-height: 100px;
    /*! border-radius: 4px; */
    letter-spacing: 0.04em;
}

#ne_dash .action .button span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    margin-left: 28px;
    text-align: left;
}

#ne_dash .action .logout.button {
    bottom: 20px;
    top: unset;
    background-image: url(../images/ui/ui-off.png);
    border-radius: 40px;
    /*! background-size: 20px; */
}


#ne_dash #ne_task_form_add {
    top: 130px;
}

#ne_dash #ne_account_new_form {
    top: 205px;
}


/* Dash menu items and buttons */
#general_nav {
    position: absolute;
    top: 456px;
    width: 100%;
    height: 50px;
    display: none;
}

#authorized_accounts .go-settings, #authorized_accounts .go-account, #authorized_accounts #logout, #authorized_accounts #gowp, #authorized_accounts 
 #ne_show_settings {
    /*! bottom: 80px; */
    position: absolute;
    width: 32px;
    border-radius: 3px;
    height: 25px;
    color: transparent !important;
    background-image: url(../images/ui-optimized/btn-exit.png);
    background-color: unset;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 14;
    background-position: center;
    bottom: 15px;
    padding: 0;
    margin: 0;
    right: 30px;
}


#authorized_accounts #gowp {
    background-image: url(../images/ui-optimized/btn-wp.png);
    right: 76px;
    top: unset;
    /* bottom: 20px; */
}

#authorized_accounts .go-settings  {
    background-image: url(../images/ui-optimized/btn-settings.png);
    right: 70px;
    top: 20px;
    bottom: unset;
    /* opacity: 0.4; */
}
#authorized_accounts .go-logout  {
    background-image: url(../images/ui/ui-settings.png);
    right: 113px;
    bottom: 19px;
}
#authorized_accounts .go-account {
    background-image: url(../images/ui-optimized/btn-account.png);
    right: 25px;
    top: 20px;
    /* bottom: 20px; */
    /* width: 18px; */
    /* height: 18px; */
}









/* Dash */

#ne_dash {
    width: 100%;
    left: 0;
    position: fixed;
    overflow: hidden;
    height: 0;
    bottom: -70px;
    opacity: 0;
}

#ne_dash.expand {
    height: 100vh;
    bottom: -60px;
    left: 0;
    width: 100%;
    opacity: 1;
}

#ne_finder {
    font-size: 7px;
    height: 60px;
    width: 45px;
    top: 0px;
    line-height: 0px;
    border-radius: 0;
    margin-left: 1px;
    color: #000;
    display: block;
    background: url(../images/ui/ui-filter.png) no-repeat;
    background-size: 25px;
    background-position: 18px 18px;
    position: absolute;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.7;
}

#ne_finder {
    right: 60px;
    background: url(../images/ui/ui-search-dark.png) #383636 no-repeat;
    background-size: 18px;
    background-position: 15px center;
    /* opacity: 0; */
}

#finder .search-results {
    position: absolute;
    top: 58px;
    width: 690px;
    height: auto;
    z-index: 99;
    background: #151515;
    padding: 24px 18px;
    color: #898989;
    display: none;
}

#finder .search-results.active {
    display: block;
    position: fixed;
    top: 95px;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

.search-results h2 {
    font-size: 12px;
    border-bottom: 1px solid #262626;
    margin: 0px 0 8px;
    padding: 6px 0;
    font-weight: 400;
    letter-spacing: .03em;
    color: #5f5f5f;
    text-transform: uppercase;
}

.search-results li {
    font-size: 18px;
    padding: 6px 0;
    color: #b88238;
    letter-spacing: .03em;
}

#finder .search-results a.search-id {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #c4c4c4;
}

#finder .search-results .section.task {
    margin-bottom: 18px;
}

#finder .search-results .no-result {
    color: #4a4646;
    font-size: 12px;
}







.filter {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 74px;
    height: 0;
}

.filter.active {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    height: auto;
}

.filter .item {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    text-transform: capitalize;
    display: none;
}

.filter.active .item,
.filter .item.main {
    display: block;
    background: rgb(95, 95, 95);
    text-align: left;
    font-size: 11px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 90px;
}

.filter.active .item.main {
    display: none;
}

.filter .main {
    display: none;
    width: 60px;
    position: unset;
    background: rgba(213, 213, 213, 0.84);
    color: rgb(119, 119, 119);
}

.filter .main.active {
    display: inline-block;
    position: unset;
}

.filter .item.active,
.filter .item.active:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.filter .item:hover {
    background: #ccc;
    color: #000;
}

#filter_status {
    left: 185px;
}

#user_tab .filter {
    left: -50px;
    left: unset;
    display: block;
    background: url(../images/ui/ui-expand-dark.png) #383636 no-repeat;
    background-size: 30px;
    font-size: 12px;
    color: transparent;
    right: 2px;
    z-index: 29;
    width: 60px;
    background-position: center;
    height: 60px;
    top: 0px;
}

#user_tab .filter.active {
    right: 0;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    width: 60px;
    background-size: 29px;
    background-position: center;
    border-radius: 0;
    height: 60px;
    top: 0px;
    z-index: 99;
}

#user_tab .top_buttons.finder.active {
    transition: 0.3s all ease-in-out;
}

#user_tab #ne_settings {
    font-size: 7px;
    height: 45px;
    width: 45px;
    left: 10px;
    top: 9px;
    line-height: 0px;
    border-radius: 0;
    margin-left: 1px;
    background: url(../images/ui/ui-dash.png) no-repeat;
    background-size: 23px;
    background-position: 10px 10px;
    position: absolute;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.3;
    display: none;
}

#user_tab {
    background: rgb(241, 241, 241);
    height: 60px;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18;
    background-position: 330px 16px;
    background-size: 423px;
}

#user_tab .edit .avatar-wrap {
    left: calc(50% - 20px);
    top: 10px;
}

#user_tab .avatar-wrap .avatar-link,
#user_tab .avatar-wrap .avatar {
    border-radius: 0;
}

#user_tab .avatar-wrap {
    left: 3px;
    right: unset;
    width: 57px;
    height: 57px;
    border-radius: 0;
    padding: 0;
    top: 2px;
}

#mobile.dash span {
    background: #989898;
}

#mobile.dash {
    position: fixed;
    z-index: 1;
    width: 144px;
    height: 60px;
    right: 216px;
    background: url(../images/ui/ui-request-2.png) #383636 no-repeat;
    background-size: 29px;
    background-position: center;
    top: 0px;
}

@media screen and (min-width: 768px) {
    #user_tab .avatar-wrap {
        left: 3px;
        right: unset;
        width: 57px;
        height: 57px;
        border-radius: 0;
        padding: 0;
        top: 2px;
    }

    #user_tab .avatar-wrap .avatar,
    #user_tab .avatar-wrap .avatar-link {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0;
    }



}

#ne_dash.expand #user_tab.active {
    box-shadow: 0 0 25px -12px rgba(0, 0, 0, 0.7);
}




#ne_new {
    position: unset;
    z-index: 31;
    top: 0;
    right: 63px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 0;
    z-index: 28;
    width: 60px;
    /* border-radius: 3px; */
    text-align: center;
    padding: 0;
    height: max-content;
    padding-top: 60px;
    display: block;
    height: 60px;
    overflow: hidden;
}

#ne_new {
    display: inline-block;
    line-height: 52px;
    background: #383636;
    text-align: left;
    padding-left: 0px;
    height: 58px;
    margin: 0px 0 0px 0;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.8);
    box-shadow: none;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    background-size: 423px;
    margin: 0 0px;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer;
    /* width: 90px; */
    border: 0px solid #e0e0e01f;
    top: 0;
    border-radius: 0;
    left: 0;
}

#new_buttons.active {
    opacity: 1;
    height: -webkit-fill-available;
    cursor: pointer;
    width: 350px;
}

#ne_new {
    background: #f4a83c !important;
    opacity: 0.3;
}

#ne_new.active {
    background: #f3a73e !important;
    opacity: 1;
}


#new_buttons.active .menu_wrapp {
    /* width: 100%; */
    height: auto;
    /* opacity: 1; */
}

#new_buttons .button {
    line-height: 40px;
    display: inline-block;
    line-height: 160px;
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    background-image: url(../images/ui/ui-menu-buttons-dark-3.png);
    background-size: auto 64px;
    background-position: -130px 15px;
    font-weight: 600;
}

#menu_wrap .button {
    line-height: 40px;
    display: inline-block;
    line-height: 160px;
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    background-image: url(../images/ui/ui-menu-buttons-dark-3.png);
    background-size: auto 64px;
    background-position: -130px 15px;
    font-weight: 600;
}

#new_buttons .button.task {
    background-position-x: 25px;
}

#new_buttons .button.account {
    background-position-x: -292px;
}

#new_buttons .button.campaign {
    background-position-x: -850px;
}

#new_buttons .button.feedback {
    background-position-x: -607px;
}

#new_buttons span.icon {
    display: none;
}

#new_buttons #ne_new.button {
    /* position: fixed; */
    border-radius: 0px;
    /* width: 60px; */
    height: 60px;
    /* box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.6); */
    background: no-repeat;
    background-image: url(../images/ne_logo.png);
    background-size: 41px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    display: block;
    background-color: #383636;
}

#new_buttons #ne_new.active {
    top: 0px;
    z-index: 30;
    right: 0px;
}

#ne_show_start span.label,
#ne_new span {
    top: unset;
    font-size: 10px;
    width: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a8a8a8ba;
    line-height: 20px;
    text-align: right;
    display: block;
    height: 20px;
    bottom: 8px;
    position: absolute;
    right: 12px;
    text-align: right;
    width: 100%;
}

#ne_new span {
    color: #383636;
}

#ne_show_start span.icon {
    position: absolute;
    display: inline-block;
    right: unset;
    top: 10px;
    left: 10px;
    margin: 0;
    /* background-size: contain; */
    /* background-position: 0 0; */
    height: 23px;
    width: 27px;
}

@media screen and (min-width: 375px) {




    #new_buttons .button,
    #menu_wrap .button {
        line-height: 40px;
        display: inline-block;
        line-height: 267px;
        font-size: 12px;
        color: #aaa;
        display: inline-block;
        background-size: auto 80px;
        background-position: -170px 5px;
        font-weight: 400;
        background-repeat: no-repeat;
        text-transform: uppercase;
    }

    #menu_wrap .button.task {
        /* background-position-x: 24px; */
    }

    #menu_wrap .button.account {
        background-position-x: center;
    }

    #menu_wrap .button.campaign {
        /* background-position-x: -1069px; */
    }

    #menu_wrap .button.feedback {}


    #menu_wrap .button.task {
        /* background-position-x: 26px; */
    }

    #menu_wrap .button.account {
        background-position-x: center;
    }

    #menu_wrap .button.campaign {
        /* background-position-x: -1067px; */
    }

    #menu_wrap .button.feedback {}



    #menu_wrap .button.task {
        /* background-position-x: 7px; */
        background-image: url(../images/ui-optimized/ic-timeline-dark.png);
    }

    #menu_wrap .button.account {
        /* background-position-x: -293px; */
        background-image: url(../images/ui-optimized/ic-accounts-dark.png);
    }

    #menu_wrap .button.campaign {
        /* background-position-x: -791px; */
        background-image: url(../images/ui-optimized/ic-campaigns-dark.png);
    }

    #menu_wrap .button.feedback {
        background-image: url(../images/ui-optimized/ic-feedback-dark.png);
    }


}




#authorization {
    top: 69px;
    position: absolute;
    left: 111px;
    z-index: 99;
    background-image: url(../images/ui/ui-dash-auth.png);
    background-size: 26px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    color: transparent;
    background-position: center 12px;
}


@media screen and (min-width: 320px) {



    #authorization {


        left: 15px;

        background-image: none;
        background-size: 24px;




        background-position: center 8px;


        top: 0px;
        left: 0px;
        background-color: unset;
        padding: 0;
        font-size: 8px;
        line-height: 8px;
    }

}

#new_buttons {
    z-index: 28;
    width: 150px;
    /* border-radius: 3px; */
    text-align: center;
    padding: 0;
    height: max-content;
    display: block;
    height: 59px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 63px;
}





#menu_wrap .button {
    height: 60px;
    font-size: 12px;
    color: rgb(170 170 170 / 47%);
    background-image: url(../images/ui-optimized/ic-request-dark.png);
    background-size: 61px;
    background-position: center 60px;
    background-color: unset;
    padding: 0;
    width: auto;
    border-radius: 0;
    /* background: unset; */
    height: calc((100vh - 310px) / 4);
    cursor: pointer;
    border: 1px solid #0000002b;
}

#menu_wrap .button:hover {
    background-color: #26262659;
    color: rgb(234 232 232);
    background-size: 25px;
    background-position: center center;
}

#ne_finder:hover {
    background-color: #4a4646;
}

#ne_finder {
    z-index: 99;
    top: 2px;
    right: 123px;
    z-index: 30;
    position: fixed;
    opacity: 0.6;
    opacity: 1;
    height: 57px;
    width: 57px;
    background-position: 21px center;
    display: none;
}

#user_tab .top_buttons.finder.active {
    left: 320px;

    transition: ;
}


#user_tab {
    z-index: 28;
    width: calc(100%);
    border: 0;
    background: #2e2d2d;
}

/* Finder */
#user_tab .edit .avatar-wrap {
    left: 20px;
    top: 10px;
}




@media screen and (min-width: 768px) {

    #ne_dash.active.minimal,
    #new_buttons {
        height: 59px;
        top: 0;
        position: absolute;
        overflow: hidden;
        display: block
    }

    #new_buttons {
        z-index: 999;
        width: 95px;
        text-align: center;
        padding: 0;
        right: 35px;
    }

    #new_buttons:hover {
        overflow: unset
    }

    #new_buttons.active {
        background: #f4a83c
    }

    #new_buttons #ne_new.active {
        top: 2px;
        z-index: 30;
        right: 1px;
        height: 58px
    }

    #ne_dash.active.minimal {
        width: calc(100% - 202px);
        color: transparent;
        left: 70px;
        z-index: 29;
        grid-template-columns: auto;
        opacity: 1
    }

    #general_nav {
        position: fixed;
        display: block
    }

    #general_nav .button {
        right: 30px
    }

    #general_nav .wp {
        right: 70px
    }

    #mobile,
    #user_tab #ne_settings {
        display: none
    }

    #menu_wrap .button.task {
        background-image: url(../images/ui-optimized/ic-timeline-dark.png)
    }

    #menu_wrap .button.account {
        background-image: url(../images/ui-optimized/ic-accounts-dark.png)
    }

    #menu_wrap .button.campaign {
        background-image: url(../images/ui-optimized/ic-campaigns-dark.png)
    }

    #menu_wrap .button.order {
        background-image: url(../images/ui-optimized/ic-orders.png)
    }

    #menu_wrap .button.transaction {
        background-image: url(../images/ui-optimized/ic-finance-dark.png)
    }

    #menu_wrap .button.project {
        background-image: url(../images/ui-optimized/ic-orders-2.png)
    }
    #menu_wrap .button.goal {
        background-image: url(../images/ui-optimized/ic-goals-dark.png)
    }

    #menu_wrap .button.feedback {
        background-image: url(../images/ui-optimized/ic-feedback-dark.png)
    }

    #user_tab .filter.active {
        right: 2px;
        width: 30px;
        background-size: 10px;
        background-position: CENTER 37px;
        border-radius: 0;
        height: 57px;
        top: 2px
    }

    #user_tab .filter:hover {
        background-color: #4a4646
    }

    #user_tab .filter.active:active {
        right: 0;
        width: 60px;
        background-size: 25px;
        background-position: 18px 17px;
        background-color: #ccc;
        border-radius: 0
    }

    #ne_dash.active {
        left: 0
    }

    #ne_dash {
        box-shadow: none
    }

    #user_tab.active {
        background: #2e2d2d;
        top: 0
    }

    #menu_wrapp,
    #new_buttons.active .menu_wrapp {
        display: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }

    #menu_wrapp {
        visibility: visible;
        -webkit-animation-name: show_new;
        -webkit-animation-duration: 400ms;
        -webkit-transform-origin: 0 0;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
        overflow: hidden;
        position: relative;
        display: none;
        margin: 0
    }

    #new_buttons.active .menu_wrapp {
        margin-top: 60px
    }

    #general_nav {
        top: -1px;
        height: 60px;
        bottom: 0;
        width: 90px;
        z-index: 30;
        right: 368px
    }

    #general_nav .edit {
        left: 250px;
        background-image: url(../images/ui/ui-cal.png)
    }

    #general_nav .home {
        right: 110px;
        display: none
    }

    #general_nav .wp {
        display: none
    }

    #authorization {
        background-image: none;
        background-size: 24px;
        background-position: center 8px;
        top: 0;
        left: 0;
        background-color: unset;
        padding: 0;
        font-size: 8px;
        line-height: 8px
    }

}



@media screen and (min-width: 1024px) {
    #menu_wrap .button {
        height: auto;
        font-size: 14px;
        /* background-size: 145px; */
        border: 1px solid #0000002b;
        /* padding-top: 70px; */
        position: relative;
    }
#menu_wrap .button span.icon {
    /* position: absolute; */
    /* top: 240px; */
}
    #menu_wrap .button:hover {
        color: rgb(234, 232, 232);
        background-size: 80px;
        background-position: center 51px;
    }

    #ne_finder:hover {
        background-color: #4a4646;
    }

    #ne_finder {
        height: 57px;
        width: 57px;
        top: 2px;
        right: 123px;
        z-index: 99;
        position: fixed;
        opacity: 1;
        background-position: 21px center;
        display: none;
    }

    #user_tab .top_buttons.finder.active {
        left: 320px;
        transition: all 0.3s ease;
    }

    #user_tab .edit .avatar-wrap {
        left: 20px;
        top: 10px;
    }
}