@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

* {
	font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0;
}

a {
	color: inherit;
}

/* Font Size Class */
.fs-10 {
	font-size: 10px;
}

.fs-13 {
	font-size: 13px;
}

.fs-16 {
	font-size: 16px;
}

.fs-36 {
	font-size: 36px;
}

.fs-48 {
	font-size: 48px;
}

.fs-60 {
	font-size: 60px;
}

button {
	color: inherit;
	border: none;
	padding: 0;
	background-color: inherit;
}

.bg-badge {
	background-color: #3f0865;
}

.bg-numpad {
	background-color: #140a2e;
}

.shadow-card {
	box-shadow: inset 0px 0px 16px 8px #00a2ff, 0px 0px 16px 0px #0f68c0;
	height: 100%;
}

.bg-carousel-btn {
	color: #827db8;
}

.border-pink {
	border: 1px solid #b000ff;
}

.bg-carousel-btn.active {
	color: white;
}

.btn-carousel-num {
	color: #827db8;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-radius: 100%;
}

.text-gold {
	color: #fcc310;
}

.btn-carousel-num.active {
	box-shadow: inset 0px 0px 8px 5px;
	background: linear-gradient(0deg, #1f0644, #290959);
}

.bg-photo {
	border-radius: 100%;
	box-shadow: inset 0px 0px 8px 5px #00a2ff;
	background: linear-gradient(0deg, #1f0644, #290959);
}

.border-brown {
	border-color: #261a43 !important;
}

.text-blue {
	color: #17a9fd;
}

.winner-wrapper {
	margin-bottom: 4px;
	position: relative;
}

.winner-wrapper::after {
	position: absolute;
	bottom: -2px;
	border: 2px solid #12143c;
	height: 3px;
	content: "";
	width: 100%;
	left: 0;
}

.winner-wrapper:nth-child(odd) {
	background-color: #1c1135;
}

.winner-wrapper:nth-child(even) {
	background-color: transparent;
}

.bg-pro-photo {
	background-color: #1f0644;
}

.bg-pro-badge {
	background-color: #7c22a3;
}

tbody tr:nth-child(odd) {
	background-color: #1c1135;
}

.cursor-pointer {
	cursor: pointer;
}

.text-sky {
	color: #0f98ea;
}

.dropdown {
	display: flex;
	cursor: pointer;
	border: 2px solid #2c1f47;
	border-radius: 16px;
	align-items: center;
}

.border-grey {
	border-color: #282b6a !important;
}

#league-table {
	border-collapse: inherit;
	border-spacing: 0px 10px;
}

#league-table tr th:first-child,
#league-table tr td:first-child {
	border-end-start-radius: 20px;
	border-start-start-radius: 20px;
	padding: 0px 24px;
}

#league-table tr th:last-child,
#league-table tr td:last-child {
	border-start-end-radius: 20px;
	border-end-end-radius: 20px;
}

#league-table tr th,
#league-table tr td {
	border: 0;
}

#league-table tbody tr:nth-child(odd) {
	background-color: transparent !important;
}

#league-table tbody tr:nth-child(even) {
	background-color: #1c1135 !important;
}

.winner-div {
	height: 24px !important;
}

.winner-item {
	padding: 6px 0;
	transition: all 0.3s ease-in-out;
}

#home-dropdown {
	position: absolute;
}

.border-md-none {
	border: 1px solid black;
}

.w-md-100 {
	width: 100%;
}

.text-title {
	font-size: 1.5rem;
	text-align: center;
	line-height: 150%;
}


.title-div-second {
	background-image: url(../images/poker/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	height: 180px;
}

.title-div {
	position: relative;
	height: 180px;
	overflow: hidden;
	/* Hide any part of the video that overflows */
}

.background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures the video covers the area */
	transform: translate(-50%, -50%);
	/* Centers the video */
	z-index: -1;
	/* Puts the video behind the content */
}


.text-card-title {
	font-size: 30px;
}

.text-card-subtitle {
	font-size: 16px;
}

