

/*.download-btnn{*/
/*    display:inline-block;*/
/*    width:80%;*/
/*    max-width:220px;*/
/*    background:#fff;*/
/*    color:#ff5722;*/
/*    text-decoration:none;*/
/*    font-size:14px;*/
/*    font-weight:700;*/
/*    padding-top:4px;*/
/*    padding-bottom:4px;*/
/*    padding-right:90px;*/
/*    padding-left:20px;*/
/*    border-radius:50px;*/
/*    box-shadow:0 4px 10px rgba(0,0,0,.15);*/
/*    box-sizing:border-box;*/
/*    text-align:center;*/
/*}*/

/* Tablet */
/*@media (max-width:768px){*/
/*    .download-btnn{*/
/*        width:85%;*/
/*        max-width:200px;*/
/*        font-size:16px;*/
/*        padding:12px 15px;*/
/*    }*/
/*}*/

/* Mobile / iPhone */
/*@media (max-width:480px){*/
/*    .download-btnn{*/
/*        width:80%;*/
/*        max-width:180px;*/
/*        font-size:8px;*/
/*        padding-top:4px;*/
/*        padding-bottom:4px;*/
/*        padding-right:50px;*/
/*    }*/
/*}*/


/*.download-btn{*/
/*    display:inline-block;*/
/*    width:80%;*/
/*    max-width:220px;*/
/*    background:#fff;*/
/*    color:#ff5722;*/
/*    text-decoration:none;*/
/*    font-size:14px;*/
/*    font-weight:700;*/
/*    padding-top:4px;*/
/*    padding-bottom:4px;*/
/*    padding-right:30px;*/
/*    padding-left:20px;*/
/*    border-radius:50px;*/
/*    box-shadow:0 4px 10px rgba(0,0,0,.15);*/
/*    box-sizing:border-box;*/
/*    text-align:center;*/
/*}*/

/* Tablet */
/*@media (max-width:768px){*/
/*    .download-btn{*/
/*        width:85%;*/
/*        max-width:200px;*/
/*        font-size:16px;*/
/*        padding:12px 15px;*/
/*    }*/
/*}*/

/* Mobile / iPhone */
/*@media (max-width:480px){*/
/*    .download-btn{*/
/*        width:80%;*/
/*        max-width:180px;*/
/*        font-size:8px;*/
/*        padding-top:4px;*/
/*        padding-bottom:4px;*/
/*        padding-right:20px;*/
/*    }*/
/*}*/

/*.download-btn{*/
/*    display:inline-block;*/
/*    width:80%;*/
/*    max-width:220px;*/
/*    background:#fff;*/
/*    color:#ff5722;*/
/*    text-decoration:none;*/
/*    font-size:18px;*/
/*    font-weight:700;*/
/*    padding:8px 30px;*/
/*    border-radius:50px;*/
/*    box-shadow:0 4px 10px rgba(0,0,0,.15);*/
/*    box-sizing:border-box;*/
/*    text-align:center;*/
/*}*/


/* Laptop & Desktop */
/*@media (min-width:769px){*/
/*    .download-btn{*/
/*        width:80%;*/
/*        max-width:220px;*/
/*        font-size:7px;*/
/*        padding:4px 40px;*/
/*    }*/
/*}*/


/* Tablet */
/*@media (max-width:768px){*/
/*    .download-btn{*/
/*        width:85%;*/
/*        max-width:200px;*/
/*        font-size:16px;*/
/*        padding:20px 30px;*/
/*    }*/
/*}*/

