/*CSS HANDLER */
body.offer {
	height: 100%;
}

body.offer#SRLive {
	background-image: none;
}

.offer #main_content {
	min-width: 100%;
	height: 100%;
}

.offer .content_wrapper {
	height: 100%;
}

.offer .content_wrapper .offerWidth.coupLarge {
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

.offer #center_column .widget {
	margin: 0;
	width: 100%;
}

.offer.offer_large #container #main_content {
	width: 100%;
	padding: 0px;
}

.OfferCenter * {
	font-size: 12px;
	font-weight: normal;
}

.sportDayMenu,
.sportDayMenu ul,
.sportDayMenu li {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

.sportDayMenu {
	height: 26px;
	line-height: 26px;
	margin-bottom: 1px;
	position: relative;
}

.sportDay1 a {
	border: medium none !important;
}

.sportDay3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sportDayMenu li a {
	background-color: [COLORE_PRINCIPALE2_DARL];
	border-left: 1px solid [COLORE_PRINCIPALE2_DARL];
	color: var(--bg_text);
	display: inline-block;
	float: left;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 32.9%;
}

.sportDayMenu li.selected a {
	color: var(--bg_text);
	font-weight: bold;
	text-decoration: none;
}

.sportDayMenu li.selected a {
	border-radius: 4px 4px 0 0;
	height: 28px;
	margin-top: -2px;
}

ul#day_labels li {
	background: transparent;
}

#groupmenu .list_gitem {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	display: block;
	position: relative;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#groupmenu .list_gitem:last-child {
	border-bottom: none !important;
}

.ell,
.ellMobile {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	position: absolute;
}

.gitem>.sport-icon-desk {
	top: 5px;
	margin-right: 2px;
	filter: var(--colorInvert) !important;
	height: unset !important;
}

.ell_2,
.ell_3 {
	position: relative;
	left: 30px;
	width: auto;
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ell_2 {
	max-width: 160px;
}

.nanocontentPosition .list_gitem input.box_Sport,
.nanocontentPosition .list_gitem input.box_Sport_2,
.nanocontentPosition .list_gitem input.box_Sport_3 {
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 1;
	pointer-events: none;
}

.oListChk,
.cateChk,
.groupChk {
	right: 0;
	cursor: pointer;
	z-index: 1;
}

.nanocontentPosition .list_gitem input.box_Sport {
	margin: 6px 19px 0 0;
}

.nanocontentPosition .list_gitem input.box_Sport_2,
.nanocontentPosition .list_gitem input.box_Sport_3 {
	margin: 8px 19px 0 0;
}

.nanocontentPosition .list_gitem input.box_Sport[type="checkbox"],
.nanocontentPosition .list_gitem input.box_Sport_2[type="checkbox"],
.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid var(--bg_text);
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none !important;
}

.nevents {
	display: flex;
	justify-content: right;
	align-items: center;
	float: right;
	font-size: 14px;
	margin-right: 5px;
	color: var(--bg_text);
}

.list_mitem .after-element2 {
	margin-left: 0;
}

.list_mitem .nevents {
	display: none;
}

.groupChk[type="checkbox"] {
	margin-left: 10px;
}

.oListChk[type="checkbox"],
.cateChk[type="checkbox"],
.groupChk[type="checkbox"] {
	appearance: none;
	position: relative;
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid var(--bg_text);
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.nanocontentPosition .list_gitem input.box_Sport[type="checkbox"]:after,
.nanocontentPosition .list_gitem input.box_Sport_2[type="checkbox"]:after,
.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"]:after {
	content: '';
	width: 90%;
	height: 90%;
	background-image: url("arrow/arrow_2.svg");
	background-size: cover;
	background-position: center;
	z-index: 4;
	color: var(--bg_text);
	display: none;
}

.oListChk[type="checkbox"]:checked,
.cateChk[type="checkbox"]:checked,
.groupChk[type="checkbox"]:checked {
	background-color: #94B32A;
	border-color: #94B32A;
}

.oListChk[type="checkbox"]:checked::before,
.cateChk[type="checkbox"]:checked::before,
.groupChk[type="checkbox"]:checked::before {
	content: "✔";
	color: var(--textColorWhite);
	font-size: 14px !important;
	position: absolute;
	top: 55%;
	left: 48%;
	transform: translate(-50%, -50%);
}

.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"]:after {
	color: var(--bg_text);
	display: none;
}

.nanocontentPosition .list_gitem input.box_Sport[type="checkbox"]:checked,
.nanocontentPosition .list_gitem input.box_Sport_2[type="checkbox"]:checked,
.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"]:checked {
	background-color: #94B32A;
}

.nanocontentPosition .list_gitem input.box_Sport[type="checkbox"]:checked:after,
.nanocontentPosition .list_gitem input.box_Sport_2[type="checkbox"]:checked:after,
.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"]:checked:after {
	display: block;
}

#groupmenu .list_gitem a {
	height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0 0px 0 2px;
	border: 1px solid var(--border-main);
	background: var(--table_row);
	border-radius: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
}

#groupmenu .list_gitem .Antepost_main a {
	padding: 0;
	border: none;
}

.groupmenu li a.gitem.opened {
	background: var(--table_header) !important;
	color: var(--bg_text);
	margin-bottom: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 5px 5px 0 0 !important;
}

#groupmenu .list_citem a {
	background-color: var(--table_sub_header);
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	height: 30px;
	justify-content: space-between;
	padding-top: 0;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.groupmenu li a.citem.opened {
	background: var(--table_header1);
	color: var(--bg_text);
	margin-bottom: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 5px 5px 0 0 !important;
}

#groupmenu .list_mitem a {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	background: var(--table_row);
}

.groupmenu li a.mitem.opened {
	background: var(--table_header2);
	color: var(--bg_text);
}

#groupmenu .list_mitem ul {
	background-color: var(--sidebar3);
}

#groupmenu .list_mitem a.opened {
	background-color: var(--sidebar3);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.groupmenu li a.mitem.opened {
	background: var(--table_header3);
	color: var(--bg_text);
}

#ANTEPOST_title {
	border-bottom: 1px solid var(--border-main);
}

#left_column .nanocontentPosition {
	height: 100%;
	overflow-x: hidden;
	border-top-right-radius: 4px;
}

.nanocontentPosition .h1sport,
#ANTEPOST_title {
	text-align: left;
	cursor: pointer;
	background-color: transparent;
}

.nanocontentPosition .h1sport {
	border: none !important;
	text-align: center;
	color: var(--table_header);
}

.Antepost_main #ANTEPOST_title {
	background-color: transparent !important;
	color: var(--textColor3);
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

.nanocontentPosition #groupmenu {
	border-bottom: 1px solid var(--border-main);
	user-drag: none;
	scroll-behavior: smooth;
	position: relative;
	padding: 0 5px;
}

.groupmenu li a.gitem {
	font-size: 15px;
	overflow: visible;
	line-height: 28px;
	height: 28px;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.nanocontentPosition .Antepost_main {
	margin-top: -5px;
	height: 30px;
	border: none;
	background: transparent !important;
}

.Antepost_mainMobile {
	height: 44px;
	text-align: center;
	left: -7px;
}

#ANTEPOST_titleMobile {
	font-size: 18px;
	color: var(--textColor3);
	font-weight: bold;
	overflow: visible;
	line-height: 40px;
	border-bottom: 1px solid var(--border-main) !important;
	padding-right: 0 !important;
}

.groupmenu li a.mitem {
	padding-left: 25px;
}

.groupmenu li.selectday {
	display: none;
}

.catemenu {
	display: none;
	clear: both;
}

#groupmenu .manimenu li a.opened {
	overflow: hidden;
}

.manimenu {
	display: none;
	clear: both;
}

.catemenu.menuaperto,
.manimenu.menuaperto {
	display: block;
	position: relative;
	border: 1px solid var(--border-main);
	border-top: none;
	margin-bottom: 5px;
	padding: 10px;
	padding-bottom: 5px;
	border-radius: 0 0 5px 5px;
}

.ccheck {
	display: none !important;
}

#center_column>.nanocontentPosition>.content>.gcontent {
	margin-bottom: 15px;
}

#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	padding: 0 10px;
}

#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody>.div_tr {
	height: 45px;
	margin-bottom: 7px;
	display: contents;
}

#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mhead {
	color: var(--bg_text);
	font-size: 17px;
	height: 25px;
	line-height: 28px;
	margin: 0;
}

.selez_pron {
	width: 100%;
}

.selez_pron div ul,
.tuttiInsContainer ul,
.defaultSubclassesTutti ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.selez_pron div:nth-child(1) div ul,
.tuttiInsContainer ul,
.defaultSubclassesTutti ul {
	margin-top: 10px;
}

.defaultSubclassesTutti ul {
	margin-bottom: 10px;
}

.firstRowTable .evedate {
	white-space: nowrap !important;
}

.firstRowTable .InsThead1,
.contentMini .firstRowTable .InsThead1 {
	color: var(--bg_text);
	font-size: clamp(8px, 1.3vw, 16px);
	justify-content: start;
	white-space: nowrap;
	padding: 0;
	text-overflow: ellipsis;
}

.firstRowTable div {
	color: var(--textColor3);
	font-weight: 600;
	display: flex;
	justify-content: center;
	overflow-wrap: break-word;
}

.firstRowTable .oddTd_div_wrapper {
	width: calc(70% + 25px);
	justify-content: end;
	align-items: center;
}

.firstRowTable .oddTd_div_wrapper .oddTd_div {
	width: 14%;
	text-align: center;
}

.firstRowTable .oddTd_div_wrapper .oddTd_div span {
	font-size: clamp(8px, 1.2vw, 12px) !important;
}

.firstRowTable div.Tutti {
	visibility: hidden;
	flex: 0 0 45px;
}

.firstRowTable div span {
	padding: 0 3px;
	text-align: center;
}

.insTableCss {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.insTableCss .mtable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.insTableCss div.evename_div {
	border: none;
}

.insTableCss .mtable {
	border-radius: 10px;
	overflow: hidden;
}

.insTableCss .mtable .div_tbody .InsOdds.div_tr {
	border-radius: 10px;
	background: var(--table_row);
	border: 1px solid var(--border-main);
	margin: 5px 0;
}

.insTableCss .mtable .div_tbody .div_tr .div_td,
.insTableCss .mtable .div_tbody .div_tr div.allodds {
	display: flex;
	justify-content: center;
}

.insTableCss .mtable .div_tbody .evename {
	width: 100%;
}

.insTableCss .mtable .div_tbody .eveinfo_wrapper {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: calc(30% - 24px);
	cursor: default;
}

.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper {
	display: flex;
	width: calc(70% + 25px);
	justify-content: end;
	align-items: center;
	cursor: default;
}

.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .oddTd_div {
	width: 14%;
}

.InsOdds .transperent {
	color: transparent !important;
}

.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .combo {
	width: 14%;
	display: flex;
	justify-content: center;
	cursor: default;
}

.insTableCss .mtable .div_tbody .div_tr div.allodds {
	display: flex;
	justify-content: center;
	flex: 0 0 45px;
}

.insTableCss .mtable .div_tbody .div_tr div.allodds a {
	color: var(--textColor);
}

.insTableCss .mtable .div_tbody .div_tr div.allodds a.selected {
	color: var(--textColor4) !important;
	background-color: var(--textColorBg);
	border-radius: 5px;
}

.insTableCss .mtable .div_tbody .div_tr .stats {
	width: 20px !important;
	padding: 0 !important;
}

.insTableCss .mtable .div_tbody .div_tr .evetime {
	width: 45px !important;
	justify-content: end;
}

.contentMini .insTableCss .mtable .div_tbody .div_tr .evetime {
	width: 55px !important;
}

.insTableCss .mtable .div_tbody .div_tr {
	display: flex;
	align-items: center;
	height: auto;
}

.div_tr.allodds_container {
	transition: 0.5s ease;
}

.div_tr.allodds_container.allodds_container_margin {
	margin-top: 35px;
}

.div_tr.allodds_container.tuttiAccDrop {
	transition: 0.5s ease;
}

.mtable_wrapper .mtable .div_thead {
	height: 40px;
	border-radius: 10px;
	background: var(--table_sub_header);
	border: 1px solid var(--border-main);
	width: 100%;
}

.mtable_wrapper .mtable .div_thead .firstRowTable {
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 5px;
	padding-right: 3px;
	justify-content: space-between;
}

.glyphicon.glyphicon-lock {
	pointer-events: none;
}

.emptyodd:has(.glyphicon.glyphicon-lock) {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.insTableMheadCss {
	background-color: var(--table_header_Mobile);
	border: 1px solid var(--border-main);
	border-radius: 10px;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.insTableMheadCss .GLY {
	line-height: 42px;
}

.selez_pron li .glow-line-label {
	display: none;
	width: 70%;
	height: 2px;
	background-color: var(--textColor);
	border-radius: 5px;
	position: absolute;
	bottom: 2.5px;
	pointer-events: none;
	box-shadow:
		0 0 30px rgba(255, 255, 255, 0.8),
		0 0 60px rgba(255, 255, 255, 0.1),
		0 0 90px rgba(255, 255, 255, 0.1),
		0 0 120px rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.selez_pron li .glow-line-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	transform: translate(8%, -88%);
	background-color: var(--textColor);
	border-radius: 10px;
	filter: blur(30px);
	opacity: 0.1;
	transition: all 0.3s ease-in-out;
	z-index: 5;
}

@-moz-document url-prefix() {
	html {
		scrollbar-width: thin;
		scrollbar-color: #fbcf3146 #67b90900;
	}
}

.selez_pron li a.current+.glow-line-label {
	opacity: 1;
}

.selez_pron li a.current>.glow-line-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	transform: translate(8%, -88%);
	background-color: #D8EC38;
	border-radius: 10px;
	filter: blur(30px);
	opacity: 0.1;
	transition: all 0.3s ease-in-out;
	z-index: -2;
}

.splittedClasses li a {
	position: relative;
}

.selez_pron li a.current>.glow-line-label {
	width: 100% !important;
	margin-left: 0 !important;
	transition: all 0.3s ease-in-out;
}

.selez_pron li,
.tuttiInsContainer ul li,
.defaultSubclassesTutti ul li {
	position: relative;
	float: left;
	width: 99px;
	border-radius: 5px;
	margin-right: 5px;
	justify-content: center;
	display: flex;
	background: var(--table_row);
	margin-bottom: 5px;
}

.mtableslide.insTableCss .selez_pron li a,
.tuttiInsContainer ul li a,
.defaultSubclassesTutti ul li a {
	height: 30px;
	display: inline-block !important;
	text-align: center !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	padding: 0 5px !important;
	line-height: 28px !important;
}

.splittedClasses li {
	margin-bottom: 5px;
	margin-top: 0;
}

.selez_pron li a,
.tuttiInsContainer ul li a,
.defaultSubclassesTutti ul li a {
	border: 1px solid var(--border-main) !important;
	border-radius: 5px !important;
	color: var(--bg_text) !important;
	display: block;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
	font-weight: normal;
}

.defaultSubclassesTutti ul li a {
	font-size: 10px;
}

.selez_pron a.current,
.tuttiInsContainer ul li a.currentTutti,
.defaultSubclassesTutti ul li a.currentTutti {
	border-color: var(--table_header_3) !important;
}

.selez_pron .splittedClasses li a.current {
	color: var(--bg_text) !important;
}

.selez_pron li a[title="Antepost"] {
	color: var(--bg_text);
}

.selez_pron .glyphicon-plus {
	font-size: 12px;
}

.desc_cont {
	border-color: var(--colore_principale2_dark);
	border-style: solid;
	border-width: 1px;
	margin: 8px;
}

.classdesc {
	display: none;
}

.classdesc p,
.classdesc .glyphicon {
	border-color: var(--colore_principale2_dark);
	border-style: solid;
	display: inline-block;
	line-height: 21px;
	margin-top: 0;
}

.classdesc .glyphicon {
	color: var(--bg_text);
	font-size: 21px;
	margin: 8px;
	top: 0;
	width: 3% !important;
}

.classdesc p {
	color: #BBBBBB;
	font-size: 13px;
	margin-top: 8px;
	width: 94%;
}

.etccontent,
.appscontent,
.live_mcontent {
	background-position: 100% 0;
	background-repeat: repeat-y;
	border-radius: 5px;
	margin: 0 10px 10px;
	overflow-x: auto;
}

.glyphicon-arrow-right:before {
	content: "❯";
	display: inline-block;
	font-size: 20px;
	margin-top: -8px;
}

.mhead {
	margin: 0px;
}

.mhead .mhead_back_btn>a {
	float: none;
	line-height: 30px;
	margin: 0 0 0 20px;
}

.mhead a {
	color: var(--bg_text);
	float: right;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	text-decoration: none;
	top: 0;
	margin-right: 15px;
	filter: invert(45%) grayscale(100%);
}

.theme1 .mhead a.glyphicon-refresh {
	filter: invert(30%) grayscale(0);
}

.mhead a.glyphicon-list-alt {
	display: none;
}

a.mdel {
	display: block;
	position: relative;
	text-indent: 0;
}

#statsBoxContainer a.mdel {
	display: none;
}

.mtable,
.atable {
	margin-bottom: 0px;
	width: 100%;
}

.slick-slider {
	margin-bottom: 5px;
}

.atable .div_tr .div_th {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--table_sub_header);
	border: 1px solid var(--border-main);
	border-radius: 10px;
	margin: 5px 0;
}

