.Event-styles-score-center {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background: var(--black-night)
}

.Event-styles-score-center.Event-styles-sticky {
	position: sticky;
	z-index: 2;
	top: 0
}

.Event-styles-score-center.Event-styles-sticky.Event-styles-native {
	top: env(safe-area-inset-top, 24px)
}

.TennisLive-styles-scorecenter {
	display: flex;
	flex-wrap: nowrap;
	color: var(--grey-not-so-light);
	height: 80px;
	max-width: 100%
}

.TennisLive-styles-scorecenter .TennisLive-styles-hidden {
	display: none
}

.TennisLive-styles-scorecenter .TennisLive-styles-date-time {
	font-size: 13px;
	font-weight: 600;
	padding-left: 8px;
	text-transform: capitalize;
	color: var(--blue-light)
}

.TennisLive-styles-scorecenter .TennisLive-styles-teams {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 155px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: 600;
	position: relative
}

.TennisLive-styles-scorecenter .TennisLive-styles-teams:after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 25px;
	background-image: linear-gradient(90deg, rgba(51, 51, 51, .99), rgba(51, 51, 51, 0))
}

.TennisLive-styles-scorecenter .TennisLive-styles-circle {
	background: var(--yellow-sun);
	height: 6px;
	width: 6px;
	border-radius: 100%;
	margin: auto
}

.TennisLive-styles-scorecenter .TennisLive-styles-score {
	color: var(--grey-ish);
	font-size: 13px;
	font-weight: 600;
	overflow: auto;
	padding-left: 12.5px
}

.TennisLive-styles-scorecenter .TennisLive-styles-score table {
	border-spacing: 0;
	height: 100%
}