.img-card {
	width: 40%;
	max-width: 160px;
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.advertise-card-container {
	margin: 0px;
}

@property --from {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

@property --to {
	syntax: "<color>";
	inherits: false;
	initial-value: transparent;
}

.btn-league {
	--from: transparent;
	--to: transparent;
	transition: --from 0.3s ease-in-out, --to 0.3s ease;
	background: linear-gradient(var(--from), var(--to));
}

.btn-league.active {
	--from: #39c90d;
	--to: #92ee2d;
}

.timeleft-div {
	position: inherit;
}

.pro-main-image-wrapper {
	width: 195px;
	height: 195px;
	border: 2px solid #0295f1;
	box-shadow: inset 0px 0px 16px 8px #183986, 0px 0px 16px 0px #0295f1;
}

.pro-main-image {
	width: 160px;
	height: 160px;
	background-color: #7e8cc0;
}

.bg-shine {
	background-image: url(../images/poker/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

.text-fantasy-title {
	font-size: 32px;
}

.text-fantasy-subtitle {
	font-size: 16px;
}
@media (max-width: 399px) {
	.auth-subsubtitle {
		font-size: 12px;
		color: white;
	}
}

/* sm */
@media (min-width: 576px) {
	.text-fantasy-title {
		font-size: 40px;
	}

	.text-fantasy-subtitle {
		font-size: 24px;
	}
}

/* md */
@media (min-width: 768px) {
	#home-dropdown {
		position: inherit;
	}

	.border-md-none {
		border-width: 0px !important;
	}

	.w-md-100 {
		width: auto;
	}

	.text-card-title {
		font-size: 1.25rem;
	}

	.text-card-subtitle {
		font-size: 0.75rem;
	}

	.img-card {
		width: 100px;
		height: auto;
		margin: 0 auto;
		position: inherit;
	}

	.advertise-card-container {
		margin: 0px -8px;
	}

	.table-div {
		margin-left: -100px;
	}

	.table-propage-div {
		margin-left: -250px;
	}
}

@media (max-width: 768px) {
	#home-dropdown {
		display: none;
	}
}

/* lg */
@media (min-width: 992px) {
	.text-fantasy-title {
		font-size: 48px;
	}

	.text-fantasy-subtitle {
		font-size: 24px;
	}

	.table-div {
		margin-left: 0px;
	}

	.text-title {
		font-size: 1.5rem;
		text-align: center;
		line-height: 150%;
	}

	.title-div {
		height: 250px;
	}

	.table-propage-div {
		margin-left: 0;
	}
}

/* xl */
@media (min-width: 1200px) {
	.text-card-title {
		font-size: 32px;
	}

	.text-card-subtitle {
		font-size: 16px;
	}

	.img-card {
		width: 50%;
		max-width: 160px;
		position: absolute;
		bottom: 2%;
		right: 2%;
	}

	.timeleft-div {
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.text-fantasy-title {
		font-size: 60px;
	}

	.text-fantasy-subtitle {
		font-size: 28px;
	}

	.desktop-ticker {
		width: 600px;
	}

	.desktop-ticker-feed {
		width: 100% !important;
	}

}

/* xxl */
@media (min-width: 1400px) {
	.title-div {
		height: 300px;
	}

	.text-title {
		font-size: 30px;
		text-align: left;
	}

	.text-card-title {
		font-size: 36px;
	}

	.text-card-subtitle {
		font-size: 18px;
	}
}

/* xxxl */
@media (min-width: 1600px) {}

/* Xl */
@media (min-width: 1600px) {}

/* Xl */
@media (min-width: 1800px) {}

.rs-events-data-tab {
	display: none;
}

.rs-events-data {
	display: block;
}

@media (max-width: 1464px) {
	#right-sidebar {
		width: 28% !important;
	}

	/*
	.rs-top-point{
		display: none;
	}
	.rs-past-events{
		display: none;
	}
	.rs-events-trophy{
		display: none;
	}
	.rs-events-content{
		width: 100% !important
	}
	.rs-events-data-tab{
		display: block !important;
	}
	.rs-events-data{
		display: none !important;
	}
	.rs-event-status .position-absolute{
		position: relative !important;
		margin-top: -13px !important;
    	left: 0 !important;
	}
	.rs-event-status img{
		width: 100% !important;
	}
	.rank_pic, .prof_pic{
		display: none !important;
	}
	*/
}

.tournament-time-left {
	color: #00a2ff;
	text-shadow: 0 0 5px #00a2ff, 0 0 30px rgba(0, 162, 255, 0.48), 3px 3px 5px rgba(0, 162, 255, 0.54);
	font-size: 0.8em !important;
}

@media (max-width: 768px) {
	#right-sidebar {
		width: 100% !important;
	}

	.rs-top-point {
		display: block;
	}

	.rs-past-events {
		display: block;
	}

	.rs-events-trophy {
		display: block;
	}

	.rs-events-content {
		width: auto !important
	}

	.rs-events-data-tab {
		display: none !important;
	}

	.rs-events-data {
		display: flex !important;
	}

	.rs-event-status .position-absolute {
		position: absolute !important;
		margin-top: 0px !important;
		left: 30% !important;
	}

	.rs-event-status img {
		width: 100% !important;
	}

	.auth_btn {
		height: 36px !important;
	}

	.mobile-header {
		align-items: center !important;
	}

	.hidemobile {
		display: none !important;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.mobile-header {
		width: 300px !important;
	}

	.small-screen-ticker {
		width: 100% !important;
		margin-right: 30px !important;
	}
}

@media (max-width: 576px) {
	.auth-top-btn {
		flex-flow: column-reverse !important;
	}
}

.tournament-prize-pool {
	color: #00a2ff !important;
	font-size: 1em !important;
	text-shadow: 0 0 5px #00a2ff, 0 0 30px rgba(0, 162, 255, 0.48), 3px 3px 5px rgba(0, 162, 255, 0.54) !important;
}

/*and (max-width: 1465px)*/
@media (min-width: 1200px) {
	#right-sidebar {
		width: 28% !important;
	}

	.join-now-trophy {
		height: 160px;
		width: 190px;
	}

	.treasure-box {
		width: 250px;
	}

	.join-now-btn {
		background: linear-gradient(0deg, #39c90d, #92ee2d);
		left: 50%;
		bottom: -23px;
		text-decoration: none;
		padding: 13px 20px 10px 20px !important;
		font-size: 20px !important;
	}

	.tournament-name {
		font-size: 1em !important;
	}

	.tournament-subtitle {
		font-size: 0.8em;
		padding: 0px !important;
		margin: 0px !important;
	}

	.view-rule-button {
		width: 40px !important;
		height: 40px !important;
	}

	#countdown-27 {
		font-size: 0.8em !important;
	}

	.question-mark {
		width: 100px !important;
		height: 100px !important;
	}

	.text-card-title {
		font-size: 22px !important;
	}

	.text-card-subtitle {
		font-size: 12px !important;
		font-weight: 400 !important;
	}

	.img-card {
		width: 40% !important;
		bottom: 10px !important;
	}

	.treasure-box {
		width: 180px;
		opacity: 0.8;
		margin-bottom: 0px !important;
	}

	.prize-background {
		width: 260px !important;
	}

	.tournament-prize-value {
		font-size: 40px !important;
	}

	.tournament-timestamp {
		font-size: 0.8em !important;
	}

	.tournament-right-block {
		margin: 25px 0px 40px auto !important;
		padding-right: 20px !important;
	}

	header {
		padding-left: 0.75rem !important;
	}

	.logo-position {
		padding-left: 0px !important;
	}

	.text-title {
		line-height: 50px !important;
	}

	.three-cards {
		height: 210px !important;
	}
}

.text-title {
	text-align: left !important;
}

.title-div {
	border-radius: 0.675rem !important;
}

#registerModal .modal-body {
	padding: 0px !important
}

