@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

z_ia,
body {
    color: #444;
    /* Slightly darker text color */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /* Subtle text shadow */
}

.s_txt {
    color: #3a7bd5;
    /* Updated blue */
    line-height: .36rem;
    font-weight: 700;
    font-size: .2rem;
    text-shadow: 0 1px 2px rgba(58, 123, 213, 0.3);
    /* Blue shadow */
}

.s_span {
    color: #b5b5b5;
    /* Slightly darker gray */
    font-weight: 700
}

.s_em {
    color: #ff9e00;
    /* Brighter orange */
    font-size: .24rem;
    text-shadow: 0 1px 2px rgba(255, 158, 0, 0.3);
}

.s_icon {
    display: inline-block !important;
    width: .2rem;
    height: .26rem;
    background-position: -1.94rem -1.7rem;
    position: relative;
    top: .04rem;
    margin-right: .04rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.s_grade {
    color: #e8e8e8;
    /* Slightly off-white */
    line-height: .32rem;
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem
}

.s_name {
    font-size: .3rem;
    color: #555;
    /* Darker gray */
    line-height: .48rem;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.s_info {
    margin: 0 .28rem 0 .18rem
}

.s_num {
    display: block;
    width: .36rem;
    height: .58rem;
    font-weight: 700;
    font-size: .32rem;
    color: #d1d1d1;
    /* Slightly darker gray */
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .2rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.s_img {
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    border-radius: .18rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Image shadow */
}

.search_li {
    padding-top: .17rem;
    padding-bottom: .17rem;
    border-bottom: .007rem solid #e6e6e6;
    /* Slightly darker border */
    align-items: center;
    background-color: #fafafa;
    /* Light background */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
}

.search_btn {
    display: block;
    line-height: .55rem;
    margin: 0 Auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    width: 2.05rem;
    height: .55rem;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: .1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Button shadow */
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    /* Gradient background */
}

.headerNav,
.wrap {
    width: 100%;
    max-width: 7.5rem
}

body,
header {
    position: relative
}

.headerNav,
.headerNav .mask {
    top: .9rem;
    position: absolute
}

blockquote,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

em,
i {
    font-style: normal;
    font-weight: 400
}

img {
    display: block;
    border: 0
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html {
    font-size: 100px
}

body {
    line-height: 2.2;
    font-size: .24rem;
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
    background-color: #e8e8e8;
    /* Slightly lighter background */
}

body,
html {
    width: 100%
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: #fff0
}

.flex {
    display: flex
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1
}

.wrap {
    min-width: 3.2rem;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /* Container shadow */
}

.hide {
    display: none
}

.WHSU-272 li a,
.icon_i,
header .logo2 i,
header i,
nav li a {
    display: block
}

header {
    height: .54rem;
    background: #fff;
    font-size: .32rem;
    font-weight: 700;
    padding: .17rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Header shadow */
}

.headerNav {
    left: 50%;
    margin-left: -3.75rem;
    z-index: 98
}

.headerNav ul {
    flex-wrap: wrap;
    padding: .05rem 0 .25rem;
    z-index: 99;
    position: absolute;
    background: #f5fff9;
    /* Lighter green */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* Nav shadow */
    border-radius: 8px;
    /* Rounded corners */
}

.headerNav ul li a,
header.green_bg {
    background: #2c3e50;
    /* Dark blue instead of black */
    color: #fff;
    font-size: .32rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Button shadow */
}

.headerNav ul li {
    margin: .2rem 0 0 .2rem
}

.headerNav ul li a {
    display: block;
    width: 2.22rem;
    height: .72rem;
    line-height: .72rem;
    border-radius: .1rem;
    text-align: center;
    transition: all 0.3s ease;
    /* Smooth hover */
}

.headerNav ul li a:hover {
    transform: translateY(-2px);
    /* Lift effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.headerNav ul li a i {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    position: relative;
    margin-right: .1rem
}

.headerNav .mask {
    width: 7.5rem;
    height: 100%;
    background: rgb(0 0 0 / .5)
}

.menu {
    margin-right: .2rem;
    margin-top: -.06rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none
}

.menu:active {
    opacity: .7
}

header.green_bg {
    position: relative;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    /* Gradient background */
}

header.green_bg a {
    color: #fff
}

header .logo2 {
    width: 1.78rem
}

header .txt {
    height: auto;
    line-height: .4rem;
    margin-top: auto;
    margin-left: .2rem
}

header .share-link {
    display: inline;
    cursor: pointer;
    margin-top: 1px;
    margin-right: .2rem;
    width: 1.2rem;
    height: auto;
    background-image: url(/Z_SHEJH-272_files/All-Rmmy-Apps-Join-Telegram.webp);
    background-size: 100% 100%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.btn {
    background-color: #e74c3c;
    /* Different red */
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #c0392b;
    opacity: .9;
    -webkit-transform: scale(.96);
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
}

.WHSU-272,
.WHSU-272,
.ranking_list .sort,
.ranking_list .sort div {
    /* background-color: #fff; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    /* Section shadow */
}

.icon_i {
    background-image: url(/Z_img/rank.webp);
    background-size: 6rem 6.1rem;
    display: block
}

.udfoot {
    text-align: center
}

nav {
    border-bottom: 1px solid #e0e0e0;
    /* Slightly darker border */
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    /* Light background */
}

nav li {
    display: inline-block;
    width: 20%;
    border-bottom: .04rem solid #fff0;
    padding: .2rem 0 .28rem;
    transition: all 0.3s ease;
}

nav li:hover {
    background-color: #f0f0f0;
}

nav li a {
    height: .1rem;
    line-height: .1rem;
    border-right: 1px solid #e0e0e0;
    /* Slightly darker border */
    text-align: center;
    color: #333;
    /* Darker text */
    font-size: .27rem
}

nav li.current {
    border-color: #e74c3c;
    /* Matching red */
    background-color: #fef0ef;
    /* Light red background */
}

nav li.current a {
    color: #e74c3c
        /* Matching red */
}

nav li:last-child a {
    border: 0
}

nav ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    font-weight: 700;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none
}

nav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.nav_bar {
    width: 100%;
    overflow: hidden
}

.ranking_list {
    width: 100%;
    margin: auto
}

.ranking_list .sort {
    position: relative;
    width: 100%;
    height: 2.25rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
    /* Section shadow */
}

.ranking_list .sort img {
    width: 100%;
    height: 2.srem;
    display: block
}

.ranking_list .sort label {
    position: absolute;
    width: 100%;
    margin-top: -.2rem;
    justify-content: center;
    align-items: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* Text shadow */
}

.ranking_list .sort span {
    display: block;
    width: .24rem;
    height: .05rem;
    background-color: #fff;
    margin: 0 .22rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ranking_list .sort h3 {
    font-size: .48rem;
    color: #fff;
    margin: 0 .23rem;
    letter-spacing: .02rem
}

.ranking_list .sort .ico_l,
.ranking_list .sort .ico_r {
    width: .15rem;
    height: .14rem;
    background-position: -.85rem -1.8rem;
    position: relative
}

.ranking_list .sort div {
    position: absolute;
    z-index: 1;
    bottom: -.04rem;
    width: 2.72rem;
    height: .4rem;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    /* Shadow for the white div */
}

.WHSU-272 li {
    position: relative;
    text-align: center;
    margin-bottom: .3rem;
    transition: all 0.3s ease;
}

.WHSU-272 li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.WHSU-272 li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .24rem;
    margin: 0 auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    /* Image shadow */
}

.WHSU-272 li p {
    color: #999;
    /* Darker gray */
    font-size: .22rem;
    line-height: .42rem;
    width: 90%;
    margin: auto;
    overflow: hidden;
    white-space: nowrap
}

.WHSU-272 li .name {
    height: .6rem;
    line-height: .6rem;
    color: #555;
    /* Darker gray */
    font-size: .25rem;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.WHSU-272 ul li .grade {
    color: #e8e8e8;
    /* Slightly off-white */
    line-height: .25rem
}

.WHSU-272 ul li .grade span {
    color: #888;
    /* Darker gray */
    font-weight: 700;
    font-size: .19rem;
    line-height: .35rem
}

.WHSU-272 ul li .grade i {
    display: inline-block;
    width: .3rem;
    height: .26rem;
    background-position: 0 -1.72rem;
    position: relative;
    top: .04rem;
    margin-right: .001rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.WHSU-272 li .btn {
    display: block;
    width: 1.9rem;
    height: .55rem;
    text-align: center;
    line-height: .55rem;
    margin: .16rem auto 0;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    font-weight: 700;
    background: linear-gradient(to right, #3498db, #2980b9);
    /* Blue gradient */
    box-shadow: 0 2px 5px rgba(52, 152, 219, 0.3);
    /* Blue shadow */
    transition: all 0.3s ease;
}

.WHSU-272 li .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.4);
}

.WHSU-272 li:nth-child(2) img {
    width: 1.6rem;
    height: 1.6rem
}

.WHSU-272 li:nth-child(2) {
    padding-top: .1rem;
    width: 35%
}

.WHSU-272 li:first-child,
.WHSU-272 li:nth-child(3) {
    padding-top: .45rem;
    width: 32.5%
}

.WHSU-272 li .num1 {
    width: .65rem;
    height: .89rem;
    background-position: -3.5rem -.8rem;
    position: absolute;
    z-index: 2;
    top: -.75rem;
    left: 47%;
    margin-left: -.25rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.WHSU-272 li .num2,
.WHSU-272 li .num3 {
    width: .7rem;
    height: .56rem;
    position: absolute;
    z-index: 2;
    top: -.3rem;
    left: 50%;
    margin-left: -.25rem
}

.WHSU-272 li .num2 {
    width: .65rem;
    height: .89rem;
    background-position: -4.34rem -.85rem;
    position: absolute;
    z-index: 2;
    top: -.4rem;
    left: 47%;
    margin-left: -.25rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.WHSU-272 li .num3 {
    width: .65rem;
    height: .89rem;
    background-position: -5.15rem -.84rem;
    position: absolute;
    z-index: 2;
    top: -.4rem;
    left: 47%;
    margin-left: -.25rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.SHEJH-272_Notice_Slider marquee {
    position: relative;
    width: auto;
    background: #2c3e50;
    /* Dark blue */
    color: #fff;
    font-family: Sofia, sans-serif;
    font-weight: 600;
    font-variant: small-caps;
    line-height: .4rem;
    border: 1px dashed #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.WHSU-272 {
    padding: .11rem .2rem 0rem;
    background-color: #f9f9f9;
    /* Light background */
}

.WHSU-272 .tab_menu {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #333;
    /* Darker text */
    font-size: .28rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.WHSU-272 .tab_menu span {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.WHSU-272 .tab_menu span:hover {
    background-color: #f0f0f0;
}

.WHSU-272 .tab_menu span:last-child {
    border-right: 0
}

.WHSU-272 .tab_menu span.current {
    color: #fff;
    background-image: linear-gradient(to bottom, #8e44ad, #9b59b6);
    /* Purple gradient */
    font-weight: 600;
    border-radius: 6px;
    opacity: 2.5;
    box-shadow: 0 2px 5px rgba(142, 68, 173, 0.3);
}

.WHSU-272 ul li {
    padding-top: .17rem;
    padding-bottom: .17rem;
    align-items: center;
    background-color: #fff;
    margin-bottom: .15rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.WHSU-272 ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.WHSU-272 ul li img {
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    border-radius: .18rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.WHSU-272 .allrummyapp_closed_stamp {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../other-closed-rummy-application/image/closed-rummy-app-stamp.webp);
    background-size: 100% 100%;
    margin-left: .545rem;
    opacity: 80%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.WHSU-272 ul li .info {
    margin: 0 .28rem 0 .18rem
}

.WHSU-272 ul li .info p {
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem
}

.WHSU-272 ul li .info .name {
    font-size: .3rem;
    color: #555;
    /* Darker gray */
    line-height: .48rem;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.WHSU-272 ul li .info .grade {
    color: #e8e8e8;
    /* Slightly off-white */
    line-height: .32rem
}

.WHSU-272 ul li .info .grade span {
    color: #999;
    /* Darker gray */
    font-weight: 700
}

.WHSU-272 ul li .info .grade em {
    color: #ff9e00;
    /* Brighter orange */
    font-size: .24rem;
    text-shadow: 0 1px 2px rgba(255, 158, 0, 0.2);
}

.WHSU-272 ul li .info .grade i {
    display: inline-block;
    width: .2rem;
    height: .26rem;
    background-position: -1.94rem -1.7rem;
    position: relative;
    top: .04rem;
    margin-right: .04rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.WHSU-272 ul li .info .txt {
    color: #3498db;
    /* Blue */
    line-height: .36rem;
    font-weight: 700;
    font-size: .2rem;
    text-shadow: 0 1px 2px rgba(52, 152, 219, 0.2);
}

.WHSU-272 ul li .num {
    display: block;
    width: .36rem;
    height: .58rem;
    font-weight: 700;
    font-size: .32rem;
    color: #d1d1d1;
    /* Slightly darker gray */
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .2rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.WHSU-272 ul li .btn {
    display: block;
    line-height: .55rem;
    margin: 0 Auto;
    border-radius: .06rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    width: 2.05rem;
    height: .55rem;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: .1rem;
    background: linear-gradient(to right, #e74c3c, #c0392b);
    /* Red gradient */
    box-shadow: 0 2px 5px rgba(231, 76, 60, 0.3);
    transition: all 0.3s ease;
}

.WHSU-272 ul li .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.4);
}

.All_Rummy_Sticky-Ads_App {
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    background: rgb(44 62 80 / 85%);
    /* Dark blue with transparency */
    z-index: 1;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.All_Rummy_Sticky-Ads_App-close {
    width: 1.1rem;
    height: .33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -.338rem;
    background-color: #fff;
    border: .01rem solid #2c3e50;
    /* Dark blue */
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}

.All_Rummy_Sticky-Ads_App .All_Rummy_Sticky-Ads_App-close span {
    width: 4rem;
    font-size: .25rem;
    color: #2c3e50;
    /* Dark blue */
    font-weight: 700;
    margin-left: .05rem;
    cursor: pointer;
    line-height: .26rem
}

.All_Rummy_Sticky-Ads_App .All_Rummy_Sticky-Ads_App-close i {
    font-size: .25rem;
    float: left;
    color: #2c3e50;
    /* Dark blue */
    margin-top: .01rem;
    margin-left: .08rem;
    line-height: .26rem
}

.All_Rummy_Sticky-Ads_App-content img {
    width: 7.425rem;
    background-color: #fff;
    padding: .03rem .03rem;
    border: .5px solid #2c3e50;
    /* Dark blue */
    border-radius: .05rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.AllRummyApps_WhatsApp_Follow a {
    position: fixed;
    cursor: pointer;
    top: 3.2rem;
    right: 0;
    width: 1.8rem;
    height: 1rem;
    background-image: url(/Z_img/allrummyapps-whatsapp-follow.webp);
    background-size: 100% 100%;
    z-index: 999;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px 0 0 8px;
    transition: all 0.3s ease;
}

.AllRummyApps_WhatsApp_Follow a:hover {
    transform: translateX(-5px);
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.3);
}

.AllRummyApp_icon {
    position: absolute;
    width: .45rem;
    height: .45rem;
    background-image: url(https://allrummystore.com/wp-content/uploads/2023/12/whatsapp-all-rummy-app.png);
    background-size: 100% 100%;
    background-color: #00786a;
    margin-left: 3.8rem;
    margin-top: -.6rem;
    border: solid #fff .06rem;
    border-radius: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.telegram_icon {
    position: absolute;
    width: .45rem;
    height: .45rem;
    background-image: url(https://allrummystore.com/wp-content/uploads/2023/12/telegram-all-rummy-app.webp);
    background-size: 100% 100%;
    margin-left: 3.8rem;
    margin-top: -.6rem;
    border: solid #fff .06rem;
    border-radius: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}