.atable .div_tr .div_th .evedate_Name {
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
}

.atable .div_tr .div_th .evedate {
	margin-right: 10px;
	font-weight: 500;
	color: var(--textColor3);
}

.mcontent .mtable_wrapper {
	margin-top: 5px;
}

.gcontent .mtable {
	min-width: 100%;
}

.div_td.allodds {
	width: 20px;
	text-align: center;
}

.mtable .div_tr,
.atable .div_tr,
.widget .div_tr {
	text-align: left;
}

.atable .InsOddsAntepost.div_td .div_table {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
	padding: 10px 15px;
	background: var(--table_row);
	border: 1px solid var(--border-main);
	border-radius: 10px;
	padding: 15px;
}

.atable .InsOddsAntepost.div_td .div_tr {
	display: contents;
}

.atable .InsOddsAntepost.div_td .div_tr .div_td a {
	width: 100%;
	height: 35px;
	margin: 0;
	background: var(--table_row);
	border-radius: 8px;
	border: 1px solid var(--border-main);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.atable .InsOddsAntepost.div_td .div_tr .div_td a.selected {
	background-color: var(--textColorBg);
}

.atable .InsOddsAntepost.div_td .div_tr .div_td a.selected span {
	color: var(--textColor4);
}

.etable .div_tbody .InsNesha .mtablepari a,
.etable .div_tbody .InsNesha .mtabledispari a {
	border: 1px solid var(--border-main);
	display: flex;
	justify-content: space-around;
	width: 100%;
	border-radius: 5px;
	height: 40px;
	align-items: center;
	background-color: var(--table_row);
	transition: 0.3s ease-in-out;
	padding: 1px;
}

.mtable .spread {
	text-align: center;
	text-transform: capitalize;
	cursor: default;
	margin: 0 !important;
	font-weight: 500;
	font-size: 12px;
	color: var(--textColor);
}

.mtable tbody .spread {
	position: relative;
	font-size: 14px;
	text-align: center;
}

.atable .div_th {
	text-align: center;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 8px;
	font-size: 16px;
}

.atable .div_th .evedate {
	display: block;
	float: right;
	margin-right: 0;
}

.etable td {
	text-align: center !important;
}

.etable .etableClass {
	padding-right: 5px;
	font-size: 13.5px;
}

.evename .betrad_stats {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
}

.atable table tbody .div_tr:nth-child(odd) {
	background: var(--table_row);
}

.evename>.evename_div span {
	font-weight: 600;
	text-align: left;
	display: inline-block !important;
	text-overflow: ellipsis;
	left: 0;
	right: 0;
}

.catecode,
.groupcode,
.palcode {
	text-align: left;
	display: inline-block !important;
	color: var(--table_header_3);
}

.mcontent .GroupMatch .catecode::before {
	content: '\2022';
	font-size: 16px;
	margin-right: 5px;
}

.evename>.evename_div {
	position: relative;
}

.mtable .evename,
.mtable .evecode {
	text-indent: 6px;
}

.mtable .evecode {
	text-indent: 6px;
	width: 40px !important;
	padding: 0 !important;
}

.mtable .evetime {
	font-weight: normal;
	padding: 0 !important;
}

.insTableCss .mtable .evename {
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	padding-right: 0;
	height: 100%;
	padding: 0 !important;
}

.insTableCss .mtable .evename span {
	background: transparent none repeat scroll 0 0;
	color: var(--testo_gradiente2);
	display: inline-block;
	font-size: clamp(8px, 1.2vw, 13px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	line-height: 39px;
	cursor: pointer;
}

.contentMini .insTableCss .mtable .evename span {
	font-size: 13px;
}

.insTableCss .mtable .etable.firstRowTable .evename {
	margin: 0;
	width: 100% !important;
	max-width: 100%;
	text-overflow: ellipsis;
	position: relative;
}

.insTableCss .mtable .etable.firstRowTable .evename::before {
	content: '';
	position: absolute;
	top: 47%;
	left: 0;
	background: var(--bg_text);
	height: 4px;
	width: 4px;
	border-radius: 50px;
}

.insTableCss .mtable .etable.firstRowTable .evename .evename_div {
	width: 100%;
	color: var(--bg_text);
	justify-content: space-between;
}

.insTableCss .mtable .etable.firstRowTable .evename .evename_div .evedate {
	order: 2;
	color: var(--textColor3);
}

.insTableCss .evename_div.paco {
	width: 100% !important;
	display: flex;
	justify-content: start !important;
	align-items: center;
}

.evename_div {
	position: relative;
	width: 100%;
}

.mtable th .evedate {
	color: var(--bg_text);
	display: block;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	font-size: 16px;
}

.mtable th {
	padding: 5px;
}

.mtabledispari *,
.mtablepari * {
	float: left;
}

.mtabledispari a,
.mtablepari a {
	margin-right: 6px;
}

.atable a {
	float: left;
	margin-right: 6px;
	text-align: center;
	padding: 5px 0px 5px 7px;
}

.atable span {
	color: var(--testo_gradiente2);
	float: left;
	margin-left: 5px;
	padding: 5px 0px 5px 7px;
}

.atable span.InsAntepostName {
	font-size: 13.5px;
}

.atable span.InsAntepostQuote {
	margin-left: 0;
	margin-right: 5px;
	padding: 5px 5px 5px 0px;
	font-size: 15px;
}

.evetime span {
	font-size: clamp(8px, 1.2vw, 12px);
	color: var(--table_header_3);
}

.evecode span {
	border-radius: 4px;
	color: var(--bg_text);
	font-size: clamp(8px, 1.2vw, 12px);
}

.etable .evecode span {
	font-size: 15px !important;
}

#legenda {
	position: relative;
	bottom: 20px;
	justify-content: center;
	flex-direction: row-reverse;
	list-style: none;
	height: 26px;
	margin: 0;
	width: 100%;
}

#legenda li {
	margin: 0 10px;
	display: block;
	cursor: pointer;
	height: 26px;
	text-align: center;
	cursor: default;
}

#legenda li span {
	height: 13px;
}

#legenda li>div {
	height: 2px;
	border-radius: 5px;
	position: relative;
	bottom: -18px;
	transition: all 0.3s ease-in-out;
}

#legenda li>div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	transform: translate(8%, -88%);
	border-radius: 10px;
	filter: blur(30px);
	opacity: 0.1;
	transition: all 0.3s ease-in-out;
	z-index: -2;
}

#legenda li>div.glow-line-legenda-1 {
	width: 83px;
	height: 2px;
	background-color: #ff0000;
	box-shadow:
		0 0 30px rgba(255, 0, 0, 0.8),
		0 0 60px rgba(255, 0, 0, 1),
		0 0 90px rgba(255, 0, 0, 0.1),
		0 0 120px rgba(255, 0, 0, 0.2);
}

#legenda li>div.glow-line-legenda-1::before {
	background-color: #ff0000;
}

#legenda li.quintupla span {
	color: #ff0000;
}

#legenda li>div.glow-line-legenda-2 {
	width: 88px;
	height: 2px;
	background-color: #FF8300;
	box-shadow:
		0 0 30px rgba(255, 131, 0, 0.8),
		0 0 60px rgba(255, 131, 0, 1),
		0 0 90px rgba(255, 131, 0, 0.1),
		0 0 120px rgba(255, 131, 0, 0.2);
}

#legenda li>div.glow-line-legenda-2::before {
	background-color: #FF8300;
}

#legenda li.quadrupla span {
	color: #FF8300;
}

#legenda li>div.glow-line-legenda-3 {
	width: 55px;
	height: 2px;
	background-color: #67DB02;
	box-shadow:
		0 0 30px rgba(103, 219, 2, 0.8),
		0 0 60px rgba(103, 219, 2, 1),
		0 0 90px rgba(103, 219, 2, 0.1),
		0 0 120px rgba(103, 219, 2, 0.2);
}

#legenda li>div.glow-line-legenda-3::before {
	background-color: #67DB02;
}

#legenda li.tripla span {
	color: #67DB02;
}

#legenda li>div.glow-line-legenda-4 {
	width: 60px;
	height: 2px;
	background-color: var(--colore_principale_light-legenda);
	box-shadow:
		0 0 30px rgba(var(--colore_principale_light-rgb), 0.8),
		0 0 60px rgba(var(--colore_principale_light-rgb), 1),
		0 0 90px rgba(var(--colore_principale_light-rgb), 0.1),
		0 0 120px rgba(var(--colore_principale_light-rgb), 0.2);
}

#legenda li>div.glow-line-legenda-4::before {
	background-color: var(--colore_principale_light-legenda);
}

#legenda li.singola span {
	color: var(--colore_principale_light-legenda);
}

#legenda li > div.glow-line-legenda-5 {
    width: 50px;
    height: 2px;
    background-color: var(--glowlineColor2);
    box-shadow: 
        0 0 30px rgba(248, 207, 33, 0.8), 
        0 0 60px rgba(248, 207, 33, 1), 
        0 0 90px rgba(248, 207, 33, 0.1), 
        0 0 120px rgba(248, 207, 33, 0.2);
}

#legenda li > div.glow-line-legenda-5::before {
    background-color: var(--glowlineColor2);
}

#legenda li.unica span{
    color: var(--glowlineColor2);
}

#layout_options .unica,
#layout_options .singola,
#layout_options .tripla {
	background-image: url("../img/layout_options_uts_bg.png");
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 16px;
	line-height: 18px;
	margin-right: 20px;
	padding-left: 14px;
	vertical-align: top;
	margin-top: 1px;
	font-size: 9px;
}

#layout_options>span {
	display: inline;
	overflow: hidden;
	vertical-align: top;
}

#layout_options .unica {
	background-position: 0 4px;
	color: var(--bg_text);
	text-decoration: none;
}

#layout_options .tripla {
	background-position: 0 -51px;
	color: var(--bg_text);
	text-decoration: none;
}

#layout_options .singola {
	background-position: 0 -23px;
	color: var(--bg_text);
	text-decoration: none;
}

.mtable a.allodds {
	line-height: inherit;
	text-align: center;
	font-size: 13px;
	color: var(--bg_text);
	top: 0;
}

.switchclass {
	background-color: transparent;
	background-image: url("../img/css_sprite.png");
	background-position: -202px -123px;
	border: medium none;
	display: block;
	height: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-indent: 25px;
	white-space: nowrap;
	width: 12px;
}

.center_title {
	background: var(--bg_color);
	background-position: 100% 100%;
	background-repeat: repeat-y;
	margin-bottom: 0;
	display: none;
}

.mcontent.mcontentAntepost .mtableslide.insTableCss {
	display: none !important;
}

.mtableslide,
.mantepost,
#slider-wrapper {
	background-position: 100% 100%;
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#back_btn {
	color: var(--bg_color);
	float: left;
	position: relative;
	margin-bottom: 4px;
	font-size: 18px;
	margin-left: 10px;
	text-decoration: none;
	z-index: 1;
}

#back_btn span {
	font-size: 23px;
	text-transform: uppercase;
	margin-left: 5px;
}

.mtable_container,
.otable_container {
	float: left;
}

