/*!
 * Plugin Name: XmlOdds
 * Description: XmlOdds Plugin for WordPress.
 * Version: 1.0
 * Author: Levon Avetyan
 * Author URI: https://drim.io/
 */.dm-wrapper {
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;
	font-size: 100%;
	border: 10px solid #C4D1D2;
}
.dm-wrapper img.loading {
	display: block;
	max-width: 300px;
	margin: 0 auto
}
.dm-wrapper .dm-date {
	margin-bottom: 1em;
	margin-top: 2em;
	text-align:center;
}
.dm-wrapper .dm-date .dm-date--formatted {
	font-weight: 700;
	font-size: 1.2em
}
.dm-wrapper .dm-match {
	margin-bottom: .5em
}
.dm-wrapper .dm-match .dm-match--info {
	display: flex;
	align-items: center;
	padding: .25em 0
}
.dm-wrapper .dm-match .dm-match--info .dm-match--info--time {
	padding: .5em 0;
	width: 20%;
	font-weight: 700;
	text-align: center
}
.dm-wrapper .dm-match .dm-match--info .dm-match--info--teams {
	flex: 1;
	display: flex;
	align-items: center;
	padding: .5em 0;
	text-align: center
}
.dm-wrapper .dm-match .dm-match--info .dm-match--info--teams .dm-match--info--teams--team {
	width: 47%;
	padding: 0 .5em;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase
}
.dm-wrapper .dm-match .dm-match--info .dm-match--info--teams .dm-match--info--teams-vs {
	width: 6%;
	padding: 0 .25em;
	font-size: .6em;
	background-color: #111;
	color: #fff
}
.dm-wrapper .dm-match .dm-match--odds {
	display: flex;
	align-items: center;
	padding: .5em 0 1em;
	border-top: 1px solid;
	text-align: center;
	overflow-x: scroll
}
.dm-wrapper .dm-match .dm-match--odds .dm-match--odds--bookie {
	display: block;
	min-width: 8em;
	flex-grow: 1;
	padding: .5em 0 0 .25em
}
.dm-wrapper .dm-match .dm-match--odds .dm-match--odds--bookie:not(:first-child) {
	border-left: 1px solid
}
.dm-wrapper .dm-match .dm-match--odds .dm-match--odds--bookie .dm-match--odds--bookie--values {
	display: block;
	min-height: 1.5em
}
.dm-wrapper .dm-match .dm-match--odds .dm-match--odds--bookie .dm-match--odds--bookie--link {
	display: inline-block;
	margin: .5em auto 0;
	padding-bottom: .25em;
	font-size: .7em
}
.dm-wrapper__odds--settings {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center
}
.dm-wrapper__odds--settings .dm-settings {
	width: 20rem;
	padding: 0 .5em
}
.dm-wrapper__odds--settings .dm-settings .dm-settings--selected {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-transform: uppercase;
	background-color: #bfbfbf;
padding:.25rem 0
}
.dm-wrapper__odds--settings .dm-settings .dm-settings--selected img {
	width: 1em;
	height: 1em;
	vertical-align: -2px
}
.dm-wrapper__odds--settings .dm-settings .dm-settings--selected .dm-settings--selected--value {
	font-weight: 700;
	cursor: pointer
}
.dm-wrapper__odds--settings .dm-settings .dm-settings--dropdown {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #111;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: .25em 0
}
.dm-wrapper__odds--settings .dm-settings .dm-settings--dropdown .dm-settings--dropdown--item {
	display: block;
	padding: 0 .5em;
	font-weight: 700;
	cursor: pointer
}
.dm-wrapper__futures .dm-event {
	margin-bottom: 0px
}
.dm-wrapper__futures .dm-event:last-child {
	margin-bottom: 0px
}
.dm-wrapper__futures .dm-event .dm-event--heading {
	margin: 1em 0 1em;
	text-align: center;
}
.dm-wrapper__futures .dm-event .dm-event--line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8em;
	background-color: #F7F9F9
}
.dm-wrapper__futures .dm-event .dm-event--line:nth-child(2n) {
	background-color: #E7ECED
}
.hidden {
	display: none!important
}
