.titleserv {
    max-width: 100%;
    font-family: Heebo, sans-serif;
    margin-top: 5px;
}



.vip-serv {
    display: flex;
    padding: 15px 13px;
    box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border: 1px solid #dbdbdb;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(195 195 195 / 30%);
    border: 1px solid #dbdbdb;
 position: relative;
}

.vip-serv:hover{
	background-color: #f8f8f8;
}

.cont-vip {
    display: flex;
    justify-content: center;
    width: 100%;
}

.vip-frm {
    display: flex;
    gap: 0.7rem;
    width: 100%;
    justify-content: start;
}

.vip-mapic {
    grid-column: span 4 / span 4;
    display: flex;
    align-items: center;
	cursor: pointer;
}

img.vipimgm {
    border-radius: 11px;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, .125);
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
    object-fit: cover;
    height: 100%;
}

.vip-mapfr {width: 200px;/* border: 1px solid rgba(54, 54, 54, .125); */box-shadow: 0 3px 6px rgb(0 0 0 / 6%);object-fit: cover;height: 120px;}

.vip-cells {
    /* display: grid; */
    /* grid-column: span 8 / span 8; */
    display: flex;
    flex-direction: column;
    gap: .35rem;
    /* font-family: Heebo, sans-serif; */
    justify-content: space-between;
    width: 100%;
}

.vip-snip {
    display: grid;
    gap: inherit;
}

.vip-sname {
    display: flex;
    width: 100%;
    /* font-family: "Rubik", sans-serif; */
	flex-wrap: wrap;
    align-items: center;
    gap: 5px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border .2s ease;
direction: ltr;
    justify-content: end;
}

.vip-sname:hover{
	color: #006fee;
	transition: background-color .2s ease, color .2s ease, border .2s ease;
}

.vip-sinfo {
    display: grid;
}

.vip-det {
    display: flex;
    gap: 0.4rem;
}

.vip-sbut {
    display: flex;
    justify-content: end;
	/*justify-content: space-between;*/
}

.mainvip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}


.vip-sname h3{
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    color: #1b1b27;
    flex-direction: row-reverse;
    flex-flow: wrap;
}

/* Fivem
.vip-sname span {
font-size: 12px;
color: goldenrod;
}
*/

.g9 .vip-sname.nametitled a span {
    border-radius: 10px;
    color: white !important;
}



.vip-sip {
    color: #4b4f56;
    font-size: 14px;
    line-height: 25px;
	display: flex;
    align-items: center;
}

.vip-sdetails {font-size: 14px;color: #1b1b27;/* line-height: 18px; */}

a.srvlinkc {
    background: #006fee;
    padding: 6px 12px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    color: white;
    border-radius: 8px;
    font-size: 0.8rem;
}

a.srvlinkc:hover{

    background-color: #0656ce;
}

.butcopy {
    color: #a0a0a9;
    margin: -3px -3px -3px 3px;
    padding: 5px;
    cursor: pointer;
}

.butcopy:hover
{
color: #006fee;
}

 .progress {
      height: 5px;
      background-color: #b9b9b9;
      border-radius: 5px;
    }

    .progress-bar {
      height: 100%;
      background-color: #007bff;
      border-radius: 5px;
    }
	
	.gametype{
	display: flex;
	align-items: center;
	position: absolute;
	left: 10;
	top: 10;
	}

.gametype .gmicon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

	
	/* mobile */
	@media screen and (max-width: 850px) {

	.vip-frm{
	flex-direction: column;
	}
	
	.vip-sip{
	display: flex;
    align-items: center;
    justify-content: center;
	}

.vip-sname
{
    justify-content: center;
}
	
	.vip-mapic
	{
	    justify-content: center;
	}	
		
	.vip-cells, .vip-frm
	{
	align-items: center;
	}
	
	.vip-snip {
		text-align: center;
	}
	
	.vip-sbut{
	flex-direction: column;
    align-items: center;
    gap: 10px;
	}
	
	}
	
	
@media screen and (max-width: 600px) {
	.mainvip
	{
	grid-template-columns: repeat(1, 1fr);
	}
	
	.vip-frm{
		    flex-direction: row;
	}
	
	.vip-mapic, .vip-mapfr{
		height: 100%;
	}
	
}


@media screen and (max-width: 500px) {
	
		.vip-frm{
		    flex-direction: column;
	}
}

@media screen and (max-width: 300px) {
	
		.gametype{
		   position: unset;
	}
}

/* ----------------------------------------- */
/* NEW VIP CARDS STYLE B                     */
/* ----------------------------------------- */
.vip-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    width: 100%;
}