.mcontent .mtable .etable {
	box-shadow: none;
}

.mcontent .mtable .etable.firstRowTable {
	display: flex;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background: var(--table_sub_header);
	border: 1px solid var(--border-main);
	padding-left: 10px;
	padding-right: 20px;
}

.mcontent .mtable .etable.firstRowTable .evecode {
	align-items: center;
	margin-right: 5px;
}

.mcontent .mtable .etable.div_tbody {
	margin: 5px 0;
	overflow: hidden;
	background: var(--table_row);
	border: 1px solid var(--border-main);
	border-radius: 10px;
	padding: 10px;
}

.mcontent .mtable .etable.div_tbody .div_etable_InsNesha {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
}

.mcontent .mtable .etable.div_tbody .InsNesha {
	display: contents;
}

.mcontent .mtable .etable.div_tbody .InsNesha .oddTd a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--table_row);
	border: 1px solid var(--border-main);
	border-radius: 7px;
	height: 35px;
	padding: 0 10px;
	margin: 0;
}

.atable tr {
	display: table-row;
}

.mtable thead,
.atable thead {
	border-bottom: 1px solid var(--bg_color);
	background: transparent;
	color: var(--bg_text);
}

thead tr th span {
	font-size: 12px;
	color: var(--table_header_2);
}

.oddTh,
.oddTd,
.btnTh {
	text-align: center;
}

.resTh span {
	display: inline-block;
	width: 50px;
}

.mtable thead tr th,
.atable thead tr th {
	text-align: center;
	overflow: hidden;
}

.mtable thead tr th.Tutti {
	color: var(--table_header_2);
}

table.etable tr td a {
	float: right;
	margin: 1px;
	padding: 0;
	text-align: center;
	width: 45px;
}

.etable td.allodds div a {
	width: 45px;
}

.mtable td.evecode {
	text-align: center;
}

div#the_bet .minCont td.oddTd a,
.mtable a,
.atable a,
.bookperce,
.emptyodd,
.widget .oddTd a,
.odd {
	border-collapse: separate;
	border-radius: 0px;
	display: block;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 500;
}

.mtable a,
.atable a,
.bookperce,
.emptyodd,
.mtable a.allodds,
.widget .oddTd a,
.odd {
	line-height: 22px;
	margin: 2px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.atable a.selected,
.widget a.selected,
.mtable .oddTd a.selected,
.mtable .odd.selected {
	color: var(--bg_text);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mtable .oddTd a.selected {
	background-color: var(--textColorBg) !important;
}

.mtable .oddTd a.selected span {
	color: var(--textColor4);
}

.insTableCss .mtable .oddTd a.selected {
	background-color: var(--textColorBg) !important;
	border-radius: 5px;
	color: var(--textColor4);
}

.insTableCss .mtable .oddTd a.selected span {
	color: var(--textColor4);
}

.oddTd a.unica .InsColor {
    color: var(--glowlineColor2);
}

.oddTd a.singola {
	color: var(--bgcolor);
	padding: 1px;
}

.insTableCss .mtable .div_tbody .div_tr .div_td a {
	border: 1px solid var(--border-main);
	border-radius: 5px;
	min-width: 80%;
	line-height: 23px;
}

.insTableCss .mtable .div_tbody .div_tr .div_td.oddTd_div a {
	font-size: clamp(10px, 1.2vw, 13px);
}

.insTableCss .mtable .div_tbody .div_tr a.allodds {
	border: none;
	min-width: 90%;
	line-height: 23px;
}

.contentMini .insTableCss .mtable .div_tbody .div_tr .div_td a {
	min-width: 90%;
}

.insTableCss .mtable .div_tbody .div_tr .div_td a.betrad_stats {
	border: none;
	min-width: 15px;
}

.oddTd a.tripla .InsColor {
	color: #67DB02 !important;
}

.oddTd a.quadrupla .InsColor {
	color: #FF8300 !important;
}

.oddTd a.quintupla .InsColor {
	color: #ff0000 !important;
}

.mtable a.changed {
	background: #ff0000;
	color: var(--bg_text);
}

.mtable .evename span.bookperce {
	border-radius: 0;
	float: right;
	margin: 2px 0;
	position: absolute;
	right: 5px;
	width: 37px;
}

.bookperce.perc_101 span,
.bookperce.perc_102 span,
.bookperce.perc_103 span,
.bookperce.perc_104 span,
.bookperce.perc_105 span {
	color: #f9c240;
	background: var(--bg_color);
}

.mtable .evename .bookperce span {
	display: block;
	font-size: 12px;
}

.bookperce img {
	display: none;
}

.evename .match {
	float: left;
}

.mtable td.evename .betrad_stats {
	background: #6f6f6f;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #686868 50%, #636363 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(50%, #686868), color-stop(100%, #636363));
	background: -webkit-linear-gradient(top, #6f6f6f 0%, #686868 50%, #636363 100%);
	background: -o-linear-gradient(top, #6f6f6f 0%, #686868 50%, #636363 100%);
	background: -ms-linear-gradient(top, #6f6f6f 0%, #686868 50%, #636363 100%);
	background: linear-gradient(to bottom, #6f6f6f 0%, #686868 50%, #636363 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#636363', GradientType=0);
	border-radius: 0;
	color: var(--bg_text);
	float: right;
	font-size: 12px;
	line-height: 22px;
	margin: 0 1px;
	position: absolute;
	right: 0;
	height: 20px;
	width: 15px;
	display: none;
}

.mtable td.evename .betrad_stats:before {
	background: url(../img/icostat.png);
	height: 11px;
	width: 11px;
	content: "";
	display: block;
	left: 2px;
	position: absolute;
	top: 5px;
}

.mtable td a.betrad_stats span.glyphicon {
	color: var(--bg_color);
}

.offer .mtable .betrad_stats {
	border-radius: 2px;
	line-height: 20px;
	margin: 0;
	transition: all 0.2s ease-in-out 0s;
	min-width: 20px;
	width: 20px;
	display: block;
	filter: invert(45%) grayscale(100%);
}

.evename a img {
	margin-top: 5px;
}

td.evename .evedate {
	display: block;
	width: 110px;
	float: left;
}

.mfoot {
	background-position: 100% -1px;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0px;
}

.repeat_last span {
	margin-right: 5px;
}

a.stats_ico {
	padding: 0;
	margin: 4px 0 4px 4px;
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: 20px;
	background-image: url(../img/stats_ico.png);
}

#StatsDiv {
	position: absolute;
	width: 200px;
	height: 150px;
	background-color: var(--bg_text);
	border: 1px solid #0066CC;
}

.clear {
	clear: both;
}

#WaitApprovation,
#ShowProposal {
	font-size: 11px;
	width: 400px;
	height: 300px;
	background-color: var(--colore_principale2);
	cursor: wait;
	color: var(--testo_gradiente2);
	z-index: 1;
}

#WaitApprovation h2,
#ShowProposal h2 {
	color: var(--bg_text);
	background-color: var(--bg_color);
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

#WaitApprovation .message_container,
#ShowProposal .message_container {
	margin: 6px 20px 20px;
}

.message_container strong {
	font-size: 11px;
	display: block;
}

.message_container span {
	font-size: 11px;
}

#WaitApprovation #output_box {
	color: var(--bg_text);
	font-size: 12px;
	font-weight: bold;
}

#output_box #state {
	float: right;
	padding-left: 20px;
}

#output_box {
	background-color: #BDBDBD;
	height: 30px;
	line-height: 27px;
	margin: 26px auto 6px;
	padding: 0 8px;
	width: 168px;
}

#output_box span {
	float: right;
}

#output_box .waiting {
	color: #048ce1;
}

#output_box .approved {
	color: #127e00;
	background-image: url("../img/state_approved.png");
	background-position: -2px 5px;
	background-repeat: no-repeat;
}

#output_box .refused {
	color: #cc0000;
	background-image: url("../img/state_refused.png");
	background-position: -2px 5px;
	background-repeat: no-repeat;
}

.message_container .notabene,
.message_container .notabene strong {
	color: #0D5BC5;
	font-size: 9px;
}

.last_ping {
	bottom: 6px;
	font-size: 9px !important;
	position: absolute;
	right: 6px;
}

.loader_container {
	text-align: center;
	margin-bottom: 24px;
}

.ProposalDetails {
	font-size: 11px;
	margin-top: 24px;
}

.ProposalDetails p {
	margin: 0 0 5px 0;
}

.ProposalDetails p strong {
	display: inline;
	font-size: 1.1em;
}

#ProposedWinning {
	color: #00b700;
}

#ShowProposal p {
	display: block;
	clear: both;
}

#ShowProposal .message_container>p {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#ShowProposal #Accept,
#ShowProposal #Decline {
	background-color: #006699;
	display: block;
	float: left;
	margin: 10px 5px;
	width: 170px;
	height: 130px;
	text-align: center;
	line-height: 240px;
}

#ShowProposal #Accept {
	background-image: url('../img/btnAcceptBig.png');
}

#ShowProposal #Decline {
	background-image: url('../img/btnDeclineBig.png');
}

.wait_btn_container .wb_conf,
.wait_btn_container .wb_canc {
	background-color: var(--bg_color);
	border-style: solid;
	border-width: 1px;
	clear: none;
	color: var(--bg_text);
	display: block;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
	white-space: nowrap;
	width: 101px;
	float: left;
	margin-left: 50px;
}

.wb_canc {
	margin-right: 0;
}

.ghead {
	background-color: var(--table_header);
	border-radius: 10px;
	border: 1px solid var(--border-main);
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: -3px;
}

#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mhead {
	background-color: var(--table_sub_header);
	border: 1px solid var(--border-main);
	border-radius: 10px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0;
	padding-bottom: 0;
}

.theme1 #center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mhead,
.theme1 .atable .div_tr .div_th {
	background-color: var(--border-main2);
}

.ghead h2 {
	color: var(--bg_text);
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px 5px 1px;
	text-transform: uppercase;
}

#center_column .nanocontentPosition .content .gcontent .ghead h2,
#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mhead label {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: var(--bg_text);
}

#center_column .nanocontentPosition .content .gcontent .ghead h2 {
	font-size: 17px;
}

.ghead h2>input {
	margin-right: 10px;
}

.gcontent .mtable a {
	color: var(--testo_gradiente2);
	font-size: 15px;
	line-height: 26px;
	margin-top: 3px;
	max-width: 88%;
	overflow: hidden;
	text-align: left;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

@media screen and (max-width: 900px) and (min-width: 600px),
(min-width: 1100px) {
	.allodds_cont {
		width: 100%;
		margin-right: 3%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
	.oddTd_tbody_wrapper>.groupOfClass:nth-of-type(n+3) {
		display: none !important;
	}

	.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+3):not(:has(.Tutti)) {
		display: none !important;
	}

	.contentMini .mtble_3004 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)) {
		display: none !important;
	}

	.mtable_821 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_823 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_825 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_830 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_3025 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_3028 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_3029 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_3031 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+3):not(:has(.Tutti)),
	.mtable_2004 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_2027 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_2042 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3000 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3004 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3013 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3025 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3046 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3047 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3053 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3072 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3073 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3074 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3102 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+6):not(:has(.Tutti)),
	.mtable_3103 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3104 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3122 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3123 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3124 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3125 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3132 .firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)),
	.mtable_3220 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3205 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3206 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3207 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3213 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+5):not(:has(.Tutti)),
	.mtable_3030 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+4):not(:has(.Tutti)),
	.mtable_3031 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+3):not(:has(.Tutti)) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf6> :nth-of-type(n+5) {
		display: none !important;
	}

	.oddTd_tbody_wrapper>.groupOf4:nth-of-type(n+2) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf7>.oddTd_div:nth-of-type(n+5) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf8>.oddTd_div:nth-of-type(n+5) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf9>.oddTd_div:nth-of-type(n+6) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf10>.oddTd_div:nth-of-type(n+6) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf14>.oddTd_div:nth-of-type(n+5) {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) {
	.contentMini .insTableCss .mtable .div_tbody .div_tr .evetime {
		width: 60px !important;
	}
}

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

	.contentMini .insTableCss .mtable .div_tbody .oddTd_tbody_wrapper,
	.contentMini .firstRowTable .oddTd_div_wrapper {
		width: calc(50% + 25px) !important;
	}

	.contentMini .insTableCss .mtable .div_tbody .eveinfo_wrapper {
		width: calc(50% - 24px) !important;
	}

	.eveinfo_wrapper .stats .betrad_stats .glyphicon-stats::before {
		font-size: 13px;
	}

	.mtable .evecode span {
		padding: 0;
		margin-right: 3px;
	}

	.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .oddTd .InsColor {
		font-size: 10.5px !important;
	}

	.mtable a.allodds {
		font-size: 11px;
	}

	.insTableCss .mtable .div_tbody .div_tr .evetime {
		width: 60px !important;
	}
}

@media screen and (max-width: 1141px) {
	.gcontent .mtable a {
		font-size: 10px !important;
	}

	.oListChk[type="checkbox"],
	.cateChk[type="checkbox"],
	.groupChk[type="checkbox"] {
		height: 10px !important;
		width: 10px !important;
	}
}

.gcontent .mtable .div_td input {
	float: left;
	margin-left: 15px;
}

.gcontent .manihead label:first-child {
	float: left;
}

.gcontent .manihead input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

.gcontent .manihead label+label {
	display: block;
	float: right;
}

.gcontent .mcontent button.rfloat {
	background-color: transparent;
	background-image: url("../img/avanti.png");
	background-repeat: no-repeat;
	border: medium none;
	border-collapse: separate;
	color: var(--bg_color);
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 24px;
	margin: 1px;
	overflow: hidden;
	text-align: center;
	text-indent: 200px;
	vertical-align: middle;
	white-space: nowrap;
	width: 35px;
}

.gcontent .div_td {
	height: 35px !important;
	vertical-align: middle;
	background: var(--table_row);
	border: 1px solid var(--border-main);
	border-radius: 8px;
	height: 100%;
	display: flex;
	align-items: center;
}

.gcontent .div_td a span {
	font-size: 14px;
}

.gcontent .div_td.div_td_nbsp {
	display: none;
}

.gcontent .mhead span {
	color: #232323;
	line-height: 26px;
}

#groupmenu .like_mani {
	width: 30px;
}

