﻿nav.cellphone {
    width: 100%;
    height: calc(100% - 60px);
    border-radius: 10px;
    position: fixed;
    top: 100%;
    transition: top 1s;
    background-color: var(--white);
}

.nav-cellphone-active nav.cellphone {
    transition: top 1s;
    top: 60px;
    z-index: 10;
}

nav.cellphone .nav-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

nav.cellphone .nav-wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 12px;
    color: var(--white);
    background: var(--blue-new);
}

nav.cellphone .nav-wrapper .top .title {
    font-size: 16px;
}

nav.cellphone .nav-wrapper .top .close i {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    border: 0;
    text-decoration: none;
    line-height: 100%;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transform: rotate(45deg);
}

nav.cellphone .nav-wrapper .date {
    padding: 12px;
    color: var(--text-mute);
}

nav.cellphone .cell_group {
    display: flex;
    gap: 5px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #d9d9d9;
}

nav.cellphone .cell_group .header_bar,
nav.cellphone .cell_group .header_search {
    width: 100%;
    position: relative;
}

nav.cellphone .cell_group .header_bar .dropdown-btn {
    width: 100%;
    height: 48px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: var(--blue-new);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
}

nav.cellphone .cell_group .header_bar .dropdown-btn:before {
    content: '';
    width: 21px;
    height: 23px;
    background-image: url(../images/rotate_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

nav.cellphone .cell_group .header_bar .dropdown-menu {
    display: none;
    position: absolute;
    top: 52px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    z-index: 10;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .3s ease-out;
    cursor: pointer;
    border-radius: 10px;
}

nav.cellphone .cell_group .header_bar .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: 7px;
    gap: 4px;
    width: 222px;
    height: 270px;
}

nav.cellphone .cell_group .header_bar .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #324053;
}

nav.cellphone .cell_group .header_bar .dropdown-menu li.active, .dropdown-menu li:hover {
    background-color: #2181bf;
    color: #fff;
}

nav.cellphone .cell_group .header_search {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

nav.cellphone .cell_group .header_search .search_input {
    background-color: #d9dbe8;
}

nav.cellphone .cell_group .header_search .search_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    pointer-events: none;
}

nav.cellphone .nav-list {
    padding: 12px;
    width: 100%;
    height: calc(100% - 162.5px);
    overflow-y: scroll;
    font-size: 16px;
}

nav.cellphone .nav-list .nav-item {
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 12px;
    border: 1px solid var(--blue-new);
}

nav.cellphone .nav-list .nav-item .nav-first {
    border-radius: 10px;
    padding: 20px;
    font-weight: 700;
    color: var(--blue-new);
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

nav.cellphone .nav-list .nav-item.active .nav-first {
    color: var(--white);
    background-color: var(--blue-new);
}

nav.cellphone .nav-list .nav-item .nav-first .nav-icon {
    display: flex;
    position: relative;
    width: 25px;
    height: 23px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 23px;
}

nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="shortcut"] {
    background-image: url(../images/bookmark_blue.svg);
}

nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="shortcut"] {
    background-image: url(../images/bookmark_white.svg);
}

/* nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="zwgl"] {
    background-image: url(../images/icon_a02_blue.1172c69f.svg);
}

nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="zwgl"] {
    background-image: url(../images/icon_a02.ad92a9bc.svg);
} */

nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="IncomeExp"],
nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="IncomeExp"],
nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="Finance"],
nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="Finance"],
nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="Accounting"],
nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="Accounting"] {
    scale: 1.3;
}

/*  */

nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="IncomeExp"] {
    background-image: url(../images/IncomeExp_blue.svg);
}

nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="IncomeExp"] {
    background-image: url(../images/IncomeExp_white.svg);
}

nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="Finance"] {
    background-image: url(../images/Finance_blue.svg);
}

nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="Finance"] {
    background-image: url(../images/Finance_white.svg);
}

nav.cellphone .nav-list .nav-item .nav-first .nav-icon[data-icon="Accounting"] {
    background-image: url(../images/Accounting_blue.svg);
}

nav.cellphone .nav-list .nav-item.active .nav-first .nav-icon[data-icon="Accounting"] {
    background-image: url(../images/Accounting_white.svg);
}

nav.cellphone .nav-list .nav-item .nav-first .fa-chevron-down {
    position: absolute;
    right: 20px;
    transition: .5s;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/chevron_down_blue2.svg);
    background-size: auto 16px;
    pointer-events: none;
}

nav.cellphone .nav-list .nav-item.active .nav-first .fa-chevron-down {
    transition: .5s;
    transform: rotate(180deg);
    background-image: url(../images/chevron_down_white2.svg);
}

nav.cellphone .nav-list .nav-item .nav-second {
    display: none;
    transition: all .5s;
    transform: translateY(-100%);
}

nav.cellphone .nav-list .nav-item.active .nav-second {
    display: block;
    transform: translateY(0);
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list {
    padding: 0 10px;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item {
    width: 100%;
    display: grid;
    place-items: center;
    position: relative;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .txt {
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 75%, .649);
    padding: 7px 10px;
    color: var(--blue-deep);
    text-indent: 1rem;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .fa-chevron-down {
    position: absolute;
    top: 9px;
    right: 10px;
    transition: .5s;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/chevron_down_blue2.svg);
    background-size: auto 16px;
    pointer-events: none;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item.active .fa-chevron-down {
    transition: .5s;
    transform: rotate(180deg);
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .nav-third {
    width: 100%;
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-rows: 0fr;
    transition: all 0.3s;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item.active .nav-third {
    background: var(--blue-new);
    grid-template-rows: 1fr;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .nav-third .nav-third-list {
    width: 100%;
    min-height: 0;
    visibility: hidden;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item.active .nav-third .nav-third-list {
    visibility: visible;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .nav-third .nav-third-list .nav-third-item {
    width: 100%;
    display: grid;
    place-items: center;
    position: relative;
}

nav.cellphone .nav-list .nav-item .nav-second .nav-second-list .nav-second-item .nav-third .nav-third-list .nav-third-item .txt {
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 75%, .649);
    padding: 5px 20px;
    color: #fff;
}

nav.cellphone .logout {
    margin-top: auto;
    padding: 12px;
}

nav.cellphone button {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #abc9fb;
    border-radius: 10px;
    font-size: 16px;
    color: var(--white);
    background: var(--blue-deep);
}

.fa {
    color: var(--white);
}

.nav-cellphone-active .container-cover[data-mobile] {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: var(--bg-dark-cover);
}