@media (max-width: 850px) {
    .vip-cards-row {
        grid-template-columns: 1fr;
    }
}

.vip-card-b {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 140px 1fr;
    direction: rtl;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    border-right: 4px solid #f59e0b;
}

.vip-card-b:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 12px 25px -5px rgba(245, 158, 11, 0.15), 
                0 8px 16px -6px rgba(0,0,0,0.04);
}

.vip-b-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 145px;
    background: #0f172a;
    cursor: pointer;
}

.vip-b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.vip-card-b:hover .vip-b-img img {
    transform: scale(1.08);
    opacity: 0.7;
}

.vip-b-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(15, 23, 42, 0.7) 0%, transparent 100%);
}

.vip-b-rank {
    position: absolute;
    bottom: 8px;
    left: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    pointer-events: none;
}

.vip-b-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(245, 158, 11, 0.25);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #f59e0b;
    font-family: 'Heebo', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.vip-b-body {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.vip-b-game {
    font-size: 9.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

/* Game Colors */
.game-color-csgo { color: #f97316; }
.game-color-gta5m { color: #ec4899; }
.game-color-cs16 { color: #10b981; }
.game-color-css { color: #06b6d4; }
.game-color-samp { color: #3b82f6; }
.game-color-minecraft { color: #84cc16; }

.vip-b-name {
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.vip-b-name span {
    direction: ltr;
}

.vip-b-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.vip-b-vstag {
    font-size: 9.5px;
    font-weight: 700;
    padding: 3px 8px;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-transform: uppercase;
	display: flex;
    align-items: center;
}

.vip-b-foot {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.vip-b-foot > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start !important;
    height: 38px;
}

.vip-b-stat-n-container {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    direction: ltr;
    line-height: 1;
}

.vip-b-stat-n {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.vip-b-stat-n-sub {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
}

.vip-b-stat-l {
    font-size: 9px;
    font-weight: 700;
    color: #64748b;
    margin-top: 4px;
    text-transform: uppercase;
    line-height: 1;
}

.vip-b-play-btn {
    padding: 8px 18px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #d97706;
    font-size: 11.5px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    font-family: 'Heebo', sans-serif;
}

.vip-card-b:hover .vip-b-play-btn {
    background: #f59e0b !important;
    color: #ffffff !important;
    border-color: #f59e0b !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25) !important;
}

/* VIP IP Copy Button */
.vip-b-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 33px;
    border-radius: 6px;
    border: 1px solid rgba(71, 85, 105, 0.2);
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s;
    box-sizing: border-box;
    padding: 0;
    margin-right: auto; /* Push copy button to the left */
}
.vip-b-copy-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.3);
    transform: translateY(-1px);
}

/* Pure CSS tooltips for server-ping and copy buttons */
.server-ping, .vip-b-copy-btn, .bot-count-badge {
    position: relative;
}
.server-ping::after, .vip-b-copy-btn::after, .bot-count-badge::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    background: #0f172a;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 99999 !important;
    font-family: 'Heebo', sans-serif !important;
}
.server-ping:hover::after, .vip-b-copy-btn:hover::after, .bot-count-badge:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}


.vip-highlight .col-play {
    border-color: rgba(245, 158, 11, 0.3) !important;
    color: #d97706 !important;
}