.content-container {
    padding: 0 10px;
    box-sizing: border-box;
}
/* .models-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fill,
        minmax(220px, 1fr)
    );
    gap: 15px;
     z-index: 99999;
    margin:10px 10px;
     
    width: 100%;
} */

.models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;

    margin: 10px 0;   /* IMPORTANT */
    padding: 0;
}

/* .sliderWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #111;
	padding: 10px;
}
 */
/* .sliderTrack {
	display: flex;
	transition: transform 0.4s ease;
}
 */
.sliderTrack {
    display: flex;
    gap: 12px; /* replaces margin-right */
    	transition: transform 0.4s ease;
}
.slide {
	/* min-width: 220px; */
/* 	margin-right: 12px;
	  position: relative;
	background: #222;
	border-radius: 8px;
	overflow: hidden;
	color: white;
	text-align: center;
	flex-shrink: 0;
	display: inline-block;
	max-width:220px;
	background: rgba(88, 88, 88, 0.19);
border-radius: 8px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.7px);
-webkit-backdrop-filter: blur(7.7px);
border: 1px solid rgba(111, 111, 111, 0.35);

   */
/* 	max-height:200px; */
}

.slide {
    margin: 0;          /* remove drift */
    flex-shrink: 0;
    width: 220px;       /* replace max-width approach */
    
    background: #222;
	border-radius: 8px;
	overflow: hidden;
	color: white;
	text-align: center;
	flex-shrink: 0;
	display: inline-block;
	max-width:220px;
	background: rgba(88, 88, 88, 0.19);
border-radius: 8px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.7px);
-webkit-backdrop-filter: blur(7.7px);
border: 1px solid rgba(111, 111, 111, 0.35);
}

/* .slide {
    background: var(--card);
    border-radius: 14px;
    overflow: hidden;
    transition: .2s;
    cursor: pointer;
} */

.slide:hover {

    transform: translateY(-4px);
    transform: scale(1.4);
    z-index: 999;
    position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      	transition: transform 0.6s ease;
      
      	   cursor: pointer;
      	
      
      	   
      	background: rgba(111, 111, 111, 0.43);
border-radius: 8px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.7px);
-webkit-backdrop-filter: blur(4.7px);
border: 1px solid rgba(111, 111, 111, 0.96);   
}

/* .slide img {
	width: 211px;
	height: 110px;
	object-fit: cover;
	display: block;
} */

.slide img {
    width: 100%;
      position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
     transition: transform 0.25s ease-in-out;
    transform-origin: center center;
    	  cursor: pointer;
    	  z-index:1;
}


.slide:hover img {
	        transform: translateY(-1px);
    transform: scale(1.89);
   	  z-index:0;
    position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      	transition: transform 0.4s ease;
      
      	  cursor: pointer;
	
}
.modelNameHeader,
.cardBody,
.modelRow,
.modelRow2,
.modelRow3,
.roomSubject,
.modelMeta {

    position: relative;

    z-index: 5;

}
/* .slideTitle {
	padding: 8px;
	font-size: 14px;
	width: 160px;
}

.sliderButton {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .6);
	color: white;
	border: none;
	font-size: 28px;
	cursor: pointer;
	z-index: 10;
	padding: 10px;
}
 */
.prevBtn {
	left: 5px;
}

.nextBtn {
	right: 5px;
}

.cardBody {
	padding: 8px;
}
/* 
.modelRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 8px;
}

.modelName {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modelMeta {
	margin-left: 8px;
	white-space: nowrap;
	font-size: 13px;
	color: #ccc;
} */

/* .roomSubject {
	font-size: 12px;
	line-height: 1.35;
	color: #bdbdbd;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 32px;
} */
.roomSubject {

    display: -webkit-box;

   	  z-index:5;

   

    overflow: hidden;

    line-height: 1.4em;

    min-height: 2.8em;

    max-height: 2.8em;

    text-align: left;
     display: block;
    line-height: 1.4em;
    min-height: 2.8em;

}

.modelRow,
.metaRow {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 0px 4px;
    font-size:larger;
}

.modelNameHeader {
    font-weight: 700;
    padding: 4px 10px 10px 4px;
       font-size:larger;
       margin-left: 10px;
       	  z-index:10;
}

.modelName {
    font-weight: 700;
}

.modelMeta {
   display: flex;

    align-items: center;

    gap: 8px;

    flex-wrap: wrap;
}
/* .modelMeta > * {

    display: inline-flex;

    align-items: center;

} */

