body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
* {
	box-sizing: border-box;
}
input {
  font-family: 'Source Sans Pro', sans-serif;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
section, article, aside, footer, header, nav {
  display: block;
}
body {
	padding: 65px 0 0 0;
	/* max-width: 1242px; */
  min-width: 1242px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	font-style: normal;
	color: #fff;
  background-color: #404041;
  font-family: 'Source Sans Pro', sans-serif;
}
iframe {
  border: 0px;
}
img {
	max-width: 100%;
}
h2 {
	font-size: 21px;
	margin: 14px 0;
	font-weight: 400;
}
h3 {
	padding-top: 5px;
	margin: 14px 0;
	font-size: 19px;
	font-weight: 400;
}
p {
  margin: 15px 0;
}
ul,ol {
  padding-left: 40px;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
}
	.nav a:hover {
		color: #000;
		border-color: #aaa;
	}
#content [href^="http"]:not([href*="sstrader.com"])::after {
  content: '(external link)';
  display: inline-block;
  width: .7em;
  height: .7em;
  text-indent: .7em;
  white-space: nowrap;
  overflow: hidden;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBpZD0ic3ZnMiI+ICA8ZGVmcyBpZD0iZGVmczQiLz4gIDxyZWN0IHdpZHRoPSI1Ljk5OTk5OTUiIGhlaWdodD0iNiIgeD0iMS41IiB5PSI0LjUiIGlkPSJyZWN0MzE3MCIgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6IzAwNjZjYztzdHJva2Utd2lkdGg6MC45OTk5OTk5NDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDowO3N0cm9rZS1vcGFjaXR5OjEiLz4gIDxwYXRoIGQ9Ik0gNCwyLjUgTCA1LDMuNSBMIDUuMjUsNC4yNSBMIDIuNzUsNi41IEwgNS41LDkuMjUgTCA3Ljc1LDYuNzUgTCA4LjUsNyBMIDkuNSw4IEwgMTEsNi41IEwgMTEsMSBMIDUuNSwxIEwgNCwyLjUgeiIgaWQ9InBhdGgyMzk1IiBzdHlsZT0iZmlsbDojMDA2NmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxcHg7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW9wYWNpdHk6MSIvPiAgPHBhdGggZD0iTSA2LDIgTCAxMCwyIEwgMTAsNiBMIDkuNSw2Ljc1IEwgOC4yNSw0Ljc1IEwgNS4yNSw4IEwgNCw2Ljc1IEwgNy4yNSwzLjc1IEwgNS4yNSwyLjUgTCA2LDIgeiIgaWQ9InBhdGgyMzk4IiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxcHg7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW9wYWNpdHk6MSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: .1em;
}
blockquote {
	margin: 15px 40px 15px 0px;
	padding-left: 1.5em;
	padding-right: 2em;
	border-left: 4px solid #ddd;
	font-style: italic;
	color: #777;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #949599 #414143;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background: #414143;
}
*::-webkit-scrollbar-thumb {
  background-color: #949599;
}
/*********************************************************************
 * 2. Masthead area
 *
 */