#groupmenu .list_mitem a.like_mani {
	background: var(--bg_color);
	color: var(--bg_text);
	line-height: 25px;
}

#groupmenu .like_mani.added {
	display: block;
}

.offer #bookmarkscontainer .vnav li a {
	font-size: 12px;
	color: var(--testo_gradiente2);
}

.vnav .list_mitem .glyphicon.glyphicon-star-empty,
.vnav .list_mitem .glyphicon-star {
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 24px;
	z-index: 100;
}

.groupmenu label {
	display: none;
}

.offer #supportbox {
	right: 7px;
}

div .allodds_container {
	width: 325px;
}

@media screen and (max-width: 1400px) {
	th.last {
		text-indent: -5px;
	}

	.mtable .evename span {
		text-overflow: ellipsis;
	}

	.mtable a.allodds {
		min-width: 85%;
	}

	.mtable .evename span.bookperce {
		right: 5px;
		width: 30px;
	}

	.evecode span {
		font-size: 10px;
		padding: 2px 4px;
		font-size: 12px;
	}

	.selez_pron li a {
		font-size: 13px;
		padding: 3px;
	}

	.mtable .evename span {
		font-size: 16px;
	}

	.evetime span {
		font-size: 12px;
	}

	.mtable .evename,
	.mtable .evecode {
		padding-left: 2px;
	}

	.mtable .evecode {
		padding-right: 2px;
	}

	.mcontent,
	.etccontent,
	.appscontent,
	.live_mcontent {
		margin: 0 1px 5px;
	}

	.mtable thead tr th,
	.atable thead tr th {
		min-width: 36px;
	}

	.mcontent .mtable {
		min-width: auto;
	}

	thead tr th span {
		font-size: 10px;
	}

	.mtable a,
	.atable a,
	.bookperce,
	.emptyodd,
	.widget .oddTd a,
	.odd {
		font-size: 15px;
	}

	.contentMini .mtable .evecode {
		width: 25px !important;
	}

	.contentMini .insTableCss .mtable .div_tbody .div_tr a.allodds {
		font-size: 11px;
	}

	.insTableCss .mtable .div_tbody .div_tr div.allodds,
	.firstRowTable div.Tutti {
		flex: 0 0 40px;
	}

	.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper,
	.firstRowTable .oddTd_div_wrapper {
		width: calc(60% + 25px) !important;
	}

	.insTableCss .mtable .div_tbody .eveinfo_wrapper {
		width: calc(40% - 24px);
	}

	.contentMini .insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .oddTd_div,
	.contentMini .firstRowTable .oddTd_div_wrapper .oddTd_div {
		width: 20%;
	}
}

.waiting_bet_cancel {
	display: none !important;
}

#bookmarkscontainer #bookmarks_info {
	color: var(--bg_text);
	font-size: 10px;
}

#bookmarkscontainer ul li a.bookmark {
	font-size: 10px;
}

.offer #market_movers {
	background-image: url("/img/sport/mm_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 185% auto;
}

.offer #mm_list_cont {
	font-size: 10px;
}

.offer .mm_legenda span {
	font-size: 12px;
	width: 31.8%;
}

.offer .mmname.title {
	color: var(--bg_text);
	font-size: 10px;
	font-weight: bold;
	text-shadow: 2px 2px 3px var(--textColor4);
}

.offer #market_movers li {
	height: 65px;
	border-bottom: 1px solid var(--bg_color);
}

.offer .widgetTitle:after {
	display: none;
}

#live_navigation a {
	color: var(--CorrectCCC);
}

.offer #bet_history h1 {
	color: var(--testo_gradiente2)
}

.offer #bd_content table caption {
	color: var(--testo_gradiente2)
}

.offer #bl_cont a {
	color: var(--bg_color);
}

.offer #the_bet .minCont>div {
	display: inline-block;
	float: left;
	padding: 0.2% !important;
	width: 31.2%;
}

.offer #the_bet .clubs .club,
#the_bet #the_bet_container tr {
	border-bottom: 2px solid var(--border-main);
}

#the_bet #the_bet_container tr:last-of-type {
	border-bottom: none;
}

div#the_bet .clubs .club {
	width: calc(50% - 10px);
	margin-right: 3px;
	border-radius: 6px;
}

.offer #the_bet .minCont {
	justify-content: space-between;
	display: flex;
}

.offer .widget .mtable thead tr th,
.widget .atable thead tr th {
	color: var(--textColorWhite);
}

.offer #the_bet {
	background: transparent;
	background-image: url(../res/client/modules/sportpage/thebet-0.2/img/thebetbkg10.png);
	background-size: cover;
}

.offer #the_bet .minCont,
.offer #the_bet .maxCont,
.offer #the_bet .clubs .club {
	background: transparent;
	color: var(--testo_gradiente2);
}

.offer #the_bet .maxCont {
	width: 65.7%;
	margin: 0px 0 75px;
}

#the_bet #the_bet_container .max {
	display: flex;
	border-radius: 10px;
	padding: 0 !important;
	gap: 0 20px;
	justify-content: space-evenly;
}

#the_bet #the_bet_container .cssProgress-bar {
	border: none;
	border-radius: 0;
	height: 10px;
}

#the_bet .max div .rate {
	top: 64px;
	position: relative;
	text-align: right;
}

#the_bet td.bar {
	padding: 1px 4px 0 0 !important;
}

#the_bet table.min td.alias {
	background: none !important;
	padding-left: 10px;
}

#the_bet #the_bet_container div table {
	width: 100%;
}

#the_bet #the_bet_container .clubs {
	border: none;
}

#the_bet #the_bet_container table tbody {
	border: none;
}

.offer #the_bet table.min td.alias {
	background: transparent
}

#the_bet .clubs {
	background: transparent;
}

#the_bet .minCont h2 {
	display: none;
}

#livebettingLightContent.statsBoxContent ul li span a::after {
	left: 0;
	right: auto;
}

#live_navigation a {
	position: relative;
}

#livebettingLightContent .mhead::after {
	content: ".";
	display: block;
	height: 58px;
	overflow: hidden;
	position: absolute;
	right: -22px;
	text-indent: 300px;
	top: -18px;
	white-space: nowrap;
	width: 80px;
	z-index: 4;
	background-repeat: no-repeat;
}

#widgetsContainer #next_events_column .mtable .evename {
	color: var(--bg_text);
	font-size: 12px;
}

.offer .nano {
	height: 730px
}

.calendar .nano {
	height: auto;
}

#livechatOffer a {
	background-image: url("../img/liveofferchat.jpg");
	display: block;
	height: 150px;
	width: 200px;
}

.offer #next_events_column .mtable a span {
	background: var(--bg_color);
	display: block;
	font-size: 10px;
	line-height: 13px;
	width: 100%;
	color: var(--bg_text);
}

.emptyodd .glyphicon.glyphicon-lock {
	line-height: 24px;
	font-size: 10px;
	text-align: center;
}

#right_column #speedcouponcontainer input[type="text"] {
	color: var(--bg_color);
}

#speedcouponcontainer .easybet_event_cont {
	background: var(--colore_principale2);
	color: #333
}

td.spread {
	color: var(--bg_color);
}

div.sign_tooltip {
	background-color: var(--odds_text);
	color: var(--bg_text);
	border-color: var(--bg_color);
	margin: -60px 0;
	padding: 3px;
}

td.evename span.evedate {
	position: relative;
	float: right;
	width: 150px;
	color: var(--bg_text);
}

.max_mani_selection-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #0000005c;
}

.max_mani_selection {
	background: var(--bgColor2);
	color: var(--TextColor);
	border-color: var(--border-main);
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	width: 400px;
	height: 100px;
}

.max_mani_close {
	position: relative;
	float: right;
	top: -20px;
	right: 0;
	cursor: pointer !important;
}

.max_mani_close::before {
	content: "✖";
	font-size: 14px;
}

.groupmenu.vnav.hotlink li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.widgethotlink i,
.checkboxeshotlink i {
	display: none;
}

div#the_bet_container {
	padding: 0px;
}

#the_bet_container>p {
	background: var(--bg_color);
	color: var(--bg_text);
}

div#lotto_bet ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

div#lotto_bet ul li span input {
	border-radius: 5px;
	box-shadow: 0 0 3px var(--textColor4) inset;
}

div#lotto_bet ul li span {
	font-weight: bold;
}

#stats_results li {
	background-color: var(--bg_color);
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	display: block;
	position: relative;
	width: 219px;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#stats_results li a {
	background-color: var(--sidebar);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 25px;
	height: 29px;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

div#best_seller .mtable .evename span {
	display: block;
}

div#best_seller .eventname {
	border: 1px solid transparent;
}

div#best_seller .mtable .evedate span {
	padding: 2px 2px;
}

.splittedClasses li a {
	background-color: var(--colore_principale2_light);
	color: var(--testo_gradiente2);
	font-size: 10px;
}

ul.splittedClasses::before {
	border-top: 2px groove var(--bg_color);
	float: left;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}

#best_seller .mtable td,
#best_seller .widget .mtable th,
#best_seller .mtable td a,
#best_seller .mtable th a,
#next_events .mtable td,
#next_events .widget .mtable th,
#next_events .mtable td a,
#next_events .mtable th a,
#next_events .mtable .evedate span {
	margin-top: 7px;
}

.h1usermenu,
.h1sport,
.h1ippica,
.h1header,
.last_winning h1 {
	clear: both;
}

body:not(.offer_large) #league_tables {
	display: none;
}

.classinfo_table {
	background: #dadada;
	border: 1px solid var(--textColor4);
	margin: 2px;
	width: 100%;
	font-size: 11px;
}

.classinfo li {
	padding: 3px;
}

.classinfo_table .class_name {
	display: inline-table;
	font-weight: bold;
	line-height: 16px;
	margin-right: 10px;
	text-align: left;
	color: var(--bg_color);
}

.classinfo_table .class_desc {
	vertical-align: text-bottom;
}

a[title="1°Marc. + Ris. Esatto"],
a[title="Marc. + Ris. Esatto"] {
	animation-direction: alternate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: blur;
	animation-timing-function: ease-in-out;
	color: var(--bg_text);
	text-decoration: blink;
}

@keyframes blur {
	0% {
		text-shadow: 0px 0px 5px #000000, 0px 0px 5px var(--bg_text), 0px 0px 10px #7b96b8;
	}

	0% {
		background: #021c33 none repeat scroll 0% 0%;
	}

	100% {
		background: #264b6c none repeat scroll 0% 0%;
	}
}

.selez_pron .splittedClasses li a.current[title="1°Marc. + Ris. Esatto"],
.selez_pron .splittedClasses li a.current[title="Marc. + Ris. Esatto"] {
	background-color: ghostwhite !important;
	color: var(--textColor4);
	text-shadow: none;
}

#best_seller .mtable tr:nth-child(n+14) {
	display: none;
}

#slider-wrapper-1 {
	margin: 0 !important;
}

div.amazingslider-button-1 {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.amazingslider-button-1 a[href="javascript:void(nobutton) "] {
	display: none !important;
}

#next_events_column {
	margin-top: 10px;
}

div#last_wins_container {
	display: none;
	background-color: #D9D9D91A;
	margin: 0px !important;
	margin-bottom: 5px !important;
	max-width: 284px !important;
	border-radius: 10px !important;
	z-index: 1;
}

div#last_wins_container>.h1header.title {
	position: relative !important;
	width: 100% !important;
	border-bottom: 1px solid var(--bg_text);
	align-content: center;
}

div#last_wins_container #last_wins {
	min-height: 309px !important;
	overflow-y: scroll !important;
}

div#last_wins ul li {
	height: auto;
	padding: 5px 10px;
	position: relative;
	display: block;
	float: left;
	border-bottom: 1px solid var(--bg_text);
	width: 100%;
	background: #D9D9D91A;
}

div#last_wins ul li a {
	color: var(--bg_text);
}

#nav_gonzo {
	color: #d60000 !Important;
}

#groupmenuTrackMobile {
	width: 100%;
	height: 44px;
	position: absolute;
	top: -38px;
}

#left_column {
	margin-top: 44px;
	width: 280px;
}