/* Mobile / iPhone */
@media (max-width:480px){
    .download-btn{
        width:80%;
        max-width:180px;
        font-size:8px;
        padding-top:4px;
        padding-bottom:4px;
        padding-right:20px;
    }
}



    /*img[data-v-84514e8e] {*/
    /*    border-radius: 50%;*/
    /*}*/

    /*.ll {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    z-index: 20;*/
    /*}*/

    /*#sresult {*/
    /*    position: absolute;*/
    /*    top: calc(100% + 8px);*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    width: 100%;*/
    /*    display: none;*/
    /*    background: #fff;*/
    /*    border-radius: 14px;*/
    /*    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);*/
    /*    border: 1px solid #eef2ec;*/
    /*    overflow: hidden;*/
    /*    z-index: 1000;*/
    /*}*/

    /*#submitsearch {*/
    /*    padding: 12px 14px;*/
    /*    border-bottom: 1px solid #eef2ec;*/
    /*    background: linear-gradient(180deg, #f9fff7 0%, #ffffff 100%);*/
    /*}*/

    /*#submitsearch span {*/
    /*    color: #2c7a2a;*/
    /*    font-size: 13px;*/
    /*    font-weight: 600;*/
    /*    display: block;*/
    /*}*/

    /*#searchResults {*/
    /*    max-height: 360px;*/
    /*    overflow-y: auto;*/
    /*    padding: 6px;*/
    /*    background: #fff;*/
    /*}*/

    /*.search-result-item {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    gap: 12px;*/
    /*    padding: 10px 10px;*/
    /*    border-radius: 12px;*/
    /*    text-decoration: none;*/
    /*    color: #1d1d1d;*/
    /*    transition: background 0.2s ease, transform 0.2s ease;*/
    /*}*/

    /*.search-result-item:hover {*/
    /*    background: #f4fbf3;*/
    /*    transform: translateY(-1px);*/
    /*}*/

    /*.search-result-icon {*/
    /*    width: 46px;*/
    /*    height: 46px;*/
    /*    border-radius: 12px;*/
    /*    object-fit: cover;*/
    /*    flex: 0 0 auto;*/
    /*    border: 1px solid #e8f3e7;*/
    /*}*/

    /*.search-result-text {*/
    /*    flex: 1;*/
    /*    min-width: 0;*/
    /*}*/

    /*.search-result-title {*/
    /*    display: block;*/
    /*    font-size: 14px;*/
    /*    font-weight: 700;*/
    /*    color: #111;*/
    /*    line-height: 1.2;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*}*/

    /*.search-result-meta {*/
    /*    display: block;*/
    /*    font-size: 12px;*/
    /*    color: #6b6b6b;*/
    /*    margin-top: 4px;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*}*/

    /*.search-result-badge {*/
    /*    background: linear-gradient(90deg, #1f8d31, #36b44a);*/
    /*    color: #fff;*/
    /*    padding: 7px 10px;*/
    /*    border-radius: 999px;*/
    /*    font-size: 12px;*/
    /*    font-weight: 700;*/
    /*    white-space: nowrap;*/
    /*    flex: 0 0 auto;*/
    /*}*/

    /*@media (max-width: 768px) {*/
    /*    #sresult {*/
    /*        left: 0;*/
    /*        right: 0;*/
    /*        width: 100%;*/
    /*        max-width: none;*/
    /*        border-radius: 12px;*/
    /*    }*/

    /*    .search-result-item {*/
    /*        padding: 10px 8px;*/
    /*    }*/

    /*    .search-result-icon {*/
    /*        width: 42px;*/
    /*        height: 42px;*/
    /*    }*/
    /*}*/
        /* background: #f0f8ff;
        display: flex;
        justify-content: space-between;
    } */

    /*.group-card,*/
    /*.group-card1 {*/
    /*    margin: 12px 0 0;*/
    /*    width: 100%;*/
    /*    box-sizing: border-box;*/
    /*    position: relative;*/
    /*    align-items: center;*/
    /*    padding: 0;*/
    /*    overflow: hidden;*/
    /*}*/

    /*.telegram-card {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    gap: 12px;*/
    /*    width: 100%;*/
    /*    box-sizing: border-box;*/
    /*    background: linear-gradient(90deg, #eef9ff 0%, #f7fbff 100%);*/
    /*    border: 1px solid #d8eefc;*/
    /*    border-radius: 16px;*/
    /*    padding: 12px 14px;*/
    /*    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);*/
    /*}*/

    /*.telegram-card-left {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    gap: 10px;*/
    /*    min-width: 0;*/
    /*}*/

    /*.icon-telegram {*/
    /*    font-size: 26px;*/
    /*    color: #0088cc;*/
    /*    flex: 0 0 auto;*/
    /*}*/

    /*.join-text {*/
    /*    color: #0f5f84;*/
    /*    font-size: 14px !important;*/
    /*    font-weight: 700;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*}*/

    /*.join-text,*/
    /*.join-text1 {*/
    /*    margin-left: 0;*/
    /*    font-weight: 700;*/
    /*}*/

    
    /*.telegram-card .seoquake-nofollow {*/
    /*    background: linear-gradient(90deg, #0088cc 0%, #1ea6ff 100%);*/
    /*    color: #fff !important;*/
    /*    display: inline-flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    gap: 6px;*/
    /*    border-radius: 999px;*/
    /*    padding: 10px 14px;*/
    /*    text-decoration: none;*/
    /*    font-size: 13px;*/
    /*    font-weight: 700;*/
    /*    white-space: nowrap;*/
    /*    flex: 0 0 auto;*/
    /*}*/

    /*.telegram-card .seoquake-nofollow:hover {*/
    /*    background: linear-gradient(90deg, #006fa3 0%, #1695df 100%);*/
    /*    transform: translateY(-1px);*/
    /*}*/

    /*.seoquake-nofollow i,*/
    /*.tabs .tab {*/
    /*    margin-right: 0;*/
    /*}*/

    /*.row {*/
    /*    margin-top: -15px;*/
    /*}*/

    /*.WHSU-272 {*/
    /*    margin-top: -30px;*/
    /*}*/

    /* Header + card alignment fixes */
    /*.nav_container {*/
    /*    box-sizing: border-box !important;*/
    /*    justify-content: center !important;*/
    /*    align-items: center !important;*/
    /*    padding: 0 12px !important;*/
    /*    position: relative !important;*/
    /*}*/

    /*#header .logo {*/
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: center !important;*/
    /*    flex: 1 1 auto !important;*/
    /*    min-width: 0 !important;*/
    /*    margin: 0 !important;*/
    /*}*/

    /*#header .menu_btn,*/
    /*#header .search_btn {*/
    /*    width: 46px !important;*/
    /*    min-width: 46px !important;*/
    /*    height: 46px !important;*/
        /* background: #fff !important; */
        /* border: 1px solid #e6efe8 !important; */
    /*    border-radius: 999px !important;*/
    /*    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06) !important;*/
    /*    margin: 0 !important;*/
    /*    opacity: 1 !important;*/
    /*    position: absolute !important;*/
    /*    top: 50% !important;*/
    /*    transform: translateY(-50%) !important;*/
    /*    z-index: 12 !important;*/
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: center !important;*/
    /*    padding: 0 !important;*/
    /*}*/

    /*#header .menu_btn {*/
    /*    left: 10px !important;*/
    /*}*/

    /*#header .search_btn {*/
    /*    right: 10px !important;*/
    /*}*/

    /*#header .menu_btn .icon,*/
    /*#header .search_btn .icon {*/
    /*    display: block !important;*/
    /*    background-color: transparent !important;*/
    /*    filter: invert(45%) sepia(82%) saturate(520%) hue-rotate(110deg) brightness(92%) contrast(92%) !important;*/
    /*}*/

    /* Sidebar / Menu drawer styling */
    /*.nav_container .nav_new {*/
    /*    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%) !important;*/
    /*    border-right: 1px solid #e7eefc !important;*/
    /*    box-shadow: 8px 0 24px rgba(15, 23, 42, 0.08) !important;*/
    /*    transition: left 0.3s ease, width 0.3s ease !important;*/
    /*}*/

    /*.open_menu .nav_container .nav_new {*/
    /*    width: 78% !important;*/
    /*    max-width: 320px !important;*/
    /*    border-radius: 0 18px 18px 0 !important;*/
    /*    padding: 8px 0 18px !important;*/
    /*}*/

    /*.nav_new .item.close_item {*/
    /*    background: linear-gradient(90deg, #f6fff9 0%, #eefcf4 100%) !important;*/
    /*    border-bottom: 1px solid #d9f5e3 !important;*/
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: space-between !important;*/
    /*    gap: 10px !important;*/
        /* padding: 10px 12px !important; */
    /*}*/

    /*.nav_new .item.close_item .sidebar_brand {*/
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: flex-end !important;*/
    /*    gap: 10px !important;*/
    /*    margin-left: auto !important;*/
    /*    text-decoration: none !important;*/
    /*}*/

    /*.nav_new .item.close_item .sidebar_brand_icon {*/
    /*    width: 36px !important;*/
    /*    height: 36px !important;*/
    /*    display: inline-flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: center !important;*/
    /*    background: linear-gradient(135deg, #16a34a, #22c55e) !important;*/
    /*    color: #fff !important;*/
    /*    font-size: 16px !important;*/
    /*    font-weight: 800 !important;*/
    /*    border-radius: 10px !important;*/
    /*    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.22) !important;*/
    /*}*/

    /*.nav_new .item.close_item .sidebar_brand_text {*/
    /*    color: #166534 !important;*/
    /*    font-size: 15px !important;*/
    /*    font-weight: 700 !important;*/
    /*    letter-spacing: 0.2px !important;*/
    /*}*/

    /*.nav_new .item.close_item button {*/
    /*    background: transparent !important;*/
    /*    border: 0 !important;*/
    /*    border-radius: 0 !important;*/
    /*    box-shadow: none !important;*/
    /*    height: 38px !important;*/
    /*    width: 38px !important;*/
    /*    padding: 0 !important;*/
    /*}*/

    /*.nav_new .item {*/
    /*    background: transparent !important;*/
    /*    margin: 0 !important;*/
    /*    padding: 0 !important;*/
    /*}*/

    /*.nav_new .item.nav_home {*/
    /*    margin-top: 6px !important;*/
    /*}*/

    /*.nav_new .item>a,*/
    /*.nav_new .item>span {*/
    /*    background: #fff !important;*/
    /*    border-radius: 12px !important;*/
    /*    box-shadow: inset 0 0 0 1px #eef6f1 !important;*/
    /*    color: #334155 !important;*/
    /*    display: block !important;*/
    /*    font-size: 14px !important;*/
    /*    line-height: 20px !important;*/
    /*    margin: 6px 10px !important;*/
    /*    padding: 12px 12px 12px 50px !important;*/
    /*    transition: all 0.25s ease !important;*/
    /*}*/

    /*.nav_new .item:hover>a,*/
    /*.nav_new .item:hover>span {*/
    /*    background: linear-gradient(90deg, #eefcf4 0%, #f7fff9 100%) !important;*/
    /*    box-shadow: inset 0 0 0 1px #c9f0d3 !important;*/
    /*    color: #16a34a !important;*/
    /*    transform: translateX(3px) !important;*/
    /*}*/

    /*.nav_new .item .fa {*/
    /*    color: #16a34a !important;*/
    /*    left: 18px !important;*/
    /*    top: 50% !important;*/
    /*    transform: translateY(-50%) !important;*/
    /*}*/

    /*.shadow {*/
    /*    background: rgba(15, 23, 42, 0.58) !important;*/
    /*    backdrop-filter: blur(2px) !important;*/
    /*}*/



        /*===== NEW FOOTER STYLES ===== */
        /*.footer {*/
        /*    background: #1a1a1a;*/
        /*    color: #fff;*/
        /*     padding: 30px 20px 25px; */
        /*     margin: 0px 0 0; */
        /*    text-align: center;*/
        /*    border-radius: 12px;*/
        /*}*/

        /*.footer-heading {*/
        /*    font-size: 13px;*/
        /*    font-weight: 700;*/
        /*    text-transform: uppercase;*/
        /*    letter-spacing: 1.5px;*/
        /*    margin: 0 0 18px 0;*/
        /*    color: #fff;*/
        /*}*/

        /*.footer-social-icons {*/
        /*    display: flex;*/
        /*    justify-content: center;*/
        /*    gap: 12px;*/
        /*    margin-bottom: 25px;*/
        /*}*/

        /*.footer-social-icon {*/
        /*    width: 38px;*/
        /*    height: 38px;*/
        /*    background: #fff;*/
        /*    border-radius: 50%;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    justify-content: center;*/
        /*    color: #1a1a1a;*/
        /*    font-size: 16px;*/
        /*    text-decoration: none;*/
        /*    transition: all 0.3s ease;*/
        /*}*/

        /*.footer-social-icon:hover {*/
        /*    transform: translateY(-3px);*/
        /*    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);*/
        /*}*/

        /* Twitter X Icon Style */
        /*.twitter-x-icon {*/
        /*    font-family: Arial, sans-serif;*/
        /*    font-weight: 900;*/
        /*    font-size: 18px;*/
        /*    line-height: 1;*/
        /*}*/

        /*.footer-divider {*/
        /*    width: 100%;*/
        /*    height: 1px;*/
        /*    background: rgba(255, 255, 255, 0.15);*/
        /*    margin: 20px 0;*/
        /*}*/

        /*.footer-links {*/
        /*    display: flex;*/
        /*    justify-content: center;*/
        /*    flex-wrap: wrap;*/
        /*    gap: 10px;*/
        /*    margin-bottom: 20px;*/
        /*}*/

        /*.footer-link {*/
        /*    display: inline-flex;*/
        /*    align-items: center;*/
        /*    gap: 6px;*/
        /*    padding: 8px 16px;*/
        /*    background: transparent;*/
        /*    border: 1px solid rgba(255, 255, 255, 0.3);*/
        /*    border-radius: 20px;*/
        /*    color: #fff;*/
        /*    text-decoration: none;*/
        /*    font-size: 12px;*/
        /*    font-weight: 600;*/
        /*    transition: all 0.3s ease;*/
        /*}*/

        /*.footer-link:hover {*/
        /*    background: rgba(255, 255, 255, 0.1);*/
        /*    border-color: #fff;*/
        /*    transform: translateY(-2px);*/
        /*}*/

        /*.footer-link i {*/
        /*    font-size: 13px;*/
        /*}*/

        /*.footer-copyright {*/
        /*    font-size: 14px;*/
        /*    color: rgba(255, 255, 255, 0.9);*/
        /*    margin: 0;*/
        /*    font-weight: 500;*/
        /*}*/

        /*.footer-copyright a {*/
        /*    color: #fff;*/
        /*    text-decoration: none;*/
        /*    font-weight: 700;*/
        /*}*/

        /*.footer-copyright a:hover {*/
        /*    text-decoration: underline;*/
        /*}*/

        /*@media (max-width: 768px) {*/
        /*    .footer {*/
        /*        padding: 25px 15px 20px;*/
        /*        margin: 30px 0 0;*/
        /*        border-radius: 10px;*/
        /*    }*/

        /*    .footer-heading {*/
        /*        font-size: 12px;*/
        /*    }*/

        /*    .footer-social-icon {*/
        /*        width: 34px;*/
        /*        height: 34px;*/
        /*        font-size: 14px;*/
        /*    }*/

        /*    .footer-link {*/
        /*        padding: 7px 14px;*/
        /*        font-size: 11px;*/
        /*    }*/

        /*    .footer-copyright {*/
        /*        font-size: 13px;*/
        /*    }*/
        /*}*/












