*{
	box-sizing: border-box;
}
.js-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.js-track {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.js-slide {
    min-width: 100%;
    user-select: none;
}

.js-slide img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.playerleft {
    flex: 0 0 25%;	
}
.cborder{
	border: 1px solid #dedada;
    padding: 15px;
	border-radius: 11px;
}
img{
	max-width:100%;
}
.singlplayer{
	text-decoration:none;
	color:black;
	display: flex;
    gap: 12px;
    align-items: center;
    padding:9px 0px;
    border-bottom: 1px solid #dedada;
}
.singlplayer img{
	width: 86px;
    height: 86px;
    object-fit: cover;
    object-position: top;
    border-radius: 88px;
}
.pname{
	font-weight: bold;
}
.ptitle{
	color: grey;
}
.playersbox{
	display: flex;
    gap: 22px;
	width: 1100px;
    margin: 0px auto;
    max-width: 100%;
	padding:0px 20px
}
.playerright{
	width:80%;
}
.mySwiper{
	height:378px;
}
.swiper {
    width: 100%;

}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    width: 100%;

    object-fit: cover;
}
.white-box{
	display: flex;
    gap: 22px;
    align-items: center;
}
.lwb img{
	width: 177px;
}
.white-box{
	display: flex;
    gap: 22px;
    align-items: center;
    background-color: white;
    padding: 0px;
    overflow: hidden;
    border-radius: 12px;
    width: 90%;
    margin: 0px auto;
    margin-top: -60px;
    z-index: 9999;
    position: relative;
}
.grey{
	color:grey;
}
.dflex{
	display: flex;
    gap: 13px;
}
.mt-6{
	margin-top: 6px;
}

.tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
}

.tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    cursor: pointer;
    color: #999;
    border-bottom: 2px solid transparent;
}

.tab svg {
    width: 16px;
    height: 16px;
}

.tab.active {
    color: #666;
    border-bottom: 2px solid #666;
}

.tab-content {
    display: none;
    padding: 15px 0;
}

.tab-content.active {
    display: block;
}
.mt-27{
	margin-top: 27px;
}
.tabs img{
	width: 13px;
}
.table-block {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}
.left-table {
    max-width: 150px;
    min-width: 150px;
}
.profile-stats .right-table {
    margin: 0;
    overflow: auto;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
.rating i {
	color: #FFD700; /* gold */
	font-size: 20px;
}
 td {
    color: #2E5D7A;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 27px;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px;
}
.left-table tbody tr:last-of-type td:first-of-type {
    color: #FFF;
}
.left-table td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #0B141C;
}
th {
    color: #272F3E;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}
.table-block{
	overflow:auto;
}
.right-table tbody > tr:last-of-type {
    background-color: #F7F7F7;
}
video{
	width:100%;
}
@media screen and (max-width: 768px) {
	.playerleft {
		flex: 0 0 100%;
	}
	.playersbox {
		display: grid;
	}
	.playerright {
		width: 100%;
	}
	.white-box {
		display: grid
	}
	.lwb{
		text-align:center;
	}
	.left-table{
		display:none;
	}
	.cborder{
		overflow:hidden;
	}
	
	.player-wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
		gap: 30px;
	  }

	  .singlplayer {
		flex: 0 0 auto; /* prevent shrinking */
	  }

	  /* Optional: hide scrollbar for nicer look */
	  .player-wrapper::-webkit-scrollbar {
		display: none;
	  }
}