.community-list[data-v-90994f54],
.community-list-single[data-v-90994f54] {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative
}

@media (min-width:768px) {
    .btn_community_icon[data-v-90994f54] {
        height: 35px !important;
        width: 35px !important
    }
}

@media (min-width:1024px) {
    .btn_community_icon[data-v-90994f54] {
        height: 2.5rem !important;
        width: 2.5rem !important
    }
}

.btn_community_icon[data-v-90994f54] {
    border-radius: 5px;
    height: 28px;
    overflow: hidden;
    position: relative;
    width: 28px
}

.btn_community_icon.bigger_size[data-v-90994f54] {
    border-radius: 10px;
    height: 40px;
    width: 40px
}

.btn_community_icon.main-community-icon-box[data-v-90994f54] {
    /* background: hsla(0, 0%, 100%, .3); */
    position: relative
}

.main-community-icon[data-v-90994f54] {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px
}

.main-community-icon.bigger_size[data-v-90994f54] {
    width: 25px
}

.btn_community_icon.telegram[data-v-90994f54] {
    background: #08c;
    padding: 5px
}

.btn_community_icon.telegram img[data-v-90994f54] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px
}

@media (max-width:350px) {
    .btn_community_icon[data-v-90994f54] {
        height: 20px;
        width: 20px
    }
    .btn_community_icon.telegram img[data-v-90994f54] {
        width: 12px
    }
}

.community-line[data-v-90994f54] {
    background: var(--line);
    height: 30px;
    margin: 0 10px;
    width: 1px
}

.topbar_menu[data-v-9c0f9827] {
    background: var(--topbar-menu-bg);
    position: relative
}

.topbar_menu_item[data-v-9c0f9827] {
    align-items: center;
    color: var(--topbar-text-color);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
    white-space: nowrap
}

.topbar_menu_item~.topbar_menu_item_dropdown[data-v-9c0f9827] {
    background-image: url(../img/dd_bg.webp);
    background-position: 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: all .3s;
    width: 100%
}

.isDesktop .topbar_menu_item:hover~.topbar_menu_item_dropdown[data-v-9c0f9827],
.isDesktop .topbar_menu_item_dropdown[data-v-9c0f9827]:hover {
    max-height: 300px;
    opacity: 1
}

.isDesktop .topbar_menu_item[data-v-9c0f9827]:hover,
.topbar_menu_item.active[data-v-9c0f9827] {
    color: var(--topbar-text-color-active)
}

img.header_icon[data-v-9c0f9827] {
    filter: var(--topbar-img-filter)
}

.isDesktop .topbar_menu_item:hover img.header_icon[data-v-9c0f9827],
.router-link-active img.header_icon[data-v-9c0f9827] {
    filter: var(--topbar-img-filter-active)
}

.topbar_menu_item.router-link-active[data-v-9c0f9827] {
    color: var(--topbar-text-color-active)
}

.topbar_menu_dropdown_item[data-v-9c0f9827] {
    align-items: center;
    color: #8f99a3;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    transition: all .3s;
    white-space: nowrap;
    width: 100%
}

.topbar_menu_dropdown_item.router-link-active[data-v-9c0f9827] {
    background-color: #ebe2ff;
    color: #111
}

.topbar_menu_dropdown_item.active[data-v-9c0f9827] {
    background-color: var(--primary) !important;
    color: #fff !important
}

.opacity-0[data-v-9c0f9827] {
    opacity: 0
}

.topbar_menu_item_dropdown_btn[data-v-9c0f9827] {
    align-items: center;
    background-color: transparent;
    border-bottom: 8px solid transparent;
    height: 300px;
    justify-content: center;
    position: relative;
    transition: all .3s;
    width: 14%
}

.isDesktop .topbar_menu_item_dropdown_btn[data-v-9c0f9827]:hover {
    background-color: #ffffff80;
    border-bottom: 8px solid var(--topbar-menu-item-hover)
}

.dd_img[data-v-9c0f9827] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.topbar_menu_item_dropdown_btn_provider[data-v-9c0f9827] {
    bottom: 15%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 70%
}