.logo {
  width: 160px;
  height: 30px;
}
.header {
	width: 100%;
	height: 66px;
	display: block;
	position: fixed;
	top: 0px;
  left: 0;
	z-index: 100;
  min-width: 1242px;
  background-color: #000;
}
.header-wrap {
  margin: 0 auto;
  width: 1242px;
}
.header-logo {
  float: left;
  width: 160px;
  height: 40px;
  margin: 12px 20px 0 0;
}
.topnav {
  overflow: hidden;
  background-color: #000;
  /* margin: 15px 0 0 200px; */
  margin: 15px 0 0 240px;
  padding: 0;
  float: left;
}
.topnav a, .topnav-profile a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  height: 27px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.topnav-active {
  border-bottom: 1px solid #f1cd1f !important;
}
.topnav .dropdown a {
  padding-right: 26px;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  padding: 0 10px;
  background-color: inherit;
  margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1b1b1b;
    min-width: 160px;
    z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #fff;
  padding: 0 0 0 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-sep {
  margin: 4px 13px;
  border-top: 1px solid #dbe4ec;
}
/* .topnav a:hover, .dropdown:hover .dropbtn { */
.dropdown:hover .dropbtn {
  background-color: #636466;
  color: #fff;
}
.topnav a:hover {
  border-bottom: 1px solid #636466;
}
.dropdown-content a:hover {
  background-color: #414143;
  color: #fff;
}
.dropdown:hover .dropdown-content {
  	margin-top: 27px;
    display: block;
}
#profile {
    float: right;
    width: 200px;
    margin: 12px 0 0 0;
}
#profile .dropdown:hover .dropbtn {
    background-color: #000 !important;
}
#profile .dropdown:hover .dropdown-content {
    margin: 0;
}
#profile .dropdown .dropdown-content {
    float: right;
    position: relative !important;
    z-index: 20;
}
.dropdown-arrow-box {
    height: 10px;
    background-color: #000;
}
.dropdown-arrow-up {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #414143;
    float: right;
}
.profile-icon {
    background: url('/assets/elements/Profile icon.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    display: inline-block;
    float: right;
}
.profile-name {
  float: right !important;
}
.breadcrumbs {
    padding: 0;
    width: 1242px;
    margin: 0 auto;
    background-color: #000;
    /* height: 28px; */
    z-index: 10;
    position: relative;
    font-size: 14px;
    top: 42px;
}
.breadcrumbs-background {
    position: fixed;
    left: 0;
    width: 100%;
    /* height: 28px; */
    background-color: #000;
}
.breadcrumbs-links {
    float: left;
    position: fixed;
}
.breadcrumbs a, .breadcrumbs [aria-current='page'] {
    color: #bababa;
    text-decoration: none;
}
.breadcrumbs a:after {
    content: "/";
    color: #ccc;
    padding-left: 0.5em;
    padding-right: 0.25em;
}
.tz {
    float: right;
    right: 0px;
    position: absolute;
    color: #f1cd1f;
}
#clock {
  color: #bababa;
}
.custom-select-v2-header {
  position: relative;
  width: 100px;
  color:#bababa;
  float: right;
}
.custom-select-v2-header .select-items div,.custom-select-v2-header .select-selected {
 color: #bebebe;
 padding: 0 0 0 4px;
 cursor: pointer;
}
.custom-select-v2-header .select-selected {
  border: 0;
  background-color: #000;
}
.custom-select-v2-header .select-items {
 position: absolute;
 background-color: #000;
 top: 100%;
 left: 0;
 right: 0;
 z-index: 99;
}
.tz-lang {
  right: 100px;
}
.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	.nav .nav {
		padding-left: 1.5em;
		list-style: disc;
	}
	.nav li:first-child {
		padding-top: 10px;
		margin: 0px;
	}
	.nav li {
		padding: 5px 0px 5px 15px;
		margin: 0px;
	}

	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nav a {
		font-weight: 500;
	}

	.nav-tree li a {
		color: #777;
	}

	.nav .current > a {
		color: #333;
	}
.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
/*    font-weight: 500;*/
    line-height: 20px;
/*    white-space: nowrap;*/
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(27,31,35,0.2);
/*    border-right-width: 1px;*/
/*    -webkit-appearance: none;
    -moz-appearance: none;*/
    color: rgba(0,0,0,0.87);