.brKGGd,
.nCP5yc {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 500
}

.ratings div,
.ratings p {
    line-height: .25rem;
    display: inline-block
}

#header,
#so {
    background: linear-gradient(180deg, #39b530, #318a28) !important
}

.VfPpkd-LgbsSe,
.nav_new .item,
.so .query {
    box-sizing: border-box
}

#header .logo,
.VfPpkd-LgbsSe,
.back-btn img {
    vertical-align: middle
}

.screenshot-container {
    position: relative;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 8px
}

.screenshot-carousel {
    display: flex;
    gap: 10px;
    transition: transform .3s ease-in-out;
    overflow-x: scroll;
    scroll-snap-type: x mandatory
}

.screenshot {
    height: 100%
}

.screenshot img {
    background-size: cover;
    background-position: center;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
    min-width: 92px
}

button.next,
button.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%
}

button.prev {
    left: 10px
}

button.next {
    right: 10px
}

.zwjsl {
    width: 100%
}

.VfPpkd-LgbsSe:hover {
    cursor: pointer
}

.nCP5yc {
    font-size: .875rem;
    letter-spacing: .0107142857em;
    text-transform: none;
    transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    box-shadow: none
}

.MjT6xe {
    border-radius: 8px
}

.BhQfub:not(:disabled),
.BhQfub:not(:disabled):hover {
    background-color: #056449
}