.card-join-now {
	background: linear-gradient(0deg, #39c90d, #92ee2d);
	padding: 15px 25px !important;
	font-size: 1em !important;
}

@media (min-width: 1465px) {
	.text-card-title {
		font-size: 24px !important;
	}

	.ext-card-subtitle {
		font-size: 16px !important;
	}

	.card-join-now {
		padding: 15px 20px !important;
		font-size: 0.8em !important;
	}

	.img-card {
		width: 40% !important;
		bottom: 10px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.join-now-trophy {
		height: 100px;
		width: 120px;
	}

	.tournament-subtitle {
		font-size: 0.6em;
	}

	.fa-clock {
		font-size: 0.6em !important;
	}

	#countdown-29 {
		font-size: 0.7em !important;
	}

	.view-rule-button {
		width: 30px !important;
		height: 30px !important;
	}

	.rules-text {
		font-size: 0.7em !important;
	}

	.question-club {
		align-items: center;
		margin: 0px !important;
	}

	.tournament-prize-value {
		font-size: 30px !important;
	}

	.prizebg {
		width: 190px !important;
	}

	.tournament-timestamp {
		font-size: 0.6em !important;
	}

	.treasure-box {
		width: 151px;
	}

	.join-now-btn {
		bottom: -18px !important;
		padding: 13px 20px 10px 20px !important;
		font-size: 13px !important;
	}
}

@media (min-width: 1650px) {
	.join-now-trophy {
		height: 240px;
		width: 270px;
	}

	.tournament-name {
		font-size: 2em !important;
	}

	.tournament-subtitle {
		font-size: 1.1em;
	}

	.tournament-prize-pool {
		font-size: 1.5em !important;
	}

	.tournament-prize-value {
		font-size: 60px !important;
	}

	.prizebg {
		width: 300px !important;
	}

	.tournament-timestamp {
		font-size: 1em !important;
	}

	.treasure-box {
		width: 220px;
	}

	.tournament-time-left {
		font-size: 1.1em !important;
	}

	.question-mark {
		width: 150px !important;
		height: 150px !important;
	}

	.view-rule-button {
		width: 50px !important;
		height: 50px !important;
	}

	.rules-text {
		font-size: 1em !important;
	}

}


.swal2-confirm {
	background: #2c0a5f !important;
}

.swal2-popup {
	background: #21074b;
	box-shadow: inset 0px 0px 16px 8px #183986, 0px 0px 16px 0px #0295f1;
	color: white;
}

.swal2-success-fix,
.swal2-success-circular-line-left {
	display: none !important;
}


.modal-content {
	background-color: #200647 !important;
	padding: 30px !important;
	color: #fff !important;
	border-radius: 10px !important;
	border: 0px !important;
}

.modal-header {
	background-color: #200647 !important;
	border-radius: 40px 40px 0px 0px !important;
	padding: 30px !important;
	border: 0px !important;
}

.modal-body-parent {
	background: #22064a !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #ddd !important;
	border-radius: 30px !important;
}

.modal-body {
	background: #2c0a5f !important;
	padding: 40px !important;
	border-radius: 30px !important;
}


#loginModal .modal-content,
#registerModal .modal-content {
	background-color: #20064700 !important;
	padding: 0px !important;
}