/*    background-color: #eff3f6;*/
}
.btn-sm {
  color: #fff;
  background-color: #414143;
  border: 0;
  font-size: 13px;
  padding: 1px 10px 0 10px;
  height: 18px;
  line-height: 16px;
  float: left;
}
.btn-sm:hover {
    background-color: #636466;
}
.flat-btn {
  padding: 7px 16px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  font-size: 12.5px;
  line-height: 15px;
  border-radius: 11px;
}
.flat-btn-gray {
    background-color: #4d4d4f;
    font-weight: 500;
    color: #fff;
}
.flat-btn-black {
    background-color: #000;
    font-weight: 500;
    color: #fff;
}
.flat-btn-white {
    background-color: #fff;
    font-weight: 500;
    color: #000;
}
.flat-btn-big-text {
  font-size: 15px;
  line-height: 20px;
  border-radius: 3px;
}
.flat-btn-green {
  background-color: #5fb053;
	font-weight: 500;
	color: #fff;
}
.flat-btn-gold {
  background-color: #f1cb22;
  color: #000;
}
.flat-btn-secondary {
  background-color: #e5ebf1;
	font-weight: 400;
	color: #55677d
}
.flat-btn-blue {
  background-color: #5181b8;
	font-weight: 500;
	color: #fff;
}
.flat-btn-wide {
  display: block;
  width: 100%;
}
.flat-btn-small {
  padding: 6px 12px;
}
.btn-white {
	background-color: #fff;
}
.btn-active {
	background-color: #5181b8;
	/* font-weight: 500; */
	/* color: #3c78c2; */
  color: #fff;
}
.btn a:hover, .btn-sm:hover, .btn-white:hover, .flat-btn:hover {
	text-decoration: none;
}
.btn:hover{
  background-color: #636466;
}
.btn-active:hover {
  background-color: #5181b8;
}
input.dark, textarea.dark {
    height: 30px;
    width: 100%;
    padding: 5px 9px 7px;
    color: #fff;
    background-color: #1b1b1b;
    margin: 0;
    border: 1px solid #414143;
    border-radius: 0px;
    font-size: 15px;
    font-weight: normal;
}
input.error,textarea.error,.custom-select__trigger.error {
  background: #ffdce0 !important;
  transition: background-color .5s ease-in-out;
}
input.white {
  background-color: #fff;
  color: #000;
  border: 1px solid #d3d9de;
}
input.white:focus {
  outline: none;
}
/*********************************************************************
 * 3. Main content and sidebar
 *
 */

#content, #sidebar {
	padding-bottom: 2em;
}
body.no-sidebar #content {
	width: calc(100% - 305px);
	float: left;
	position: relative;
}
body.has-sidebar #content {
	width: calc(100% - 305px);
  margin-top: 10px;
  margin-bottom: 12px;
	float: left;
	position: relative;
}
body.full-page #content {
  width: 100%;
	float: left;
	position: relative;
}
.main-full-page {
  background-color: #1b1b1b;
  border-radius: 8px;
  margin-top: 12px;
  display: flex;
}
#main {
	clear: both;
	width: 100%;
  /* display: inline-block; */
  max-width: 1242px;
  margin: 0 auto;
}