@media screen and (min-width: 992px) {
	div#last_wins_container>#last_wins::-webkit-scrollbar-track,
	.offer .content_wrapper .offerWidth.coupLarge::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background: var(--regola_gradiente3);
	}
	div#last_wins_container>#last_wins::-webkit-scrollbar,
	.offer .content_wrapper .offerWidth.coupLarge::-webkit-scrollbar {
		width: 7px;
	}
	div#last_wins_container>#last_wins::-webkit-scrollbar-thumb,
	.offer .content_wrapper .offerWidth.coupLarge::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: var(--table_header);
	}
	#left_column .nanocontentPosition::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background: var(--regola_gradiente3);
	}
	#left_column .nanocontentPosition::-webkit-scrollbar {
		width: 7px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	#left_column .nanocontentPosition::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: var(--table_header);
	}
	#right_column::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background: var(--regola_gradiente3);
	}
	#right_column::-webkit-scrollbar {
		width: 7px;
		border-radius: 10px;
	}
	.allodds_container {
		width: 23%;
		margin-left: 2%;
		margin-right: 2%;
		top: 0;
		position: absolute;
		right: -1%;
	}
	#right_column::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: var(--table_header);
	}
	#center_column::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background: var(--regola_gradiente3);
	}
	#center_column::-webkit-scrollbar {
		width: 7px;
		border-radius: 10px;
	}
	#center_column::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: var(--table_header);
	}
	.sportDayMenu li:hover a {
		color: var(--bg_text);
		font-weight: bold;
		text-decoration: none;
	}
	.sportDayMenu li:hover a {
		border-radius: 4px 4px 0 0;
		height: 28px;
		margin-top: -2px;
	}
	#groupmenu a:hover .nevents,
	#groupmenu a.opened:hover .nevents,
	.vnav li a:hover .nevents,
	.vnav li a.opened:hover .nevents {
		color: var(--CorrectCCC) !important;
	}
	.theme1 #groupmenu a.opened:hover .nevents,
	.theme1 #groupmenu .list_citem a.citem:hover .nevents {
		color: var(--bg_text) !important;
	}
	.oListChk[type="checkbox"]:hover,
	.cateChk[type="checkbox"]:hover,
	.groupChk[type="checkbox"]:hover {
		background-color: #94B32A;
		border-color: #94B32A;
	}
	.oListChk[type="checkbox"]:hover::before,
	.cateChk[type="checkbox"]:hover::before,
	.groupChk[type="checkbox"]:hover::before {
		content: "✔";
		color: var(--textColorWhite);
		font-size: 14px !important;
		position: absolute;
		top: 55%;
		left: 48%;
		transform: translate(-50%, -50%);
	}
	#groupmenu .list_gitem a:hover {
		background: var(--table_header);
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	.groupmenu li a.gitem.opened:hover {
		background: var(--table_header);
	}
	.theme1 #groupmenu .list_citem a.citem:hover {
		background: var(--border-main3);
	}
	#groupmenu .list_citem a:hover {
		background: var(--table_header2);
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	.groupmenu li a.citem.opened:hover {
		background: var(--table_header2);
	}
	#groupmenu .list_mitem a:hover {
		background: var(--table_header2);
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	.theme1 #groupmenu .list_mitem a.mitem:hover {
		background: var(--border-main2);
	}
	.groupmenu li a.mitem.opened:hover {
		background: var(--table_header2);
	}
	#groupmenu .list_mitem a.opened:hover {
		background: var(--table_header3);
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	.groupmenu li a.mitem.opened:hover {
		background: var(--table_header3);
	}
	.selez_pron li a:hover+.glow-line-label {
		opacity: 1;
	}
	.selez_pron li a.current:hover+.glow-line-label {
		width: 75% !important;
		transition: all 0.3s ease-in-out;
	}
	.selez_pron li a:hover>.glow-line-label::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		transform: translate(8%, -88%);
		background-color: #D8EC38;
		border-radius: 10px;
		filter: blur(30px);
		opacity: 0.1;
		transition: all 0.3s ease-in-out;
		z-index: -2;
	}
	.selez_pron li a:hover,
	.tuttiInsContainer ul li a:hover,
	.defaultSubclassesTutti ul li a:hover {
		border-color: var(--table_header_3) !important;
		transition: 0.3s ease-in-out;
	}
	.selez_pron li:hover a[title="Antepost"] {
		color: var(--bg_text);
	}
	.mhead a:hover {
		color: var(--testo_gradiente2);
	}
	tr:hover .eventname>span,
	.mtable tr:hover .match {
		color: var(--testo_gradiente2);
	}
	.atable .InsOddsAntepost.div_td .div_tr .div_td a:hover {
		background-color: var(--textColorBg);
	}
	.atable .InsOddsAntepost.div_td .div_tr .div_td a:hover span,
	.insTableCss .mtable .div_tbody .div_tr div.allodds a:hover {
		color: var(--textColor4);
	}
	.etable .div_tbody .InsNesha .mtablepari a:hover,
	.etable .div_tbody .InsNesha .mtabledispari a:hover {
		background-color: var(--textColorBg);
	}
	.etable .div_tbody .InsNesha .mtablepari a:hover span,
	.etable .div_tbody .InsNesha .mtabledispari a:hover span {
		color: var(--textColor4);
	}
	.content .manilist.mtable tr:hover td,
	#statsBoxContainer .manilist.mtable div tr:hover td {
		background: transparent;
		color: var(--bg_text);
	}
	.offer #statsBoxContainer .manilist.mtable div td:hover {
		background: var(--bg_color);
		color: var(--bg_text);
	}
	.mtable .evedate:hover {
		text-decoration: none;
	}
	#layout_options .unica:hover,
	#layout_options .singola:hover,
	#layout_options .tripla:hover {
		background-color: transparent;
	}
	#layout_options .unica:hover {
		background-position: 0 4px;
		color: var(--bg_text);
		text-decoration: none;
	}
	#layout_options .tripla:hover {
		background-position: 0 -51px;
		color: var(--bg_text);
		text-decoration: none;
	}
	#layout_options .singola:hover {
		background-position: 0 -23px;
		color: var(--bg_text);
		text-decoration: none;
	}
	#back_btn:hover {
		color: var(--bg_color);
	}
	.atable .div_td.oddTd:hover {
		font-weight: bold;
	}
	.atable .div_td.oddTd:hover span {
		color: var(--testo_gradiente2);
	}
	.widget .oddTd a:hover,
	.oddTd a:hover,
	.odd:hover {
		text-decoration: none;
		transition: all 0.2s ease-in-out 0s;
	}
	.mhead a:hover {
		color: var(--colore_principale2_light);
	}
	.wb_conf:hover,
	.wb_canc:hover {
		background-color: #F89500;
		border-color: #FF9022 #882200 #882200 #FF9022;
		color: #222222;
		text-decoration: none;
	}
	.gcontent .mtable a:hover {
		width: auto;
	}
	.gcontent .mtable .div_tr .div_td:hover a,
	.gcontent .mtable a:hover {
		color: var(--testo_gradiente2);
	}
	#groupmenu .list_mitem:hover a.like_mani {
		display: block;
	}
	#bookmarks #bookmarkscontainer ul li a.deletebookmark:hover {
		color: var(--bg_color);
	}
	.offer #next_events_column .mtable a span:hover {
		color: var(--bg_color)
	}
	#stats_results li a:hover {
		background: var(--table_header);
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}
	#stats_results li a:hover {
		color: var(--bg_text);
	}
	.allodds_cont::-webkit-scrollbar-thumb:hover {
		background: darken(var(--regola_gradiente3), 10%);
	}
	.nanocontentPosition .list_gitem input.box_Sport[type="checkbox"]:hover,
	.nanocontentPosition .list_gitem input.box_Sport_2[type="checkbox"]:hover,
	.nanocontentPosition .list_gitem input.box_Sport_3[type="checkbox"]:hover {
		background-image: url("arrow/arrow_2.svg");
		background-color: #94B32A;
		background-size: cover;
		background-position: center;
		z-index: 4;
		color: var(--bg_text);
	}
	.insTableCss .mtable .oddTd a:hover,
	.insTableCss .mtable .allodds a:hover,
	.offer .allodds_tr a.btn:hover {
		background-color: var(--textColorBg) !important;
		border-radius: 5px;
	}
	.mtable .oddTd a:hover {
		background-color: var(--textColorBg) !important;
	}
	.mtable .oddTd a:hover span {
		color: var(--textColor4);
	}
	.insTableCss .mtable .oddTd a:hover span,
	.insTableCss .mtable .allodds a:hover {
		color: var(--textColor4);
	}
}

@media screen and (max-width: 1590px) {
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(3, 1fr);
	}
}

.content {
	padding-left: 3%;
	padding-right: 2.5% !important;
}

.content.contentMini {
	height: calc(100vh - var(--navbar-height) - var(--section-height));
	overflow-y: scroll;
	width: calc(100% - 350px);
	padding-right: 1% !important;
}

.allodds_cont[style*="display: none"],
.allodds_cont[style*="visibility: hidden"],
.allodds_container[style*="display: none"],
.allodds_container[style*="visibility: hidden"],
.allodds_cont:empty {
	overflow-y: hidden !important;
}

.content:has(.mcontent) {
	height: calc(96vh - var(--navbar-height) - 40px);
	margin-bottom: 25px;
	padding-right: 10px;
	overflow-y: auto;
}

.content::-webkit-scrollbar {
	width: 7px;
}

.content::-webkit-scrollbar-track {
	background: var(--regola_gradiente3);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.content::-webkit-scrollbar-thumb {
	background: var(--table_header);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.allodds_cont {
	height: calc(100vh - var(--navbar-height) - var(--section-height));
	overflow-y: auto;
	overflow-x: hidden;
}

.allodds_cont::-webkit-scrollbar {
	width: 7px;
}

.allodds_cont::-webkit-scrollbar-track {
	background: var(--regola_gradiente3);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.allodds_cont::-webkit-scrollbar-thumb {
	background: var(--table_header);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.legendaMini {
	width: 70% !important;
	margin-left: 3% !important;
	margin-right: 1% !important;
}

.alloddsBellowMini {
	width: 94% !important;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 0px;
	position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1590px) {
	.oddTd_tbody_wrapper>.groupOfClass:nth-of-type(n+4) {
		display: none !important;
	}

	.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+4):not(:has(.Tutti)) {
		display: none !important;
	}

	.mtable_3205 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+8):not(:has(.Tutti)),
	.mtable_3206 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+8):not(:has(.Tutti)),
	.mtable_3207 .firstRowTable .oddTd_div_wrapper .groupOfClassHeader> :nth-of-type(n+8):not(:has(.Tutti)) {
		display: none !important;
	}

	.oddTd_tbody_wrapper .groupOf14>.oddTd_div:nth-of-type(n+8) {
		display: none !important;
	}

	.contentMini div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader:nth-of-type(n+2):not(:has(.Tutti)) {
		display: none !important;
	}

	.contentMini .mtable_180 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_2004 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_2027 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_2042 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3004 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3013 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3025 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3046 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3047 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3053 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3072 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3073 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3074 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3102 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3103 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3104 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3122 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3123 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3124 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3125 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3205 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3206 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3207 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3220 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .mtable_3213 div.firstRowTable .oddTd_div_wrapper>.groupOfClassHeader>.div_td:nth-of-type(n+4):not(:has(.Tutti)),
	.contentMini .oddTd_tbody_wrapper .groupOf6>.oddTd_div:nth-of-type(n+4),
	.contentMini .oddTd_tbody_wrapper .groupOf7>.oddTd_div:nth-of-type(n+4),
	.contentMini .oddTd_tbody_wrapper .groupOf8>.oddTd_div:nth-of-type(n+4),
	.contentMini .oddTd_tbody_wrapper .groupOf9>.oddTd_div:nth-of-type(n+4),
	.contentMini .oddTd_tbody_wrapper .groupOf10>.oddTd_div:nth-of-type(n+4),
	.contentMini .oddTd_tbody_wrapper .groupOf14>.oddTd_div:nth-of-type(n+4) {
		display: none !important;
	}

	.contentMini .oddTd_tbody_wrapper>.groupOfClass:nth-of-type(n+2) {
		display: none !important;
	}

	.insTableCss .mtable .div_tbody .div_tr .div_td a {
		min-width: 90%;
	}

	.insTableMheadCss .GroupMatch {
		font-size: 13px;
	}
}

@media screen and (max-width: 1474px) {
	.mcontent .mtable .etable.div_tbody .InsNesha .oddTd a {
		padding: 8px !important;
	}

	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.atable .InsOddsAntepost.div_td .div_table {
		grid-template-columns: repeat(3, 1fr);
	}

	.content.contentMini {
		width: calc(100% - 345px) !important;
	}
}

@media screen and (max-width: 1403px) {
	.div_thead .firstRowTable div.evedate_thead {
		display: block !important;
	}

	.mtable_3213 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3213 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3213 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_3213 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7),
	.mtable_3136 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6) {
		display: block !important;
		text-align: center;
	}

	.mtable_3136 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6) {
		text-align: left;
	}

	.mtable_3214 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3214 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3214 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_3214 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7) {
		display: block !important;
	}

	.mtable_3224 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3224 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3224 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_3224 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7) {
		display: block !important;
	}

	.mtable_3237 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3237 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3237 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_3237 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_2027 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_2027 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_2027 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_2027 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_2042 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_2042 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_2042 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(6),
	.mtable_2042 .firstRowTable .oddTd_div_wrapper div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_3122 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3122 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3122 .firstRowTable div:nth-last-of-type(6),
	.mtable_3122 .firstRowTable div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_3124 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3124 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3124 .firstRowTable div:nth-last-of-type(6),
	.mtable_3124 .firstRowTable div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_3123 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3123 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3123 .firstRowTable div:nth-last-of-type(6),
	.mtable_3123 .firstRowTable div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.mtable_3125 .InsOdds .oddTd:nth-last-of-type(7),
	.mtable_3125 .InsOdds .oddTd:nth-last-of-type(6),
	.mtable_3125 .firstRowTable div:nth-last-of-type(6),
	.mtable_3125 .firstRowTable div:nth-last-of-type(7) {
		display: block !important;
		text-align: center;
	}

	.contentMini .firstRowTable .InsThead1 {
		margin-right: 0px !important;
	}

	.insTableCss .mtable .evename span,
	.insTableCss .mtable .div_tbody .oddTd .InsColor {
		font-size: 12px !important;
	}

	.contentMini .insTableCss .mtable .div_tbody .div_tr .div_td.oddTd a {
		padding: 0 3px;
	}

	.contentMini .firstRowTable div:first-of-type {
		margin-left: 0 !important;
	}

	.insTableCss .mtable .etable .evename span {
		font-size: 15px !important;
	}

	.atable span.InsAntepostQuote {
		font-size: 14px;
	}
}

@media screen and (max-width: 1750px) {
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(3, 1fr);
	}
}

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

	.contentMini .insTableCss .mtable .div_tbody .oddTd_tbody_wrapper,
	.contentMini .firstRowTable .oddTd_div_wrapper {
		width: calc(50% + 25px);
	}

	.contentMini .insTableCss .mtable .div_tbody .eveinfo_wrapper {
		width: calc(50% - 24px);
	}
}

@media screen and (min-width: 1322px) {
	.allodds_cont {
		position: absolute;
		height: calc(95.7vh - var(--navbar-height) - var(--section-height));
		overflow-y: auto;
	}

	.contentMini {
		margin-right: 1% !important;
	}
}