@media (max-width:1800px) {
    .topbar_menu_item_dropdown[data-v-9c0f9827] {
        max-height: 250px
    }
    .topbar_menu_item_dropdown_btn[data-v-9c0f9827] {
        height: 250px
    }
}

@media (max-width:1400px) {
    .topbar_menu_item_dropdown[data-v-9c0f9827] {
        max-height: 200px
    }
    .topbar_menu_item_dropdown_btn[data-v-9c0f9827] {
        height: 200px
    }
}

@media (max-width:1024px) {
    .topbar_menu_item_dropdown_btn[data-v-9c0f9827] {
        height: 170px
    }
}

body.tl .topbar-input[data-v-ddd2bfa9] {
    min-width: 100px
}

body.tl .topbar-input[data-v-ddd2bfa9]::-moz-placeholder {
    font-size: 10px
}

body.tl .topbar-input[data-v-ddd2bfa9]::placeholder {
    font-size: 10px
}

.deposit_display_big[data-v-ddd2bfa9] {
    display: flex
}

.deposit_display_small[data-v-ddd2bfa9] {
    display: none
}

.deposit_display_big_2[data-v-ddd2bfa9] {
    display: flex
}

.deposit_display_small_2[data-v-ddd2bfa9] {
    display: none
}

.header_logo[data-v-ddd2bfa9] {
    width: 150px
}

.modal_btn_whatsapp_icon img[data-v-ddd2bfa9] {
    margin-left: 10px
}

.modal_btn_telegram_icon img[data-v-ddd2bfa9],
.modal_btn_whatsapp_icon img[data-v-ddd2bfa9] {
    border-radius: 5px;
    height: 28px;
    margin-right: 10px;
    width: 28px
}

.modal_btn_telegram_icon img[data-v-ddd2bfa9] {
    background: #08c;
    padding: 5px
}

.btn_telegram_icon[data-v-ddd2bfa9],
.btn_whatsapp_icon[data-v-ddd2bfa9] {
    border-radius: 5px;
    height: 28px;
    position: relative;
    width: 28px
}

.btn_telegram_icon[data-v-ddd2bfa9] {
    background: #08c;
    padding: 5px
}

.btn_telegram_icon img[data-v-ddd2bfa9] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px
}

.telegram_line[data-v-ddd2bfa9] {
    background: #616161;
    height: 30px;
    margin: 0 10px;
    width: 1px
}

.redeemBanner[data-v-ddd2bfa9] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: var(--primary);
    color: #fdffff;
    display: flex;
    gap: .75rem;
    justify-content: center;
    line-height: 1rem;
    padding: .25rem 2rem .25rem .5rem;
    text-align: center;
    width: 100%;
    word-spacing: 1px;
    z-index: 99
}

.redeemBanner span[data-v-ddd2bfa9] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
    display: -webkit-box;
    font-family: Montserrat, sans-serif;
    font-size: .72rem;
    font-weight: 500;
    overflow: hidden
}

.redeemBanner button[data-v-ddd2bfa9] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    text-wrap: nowrap;
    background-color: #fdffff;
    border-radius: .25rem;
    color: var(--primary);
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    padding: .25rem .5rem
}

.redeemBanner .closeRedeem[data-v-ddd2bfa9] {
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    opacity: .6;
    padding: .5rem;
    position: absolute;
    right: 0
}

@media (min-width:768px) {
    .redeemBanner[data-v-ddd2bfa9] {
        gap: .5rem;
        padding: .375rem .5rem
    }
    .redeemBanner span[data-v-ddd2bfa9] {
        font-size: .92rem
    }
    .redeemBanner button[data-v-ddd2bfa9] {
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.25rem
    }
    .redeemBanner .closeRedeem[data-v-ddd2bfa9] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        right: .5rem
    }
}

@media (max-width:1024px) {
    .header_logo[data-v-ddd2bfa9] {
        width: 100px
    }
}

@media (max-width:767px) {
    .btn_telegram_icon[data-v-ddd2bfa9] {
        width: 28px
    }
    .deposit_display_big_2[data-v-ddd2bfa9],
    .telegram_line[data-v-ddd2bfa9] {
        display: none
    }
    .deposit_display_small_2[data-v-ddd2bfa9] {
        display: flex
    }
}