#content {
	width: 100%;
  /* background: #1b1b1b; */
}
figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}
.sidenav {
    width: 300px;
    margin: 10px 5px 10px 0;
    min-height: 100px;
    padding: 0px;
    float: left;
    position: relative;
}
.sidenav-panel {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    background-color: #4d4d4f;
    display: inline-block;
}
.sidenav-panel-profile {
  background-color: #4d4d4f;
  margin-bottom: 3px;
}
.sidenav-panel-profile ul {
  margin: 20px 0 0 25px;
  display: inline-block;
}
.sidenav-panel-profile ul li{
  height: 48px;
}
.sidebar-panel-head {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 8px 6px 10px 10px;
    height: 40px;
}
.sidebar-panel-head a {
  display: inline-block;
  width: 100%;
}
.sidebar-panel-head-black {
  background-color: #1b1b1b;
  color: #fff;
  padding: 7px 6px 10px 20px;
}
.sidebar-filter {
  width: 105px;
}
.sidenav-left {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.sidenav-left-profile-label {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.sidenav-left-profile-value {
  width: 100%;
  color: #f1cb22;
  font-size: 14px;
  margin-top: -10px;
}
.sidenav-left-countries {
  padding: 0 10px 0 0;
}
.sidenav-left.submenu a {
    color: #fff;
    padding: 2px 13px 2px 10px;
    font-size: 16px;
    /* line-height: 30px;
    height: 28px; */
    width: 100%;
    display: inline-block;
    /* border-right: 3px solid #000; */
}
.sidenav-li-country ul {
  display: none;
}
.sidenav-li-country {
  margin-left: 10px;
}
.sidenav-li-country.open {
  margin-bottom: 10px;
}
.sidenav-left-country {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
}
.sidenav-left-country.open {
  background-color: #414143;
  border-radius: 7px 7px 0 0;
}
.sidenav-left-league {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  display: inline-block;
  background-color: #636466;
}
.sidenav-li-country a:hover {
  text-decoration: none;
  color: #f1cd1f;
}
.sidenav-li-league a:hover {
  text-decoration: none;
  color: #f1cd1f;
}
.sidenav-li-country.open ul {
  display: block;
}
.sidenav-li-country.open span.sidenav-count-country {
  display: none;
}
.sidenav-continent.open span.sidenav-count-continent {
  display: none;
}
.sidenav-count-league, .sidenav-count-country, .sidenav-count-continent {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    float: right;
}
.sidenav-count-league span, .sidenav-count-country span, .sidenav-count-continent span {
  color: #f1cd1f;
}
.sidenav-continent {
  padding: 8px 10px;
}
.sidenav-continent:hover {
  cursor: pointer;
}
.sidenav-continent .custom-select-arrow-small {
  float: right;
  margin-top: 10px;
}
.mo {
	display: none;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-select-subnav {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 0;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #1b1b1b;
    cursor: pointer;
    border: 1px solid #414143;
}
.custom-select__trigger:hover {
    border: 1px solid #fff;
}
.custom-select__trigger-subnav {
    color: #fff;
    height: 24px;
    /* line-height: 30px; */
    background: #1b1b1b;
    border: 0;
}
.custom-select__trigger-subnav:hover {
    border: 0px;
}
.custom-select-arrow {
    position: relative;
    height: 10px;
    width: 10px;
}
.custom-select-arrow::before,.custom-select-arrow-small::before {
    left: -4px;
    transform: rotate(-45deg);
    background-color: #d3d9de;
}
.custom-select-arrow::after,.custom-select-arrow-small::after {
    left: 2px;
    transform: rotate(45deg);
    background-color: #d3d9de;
}
.custom-select-arrow::before, .custom-select-arrow::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0.2rem;
    height: 100%;
    transition: all 0.5s;
}
.custom-select-arrow-small {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 8px;
}
.custom-select-arrow-small::before {
    left: -3px;
}
.custom-select-arrow-small::after {
    left: 2px;
}
.custom-select-arrow-small::before, .custom-select-arrow-small::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 100%;
    transition: all 0.5s;
}
.open .custom-select-arrow-small::before {
    left: -3px;
    transform: rotate(45deg);
}
.open .custom-select-arrow-small::after {
    left: 2px;
    transform: rotate(-45deg);
}
.dropdown .custom-select-arrow-small {
  margin-left: -12px;
}
.open .custom-select-arrow::before {
    left: -4px;
    transform: rotate(45deg);
}
.open .custom-select-arrow::after {
    left: 2px;
    transform: rotate(-45deg);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #1b1b1b;
    border-top: 0;
    background: #414143;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.custom-options-subnav {
    border: 0;
    background: #1b1b1b;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 4px;
    margin: 2px 4px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #00a2d0;
}
.custom-option.selected {
    background-color: #00a2d0;
}
.custom-option-icon {
    margin: 5px 10px 0 0;
    width: 20px !important;
    height: 20px !important;
    float: left;
    display: inline-block;
}
.custom-option-hot-key {
  float: right;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.65);
}
.popup-box-container {
    z-index: 1000;
    margin: 0 auto;
    outline: none;
    position: relative;
}
.box-title-wrap {
    position: relative;
    padding: 0;
    background-color: #000;
    color: #fff;
    border-color: #4d4d4f;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-radius: 10px 10px 0 0;
}
.box-title-wrap-gold {
    background-color: #fff;
}
.box-x-button {
    float: right;
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url("/assets/elements/close.svg");
    cursor: pointer;
    outline: none;
}
.box-title {
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-title-gold {
    color: #f1cb22;
    font-weight: bold;
    font-size: 19px;
}
.box-body {
    background-color: #1b1b1b;
    line-height: 19px;
    border-color: #4d4d4f;
    border-width: 0 2px;
    border-style: solid;
}
.box-body-white {
  background-color: #fff;
}
.box-texts {
    padding: 15px 0;
}
.box-error-text {
  color: #f1cd1f;
}
.box-body .subheader:first-child {
    margin-top: 0;
}
h4.subheader {
    color: #fff;
    font-weight: 500;
    margin: 18px 0 12px;
    padding: 0;
    border-bottom: none;
    font-size: 13px;
}
.pedit-row {
    padding-bottom: 15px;
}
.pedit-label {
    color: #fff;
    width: 170px;
    padding: 6px 10px 0 0;
    line-height: 16px;
    float: left;
    text-align: right;
}
.box-control-wrap {
}
.box-controls {
    padding: 14px 23px 14px 25px;
    height: 29px;
    background-color: #000;
    white-space: nowrap;
    box-sizing: content-box;
    border-color: #4d4d4f;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
}
.box-controls-white {
  background-color: #fff;
}
.input-button {
    background-color: #1b1b1b;
    border: none;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #414143;
    border-bottom: 1px solid #414143;
    line-height: 18px;
}
/* .submenu-football {
  margin-bottom: 5px;
  display: block;
  float: left;
}
.submenu-football a {
  display: block;
  float: left;
  width: 154px;
  background-color: #000;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
}
.submenu-football a:last-child {
  margin-right: 0px;
}
.submenu-football a:hover, .submenu-football a.selected {
  background-color: #636466;
}
.submenu-football-days {
  display: block;
  float: left;
  height: 24px;
  width: 100%;
}
.submenu-football-days a {
  display: block;
  float: left;
  border-right: 2px solid #4d4d4f;
  padding: 0 10px;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
}
.submenu-football-days a:last-child {
  border: 0;
}
.submenu-football-days a:hover, .submenu-football-days a.selected {
  background-color: #f1cb22;
  color: #000;
} */
/* .panel-head {
    background-color: #f1cb22;
    color: #000;
    width: 100%;
    display: block;
    float: left;
    height: 40px;
}
.panel-title {
  padding: 7px 10px;
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.panel-head-menu {
  display: block;
  float: right;
  margin-right: 10px;
}
.panel-head-menu a {
  display: block;
  float: left;
  margin-right: 16px;
  line-height: 20px;
  padding: 0 13px;
  margin: 10px 2px;
  color: #000;
}
.panel-head-menu-separator {
  border-right: 2px solid #4d4d4f;
  float: left;
  height: 20px;
  margin: 10px 0;
}
.panel-head-menu a:last-child {
  border: 0;
}
.panel-head-menu a:hover, .panel-head-menu a.selected {
  background-color: #4d4d4f;
  color: #f1cb22;
}
#liveFixturesCount {
  color: #368b54;
}
.panel-subhead {
  background-color: #368b54;
  float: left;
  display: block;
  height: 20px;
  width: 100%;
}
.panel-subhead-label {
  text-align: center;
  line-height: 20px;
  float: left;
}
.width-match {
  width: 276px;
}
.width-icons {
  width: 80px;
}
.width-time {
  width: 50px;
}
.width-ft {
  width: 38px;
  border-right: 1px solid #636466;
  border-left: 1px solid #636466;
}
.width-tip {
  width: 39px;
  border-right: 1px solid #636466;
}
.width-probability {
  width: 136px;
  border-right: 1px solid #636466;
}
.width-probability-uo {
  width: 91px;
  border-right: 1px solid #636466;
} */
/* #fixtures {
  float: left;
  width: 100%;
} */
/* .tbl-league-header {
    width: 100%;
    height: 22px;
    background: #296053;
}
.tbl-league-name {
    margin-left: 4px;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 22px;
}
.tbl-row {
  height: 50px;
  margin-bottom: 1px;
  background: #636466;
  color: #fff;
}
.tbl-row:hover {
  background-color: #77787c;
}
.tbl-row-teams {
  width: 276px;
}
.tbl-row-team {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-left: 4px;
}
.tbl-row-team-pos {
    font-size: 13px;
    margin-left: 5px;
}
.tbl-row-icons {
  width: 80px;
  height: 50px;
}
.tbl-row-time {
    width: 50px;
    height: 50px;
}
.tbl-row-timer {
    font-size: 17px;
    margin-top: 13px;
    text-align: center;
}
.tbl-row-scores {
    width: 38px;
    height: 50px;
    border-right: 1px solid #949599;
    border-left: 1px solid #949599;
}
.tbl-row-scores-ft {
  background-color: #4d4d4f;
}
.tbl-row-scores-live {
  background-color: #368b54;
}
.tbl-row-score {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.tbl-row-tips {
    width: 39px;
    border-right: 1px solid #949599;
    height: 50px;
}
.tbl-row-tip {
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.tbl-row-probability {
  width: 136px;
  border-right: 1px solid #949599;
  height: 50px;
}
.tbl-row-p {
  text-align: center;
  width: 45px;
}
.tbl-row-line {
  display: flex;
  width: 75px;
  height: 7px;
  margin-left: 30px;
  margin-top: 10px;
}
.tbl-row-line-uo {
  display: flex;
  width: 50px;
  height: 7px;
  margin-left: 20px;
  margin-top: 10px;
}
.tbl-row-line-h {
  background-color: #4d4d4f;
}
.tbl-row-line-d {
  background-color: #fff;
}
.tbl-row-line-a {
  background-color: #949599;
}
.tbl-row-probability-uo {
  width: 91px;
  height: 50px;
  border-right: 1px solid #949599;
}
.tbl-row-probability-uo:last-child {
  border: 0;
} */
/* Events */
.nCard {
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 24px;
    font-size: 13px;
    line-height: 20px;
    float: left;
    margin-right: -4px;
}
.nCard-yellow {
    background: url("/assets/elements/yellow card.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: #000;
}
.nCard-red {
    background: url("/assets/elements/red card.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.ntEventGoal {
  background: url("/assets/elements/goal.svg");
  background-size: 52px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  width: 50px;
  height: 24px;
  float: left;
}
.ntEventRedCard {
  background: url("/assets/elements/red card - 2.svg");
  background-size: 52px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  width: 50px;
  height: 24px;
  float: left;
}

/*********************************************************************
 * Models
 *
 */
.models-content {
  background-color: #1b1b1b;
  border-radius: 8px;
  padding: 30px 60px;
}
.models-content-header {
  width: 100%;
  padding-bottom: 23px;
}
.models-content-header-label {
  font-size: 30px;
  line-height: 24px;
  color: #f1cb22;
}
.models-content-header-counter {
  font-size: 19px;
  line-height: 19px;
  font-weight: 300;
  color: #f1cb22;
  margin: 3px 0 0 13px;
}
.models-content-all {
  border-radius: 8px;
  border: 1px solid #4d4d4f;
  float: left;
  width: 100%;
  padding: 13px 12px;
}
.model-box {
  width: 192px;
  height: 105px;
  border-radius: 9px;
  margin: 0 0 5px 5px;
  position: relative;
}
.model-box:hover {
  cursor: pointer;
}
.models-settings-content {
  background-color: #1b1b1b;
  border-radius: 13px;
  padding: 30px 35px;
}
.models-settings-content-all {
  background-color: #000;
  border-radius: 13px;
  float: left;
  width: 100%;
  padding: 13px 12px;
  min-height: 600px;
}
/* https://stackoverflow.com/questions/4148499/how-to-style-a-checkbox-using-css */
label.checkmark input {
  display: none; /* Hide the default checkbox */
}
/* Style the artificial checkbox */
label.checkmark span {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
/* Style its checked state...with a ticked icon */
[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0;
  color: #000;
}

/* The container must be positioned relative: */
.custom-select-v2 {
 position: relative;
 /* font-family: Arial; */
}

.custom-select-v2 select {
 display: none; /*hide original SELECT element: */
}

.select-selected {
 background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
 position: absolute;
 content: "";
 top: 10px;
 right: 10px;
 /* width: 0;
 height: 0;
 border: 5px solid transparent;
 border-color: #000 transparent transparent transparent; */
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  top: 14px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
 color: #000;
 padding: 0 10px;
 border: 1px solid transparent;
 /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
 cursor: pointer;
}
.select-selected {
  border: 1px solid #636466;
}

/* Style items (options): */
.select-items {
 position: absolute;
 background-color: #fff;
 top: 100%;
 left: 0;
 right: 0;
 z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
 display: none;
}

.select-items div:hover, .same-as-selected {
 background-color: rgba(0, 0, 0, 0.1);
}

/*********************************************************************
 * 4. Footer
 *
 */

#footer {
  /* height: 140px; */
  width: 1242px;
  background-color: #000;
  display: flex;
  margin: 12px auto 0 auto;
}
.footer-wrap {
  width: 192px;
  float: left;
  margin: 23px 0 0 23px;
}
.footer-wrap ul {
  padding: 0;
  margin: 0;
}
.footer-wrap ul li {
  list-style: none;
}
.footer-label {
  font-size: 15px;
  font-weight: bold;
  color: #f1cb22;
  /* padding-bottom: 12px; */
  display: block;
}
.footer-wrap a {
  color: #bababa;
  display: block;
  /* padding: 10px 0; */
  font-size: 14px;
  line-height: 26px;
}

#footer .disclaimer {
	color: #586069;
	font-size: 13px;
}
#footer .disclaimer a {
	color: #586069;
	font-size: 13px;
}
.js-only {
	display: none;
}
.hidden {
	display: none !important;
}
.fl {
  float: left;
}
.fr {
	float: right;
}
/*Desktop only*/
.do {
	display: block;
}
.bold {
  font-weight: bold;
}
/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
#cookiePolicy {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: bold;
	padding: 20px 15px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0px;
	display: none;
}
#cookiePolicy .ok {
	background-color: #f2f2f2;
	color: #000;
	padding: 3px 8px;
	border-radius: 2px;
	margin: 10px;
	display: inline-block;
}
:root {
    --vanilla-calendar-bg-color: #1b1b1b;
    --vanilla-calendar-border-color: #949599;
    --vanilla-calendar-today-bg-color: #f1cb22;
    --vanilla-calendar-today-color: #000;
    --vanilla-calendar-selected-bg-color: #f1cb22;
    --vanilla-calendar-selected-color: #000;
    --vanilla-calendar-selected-radius: 5px;
}