.sOCCfd:not(:disabled) {
    color: #fff
}

.VfPpkd-LgbsSe {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    border: none;
    outline: 0;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    background: 0 0
}

.brKGGd {
    line-height: 1.25rem;
    font-size: 18px;
    letter-spacing: .0178571429em;
    height: 36px;
    margin: 6px 0;
    min-height: 36px;
    min-width: 160px;
    padding: 8px 16px
}

.app_container {
    padding: .4rem .4rem 0
}

.app_header {
    display: flex;
    align-items: center;
    padding: .1rem
}

.app_logo {
    width: 40%;
    text-align: left
}

.logo_app {
    width: 80px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 20%
}

.app_star {
    margin: auto;
    width: 1.5rem
}

.header_content {
    margin-left: -10px;
    width: 70%;
    text-align: center
}

.app_info {
    display: flex;
    flex-direction: column;
    text-align: center
}

.rating_info {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: .2rem;
    margin: 12px auto
}

.ratings {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 12px
}

.ratings div {
    font-weight: 900;
    font-size: .25rem
}

.ratings p {
    font-size: .2rem
}

.separator {
    color: #ccc;
    margin: 0 10px
}

.app_download,
.app_login {
    color: #fff;
    font-weight: 900;
    font-size: .3rem;
    cursor: pointer;
    text-align: center;
    display: block
}

