.spsb_box_header_wrap {
	display: flex;
	justify-content: space-between;
}

.spsb_comparision_table span {
	padding: 0px 5px;
}

.spsb_box_header_wrap div:first-child {
	gap: 10px;
	display: flex;
	align-items: center;
}


.spsb_inout_btn.spsb_out {
	display: none;
}


.iscu_popup_button {
	font-weight: 500;
	color: #fff !important;
	border: 2px solid #005483;
	font-size: 12px;
	border-radius: 12px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #005483;
	cursor: pointer;
	min-width: 24px;
	padding: 0 5px;
	width: 80px;
	text-align: center;
	white-space: nowrap;
}

.iscu_popup_button:hover {
	color: #005483 !important;
	background: #fff;
}

.spsb_green_emerald {
	background-color: #10b981 !important;
	color: #fff !important;
}

.spsb_red_emerald {
	background-color: #ef4444 !important;
	color: #fff !important;
}


@media (max-width: 768px) {

	.spsb_box_header_wrap div:first-child {
		flex-direction: column;
		align-items: start !important;
	}

	.spsb_table_title_wrapp.spsb_box_header_wrap {
		flex-direction: row;
		align-items: center !important;
	}

	body .spsb_box_header_wrap {
		flex-direction: row !important;
		align-items: center !important;
	}

}

.spsb_emerald_green_fast {
	background-color: #10b981 !important;
	color: #073b2a !important;
	/* Emerald Green */
}

.spsb_soft_yellow_slightly_fast {
	background-color: #fde68a !important;
	color: #92400e !important;
	/* Soft Yellow */
}

.spsb_light_gray_neutral {
	background-color: #e5e7eb !important;
	color: #111827 !important;
	/* Light Gray */
}

.spsb_amber_slow {
	background-color: #f59e0b !important;
	color: #111827 !important;
	/* Amber */
}

.spsb_red_very_slow {
	background-color: #ef4444 !important;
	color: #ffffff !important;
	/* Red */
}

.spsb_team_player_table .spsb_comparision_table tbody tr:nth-child(2n+1) td {
	background-color: #f8f9fa;
}

.spsb_league_over_under_main_wrap .spsb_data_wrapper:not(.active) {
	display: none;
}

.spsb_h2h_single_fixture_main_wrap .spsb_content_box_content:not(.active) {
	display: none;
}

.spsb_team_player_table .spsb_table_content:not(.active) {
	display: none;
}


.single-fixture .spsb_table {
	table-layout: fixed;
}

.spsb_select_field select {
	margin-top: 8px !important;
	width: fit-content !important;
	border-radius: 8px !important;
}

.spsb_comparision_image_wrap img {
	background: white;
	border-radius: 8px;
	padding: 4px;
}

.spsp_table_main_wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
}

.spsp_player_table_main_wrap {
	position: relative;
}

.spsp_table_main_wrap:has(.spsb_membership_btn_wrapp) {
	overflow: hidden;
}