#loginModal .modal-body,
#registerModal .modal-body {
	background: none !important;
	padding: 0px !important;
}

.player-item p {
	text-align: center;
	font-size: 0.5em !important;
}
.player-item button {
	font-size: 0.4em !important;
}

.remove-player-item {
	font-size: 0.6em !important;
	background: linear-gradient(0deg, #9c0a0a, #ee2d2d);
	padding: 5px 3px  !important;
	margin-top: 6px !important;
}

.player-bio {
	font-size: 0.6em;
}

.player-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.modal-header .btn-close {
	opacity: 1;
	filter: invert(1);
}

.modal-body .btn-close {
	right: 0;
	position: absolute;
	top: 50px !important;
	z-index: 999;
	filter: invert(1);
	opacity: 1;
}

#rulesModal .model-content {
	border: 2px solid #0295f1;
	box-shadow: inset 0px 0px 16px 8px #183986, 0px 0px 16px 0px #0295f1;
	font-family: 'Roboto', sans-serif !important;
}

.col-xxl-4 {
	/* width: 25% !important; */
}

.profile-team-card {
	width: 530px;
}

.poker-table {
	width: 60% !important;
}

#playerContainer .marked-round-poker,
#playerContainer .bg-numpad img {
	width: 100px !important;
	height: 100px !important;
}

.league-image {
	width: 260px !important;
	height: 220px !important;
}

.form-control:disabled {
	background-color: #13092d !important;
	opacity: 1 !important;
}

@media (min-width: 764px) {
	#maxPlayersModal .modal-dialog {
		max-width: 70% !important;
	}
}