.app_download {
    background: red;
    border-radius: 30px;
    margin: 10px auto;
    border: 1px solid #000
}

.app_login {
    background: green;
    border-radius: 30px;
    margin: 10px 20px;
    border: 1px solid #000
}

.wa,
.wa i {
    color: #25d366
}

.wa {
    display: block;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    border: 1.2px solid #25d366;
    margin: 20px auto
}

.nav_new .item .dt_nav_button,
.tg {
    font-weight: 600
}

.wa i {
    background: 0 0;
    padding: .05rem .06rem;
    margin: auto;
    font-size: .28rem
}

.tg {
    display: block;
    text-align: center;
    border-radius: 20px;
    color: #08c;
    border: 1.2px solid #08c;
    margin: 10px auto
}

#header .logo,
.btn {
    font-weight: 700;
    text-align: center
}

.btn:hover {
    background-color: unset
}

.btn {
    display: block;
    width: 1.9rem;
    height: .6rem;
    line-height: .55rem;
    margin: .16rem auto 0;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    background: url('https://imgbb.appxcel.in/ib/H4Dqct344k.png') top center/contain no-repeat
}

#header .menu_btn,
#header .search_btn {
    width: 45px;
    border: none;
    background: 0 0;
    opacity: .8;
    cursor: pointer;
    color: #24cd77;
    position: absolute
}

.divider {
    border-bottom: 1px solid #959595
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.FooterLinksSectionV2_leftLineV2__mboW1 {
    width: 100px;
    height: 10px;
    border-bottom: 2px solid #540979;
    border-right: 15px solid #540979;
    transform: skewX(30deg)
}

.FooterLinksSectionV2_headingFooterLinkV2__Vnuk8 {
    font-size: clamp(10px, 1.6vw, 31px);
    font-weight: 900;
    font-style: italic;
    letter-spacing: .64px;
    text-align: center;
    color: #540979;
    margin: 20px 0;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px
}

.FooterLinksSectionV2_lineParentV2__282r9 {
    display: flex;
    align-items: end;
    margin: 23px 0;
    padding: 0;
    transform: rotateX(-45deg)
}

.FooterLinksSectionV2_rightLineV2__weKDH {
    width: 100px;
    height: 10px;
    border-bottom: 2px solid #540979;
    border-left: 15px solid #540979;
    transform: skewX(-30deg)
}

.FooterComponentV2_socialFooterContainer__7bGt_ {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 24px
}

.FooterComponentV2_headingMobile__hmD15 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.22px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.FooterComponentV2_socialImageContainer__LTabP {
    width: clamp(36px, 2.6vw, 50px);
    height: clamp(36px, 2.6vw, 50px);
    position: relative;
    margin-right: 0
}

.FooterComponentV2_socialFooterContainer__7bGt_ {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 0
}

#header {
    position: fixed !important;
    width: 100% !important;
    z-index: 999999 !important;
    top: 0 !important;
    height: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    padding: unset !important;
    max-width: 7.5rem !important
}

.nav_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    z-index: 99999
}

#so,
.shadow {
    display: none
}

#header .logo,
#header .search_btn {
    justify-content: center;
    display: flex;
    height: 45px
}

.nav_container .icon {
    background: url("/Z_img/svg_icon.svg") no-repeat;
    width: 24px;
    height: 24px
}

.nav_container .icon.icon_search {
    background-position: 0 -24px
}

#header .logo {
    line-height: 45px;
    font-size: 20px;
    float: inherit;
    margin: 0;
    align-items: center
}

#header .so,
.so .tt-menu {
    margin-top: 5px
}

#header .search_btn {
    top: 0;
    align-items: center;
    right: 0;
    left: auto
}

#so,
.shadow {
    left: 0;
    top: 0
}

#header a,
#header button {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none
}

.shadow {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 999;
    padding-bottom: 60px
}

#header .menu_btn {
    display: flex;
    height: 45px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav_container .nav_new {
    transition-duration: .3s;
    transition-property: left, right;
    left: -271px;
    position: fixed;
    display: initial;
    background-color: #fff;
    top: 0;
    height: 100%;
    align-items: start;
    min-width: 200px;
    z-index: 10001
}

.so,
.so .query {
    height: 35px;
    width: 100%
}

.open_menu .nav_container .nav_new {
    width: 60%;
    min-width: 200px;
    max-width: 251px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff
}

.open_menu .nav_container .nav_new .close_item {
    height: 48px
}

