﻿a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
	border-radius: 10%;
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link {
	color: #fff;
}
.navbar-toggler {
    background-color: #fff;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

.ele-list{
    margin: auto;
    background-color:#fff;
}
.ele-list ul li{
    /* padding-top: 1.2rem; */
    /* padding-bottom: 1.2rem; */
    /* border-bottom: 1px solid #ef5350; */
    align-items:center
}
.ele-list ul li img{
    display:block;
    width: 7rem;
    height: 7rem;
    border-radius:.18rem
}
.ele-list ul li .flex_grow{
    width:100%;
    text-decoration: none;
}
.ele-list ul li .info{
    margin: 0 .18rem 0 2rem;
}
.ele-list ul li .info p{
    display:block;
    width:auto;
    overflow:hidden;
    white-space:nowrap;
    font-size: 1.3rem;
}
.ele-list ul li .info .name{
    font-size: 1.8rem;
    color:#454545;
    font-weight:700
}
.ele-list ul li .info .grade{
    color:#e6e6e6;
    margin-bottom: 0px;
}
.ele-list ul li .info .grade span{
    color:#cb4400;
    font-weight:700
}
.ele-list ul li .info .grade em{
    color:#ffa709;
    font-size:.24rem
}
.ele-list ul li .info .grade i{
    display:inline-block;
    width:.24rem;
    height:.25rem;
    background-position:-1.93rem -1.70rem;
    position:relative;
    top:.04rem;
    margin-right:.04rem
}
.ele-list ul li .info .txt{
    color:#d64545;
    font-weight:700;
    font-size: 1.2rem;
}
.ele-list ul li .num{
    display:block;
    width: 2rem;
    height: 2rem;
    font-weight:700;
    font-size: 1.5rem;
    color:#cecece;
    text-align:center;
    position:relative;
    top: 2rem;
    left:0;
    margin-right: 2rem;
}
.flex {
    display: flex;
}
.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.ele-list ul {
    padding-left: 0px;
    list-style: none;
}

.gamelist {
    margin-bottom: 15px;
}
.dwnbtn {
    align-content: center;
}
.dwnbtn .btn {
    width: 100%;
    padding: 10px;
}
.banner-top {
    margin-bottom: 25px;
}

.first-half {
    padding: 20px;
    color: #fff;
}

.h-full {
}

.topbanner-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.topbanner-subtitle {
    font-size: 1.3rem;
}

.download-btn {
    background: #cd0000;
    padding: 12px 30px;
    color: #fff;
}

.download-btn:hover {
    background: #f21414;
}

.btn-custom {
    border: 3px solid #eb9508;
    border-radius: 7px;
}

.second-half {
    padding-top: 20px;
}

.bg-primary,
.bg-success {
    background-color: #ef5350 !important;
}
.btn-primary {
    background-color: #ef5350 !important;
    border-color: #ef5350 !important;
}
.bg-primary:hover,
.bg-success:hover,
.btn-primary:hover {
    background-color: #e53935 !important;
    border-color: #e53935 !important;
}
.text-success {
    color: #d64545 !important;
}
.social-links a {
    margin-bottom: 5px;
}
.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #fff;
}
.nav-item .dropdown-menu a {
    color: inherit;
}
.logo {
    width: 30px;
}
.telegram-block {
    margin: 20px;
    text-align: center;
}
.breadcrumb ol {
    list-style: none;
    display: flex;
    padding-left: 6px;
    margin-bottom: 0px;
}

.breadcrumb ol li {
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}
.card {
	margin-bottom: 10px;
	padding: 10px 10px;
}
.t-flex.card .dwnbtn {
    position: absolute;
    right: 10px;
    top: 30%;
}

/* App detail page improvements */
.mob-container .table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.mob-container .table thead tr:first-child td {
    background: linear-gradient(90deg, #fffaf0, #f8fafc);
    padding: 24px 15px;
}

.mob-container .table thead tr:first-child h1 {
    margin: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1.3;
    color: #0f172a;
}

.mob-container .table thead tr:nth-child(2) td {
    background: #fff;
    padding: 18px 0;
}

.mob-container .table thead tr:nth-child(2) img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.mob-container .table th,
.mob-container .table td {
    border-color: #eef2f7;
    padding: 12px 14px;
    vertical-align: middle;
}

.mob-container .table th {
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 700;
}

.mob-container .table td {
    font-size: 0.95rem;
    color: #334155;
}

.mob-container .dwnbtn .btn-custom {
    background: linear-gradient(90deg, #ef5350, #e53935);
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 999px;
    padding: 14px 18px;
    box-shadow: 0 10px 18px rgba(34, 197, 94, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mob-container .dwnbtn .btn-custom:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(34, 197, 94, 0.35);
}

.game-intro {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.game-intro h2 {
    font-size: 1.35rem;
    color: #0f172a;
    font-weight: 700;
    margin: 18px 0 10px;
}

.game-intro p,
.game-intro li {
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.8;
}

.game-intro ol,
.game-intro ul {
    padding-left: 1.2rem;
}

.game-intro strong {
    color: #0f172a;
}

#share {
    margin-top: 10px;
}

@media only screen and (min-width: 700px), only screen and (min-device-width: 700px) {
    .t-flex{
        display: flex;
    }
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
    .card-body {
        padding: 15px 0px;
    }
    .ele-list ul {
        margin-bottom: 0px;
    }
    .ele-list ul li img{
        width: 5rem;
        height: 5rem;
    }
    .ele-list ul li .num{
        display: none;
    }
    .ele-list ul li .info {
        margin: 0 .1rem 0 1rem;
    }
    .ele-list ul li .info .name {
        font-size: 1.3rem;
        margin-bottom: 0px;
    }
    .ele-list ul li .info .txt {
        color: #d64545;
        font-weight: 700;
        font-size: 1rem;
    }
    .ele-list ul li .info p {
        font-size: 1.1rem;
    }
    .dwnbtn .btn {
        width: 60%;
        padding: 6px;
    }
    .mob-container {
        padding: 0px 7px;
    }
    .topbanner-title {
        font-size: 1.6rem;
    }
    .topbanner-subtitle {
        font-size: 1.2rem;
    }
    .download-btn {
        width:100%
    }
    .topbanner-subtitle2 {
        font-size: 0.8rem;
    }
	.breadcrumb {
		text-wrap: nowrap;
		overflow: scroll;
	}
	.dwnbtn {
		width: 100%;
	}
	.t-flex.card .dwnbtn {
		position: relative;
		right: auto;
		top: auto;
	}
}