.enroll-card-join-now {
	background: linear-gradient(0deg, #fce512, #92ee2d) !important;
	padding: 5px 15px 0px !important;
	font-size: 1em !important;
	height: 55px !important;
	color: hsl(36, 44%, 29%) !important;
}

.desktop-only-tournaments {
	display: flex !important;
}

.mobile-only-tournaments {
	display: none !important;
}

.desktop-ct {
	display: flex !important;
}

.mobile-ct {
	display: none !important
}

.desktop-tabs {
	display: flex !important;
}

.mobile-tabs {
	display: none !important;
}

.ts-desktop {
	display: block !important;
}

.ts-mobile {
	display: none !important;
}

.rank_pic img {
	width: 77px !important;
	height: 77px !important;
}

.tournament-time-left {
	font-size: 1.2em !important;
}

.desktop-only {
	display: block !important
}

.mobile-only {
	display: none !important;
}


.home-banner {
	padding: 0px 25px !important;
	font-size: 0.5em !important;
}

.three-cards .card-join-now {
	padding: 12px 20px 10px 20px !important;
	font-size: 0.7em !important;
	z-index: 2;
	position: relative;
}

.player-card {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

@media (max-width: 764px) {
	.three-cards .card-join-now {
		font-size: 1em !important;
	}

	html,
	body {
		overflow-x: hidden;
		/* Prevent horizontal scrolling */
		width: 100%;
		/* Ensure full-width layout */
		height: 100%;
		/* Full-height for better control */
		margin: 0;
		padding: 0;
	}

	body {
		overflow-y: auto;
		/* Allow vertical scrolling only */
		font-family: Arial, sans-serif;
		/* Use clean, app-like fonts */
		background-color: #f3f3f3;
		/* Neutral background color */
	}

	.container {
		max-width: 100%;
		/* Prevent content overflow */
	}

	.col-xxl-4 {
		/* width: 50% !important; */
	}

	#availablePlayers img {
		/* width: 100% !important; */
		/* height: 90px !important; */
	}

	.footer-menu ul {
		display: block !important;
		justify-items: center !important;
		line-height: 20px !important;
	}

	.hidemobile {
		display: none !important;
	}

	.text-title {
		padding-top: 20px !important;
		font-size: 1.5rem !important;
		text-align: center !important;
		line-height: 150% !important;
	}

	.latest-leagues-filter {
		flex-direction: column !important;
	}

	#icon-preview {
		display: none !important;
	}

	.league-req-data {
		flex-direction: column !important;
	}

	.league-req-data .requirement {
		padding-left: 12.5px !important;
		font-size: 0.8rem !important;
	}

	.reverse-mobile {
		flex-flow: column-reverse !important;
	}

	.mobile-player-card {
		/* height: 340px !important; */
	}

	.player-data-mobile {
		font-size: 0.6em !important;
		color: #17a9fd !important;
	}

	.reverse-mobile button {
		margin-bottom: 10px !important;
	}

	.mobile-player-card .gap-3 {
		gap: 0px !important;
	}


	#maxPlayersModal .model-content {
		flex-direction: column-reverse !important;
	}

	#maxPlayersModal .modal-header {
		display: none !important;
	}

	#confirmAddPlayers {
		background: linear-gradient(0deg, #39c90d, #92ee2d) !important;
	}

	.enroll-card-join-now {
		background: linear-gradient(0deg, #39c90d, #92ee2d) !important;
		padding: 5px 15px 0px !important;
		font-size: 1em !important;
		width: 100% !important;
	}

	.go-profile-mobile {
		background: linear-gradient(0deg, #39c90d, #92ee2d) !important;
		padding: 10px !important;
		text-transform: uppercase !important;
		font-size: 0.7em !important;
		width: 100% !important;
		line-height: 1em !important;
	}

	.profile-team-card {
		width: 100% !important;
	}

	.poker-table {
		width: 100% !important;
	}

	.bg-numpad {
		padding: 4px !important;
	}

	.player-position-0 {
		left: 5% !important;
		top: -20px !important;
	}

	.player-position-1 {
		right: 5% !important;
		top: -20px !important;
	}

	.player-position-2 {
		left: -3% !important;
		top: 51% !important;
	}

	.player-position-3 {
		right: -3% !important;
		top: 51% !important;
	}

	.player-position-4 {
		left: 10% !important;
		bottom: -20px !important;
	}

	.player-position-5 {
		right: 10% !important;
		bottom: -20px !important;
	}

	#playerContainer .marked-round-poker,
	#playerContainer .bg-numpad img {
		width: 60px !important;
		height: 60px !important;
	}

	.teamlogo img {
		width: 50px !important;
		height: 50px !important;
	}

	.requirements-section {
		justify-items: left !important;
	}

	.modal-body .btn-close {
		right: 30px !important;
		top: 20px !important;
	}

	.desktop-only-tournaments {
		display: none !important;
	}

	.mobile-only-tournaments {
		display: block !important;
	}

	.selected_league {
		text-align: center !important;
	}

	.desktop-ct {
		display: none !important;
	}

	.mobile-ct {
		display: flex !important
	}

	.ct-input {
		width: 100% !important;
	}

	#maxPlayersModal .modal-body {
		padding: 40px 10px 10px 10px !important;
	}

	.profile-section {
		flex-direction: column;
		gap: 1.5rem;
	}

	.about-me-section,
	.achievements-section {
		max-width: 100% !important;
		width: 100% !important;
		padding: 1rem;
		background: #1c1135;
		border: 1px solid #1c1135;
		border-radius: 10px;
		color: white;
	}

	.about-me-section .text-capitalize,
	.achievements-section .text-capitalize {
		font-weight: bold;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}

	.achievements-section .achievement-item {
		width: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.achievements-section img {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #2a1d46;
		padding: 8px;
	}

	.achievements-section .text-center {
		margin-top: 0.5rem;
		font-size: 0.85rem;
	}

	.about-me-section textarea {
		resize: none;
	}

	.gap-8 {
		gap: 1rem;
	}

	.mobile-padding-zero {
		margin: 0px !important;
		padding: 0px !important;
	}

	.desktop-tabs {
		display: none !important;
	}

	.mobile-tabs {
		display: flex !important;
	}

	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		/* Smooth scrolling for mobile */
	}

	.achievements-table,
	.standings-table {
		min-width: 600px;
		/* Ensures the table maintains structure on smaller screens */
		border-collapse: collapse;
	}

	.achievements-table th,
	.achievements-table td,
	.standings-table th,
	.standings-table td {
		white-space: nowrap;
		/* Prevent text wrapping for better readability */
		text-align: left;
	}

	.achievements-table,
	.standings-table {
		font-size: 14px;
		/* Adjust font size for better mobile readability */
	}

	.achievements-table th,
	.achievements-table td,
	.standings-table th,
	.standings-table td {
		padding: 8px;
		/* Reduce padding for smaller screens */
	}

	.latest-leagues-filter {
		display: none !important;
	}

	.home-slider {
		display: none !important;
	}

	.latest-leagues-text {
		font-size: 2em !important;
		margin-top: 15px !important;
		text-align: center !important;
	}

	#icon-preview {
		width: 100px !important;
		height: 100px !important;
		margin-left: 0px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: #13092d !important;
		border: 0px !important;
		position: relative !important;
		right: 0px !important;
		top: 0px !important;
		align-self: center !important;
	}

	.title-div {
		background: url('/images/mobile-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.tournament-subtitle {
		font-size: 1.3em !important;
		padding: 20px 0px !important;
	}

	.tournament-subtitle-2 {
		font-size: 1.3em !important;
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}

	.ts-desktop {
		display: none !important;
	}

	.ts-mobile {
		display: block !important;
	}

	#right-sidebar {
		margin-top: 40px !important;
	}

	.sponsors-text {
		font-size: 2em !important;
		text-align: center !important;
		margin-top: 20px !important;
	}

	.chosen-league {
		font-size: 2em !important;
	}

	.league-req-data .requirement {
		font-size: 1em !important;
		margin-bottom: 10px !important;
	}

	.lr-section {
		padding-bottom: 0px !important;
	}

	.mobile-playername {
		font-size: 1.5em !important;
		padding-bottom: 10px !important;
	}

	.user-profile {
		margin: 0px !important;
	}

	.profile-tabs {
		padding: 0px !important;
	}

	.tab-div {
		display: block !important;
		text-align: -webkit-center !important;
	}

	.tab-three {
		width: 100% !important;
	}

	.text-title .bolder {
		width: 100% !important;
	}

	.text-title .text-subtitle {
		width: 100% !important;
		line-height: 20px !important;
	}

	.carousel-slide img {
		height: 380px !important;
		object-fit: cover;
		object-position: right;
		opacity: 0.5;
	}
}

