#rankings { margin-top: 50px; margin-bottom: 30px;}
#rankings tbody tr { background-color: rgba(0,0,0,0.3); border-bottom: 7px solid #0f1116;}
#rankings thead tr { background-image: var(--bs-gradient); border-bottom: 7px solid #0f1116; color: #FFF; text-shadow: 1px 1px 1px black;}
#rankings tbody tr td a { font-weight: bolder;}


@media only screen and (max-width: 768px) {

	/* For mobile phones: */
	.col-3 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}

	.card-info-character {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}
}

.Char-info-header-table {
	width: 100%
}

.Char-info-header-table td.character-class span {
	font-size: 10px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: bolder;
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	background-color: #884EA0;

}

.Char-info-header-table td a {
	display: block;
	font-size: 15px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
}

.card-info-character {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #222227;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-char-small {
	margin-top: 10px;
	text-align: center;
}

.info-char-small span {
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8rem;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #2C3E50;
	color: azure
}


.card-info-character:hover {
	transform: scale(1.01);
}

.card-info-character .top-section {
	height: 180px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #222227;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: white;
	background-color: #222227;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #222227;
}

.card-info-character .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #222227;
}

.card-info-character .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #222227;
}


.card-info-character .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
}

.card-info-character .top-section .icons .logo {
	height: 100%;
	padding: 7px 0 7px 15px;
}

.card-info-character .top-section .icons .logo .top-section {
	height: 100%;
}

.card-info-character .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.card-info-character .top-section .icons .social-media .svg {
	height: 100%;
	fill: #1b233d;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: white;
}

.card-info-character .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.card-info-character .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.card-info-character .bottom-section .row {
	display: flex;
	justify-content: space-between;
}

.card-info-character .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.card-info-character .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.card-info-character .bottom-section .row .item .regular-text {
	font-size: 9px;
}
.card-info-character .border { border: none !important}


#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 20px;
    margin-bottom: 50px;
}

#clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background-image: var(--bs-gradient-5);
	display: inline-block;
}

#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
	display: inline-block;
}
.smalltext {
	padding-top: 5px;
	font-size: 12px;
}

 .carrusel-container {
            max-width: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
	 margin-top: 50px;
	 margin-bottom: 50px;
        }
        .carrusel {
            display: flex;
            transition: transform 0.5s ease;
            cursor: grab;
            user-select: none;
        }
        .carrusel.dragging {
            cursor: grabbing;
            transition: none;
        }
        .video-item {
            min-width: calc(33.333% - 20px);
            margin: 0 10px;
            flex: 0 0 auto;
        }
        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background: #000;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-image: var(--bs-gradient);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .nav-btn:hover {
            background: rgba(0,0,0,0.8);
        }
        .prev-btn {
            left: 10px;
        }
        .next-btn {
            right: 10px;
        }
        @media (max-width: 900px) {
            .video-item {
                min-width: calc(50% - 20px);
            }
        }
        @media (max-width: 600px) {
            .video-item {
                min-width: calc(100% - 20px);
            }
        }