@media screen and (max-width: 1322px) {
	.content.contentMini {
		width: 100% !important;
		padding-right: 3% !important;
	}

	.allodds_container {
		width: 100% !important;
		margin-left: 0%;
		margin-right: 0%;
	}

	.contentMini .insTableCss .mtable .div_tbody .div_tr .evecode {
		margin-right: 0 !important;
	}

	.div_tr.allodds_container.allodds_container_height {
		margin-top: 0;
		padding: 0;
		height: 0;
		display: block !important;
	}

	.div_tr.allodds_container.allodds_container_height .allodds_cont {
		display: block !important;
	}

	.collapsing_Tutti {
		position: inherit !important;
		margin-right: 0 !important;
	}

	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(2, 1fr);
	}

	.atable .InsOddsAntepost.div_td .div_table {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.insTableCss .mtable .div_tbody .div_tr .div_td a {
		min-width: 90%;
	}

	.contentMini .insTableCss .mtable .div_tbody .div_tr .div_td.oddTd a {
		padding: 0;
	}

	.mtable_3275 .firstRowTable div:nth-last-of-type(7),
	.mtable_3277 .firstRowTable div:nth-last-of-type(7),
	.mtable .div_thead .firstRowTable .spread {
		display: block !important;
		margin: 0;
	}

	.allodds_cont .tuttiInsContainer .tuttiInsContainer_btns,
	.allodds_cont .defaultSubclassesTutti .defaultSubclassesTutti_btns {
		margin-left: 0 !important;
	}

	.contentMini .insTableCss .mtable .div_tbody .oddTd_tbody_wrapper,
	.contentMini .firstRowTable .oddTd_div_wrapper {
		width: calc(60% + 25px);
	}

	.contentMini .insTableCss .mtable .div_tbody .eveinfo_wrapper {
		width: calc(40% - 24px);
	}

	.contentMini .insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .oddTd_div,
	.contentMini .firstRowTable .oddTd_div_wrapper .oddTd_div {
		width: 14%;
	}
}

@media screen and (max-width: 1322px) and (min-width: 992px) {
	.allodds_container {
		position: relative;
	}

	.contentMini .div_tr.allodds_container.allodds_container_height .allodds_cont {
		height: 300px;
		overflow-y: auto;
	}
}

@media screen and (min-width: 991px) {
	.groupOfClass {
		display: flex;
		flex: 1 1 0;
		min-width: 0;
	}

	.groupOfClass .div_td {
		flex: 1;
		min-width: 0;
	}

	.selez_pron div ul.radeSlick {
		margin-bottom: 10px;
	}

	.sportGroupID-7 .spread.transperent,
	.sportGroupID-45 .spread.transperent {
		display: none !important;
	}

	.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper {
		display: flex;
		width: calc(70% + 25px);
		justify-content: space-evenly;
		align-items: center;
		cursor: default;
	}

	.firstRowTable .oddTd_div_wrapper {
		display: flex;
		width: calc(70% + 25px);
		justify-content: space-evenly;
		align-items: center;
		cursor: default;
	}

	.groupOfClassHeader {
		display: flex;
		flex: 1 1 0;
		min-width: 0;
	}

	.groupOfClassHeader .div_td {
		flex: 1;
		min-width: 0;
	}

	.oddTd_div_wrapper,
	.oddTd_tbody_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}

	.groupOfClassHeader,
	.groupOfClass {
		display: contents !important;
	}

	.div_td {
		text-align: center;
	}

	.insTableCss .mtable .evename .evename_div .match {
		display: flex !important;
		flex-direction: column;
		width: 100%;
		padding: 3px 0;
	}

	.insTableCss .mtable .evename .evename_div .match span {
		line-height: 17px !important;
		display: inline-block !important;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.insTableMheadCss .GroupMatch {
		max-width: calc(90% - 3em);
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		color: var(--table_header_3);
	}
}

@media screen and (max-width: 991px) {
	.sport_tracker .list_citem,
	.sport_tracker .list_mitem{
		border-bottom: 1px solid var(--border-main);
	}

	.groupOfClass {
		display: flex;
		width: 100%;
	}

	.groupOfClassShow {
		display: flex;
	}

	.groupOfClassHide {
		display: none !important;
	}

	.groupOf1 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.groupOf2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.sportGroupID-88 .oddTD {
		width: 100% !important;
	}

	.Tiri .groupOf2 {
		width: 86% !important;
		grid-template-columns: unset;
	}

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

	.sportGroupID-7 .groupOf3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 85%;
	}

	.groupOf4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf4:has(.spread.transperent) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}

	.groupOf3:has(.spread) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 85%;
	}

	.groupOf4:has(.spread) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 85%;
	}

	.groupOf3:has(.spread) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 85%;
	}

	.sportGroupID-45 .groupOf3:has(.spread.transperent) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
	}

	.PRINCIPALI.sportGroupID-45 .groupOf3:has(.spread.transperent) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 85%;
	}

	.sportGroupID-2 .groupOf3:has(.spread) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 80%;
	}

	.sportGroupID-1.COMBO .groupOf4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.sportGroupID-1 .groupOf5 {
		width: 100%;
	}

	.sportGroupID-1 .groupOf5>div:nth-of-type(2) {
		position: unset;
	}

	.groupOf5 {
		width: 85%;
	}

	.groupOf5 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf6 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf7 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf8 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf9 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.groupOf10 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

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

	.groupOfClass .spread {
		position: absolute !important;
		left: 2%;
		line-height: 35px;
	}

	.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper .oddTd_div {
		width: unset;
	}

	.content {
		overflow-x: hidden;
	}

	.mcontent {
		width: auto;
		margin-bottom: var(--navbar-height) !important;
	}

	.contentMini .hidenCauseTutti {
		display: none !important;
	}

	.hidenCauseTutti {
		display: none !important;
	}

	.div_tr.allodds_container.allodds_container_height.radeTutti,
	.allodds_cont {
		height: calc(87.3vh - var(--navbar-height) - var(--footer-height)) !important;
		width: 98%;
		margin: auto !important;
		padding: 0 !important;
		padding-bottom: calc(var(--footer-height) + 16px) !important;
		scrollbar-width: none;
	}

	.ios .div_tr.allodds_container.allodds_container_height.radeTutti,
	.ios .allodds_cont {
		padding-bottom: calc(var(--footer-height) + 42px) !important;
	}

	.class_cont {
		float: none !important;
	}

	.contentMini .insTableCss .mtable {
		border-radius: 0;
	}

	.insSearchMani-container {
		width: 30%;
	}

	.insSearchMani-container #insSearchMani {
		width: 100%;
	}

	.insSearchMani-container i.glyphicon.glyphicon-remove {
		position: absolute;
		right: 6px;
		top: 7px;
	}

	.insSearchMani-container i.glyphicon.glyphicon-remove::before {
		opacity: 0.7;
	}
}