@media (max-width: 400px) {
	.rank_pic {
		min-width: 50px !important;
	}

	.rank_pic img {
		width: 50px !important;
		height: 50px !important;
	}

	.bg-pro-photo {
		width: 50px !important;
		height: 50px !important;
	}

	.bg-pro-photo img {
		width: 50px !important;
		height: 50px !important;
	}

	footer {
		text-align: center !important;
	}

	.ct-icon {
		align-items: center !important;
	}

	.ct-teamname,
	.ct-teamicon {
		font-size: 1.5em !important;
	}

	.col-xxl-4 {
		/* width: 100% !important; */
	}

	.league-req-data {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}

	.ct-rules-2 {
		margin: 0px !important;
	}

	#availablePlayers img {
		/* width: 100% !important; */
		/* height: 170px !important; */
	}

	.mobile-player-card {
		/* height: 420px !important; */
	}

	.tab-three {
		font-size: 0.8em !important;
	}

	.desktop-only {
		display: none !important
	}

	.mobile-only {
		display: block !important;
	}

	.tp-card {
		margin-bottom: 10px;
		width: 100%;
	}

	.tp-img {
		width: 100%;
		height: 190px !important;
		z-index: 1;
		position: relative;
	}

	.team-players-points {
		background: black;
		opacity: 0.8;
		margin-top: -40px;
		z-index: 3;
		position: relative;
		height: 40px;
		align-content: space-evenly;
		font-size: 1.5em;
	}

	.teamlogo {
		top: 90px !important;
	}

	.teamlogo img {
		width: 100px !important;
		height: 100px !important;
	}
}


