.app__header{
    line-height: 1;
    padding-top: 2.5rem;
    /* background: var(--primary-grade);
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */

    --a: var(--text-secondary);
    --a-hover: var(--primary);
    --av-width: 44px;
}
.header__first{
    max-width: calc(100% - 100px - 1rem);
}
.header__first img{
    object-fit: contain;
    width: 175px;
}
.app__header .text-overflow{
    display: inline-block;
    max-width: 110px;
}

@media (width < 420px) {
    .header__first img{
        width: 140px;
    }
    .app__header .text-overflow{
        max-width: 105px;
    }
}
@media (width < 390px) {
    .header__first img{
        width: 130px;
    }
    .app__header .text-overflow{
        max-width: 80px;
    }
}
@media (width < 360px) {
    .header__first img{
        width: 120px;
    }
    .app__header .text-overflow{
        max-width: 60px;
    }
}

.circle-icon{
    position: relative;
    /* width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--section-bg);
    border: var(--border);
    box-shadow: var(--box-shadow); */
    
    --mask: var(--text-secondary);
    --icon-size: 24px;
}
.btn-aside-menu.circle-icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--section-bg);
    border: var(--border);
    box-shadow: var(--box-shadow);
}
.circle-icon [data-count]{
    /* top: -7px;
    left: -7px; */

    top: -5px;
    left: -5px;
    --width: 10px;
    width: 10px;
    background: var(--primary);
}
.circle-icon [data-count]::before{
    display: none;
}

.app-menu{
    --a: var(--text-secondary);
    --a-hover: var(--primary);
}
.app-menu nav a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.app-menu nav i{
    --icon-size: 28px;

    margin: 0 !important;
    width: 44px;
    text-align: center;
}
.social-btns{
    direction: ltr;
    --mask: var(--text-secondary);
    --mask-hover: var(--primary);
    --icon-size: 24px;    
}

.counter-open-orders[data-count="0"],
.counter-open-orders[data-count="0"] + *{
    display: none;
}

.counter-open-orders{
    background: var(--primary) !important;
    border-radius: 5px;
    margin-inline-start: 5px;
}