.nav_new .item {
    padding-top: initial;
    padding-bottom: initial;
    line-height: 36px;
    position: relative;
    width: 100%;
    background-color: #fff
}

.open_menu .nav_container .nav_new .close_item .icon {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.nav_container .icon.icon_close {
    background-position: 0 -48px
}

.nav_new i.icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 16px;
    fill: #8B8B8B;
    background-position: -24px 0
}

.open_menu .shadow {
    display: block
}

.nav_new .item.nav_home {
    margin-top: 8px
}

.nav_new .item:hover {
    background-color: #f8f9fa
}

.nav_new .item>a,
.nav_new .item>span {
    cursor: pointer;
    font-size: 14px;
    line-height: 26px;
    color: #4b4b4b;
    padding: 5px 12px 5px 50px;
    display: block;
    position: relative
}

.nav_new .item:hover>a,
.nav_new .item:hover>span {
    color: #24cd77
}

.nav_new .item .fa {
    left: 16px;
    position: absolute;
    top: 28%
}

#so {
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 999999
}

.so {
    line-height: 35px;
    margin-top: 6px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal
}

.back-btn {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.back-btn img {
    border: 0;
    color: #ccc
}

.so .ll {
    background: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    border-radius: 35px
}

.so .twitter-typeahead {
    display: block !important;
    box-sizing: border-box;
    width: 100%
}

.so .query {
    display: block;
    padding-left: 16px;
    background: rgba(255, 0, 0, 0);
    font-size: 14px
}

.so .tt-hint {
    color: #999 !important
}

.so input {
    outline: 0;
    border-radius: 0;
    box-shadow: 0 0;
    border: none !important
}

.so .tt-menu {
    background-color: #fff;
    padding: 8px 0;
    width: 100vw;
    left: -40px !important;
    height: calc(100vh - 45px);
    overflow-x: hidden;
    overflow-y: auto
}

.so .cc {
    width: 40px;
    display: none;
    background: #fff
}

.so .search-btn {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    border: 0;
    outline: 0;
    text-align: center
}

.so .search-btn .search-btn-icon {
    display: inline-block;
    background: url("/Z_img/svg_icon.svg") 0 -24px no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.dailyProfitRank[data-v-84514e8e] {
    padding: 0 10px;
    color: #04060a;
    margin-top: .53333rem
}

.dailyProfitRank .title[data-v-84514e8e] {
    height: 1.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: 1.6rem
}

.dailyProfitRank__content[data-v-84514e8e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.dailyProfitRank__content-topThree[data-v-84514e8e] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    width: 100%;
    height: 3rem;
    z-index: 1;
    background: url(/Z_img/DailyProfitRankStage-ce00a6d6.webp) center center/100% 100% no-repeat
}

.dailyProfitRank__content-topThree__item[data-v-84514e8e] {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1rem;
    height: 3.46667rem
}

.dailyProfitRank__content-topThree__item>div[data-v-84514e8e]:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden
}

.dailyProfitRank__content-topThree__item>div:first-of-type>img[data-v-84514e8e] {
    width: calc(100% - .06667rem);
    height: calc(100% - .06667rem)
}

.dailyProfitRank__content-topThree__item>div[data-v-84514e8e]:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem
}

.dailyProfitRank__content-topThree__item>div:last-of-type img[data-v-84514e8e]:first-of-type {
    position: relative;
    top: -.33333rem;
    left: -.25333rem;
    width: 1.14667rem
}

.dailyProfitRank__content-topThree__item>div:last-of-type img[data-v-84514e8e]:last-of-type {
    width: 1.78667rem;
    height: .42667rem
}

.dailyProfitRank__content-topThree__item>span[data-v-84514e8e]:first-of-type {
    margin-block: 18% 8%;
    font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dailyProfitRank__content-topThree__item>span[data-v-84514e8e] {
    color: #fff;
    padding: 0 .13333rem;
    text-align: center
}

.dailyProfitRank__content-topThree__item[data-v-84514e8e]:nth-child(2) {
    right: .10667rem
}

.ranking_list {
    margin: 10px
}

.ranking_list img {
    border-radius: 20px;
    width: 94.5% !important
}

.tabs {
    display: flex;
    justify-content: space-around;
    font-size: 13px;
    font-weight: 500;
    position: relative
}

.tab {
    cursor: pointer;
    text-align: center;
    flex: 1;
    transition: background-color 0.3s;
    position: relative
}

.tab-active {
    color: #fff;
    background: url(https://imgbb.appxcel.in/ib/Qq1ozXrVoI.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.tab-active::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40%;
    padding-top: 4px;
    position: absolute;
    left: 30%;
    bottom: 0
}

.tab-content {
    display: none
}

.content-active {
    display: block
}

#submitsearch {
    border: 1px solid #8a8686;
    margin-left: -82px;
    padding: 5px;
    border-radius: 19px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 4px;
    display: none;
    box-shadow: 0 0 1px #000;
    margin-right: 110px
}

.rounded {
    border-radius: .25rem
}

.items-center {
    align-items: center
}

.inline-flex {
    display: inline-flex
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 131 248/var(--tw-bg-opacity))
}