input[type=file]::file-selector-button {
	background-color: #39c90d !important;
}

input[type=file]::file-selector-button:hover {
	background-color: #39c90d !important;
}

::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.hamburger-menu-wrapper {
		right: 20px !important;
		top: 60px !important;
		position: absolute !important;
	}

	.mobile-header {
		width: 30% !important;
	}

	.auth-btns {
		margin-right: 50px !important;
	}

	.logo-position {
		gap: 20px !important;
	}

	.advertise-card-container {
		display: flex !important;
	}
}

#select-all-players, #edit-block-form .custom-checkbox {
	width: 30px;
	padding: 10px;
	font-size: 16px;
	border: 2px solid #0295f0;
	box-shadow: inset 0 0 5px rgba(2, 149, 240, 0.8);
	border-radius: 20px;
	background-color: #1f0747;
	color: #ffffff;
	outline: none;
	height: 30px;
	cursor: pointer;
}

.form-check-input {
	--bs-form-check-bg: #fff;
}

.w-45 {
	width: 45% !important;
}

.w-5 {
	width: 5% !important;
}

/* faqs */
.accordion-button {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 18px;
}

.accordion-button:not(.collapsed) {
	background-color: rgba(255, 255, 255, 0.2) !important;
	color: #fff !important;
}

.accordion-button::after {
	filter: invert(1);
}

.accordion-body {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	padding: 20px;
	white-space: pre-line;
}

.accordion-item {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 8px;
}

.accordion-body ul {
	padding-left: 20px;
	margin-top: 10px;
}

.accordion-body li {
	margin-bottom: 8px;
}

.preview-picture {
	border: 2px dashed #ccc;
	padding: 10px;
	transition: border-color 0.3s ease;
	max-width: 300px;
}

.preview-picture:hover {
	border-color: #007bff;
}

.x-img-btn {
	top: 10px; right: 10px; padding: 0.25rem 0.5rem;
}


.password-toggle {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	color: #6c757d;
}
.form-group.position-relative .form-control {
	padding-right: 40px; /* To give space for icon */
}

.auth-container-wrapper {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	display: contents;
	justify-content: center;
	align-items: center;
	justify-self: center;
	height: 100vh;
	position: relative;
}