.TennisLive-styles-scorecenter .TennisLive-styles-score td {
	padding: 0 6px;
	text-align: center;
	min-width: 25px
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-current-game {
	width: 46px
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-col-even {
	background-image: linear-gradient(0deg, var(--mine-shaft), var(--black-night))
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-square {
	background-color: var(--grey);
	background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
	border-radius: 1px;
	font-size: 15px;
	color: var(--black);
	padding: 2px 3px;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 21px;
	align-items: center;
	justify-content: center;
	margin: auto
}

.TennisLive-styles-scorecenter .TennisLive-styles-score .TennisLive-styles-set-number>td {
	font-size: 11px;
	padding: 2px 6px
}

.TennisLive-styles-scorecenter .TennisLive-styles-team {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0 8px
}

.TennisLive-styles-scorecenter .TennisLive-styles-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ScoreCenterTabs-styles-tab-wrapper {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: var(--white);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	height: 48px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ScoreCenterTabs-styles-tab-wrapper.ScoreCenterTabs-styles-mobile .ScoreCenterTabs-styles-iframe {
	height: calc(100vh - 155px)
}

.ScoreCenterTabs-styles-tab-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: 48px;
	overflow-x: auto
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-event-tab {
	min-width: 60px;
	min-height: 100%;
	color: var(--black)
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-event-tab-alerts {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 40px;
	border-left: 1px solid var(--grey-pale)
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected {
	border-bottom: 0;
	position: relative
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected:before {
	content: " ";
	position: absolute;
	bottom: 5px;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-bottom: 9px solid var(--black-night);
	border-right: 7px solid transparent;
	border-top: 0 solid transparent
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-label {
	color: transparent
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-stats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.166 17.5H17.5V3.333a.833.833 0 00-.834-.833H15a.834.834 0 00-.834.833V17.5zm-5.832 0h3.333V8.07a.833.833 0 00-.833-.833H9.167a.833.833 0 00-.833.833v9.43zm-5.834 0h3.333v-4.693A.834.834 0 005 11.973H3.333a.834.834 0 00-.833.834V17.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-tab-list .ScoreCenterTabs-styles-selected .ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-lineups {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 10h2.116c.46 0 .833-.373.833-.833V5.912a2.5 2.5 0 00-1.416-2.252l-3.075-1.48a1.664 1.664 0 00-1.901.323l-.511.511a1.666 1.666 0 01-2.357 0l-.516-.518a1.667 1.667 0 00-1.89-.329l-2.8 1.323a2.498 2.498 0 00-1.432 2.26v3.417c0 .46.373.833.833.833H5'/%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.417 7.5v9.167c0 .46.373.833.833.833h7.5c.46 0 .833-.373.833-.833V7.5 10'/%3E%3Cpath fill='%23212121' d='M8.328 13.333v-.861H9.63V8.64H8.558v-.66c.293-.055.544-.12.751-.193.214-.079.413-.174.596-.284h.789v4.969h1.145v.861H8.33z'/%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-tab-with-alerts {
	max-width: calc(100% - 40px);
	border-right: 1px solid var(--grey-iron)
}

.ScoreCenterTabs-styles-tab-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}

.ScoreCenterTabs-styles-tab-label {
	font-size: 11px;
	text-align: center;
	color: var(--grey)
}

.ScoreCenterTabs-styles-tab-icon {
	height: 20px;
	width: 20px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-stats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.166 17.5H17.5V3.333a.833.833 0 00-.834-.833H15a.834.834 0 00-.834.833V17.5zm-5.832 0h3.333V8.07a.833.833 0 00-.833-.833H9.167a.833.833 0 00-.833.833v9.43zm-5.834 0h3.333v-4.693A.834.834 0 005 11.973H3.333a.834.834 0 00-.833.834V17.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-lineups {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 10h2.116c.46 0 .833-.373.833-.833V5.913a2.5 2.5 0 00-1.416-2.253l-3.075-1.48a1.668 1.668 0 00-1.901.323l-.511.511a1.666 1.666 0 01-2.357 0l-.517-.518a1.666 1.666 0 00-1.89-.328L3.483 3.49a2.498 2.498 0 00-1.432 2.26v3.417c0 .46.373.833.833.833H5'/%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.417 7.5v9.167c0 .46.373.833.833.833h7.5c.46 0 .833-.373.833-.833V7.5 10'/%3E%3Cpath fill='%23717171' d='M8.328 13.333v-.861H9.63V8.64H8.558v-.66c.293-.055.543-.12.751-.192.214-.08.413-.175.596-.285h.788v4.969h1.146v.861H8.33z'/%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-tab-icon.ScoreCenterTabs-styles-alerts {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23clip0)'%3E%3Cpath stroke-width='1.5' d='M8.09 15.347v.382a1.91 1.91 0 103.82 0v-.382'/%3E%3Cpath stroke-width='1.444' d='M11.527 4.653V3.61c0-.69-.56-1.25-1.25-1.25h-.555c-.69 0-1.25.56-1.25 1.25v1.042'/%3E%3Cpath stroke-width='1.5' d='M14.583 8.472a3.82 3.82 0 00-3.819-3.819H9.237a3.82 3.82 0 00-3.82 3.82'/%3E%3Cpath stroke-width='1.5' d='M5.417 8.472v2.365c0 .442-.176.866-.489 1.179l-.591.592a1.527 1.527 0 00-.448 1.08v.826c0 .46.373.833.833.833h10.556c.46 0 .834-.373.834-.833v-.826c0-.405-.161-.794-.448-1.08l-.592-.592a1.668 1.668 0 01-.489-1.179V8.472'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-alerts {
	display: flex;
	padding-right: 10px
}

.ScoreCenterTabs-styles-alerts.ScoreCenterTabs-styles-subscribed {
	position: relative
}

.ScoreCenterTabs-styles-alerts.ScoreCenterTabs-styles-subscribed:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -2px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Ccircle cx='17' cy='17' r='16' fill='%2328A95B' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.75' d='M10.544 16.735l-.264-.264-.266.263-1.331 1.322-.267.265.266.266 5.24 5.24.266.266.265-.265 11.25-11.25.265-.265-.265-.266-1.322-1.322-.265-.265-.265.265-9.663 9.654-3.644-3.644z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover
}

.ScoreCenterTabs-styles-iframe {
	width: 100%;
	border: 0;
	height: calc(100vh - 107px)
}

.ScoreCenterTabs-styles-hidden {
	display: none
}

.MatchNotifications-styles-popup-header {
	height: 50px
}

.MatchNotifications-styles-popup-header header div {
	font-size: 17px;
	line-height: 1.35
}

.MatchNotifications-styles-popup-header-alerts {
	height: 56px;
	border-bottom: 1px solid var(--grey-iron)
}

.MatchNotifications-styles-popup-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23clip0)'%3E%3Cpath stroke-width='1.5' d='M8.09 15.347v.382a1.91 1.91 0 103.82 0v-.382'/%3E%3Cpath stroke-width='1.444' d='M11.527 4.653V3.61c0-.69-.56-1.25-1.25-1.25h-.555c-.69 0-1.25.56-1.25 1.25v1.042'/%3E%3Cpath stroke-width='1.5' d='M14.583 8.472a3.82 3.82 0 00-3.819-3.819H9.237a3.82 3.82 0 00-3.82 3.82'/%3E%3Cpath stroke-width='1.5' d='M5.417 8.472v2.365c0 .442-.176.866-.489 1.179l-.591.592a1.527 1.527 0 00-.448 1.08v.826c0 .46.373.833.833.833h10.556c.46 0 .834-.373.834-.833v-.826c0-.405-.161-.794-.448-1.08l-.592-.592a1.668 1.668 0 01-.489-1.179V8.472'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.MatchNotifications-styles-popup-icon-subscribed:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Ccircle cx='17' cy='17' r='16' fill='%2328A95B' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.75' d='M10.544 16.735l-.264-.264-.266.263-1.331 1.322-.267.265.266.266 5.24 5.24.266.266.265-.265 11.25-11.25.265-.265-.265-.266-1.322-1.322-.265-.265-.265.265-9.663 9.654-3.644-3.644z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover
}

.MatchNotifications-styles-popup-content {
	margin: 0 0 24px 24px;
	font-size: 17px;
	color: var(--black-base)
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item {
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 50px;
	flex: 1;
	border-bottom: 1px solid var(--grey-iron);
	background-color: var(--white);
	color: var(--black);
	cursor: pointer;
	font-size: 17px
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item .MatchNotifications-styles-card-item-text {
	width: 100%;
	display: flex;
	line-height: 1.35
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-popup-list-item .MatchNotifications-styles-card-item-toggle {
	flex: 0 0 40px;
	margin: 16px
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-button-wrapper {
	height: 48px;
	font-weight: 600;
	margin: 16px 24px 0 0
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-button-wrapper button {
	font-weight: 600
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-enable-btn {
	width: 100%;
	margin: 24px 0
}

.MatchNotifications-styles-popup-content .MatchNotifications-styles-helper-text-footer {
	font-size: 13px;
	text-align: left;
	margin-right: 24px
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-done-btn {
	min-width: 180px;
	margin: 0 auto;
	background: transparent;
	border: 1px solid var(--grey-shadow);
	color: var(--grey-shadow)
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-cancel-btn,
.MatchNotifications-styles-popup-footer .MatchNotifications-styles-disable-btn {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 16px;
	margin: 10px auto;
	min-width: auto
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-disable-btn {
	color: var(--red-brick)
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-cancel-btn {
	color: var(--blue-steel)
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-enable-alerts-btn {
	min-width: 180px;
	margin: 0 auto
}

.MatchNotifications-styles-popup-footer .MatchNotifications-styles-helper-text-footer {
	font-size: 13px
}

.GameEnded-styles-game-ended {
	background-color: var(--white);
	text-align: center;
	padding: 120px 0;
	color: var(--grey-ash);
	font-size: 15px;
	width: 100%
}

.GameEnded-styles-game-ended img {
	margin-bottom: 24px
}

.LiveStats-styles-live-stats-tabs-bar {
	position: relative;
	height: 48px;
	background: var(--white);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs {
	width: 100%;
	overflow-x: auto;
	margin: 0
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs-with-alerts {
	width: calc(100% - 40px);
	border-right: 1px solid var(--grey-iron)
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-live-stats-tabs-list {
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 48px
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	min-height: 100%;
	color: var(--black)
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-alerts {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 40px;
	border-left: 1px solid var(--grey-pale)
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-label {
	font-size: 11px;
	text-align: center;
	color: var(--grey)
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon {
	height: 20px;
	width: 20px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-match {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.45 17.5H2.55a.884.884 0 01-.883-.884V3.384c0-.488.396-.884.884-.884h14.9c.487 0 .882.396.882.884v13.233a.883.883 0 01-.884.883v0z'/%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.167 12.5h-2.5v-5h2.5c.46 0 .833.373.833.833v3.334c0 .46-.373.833-.833.833zm14.166 0h-2.5a.833.833 0 01-.833-.833V8.333c0-.46.373-.833.833-.833h2.5v5zm-6.565-4.268a2.501 2.501 0 11-3.538 3.536 2.501 2.501 0 013.538-3.536zM10 2.5v5m0 5v5'/%3E%3C/svg%3E")
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-livestats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%234E4E4E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 21h4V9.056C21 8.473 20.552 8 20 8h-2c-.552 0-1 .473-1 1.056V21zm-7 0h4v-7.643c0-.749-.448-1.357-1-1.357h-2c-.552 0-1 .608-1 1.357V21zm-7 0h4v-3.397C7 17.27 6.552 17 6 17H4c-.552 0-1 .27-1 .603V21zm3-8.5A6.5 6.5 0 0112.5 6M2 13C2 6.925 6.925 2 13 2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-stats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.166 17.5H17.5V3.333a.833.833 0 00-.834-.833H15a.834.834 0 00-.834.833V17.5zm-5.832 0h3.333V8.07a.833.833 0 00-.833-.833H9.167a.833.833 0 00-.833.833v9.43zm-5.834 0h3.333v-4.693A.834.834 0 005 11.973H3.333a.834.834 0 00-.833.834V17.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-lineups {
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 10h2.116c.46 0 .833-.373.833-.833V5.913a2.5 2.5 0 00-1.416-2.253l-3.075-1.48a1.668 1.668 0 00-1.901.323l-.511.511a1.666 1.666 0 01-2.357 0l-.517-.518a1.666 1.666 0 00-1.89-.328L3.483 3.49a2.498 2.498 0 00-1.432 2.26v3.417c0 .46.373.833.833.833H5'/%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.417 7.5v9.167c0 .46.373.833.833.833h7.5c.46 0 .833-.373.833-.833V7.5 10'/%3E%3Cpath fill='%23717171' d='M8.328 13.333v-.861H9.63V8.64H8.558v-.66c.293-.055.543-.12.751-.192.214-.08.413-.175.596-.285h.788v4.969h1.146v.861H8.33z'/%3E%3C/svg%3E")
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-timeline {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.334 1.667h3.333m3.047 4.453a6.664 6.664 0 010 9.427 6.667 6.667 0 110-9.428M10 7.5v3.333m6.667-6.666L15 5.833m.834-2.5L17.5 5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-live-stats-tabs-bar .LiveStats-styles-tab-item-icon.LiveStats-styles-alerts {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' clip-path='url(%23clip0)'%3E%3Cpath stroke-width='1.5' d='M8.09 15.347v.382a1.91 1.91 0 103.82 0v-.382'/%3E%3Cpath stroke-width='1.444' d='M11.527 4.653V3.61c0-.69-.56-1.25-1.25-1.25h-.555c-.69 0-1.25.56-1.25 1.25v1.042'/%3E%3Cpath stroke-width='1.5' d='M14.583 8.472a3.82 3.82 0 00-3.819-3.819H9.237a3.82 3.82 0 00-3.82 3.82'/%3E%3Cpath stroke-width='1.5' d='M5.417 8.472v2.365c0 .442-.176.866-.489 1.179l-.591.592a1.527 1.527 0 00-.448 1.08v.826c0 .46.373.833.833.833h10.556c.46 0 .834-.373.834-.833v-.826c0-.405-.161-.794-.448-1.08l-.592-.592a1.668 1.668 0 01-.489-1.179V8.472'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-alerts.LiveStats-styles-subscribed {
	position: relative
}

.LiveStats-styles-alerts.LiveStats-styles-subscribed:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -2px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Ccircle cx='17' cy='17' r='16' fill='%2328A95B' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.75' d='M10.544 16.735l-.264-.264-.266.263-1.331 1.322-.267.265.266.266 5.24 5.24.266.266.265-.265 11.25-11.25.265-.265-.265-.266-1.322-1.322-.265-.265-.265.265-9.663 9.654-3.644-3.644z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover
}

.LiveStats-styles-live-stats-iframe-wrapper {
	height: 188px
}

.LiveStats-styles-live-stats-iframe-wrapper .LiveStats-styles-live-stats-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	background-color: var(--black)
}

.LiveStats-styles-live-stats-iframe-wrapper.LiveStats-styles-hidden {
	display: none
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) {
	position: relative
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts):before {
	content: " ";
	position: absolute;
	bottom: 0px;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-bottom: 9px solid var(--black-night);
	border-right: 7px solid transparent;
	border-top: 0 solid transparent
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-label {
	color: transparent
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-match {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.45 17.5H2.55a.884.884 0 01-.883-.884V3.384c0-.488.396-.884.884-.884h14.9c.487 0 .882.396.882.884v13.233a.883.883 0 01-.884.883v0z'/%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.167 12.5h-2.5v-5h2.5c.46 0 .833.373.833.833v3.334c0 .46-.373.833-.833.833zm14.166 0h-2.5a.833.833 0 01-.833-.833V8.333c0-.46.373-.833.833-.833h2.5v5zm-6.565-4.268a2.501 2.501 0 11-3.538 3.536 2.501 2.501 0 013.538-3.536zM10 2.5v5m0 5.5v4'/%3E%3C/svg%3E")
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-livestats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.167 17.5H17.5V7.546c0-.485-.373-.88-.833-.88H15c-.46 0-.833.395-.833.88V17.5zm-5.834 0h3.334v-6.37c0-.623-.374-1.13-.834-1.13H9.167c-.46 0-.834.507-.834 1.13v6.37zm-5.833 0h3.333v-2.83c0-.278-.373-.503-.833-.503H3.333c-.46 0-.833.225-.833.502V17.5zM5 10.417A5.417 5.417 0 0110.417 5m-8.75 5.833a9.166 9.166 0 019.166-9.166'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-stats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.166 17.5H17.5V3.333a.833.833 0 00-.834-.833H15a.834.834 0 00-.834.833V17.5zm-5.832 0h3.333V8.07a.833.833 0 00-.833-.833H9.167a.833.833 0 00-.833.833v9.43zm-5.834 0h3.333v-4.693A.834.834 0 005 11.973H3.333a.834.834 0 00-.833.834V17.5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-lineups {
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 10h2.116c.46 0 .833-.373.833-.833V5.912a2.5 2.5 0 00-1.416-2.252l-3.075-1.48a1.664 1.664 0 00-1.901.323l-.511.511a1.666 1.666 0 01-2.357 0l-.516-.518a1.667 1.667 0 00-1.89-.329l-2.8 1.323a2.498 2.498 0 00-1.432 2.26v3.417c0 .46.373.833.833.833H5'/%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.417 7.5v9.167c0 .46.373.833.833.833h7.5c.46 0 .833-.373.833-.833V7.5 10'/%3E%3Cpath fill='%23212121' d='M8.328 13.333v-.861H9.63V8.64H8.558v-.66c.293-.055.544-.12.751-.193.214-.079.413-.174.596-.284h.789v4.969h1.145v.861H8.33z'/%3E%3C/svg%3E")
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-tab-item-icon.LiveStats-styles-timeline {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.333 1.667h3.334m3.047 4.453a6.664 6.664 0 010 9.427 6.667 6.667 0 110-9.428M10 7.5v3.333m6.667-6.666L15 5.833m.833-2.5L17.5 5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.ScoreCenterTabs-styles-tab-icon.LiveStreamIcon {
	background-image: url("data:image/svg+xml,%3Csvg width='200px' height='200px' viewBox='0 0 192 192' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath stroke='%23000000' stroke-linejoin='round' stroke-width='12' d='M22 126V42a4 4 0 0 1 4-4h140a4 4 0 0 1 4 4v84a4 4 0 0 1-4 4H26a4 4 0 0 1-4-4Z'%3E%3C/path%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='12' d='M52 154h88'%3E%3C/path%3E%3Cpath stroke='%23000000' stroke-linejoin='round' stroke-width='12' d='M118 84 82 62v44l36-22Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.LiveStats-styles-active:not(.LiveStats-styles-tab-item-alerts) .LiveStats-styles-match {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.LiveStats-styles-lineups-tab {
	border-top: 1px solid var(--grey-iron)
}

.LiveStats-styles-tab-content-wrapper {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	z-index: 1;
	position: relative;
	background: var(--grey-smoke)
}

.SoccerLive-styles-score-header {
	background: transparent
}

.SoccerLive-styles-scoreboard {
	color: var(--grey-not-so-light);
	height: 39px;
	display: flex
}

.SoccerLive-styles-team {
	justify-content: flex-start;
	flex: 1;
	padding: 0 16px
}

.SoccerLive-styles-team,
.SoccerLive-styles-team-score {
	display: flex;
	align-items: center
}

.SoccerLive-styles-team-score {
	padding: 0 8px
}

.SoccerLive-styles-square {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 21px;
	height: 21px;
	background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
	color: var(--black);
	border-radius: 1px
}

.SoccerLive-styles-separator,
.SoccerLive-styles-square {
	font-size: 19px;
	font-weight: 600
}

.SoccerLive-styles-separator {
	color: #cfcfcf;
	padding: 0 .5px
}

.SoccerLive-styles-right {
	text-align: right;
	justify-content: flex-end
}

.SoccerLive-styles-name {
	flex: 1;
	font-size: 14px;
	font-weight: 600
}

.SoccerLive-styles-info {
	height: 30px;
	align-items: top;
	padding: 6px 0 12px;
	color: var(--white)
}

.SoccerLive-styles-info,
.SoccerLive-styles-time {
	display: flex
}

.SoccerLive-styles-time {
	align-items: center;
	padding: 0 8px;
	color: var(--blue-light);
	font-size: 13px
}

.SoccerLive-styles-icon,
.SoccerLive-styles-time {
	font-weight: 600
}

.SoccerLive-styles-icon {
	font-size: 11px;
	padding-left: 11px;
	position: relative;
	margin-right: 6px
}

.SoccerLive-styles-icon:last-child {
	margin-right: 0
}

.SoccerLive-styles-icon:before {
	background: no-repeat 50%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 12px;
	width: 8px
}

.ScoreCenterTabs-styles-tab-icon.TrackerTabs-styles-stats {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.45 17.5H2.55a.884.884 0 01-.883-.884V3.384c0-.488.396-.884.884-.884h14.9c.487 0 .882.396.882.884v13.233a.883.883 0 01-.884.883v0z'/%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.167 12.5h-2.5v-5h2.5c.46 0 .833.373.833.833v3.334c0 .46-.373.833-.833.833zm14.166 0h-2.5a.833.833 0 01-.833-.833V8.333c0-.46.373-.833.833-.833h2.5v5zm-6.565-4.268a2.501 2.501 0 11-3.538 3.536 2.501 2.501 0 013.538-3.536zM10 2.5v5m0 5.5v4'/%3E%3C/svg%3E");
}

.SoccerLive-styles-red-card:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='11' fill='none'%3E%3Crect width='8' height='11' fill='%23D71D1D' rx='1'/%3E%3Cpath fill='%23EE4141' d='M2.34 0h4.863a1 1 0 011 1v9a1 1 0 01-1 1H5.271L2.34 0z'/%3E%3C/svg%3E")
}

.SoccerLive-styles-yellow-card:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Crect width='7.818' height='11' y='.429' fill='%23FCC63D' rx='1'/%3E%3Cpath fill='%23FFD568' d='M1.953.429h4.863a1 1 0 011 1v9a1 1 0 01-1 1H4.885l-2.932-11z'/%3E%3C/svg%3E")
}

.SoccerLive-styles-corner:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Crect width='5.584' height='4.571' x='2.234' y='1.143' fill='%23E8BA17' rx='1'/%3E%3Crect width='1.117' height='11.429' x='2.234' fill='%239F9F9F' rx='.558'/%3E%3Cpath fill='%2327AE60' d='M0 10.857a.57.57 0 01.571-.571h4.442a.57.57 0 110 1.143H.57a.572.572 0 01-.571-.572z'/%3E%3Cpath fill='%23F9D34D' d='M3.352 1.143h3.467a1 1 0 011 1v2.571a1 1 0 01-1 1H5.585L3.352 1.143z'/%3E%3C/svg%3E")
}

.LiveScorePitch-styles-score-pitch {
	display: flex;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	background-image: linear-gradient(0deg, var(--white), var(--grey-iron));
	flex-direction: column;
	border-top: 1px solid var(--grey-iron);
	padding: 16px 0
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-top-section {
	font-weight: 500;
	margin-top: 5px
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-arrow.LiveScorePitch-styles-up:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-container {
	padding: 5px 0 0;
	margin: 0
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-container.LiveScorePitch-styles-hide {
	display: none
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-row {
	display: flex;
	align-items: center;
	margin-bottom: 5px
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-row.LiveScorePitch-styles-top-section {
	margin-top: 0;
	margin-bottom: 0
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-row:last-child {
	margin-top: 0;
	margin-bottom: 0
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-column {
	flex: 1;
	font-size: 15px
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-square {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 8px;
	width: 22px;
	height: 22px;
	z-index: 1;
	background: var(--blue-dark);
	opacity: .9;
	border-radius: 1px;
	color: var(--white);
	font-size: 13px;
	font-weight: 600;
	padding-left: 2px
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-square.LiveScorePitch-styles-ht {
	background-color: transparent;
	color: var(--black);
	font-size: 17px;
	font-weight: 400;
	padding: 0
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-right {
	text-align: right
}

.LiveScorePitch-styles-score-pitch .LiveScorePitch-styles-pitch-ht {
	background-color: rgba(var(--white-rgb), .1)
}

.OtherLive-styles-scorecenter {
	display: flex;
	flex-wrap: nowrap;
	color: var(--grey-not-so-light);
	height: 80px;
	max-width: 100%
}

.OtherLive-styles-scorecenter .OtherLive-styles-hidden {
	display: none
}

.OtherLive-styles-scorecenter .OtherLive-styles-data-time {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--blue-light);
	padding-left: 16px
}

.OtherLive-styles-scorecenter .OtherLive-styles-teams {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 155px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: 600;
	position: relative
}

.OtherLive-styles-scorecenter .OtherLive-styles-teams:after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 25px;
	background-image: linear-gradient(90deg, rgba(51, 51, 51, .99), rgba(51, 51, 51, 0))
}

.OtherLive-styles-scorecenter .OtherLive-styles-circle {
	background: var(--yellow-sun);
	height: 6px;
	width: 6px;
	border-radius: 100%;
	margin: auto
}

.OtherLive-styles-scorecenter .OtherLive-styles-score {
	color: var(--grey-ish);
	font-size: 13px;
	font-weight: 600;
	overflow: auto;
	padding-left: 12.5px
}

.OtherLive-styles-scorecenter .OtherLive-styles-score table {
	border-spacing: 0;
	height: 100%
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-no-headers {
	padding-top: 16px
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-header {
	font-size: 11px;
	padding: 2px 0
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-col-even {
	background-image: linear-gradient(0deg, var(--mine-shaft), var(--black-night))
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-current {
	width: 46px
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-highlighted {
	color: var(--white)
}

.OtherLive-styles-scorecenter .OtherLive-styles-score td {
	padding: 0 6px;
	text-align: center;
	min-width: 25px
}

.OtherLive-styles-scorecenter .OtherLive-styles-score .OtherLive-styles-square {
	background-color: var(--grey);
	background-image: linear-gradient(75deg, #e0e0e0 50%, #eee 0);
	border-radius: 1px;
	font-size: 15px;
	color: var(--black);
	padding: 2px 3px;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 21px;
	align-items: center;
	justify-content: center;
	margin: auto
}

.OtherLive-styles-scorecenter .OtherLive-styles-team {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px
}

.OtherLive-styles-scorecenter .OtherLive-styles-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.OtherPreLive-styles-scorecenter {
	color: var(--grey-not-so-light);
	height: 59px;
	display: flex;
	flex-wrap: nowrap
}

.OtherPreLive-styles-team {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px
}

.OtherPreLive-styles-right {
	text-align: right;
	justify-content: flex-end
}

.OtherPreLive-styles-name {
	flex: 1
}

.TimeCounter-styles-time-counter {
	display: flex;
	align-items: center;
	justify-content: top;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 0 8px;
	margin-top: 9px
}

.TimeCounter-styles-timer {
	align-items: center;
	font-size: 19px;
	padding: 0 4px;
	margin-bottom: 5px;
	background-color: var(--grey);
	background-image: linear-gradient(45deg, var(--grey) 50%, var(--grey-asphalt) 0)
}

.TimeCounter-styles-info,
.TimeCounter-styles-timer {
	font-weight: 600;
	justify-content: center;
	display: flex
}

.TimeCounter-styles-info {
	font-size: 13px;
	color: var(--grey-ish);
	line-height: 1.55
}

.TimeComponent-styles-datetime {
	display: flex;
	align-items: center;
	justify-content: top;
	flex-direction: column;
	flex-wrap: nowrap;
	color: var(--grey-ish);
	padding: 0 8px;
	margin-top: 9px
}

.TimeComponent-styles-time {
	align-items: center;
	font-size: 19px;
	padding: 0 4px;
	margin-bottom: 5px
}

.TimeComponent-styles-date,
.TimeComponent-styles-time {
	font-weight: 600;
	justify-content: center;
	display: flex
}

.TimeComponent-styles-date {
	font-size: 13px;
	color: var(--grey-ish);
	text-transform: capitalize;
	line-height: 1.55
}

.ScoresOddsPage-styles-container {
	background: var(--grey-smoke);
	padding-top: 16px;
	padding-bottom: 48px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.ScoresOddsPage-styles-container .ScoresOddsPage-styles-event-details-row {
	padding: 12px 16px 12px 0
}

.ScoresOddsPage-styles-header-wrapper {
	display: flex;
	flex-flow: row nowrap;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	padding: 8px 8px 8px 16px;
	box-shadow: inset 0 -1px 0 0 var(--grey-iron);
	cursor: pointer
}

.ScoresOddsPage-styles-header-wrapper.ScoresOddsPage-styles-mobile {
	position: sticky;
	top: 0;
	z-index: 2
}

.ScoresOddsPage-styles-header-wrapper.ScoresOddsPage-styles-mobile.ScoresOddsPage-styles-with-top-notification {
	top: 96px
}

.ScoresOddsPage-styles-market-container {
	min-height: 40px;
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin: 5px;
	justify-content: space-around;
	align-items: center;
	display: flex
}

.ScoresOddsPage-styles-category-header {
	display: block;
	margin-bottom: 16px
}

.ScoresOddsPage-styles-event-details-column {
	padding: 0 11px
}

.Category-styles-container {
	background: var(--grey-smoke);
	padding-top: 16px;
	padding-bottom: 48px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.Category-styles-container .Category-styles-event-details-row {
	padding: 12px 16px 12px 0
}

.Category-styles-header-wrapper {
	display: flex;
	flex-flow: row nowrap;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	padding: 8px 0 0 24px;
	cursor: pointer
}

.Category-styles-header-wrapper.Category-styles-mobile {
	position: sticky;
	top: 0;
	z-index: 2
}

.Category-styles-header-wrapper.Category-styles-mobile.Category-styles-with-top-notification {
	top: 96px
}

.Category-styles-market-container {
	min-height: 40px;
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin: 5px;
	justify-content: space-around;
	align-items: center;
	display: flex
}

.Category-styles-category-header {
	display: block;
	margin-bottom: 16px
}

.Category-styles-event-details-column {
	padding: 0 11px
}

.Category-styles-three-column-view {
	flex: 1;
	height: 100%;
	margin-right: 0;
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.Category-styles-three-column-view>div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
	margin-right: 8px
}

.Category-styles-three-column-view>div:first-of-type {
	margin-left: 8px
}

.Category-styles-three-column-view>div button {
	margin-bottom: 8px
}

.Category-styles-three-column-view button.Category-styles-toggle {
	display: inline-block;
	width: 100%;
	margin: 0 8px 12px;
	padding: 8px 0;
	border-radius: 4px;
	border: 1px solid var(--grey-pale);
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	background: none;
	color: var(--grey-ash)
}

.CategoryHeader-styles-category-header-container {
	display: flex;
	flex: 1;
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 8px;
	padding-right: 8px
}

.CategoryHeader-styles-category-header-container.CategoryHeader-styles-open {
	box-shadow: inset 0 -1px 0 0 var(--grey-iron)
}

.CategoryHeader-styles-category-header-container.CategoryHeader-styles-open .CategoryHeader-styles-arrow-container {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.CategoryHeader-styles-category-title-container {
	display: flex;
	flex: 1;
	align-items: center
}

.CategoryHeader-styles-market-count {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	margin-right: 16px
}

.CategoryHeader-styles-arrow-container {
	width: 20px;
	display: flex;
	justify-content: center;
	margin: 0 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.CategoryHeader-styles-arrow-container>img {
	height: 24px;
	width: 24px
}

.OddGroups-styles-empty-odds-row {
	min-width: 151px;
	max-width: 151px;
	margin: 0 6px
}

.OddGroups-styles-event-details-odds-groups {
	width: 100%;
	background-color: var(--white)
}

.OddsDivided-styles-odds-divided {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid var(--grey-iron);
	padding: 8px 0
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-desktop {
	justify-content: flex-end;
	min-width: 151px;
	max-width: 151px;
	margin: 0 6px;
	border-style: none;
	align-items: center
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-desktop>.OddsDivided-styles-odd-group-cell {
	max-width: 151px
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-fixed-param-text {
	color: var(--grey-light);
	font-size: 13px;
	font-weight: 400;
	margin-right: 6px;
	width: 32px;
	text-align: right;
	overflow: hidden
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-fixed-param-text.OddsDivided-styles-wider {
	width: 43px
}

.OddsDivided-styles-odds-divided>.OddsDivided-styles-info-cell {
	display: flex;
	align-items: center;
	flex: 1 0 100%;
	flex-basis: 100%;
	height: 22px;
	font-size: 13px;
	justify-content: center;
	margin: 0 0 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: var(--black)
}

.OddsDivided-styles-odds-divided .OddsDivided-styles-odd-group-cell {
	flex: 1;
	display: flex
}

.OddsDivided-styles-odds-divided.OddsDivided-styles-is-competition {
	flex: 0 0 74px;
	padding-right: 8px;
	border-bottom-style: none
}

img.OddsDivided-styles-betslip {
	position: fixed;
	width: 30px;
	opacity: 1;
	top: 0;
	left: 0;
	transition: all .4s ease-out
}

img.OddsDivided-styles-betslip.OddsDivided-styles-animate {
	top: calc(100% - 40px);
	left: calc(100% - 52px);
	opacity: .1
}

@media (max-width:1277px) {
	.OddsDivided-styles-column1,
	.OddsDivided-styles-column2,
	.OddsDivided-styles-column3,
	.OddsDivided-styles-column4,
	.OddsDivided-styles-column5 {
		display: none!important
	}
}

@media (max-width:1444px) {
	.OddsDivided-styles-column2,
	.OddsDivided-styles-column3,
	.OddsDivided-styles-column4,
	.OddsDivided-styles-column5 {
		display: none!important
	}
}

@media (max-width:1611px) {
	.OddsDivided-styles-column3,
	.OddsDivided-styles-column4,
	.OddsDivided-styles-column5 {
		display: none!important
	}
}

@media (max-width:1778px) {
	.OddsDivided-styles-column4,
	.OddsDivided-styles-column5 {
		display: none!important
	}
}

@media (max-width:1945px) {
	.OddsDivided-styles-column5 {
		display: none!important
	}
}

@media (max-width:1558px) {
	.OddsDivided-styles-column-with-details0,
	.OddsDivided-styles-column-with-details1,
	.OddsDivided-styles-column-with-details2,
	.OddsDivided-styles-column-with-details3 {
		display: none!important
	}
}

@media (max-width:1725px) {
	.OddsDivided-styles-column-with-details1,
	.OddsDivided-styles-column-with-details2,
	.OddsDivided-styles-column-with-details3 {
		display: none!important
	}
}

@media (max-width:1892px) {
	.OddsDivided-styles-column-with-details2,
	.OddsDivided-styles-column-with-details3 {
		display: none!important
	}
}

.OddsDivided-styles-column-with-details3,
.OddsDivided-styles-column-with-details4 {
	display: none!important
}

@media (max-width:1355px) {
	.OddsDivided-styles-column-when-fullwidth3,
	.OddsDivided-styles-column-when-fullwidth4,
	.OddsDivided-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1522px) {
	.OddsDivided-styles-column-when-fullwidth4,
	.OddsDivided-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1689px) {
	.OddsDivided-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1856px) {
	.OddsDivided-styles-column-when-fullwidth5,
	.OddsDivided-styles-column-when-fullwidth6 {
		display: none!important
	}
}

@media (max-width:2023px) {
	.OddsDivided-styles-column-when-fullwidth5,
	.OddsDivided-styles-column-when-fullwidth6,
	.OddsDivided-styles-column-when-fullwidth7 {
		display: none!important
	}
}

@media (max-width:1302px) {
	.OddsDivided-styles-column-with-details-when-fullwidth0,
	.OddsDivided-styles-column-with-details-when-fullwidth1,
	.OddsDivided-styles-column-with-details-when-fullwidth2,
	.OddsDivided-styles-column-with-details-when-fullwidth3,
	.OddsDivided-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1469px) {
	.OddsDivided-styles-column-with-details-when-fullwidth1,
	.OddsDivided-styles-column-with-details-when-fullwidth2,
	.OddsDivided-styles-column-with-details-when-fullwidth3,
	.OddsDivided-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1636px) {
	.OddsDivided-styles-column-with-details-when-fullwidth2,
	.OddsDivided-styles-column-with-details-when-fullwidth3,
	.OddsDivided-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1803px) {
	.OddsDivided-styles-column-with-details-when-fullwidth3,
	.OddsDivided-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

.OddsDivided-styles-column-with-details-when-fullwidth4 {
	display: none!important
}

.OddResult-styles-odd-button {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	border: 1px solid var(--tiara);
	border-radius: 4px;
	background: var(--porcelain);
	min-height: 100%;
	cursor: pointer
}

.OddResult-styles-odd-button.OddResult-styles-desktop {
	justify-content: center
}

.OddResult-styles-odd-button:focus {
	outline: 0
}

.OddResult-styles-odd-button>.OddResult-styles-label-cell {
	flex: 1;
	min-height: 32px;
	min-width: 26px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left
}

.OddsColumn-styles-odds-column .OddResult-styles-label-cell {
	min-width: 70px;
}

.OddResult-styles-odd-button>.OddResult-styles-label-cell.OddResult-styles-center-aligned {
	flex: 0 0 35%
}

.OddResult-styles-odd-button>.OddResult-styles-label-cell>span {
	font-size: 13px;
	font-weight: 700;
	color: var(--grey-light)
}

.OddResult-styles-odd-button>.OddResult-styles-value-cell {
	width: 100%;
	height: 32px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.OddResult-styles-odd-button>.OddResult-styles-value-cell>span {
	font-size: 15px;
	font-weight: 600;
	font-family: Source Sans Pro, sans-serif
}

.OddResult-styles-odd-button.OddResult-styles-paused,
.OddResult-styles-odd-button.OddResult-styles-stopped {
	opacity: .34
}

.OddResult-styles-odd-button.OddResult-styles-tendup {
	color: var(--green);
	position: relative
}

.OddResult-styles-odd-button.OddResult-styles-tendup.OddResult-styles-selected div:first-child span {
	color: var(--white)
}

.OddResult-styles-odd-button.OddResult-styles-tendup div:first-child span {
	color: var(--green)
}

.OddResult-styles-odd-button.OddResult-styles-tendup:before {
	border-bottom: 7px solid var(--green);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
	right: -2px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute
}

.OddResult-styles-odd-button.OddResult-styles-tendown {
	color: var(--red);
	position: relative
}

.OddResult-styles-odd-button.OddResult-styles-tendown.OddResult-styles-selected div:first-child span {
	color: var(--white)
}

.OddResult-styles-odd-button.OddResult-styles-tendown div:first-child span {
	color: var(--red)
}

.OddResult-styles-odd-button.OddResult-styles-tendown:before {
	border-bottom: 7px solid var(--red);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 1px;
	right: -2px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute
}

.OddResult-styles-odd-button.OddResult-styles-selected,
.OddResult-styles-odd-button[clicked=true] {
	background-color: var(--blue-dark);
	color: var(--white);
	border-color: var(--blue-dark)
}

.OddResult-styles-odd-button.OddResult-styles-selected div:first-child,
.OddResult-styles-odd-button[clicked=true] div:first-child {
	color: var(--white)
}

.OddResult-styles-odd-button.OddResult-styles-selected>.OddResult-styles-label-cell>span,
.OddResult-styles-odd-button[clicked=true]>.OddResult-styles-label-cell>span {
	color: var(--white)
}

.OddResult-styles-odd-button:first-child:nth-last-child(2)~.OddResult-styles-odd-button:nth-child(2),
.OddResult-styles-odd-button:nth-last-child(2):nth-child(2) {
	margin: 0 3px
}

.OddsRow-styles-odds-row {
	width: 100%;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid var(--grey-iron);
	align-items: center;
	padding: 8px 15px 8px 0
}

.OddsRow-styles-odds-row.OddsRow-styles-desktop {
	justify-content: flex-end;
	min-width: 151px;
	max-width: 151px;
	margin: 0 6px;
	border-style: none;
	align-items: center
}

.OddsRow-styles-odds-row.OddsRow-styles-desktop>.OddsRow-styles-odd-group-cell {
	max-width: 151px
}

.OddsRow-styles-odds-row .OddsRow-styles-fixed-param-text {
	color: var(--grey-light);
	font-size: 13px;
	font-weight: 400;
	margin-right: 6px;
	width: 32px;
	text-align: right;
	overflow: hidden
}

.OddsRow-styles-odds-row .OddsRow-styles-fixed-param-text.OddsRow-styles-wider {
	width: 43px
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell {
	flex: 0 0 75px;
	height: 100%;
	padding: 8px 8px 8px 16px;
	align-items: center;
	display: flex;
	font-weight: 600;
	color: var(--grey-dark)
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell .OddsRow-styles-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--grey-dark)
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell.OddsRow-styles-w25 {
	flex: 0 0 25%
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell.OddsRow-styles-w50 {
	flex: 0 0 50%
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell.OddsRow-styles-w70 {
	flex: 0 0 70%
}

.OddsRow-styles-odds-row>.OddsRow-styles-info-cell.OddsRow-styles-w75px {
	flex: 0 0 75px
}

.OddsRow-styles-odds-row .OddsRow-styles-odd-group-cell {
	flex: 1;
	height: 100%;
	display: flex;
	margin-right: 0;
	align-items: center;
	justify-content: flex-end
}

.OddsRow-styles-odds-row.OddsRow-styles-is-competition {
	flex: 0 0 74px;
	padding-right: 8px;
	border-bottom-style: none
}

img.OddsRow-styles-betslip {
	position: fixed;
	width: 30px;
	opacity: 1;
	top: 0;
	left: 0;
	transition: all .4s ease-out
}

img.OddsRow-styles-betslip.OddsRow-styles-animate {
	top: calc(100% - 40px);
	left: calc(100% - 52px);
	opacity: .1
}

@media (max-width:1277px) {
	.OddsRow-styles-column1,
	.OddsRow-styles-column2,
	.OddsRow-styles-column3,
	.OddsRow-styles-column4,
	.OddsRow-styles-column5 {
		display: none!important
	}
}

@media (max-width:1444px) {
	.OddsRow-styles-column2,
	.OddsRow-styles-column3,
	.OddsRow-styles-column4,
	.OddsRow-styles-column5 {
		display: none!important
	}
}

@media (max-width:1611px) {
	.OddsRow-styles-column3,
	.OddsRow-styles-column4,
	.OddsRow-styles-column5 {
		display: none!important
	}
}

@media (max-width:1778px) {
	.OddsRow-styles-column4,
	.OddsRow-styles-column5 {
		display: none!important
	}
}

@media (max-width:1945px) {
	.OddsRow-styles-column5 {
		display: none!important
	}
}

@media (max-width:1558px) {
	.OddsRow-styles-column-with-details0,
	.OddsRow-styles-column-with-details1,
	.OddsRow-styles-column-with-details2,
	.OddsRow-styles-column-with-details3 {
		display: none!important
	}
}

@media (max-width:1725px) {
	.OddsRow-styles-column-with-details1,
	.OddsRow-styles-column-with-details2,
	.OddsRow-styles-column-with-details3 {
		display: none!important
	}
}

@media (max-width:1892px) {
	.OddsRow-styles-column-with-details2,
	.OddsRow-styles-column-with-details3 {
		display: none!important
	}
}

.OddsRow-styles-column-with-details3,
.OddsRow-styles-column-with-details4 {
	display: none!important
}

@media (max-width:1355px) {
	.OddsRow-styles-column-when-fullwidth3,
	.OddsRow-styles-column-when-fullwidth4,
	.OddsRow-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1522px) {
	.OddsRow-styles-column-when-fullwidth4,
	.OddsRow-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1689px) {
	.OddsRow-styles-column-when-fullwidth5 {
		display: none!important
	}
}

@media (max-width:1856px) {
	.OddsRow-styles-column-when-fullwidth5,
	.OddsRow-styles-column-when-fullwidth6 {
		display: none!important
	}
}

@media (max-width:2023px) {
	.OddsRow-styles-column-when-fullwidth5,
	.OddsRow-styles-column-when-fullwidth6,
	.OddsRow-styles-column-when-fullwidth7 {
		display: none!important
	}
}

@media (max-width:1302px) {
	.OddsRow-styles-column-with-details-when-fullwidth0,
	.OddsRow-styles-column-with-details-when-fullwidth1,
	.OddsRow-styles-column-with-details-when-fullwidth2,
	.OddsRow-styles-column-with-details-when-fullwidth3,
	.OddsRow-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1469px) {
	.OddsRow-styles-column-with-details-when-fullwidth1,
	.OddsRow-styles-column-with-details-when-fullwidth2,
	.OddsRow-styles-column-with-details-when-fullwidth3,
	.OddsRow-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1636px) {
	.OddsRow-styles-column-with-details-when-fullwidth2,
	.OddsRow-styles-column-with-details-when-fullwidth3,
	.OddsRow-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

@media (max-width:1803px) {
	.OddsRow-styles-column-with-details-when-fullwidth3,
	.OddsRow-styles-column-with-details-when-fullwidth4 {
		display: none!important
	}
}

.OddsRow-styles-column-with-details-when-fullwidth4 {
	display: none!important
}

.OddsColumn-styles-odds-column {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 7px
}

.OddsColumn-styles-title {
	flex-basis: 100%;
	height: 22px;
	font-size: 13px;
	justify-content: center
}

.OddsColumn-styles-market-container,
.OddsColumn-styles-title {
	display: flex;
	align-items: center
}

.OddsColumn-styles-market-container {
	min-height: 40px;
	box-sizing: border-box;
	width: calc(50% - 10px);
	margin: 5px;
	justify-content: space-around
}