.font-semibold {
    font-weight: 600
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.justify-center {
    justify-content: center
}

.justify-center {
    align-items: center
}

.search {
    width: 100%;
    position: relative;
    display: flex
}

.searchTerm {
    width: 100%;
    border: 3px solid #994dbe;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF
}

.searchTerm:focus {
    color: #540979
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #994dbe;
    background: linear-gradient(to bottom, #994dbe, #540979);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px
}

.app-list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px
}

.app-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    transition: transform 0.2s
}

.app-item h3 {
    font-weight: 600;
    margin-top: 5px;
    /*white-space:nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis
}

.app-item:hover {
    transform: translateY(-5px)
}

.app-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.app-item p,
.downp {
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(0deg, #62258a 67%, #b3097f 0);
    border-radius: 10px 5px;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: -.22px;
    line-height: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    text-transform: uppercase;
    font-weight: 900;
    animation: FloatingDownloadButtonComponentWithVideo_blinking__TH_hH 1s linear infinite alternate-reverse
}

@keyframes FloatingDownloadButtonComponentWithVideo_blinking__TH_hH {
    0% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

.app-list button,
.nbtn {
    background: linear-gradient(to bottom, #57cc03, #004f1c);
    border-radius: 6px;
    box-shadow: 0 8px 14px 0 #00000080;
    position: relative;
    transform: skewX(-7deg);
    padding: 1px;
    overflow: hidden;
    border: none;
    font-size: 12px;
    border-radius: 6px;
    padding: 6px;
    gap: 5px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-style: italic;
    letter-spacing: -.32px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

a,
button {
    color: inherit
}

.accordions__number,
.accordions__title {
    font-family: Space Grotesk;
    font-weight: 500
}

.accordions__control,
.accordions__icon,
.accordions__list,
.accordions__title,
.intro {
    display: flex;
    display: flex
}

.accordions__icon::after,
.accordions__icon::before {
    content: "";
    background-color: #191a23;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px
}

.accordions__content,
.accordions__item {
    overflow: hidden;
    transition: .5s cubic-bezier(.65, .2, .65, 1)
}

.accordions__content,
.accordions__icon,
.accordions__item {
    transition: .5s cubic-bezier(.65, .2, .65, 1)
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    /*line-height:1;*/
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-size: inherit;
    line-height: inherit
}

button {
    cursor: pointer;
    background-color: transparent
}

a {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

[class*=__container] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px
}

.intro {
    align-items: center;
    gap: 2.5rem
}

.text {
    line-height: 127%;
    font-size: 16px
}

.process {
    padding: 0 0 20px;
    font-family: Space Grotesk
}

.accordions__list {
    flex-direction: column;
    gap: .5rem
}

.accordions__item {
    background-color: #f3f3f3;
    border-radius: 1.5rem;
    box-shadow: 0 .3125rem 0 0 #191a23;
    border: .0625rem solid #191a23
}

.accordions__control {
    align-items: center;
    padding: 20px;
    width: 100%;
    position: relative
}

.accordions__number {
    font-size: 20px;
    padding-right: .25rem
}

.accordions__title {
    font-size: 17px;
    text-transform: capitalize;
    flex: 1 1 auto;
    line-height: 120%;
    justify-content: flex-start;
    text-align: left
}

.accordions__icon {
    flex: 0 0 58px;
    background-color: #f3f3f3;
    border: 1px solid #191a23;
    border-radius: 50%;
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px
}

.accordions__icon::before {
    transform: translate(-50%, -50%)
}

.accordions__icon::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordions__content {
    padding: 0 20px;
    max-height: 0;
    will-change: max-height;
    box-sizing: content-box;
    position: relative;
    z-index: 5
}

.open .accordions__content {
    padding: 0 20px 20px
}

.open {
    background-color: #b9ff66
}

.open .accordions__icon {
    transform: rotate(225deg)
}

.dmsUII,
.iqReBF {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px
}

.drssYm,
.eBKTbc,
.gVlWjU,
.iqReBF,
.jLMiIA {
    font-family: Roboto;
    font-style: normal
}

.CQbUh,
.boYLCY,
.dbShyo {
    cursor: pointer
}

.dbShyo,
.drssYm,
.eBKTbc,
.gVlWjU,
.iqReBF,
.jLMiIA {
    font-style: normal
}

.gLnJns {
    width: 768px
}

.dMQonV,
.goLbQj {
    width: 100%
}

.bSCyPD,
.edtMvH,
.jiZeOV {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.CQbUh,
.dMQonV {
    -webkit-box-align: center
}

.dMQonV {
    display: flex;
    align-items: center;
    padding: .2rem .2rem 0
}

.eXvRgq {
    position: relative;
    width: 104px;
    height: 104px;
    background-size: cover;
    flex-shrink: 0
}

.idCnHF {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: .2rem;
    flex-shrink: 0
}

.fYZnxb,
.jtQkao {
    flex-direction: column;
    display: flex
}

.jtQkao {
    height: 72px;
    margin-left: .2rem;
    width: calc(100% - 88px)
}

.fYZnxb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ccgQPV {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 32px)
}

.iqReBF {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #171717;
    white-space: pre-wrap
}

.dmsUII,
.jLMiIA {
    font-size: 12px;
    line-height: 16px
}

.dFigjF,
.dmsUII,
.jLMiIA {
    white-space: nowrap
}

.CQbUh {
    background: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 58px;
    width: .4rem;
    height: .4rem;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    padding-right: 2px
}