.spsp_player_table_main_wrap .spsb_membership_btn_wrapp,
.spsp_table_main_wrap .spsb_membership_btn_wrapp {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff17;
	backdrop-filter: blur(2px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: unset;
}

.spsp_player_table_main_wrap .spsb_membership_btn,
.spsp_table_main_wrap .spsb_membership_btn_wrapp .spsb_membership_btn {
	width: fit-content;
}

.spsb_comparision_table div span {
	width: 33.33% !important;
}

.spsb_comparasion_select_field:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.spsb_comparision_wrap {
	display: flex;
	justify-content: space-between;
}

.spsb_comparision {
	display: flex;
	gap: 30px;
	flex-direction: column;
	width: calc(50% - 30px);
	justify-content: center;
	align-items: center;
}

.spsb_comparision_image_wrap {
	width: 100px;
	display: flex;
	height: 100px;
}

.spsb_comparision_image_wrap img {
	display: flex;
	height: fit-content;
	margin: auto;
}

.spsb_comparision_information {
	display: flex;
	gap: 25px;
	align-items: center;
}

.spsb_comaparision_information_wrap {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.spsb_comparision_stats {
	display: flex;
	width: 100%;
	gap: 20px;
}

.comparision_stats_label {
	min-width: 100px;
	font-size: 14px;
	font-weight: 500;
}

.spsb_comparision_field {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.spsb_comparasion_field {
	display: flex;
	gap: 20px;
}

.spsb_comparasion_field label {
	min-width: 60px;
	display: flex;
	justify-content: end;
	font-weight: bold;
	font-size: 13px;
	align-items: center;
}

.comparision_stats_value {
	font-size: 13px;
	font-weight: bold;
}

.spsb_comparasion_select_field {
	max-width: 300px;
	border-radius: 8px !important;
	min-width: 300px;
}

.spsb_comparision.spsb_comparision_1 {
	border-right: 1px solid #D3D3D3;
}

.spsb_comparision_main_wrap {
	margin-top: 100px;
}


.spsb_comparision_table thead tr:first-child {
	background: #005483 !important;
	color: white;
}

.spsb_comparision_table thead tr:first-child td {
	color: white;
}

.spsb_comparision_table td {
	text-align: center;
	font-size: 13px;
	padding: 5px;
	white-space: nowrap;
}

.spsb_comparision_table_wrap {
	margin: 60px auto;
}

.spsb_comparision_table tbody tr:nth-child(odd) td {
	background-color: #f1f1f1;
}

.spsb_comparision_table tbody tr:nth-child(odd) td {
	background-color: white;
}

.single-fixture .spsb_comparision_table thead tr td:nth-child(9),
.single-fixture .spsb_comparision_table thead tr td:nth-child(7),
.single-fixture .spsb_comparision_table thead tr td:nth-child(8),
.single-fixture .spsb_comparision_table thead tr td:nth-child(14),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(9),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(7),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(8),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(14) {
	font-weight: bold;
}

.single-fixture .spsb_comparision_table tbody tr td:nth-child(9),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(7),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(8),
.single-fixture .spsb_comparision_table tbody tr td:nth-child(14) {
	background-color: #e5e7eb;
}

.single-fixture .spsb_comparision_table thead tr td:nth-child(3) ,
.single-fixture .spsb_comparision_table tbody tr td:nth-child(3) {
	display: none;
}


.spsb_player_fantasy .spsb_comparasion_select_field.spsb_hide {
	display: none;
}

.spsb_player_fantasy .spsb_fantasy_leagues.spsb_past_data_tabs {
	padding: unset;
}

.spsb_player_fantasy .spsb_past_data_tab {
	padding: 8px 11px;
}

.spsb_player_fantasy .spsb_comparision_table_wrap.spsp_player_table_main_wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.spsb_player_fantasy .goals_tabs {
	gap: 20px;
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}

.spsb_player_fantasy .goals_content {
	display: none;
}

.spsb_player_fantasy .goals_content.active {
	display: block;
}

.spsb_player_fantasy .goals_table {
	width: 100%;
	background: white;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.spsb_player_fantasy .spsb_tab {
	padding: 10px 0;
	cursor: pointer;
}

.spsb_player_fantasy .spsb_tab.active {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #28a745;
}

.spsb_fantasy_card_edge_bar {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	align-items: center;
}

.spsb_fantasy_card_edge_bar svg {
	width: 200px;
	transform: rotate(-90deg);
}

.spsb_fantasy_card_edge_bar_circle {
	stroke-dasharray: 100;
	stroke-dashoffset: 40;
	stroke-linecap: round;
}

.spsb_fantasy_card_edge_bar_text {
	font-weight: 750;
	font-size: 15px;
	padding: 0 6px;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(30, 55, 86, 0.12);
	transform: rotate(90deg);
}

.iscu_fantasy_card_edge_score {
	text-align: center;
	width: 100%;
	margin: unset;
}

.spsb_player_fantasy .spsb_comparision.spsb_comparision_1 {
	border-right: unset;
}

.spsb_player_fantasy .spsb_comparision.spsb_comparision_2 {
	width: 50%;
}

.spsb_fantasy_card {
	box-shadow: 0 1px 10px 0 rgba(13, 30, 49, 0.12);
	padding: 15px;
	border-radius: 8px;
	width: 100%;
	display: flex;
	gap: 15px;
	background-color: #005483;
}

.spsb_fantasy_card_1,
.spsb_fantasy_card_2 {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spsb_fantasy_card_1 {
	width: calc(40% - 15px);
}

.spsb_fantasy_card_2 {
	width: 60%;
}

.spsb_fantasy_card_subpart {
	box-shadow: 0 1px 10px 0 rgba(13, 30, 49, 0.12);
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spsb_fantasy_card_top_drivers ul {
	margin: unset;
	padding-inline-start: 15px;
}

.spsb_fantasy_card_subscores {
	display: flex;
	gap: 15px;
	width: 100%;
}

.spsb_fantasy_card_projection {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spsb_fantasy_card_bar_wrap {
	display: flex;
	flex-direction: column;
}

.spsb_fantasy_card_bar_text {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	font-size: 15px;
	font-weight: 600;
}

.spsb_fantasy_card_subscores_part {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spsb_fantasy_card_bar {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 3px;
	height: 16px;
}

.spsb_fantasy_card_bar::-webkit-progress-bar {
	background-color: #EAEAEA;
}

.spsb_fantasy_card_bar::-webkit-progress-bar,
.spsb_fantasy_card_bar::-webkit-progress-value {
	border-radius: 3px;
}

.spsb_fantasy_card_bar::-moz-progress-bar {
	border-radius: 3px;
}

.spsb_fantasy_card_bar::-moz-progress-bar,
.spsb_fantasy_card_bar::-webkit-progress-value {
	background: #005483;
}


.spsb_table_title.spsb_bottom_line {
	margin: unset;
}

body.logged-in .spsb_login_btn_hide {
	display: none;
}

body:not(.logged-in) .spsb_myaccount_btn_hide {
	display: none;
}

.spsb_last_8_games_notes {
	display: flex;
	margin: 20px 0px 40px 0px;
	font-size: 14px;
	font-weight: 500;
}

.spsb_roaster_injury .spsb_team_logo {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(16, 16, 41, 0.15);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
}

.spsb_fixture_players_heading {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-weight: 700;
}

.spsb_roaster_injury .spsb_content_box_content {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.spsb_roaster_injury .spsb_team_names,
.spsb_roaster_injury .spsb_content_box_contents {
	width: calc(50% - 10px);
}

.spsb_roaster_injury .spsb_prediction_stats_row {
	display: flex !important;
}

.spsb_roaster_injury .spsb_prediction_stats_row a {
	width: 100% !important;
}

.spsb_roaster_injury .spsb_team_name {
	font-weight: bold;
}

.spsb_roaster_injury .spsb_team_players_wrap .spsb_player_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
}

.spsb_past_data_tab {
	cursor: pointer;
}

.spsb_past_data_tab.spsb_active_block {
	color: #fff;
	border-color: #005483;
	background: #005483 !important;
}

.spsb_past_data_tab {
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-weight: 500;
	min-width: 100px;
	text-align: center;
	box-sizing: content-box !important;
	flex: 1 1 0;
	min-width: 120px;
}

.spsb_past_data_tabs {
	display: flex;
	padding: 15px 15px;
	-webkit-overflow-scrolling: touch;
	gap: 10px;
	flex-wrap: wrap;
}

.spsb_hide_block {
	display: none;
}

.spsb_header_search_wrapp .e-search .e-search-submit {
	display: none !important;
}

.spsb_header_search_wrapp .e-search .e-search-input-wrapper>input {
	min-width: 260px;
}

div#main-content {
	background-color: #eff2f5;
}

div#main-content>div#main {
	z-index: 2;
	position: relative;
	padding-bottom: 10px;
	background-color: #eff2f5;
}

/* footer#main-footer > .elementor-location-footer > div {
  	z-index: -1;
} */


/* team css Start*/

.spsb_wrapper {
	margin: auto;
}

.spsb_fixture_header_container {
	background-color: #060c19;
	color: #fff;
	padding: 0.75rem 1rem;
}

.spsb_fixture_header_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	gap: 1rem;
	max-width: 1440px;
}

.spsb_fixture_header_match_info {
	text-align: left;
	display: flex;
	flex-direction: column;
	width: fit-content !important;
}

.spsb_single_team .spsb_fixture_header_league {
	margin-bottom: 10px;
	font-size: 0.875rem;
	color: #cbdbfb;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-bottom: 1px solid #121d38;
	padding-bottom: 5px;
}

.spsb_single_team .spsb_fixture_header_league a {
	color: #fff !important;
}

.spsb_fixture_header_team {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: fit-content !important;
}

.spsb_single_team .spsb_fixture_header_team .badge {
	width: 80px;
	padding: 4px;
	border-radius: 2px;
	background-color: #FFF;
	margin-right: 5%;
	margin-right: 10px;
	min-width: unset !important;
	max-width: unset !important;
	display: flex;
}

.spsb_fixture_header_team_logo {
	width: 100%;
	height: 100%;
}

.spsb_fixture_header_team_info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.spsb_single_team .spsb_fixture_header_team_name {
	font-weight: 500;
	white-space: nowrap;
	font-size: 25px;
}

.spsb_single_team span.small-tag {
	font-size: 16px;
}

.spsb_team_league_info_cards {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.spsb_team_card__league {
	background-color: rgba(200, 200, 255, 0.2);
	padding: 0px 10px;
	font-size: 12px;
	color: #FFF !important;
}

.spsb_fixture_header_upcoming {
	margin-top: 20px;
}

.spsb_fixture_header_upcoming_title {
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 10px;
}

.spsb_fixture_header_upcoming_matches {
	display: flex;
	gap: 15px;
}

.spsb_fixture_header_upcoming_match {
	text-decoration: none;
	color: inherit;
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 15px;
	border-radius: 8px;
	transition: background 0.2s;
}

.spsb_fixture_header_upcoming_match_date {
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 4px;
}

.spsb_fixture_header_upcoming_match_vs {
	font-size: 14px;
	color: #ffffff;
}

.spsb_team_container {
	display: flex;
	gap: 20px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 15px;
}

.spsb_team_main_content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.spsb_content_box {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.spsb_content_box_heading {
	padding: 15px;
	box-shadow: 0 1px 10px 0 rgba(13, 30, 49, 0.12);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.spsb_content_box_content {
	padding: 15px;
}

.spsb_prediction_stats_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 10px;
}

.spsb_prediction_stats_column {
	text-align: center;
	padding: 15px;
	border-radius: 6px;
	background: #f5f7fa;
	transition: transform 0.2s ease;
}

.spsb_prediction_stat_value {
	font-size: 24px;
	font-weight: 700;
	/* color: #005483; */
	margin-bottom: 8px;
}

.spsb_prediction_stat_label {
	font-size: 15px;
	font-weight: 600;
	/* color: #2c3e50; */
	margin-bottom: 8px;
}

.spsb_prediction_stat_average {
	font-size: 13px;
	/* color: #000; */
}

.spsb_content_box_heading h3 {
	margin: 0;
	padding: 0;
}

.spsb_fixture_header_D {
	background-color: #e4990a;
}

.spsb_fixture_header_L {
	background-color: #ef4444;
}

.spsb_fixture_header_W {
	background-color: #22c55e;
}

.spsb_fixture_header_form_indicator {
	width: 1.25rem;
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.75rem;
	border-radius: 0.125rem;
}

.spsb_table_title {
	color: #263558 !important;
}

.spsb_table_title_wrapp {
	gap: 10px;
	display: flex;
	align-items: center;
}

.spsb_table_heading_wrapp {
	background-color: #f5f5f5;
}

.spsb_membership_btn_wrapp {
	margin: 15px 0;
}

.spsb_membership_btn {
	gap: 15px;
	width: 100%;
	display: flex;
	padding: 12px 25px;
	border-radius: 0;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	background-color: #005483;
}

.spsb_membership_btn_text {
	color: #FFFFFF;
	line-height: var(--e-global-typography-vamtam_h3-line-height);
	text-transform: var(--e-global-typography-vamtam_h3-text-transform);
	text-decoration: var(--e-global-typography-vamtam_h3-text-decoration);
	font-family: var(--e-global-typography-vamtam_h3-font-family), Sans-serif;
}

.spsb_membership_btn_icon_wrapp>i {
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
}

.spsb_table {
	width: 100%;
}

.spsb_table {
	width: 100%;
	background: white;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-collapse: collapse;
}

.spsb_table tr {
	border-bottom: 1px solid #eee;
}

.spsb_table_heading_wrapp {
	background-color: #f5f5f5;
}

.spsb_4_col_table th:nth-child(1) {
	width: 40%;
}

.spsb_table_heading_wrapp th {
	padding: 8px 0;
	color: #000000B0;
	line-height: 1.5rem;
	letter-spacing: normal;
}

.spsb_table td,
.spsb_table th {
	padding: 10px;
	border: 1px solid #ddd;
}

.spsb_4_col_table th:nth-child(4) {
	width: 20%;
}

.spsb_4_col_table th:nth-child(3) {
	width: 20%;
}

.spsb_4_col_table th:nth-child(2) {
	width: 20%;
}

.spsb_3_col_table td,
.spsb_4_col_table td {
	border: none;
	text-align: center;
	padding: 8px 0;
	font-size: inherit;
	color: #000000B0;
	line-height: 1.5rem;
	letter-spacing: normal;
}

.spsb_card_layout {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	box-sizing: border-box;
}

.spsb_card_part_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
}

.spsb_card_icon {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-width: 100px;
}

.spsb_part_1_data_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.spsb_part_1_value {
	font-size: 17px;
	font-weight: 700;
	color: #0066c0;
}

.spsb_part_1_value_postfix {
	font-size: 17px;
	font-weight: 600;
}

.spsb_part_1_notes {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.spsb_card_part_2 {
	width: 48%;
	display: flex;
	justify-content: space-around;
	gap: 10px;
	flex-wrap: wrap;
}

.spsb_card_part_2>div {
	border: 1px solid #dde0e7;
	height: 70px;
	box-shadow: 0 1px 4px 0 rgba(30, 55, 86, 0.12);
	padding: 5px 15px;
	display: flex;
	justify-content: space-between;
	font-size: 0.9em;
	align-items: center;
	border-radius: 4px;
	gap: 15px;
	max-width: 40% !important;
	width: 100%;
}

.spsb_card_value {
	font-size: 15px;
	font-weight: 500;
}

.spsb_card_postfix {
	font-weight: 400;
	font-size: 12px;
	color: #6f838e;
	max-width: 140px;
	overflow: hidden;
	line-height: 16px;
}

.spsb_team_logo {
	width: 24px;
	height: 24px;
}

.spsb_team_logo img {
	width: 100%;
	height: 100%;
}

.spsb_stats_tabs {
	display: flex;
	gap: 20px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}

.spsb_tab {
	padding: 10px 0;
	cursor: pointer;
	color: #666;
}

.spsb_tab.active {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #28a745;
}

.spsb_stats_content {
	display: none;
}


.spsb_stats_content.active {
	display: block;
}

.spsb_scoring_stats {
	margin-top: 20px;
}

.spsb_team_cards_content {
	display: none;
}

.spsb_team_cards_content.active {
	display: block;
}

.spsb_prediction_stats_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr) !important;
}

.spsb_fixture_prediction_stats_rows .spsb_prediction_stats_row {
	grid-template-columns: repeat(4, 1fr) !important;
}

.spsb_membership_btn_text {
	font-weight: 600;
}

.spsb_team_country_fixture {
	display: flex;
	flex-wrap: wrap;
}

.spsb_previous_team_fixture_wrapp .spsb_prediction_stat_label {
	font-size: 15px;
}

.spsb_previous_team_fixture_wrapp .spsb_prediction_stat_value {
	font-size: 18px;
}

#team_select {
	margin-top: 8px;
	width: fit-content;
	border-radius: 8px;
}


.spsb_statistics_tab {
	padding: 10px 0;
	cursor: pointer;
	color: #666;
}

.spsb_statistics_tab.active {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #28a745;
}

.spsb_player_detailed_statistics table tr td {
	text-align: center;
	vertical-align: middle;
}

.spsb_player_detailed_statistics .spsb_points_total {
	color: #777;
}

@media (max-width: 1200px) {

	.spsb_player_fantasy .spsb_comparision_wrap.spsp_player_table_main_wrap {
		flex-direction: column;
		gap: 50px;
	}

	.spsb_player_fantasy .spsb_comparision.spsb_comparision_1,
	.spsb_player_fantasy .spsb_comparision.spsb_comparision_2 {
		width: 100%;
	}
}


@media only screen and (max-width: 1024px) {

	.spsb_comparasion_field {
		min-width: 100%;
		max-width: 100% !important;
	}

	.spsb_comparasion_field label {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.spsb_comparasion_field select {
		max-width: 100%;
		min-width: 100% !important;
	}

	.spsb_comparasion_field {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.spsb_comparision_wrap {
		width: fit-content;
		margin: auto;
		width: 100%;
		justify-content: center;
	}


	.spsb_comparision {
		width: 50% !important;
	}

	.spsb_player_fantasy .spsb_comparision.spsb_comparision_1,
	.spsb_player_fantasy .spsb_comparision.spsb_comparision_2 {
		width: 100% !important;
	}

	.spsb_comparision_field {
		gap: 15px;
		max-width: calc(100% - 15px);
	}

	.spsb_comparision_information {
		flex-direction: column;
	}

	.spsb_player_fantasy .spsb_comparision_information {
		flex-direction: row;
	}

	.spsb_single_fixture .table_container {
		flex-direction: column;
	}

	.spsb_team_container {
		flex-direction: column;
	}

	.spsb_sidebar {
		width: 100% !important;
	}

	.spsb_fixture_header_team .badge {
		min-height: 50px;
		min-width: 50px;
		max-height: 50px;
		max-width: 50px;
	}

	.spsb_team_stat_info {
		font-size: 12px;
	}


}

@media only screen and (max-width: 900px) {

	.spsb_card_layout {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	.spsb_card_part_1,
	.spsb_card_part_2 {
		width: 100% !important;
	}

	.spsb_card_part_2>div {
		max-width: calc(25% - 40px) !important;
	}

}

@media only screen and (max-width: 768px) {

	.spsb_player_fantasy .spsb_past_data_tab {
		min-width: unset !important;
	}

	.spsb_comparision_stats {
		gap: 2px;
	}

	.spsb_table_wrapper td {
		vertical-align: middle;
	}

	.spsb_fixture_prediction_stats_rows .spsb_prediction_stats_row {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.spsb_fixture_header_wrapper {
		gap: 0.5rem;
		flex-direction: column;
		align-items: start;
	}

	.spsb_fixture_header_team .badge {
		min-height: 80px;
		min-width: 80px;
		max-height: 80px;
		max-width: 80px;
	}

	.spsb_card_part_2>div {
		max-width: calc(50% - 40px) !important;
	}

}

@media only screen and (max-width: 650px) {
	.spsb_fantasy_card {
		flex-direction: column;
	}

	.spsb_fantasy_card_1,
	.spsb_fantasy_card_2 {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.spsb_fixture_players_empty {
		display: flex;
		justify-content: start;
		margin-top: 10px;
		font-weight: 500;
	}

	.spsb_team_players_wrap .spsb_team_names.spsb_player_wrap.spsb_player_containar {
		justify-content: center;
	}

	.spsb_player_team_active {
		border: 1px solid #529dc1 !important;
	}

	.spsb_roaster_injury .spsb_team_names,
	.spsb_roaster_injury .spsb_content_box_contents {
		width: 100% !important;
	}

	.spsb_roaster_injury .spsb_content_boxes {
		flex-direction: column !important;
	}

	.spsb_roaster_injury .spsb_hide {
		display: none;
	}

	.spsb_roaster_injury .spsb_team_data_1 {
		display: none;
	}

	.spsb_prediction_stats_column {
		max-width: 100%;
		flex: unset !important;
	}

	.spsb_prediction_stats_row {
		flex-direction: column !important;
	}

	.spsb_prediction_stats_row {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}

	.spsb_single_fixture .spsb_fixtures_h2h_stat_header {
		flex-direction: column;
		line-height: 1;
	}

	.spsb_single_fixture .spsb_fixtures_h2h_stat_box {
		display: flex;
		gap: 5px;
		justify-content: space-between;
	}

	.spsb_membership_btn {
		padding: 12px !important;
		justify-content: start !important;
	}

	.spsb_membership_btn_wrapp span {
		line-height: 1 !important;
	}

	.spsb_membership_btn_text {
		font-size: 13px;
	}
}


@media only screen and (max-width: 500px) {

	.spsb_past_data_tab {
		min-width: unset !important;
	}

	.spsb_comparision_stats {
		gap: 2px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.spsb_player_fantasy .spsb_comparision_stats {
		flex-direction: row;
		justify-content: unset;
		align-items: unset;
		text-align: left;
	}

	.comparision_stats_value {
		width: 100%;
		text-align: center;
	}

	.spsb_player_fantasy .comparision_stats_value {
		width: 100%;
		text-align: left;
	}

	.spsb_single_team .spsb_fixture_header_match_info {
		width: 100% !important;
		justify-content: center;
		align-items: center;
	}

	.spsb_single_team .spsb_fixture_header_team {
		flex-direction: column;
	}

	.spsb_single_team .spsb_fixture_header_upcoming_title {
		width: 100%;
		text-align: center;
	}

	.spsb_single_team .spsb_fixture_header_upcoming {
		margin-top: 20px;
		justify-content: center;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.spsb_single_team .spsb_fixture_header_team_info {
		text-align: center;
	}

	.spsb_table th,
	.spsb_table td {
		padding-left: 2px !important;
		padding-right: 2px !important;
		vertical-align: middle;
	}

	.spsb_3_col_table td,
	.spsb_3_col_table th,
	.spsb_4_col_table td,
	.spsb_4_col_table th {
		font-size: 14px;
	}

	.spsb_part_1_value_postfix {
		font-size: 15px;
	}

	.spsb_table_title_wrapp {
		gap: 5px;
		display: flex;
		align-items: start !important;
		flex-direction: column;
	}

	.spsb_table_title_desc {
		font-size: 14px !important;
		line-height: 1;
	}

	.spsb_header_search_wrapp .e-search .e-search-input-wrapper {
		width: 100%;
	}

	.spsb_header_search_wrapp .e-search .e-search-input-wrapper>input {
		min-width: unset;
	}

	.spsb_header_search_wrapp output.e-search-results-container {
		min-width: 260px;
	}

}

@media only screen and (max-width: 450px) {

	.spsb_fixture_header_team .badge {
		min-width: 70px;
		max-width: 70px;
		min-height: 70px;
		max-height: 70px;
	}

	.spsb_single_team .spsb_fixture_header_team_name {
		white-space: wrap;
	}

	.spsb_fantasy_card_subscores {
		flex-direction: column;
	}

	.spsb_player_fantasy .spsb_comparision_information {
		flex-direction: column;
	}

}

@media only screen and (max-width: 400px) {

	.spsb_tab {
		font-size: 14px !important;
	}

	.spsb_single_player_main_content .spsb_table th,
	.spsb_single_player_main_content .spsb_table td {
		font-size: 14.3px !important;
	}

	.spsb_card_part_1 {
		flex-direction: column;
		gap: 15px;
	}

	.spsb_card_icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}

}



/* team css End*/


/* Home CSS Strat */

.spsb_fixtures_container {
	margin: 0 5px;
}

.spsb_fixtures_dates {
	display: flex;
	overflow-x: auto;
	padding: 15px 0px;
	border-bottom: 1px solid #e9ecef;
	border-radius: 8px 8px 0 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	margin: 10px 0;
	gap: 10px;
}

.spsb_date_filter {
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-weight: 500;
	min-width: 100px;
	text-align: center;
	box-sizing: content-box !important;
	flex: 1 1 0;
}

.spsb_date_filter.active {
	color: #fff;
	border-color: #005483;
	background: #005483 !important;
}

/* body .elementor-element-38ed5538 {
  	z-index: -1 !important;
} */

.spsb_league_card_wrapp {
	overflow: hidden;
	border-radius: 6px;
	background: white;
	margin-bottom: 0.75rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.spsb_league_card_header_wrapp {
	padding: 0;
	display: flex;
	color: white;
	font-size: 0.9rem;
	align-items: center;
	background: #005483;
	justify-content: space-between;
}

.spsb_league_card_header_content {
	gap: 0.5rem;
	display: flex;
	padding-left: 10px;
	align-items: center;
	font-size: 18px !important;
}

.spsb_league_card_fleg {
	width: 25px;
}

.spsb_fixtures_list .spsb_league_card_title {
	font-size: 18px !important;
}

.spsb_league_card_title {
	color: #FFF !important;
	margin: 0px !important;
}

.spsb_league_total_matchs {
	font-size: 13px;
}

.spsb_league_card_collapse_btn {
	cursor: pointer;
}

.spsb_league_fixtures_table {
	width: 100%;
	text-align: center;
}

.spsb_league_fixtures_table thead {
	font-weight: 600;
	font-size: 0.8rem;
	color: #64748b;
	background: #f8fafc;
	border-bottom: 1px solid var(--border-color);
}

.spsb_league_fixtures_table th {
	color: #64748b;
}

.spsb_league_fixtures_table th,
.spsb_league_fixtures_table td {
	padding: 7px 3px;
	vertical-align: middle;
}

.spsb_league_fixtures_table .spsb_league_fixture_time {
	width: 15%;
	min-width: 50px;
}

.spsb_league_fixtures_table .spsb_league_fixture_home_name,
.spsb_league_fixtures_table .spsb_league_fixture_away_name {
	width: 20%;
	min-width: 100px;
	position: relative;
}

.spsb_league_fixtures_table .spsb_league_fixture_home_ppg,
.spsb_league_fixtures_table .spsb_league_fixture_away_ppg,
.spsb_league_fixtures_table .spsb_league_fixture_state {
	width: 95px;
}

.spsb_league_fixtures_table .spsb_league_fixture_over_pred,
.spsb_league_fixtures_table .spsb_league_fixture_btts {
	width: 180px;
}

.spsb_league_fixture_time {
	text-align: left;
	padding-left: 16px !important;
}

.spsb_league_fixture_home_name {
	padding-right: 10px !important;
	text-align: -webkit-right;
	text-align: -moz-right;
	text-align: right;
}

.spsb_league_fixture_away_name {
	text-align: left;
	padding-left: 10px !important;
}

td.spsb_league_fixture_time,
td.spsb_league_fixture_btts,
td.spsb_league_fixture_over_pred {
	color: #64748b;
	font-size: 0.8rem;
}

td.spsb_league_fixture_home_name {
	padding-right: 28px !important;
}

td.spsb_league_fixture_away_name {
	padding-left: 28px !important;
}

td.spsb_league_fixture_home_name,
td.spsb_league_fixture_away_name {
	font-size: 14px;
	font-weight: 600;
}

.spsb_league_fixture_home_name img {
	top: 50%;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
}

.spsb_league_fixture_away_name img {
	top: 50%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}

.spsb_league_fixture_home_name img,
.spsb_league_fixture_away_name img {
	width: 24px;
}

.spsb_fixture_team_ppg {
	cursor: pointer;
	max-width: 80px;
	min-width: 45px;
	font-weight: 500;
	font-size: 0.9rem;
	border-radius: 4px;
	text-align: center;
	background: #f1f5f9;
	margin-right: 0.5rem;
	transition: all 0.2s;
	padding: 0.25rem 0.5rem;
}

.spsb_fixture_home_ppg {
	margin-right: 0.5rem;
}

.spsb_fixture_away_ppg {
	margin-left: 0.5rem;
}

.spsb_league_fixture_match_score {
	display: flex;
	padding: 0.2rem;
	font-weight: 500;
	color: #005483;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 4px;
	position: relative;
	background: #f1f5f9;
	flex-direction: column;
}

.spsb_league_fixture_link .spsb_league_fixture_score {
	gap: 3px;
	display: flex;
	color: #005483;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
	line-height: 17px;
	padding-bottom: 9px;
}

.spsb_league_fixture_link .spsb_played_match_score {
	line-height: 18px;
	padding: 2px 0 7px 0;
}

.spsb_league_fixture_link .elapsed {
	left: 0px;
	width: 100%;
	bottom: -5px;
	display: flex;
	font-size: 8px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	justify-content: center;
}

.spsb_league_fixture_match_score .score {
	padding-bottom: 3px;
}

.spsb_league_fixture_match_score .score {
	height: 100%;
	display: block;
	font-size: 13px;
	color: #005483;
	padding-bottom: 3px;
	white-space: nowrap;
}

.spsb_league_fixture_match_score .score .blue {
	font-size: 12.5px;
}

.spsb_live_state_status {
	display: none;
}

.spsb_live_state_status>.live {
	color: green;
	font-size: 12px;
	position: relative;
	padding-left: 0.8rem;
}

.spsb_league_fixture_state_time {
	font-size: 12px;
	padding-top: 3px;
	line-height: 10px;
	white-space: nowrap;
}

.spsb_live_state_status {
	line-height: 13px;
}

.spsb_live_state_status>.live::before {
	left: 0;
	top: 25%;
	width: 7px;
	height: 7px;
	content: '';
	position: absolute;
	border-radius: 50%;
	background-color: green;
	transform: translateY(-50%);
	animation: pulse 1.5s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}
}


.spsb_date_filter:hover {
	background: #e9ecef;
}

/* Home CSS End */

/* Leagues CSS Start */

.spsb_post_title_wrapp {
	display: flex;
	padding: 0 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #005483;
}

.spsb_post_title {
	gap: 20px;
	margin: auto;
	flex-grow: 1;
	display: flex;
	flex-shrink: 1;
	align-self: auto;
	flex-basis: auto;
	max-width: 1440px;
	padding: 10px 0 7px 0;
	font-size: 24px !important;
	color: #FFFFFF !important;
}

.spsb_search_icon {
	display: none;
}

.spsb_leagues_fielter_wrapp {
	margin: auto;
	max-width: 1440px;
	margin-bottom: 20px;
}

.spsb_league_search_filter_form {
	gap: 5px;
	display: flex;
}

.spsb_leagues_list_wrapper {
	margin: auto;
	max-width: 1440px;
}

.spsb_leagues_card_wrapp {
	overflow: hidden;
	border-radius: 6px;
	background: white;
	margin-bottom: 0.75rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.spsb_leagues_card_header_wrapp {
	padding: 0;
	display: flex;
	color: white;
	font-size: 0.9rem;
	align-items: center;
	background: #005483;
	justify-content: space-between;
}

.spsb_leagues_card_title_wrapp {
	gap: 0.5rem;
	display: flex;
	padding-left: 10px;
	align-items: center;
	font-size: 18px !important;
}

.spsb_leagues_card_title {
	margin: 0;
	padding: 0;
	color: #fff !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
}

.spsb_country_leagues_wrapp {
	overflow-x: auto;
	overflow-y: hidden;
}

.spsb_country_leagues_table {
	width: 100%;
	text-align: center;
}

.spsb_country_leagues_table thead {
	color: #64748b;
	font-weight: 600;
	font-size: 0.8rem;
	background: #f8fafc;
}

.spsb_country_leagues_table tr th {
	color: #64748b;
	width: 18% !important;
}

.spsb_country_leagues_table tr th,
.spsb_country_leagues_table tr td {
	padding: 7px 3px;
	vertical-align: middle;
}

.spsb_country_leagues_table tr td:first-child {
	line-height: normal;
	padding: 0 5px 5px 5px;
}

.spsb_league_link_tag {
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: all .3s !important;
	color: var(--vamtam-body-link-regular) !important;
}

.spsb_leaugue_table_data {
	padding: 5px 10px;
	display: inline-block;
	color: #64748b !important;
	font-size: 0.8rem !important;
	background: unset !important;
}

/* Leagues CSS End */

/* Standings CSS Start */

.spsb_sidebar {
	top: 20px;
	width: 30%;
	height: 100%;
	flex-shrink: 0;
	position: sticky;
}

.spsb_standings_wrapp {
	margin: 0 auto;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	font-family: "Segoe UI", Roboto, sans-serif;
}

.spsb_standings_wrapp {
	margin-top: 20px;
}

.spsb_standings_wrapp:first-child {
	margin-top: unset;
}

.spsb_standings_header_wrapper {
	gap: 6px;
	display: flex;
	padding: 12px 10px;
	align-items: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 1px 10px 0 rgba(13, 30, 49, 0.12);
}

.spsb_standings_header_flag_wrapp {
	width: 30px;
	display: flex;
}

.spsb_standings_header_flag {
	width: 100%;
}

.spsb_standings_title {
	margin: 0;
	color: #333 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	letter-spacing: 0.3px !important;
	text-transform: capitalize !important;
}

.spsb_standings_table_wrapp {
	width: 100%;
	overflow-x: auto;
}

.spsb_standings_table {
	width: 100%;
	border-collapse: collapse;
}

.spsb_standings_table th {
	color: #666;
	font-size: 13px;
	padding: 0px 5px;
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
	background: #f8f9fa;
	border-bottom: 1px solid #eaeaea;
}

.spsb_standings_rank {
	width: 15px;
	text-align: center;
}

.spsb_standings_team {
	min-width: 130px;
	font-weight: 500;
}

.spsb_standings_table td {
	color: #333;
	font-size: 12px;
	padding: 0px 5px;
	background: initial;
	line-height: inherit;
	vertical-align: initial;
	border-bottom: 1px solid #f0f0f0;
}

.spsb_highlight {
	background-color: #dbf2fd !important;
}

.spsb_highlight * {
	color: #1b5673 !important;
}

/* Standings CSS End */

/* PPG Text Classes */

.ppg-exceptional {
	color: white;
	background-color: #56c271;
}

.ppg-excellent {
	background-color: #c3f4c4;
	/* color: white; */
}

/* .ppg-very-good {
    background-color: #ffd59e;
}

.ppg-good {
    color: black;
    background-color: rgba(255, 213, 158, 1); 
}

.ppg-above-average {
    background-color: rgb(243, 156, 18);
    color: black;
}

.ppg-average {
	border-left-color: rgba(243, 156, 18, 0.4) !important;
    background-color: rgb(226, 149, 74); 
} */

/* .ppg-average:hover {
    background-color: #ffa500 !important;
    color: white;
} */


/* .ppg-below-average {
    background-color: rgb(180, 70, 0);
    color: white;
} */

.ppg-poor {
	color: #000;
	background-color: #dcdcdc;
}


.ppg-critical {
	color: #000;
	background-color: #dcdcdc;
}

.ppg-very-good {
	background-color: #FFD59E;
}

.ppg-good {
	color: black;
	background-color: #f7d49a;
}

.ppg-above-average {
	background-color: #ffe7b8;
	color: black;
}

.ppg-average {
	background-color: #fff6e1;
}

.ppg-below-average {
	background-color: #fffbed;
	color: black;
}

.spsb_fixture_away_ppg .ppg-good,
.spsb_fixture_away_ppg .ppg-excellent,
.spsb_fixture_away_ppg .ppg-average,
.spsb_fixture_home_ppg .ppg-good,
.spsb_fixture_home_ppg .ppg-excellent,
.spsb_fixture_home_ppg .ppg-average {
	font-weight: normal;
	color: #000;
}

/* Hover Effects */
[class^="ppg-"]:not([class*="bg-"]):hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

[class^="ppg-bg-"]:hover {
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

/* fixture comparision table start */

.spsb_current_team {
	background-color: #dbf2fd !important;
}

.spsb_hover_underline {
	color: #FFF;
}

.spsb_hover_underline:hover {
	color: #FFF !important;
	text-decoration: underline;
	text-decoration-color: #FFF;
}

.table_container {
	display: flex;
	gap: 15px;
}

.team_table {
	width: 48%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
}

.header {
	display: flex;
	align-items: center;
	background: #263558;
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	gap: 5px;
}

.team_table .team_logo {
	background: #fff;
	padding: 3px;
	border-radius: 4px;
}

.team_logo {
	width: 45px;
	height: 45px !important;
	margin-right: 10px;
}


.team_table .team_info img {
	width: 13px;
}

.team_info h3 {
	margin: 0;
	font-size: 15px !important;
	text-transform: capitalize !important;
	color: #fff !important;
	display: flex;
	gap: 5px;
	align-items: center;
}

.team_info p {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}

.spsb_team_comparision_section table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.spsb_team_comparision_section table th {
	background-color: #fff;
}

.spsb_team_comparision_section table th,
.spsb_team_comparision_section table td {
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: inherit;
	letter-spacing: inherit;
	font-size: inherit;
	background: initial;
}

table.spsb_form_table tbody {
	border: 1px solid #ddd;
}

table.spsb_form_table tbody td {
	border: none !important;
	border-right: 1px solid #ddd !important;
}

.spsb_form_wrap {
	display: flex;
	gap: 2px;
	justify-content: center;
	align-items: center;
}

.spsb_form_wrap .spsb_fixture_header_form_indicator {
	width: 15px;
	height: 15px;
}

.spsb_fixture_header_W {
	background-color: #22c55e;
}

.spsb_fixture_header_L {
	background-color: #ef4444;
}

.spsb_fixture_header_odds {
	color: #000;
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	width: fit-content;
	text-align: center;
}

.ppg_average {
	border-left-color: #ffa500 !important;
	background-color: #ffa500 !important;
	font-weight: bold;
}

.ppg_above_average {
	background-color: #f39c12;
	color: black;
}

.ppg_below_average {
	background-color: #d35400;
	color: white;
}

.spsb_current_team {
	background-color: #dbf2fd !important;
}

/* fixture comparision table end */

/* Points Scored & Conceeded Start */
.spsb_goals_better {
	font-weight: bold;
	margin-bottom: 20px;
}

.spsb_percentage {
	color: #28a745;
}

.spsb_team_goals {
	margin: 10px 0;
}

.spsb_team_logo_name {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.spsb_goals_bar.better {
	background: #90EE90;
}

.spsb_team_logo_name img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.spsb_goals_bar {
	padding: 8px;
	border-radius: 4px;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	background: #ff9999;
}

.better {
	background-color: #d4edda;
	color: #155724;
	font-weight: bold;
}

.spsb_stats_note {
	margin-top: 15px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

/* Points Scored & Conceeded End */

.spsb_single_player_table_wrap {
	display: flex;
	gap: 20px;
	max-width: 1440px;
	margin: 0 auto;
	flex-direction: column;
}

.spsb_single_player_container {
	gap: 20px;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	padding: 20px 0px;
}

.spsb_single_player_main_content {
	min-width: 100% !important;
}

.spsb_single_player_container .spsb_under_over_league.spsb_league_card_wrapper {
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.spsb_single_player_container .spsb_league_card_title_wrapper {
	gap: 10px;
	display: flex;
	padding: 15px;
	align-items: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0 1px 10px 0 rgba(13, 30, 49, 0.12);
}

.spsb_single_player_container .spsb_league_card_content_wrapp {
	padding: 15px;
}

.spsb_single_player_container .spsb_league_card_title {
	padding: 0;
	font-weight: 700 !important;
	color: #263558 !important;
}

.spsb_single_player_container .spsb_league_goal_table td,
.spsb_single_player_container .spsb_league_quater_points_table td {
	width: 33.33%;
}

.spsb_single_player_container .spsb_shotting_stats_wrapper .spsb_league_goal_table td,
.spsb_single_player_container .spsb_shotting_stats_wrapper .spsb_league_quater_points_table td {
	width: 25% !important;
}

.spsb_inout_btn {
	padding: 6px 12px !important;
	line-height: 1 !important;
	min-width: 50px;
	border: 1px solid #005483 !important;
	outline: none !important;
	transition: all 0.3s ease;
}

.spsb_inout_btn:hover {
	background: #fff !important;
	color: #005483 !important;
}

.spsb_out_status, .spsb_set_opacity {
	opacity: 0.5;
	pointer-events: none;
}

.spsb_bg {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.6) !important;
	pointer-events: auto;
	cursor: not-allowed;
}

.spsb_bg.spsb_bg_hide {
	display: none;
}

.spsb_reset_all_btn {
	background: #005483;
	color: #fff !important;
	border: none;
	padding: 12px 25px !important;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: 0.25s ease;
	outline: none !important;
	border: 1px solid #005483 !important;
	min-width: 50%;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	margin: auto;
	line-height: 1;
}

.spsb_reset_all_btn:hover {
	color: #005483 !important;
	background: white !important;
}

.spsb_scenario_header {
	
	transition: opacity 0.4s ease, max-height 0.4s ease;
}

.iscu_scenerio_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	padding: 14px 20px;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
	margin-bottom: 18px;
	border: 1px solid #e8e8e8;
	flex-direction: row;
	white-space: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.spsb_out_players {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
}
.spsb_scenario_header.iscu_scenario_header_hide {
	opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.spsb_scenario_text_wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.spsb_scenario_text {
	font-weight: 600;
	color: #222;
	min-width: 100%;
	text-align: center;
	font-size: 18px;
}

.spsb_out_players div {
	background: #eff2f5;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
}

@media only screen and (max-width: 1500px) {

	.elementor-element.elementor-element-8b14464.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
	.elementor-element.elementor-element-d31be77.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		padding: 15px !important;
	}

	/* .spsb_single_player_container {
		margin: 0 15px !important;
	} */

}

@media only screen and (max-width: 1460px) {

	.spsb_leagues_fielter_wrapp {
		margin: auto 15px 20px 15px;
	}

	.spsb_leagues_list_wrapper {
		margin: auto 15px;
	}

}

@media (min-width: 1221px) {
	.spsb_filter_before_1024 {
		display: none;
	}
}

@media (max-width: 1220px) {

	.spsb_filter_after_1024 {
		display: none;
	}

	.spsb_fixtures_dates {
		margin: 10px 0;
		overflow-x: visible;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
		padding: 15px 0;
		border-bottom: 1px solid #e9ecef;
		border-radius: 8px 8px 0 0;
		width: 100%;
		box-sizing: border-box;
		row-gap: 10px;
	}

	.spsb_date_filter {
		min-width: unset;
		padding: 6px 8px;
		background: #fff;
		border: 1px solid #dee2e6;
		border-radius: 20px;
		cursor: pointer;
		text-align: center;
		font-weight: 500;
		transition: all 0.3s ease;
		box-sizing: border-box;
		hyphens: auto;
		overflow-wrap: break-word;
		white-space: normal;
		font-size: 14px !important;
	}

}

@media (min-width: 1025px) {

	.spsb_login_my_acoount_btn {
		display: none !important;
	}

}

@media only screen and (max-width: 1024px) {

	.spsb_fixtures_dates {
		margin-top: unset;
	}

	.spsb_single_player_container {
		flex-direction: column;
		max-width: 100% !important;
	}

}

@media only screen and (max-width: 768px) {

	.spsb_reset_all_btn {
		min-width: 100%;
	}

	.spsb_select_field select {
		width: 50% !important;
	}

	.spsb_comparision_main_wrap {
		margin-top: 50px;
	}

	.spsb_comparision_table div span {
		padding: 2px;
	}

	.spsb_single_player_main_content .spsb_table th,
	.spsb_single_player_main_content .spsb_table td {
		font-size: 15px !important;
	}

	.spsb_league_card_title {
		font-size: 15px !important;
	}

	.spsb_league_fixture_time,
	.spsb_league_fixture_btts,
	.spsb_league_fixture_over_pred {
		display: none;
	}

	.spsb_league_fixtures_table .spsb_league_fixture_home_name,
	.spsb_league_fixtures_table .spsb_league_fixture_away_name {
		width: 34%;
	}

	.spsb_fixture_away_ppg,
	.spsb_fixture_home_ppg {
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}

	.spsb_league_fixture_match_score,
	.spsb_fixture_team_ppg {
		font-size: 0.85em;
	}

	.spsb_country_leagues_table tr th:nth-child(1) {
		min-width: 175px;
		width: 40% !important;
	}

	.spsb_country_leagues_table tr th:nth-child(2),
	.spsb_country_leagues_table tr th:nth-child(3),
	.spsb_country_leagues_table tr th:nth-child(4),
	.spsb_country_leagues_table tr th:nth-child(5) {
		min-width: 75px;
		width: 15% !important;
	}

	.spsb_leagues_card_title {
		font-size: 17px !important;
	}

	.spsb_post_title {
		font-size: 23px !important;
	}

	.spsb_live_state {
		display: none;
	}

	.spsb_live_state_status {
		display: block;
	}

	.spsb_prediction_stat_value {
		font-size: 22px !important;
	}

	.spsb_previous_team_fixture_wrapp .spsb_prediction_stat_value {
		font-size: 18px !important;
	}

}


@media only screen and (max-width: 540px) {

	.spsb_league_card_title {
		font-size: 14px !important;
	}

	.spsb_league_card_collapse_btn>i {
		font-size: 15px;
	}

	td.spsb_league_fixture_home_name,
	td.spsb_league_fixture_away_name {
		font-size: 13px;
		line-height: 19px;
	}

	.spsb_fixture_away_ppg,
	.spsb_fixture_home_ppg {
		margin-left: 0.2rem;
		margin-right: 0.2rem;
	}

	.spsb_league_fixture_home_name img,
	.spsb_league_fixture_away_name img {
		width: 23px;
	}

	.spsb_league_fixture_match_score,
	.spsb_fixture_team_ppg {
		font-size: 0.8em;
	}

	.spsb_leagues_card_title {
		font-size: 16px !important;
	}

	.spsb_post_title {
		font-size: 22px !important;
	}

	button>.spsb_search_text {
		font-size: 13px;
	}

}

@media only screen and (max-width: 460px) {
	.spsb_select_field select {
		width: 100% !important;
	}
}

@media only screen and (max-width: 450px) {

	td.spsb_league_fixture_home_name,
	td.spsb_league_fixture_away_name {
		font-weight: 500;
	}

	.spsb_league_fixture_home_name img,
	.spsb_league_fixture_away_name img {
		width: 21px;
	}

	.spsb_fixture_home_ppg {
		margin-right: 0;
	}

	.spsb_fixture_away_ppg {
		margin-left: 0;
	}

	td.spsb_league_fixture_home_name {
		padding-right: 26px !important;
	}

	td.spsb_league_fixture_away_name {
		padding-left: 26px !important;
	}

	.elementor-2512 .elementor-element.elementor-element-295f857 {
		--padding-left: 5px;
		--padding-right: 5px;
	}

	.spsb_leagues_card_title {
		font-size: 15px !important;
	}

	.spsb_post_title {
		font-size: 20px !important;
	}

	.spsb_leagues_card_collapse_btn>i {
		font-size: 14px;
	}

}


@media only screen and (max-width: 380px) {

	.spsb_league_fixtures_table .spsb_league_fixture_home_ppg,
	.spsb_league_fixtures_table .spsb_league_fixture_away_ppg {
		display: none;
	}

	.spsb_league_fixtures_table .spsb_league_fixture_home_name,
	.spsb_league_fixtures_table .spsb_league_fixture_away_name {
		width: 41%;
	}

	.spsb_league_fixture_home_name img,
	.spsb_league_fixture_away_name img {
		width: 20px;
	}

	.spsb_league_fixture_home_name img {
		right: 4px;
	}

	.spsb_league_fixture_away_name img {
		left: 4px;
	}

	td.spsb_league_fixture_away_name {
		padding-left: 29px !important;
	}

	td.spsb_league_fixture_home_name {
		padding-right: 29px !important;
	}

	.spsb_league_card_title {
		font-size: 13px !important;
	}

	.spsb_leagues_fielter_wrapp {
		margin: auto 10px 20px 10px;
	}

	.spsb_leagues_list_wrapper {
		margin: auto 10px;
	}

	.spsb_post_title {
		font-size: 18px !important;
	}

}

@media (max-width: 340px) {

	.spsb_date_filter {
		font-size: 13px !important;
	}

}