@media (max-width:395px) {
    .redeemBanner span[data-v-ddd2bfa9] {
        font-size: .62rem;
        line-height: .75rem
    }
}

@media (max-width:375px) {
    .deposit_display_big[data-v-ddd2bfa9] {
        display: none
    }
    .deposit_display_small[data-v-ddd2bfa9] {
        display: block
    }
    .header_logo[data-v-ddd2bfa9] {
        width: 70px
    }
    .btn_telegram_icon[data-v-ddd2bfa9] {
        height: 20px;
        margin-left: 0;
        width: 20px
    }
    .btn_telegram_icon img[data-v-ddd2bfa9] {
        width: 12px
    }
    .btn_whatsapp_icon[data-v-ddd2bfa9] {
        height: 20px;
        margin-left: 0;
        width: 20px
    }
}

@media (max-width:360px) {
    .Sy54t span[data-v-ddd2bfa9] {
        font-size: .58rem
    }
}

@media (max-width:330px) {
    .Sy54t span[data-v-ddd2bfa9] {
        font-size: .52rem
    }
}

.topbar_arrow[data-v-ddd2bfa9] {
    width: 12px
}

.btn_communication_icon[data-v-ddd2bfa9],
.btn_dbo_communication_icon[data-v-ddd2bfa9] {
    display: none;
    height: 28px;
    width: 28px
}

.community_box_mobile[data-v-ddd2bfa9] {
    display: none
}

@media (max-width:767px) {
    .community_box_mobile[data-v-ddd2bfa9] {
        align-items: center;
        display: flex;
        gap: 4px
    }
    .btn_dbo_communication_icon[data-v-ddd2bfa9] {
        display: block
    }
}

@media (max-width:550px) {
    .btn_communication_icon[data-v-ddd2bfa9] {
        display: block
    }
    .community_box_mobile[data-v-ddd2bfa9] {
        display: none
    }
}

@media (max-width:375px) {
    .btn_communication_icon[data-v-ddd2bfa9] {
        height: 22.5px;
        width: 22.5px
    }
}

.close-download[data-v-ddd2bfa9] {
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    opacity: .6;
    padding: .5rem;
    position: absolute;
    right: 0
}

.wallet-section[data-v-ddd2bfa9] {
    justify-items: center
}

.wallet-container[data-v-ddd2bfa9] {
    display: none
}

.wallet-container-desktop[data-v-ddd2bfa9] {
    display: flex
}

.wallet-info-section[data-v-ddd2bfa9] {
    display: flex;
    flex-direction: column;
    padding-left: 9px
}

.wallet-label[data-v-ddd2bfa9] {
    color: #fff;
    font-size: 8px;
    margin-bottom: 2px
}

.balance-row[data-v-ddd2bfa9] {
    align-items: center;
    display: flex
}

.wallet-balance[data-v-ddd2bfa9] {
    font-size: 14px;
    font-weight: 700
}

.refresh-button[data-v-ddd2bfa9] {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    transition: transform .3s ease
}

.refresh-button[data-v-ddd2bfa9]:hover {
    transform: rotate(180deg)
}

.refresh-icon[data-v-ddd2bfa9] {
    height: 18px;
    width: 18px
}

.divider[data-v-ddd2bfa9] {
    height: 32px;
    width: 1px
}

.wallet-icon-section[data-v-ddd2bfa9] {
    align-items: center;
    display: flex;
    padding: 0 2px
}

.icon-inbox[data-v-ddd2bfa9]:before {
    height: 22px;
    width: 22px
}

.icon-inbox-size[data-v-ddd2bfa9] {
    font-size: 22px
}

.message-box[data-v-ddd2bfa9] {
    display: none
}

@media (max-width:550px) {
    .wallet-container[data-v-ddd2bfa9] {
        align-items: center;
        border-radius: 5px;
        display: flex
    }
    .wallet-container-desktop[data-v-ddd2bfa9] {
        display: none
    }
    .message-box[data-v-ddd2bfa9] {
        display: block
    }
}