.appmenu-item {
    transition: background-color .15s, box-shadow .15s
}

.appmenu-item__img {
    margin: auto;
    width: 40px;
    height: 40px
}

@media(min-width:640px) {
    .appmenu-item__img {
        width: 50px;
        height: 50px
    }
}

.appmenu-item__text {
    overflow: hidden;
    color: #fff;
    font-weight: 800
}

.appmenu-item__badge {
    background-color: #ff6b6b;
    color: #fff;
    border-radius: 60px;
    padding: 0 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0
}

.appmenu-item--secondary {
    border-radius: 12px;
    padding-left: 6px;
    padding-top: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.appmenu-item--secondary.appmenu-item--active {
    background: #5fbf77;
    box-shadow: inset 0 4px 0 rgba(57, 65, 75, .15)
}

.appmenu-item--secondary .appmenu-item__text {
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.1px
}

.appmenu-item--secondary .appmenu-item__img {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    margin-top: -1px;
    margin-bottom: -1px
}

@media(min-width:640px)and (max-width:1023.98px) {
    .appmenu-item--secondary .appmenu-item__img {
        width: 66px;
        height: 66px
    }
}

.appmenu-item--main {
    position: relative;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 6px 0 3px
}

@media(min-width:1024px) {
    .appmenu-item--main:hover{
        background-color: #05b46c;
        color: white ;
        
    }
}

.appmenu-item--main.appmenu-item--active {
    background: url("") no-repeat center 6px;
    background-size: auto 40px
}

@media(min-width:640px) {
    .appmenu-item--main.appmenu-item--active {
        background-size: auto 64px
        
    }
}

@media(min-width:1024px) {
    .appmenu-item--main.appmenu-item--active {
        background: #05b46c;
        box-shadow: inset 0 4px 0 rgba(57, 65, 75, .15);
        color: #fff
    }
}

.appmenu-item--main.appmenu-item--active .appmenu-item__text {
    color: #05b46c
}

@media(min-width:1024px) {
    .appmenu-item--main.appmenu-item--active .appmenu-item__text {
        color: #fff
    }
}

@media(min-width:1024px) {
    .appmenu-item--main {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: auto;
        padding: 3px 0 12px
    }
}

.appmenu-item--main .appmenu-item__text {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 0.7rem;
    letter-spacing: 0;
    letter-spacing: 0.5px
}

@media(min-width:640px) {
    .appmenu-item--main .appmenu-item__text {
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.1px;
        letter-spacing: -.5px
    }
}

.appmenu-item--main .appmenu-item__img {
    display: block;
    margin: -1px auto 2px
}

@media(min-width:1024px) {
    .appmenu-item--main .appmenu-item__img {
        height: auto;
        width: 100%;
        padding: 0 21px;
        margin-bottom: -1px;
        margin-top: -1px
    }
}

.appmenu-item--main .appmenu-item__badge {
    position: absolute;
    right: 6px;
    top: 0
}

@media(min-width:640px) {
    .appmenu-item--main .appmenu-item__badge {
        right: 24px;
        top: 6px
    }
}

@media(min-width:1024px) {
    .appmenu-item--main .appmenu-item__badge {
        top: 12px
    }
}

.appmenu-item--light .appmenu-item__text {
    color: #8b98ae
}

@media(min-width:1024px) {
    .appmenu-item--light:hover .appmenu-item__text {
        color: #5fbf77
    }
}

.appmenu-item--light.appmenu-item--active {
    background: none;
    background: #5fbf77;
    box-shadow: inset 0 4px 0 rgba(57, 65, 75, .15)
}

.appmenu-item--light.appmenu-item--active .appmenu-item__text {
    color: #fff
}


.app-appmenu {
    width: 100%;
    height: 60px;
    box-sizing: content-box
}

@supports(padding-bottom:constant(safe-area-inset-bottom)) {
    .app-appmenu {
        padding-bottom: constant(safe-area-inset-bottom)
    }
}

@supports(padding-bottom:env(safe-area-inset-bottom)) {
    .app-appmenu {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

@media(min-width:640px) {
    .app-appmenu {
        height: 90px
    }
}

@media(min-width:1024px) {
    .app-appmenu {
        height: 100px

    }
}

.appmenu {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 103;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(57, 65, 75, .1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@supports(padding-bottom:constant(safe-area-inset-bottom)) {
    .appmenu {
        padding-bottom: constant(safe-area-inset-bottom)
    }
}

@supports(padding-bottom:env(safe-area-inset-bottom)) {
    .appmenu {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

.appmenu--light {
    background-color: #fff
}

@media(min-width:1024px) {
    .appmenu {
        right: 10px;
        bottom: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        height: fit-content;
        padding: 10px 0 6px;
        border-radius: 10px;
        width: 100px;
    }
}

@media(min-width:1024px) {
    .appmenu__item {
        margin-top: 6px
    }
}

.appmenu__item:first-child {
    margin-top: 0
}

.appmenu__mask {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7)
}