.vanilla-calendar *, .vanilla-calendar *:before, .vanilla-calendar *:after {
    box-sizing: border-box;
}
.select-date:hover .vanilla-calendar {
  display: block;
}
.vanilla-calendar {
    background-color: var(--vanilla-calendar-bg-color);
    border: solid 1px var(--vanilla-calendar-border-color);
    margin: 0 auto;
    overflow: hidden;
    width: 250px;
    position: absolute;
    top: 90px;
    right: 0px;
    display: none;
}
@media (max-width:1200px) {
    .vanilla-calendar {
        width: auto;
    }
}
.vanilla-calendar .vanilla-calendar-btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    min-width: 27px;
    outline: none;
    overflow: visible;
    padding: 0;
    text-align: center;
}

.vanilla-calendar .vanilla-calendar-header {
    align-items: center;
    display: flex;
    padding: 7px 10px;
    text-transform: uppercase;
}

.vanilla-calendar .vanilla-calendar-header svg {
    fill: var(--vanilla-calendar-today-color);
}

.vanilla-calendar .vanilla-calendar-header__label {
    text-align: center;
    width: 100%;
    color: #fff;
}

.vanilla-calendar .vanilla-calendar-week {
    background-color: #4d4d4f;
    display: flex;
    flex-wrap: wrap;
}

.vanilla-calendar .vanilla-calendar-week span {
    color: #fff;
    flex-direction: column;
    flex: 0 0 14.28%;
    font-size: 1em;
    max-width: 14.28%;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.vanilla-calendar .vanilla-calendar-body {
    display: flex;
    flex-wrap: wrap;
}

.vanilla-calendar .vanilla-calendar-date {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 7px 0;
}

.vanilla-calendar .vanilla-calendar-date--active {
    cursor: pointer;
}

.vanilla-calendar .vanilla-calendar-date--today {
    background-color: var(--vanilla-calendar-today-bg-color);
    color: var(--vanilla-calendar-today-color);
}

.vanilla-calendar .vanilla-calendar-date--selected {
    background-color: var(--vanilla-calendar-selected-bg-color);
    color: var(--vanilla-calendar-selected-color);
}

.vanilla-calendar .vanilla-calendar-date--disabled {
    border-radius: 0;
    cursor: not-allowed;
    opacity: 0.2;
}