@media screen and (max-width: 991px) {
	body {
		overflow: hidden;
	}

	#left_column {
		width: 100%;
		margin-top: 0px !important;
		overflow: visible;
		background-image: var(--bg_color2) !important;
		overflow-y: hidden;
		height: calc(100vh - var(--navbar-height) - var(--footer-height));
	}

	#left_column::-webkit-scrollbar {
		display: none;
	}

	#left_column * {
		-ms-overflow-style: none;
		scrollbar-width: none;
		text-overflow: none !important;
	}

	#left_column *::-webkit-scrollbar {
		display: none;
	}

	#left_column .after-element {
		left: 50px;
		margin-top: 7px;
	}

	#center_column.SportCenter {
		position: absolute;
		z-index: 1;
		margin-top: calc(var(--navbar-height) + 1px);
		padding: 0 !important;
	}

	.ellMobile {
		display: inline-block;
		max-width: calc(100% - 70px);
	}

	.content {
		overflow-y: visible;
		height: auto;
	}

	.content::-webkit-scrollbar {
		display: none;
	}

	.content {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.content:has(.mcontent) {
		height: calc(96vh - var(--navbar-height) - var(--footer-height) - 30px);
	}

	#groupmenuTrackMobile .list_gitem .catemenu {
		height: calc(92.5vh - var(--navbar-height) - var(--footer-height));
		padding-bottom: calc(var(--footer-height) + 16px);
		overflow-y: auto;
	}

	.ios #groupmenuTrackMobile .list_gitem .catemenu {
		padding-bottom: calc(var(--footer-height) + 42px);
	}

	#center_column .nanocontentPosition .content .gcontent .ghead {
		margin-top: 5px;
	}

	#center_column .nanocontentPosition .content .gcontent .mcontent {
		margin-bottom: 0 !important;
	}

	#center_column .nanocontentPosition .content .gcontent .div_td a span {
		font-size: 14px;
	}

	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody,
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	#center_column .nanocontentPosition .content .gcontent .mcontent .mtable .div_tbody .div_td a {
		margin-top: 5px;
	}

	#center_column .nanocontentPosition .content .gcontent .mcontent .mhead .cateChk[type="checkbox"],
	#center_column .nanocontentPosition .content .gcontent .mcontent .mtable .div_tbody .oListChk[type="checkbox"] {
		width: 13px !important;
		height: 13px !important;
	}

	#center_column .nanocontentPosition .content .gcontent .ghead .groupChk[type="checkbox"] {
		width: 16px !important;
		height: 16px !important;
	}

	.insTableCss .mtable .div_tbody .div_tr .div_td.oddTd {
		margin-right: 0 !important;
	}

	.contentMini .mtable .div_tbody .div_tr div.div_td {
		display: block !important;
	}

	.ell_2,
	.ell_3 {
		width: auto;
		margin-left: 15px;
	}

	#groupmenuMobile .ell,
	#groupmenuMobile .ell_2,
	#groupmenuMobile .ell_3 {
		display: inline-block !important;
	}

	.InsTbody11.first,
	.InsTbody12.last,
	.InsThead12.first,
	.InsThead13.last {
		display: block !important;
	}

	.InsOdds .oddTd:nth-last-of-type(5),
	.InsOdds .oddTd:nth-last-of-type(4),
	.firstRowTable div:nth-last-of-type(4),
	.firstRowTable div:nth-last-of-type(5) {
		display: block !important;
	}

	.InsOdds .oddTd:nth-last-of-type(7),
	.InsOdds .oddTd:nth-last-of-type(6),
	.firstRowTable div:nth-last-of-type(6),
	.firstRowTable div:nth-last-of-type(7) {
		display: block !important;
	}

	.contentMini .InsTbody11.first,
	.contentMini .InsTbody12.last {
		display: block !important;
	}

	.contentMini .InsOdds .oddTd:nth-last-of-type(5),
	.contentMini .InsOdds .oddTd:nth-last-of-type(4) {
		display: block !important;
	}

	.contentMini .InsOdds .oddTd:nth-last-of-type(7),
	.contentMini .InsOdds .oddTd:nth-last-of-type(6) {
		display: block !important;
	}

	.nanocontentPosition .h1sport {
		font-size: 18px;
		height: 45px;
		line-height: 40px;
		border-bottom: 1px solid var(--border-main) !important;
	}

	#center_column {
		width: 100%;
		left: 0;
		margin-left: 0 !important;
	}

	#groupmenuTrackMobile>.sport_tracker>ul:first-of-type,
	#groupmenuTrackMobile>.list_gitem>ul:first-of-type {
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
	}

	#groupmenuTrackMobile .after-element2 {
		left: 55px !important;
		margin-top: 10px;
	}

	.vnav .after-element2 {
		margin-left: 0;
	}

	#groupmenuTrackMobile .after-element {
		left: 20px;
		margin-top: 10px;
	}

	.after-element2 {
		left: 80px !important;
		margin-top: 7px;
	}

	.sticky {
		position: fixed !important;
		top: 0 !important;
		width: 100% !important;
	}

	.insTableMheadCss {
		height: 65px;
	}

	.mcontent .GroupMatch>span.catecode {
		position: relative;
		display: grid !important;
		top: -18px;
		font-size: 17px;
	}

	.atable .div_tr .div_th .evedate_Name {
		font-size: 15px;
	}

	.insTableMheadCss .GLY {
		line-height: 59px;
		z-index: 1;
	}

	.groupcode,
	.palcode {
		font-size: 10px;
		font-weight: normal;
	}

	.mcontent .GroupMatch .catecode::before {
		display: none;
	}

	.insTableCss .mtable .etable.firstRowTable .evename::before {
		display: none;
	}

	.sticky+#center_column {
		padding-top: 102px;
	}

	#groupmenuMobile {
		overflow-y: visible;
		height: unset;
	}

	#groupmenuMobile .list_gitem input.groupChkMobile,
	#groupmenuMobile .list_citem input.cateChkMobile,
	#groupmenuMobile .list_mitem input.oListChkMobile {
		display: block !important;
		pointer-events: auto !important;
		margin: 0;
		right: 10px;
		top: 15px;
	}

	#groupmenuMobile .list_gitem input.groupChkMobile:after,
	#groupmenuMobile .list_citem input.cateChkMobile:after,
	#groupmenuMobile .list_mitem input.oListChkMobile:after {
		content: "✔";
		width: 100%;
		height: 100%;
		padding-left: 1px;
		background-image: none;
		z-index: 4;
		color: white;
	}

	#groupmenuMobile .list_gitem:has(.Antepost_mainMobile) input.groupChkMobile {
		top: 58px;
	}

	#groupmenuMobile .list_checkon .nevents {
		margin-right: 25px;
	}

	.nanocontentPosition .h1sport {
		position: relative;
	}

	.nanocontentPosition .h1sport a.glyphicon-arrow-right {
		position: absolute;
		right: 10px;
		top: 8px;
		color: var(--border-main9);
		font-weight: bold;
	}

	.nanocontentPosition .h1sport a.glyphicon-arrow-right::before,
	.Antepost_mainMobile a.glyphicon-arrow-right::before {
		margin-top: 0;
	}

	#groupmenuMobile .Antepost_mainMobile a.glyphicon-arrow-right {
		position: absolute;
		right: 3px;
		top: 5px;
		padding-left: 0 !important;
		padding-right: 0;
		padding-top: 0;
		height: auto;
		font-size: 20px;
		font-weight: bold;
		color: var(--border-main9);
	}

	#center_column {
		padding-bottom: 100px;
	}

	#groupmenuMobile li ul {
		margin-top: 0px;
		padding: 0;
		border: none;
	}

	#groupmenuMobile li ul li a {
		padding-left: 40px !important;
	}

	#groupmenuMobile li ul li ul li a {
		padding-left: 65px !important;
	}

	#groupmenuMobile li a {
		padding-left: 7px !important;
		padding-right: 7px;
		padding-top: 4px;
		height: 45px;
		white-space: nowrap;
	}

	#ANTEPOST_titleMobile {
		border-bottom: none !important;
	}

	#groupmenuMobile li a.gitem,
	#groupmenuMobile li a.citem,
	#groupmenuMobile li a.mitem {
		line-height: 36px;
		border-bottom: 1px solid var(--border-main);
	}

	#groupmenuMobile li a img {
		margin-right: 12px !important;
		margin-top: 10px;
		filter: var(--colorInvert);
	}

	#groupmenuTrackMobile {
		top: 0;
		z-index: 1;
		height: var(--navbar-height) !important;
		overflow-x: auto !important;
		border-top: 1px solid var(--border-main);
		border-bottom: 1px solid var(--border-main);
		background: var(--bg_color);
	}

	#groupmenuTrackMobile li.sport_tracker {
		min-width: 66.7px !important;
		background: transparent;
		border-right: 2px solid var(--border-main);
		border-image-source: linear-gradient(to bottom,
				transparent 0px,
				var(--border-main) 20px,
				var(--border-main) calc(100% - 20px),
				transparent 100%);
		border-image-slice: 1;
	}

	#groupmenuTrackMobile li:last-of-type {
		border: none;
	}

	#groupmenuTrackMobile li [id^="gro_"] {
		padding: 10px 20px 3px 20px !important;
		flex-direction: column;
	}

	#groupmenuTrackMobile li a {
		height: 100%;
		width: 66.7px;
		padding: 18px !important;
		cursor: pointer;
		display: flex;
		align-items: center;
		line-height: unset;
	}

	#groupmenuTrackMobile li a.gitem span.eventsname {
		display: block !important;
		text-transform: capitalize;
		position: static;
	}

	#groupmenuTrackMobile li a span.ellMobileTracker,
	#groupmenuTrackMobile li a.gitem span.eventsname {
		max-width: 55px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		line-height: 20px;
		text-overflow: ellipsis;
		color: var(--textColorWhite);
	}

	#groupmenuTrackMobile li .nevents {
		display: none;
	}

	#groupmenuTrackMobile span.ell_3 {
		padding-left: 30px;
	}

	#groupmenuTrackMobile li img {
		min-width: 100%;
		max-width: 100%;
		min-height: 27px;
		/* filter: var(--filter_White) !important; */
	}

	#groupmenuTrackMobile .list_gitem.sport_tracker a::after {
		content: none;
		display: none;
	}

	.groupmenu li a.gitem {
		padding-left: 5px !important;
		background: var(--sidebar);
	}

	.groupmenu li a.citem {
		padding-left: 25px !important;
		background: var(--sidebar);
		line-height: unset;
	}

	.groupmenu .list_citem ul {
		background-color: var(--table_row) !important;
		margin-bottom: 0;
	}

	.sport-icon-2 {
		height: 19px !important;
		width: 19px !important;
		margin: 3px;
	}

	.list_gitem a {
		padding-left: 0px !important;
	}

	.list_gitem a::after {
		display: none;
	}

	.catemenu.menuaperto {
		margin-top: 75px;
		padding: 0;
		margin-bottom: 0;
		border-radius: 0;
		border: none;
	}

	.groupmenu li a.gitem.opened {
		border-radius: 0 !important;
		border: none !important;
	}

	.catemenu.menuaperto li a {
		width: 100% !important;
	}

	.catemenu.menuaperto li a.opened {
		background: var(--sidebar);
		border-radius: 0 !important;
		border: none !important;
		border-bottom: 1px solid var(--border-main) !important;
	}

	.firstRowTable .spread {
		display: none !important;
	}

	.insTableCss .mtable .div_thead div,
	.mtable .div_thead .firstRowTable .spread {
		display: none !important;
	}

	.insTableCss .mtable .div_thead div:nth-child(1) {
		display: flex !important;
		align-items: center;
	}

	.firstRowTable .InsThead1,
	.contentMini .firstRowTable .InsThead1 {
		font-size: 14px;
	}

	.insTableCss .firstRowTable .InsThead1 {
		width: 100% !important;
		margin-left: 5px;
		display: block !important;
	}

	.insTableCss .InsOdds {
		display: flex;
		margin-top: 2px;
		flex-wrap: wrap;
		border-bottom: 1px solid var(--border-main);
		position: relative;
	}

	.insTableCss .mtable .div_tbody .div_tr {
		height: auto !important;
		justify-content: center;
	}

	.insTableCss .mtable .div_tbody .div_tr .evetime {
		justify-content: center !important;
		width: 40px !important;
	}

	.mtable_wrapper .mtable .div_tbody .InsOdds .evename {
		flex: 0 0 70% !important;
		height: 40px !important;
	}

	.InsOdds .evename .evename_div {
		height: 100%;
	}

	.InsOdds .evename>.evename_div span {
		position: relative;
		line-height: 40px;
	}

	.insTableCss .mtable .evename .evename_div .match {
		flex-direction: row;
		display: flex !important;
		align-items: center;
	}

	.insTableCss .mtable .evename .evename_div .match span {
		display: flex !important;
		align-items: center;
	}

	.InsOdds .allodds {
		height: 25px;
		padding: 0;
		margin-top: 5px !important;
		margin-left: auto !important;
		margin-right: 7px !important;
	}

	.InsOdds a.allodds {
		width: 50px !important;
	}

	.content .mtable .div_tbody .InsOdds .stats,
	.content.contentMini .mtable .div_tbody .InsOdds .stats {
		display: none !important;
	}

	.insTableCss .mtable .div_tbody .oddTd_tbody_wrapper,
	.firstRowTable .oddTd_div_wrapper {
		flex-wrap: wrap;
		width: 100% !important;
		justify-content: center !important;
	}

	.eveinfo_wrapper {
		width: 80% !important;
		margin-right: auto;
		justify-content: start !important;
	}

	.insTableCss .div_tr .evename {
		order: -1;
	}

	.insTableCss .div_tr div.allodds {
		order: -1;
		position: absolute;
		right: 0;
	}

	.insTableCss .div_tr a.allodds {
		margin: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.insTableCss .div_tr .evetime {
		order: -1;
	}

	.insTableCss .div_tr .evecode {
		order: -1;
	}

	.insTableCss .mtable .div_tbody .div_tr .evecode,
	.contentMini .insTableCss .mtable .div_tbody .div_tr .evecode {
		margin-right: 0;
	}

	.InsOdds .oddTd {
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		margin: auto;
		align-items: center;
	}

	span.InsColor2 {
		font-weight: normal;
		font-size: 12px;
	}

	.InsOdds .oddTd a {
		display: flex;
		justify-content: space-between;
		border: 1px solid var(--border-main);
		border-radius: 5px;
		height: 35px;
		align-items: center;
		background-color: var(--table_row);
		padding: 0 10px !important;
		min-width: 100% !important;
	}

	.contentMini .insTableCss .mtable .div_tbody .div_tr .div_td a {
		min-width: 100% !important;
	}

	.InsOdds .Ov25,
	.InsOdds .Un25,
	.InsOdds .O15,
	.InsOdds .U15,
	.InsOdds .GG,
	.InsOdds .NG,
	.InsOdds .O05,
	.InsOdds .U05,
	.InsOdds .O35,
	.InsOdds .U35,
	.InsOdds .O45,
	.InsOdds .U45,
	.InsOdds .O55,
	.InsOdds .U55 {
		flex: 0 0 50%;
	}

	.NenadRadeSorting3 .oddTd_div:has(.emptyodd) {
		width: 30% !important;
	}

	.sportGroupID-7 .spread,
	.sportGroupID-2 .spread {
		line-height: 40px;
	}

	.sportGroupID-7 .transperent {
		display: none !important;
	}

	.InsOdds .NenadRadeSorting1.spread,
	.InsOdds .NenadRadeSorting2.spread,
	.InsOdds .NenadRadeSorting3.spread {
		flex: 0 0 6% !important;
		position: relative;
		margin: 0 !important;
		margin-bottom: 10px !important;
		font-weight: 500;
		font-size: 12px;
		color: var(--textColor);
	}

	.InsOdds .NenadRadeSorting2.spread:nth-of-type(4) {
		left: 0.5%;
	}

	.InsOdds .transperent {
		color: transparent !important;
	}

	.InsOdds .NenadRadeSorting2.spread:nth-of-type(n) {
		line-height: 40px;
		left: 1% !important;
	}

	.mtable .spread {
		position: relative;
		margin-bottom: 10px !important;
	}

	.InsOdds .NenadRadeSorting3.spread+.NenadRadeSorting3.oddTd,
	.InsOdds .NenadRadeSorting2.spread+.NenadRadeSorting2.oddTd.insTogglerActive {
		flex: 0 0 31% !important;
	}

	.InsOdds .NenadRadeSorting3.spread+.NenadRadeSorting3.oddTd+.NenadRadeSorting3.oddTd,
	.InsOdds .NenadRadeSorting2.spread+.NenadRadeSorting2.oddTd.insTogglerActive+.NenadRadeSorting2.oddTd.insTogglerActive {
		flex: 0 0 31% !important;
	}

	.InsOdds .NenadRadeSorting3.spread+.NenadRadeSorting3.oddTd+.NenadRadeSorting3.oddTd+.NenadRadeSorting3.oddTd,
	.InsOdds .NenadRadeSorting2.spread+.NenadRadeSorting2.oddTd.insTogglerActive+.NenadRadeSorting2.oddTd.insTogglerActive+.NenadRadeSorting2.oddTd.insTogglerActive {
		flex: 0 0 31% !important;
	}

	.InsNesha {
		display: flex;
		padding: 0 10px !important;
		flex-wrap: wrap;
	}

	.InsNesha .RadeNenadSortingMultiple {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		margin: auto !important;
		align-items: center;
	}

	.last.oddTd {
		padding-right: 0;
	}

	.InsOdds .oddTd {
		margin: 0 !important;
		margin-bottom: 10px !important;
		padding: 0 5px;
	}

	.InsOdds div.allodds {
		justify-content: end !important;
		margin-bottom: 10px !important;
	}

	.InsOdds .allodds {
		top: 1.5px !important;
		position: relative;
	}

	.InsOdds a.allodds {
		border: 1px solid var(--border-main);
		border-radius: 5px;
		background-color: var(--table_row);
		min-width: 17%;
	}

	.InsOdds a.allodds {
		margin-top: 0 !important;
	}

	div.content.contentInsTutti {
		height: 42.5px !important;
		margin: 0;
	}

	.content.contentInsTutti:has(.allodds_container) {
		display: block;
	}

	.content.contentInsTutti .div_tr {
		display: none;
	}

	.allodds_container {
		display: table-row;
	}

	.toggleclasses {
		display: none !important;
	}

	.InsOdds .mtable .evename span {
		width: auto;
		text-overflow: ellipsis;
		text-align: center;
		position: relative;
	}

	.selez_pron li {
		width: 155px;
	}

	.firstRowTable div:nth-child(2),
	.firstRowTable div:nth-child(3),
	.firstRowTable div:nth-child(4),
	.firstRowTable div:nth-child(5),
	.firstRowTable div:nth-child(6),
	.firstRowTable div:nth-child(7),
	.firstRowTable div:nth-child(8),
	.firstRowTable div:nth-child(9),
	.firstRowTable div:nth-child(10),
	.firstRowTable div:nth-child(11),
	.firstRowTable div:nth-child(12),
	.firstRowTable div:nth-child(13) {
		display: none !important;
	}

	.insTableCss .mtable .etable.firstRowTable .evename {
		display: block !important;
	}

	.div_tr .mtablepari.oddTd,
	.div_tr .mtabledispari.oddTd {
		margin: 0 5px 5px 5px;
	}

	.div_tr .mtabledispari.oddTd a,
	.div_tr .mtablepari.oddTd a {
		display: flex;
		justify-content: space-around;
		width: 100%;
		border: 1px solid var(--border-main);
		border-radius: 5px;
		height: 40px;
		align-items: center;
		background-color: var(--table_row);
	}

	.etable .div_tr .div_td a {
		min-width: 50%;
		width: 45%;
		order: 2;
	}

	.etable.firstRowTable {
		display: inline-flex;
		width: 100%;
		height: 80px;
		position: relative;
	}

	.etable .evecode span {
		font-size: 13px !important;
	}

	.mcontent .mtable .etable.div_tbody {
		padding-top: 25px;
	}

	.etable .evecode {
		background: none !important;
		background-color: transparent !important;
		width: 10%;
		float: left;
		left: 10px;
		top: 52px;
		position: absolute;
	}

	.etable .evename {
		order: -1 !important;
		width: 100%;
		margin: 0 !important;
	}

	.etable .evecode {
		order: 1 !important;
	}

	.etable .mtabledispari.InsNenad,
	.etable .mtablepari.InsNenad {
		display: none !important;
	}

	.etable .evename>.evename_div {
		width: 100vw;
		height: 38px;
	}

	.etable .evename>.evename_div .evedate {
		text-align: left;
	}

	.InsOdds .oddTd.InsTogglerByRade,
	.InsOdds .oddTd_div.spread.InsTogglerByRade {
		display: none !important;
	}

	.etable .evename span.evedate {
		height: 40px;
		line-height: 38px;
		width: auto;
	}

	.etable .evename span.NameOfEve {
		width: auto;
		text-align: left;
	}

	.mtable .InsOdds .div_td a.selected,
	.mtable .InsNesha .div_td a.selected {
		color: var(--textColor4) !important;
		background-color: var(--textColor);

	}

	.mtabledispari a.emptyodd i.glyphicon-lock,
	.mtablepari a.emptyodd i.glyphicon-lock {
		position: relative;
		left: -4px;
	}

	.content:has(.goBackTuttiMob) {
		margin-top: 45px;
	}

	.goBackTuttiMob {
		position: absolute;
		top: -3px;
		z-index: 100;
	}

	button#goBackTuttiMob {
		mask-image: url(/res/Client/img/arrows/arr_left.svg);
		mask-repeat: no-repeat;
		background: var(--border-main9);
		mask-size: contain;
		position: relative;
		top: 1px;
		margin-right: 5px;
		height: 20px;
		width: 20px;
		display: block !important;
	}

	.content:has(.toggle-container) {
		margin-top: 45px;
	}

	.contentInsTutti .toggle-container,
	.contentInsTutti .insSearchMani-container {
		display: none !important;
	}

	.toggle-container {
		position: absolute;
		top: 5px;
		right: 4%;
	}

	.toggle-container label {
		line-height: 32px;
	}

	.toggle-container button {
		margin-left: 4px;
		margin-top: 4px;
	}

	#toggle-slider {
		appearance: none;
		width: 40px;
		height: 24px;
		border-radius: 34px;
		background: var(--bgColor) !important;
		position: relative;
		outline: none;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	#toggle-slider:after {
		content: '';
		position: absolute;
		width: 16px;
		height: 16px;
		background-color: var(--bg_text);
		border-radius: 50%;
		top: 4px;
		left: 4px;
		transition: transform 0.3s ease;
	}

	#toggle-slider button.active::after {
		background-color: var(--bg_text) !important;
	}

	#toggle-slider.active:after {
		transform: translateX(16px);
	}

	div.sign_tooltip {
		display: none !important;
	}

	.InsOdds2 {
		display: flex;
		margin-top: 2px;
		flex-wrap: wrap;
	}

	.InsOddsAntepost {
		flex: 0 0 100%;
		flex-wrap: wrap;
		display: flex;
	}

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

	.InsOddsAntepost_tr1 .div_td {
		margin: auto;
	}

	.oddTd.NenadRadeSorting2 {
		display: flex;
		justify-content: space-around;
		border-radius: 5px;
		height: 40px;
		align-items: center;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		font-size: 12px !important;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 200px;
		height: 30px;
		text-align: left;
	}

	.atable .div_td .div_table .div_tr .oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: auto;
		font-size: 14px !important;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostQuote {
		margin-right: 3.5px;
	}

	.oddTd.NenadRadeSorting2:last-child:nth-child(odd) {
		flex: 0 0 100%;
	}

	.atable .div_tbody .div_tr:nth-child(odd) {
		background: none;
	}

	.InsOddsAntepost .div_tbody {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		gap: 10px;
		margin-top: 10px;
	}

	.InsOddsAntepost_tr1 {
		display: contents;
	}

	.InsOddsAntepost_tr1 .NenadRadeSorting2 {
		width: 100%;
	}
}

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

	.selez_pron ul.radeSlick,
	.selez_pron ul.splittedClasses {
		display: flex;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0;
		margin: 0;
		flex-wrap: nowrap;
		justify-content: start;
	}

	.selez_pron ul.radeSlick li,
	.selez_pron ul.splittedClasses li {
		flex: 0 0 auto;
		margin-right: 3px;
	}

	.selez_pron ul.radeSlick::-webkit-scrollbar,
	.selez_pron ul.splittedClasses::-webkit-scrollbar {
		display: none;
	}

	.selez_pron button.radeSlickBtn,
	.selez_pron button.splittedClassesBtn {
		margin: auto;
	}

	.selez_pron ul.slickOff_radeSlick,
	.selez_pron ul.slickOff_splittedClasses {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

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

	.insTableCss .mtable .div_tbody .div_tr .evecode,
	.contentMini .insTableCss .mtable .div_tbody .div_tr .evecode {
		margin-right: 5px;
		width: 42px;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha:has(.classColumnOrder3) {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha:has(.classColumnOrder2) {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width: 768px) {
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 652px) {
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.atable .InsOddsAntepost.div_td .div_table {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width: 580px) {
	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: 150px;
	}

	.InsNesha .RadeNenadSortingMultiple {
		flex: 0 0 48% !important;
	}

	.mcontent .mtable .etable.div_tbody .InsNesha {
		padding: 0 5px;
		margin-top: 0;
	}

	.atable .div_tr .div_th .evedate {
		white-space: nowrap;
	}
}

@media screen and (max-width: 540px) {
	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mtable>.div_tbody {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 497px) {
	.InsNesha .RadeNenadSortingMultiple {
		flex: 0 0 45%;
	}
}

@media screen and (max-width: 480px) {
	div.mhead {
		width: 100%;
	}

	.mcontent .mtable .etable.div_tbody {
		padding-top: 15px;
	}

	div.mhead>span.catecode {
		width: 12%;
		margin-right: 27%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis !important;
	}

	.InsOddsAntepost_tr1 .div_td {
		margin-bottom: 0;
	}

	.atable .div_tr .div_th {
		height: auto;
	}

	.atable .div_tr .div_th .evedate_Name {
		line-height: 18px;
	}

	.etable .evecode {
		position: inherit;
		top: 0;
		left: 0;
		order: -1 !important;
	}

	.etable .evecode span {
		margin-bottom: 2px;
	}

	.toggle-container {
		right: 5%;
	}

	.insTableCss .div_tr .evename {
		flex: 0 0 80% !important;
	}

	.allodds_container .allodds_cont .gro_1 .allodds_spans {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.allodds_container .allodds_cont .allodds_evename {
		width: 100%;
		flex-direction: row !important;
		justify-content: center;
	}

	.allodds_container .allodds_cont .allodds_evedate {
		display: flex;
		justify-content: center;
		padding: 0;
	}

	.allodds_container .allodds_cont .allodds_evename div {
		padding-top: 0 !important;
	}

	.InsOdds div.allodds,
	.insTableCss .mtable .div_tbody.mtable_3220 .div_tr div.allodds {
		width: 15% !important;
	}

	.insTableCss .mtable .div_tbody .InsOdds .evecode {
		margin-right: 0 !important;
	}

	.insTableCss .mtable .div_tbody .InsOdds .evename {
		margin-left: 5px !important;
	}

	.selez_pron li {
		width: 110px;
	}

	.mtable .etable .evename span {
		line-height: 37px !important;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: 95px;
	}

	#center_column>.nanocontentPosition>.content>.gcontent>.mcontent>.mhead label {
		font-size: 15px;
		flex-wrap: wrap;
	}

	.InsOdds .NenadRadeSorting3.spread+.NenadRadeSorting3.oddTd.insTogglerActive {
		flex: 0 0 42% !important;
	}

	.InsOdds .NenadRadeSorting3.spread+.NenadRadeSorting3.oddTd+.NenadRadeSorting3.oddTd.insTogglerActive {
		flex: 0 0 42% !important;
	}

	.mtable_3004 .InsOdds .oddTd:nth-child(n+11),
	.mtable_3053 .InsOdds .oddTd:nth-child(n+11) {
		flex: 0 0 33% !important;
	}

	.mtable_3220 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3221 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3222 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3223 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3228 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3229 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3230 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3231 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3232 .InsOdds .oddTd.insTogglerActive:nth-child(7),
	.mtable_3233 .InsOdds .oddTd.insTogglerActive:nth-child(7) {
		display: none !important;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha span {
		font-size: 9px;
		line-height: 11px;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3157,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3250,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3270,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3158,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3159,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3160,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3161,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3162,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3070,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3071,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3212,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3255,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3150,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3151,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3152 {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.contentMini .mtable_wrapper .mtable .div_thead,
	.contentMini .insTableCss .mtable .div_tbody .InsOdds.div_tr {
		display: none !important;
	}

	.div_tr.allodds_container.allodds_container_height,
	.div_tr.allodds_container.allodds_container_height .allodds_cont {
		height: 100% !important;
	}

	.div_tr.allodds_container.allodds_container_height .allodds_cont {
		padding: 0;
	}

	.allodds_cont .evetitle div:first-of-type {
		padding-top: 2px;
	}

	.allodds_cont .evetitle div:last-of-type {
		display: none;
	}
}

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

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3250,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3255 {
		grid-template-columns: repeat(1, 1fr);
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3137,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3068,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3106,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3225,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3031,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3111,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3131,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3126,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3128,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3127,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3129,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3130,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3099,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3227,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3226 {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.insTableCss .mtable .div_tbody .div_tr .evecode,
	.contentMini .insTableCss .mtable .div_tbody .div_tr .evecode {
		margin-right: 15px;
	}

	.insTableCss .mtable .div_tbody .div_tr .allodds,
	.contentMini .insTableCss .mtable .div_tbody .div_tr .allodds {
		width: 50px !important;
	}
}

@media screen and (max-width: 380px) {
	div.mhead>span.catecode {
		width: 30%;
	}

	.selez_pron li {
		width: 100px;
	}

	.InsOdds .mtable .evename span {
		width: 140px;
		left: -25px;
		line-height: 30px;
		text-overflow: ellipsis;
		position: relative;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: 56px;
	}

	.InsNesha .RadeNenadSortingMultiple {
		flex: 0 0 96% !important;
	}

	.mcontent .mtable .etable.firstRowTable {
		height: 60px;
		position: relative;
	}

	.insTableCss .mtable .etable.firstRowTable .evename {
		position: static;
	}

	.insTableCss .mtable .etable.firstRowTable .evename .evename_div {
		flex-direction: column;
		height: 100%;
		position: static;
	}

	.insTableCss .mtable .etable.firstRowTable .evename .evename_div .evedate {
		order: 1;
		height: 100%;
		font-size: 14px !important;
		display: flex !important;
		justify-content: end;
	}

	.insTableCss .mtable .etable.firstRowTable .evename .evename_div .NameOfEve {
		order: 2;
		position: absolute;
		height: auto;
		bottom: 0;
		left: 8px;
	}

	.etable .evename span.evedate {
		font-size: 13px;
	}

	.etable .evecode {
		align-items: start !important;
		padding-top: 10px !important;
		height: 50%;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3211 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mtable_3237 .InsOdds .oddTd.insTogglerActive:nth-child(7) {
		display: none !important;
	}
}

@media screen and (max-width: 360px) {
	.InsOdds .NenadRadeSorting3 {
		width: 20%;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: 50px;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3066,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3107,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3097 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3158,
	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha.etable_3162 {
		grid-template-columns: repeat(1, 1fr);
	}

	.mcontent .mtable .etable.firstRowTable {
		padding-right: 15px;
	}

	.mtable_2042 .InsOdds .oddTd,
	.mtable_3295 .InsOdds .oddTd {
		flex: 0 0 50% !important;
	}

	.mtable_3295 .InsOdds .oddTd:nth-child(7) {
		flex: 0 0 100% !important;
	}

	.mtable_2042 .InsOdds .oddTd.insTogglerActive:nth-child(7) {
		display: none !important;
	}
}

@media screen and (max-width: 330px) {
	.InsOdds .NenadRadeSorting3 {
		width: 20%;
	}

	.toggle-container {
		right: 6%;
	}

	.oddTd.NenadRadeSorting2 a span.InsAntepostName {
		width: 55px;
	}

	.mtable_3136 .InsOdds .oddTd.insTogglerActive,
	.mtable_3067 .InsOdds .oddTd {
		flex: 0 0 50% !important;
	}

	.mtable_3067 .InsOdds .oddTd:nth-child(7) {
		flex: 0 0 100% !important;
	}

	.mtable_3136 .InsOdds .oddTd.insTogglerActive:nth-child(7) {
		display: none !important;
	}

	.mcontent .mtable .etable.div_tbody .div_etable_InsNesha {
		grid-template-columns: repeat(2, 1fr);
	}
}

.radeSlickBtn.up,
.splittedClassesBtn.up {
	width: 25px;
	height: 25px;
	background-image: url(/res/Client/img/arrows/arr_up.svg);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.radeSlickBtn.down,
.splittedClassesBtn.down {
	width: 25px;
	height: 25px;
	background-image: url(/res/Client/img/arrows/arr_down.svg);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}

.allOddsTutti {
	height: 30px;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	padding: 0 5px !important;
	line-height: 28px !important;
	position: relative;
	width: 100%;
	border-radius: 5px;
	margin-right: 5px;
	justify-content: center;
	display: flex;
	background: var(--table_row);
	margin-bottom: 5px;
	color: var(--bg_text) !important;
}

.allOddsTutti.currentTutti {
	border: 1px solid var(--table_header_3) !important;
}

.allOddsCon {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
}

.allodds_tr .allodds_cont #allOddsTutti {
	width: 100% !important;
}

.allOddsCon .oddsTuttiSearch {
	position: relative;
	color: var(--textColor);
	height: 30px;
	padding: 9px;
	background: none;
	font-size: 16px;
	border: 1px solid var(--table_header_3);
	border-radius: 5px;
	width: 100%;
	margin-top: 10px;
}

.oddsTutti-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.oddsTutti-wrapper input {
	width: 100%;
	padding-right: 30px;
	box-sizing: border-box;
}

.clearSearch {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 62%;
	transform: translateY(-50%);
	cursor: pointer;
	background: var(--border-main);
	-webkit-mask-image: url(/res/Client/img/common/close.svg);
	mask-image: url(/res/Client/img/common/close.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	display: none;
}

.multiple_allodds_container {
	position: relative;
}

@media (max-width: 1322px) {
	.multiple_allodds_container {
		display: none !important;
		height: 0px !important;
	}

	.mtable_wrapper .allodds_container.allodds_tr.div_tr.radeTutti {
		display: block !important;
		height: 305px !important;
	}

	.div_wrapperIns .allodds_container {
		display: block !important;
		height: 305px !important;
	}

	.legendaMini {
		width: 100% !important;
	}
}

@media (min-width: 1323px) {
	.multiple_allodds_container {
		display: none !important;
		height: 0px !important;
	}

	.multiple_allodds_container.multiple_radeTutti {
		display: block !important;
		height: 100% !important;
	}

	.mtable_wrapper .allodds_container.allodds_tr.div_tr {
		display: none !important;
		height: 0px !important;
	}

	.div_wrapperIns .allodds_container {
		display: none !important;
		height: 0px !important;
	}
}

@media (max-width: 991px) {
	.multiple_allodds_container {
		display: none !important;
		height: 0px !important;
	}

	.multiple_allodds_container.multiple_radeTutti {
		display: block !important;
		height: 100% !important;
	}

	.multiple_allodds_container.multiple_radeTutti .div_tr.allodds_container {
		height: 100% !important;
		width: 100% !important;
		display: block !important;
	}

	.mtable_wrapper .allodds_container.allodds_tr.div_tr {
		display: none !important;
		height: 0px !important;
	}

	.mtable_wrapper .allodds_cont {
		height: 0 !important;
	}

	.div_wrapperIns .allodds_container {
		display: none !important;
		height: 0px !important;
	}
}

.div_wrapperIns .allodds_container {
	height: 300px !important;
	overflow: hidden;
}

.mitem.opened {
	background: var(--table_header) !important;
}

div.selectedPadding .match_home_team,
div.selectedPadding .match_away_team {
	color: var(--textColor3) !important;;
	text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white;
}

.insSearchMani-container {
	position: absolute;
	top: 7px;
	left: 4%;
}

.insSearchMani-container #insSearchMani {
	background: var(--table_row);
	border: 1px solid var(--border-main);
	border-radius: 5px;
	padding: 5px;
	color: var(--textColor);
}

.insSearchMani-container #insSearchMani:focus::placeholder {
	color: #ffffff1f;
}