.boYLCY,
.iNDWbm {
    display: flex;
    -webkit-box-align: center;
    margin-top: auto
}

.iNDWbm {
    align-items: center;
    width: 100%
}

.dmsUII {
    font-weight: 400;
    color: #6f6f6f;
    margin-top: auto
}

.fNvkUS,
.jLMiIA {
    font-weight: 500
}

.boYLCY {
    align-items: center
}

.bcpYvU,
.hFLHCb,
.kQHyoY,
.lbIKny {
    display: flex;
    -webkit-box-align: center
}

.laePBx {
    width: .2rem;
    height: .2rem
}

.jLMiIA {
    margin-left: 4px;
    color: #0f573b
}

.dFigjF,
.fNvkUS {
    text-align: center;
    color: #171717
}

.hFLHCb {
    align-items: center;
    margin-left: auto
}

.gFwalJ {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 .4rem
}

.fNvkUS {
    font-size: 16px;
    line-height: 24px
}

.dFigjF {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px
}

.bcpYvU,
.kQHyoY,
.lbIKny {
    align-items: center
}

.dHHVow,
.jtTsFc {
    -webkit-box-align: center;
    display: flex
}

.kYDZMG {
    margin-right: 4px;
    width: .2rem;
    height: 11px
}

.kerrpW {
    margin-left: .2rem;
    margin-right: .2rem;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding-bottom: .15rem;
    padding-top: 8px;
    margin-top: 16px
}

.jtTsFc {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 8px
}

.exYKGn {
    display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center
}

.iLROXO {
    display: flex;
    flex-direction: row;
    font-size: 10px;
    line-height: 10px;
    padding: .05rem
}

.dHHVow {
    font-size: 12px;
    color: #616161;
    align-items: center
}

.gVlWjU {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #171717
}

.drssYm {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #6f6f6f;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.bRJakh,
.dbShyo {
    font-family: Roboto;
    font-weight: 500
}

.fvtaix {
    width: 12px;
    height: 16px
}

.bRJakh {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    margin-left: 6px
}

.dbShyo {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 56px;
    border-radius: 16px;
    text-transform: uppercase;
    line-height: 14px;
    transition: box-shadow .25s;
    color: #fff;
    background: linear-gradient(116.63deg, #39b530 8.97%, #318a28 92.93%);
    width: 100%;
    font-size: 14px
}

.gzfjKu {
    margin-top: .1rem;
    -webkit-box-pack: center;
    justify-content: center
}

.ccLYJm {
    padding: 0 10px
}

@media (max-width:63.99875em) {
    .dbShyo {
        margin-left: -1px;
        margin-top: -1px;
        width: calc(100% + 2px) !important;
        height: 56px !important;
        flex-shrink: 0
    }
    .gLnJns,
    .hFLHCb {
        width: 100%
    }
    .gFwalJ {
        margin: 0
    }
    .hFLHCb {
        margin-top: .2rem;
        margin-left: 0;
        justify-content: space-evenly
    }
    .CQbUh,
    .boYLCY {
        margin-left: auto
    }
    .iqReBF {
        max-width: calc(100% - 20px);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .eXvRgq {
        width: 72px;
        height: 72px
    }
    .edtMvH {
        flex-direction: column;
        align-items: flex-start
    }
}

.dUoBp,
.jzxGCb {
    flex-direction: column
}

.eFDgTo,
.hlCfwc {
    width: 100%;
    display: flex
}

.dUoBp,
.eFDgTo,
.fDdiHo,
.hlCfwc,
.icnRV,
.jzxGCb {
    display: flex
}

.buKyNz,
.dUoBp {
    cursor: pointer
}

.jzxGCb {
    flex-shrink: 0;
    margin: 16px 0;
    position: relative;
    padding: 0 10px
}

.eFDgTo {
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding-right: 16px
}

.icnRV {
    -webkit-box-align: center;
    align-items: center
}

.bomqbo {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #171717
}

.dKuTdK,
.fSJjTu {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px
}

.hlCfwc {
    overflow-x: scroll;
    scrollbar-width: none;
    transition: 1.5s ease-in-out
}

.buKyNz,
.oNrA {
    position: relative;
    width: 112px
}

.buKyNz,
.dKuTdK,
.oNrA {
    overflow: hidden
}

.dUoBp {
    margin-right: 16px;
    margin-bottom: 0;
    z-index: 10;
    height: fit-content
}

.dUoBp:first-child {
    padding-left: 0
}

.oNrA {
    height: 112px;
    border-radius: 16px
}

.fDdiHo {
    flex-direction: column
}

.buKyNz {
    text-align: left;
    margin-top: 10px
}

.dKuTdK {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #171717;
    text-align: center
}

.fSJjTu {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 20px;
    color: #6f6f6f;
    justify-content: center
}

.hwFlQd {
    padding-top: 0
}

@media (max-width:63.99875em) {
    .eFDgTo {
        padding-left: 16px
    }
    .dUoBp:first-child {
        margin-left: .2rem
    }
}

.vertical-app-list {
    list-style: none;
    padding: 10px;
    max-width: 150px
}

.vertical-app-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.vertical-app-list span {
    font-size: 14px;
    white-space: nowrap
}

.sicon-image {
    width: 40px;
    height: 40px;
    border-radius: 8%;
    margin-right: 8px;
    object-fit: cover
}