.modelRow2,
.metaRow2 {
   padding: 4px 0px 0px 4px;
    text-align: left;
    font-size:smaller;
    color:lightgray;
}

.modelRow3,
.metaRow3 {
   padding: 4px 0px 10px 4px;
    text-align: left;
    font-size: smaller;
    color: darksalmon;
}

.modelMeta3 {
    display: flex;
    gap: 8px;
}


.genderIcon {
    font-size: 16px;
    margin-right: 6px;
}

.gender-f {
    color: #ff5ba7;
}

.gender-m {
    color: #4ea3ff;
}

.gender-c {
    color: #b388ff;
}

.gender-t {
    color: #4dd0e1;
}



.genderButton {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border-radius: 12px;

    background: #202020;

    color: #ffffff;

    text-decoration: none;

    font-weight: 600;

    transition: all .2s ease;
}


.genderButton xp\\:text,
.genderButton .counter {

    margin-left: auto;

}
.genderButton:hover {

    transform: translateY(-2px);

    background: #2d2d2d;

    box-shadow: 0 0 15px rgba(255,91,167,.4);

}

.genderButton .fa-venus {

    color: #ff5ba7;

    font-size: 18px;
}
.genderButton .fa-transgender{

     color: #4dd0e1;

    font-size: 18px;
}
.genderButton .fa-user-group{

    

    font-size: 18px;
}
.hdBadge {

   /*  display:inline-flex; */

    align-items:center;

    gap:4px;

    padding:3px 8px;

    border-radius:20px;

    font-size:11px;

    font-weight:700;

    color:#00ff88;

    border:1px solid rgba(0,255,136,.35);

    background:rgba(0,255,136,.08);

    box-shadow:

        0 0 8px rgba(0,255,136,.35);

}
.hdIcon {

     font-size: 10px;

    line-height: 1;

    display: inline-flex;

    align-items: center;

    text-shadow:
        0 0 6px rgba(0,255,136,.6),
        0 0 14px rgba(0,255,136,.35);

    animation: hdPulse 2s ease-in-out infinite;

}

@keyframes hdPulse {

    0% {
        transform: scale(1);
        opacity: .8;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .8;
    }

}
.online-banner {
    display: flex;
    align-items: center;

    margin: 10px 0;   /* IMPORTANT: no left/right margin */
    padding: 10px 18px;

    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 9px;

    color: var(--text);
    font-size: 1.1rem;
    font-weight: 700;
}

.online-banner::before {
    content: "";
    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: #ff4d4d;

    margin-right: 10px;

    box-shadow: 0 0 10px #ff4d4d;
}


.roomStatus::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-align: left;
}

.roomStatus.public::before {
  /*   content: "\f111";   fa-circle */
    color: #2ecc71;
}

.roomStatus.private::before {
    content: "\f023";   /* fa-lock */
    color: #e74c3c;
}

.roomStatus.away::before {
    content: "\f186";   /* fa-moon */
    color: #f1c40f;
}

.roomStatus.hidden::before {
    content: "\f070";   /* fa-eye-slash */
    color: #7f8c8d;
}

.roomStatus.group::before {
    content: "\f0c0";   /* fa-users */
    color: #3498db;
}

.roomStatus.ticket::before {
    content: "\f145";   /* fa-ticket */
    color: #9b59b6;
}


.modelHeader {
    display: flex;
    align-items: center;
    width: 100%;
}

.headerSpacer {
    width: 18px;          /* same width as icon */
    flex-shrink: 0;
}

.modelNameTop {
    flex: 1;
    text-align: center;
    font-weight: 700;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    
    padding: 4px 10px 10px 4px;
       font-size:larger;
    
       	  z-index:10;
}

.roomStatus {
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.roomStatus::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* .roomStatus.public::before  { content: "\f111"; color:#2ecc71; }  *//* circle */
.roomStatus.private::before { content: "\f023"; color:#e74c3c; } /* lock */
.roomStatus.away::before    { content: "\f186"; color:#f1c40f; } /* moon */
.roomStatus.hidden::before  { content: "\f070"; color:#7f8c8d; } /* eye-slash */
.roomStatus.group::before   { content: "\f0c0"; color:#3498db; } /* users */
.roomStatus.ticket::before  { content: "\f145"; color:#9b59b6; } /* ticket */