.auth-box {
	justify-self: center !important;
	background-color: #1f0747;
	border: 3px solid #0295f0;
	border-radius: 25px;
	box-shadow: inset 0 0 20px rgba(2, 149, 240, 0.8);
	padding: 30px;
	text-align: center;
	width: 550px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.auth-trophy {
	width: 200px;
	height: 200px;
	margin: auto;
	background: url(/images/fpl-logo.png) no-repeat center center;
	background-size: contain;
}

/* Title */
.auth-title {
	color: white;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.auth-subtitle {
	color: white;
	font-size: 16px;
	margin-bottom: 20px !important;
	font-weight: 400;
}


/* Form Group */
.form-group {
	margin-bottom: 20px;
	text-align: left;
}

.form-group input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 2px solid #0295f0;
	box-shadow: inset 0 0 5px rgba(2, 149, 240, 0.8);
	border-radius: 20px;
	background-color: #1f0747;
	color: #ffffff;
	outline: none;
	height: 55px;
}

.form-group input::placeholder {
	color: #e2ebff;
	opacity: 0.7;
	padding-left: 10px;
}

/* Button */
.auth-box .btn-primary {
	font-size: 22px;
	background-color: #52d316;
	color: #ffffff;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 500;
	width: 60%;
}

.auth-box .btn-primary:hover {
	background-color: #52d316;
}

/* Text */
.auth-box p {
	color: #e2ebff;
	font-size: 16px;
	opacity: 0.7;
}

/* Links */
.auth-box a {
	color: #fa009f;
	text-decoration: none;
}

.auth-box a:hover {
	color: #fa009f;
	text-decoration: none;
}

/* Adjustments for Small Screens */
@media screen and (max-width: 576px) {
	.auth-box {
		width: 100%;
		padding: 20px;
	}
	.auth-trophy {
		width: 100px;
		height: 100px;
		top: -70px;
	}
}


.auth-container-wrapper {
    margin: 0;
    padding: 0;
    padding-top: 0px !important;
    display: contents;
    justify-content: center;
    align-items: center;
    position: relative;
}

.auth-box {
    justify-self: center !important;
    background-color: #1f0747;
    border: 3px solid #0295f0;
    border-radius: 25px;
    box-shadow: inset 0 0 20px rgba(2, 149, 240, 0.8);
    padding: 30px;
    text-align: center;
    width: 550px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.auth-trophy {
    width: 200px;
    height: 200px;
    margin: auto;
    background: url(/images/fpl-logo.png) no-repeat center center;
    background-size: contain;
}

/* Title */
.auth-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.auth-subtitle {
    color: white;
    font-size: 16px;
    margin-bottom: 20px !important;
    font-weight: 400;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #0295f0;
    box-shadow: inset 0 0 5px rgba(2, 149, 240, 0.8);
    border-radius: 20px;
    background-color: #1f0747;
    color: #ffffff;
    outline: none;
    height: 45px;
}

.form-group input::placeholder {
    color: #e2ebff;
    opacity: 0.7;
    padding-left: 10px;
}

/* Button */
.auth-box .btn-primary {
    font-size: 22px;
    background-color: #52d316;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    width: 60%;
}

.auth-box .btn-primary:hover {
    background-color: #52d316;
}

/* Text */
.auth-box p {
    color: #e2ebff;
    font-size: 16px;
    opacity: 0.7;
}

/* Links */
.auth-box a {
    color: #fa009f;
    text-decoration: none;
}

.auth-box a:hover {
    color: #fa009f;
    text-decoration: none;
}

/* Adjustments for Small Screens */
@media screen and (max-width: 576px) {
    .auth-box {
        width: 100%;
        padding: 20px;
    }
    .auth-trophy {
        width: 100px;
        height: 100px;
        top: -70px;
    }
}

/* floating player card */
.floating-player-card {
	position: fixed;
	left: 20px;
	top: 20px;
	height:auto !important;
	max-height: calc(100% - 40px) !important;
	overflow-y: scroll;
	/* transform: translateX(-50%); */
	/* background: rgba(255, 0, 0, 1.8); */
	padding: 5px 0 5px 0;
	/* border-radius: 30px; */
	display: flex;
	flex-direction: column;
	/* gap: 5px; */
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
	z-index: 4;
}
.floating-player-card .player-block {
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 20px;
	transition: all 0.3s ease;
	max-width: 100px;
}


.profile-player-name {
	font-size: 1.3em !important;
	position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.profile-player-name span {
	z-index: 1000;
	display:none;
	padding: 8px 15px;
	background: #315644;
}

/* Custom input container and elements */
.custom-input-container {
    border: 2px solid #251943;
}

.custom-input {
    border: none !important;
    background-color: #13092d !important;
}

.custom-input-button {
    border-left: 2px solid #251943;
}


#checkout-page .card {
    border: 0px;
    margin-top: 20px;
}
#checkout-page .card-header {
    background: #411b66;
    color: white;
}
#checkout-page .card-body {
    background: #1c1135;
    color: white;
    font-weight: 300;
    line-height: 1.6em;
}
#checkout-page .payment-option { display: flex; align-items: center; margin-bottom: 10px; }
#checkout-page .payment-option img { width: 40px; margin-right: 10px; }
#checkout-page .hidden { display: none; }
.text-red { color: red !important; }

#filteredPlayersList .player-checkbox {
    width: 45px !important;
}

/* Layout adjustments */
.w-70 {
  width: 70%;
}
.w-30 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Button Styling */
.rules-btn {
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rules-btn img {
  width: 200% !important;
  max-width: 200% !important;
  margin-top: 7px;
}

/* Font adjustments */
.fs-6 {
  font-size: 0.85rem; /* Reduced font size for fitting on one line */
}
@media (max-width: 768px) {
  .requirements-section {
	flex-direction: column;
	align-items: flex-start;
  }
  .w-70,
  .w-30 {
	width: 100%;
  }
}
table.tournament-table thead, table.tournament-table tbody, table.tournament-table tr, table.tournament-table td, table.tournament-table th {
    background-color: transparent !important;
	border-bottom-width: 0 !important;
	font-weight: 400 !important;
}
.tournament-table .prize-value {
	color: #a411dc !important;
}

#user-transactions-table {
	font-weight: 300 !important;
	width: 100%;
}
#user-transactions-table th {
	padding: 20px 5px;
}
#user-transactions-table td {
	padding: 20px 5px;
}

#user-transactions-table tbody tr:nth-child(even) {
	background-color: #13092d;
	color: white;
}

.pagination-button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #3ecb0f;
}
.pagination-button:disabled {
	background-color: #070114 !important;
}
