/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px; /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}
[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px; /* LTR */
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}
[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px; /* LTR */
  background-position: -40px 0;
  display: none;
}
[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px; /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}
[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left; /* LTR */
  cursor: pointer;
  margin:0 4px 0 0; /* LTR */
}
[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin:0 0 0 4px;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px; /* LTR */
}
[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto; /* LTR */
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px; /* LTR */
  width: 18px;
  height: 18px;
}
[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 18px;
  height: 18px;
}
[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto; /* LTR */
  right: 5px; /* LTR */
}
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px; /* LTR */
}
[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px; /* LTR */
  padding-left: inherit; /* LTR */
}
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px; /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 20px;
  height: 20px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto; /* LTR */
  right: 3px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px; /* LTR */
  padding-left: 12px; /* LTR */
}
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px; /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  right: 4px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0; /* LTR */
  border-bottom-left-radius: 0; /* LTR */
}
[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* bootstrap input-group rtl override */
[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}
[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0; /* LTR */
  padding: 18px;
}
[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
.o-b {
	font-weight: bold;
}

.o-i {
	font-style: italic;
}

.o-abs {
	position: absolute;
}

.oui-oneLineText, .o-oneLineText, .o-nowrap {
	overflow: hidden;
	white-space: nowrap;
}

.oui-alignTop {
	vertical-align: top;
}

.oui-link {
	cursor: pointer;
}

.o-link {
	cursor: pointer;
}

.o-ib {
	display: inline-block;
}

.o-if {
	display: inline-flex;
}

.o-tc {
	display: table-cell;
}

.oui-inlineIcon {
	display: inline-block;
	vertical-align: baseline;
}

.o-fillerDiv {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.o-centered {
	margin-left: auto;
	margin-right: auto;
}

.o-vmid {
	vertical-align: middle;
}

.o-vm {
	vertical-align: middle;
}

.o-vtop {
	vertical-align: top;
}

.o-vt {
	vertical-align: top;
}

.o-vb {
	vertical-align: bottom !important;
}

.o-vbase {
	vertical-align: baseline !important;
}

.o-hc {
	text-align: center;
}

.o-hr {
	text-align: right;
}

.o-hl {
	text-align: left;
}

.o-txt90 {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.small {
	font-size: 80%;
}

.radius5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.radius10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fillAll {
	position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px
}

.parent {
	position: relative;
}:root {
	height: calc(0.5 * var(--vh));
}

body {
	font-size: 20px;
	color: #010;
	background: #111;
	margin: 0px;
	padding: 0px;
	width: var(--vw);
	background-image: url(/img/grass.png);
	xbackground-size: cover;
	background-position: center center;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-variation-settings: "wdth" 90;
	text-rendering: optimizelegibility;
}

button {
	font-family: 'Arial', sans-serif;
	font-variation-settings: "wdth" 100;
}

* {
	box-sizing: border-box;
}

img, image {
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #1b7ae0;
}

h1 {
	margin: 8px 0px; 
	text-transform: uppercase;
}

h1, button, h1 *, button *, input.xlarge, select.large, select.large option {
	font-weight: 700;
	font-variation-settings: "wdth" 75;
}

input.xlarge {
	font-size: 30px;
}

input.large {
	font-size: 20px;
}

select.large {
	font-size: 20px;
}

.liveEventText, .liveEventText * {
	font-weight: 700;
}

#header h1 {
}

h1#title {
	color: white;
}

h1.title {
	font-size: 30px;
}

#matches h1.title {
	padding-left: 10px;
}

.slide h1 {
	color: rgb(230, 161, 58);
}

.popup h1 {
	/* font-size: 40px; */
}

h2 {
	color: white;
	font-size: 1.3em;
}

#popupContainer {
	position: fixed;
	top: 0px;
	left: -20vw;
	right: -20vw;
	bottom: 0px;
	backdrop-filter: blur(2px);
	text-align: center;
	display: none;
	background: rgba(0,0,0,0.7);
	z-index: 2000;
}

#layoutContainer, #popupContainer {
	xwidth: var(--vw);
	xposition: relative;
}

#contentArea {
	overflow-y: auto;
	overflow-x: auto;
	color: #fff;
	height: var(--vh);
	width: 100%;
	padding-top: 2.3em;
	position: relative;
}

#main-layout {
	position: relative;
	height: var(--vh);
	overflow: hidden;
}

.textBox {
	width: 100%;
	position: relative;
	background: rgba(19,19,19,0.6);
	color: rgb(255,255,255);
	
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
}

.m-top {
	margin-top: 8px;	
}

.m-b {
	margin-bottom: 8px;
}

.m-l {
	margin-left: 8px;
}

.m-r {
	margin-right: 8px;
}

.textBox h2 {
	margin-top: 0;
}

.slide {
	width: 100%;
	position: relative;

	background: rgba(19,19,19,0.8);
	color: rgb(255,255,255);
	padding: 4vh calc(50% - 511px) 4vh calc(50% - 511px);
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.slideHalf {
	width: 480px;
	height: 100%;
	vertical-align: middle;
	margin: 0 15px 0 15px;
	display: inline-block;
	position: relative;	
}

.center-on-large {
	max-width: 1920px;
	margin: auto;
	text-align: center;
}

.stats .o-dataTableValue {
	white-space: nowrap;	
}

.slideHalf .samplePlayers {
	white-space: nowrap;
	text-align: center;
}

.samplePlayer {
	image-rendering: pixelated;
}

.pixelated {
	image-rendering: pixelated;
}

.slidePic {
	height: 50vh;
	max-width: 100%;
	object-fit: contain;
}

.popup {
	background: rgba(19,19,19,0.8);
	color: rgb(255,255,255);
	padding: 0px;
	margin: 8vh 20vw 0 20vw;
	width: calc(100% - 40vw);
	xmax-height: 84vh;
	max-height: calc(0.84 * var(--vh));

	display: inline-block;
	border-top: solid 1px rgb(230, 161, 58);
	border-bottom: solid 1px rgb(230, 161, 58);
	overflow-x: hidden;
	overflow-y: auto;
}

.popup .popupContent {
	xoverflow-y: auto;
	xmax-height: calc(84vh - 73px);
	xmax-height: calc((0.84 * var(--vh)) - 73px);
	padding: 8px 0vw 8px 0vw;
}

.popup .popupContent.maxSize {
	height: calc(84vh - 73px);
}

.vignetteBackground {
	filter: blur(0.4vw) contrast(1.3) brightness(0.8);
	mix-blend-mode: screen;
	z-index: 1;
}

.vignette {
	z-index: -1;
	background: transparent;
	box-shadow: inset 0 0px 50vw 10vh black;
}

@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */
	.fullScreen {
		background-attachment: scroll !important;
	} 
}

.fullScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: var(--vw);
	height: var(--vh);
	background: no-repeat center center fixed;
	background-size: cover;
}

.fullScreen > *, .click-thru > * {
	pointer-events: auto;
}

.fullScreen, .click-thru {
	pointer-events: none;
}

.header {
	white-space: nowrap;
	color: white;
	xfont-size: 7vh;

	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;

	z-index: 1001;
	xpadding-top: 1vh;
}

#header {
	height: 2.3em;
	line-height: 2.16em;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.8) 70%,
		rgba(0, 0, 0, 0.5) 100%
	);
	border-bottom: solid 1px rgb(230, 161, 58);
}

#popupHeader {
	height: 50px;
	line-height: 50px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.8) 70%,
		rgba(0, 0, 0, 0.5) 100%
	);
	border-bottom: solid 1px rgb(230, 161, 58);
}

#headerLanding {
	height: 80px;
	line-height: 80px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.8) 70%,
		rgba(0, 0, 0, 0.4) 100%
	);
	border-bottom: solid 1px rgb(230, 161, 58);
}

#customHeader {
	height: 2.3em;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.6) 70%,
		rgba(0, 0, 0, 0.0) 100%
	);
	
	text-align: left;
}

hr {
	border-top: 0px;
	border-bottom: solid 1px rgba(230, 161, 58, 0.5);
}

.right {
	float: right;
}

.header div.right-2 {
	position: absolute;
	float: right;
	top: 1.4em;
	right: 0.2px;
	font-size: 150%;
}

.right-2 #medium {
	margin-right: 5px;
}

.header div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 2.3em;
	line-height: 2.16em;
	overflow: visible;
	xmargin-top: 3px;
}

.header div.right > * {
	vertical-align: middle;
	margin-right: 0.5em;
}

.header div h1 {
	margin: 0;
}

#playNow {
	font-size: 20px;
	padding: 12px 18px;
	margin: 16px 10px;
	text-transform: uppercase;
}

.logo {
	margin-left: 0.5em;
}

.footer {
	white-space: nowrap;
	color: white;

	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	min-height: 44px;
	max-height: 30vw;
	z-index: 1001;
	border-top: solid 1px rgb(230, 161, 58);
	
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.8) 70%,
		rgba(0, 0, 0, 0.4) 100%
	);
}

.footer .right {
	float: right;
}

#header #title {
	position: absolute;
	margin-left: 0.1em;
	display: inline-block;
}

.liveFlagBackground {
	top: 40px;
}

#popupHeader #popupTitle {
	position: absolute;
	left: 10px;
	top: -12px;
	display: inline-block;
}

#popupHeader #popupTitle .icon {
    height: 1em;
    vertical-align: top;
    margin-top: 0.2em;
}

.selectable, .clickable {
	cursor: pointer;
}

.nav-item {
	display: inline-block;
	width: 135px;
	height: 90px;
	max-width: 9vw;
	max-height: 26vw;
	text-align: center;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	
	color: rgb(220,220,220);
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-item img {
	display: inline-block;
	text-align: center;
	height: 80%;
	width: 100%;
	vertical-align: top;
}

.nav-item span {
	display: block;
	text-align: center;
	font-size: min(4vw, 14px);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.nav-item:hover {
	color: rgb(235,182,64);
	cursor: pointer;
}

.nav-item:active {
	color: rgb(235,182,64);
}

.notificationDot {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	background-color: rgb(240,40,20);
	border: solid 2px black;
	box-shadow: rgb(240,40,20) 0 0px 12px 3px;
	transition: all 0.5s;
	right: 0px;
}

.nav-item .notificationDot {
	left: calc(50% + min(22.5px, 13vw));	
}

#menuBar {
	bottom: 0px;
	position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    padding-bottom: 3px;
}

.miniCardSize {
	height: 100px;
	margin: 20px 10px 20px 10px;
}

.miniCardWidth {
	max-width: 32vw;
	width: 136px;
}

.miniCard, .miniItemCard, .promoBox {
	position: relative;
	display: inline-block;
	border: solid 1px rgba(0,0,0,0.8);
	margin: 1px;
	padding: 2px;
	background-position-y: center;
	background-size: cover;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	box-shadow: inset 0 0px 40px 0px black;
	vertical-align: top;
	border-radius: 4px;
	xtransition: all 0.5s;
}

.miniItemCard.card-elite .stats {
	font-size: 13px;
}

.miniItemCard.card-legend .stats {
	font-size: 12px;
	margin-top: -6px;
}

.miniCard {
	width: 136px;
	min-height: 136px;
	font-size: 21px;
}

.selected-border {
	outline: solid 1px rgb(230, 161, 58);
	border: solid 1px rgb(230, 161, 58);	
}

.miniCard.lineupPlayer {
	outline: solid 1px rgb(230, 161, 58);
	border-color:  rgb(230, 161, 58);
}

.miniCard.lineupPlayer.selected {
	border: rgb(230, 32, 32);
}

.miniCard.player.selectedPlayer {
	color: rgb(230, 161, 58);
	outline: solid 2px rgb(230, 161, 58);
	border-color: rgb(230, 161, 58);
	box-shadow: rgb(230 161 58) 0 0px 16px 4px;
}

.promoBox {
	width: 136px;
	height: 156px;
	font-size: 21px;
	border: solid 1px rgb(230, 161, 58);
}

.miniCard.micro, .miniItemCard {
	width: 108px;
	min-height: 108px;
	font-size: 16px;
}

#homeBoxes #referral .miniCard.micro, #homeBoxes #referral .miniItemCard {
	width: 88px;
	min-height: 88px;
	font-size: 10px;
}

.miniItemCard {
	text-align: center;
}

.miniCard:before, .miniItemCard:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 2px;
	border: solid 1px rgba(255,255,255,0.2);
}

.miniCard .bottomBar {
	margin: 132px 0px 0px 0px;
	background: rgba(0.1,0.1,0.1,0.8);
	text-align: center;
}

.miniCard.micro .bottomBar {
	margin: 103px -1px 0px -1px;
}

#rangeStats {
	background: black;
	text-align: center;
	display: inline-block;
	width: auto;
	max-width: 90vw;
}

.miniCard h2 {
	xbackground: rgb(230, 161, 58);
	background: rgb(58, 58, 58);
	font-size: 15px;
	padding: 2px;
	margin: 0px;
	color: white;
}

.card-empty, .color-empty {
	background: rgba(48,48,48,0.9);
}
.card-amateur, .color-amateur, .color-amateur:enabled {
	background: rgba(118,118,118,0.9);
}
.card-pro, .color-pro, .color-pro:enabled {
	background: rgba(32,96,32,0.9);
}
.card-worldClass, .color-worldClass, .color-worldClass:enabled {
	background: rgba(32,64,128,0.9);
}
.card-elite, .color-elite, .color-elite:enabled {
	background: rgba(80,32,128,0.9);
	xbackground: rgba(230,180,30,0.9);
}
.card-legend, .color-legend, .color-legend:enabled {
	background: rgba(204,96,24,0.9);
}
.card-myth, .color-myth, .color-myth:enabled {
	background: rgba(204,32,16,0.9);
	background-image: none;
}

.fgcolor-amateur {
	color: rgba(118,118,118,0.9);
}
.fgcolor-pro {
	color: rgba(32,96,32,0.9);
}
.fgcolor-worldClass{
	color: rgba(32,64,128,0.9);
}
.fgcolor-elite {
	color: rgba(80,32,128,0.9);
}
.fgcolor-legend {
	color: rgba(204,96,24,0.9);
}
.fgcolor-myth {
	color: rgba(204,32,16,0.9);
}

.border-amateur {
	border-color: rgb(118,118,118);
}
.border-pro {
	border-color: rgb(32,96,32);
}
.border-worldClass{
	border-color: rgb(32,64,128);
}
.border-elite {
	border-color: rgb(80,32,128);
}
.border-legend {
	border-color: rgb(204,96,24);
}
.border-myth {
	border-color: rgb(204,32,16);
}

.shine {
	animation: shine 4s linear infinite;
	content: "";
	position: absolute;
	top: -200%;
	left: -200%;
	width: 200%;
	height: 200%;
	opacity: 0;
	transform: rotate(45deg);

	background: rgba(255, 255, 255, 0.21);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.0) 0%,
		rgba(255, 255, 255, 0.13) 71%,
		rgba(255, 255, 255, 0.3) 80%,
		rgba(255, 255, 255, 0.7) 88%,
		rgba(255, 255, 255, 0.3) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
}

@keyframes shine{
	20% {
		opacity: 1;
		top: 0%;
		left: 0%;
		transition-property: left, top, opacity;
		transition-duration: 0.5s, 0.5s, 0.5s;
		transition-timing-function: linear;
	}
	40% {
		opacity: 0;
		top: 0%;
		left: 0%;
		transition-property: left, top, opacity;
	}	
}

.miniCard .playerPic {
	position: absolute;
	left: 1px;
	right: 1px;
	height: 132px;
	top: 1px;
	overflow: hidden;
}

.miniCard .playerPic .facePic {
	position: absolute;
	left: -33px;
	top: -10px;
	width: 144px;
}

.miniCard.micro .playerPic {
	height: 102px;
	top: 3px;
	overflow: hidden;
}

.miniCard.micro .playerPic .facePic {
	left: -21px;
	top: -5px;
	width: 108px;
}

.miniCard .playerPic .jerseyPic {
	position: absolute;
	display: none;
	left: -76px;
	top: 103px;
	width: 255px;
	image-rendering: pixelated;
}

.miniCard #country {
	position: absolute;
	right: 1px;
	top: -2px;
	width: 40px;
	z-index: 1;
}

.miniCard.micro #country, .miniCard.micro #country .img-country-mini {
	width: 30px;
	top: 0px;
}
.miniCard.micro #country {
	top: -2px;
}

.miniCard #level {
	position: absolute;
	right: 4px;
	top: 107px;

	will-change: transform;
	xfilter: drop-shadow(-1px -1px 0 #010) drop-shadow(1px -1px 0px #010) drop-shadow(-1px 1px 0px #010) drop-shadow(1px 1px 0px #010);
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.miniCard #position {
	position: absolute;
	left: 5px;
	top: 107px;

	will-change: transform;
	xfilter: drop-shadow(-1px -1px 0 #010) drop-shadow(1px -1px 0px #010) drop-shadow(-1px 1px 0px #010) drop-shadow(1px 1px 0px #010);
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.miniCard.micro #level, .miniCard.micro #position {
	top: 84px;
}

.miniCard #name {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 132px;
	width: 40px;
	background: rgba(0.1,0.1,0.1,0.8);
	overflow: hidden;
	text-align: left;
	white-space: normal;
}

.miniCard.micro #name {
	height: 104px;
	width: 30px;
	white-space: normal;
}

.miniCard #name div {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: top left;

	will-change: transform;
	xfilter: drop-shadow(-1px -1px 0 #010) drop-shadow(1px -1px 0px #010) drop-shadow(-1px 1px 0px #010) drop-shadow(1px 1px 0px #010);
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
	left: 38px;
	top: 32px;
	width: 72px;
	font-size: 15px;
}

.miniCard.micro #name div {
	top: 24px;
	left: 30px;
	font-size: 12px;
}

.miniCard .stats, #rangeStats {
	font-size: 15px;
}

.matchPlayer {
	position: absolute;
	margin-left: -18px;
}

.matchPlayer .pPlayerPic {
	position: absolute;
	cursor: pointer;
	width: 36px;
}

.matchPlayer .playerPic .facePic {
	position: absolute;
	top: -67px;
	width: 36px;
	transform: translateZ(0);
}

.matchPlayer .playerPic .jerseyPic {
	position: absolute;
	left: -1px;
	top: -36px;
	width: 36px;
	image-rendering: pixelated;
}

.matchPlayer .current {
	xfilter: drop-shadow(2px 2px 8px #fe6) drop-shadow(-2px -2px 8px #fe6);
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.matchPlayer #name {
}

.matchPlayer #rankLevel {
	line-height: 14px;
}

.matchPlayer #rankLevel span {
	vertical-align: middle;
	margin-right: 1px;
}

.matchPlayer .icon {
	height: 10px;
	vertical-align: middle;
}

.matchPlayer #text, .matchPlayer .text * {
	user-select: none;
	font-size: 10px;
}

.match #scene #background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 900px;
	background-size: 100% 100%;
	background-position-y: bottom;
	filter: blur(2px);
}

.match #scene {
	transform-origin: top left;
	position: absolute;
}

.match #scene #field {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
}

.match #scene #field #fieldLines {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/match/blayout.png) no-repeat;
	image-rendering: pixelated;
	background-size: cover;
}

.match #scene #field #fieldGrass {
	box-shadow: inset 0 0px 500px 20px black;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/grass.png);
	background-size: 100px;
	image-rendering: pixelated;
}

.match #scene #field #fieldPattern {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/match/bpat.001.png);
	background-size: cover;
}

.match #field #players {
	position: absolute;
	width: 100%;
	height: 100%;
}

.match #scene #ball, .match #scene #ballShadow {
	width: 12px;
	height: 12px;
}

.match {
	overflow: hidden;
	position: absolute !important;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.match #infoBar {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.match #actions {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.facePic {
	image-rendering: pixelated;
}

#infoBar .playerInfo .facePic {
	position: absolute;
	bottom: 0px;
	xleft: -7vh;
	xheight: 40vh;
	z-index: 10;
}

#infoBar .playerInfo #name {
	white-space: nowrap;
	position: absolute;
	color: white;
	xfont-size: 10vh;
	xpadding-left: 28vh;
	xpadding-right: 4vh;
	bottom: -1px;
	left: -1px;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 1.0) 0%,
		rgba(0, 0, 0, 0.8) 70%,
		rgba(0, 0, 0, 0.4) 100%
	);
	border: solid 1px rgb(230, 161, 58);
	xborder-top-right-radius: 4vh;
}

button, button span {
	line-height: 100%;
}

button span {
	border: none;
	background: transparent;
}

button {
	font-size: 1em;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	padding: 2px 6px;
	margin: 4px;
	border: solid 1px #000;
	border-radius: 4px;
	xfilter: drop-shadow(1px 1px 0px #010);
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
}

button:enabled.toggled {
	background-image: linear-gradient(to bottom, rgba(255,190,60,1), rgb(255,150,60));
}

button:enabled {
	background-image: linear-gradient(to bottom, rgba(90,122,158,1), rgb(80,112,148));
	cursor: pointer;
}

button:enabled.default {
	background-image: linear-gradient(to bottom, rgba(255,190,60,1), rgb(255,150,60));
}

button:hover:enabled {
	color: #fff;
	background-image: linear-gradient(to bottom, rgba(255,140,50,1), rgb(255,100,50));
	box-shadow: rgb(230 161 58) 0 0px 8px 3px;
	border: solid 1px #a40;
}

button .icon {
	height: 20px;
	vertical-align: text-bottom;
	filter: drop-shadow(0px 0px 1px #222);
}

button .icon.big {
	height: 80%;
}

.icon {
	height: 1.4em;
	vertical-align: middle;
}

.help-icon {
	height: 0.7em;
	margin-top: -0.17em;
	vertical-align: middle;
	cursor: pointer;
}

.match #actions .actionButton {
	xfont-size: 4vh;
	cursor: pointer;
	display: inline-block;
	margin: 4px;
}

.matchPlayer .debuffDown {
	transform: rotate(-90deg);
}

.matchPlayer .debuffDown.inverted {
	transform: scalex(-1) rotate(-90deg);
}

.inverted {
	transform-origin: 50% 50%;
	transform: scalex(-1);
}

#header #score {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}

#header #time {
	position: absolute;
	right: 10px;
}

.live-player-debug {
	font-size: 10px;
}

.img-country-mini {
	width: 40px;
}

#titleText .img-country-mini {
	position: relative;
	top: -1px;
}

.live #exitDiv {
	right: 10px; top: 10px;
	position: absolute; z-index: 899;
}

.liveUI, #fieldMap {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#fieldMap {
	z-index: 10;
}

.liveTactics #field, .liveTactics #fieldMap {
	margin-left: auto;
	margin-right: auto;
	height: 66vh;
	width: 54vh;
}

#tutorial {
	z-index: 5000;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#tutorial #text {
	background: rgba(19,19,19,0.8);
	color: rgb(255,255,255);
	border-top: solid 1px rgb(230, 161, 58);
	padding-left: min(min(34vh, 28vw), 230px);
	padding-right: min(min(4.4vh, 3.8vw), 30px);
	height: min(min(24vh, 21vw), 190px);
	padding-top: min(2.2vh, 1.9vw);
	font-size: min(min(4.2vw, 6.9vh), 50px);
}

#tutorial #assistant {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: min(min(30vh, 25vw), 220px);
	max-width: 35vw;
	image-rendering: pixelated;
}

.squadEditor .fieldContainer {
	position: absolute;
	left: 0%;
	right: 428px;
	top: 0%;
	bottom: 0%;
}

.fillin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.squadEditor .settings {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 0%;
	bottom: 60px;
}

.squadInfo .fieldContainer {
	position: relative;
}

.squadEditor .fieldContainer #field, .squadInfo .fieldContainer #field {
	background-image: url(/img/grass.png);
	position: relative;
	width: 100%;
	height: 100%;
}

.h100 {
	height: 100%;
}

.squadInfo .fieldContainer {
	width: 600px;
	height: 408px;
	zoom: 0.5;
}

.squadSelector #add {
	width: 300px;
	height: 204px;	
}


.squadEditor .topPanel {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0px;
	bottom: 60px;
	text-align: center;
}

.squadEditor .actionBar {
	position: absolute;
	bottom: 0%;
	left: 0%;
	right: 0%;
	height: 60px;
	text-align: center;
}

.squadEditor .actionBar .showBar {
    position: absolute;
    left: 8px;
    line-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 7px;
}

.squadAdd {
	width: 381px;
	height: 524px;
}

.o-box.squadInfo {
	width: auto;
	height: auto;
}

.liveTacticsPlayer, .tacticsPlayer {
	position: absolute;
}

.liveTacticsPlayer .facePic, .tacticsPlayer .facePic {
	position: absolute;
	left: -36px;
	top: -72px;
	width: 72px;
	z-index: 1;
}

.draggable {
	cursor: all-scroll;
}

.miniPlayerSquadInfo {
	text-align: center;
	left: -50%;
	border: solid 1px rgb(230, 161, 58);
	margin-top: -2px;
	z-index: 10;
	position: relative;
	padding: 0px 4px;
	box-shadow: inset 0 0px 20px 0px black;
}

.miniPlayerSquadInfo > div {
	display: block;
	line-height: 1.1em;
	font-size: 90%;
}

.miniPlayerSquadInfo > div#rank {
	margin-left: 0.19em;
}

.shadowed {
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.miniCard #rank {
	z-index: 10;
	position: absolute;
	left: 6px;
}

#rank img {
	height: 0.9em;
	margin-left: -0.19em;
}

/* Animations */
@keyframes live-anim01 {
	0% {
		opacity: 0;
	}
	8% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
	}
	9% {
		color: rgb(0,0,0);
	}
	14% {
		color: rgb(1,1,1);
	}
	16% {
		transform: translate(0) scale(2);
		opacity: 0;
	}
	20% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
	21% {
		color: rgb(1,1,1);
	}

	94% {
		color: rgb(1,1,1);
	}
	95% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(0) scale(2);
		opacity: 0;
	}
}

.liveEventText {
	text-align: center;
	text-shadow: 0 0 20px #222;
	font-size: 40vh;
	margin-top: 30vh;
}

.liveEventSubText {
	text-shadow: 0 0 20px #222;
	xfont-size: 10vh;
	color: white;
}

.o-icon-in-live-bgoalPostRT01, .o-icon-in-live-bgoalPostRB01 {
	margin-left: -27px;
	margin-top: -108px;
}

.o-icon-in-live-bgoalPostLT01, .o-icon-in-live-bgoalPostLB01 {
	margin-left: -90px;
	margin-top: -108px;
}

.live-sponsor {
	background: black url(/img/sponsor/live-default.png) repeat;
	background-size: contain;
}

button #content {
	filter: drop-shadow(0px 0px 2px #111);
}

button .player, .pack .player {
	image-rendering: pixelated;
	xposition: absolute;
	width: 144px;
	text-align: center;
	display: block;
	margin: auto;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}

.pack {
	xbackground-size: cover;
	
	width: 200px;
	height: 360px;
	background-color: transparent;
	border: 0px;
	
	display: inline-block;
	
	vertical-align: top;
}

.pack #content * {
	xmargin-top: 35px;
}

.pack #content h1 {
	color: rgb(230, 161, 58);
	font-size: 120%;
	transform: scaleY(1.4);
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

.pack #content h2 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.pack #content .finePrint {
	font-size: 60%;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 0px;
}

.pack .player {
	position: relative;
	left: -9px;
}

.pack .playerContainer {
	position: relative;
	xbackground: rgba(250,250,250,0.6);
	xborder-radius: 50%;
	xborder: solid 5px black;
	overflow: hidden;
	width: 144px;
	margin: auto;
	margin-top: 50px;
}

button.banner {
	width: 200px;
	height: 260px;
	background-color: transparent;
	background-position: center;
	background-size: 240px;
	vertical-align: top;
}

button.banner #content {
}

button.banner #content .player {
	position: relative;
	left: -9px;
}

button.banner #content h1 {
	color: rgb(230, 161, 58);
	font-size: 120%;
	xtransform: scaleY(1.4);
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

button.banner #content h2 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#header #back {
	cursor: pointer;
	height: 1.1em;
	margin-left: 0.1em;
}

.midPanel {
	width: 660px;
	max-width: 96vw;
	margin: auto;
	position: relative;
}

#pGroups {
	vertical-align: top;
}

.article h1 {
	font-size: 26px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.article:hover h1, .clickable:hover, .clickable:hover * {
	color: rgb(255,140,50);
}

.article {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align: left;
	border: solid 1px #000;
	border-radius: 4px;
	padding: 6px;
}

.article .full {
	background-position: center;
	background-size: cover;
	xbackground-image: url(/img/backgrounds/back-01.jpg);
	background: rgba(19,19,19,0.8);
	z-index: -1;
}

.article:hover {
	border: solid 1px rgb(230, 161, 58);
}

.header #clubEmblem {
	margin-top: 0.2em;
}

.header .tokenBalance {
	xfont-size: 22px;
	line-height: 1em;
}

.header .tokenBalance .icon {
	height: 140%;
	margin-left: -0.2em;
	margin-right: 0.2em;
	border: solid 1px rgb(230, 161, 58);
	border-radius: 50%;
	background: rgba(19,19,19);
	padding: 1px;
	margin-top: -0.22em;
}

.header .tokenBalance > span {
	vertical-align: middle;
	display: inline-block;
	margin-top: -0.31em;
}

.header #title .icon {
	height: 1em;
	vertical-align: top;
}

.header #title #titleText .icon {
	height: 0.9em;
	margin-top: 0.1em;
	vertical-align: top;
}

.tokenBalance {
	border: solid 1px rgb(230, 161, 58);
	border-radius: 15px;
	background-color: rgba(19,19,19,0.6);
	height: 60%;
	line-height: 60%;
	padding: 0px;
	overflow: visible;
}

.tokenBalance button {
	border: 0px;
	border-radius: 50%;
	padding: 0px;
	height: 1.18em;
	width: 1.18em;
	margin: 0px;
	vertical-align: middle;
	margin-left: 0.1em;
	margin-right: 1px;
	margin-top: -0.31em;
	filter: none;
}

.tokenBalance .noButton {
	visibility: hidden;
	width: 0.14em;
}

.tokenBalance button > * {
}

.articleImageContainer {
	width: calc(100% + 12px);
	border-bottom: solid 1px rgb(230, 161, 58);
	margin-top: -6px;
	margin-left: -6px;
	margin-right: -6px;
	text-align: center;
	position: relative;
}

.guide .title {
	font-size: 24px;
	font-weight: 800;
	color: rgb(230, 161, 58);
}

.guide .panel {
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
}

.guide h1 {
	margin-top: -7px;
}

.guide .icon {
	margin-right: 3px;
}

.articleImage {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -6px;
	background-color: rgba(20, 20, 20, 0.5);
}

.currencyAmount {
	font-family: "Inter", sans-serif;
	xfont-size: 2.4vh;
}

.claimable {
	font-style: italic;
	font-size: 60%;
}

.vbox, .o-box, .promoBoxContainer {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	text-align: left;

	width: 300px;

	padding: 10px;
	margin: 5px;
	position: relative;
}

.o-box.o-hc {
	text-align: center;
}

.o-box-l {
	width: 680px;
}

.vbox, .o-box, .panel {
	border: solid 1px rgba(22,22,22,0.8);
	xborder: solid 1px rgba(222,222,222,0.8);
	border-radius: 4px;
	background-color: rgba(222,222,222,0.2);
	xbackground-color: rgba(22,22,22,0.7);
	background-position: center;
	background-size: cover;
}

.vbox {
	xheight: calc(93vh - 24px);
}

.vbox.selectable:hover, .o-box.selectable:hover {
	cursor: pointer;
	border: solid 1px rgb(230, 161, 58);
	box-shadow: rgb(230 161 58) 0 0px 16px 4px;
	background-color: rgba(222,202,172,0.3);
}

.o-box-container {
	position: relative;
}

.o-box {
	height: 310px;
	xtransition: all 0.5s;
}

.play .o-box {
	height: 290px;
}

.o-box-row {
	white-space: nowrap;
	overflow-x: auto;
	xposition: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.o-box-row>* {
	white-space: normal;
}

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
}

*::-webkit-scrollbar
{
	width: 12px;
	background-color: rgba(0,0,0,0);
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(19, 86, 158, 0.5);
	cursor: pointer;
}

.o-box-overlay {
	position: absolute;
	background: rgba(48,48,48,0.6);
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    font-size: 48px; 
}

.o-box-overlay-disabled {
	font-size: 52px;
	color: #fff;
	background-image: url(/img/icons/locked.svg);
	background-size: 60% 60%;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-shadow: 0 0 2px black;
}

.bar-overlay {
	position: absolute;
	background: rgba(48,48,48,0.6);
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    font-size: 24px; 
}

.bar-overlay-disabled {
	font-size: 26px;
	color: #ccc;
	background-image: url(/img/icons/locked.svg);
	background-size: 60% 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.full {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.fullv {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	overflow-y: hidden;
}

.scrollablev {
	overflow-y: auto;
}

.scrollableh {
	overflow-x: auto;
}

.nonscrollableh {
	overflow-x: hidden;
}

.nonscrollablev {
	overflow-y: hidden;
}

.flex-scrollableh {
	overflow-x: auto;
	display: flex;
	flex-flow: column wrap;
}

.leftPanel {
	display: inline-block;
	width: 428px;
	text-align: left;
	position: absolute;
	vertical-align: top;
	z-index: 10;
	xbackground: rgba(19,19,19,0.8);
}

.centerBackPanel {
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	vertical-align: top;
	z-index: 1;
	text-align: center;
}

.rightPanel {
	display: inline-block;
	position: absolute;
	vertical-align: top;
	z-index: 10;
	left: calc(100% - 428px);
	right: 0px;
	text-align: center;
	xbackground: rgba(19,19,19,0.8);
}

.translucent {
	background: rgba(19,19,19,0.8);
}

.rightPanel.translucent {
	border-left: solid 1px rgb(230, 161, 58);
}

.players .centerBackPanel > .playerPic > .facePic {
	height: 50%;
	margin: auto;
	filter: drop-shadow(0px 0px 40px black);
	position: absolute;
	top: 10%;
	left: 37.7%;
}

.players .centerBackPanel > .playerPic > .jerseyPic {
	height: 50%;
	margin: auto;
	filter: drop-shadow(0px 0px 40px black);
	position: absolute;
	top: 54%;
	left: calc(37.7% - 1.23vh);
}

.players > .centerBackPanel > .playerPic {
	height: 100%;
	z-index: -1;
}

.players .centerBackPanel .topLeft {
	position: absolute;
	left: 450px;
	top: 10px;
	z-index: 10;
}

.players .centerBackPanel .topRight {
	position: absolute;
	right: 450px;
	top: 10px;
	z-index: 10;
	text-align: right;
}

.players .centerBackPanel #rank {
	font-size: 2em;
}

.players .centerBackPanel .buttonBarRight {
	position: absolute;
	right: 450px;
	bottom: 10px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.players .centerBackPanel .buttonBarLeft {
	position: absolute;
	left: 450px;
	bottom: 10px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.centerBackPanel #levelBar {
	position: absolute;
	bottom: 10px;
	left: 560px;
	right: 560px;
}

.centerPanel {
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: calc(100% - 256px);
	vertical-align: top;
	z-index: 1;
	text-align: center;
}

.bottomPanel {
	display: inline-block;
	position: absolute;
	vertical-align: bottom;
	z-index: 11;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: calc(100% - 256px);
	height: 256px;
	
	background: rgba(19,19,19,0.8);
}

.squad .bottomPanel {
	 margin-top: 0px;
}

.squad .bottomPanel .full {
	 padding: 0px 5px 0px 5px;
	 
}

.progressBar {
	position: relative;
	border: solid 1px rgba(0,0,0,0.4);
	xbackground: rgba(222,222,222,0.2);
	background: rgba(22,22,22,0.4);
}

.progressBar:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: solid 1px rgba(222,222,222,0.4);
}

.progressBarInner {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	background: rgb(90,122,158);
}

.progressBar .text {
	position: relative;
	z-index: 10;
	margin-left: 4px;
}

.players .centerBackPanel .actionPanel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 428px;
	right: 428px;
	background: rgba(19,19,19,0.6);
	z-index: 100;
}

.infoBox {
	padding: 10px;
	border-bottom: solid 1px rgba(222, 222, 222, 0.8);
}

.infoBox > div {
	margin-bottom: 6px;
}

.squadEditor .infoBox h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.country #text {
	margin-left: 6px;
	vertical-align: top;
}

#banners {
	margin-top: 10px;
}

.small {
	font-size: 80%;
}

h1 .small {
	font-size: 40%;
}

.color-box {
	vertical-align: baseline;
	display: inline-block;
	border: solid 1px rgb(220,220,220);
	margin-right: 2px;
	padding: 2px;
}

.squadEditor .fieldArea, .liveTactics .fieldArea {
	font-size: 26px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	text-align: center;
	opacity:0.7;
	justify-content: space-around;
	border: solid 1px black;
	display: flex;
	align-content: center;
	align-items: center;
	
}

.squadEditor .fieldAreaActive {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.selected > .facePic {
	xfilter: drop-shadow(1px 1px 0px rgb(230, 161, 58)) drop-shadow(-1px 1px 0px rgb(230, 161, 58)) drop-shadow(1px -1px 0px rgb(230, 161, 58)) drop-shadow(-1px -1px 0px rgb(230, 161, 58));
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.selected > .miniPlayerSquadInfo {
	border-color: rgb(230, 32, 32);
	border-width: 2px;
	margin-top: -3px;
}

.wrong-pos-1 {
	color: rgb(230, 161, 58);
}

.wrong-pos-2 {
	color: rgb(230, 58, 58);
}

.centerBackPanel .nav-item  {
	width: 90px;
}

.bannerBox {
	width: 500px;
	height: 310px;
	position: relative;
	background: rgba(19,19,19,0.6);
	border-radius: 4px;
	max-width: 98vw;
}

.bannerBox .banner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.bannerBox .selectors {
	position: absolute;
	bottom: 2px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.bannerBox .selector {
	background: rgb(230, 161, 58);
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.bannerBox .selector.active {
	background: rgb(230, 58, 58);
}

#news {
	position: absolute;
	right: 10px;
	top: 76px;
}

#homeBoxes {
	margin-top: 6em;
}

#banner {
	width: 500px;
}

#homeBoxes #fixtures, #homeBoxes #recentMatches {
	width: 680px;
}

#homeBoxes #fixtures .panel, #homeBoxes #recentMatches .panel {
	padding: 5px;
	background: none;
	border: none;
}

#homeEvents {
	width: 500px;
}

#homePlayers {
	width: 500px;
}

#homePlayers #topPlayers {
	margin-bottom: 20px;
}

#homeBoxes #referral {
	width: 500px;
}

#homeBoxes #referral #rewards {
	margin-top: 5px;
	margin-bottom: 10px;
}

#homeCountry {
	margin-right: 10px;
}

#teamData {
	vertical-align: top;
	margin-left: 20px;
}

#teamProfile {
	margin-top: 0.5em;
}

.m-l-d {
	margin-left: 0.5em;	
}
.m-r-d {
	margin-right: 0.5em;
}

#teamProfile #players {
	margin-left: 1em;
}

.report .score, .report .score > h1 {
	font-size: 70px;
}

.color-victory, .color-victory>h1, .score.color-victory>h1 {
	color: #11d585 !important;
}

.color-defeat, .color-defeat>h1, .score.color-defeat>h1 {
	color: #e94632 !important;
}

.color-draw, .color-draw>h1, .score.color-draw>h1 {
	color: #eee;
}

.desc {
	margin-bottom: 10px;
}

.disabled {
	filter: saturate(15%);
}

.nextWorldTour {
	border: solid 2px rgb(230, 161, 58);
	padding-top: 5px;
	padding-bottom: 5px;
}

.opponent {
	filter: saturate(50%) opacity(65%);
}

.opponent .facePic {
	transform-origin: 50% 50%;
	transform: scalex(-1);
}

.matchSettings #start {
	position: absolute;
	right: 10px;
	top: 2px;
}

.matchSettings #editPlayers {
	position: absolute;
	right: 125px;
	top: 2px;
}

.centerPanel .actionBar {
	margin-top: -6px;
}

.report #players {
	margin-top: 8px;
}

.report #rewards {
	display: inline-block;
}

.bigButton { 
	font-size: 20px;
	padding: 12px 18px;
	text-transform: uppercase;
}

#nations .img-country-medium {
	width: 90px;
	vertical-align: middle;
}

.o-box .name h1, .o-box .top h1, .panel h1.title, .o-box > h1 {
	margin-top: -7px;
	font-size: 30px;
}

.selectable:hover .name h1, .selectable:hover h1.title {
	color: rgb(230, 161, 58)
}

.panel {
	margin: 10px;
	padding: 10px;
	position: relative;
}

.matchBar, .oppBar {
	padding-bottom: 4px;
}

.matchBar > div, .oppBar > div {
	display: inline-block;
}

.oppBar {
	text-align: left;
	white-space: nowrap;
}

.oppBar > div {
	vertical-align: middle;
	margin-right: 10px;
}

.oppBar .team {
	margin: -10px;
	margin-right: 10px;
}

.oppBar .score {
	width: 104px;
	text-align: center;
}

.oppBar #teamInfo {
	width: 97px;
}

.playerList {
	height: 144px;
	overflow: hidden;
}

#topOppPlayers {
	width: calc(100% - 335px);
}

.matchBar .score {
	width: 102px;
	text-align: center;
	vertical-align: middle;
}

.matchBar .score #report {
	margin-top: 0px;
}

.matchBar .score h1 {
	margin-bottom: 0px;
	margin-top: -20px;
}

#scoreDiv .score h1 {
	color: white;
}

.fireworks-container {
	pointer-events: none;
	animation: bigbang 2s ease-in;
	position: absolute;
	overflow: visible;
}

.fireworks {
	pointer-events: none;
	animation: shoot 2s ease-in;
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(255,0,255);
	transform: rotate(45deg);
	opacity: 0;
}

@keyframes shoot {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		transform: translateY(50%);
		opacity: 0;
	}
}

@keyframes bigbang {
	0% {
		margin-left: 0px;
		margin-top: px;
		width: 0px;
		height: 0px;
	}
	100% {
		margin-left: -300px;
		margin-top: -300px;
		width: 600px;
		height: 600px;
	}
}

.matchBar #emblem, #standings #emblem, .matchBar #name, .matchBar #country {
	margin-right: 10px;
}

.matchBar #awayTeam #emblem {
	margin-left: 10px;
}

.stage {
	width: 175px;
}

#standings td {
	padding: 4px;
}

.panel h1.title {
	border-bottom: solid 1px rgba(230, 161, 58, 0.5);
}

#standingsContainer {
	margin-right: 10px;
}

#standingsContainer td, #standingsContainer th {
	padding-right: 10px;
}

th {
    text-align: left;
}

.actionBar {
	border-top: solid 1px rgba(230, 161, 58, 0.5);
	margin-top: 8px;
	padding: 8px 0xp;
}

.popupFooter .actionBar {
	margin-top: 0px;
	margin-bottom: 0px;
}

.cup #matches {
	max-width: 761px;
	width: calc(100vw - 20px);
}

.ko-match {
	display: block;
	width: 199px;
	height: 234px;
}

.ko-score {
	text-align: center;
	width: 60px;
}

.ko-score small {
	font-size: 50%;
}

.reversed .ko-score {
	text-align: center;
}

.ko-column {
	display: inline-block;
	vertical-align: top;
}

.cup #knockout {
	display: inline-block;
}

.cupGroup {
	width: 264px;
}

.team {
	white-space: nowrap;
}

.reward, .miniItemCard {
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

.reward {
	image-rendering: pixelated;
}

.reward #qty, .promoBox #qty {
	position: absolute;
	right: 4px;
	bottom: 0px;
}

.reward #info {
position: absolute;
	right: 4px;
	top: 4px;
	width: 16px;
	z-index: 101;
}

.reward #info:hover {
	color: rgb(235,182,64);
	cursor: pointer;
}

.reward #more {
	position: absolute;
	right: 2px;
	top: 0px;
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
}

.promoBox #qty {
	bottom: 1px;
}

.promoBox #qty {
	left: 0px;
	right: 0px;
	background-color: rgba(19,19,19,0.9); 
	text-align: center;
}

.actionBox #icon {
	width: 82px;
	border: solid 1px rgba(90,122,158,1);
	border-radius: 4px;
	background-color: rgba(19,19,19,0.8);
}

.actionBox .pIcon {
	position: relative;
	float: left;
	width: 82px;
	height: 82px;
	margin-right: 8px;
	overflow: hidden;
}

.actionBox {
	width: calc(100% - 12px);
	height: 106px;
}

.actionBox h1 {
	margin-top: -8px;
	margin-bottom: 0;
}

.actionBox #qty {
	xbackground-color: rgba(19,19,19,0.8);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	xtext-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
}

.centerBackPanel .actionBar {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	border: 0px;
}

.vignette #video {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: blur(calc(max(6px, max(1.5vw, 1.5vh)))) hue-rotate(309deg);
	background: black;
	object-fit: fill;
	transition-property: filter;
	transition-duration: 2s;
}

.vignette #videoAux {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: black;
	object-fit: fill;
	filter: blur(11px) hue-rotate(309deg);
}

.fill-h {
	width: 100%;
}

.blackBackground {
	background: black;
}

.arena .leftPanel, .rtpvp .leftPanel {
	width: 319px;
}

.arena .centerBackPanel, .rtpvp .centerBackPanel {
	margin-left: 321px;
}

.objectives .centerBackPanel {
	margin-left: 200px;
}

.objectives .centerBackPanel .desc {
	margin-right: 20px;
}

.objectives .centerBackPanel .bigButton {
	margin-left: 20px;
	margin-top: 30px;
	float: right;
}

.objectives .leftPanel {
	padding-top: 7px;
	padding-left: 2px;
}

.objectives .leftPanel button {
	width: 200px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.rtpvp .o-box {
	height: 420px;
}

.matchPlayer .shadow {
	position: relative;
	filter: contrast(0.0) brightness(0.0) blur(4px);
	opacity: 0.3;
	z-index: -1;
	left: -8px;
	top: -82px;
	transform-origin: bottom center;
}

.matchPlayer .inverted .shadow {
	transform: scaleY(0.5) skewX(-28deg);
	left: 7px;
}

.matchPlayer .shadow .facePic {
	position: relative;
	top: 11px;
}

.oppBar #topPlayers {
	margin-left: 20px;
}

#tierLogo {
	width: 40%;
	margin-top: 10px;
	margin-bottom: -15px;
}

.worldTourNation {
	position: absolute;
	margin-left: -116px;
	white-space: nowrap;
	text-align: center;
	width: 232px;
}

.worldTourNation .img-country {
	height: 100px;
}

.worldTourNation h1 {
	margin: 0px;
	font-size: 20px;
}

.item-trainingMatA {
	background-color: rgb(32,96,32);
}

.item-trainingMatB {
	background-color: rgb(32,64,128);
}

.item-trainingMatC {
	background-color: rgb(80,32,128);
}

.item-trainingMatD {
	background-color: rgb(204,96,24);
}

.item-trainingMatE {
	background-color: rgb(155,0,0);
}

.miniItemCard #rank {
	text-align: left;
	padding: 0px 4px;
}

.miniItemCard #level {
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 2px;
}

.miniItemCard .levelUp {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 1px;
	zoom: 0.8;
}

.getMore {
	width: 80px;
	vertical-align: middle;
	margin-top: 10px;
}

#nftPreview {
	width: 256px;
	height: 256px;
}

.header .clubInfo {
	width: 12em;
	position: absolute;
	z-index: -1;
	left: 4em;
	top: 1.05em;
	padding: 4px;
	padding-left: 3.4em;
	border: solid 1px rgba(22,22,22,0.8);
	border-radius: 4px;
	background-color: rgba(222,222,222,0.2);
}

#tourneyPosition {
	font-size: 30px;
	font-weight: bold;
	color: rgb(230, 161, 58);
	text-align: center;
}

#tourneyPosition .position {
	margin-right: 20px;
	margin-top: 6px;
}

#tourneyPosition button {
	margin-bottom: 10px;
}

.promoBoxContainer {
	text-align: center;
	width: 156px;
}

.promoBoxContainer button {
	width: 100%;
	margin: 0px 1px;
}

.promoBox .facePic {
	position: absolute;
	left: -9px;
	top: -10px;
	width: 144px;
}

.liveButton {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
}

.minWidthScreen {
	overflow-x: hidden;
}

.worldTour.minWidthScreen {
	min-width: 1240px;
}

.crossed {
	text-decoration: line-through;
}

.walletButton {
	border-radius: 6px;
	background: rgba(0,0,0,0.5);
	width: 300px;
	max-width: 80%;
	border: solid 1px rgb(230, 161, 58);
	cursor: pointer;
}

body>iframe {
	position: absolute;
	top: 0px;
}

.liveButton:enabled {
}

.tippy-box {
  background-color: rgba(19,19,19,0.9);
  border: solid 1px rgb(230, 161, 58);
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: rgb(230, 161, 58);
}

.worldTour #rewards { 
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}

.button-group>button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0px;
}

.button-group>button:last-child:not(:first-child), .button-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.button-group>button:first-child:not(:last-child), .button-group>.dropdown-toggle:not(:last-child) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.button-group>button {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: 400;
	line-height: 150%;
}

.o-box.storeOffer {
	height: 344px;
}

.attachToBottom {
	position: absolute;
	bottom: 8px;
	left: 0px;
	right: 0px;
}

.pos-abs {
	position: absolute;
}

#toastContainer {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 10001;
}

#toastContainer > div {
	border: solid 1px rgb(230, 161, 58);
	border-radius: 4px;
	margin-top: 8px;
	padding: 8px;
	background-color: rgba(19,19,19,0.9);
	color: white;
	
	font-weight: 700;
	font-variation-settings: "wdth" 75;
	font-size: 1.5em;
}

.guild .top-title {
	background: linear-gradient(
	 to bottom,
	 rgba(0, 0, 0, 1.0) 0%,
	 rgba(0, 0, 0, 0.8) 50%,
	 rgba(0, 0, 0, 0.0) 100%
	);
	margin: -10px -10px 0px -10px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}

.guild .bottom-title {
	background: linear-gradient(
	 to bottom,
	 rgba(0, 0, 0, 0.0) 0%,
	 rgba(0, 0, 0, 0.8) 50%,
	 rgba(0, 0, 0, 1.0) 100%
	);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.guild .bottom-title h1 {
	margin-bottom: 0px;
}

table.bordered-table, table.h-bordered-table {
	border: solid 1px rgba(240,240,240,0.5);
	border-spacing: 0px;
}

table.bordered-table thead, table.h-bordered-table thead {
	color: rgb(230, 161, 58);
	font-weight: 700;
	font-variation-settings: "wdth" 75;
	text-transform: uppercase;
}

table.bordered-table td {
	border: solid 1px rgba(240,240,240,0.5);
	padding: 4px;
}

table.h-bordered-table td {
	border-top: solid 1px rgba(240,240,240,0.5);
	border-bottom: solid 1px rgba(240,240,240,0.5);
	padding: 4px;
}

td.r-border {
	border-right: solid 1px rgba(240,240,240,0.5);
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #b6c3d3; background: #e6e6e6 url(/img/css/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #3e8eaf; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3e8eaf; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/img/css/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/img/css/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; background-color: rgba(222,222,222,0.2); margin: 0px 10px; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.promoBox .ui-slider {
	position: absolute !important;
	bottom: 1.5em !important;
	left: 0px !important;
	right: 0px !important;
	background-color: rgba(0.0,0.0,0.0,0.8) !important;
}

@media screen and (min-width: 1910px) {
    .cup #matches {
		max-width: 761px;
		width: calc(100vw - 20px);
		float: right;
	}
}

.fade {
    xtransition: opacity 400ms linear;
}

.fade.in {
	opacity: 1;
}

.fade.out {
	opacity: 0;
	z-index: -10;
	pointer-events: none;
}

#blockContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: var(--vw);
	height: var(--vh);
	background: rgba(0.0,0.0,0.0,0.5);
	text-align: center;
	vertical-align: middle;
	z-index: 10000;
	line-height: var(--vh);
}

#blockContainer span {
	vertical-align: middle;
	color: #eee;
	font-size: 140%;
}

.tt-menu {
	padding: 5px;
	background: rgba(32,48,64,0.8);
	color: rgb(220,220,220);
}

.tt-selectable {
	cursor: pointer;
}

.tt-selectable:hover {
	background: rgba(132,148,164,0.8);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltipContent {
  visibility: hidden;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 10001;
  font-size: 22px;
  text-transform: none;
  width: 300px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltipContent {
  visibility: visible;
}

#tutorialBlock {
	top: 0;
	left: 0;
	height: var(--vh);
	width: 100%;
	position: absolute;
	z-index: 20000;
}

#tutorialBlock #pointer {
	width: 100px;
	rotate: 180deg;
	position: absolute;
	margin: 0;
	z-index: 10;
}

.match #scene #sponsorsTop {
	position: absolute; top: -29px; left: 775px; z-index: 0; height: 40px; width: 2450px;
}
.match #scene #sponsorsLeft {
	position: absolute; top: 446px; left: -275px; z-index: 0; height: 40px; width: 1550px; transform: skew(0deg, -60deg) scaleX(0.355);
}
.match #scene #sponsorsRight {
	position: absolute; top: 446px; left: 2725px; z-index: 0; height: 40px; width: 1550px; transform: skew(0deg, 60deg) scaleX(0.355);
}
.match #scene #sponsorsBottom {
	position: absolute; display: none;
}

.quest-horizontal {
}

.quest-horizontal #spacer {
	height: 122px;
}

.quest-horizontal #rewards {
	float: right;
}

.quest-horizontal #actionBar {
	float: right;
	width: 124px;
	text-align: center;
}

.quest-horizontal #actionBar > * {
	float: none;
}

#tutorialClickMsg {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-size: min(min(2.6vw, 4.2vh), 31px);
	transition: opacity 0.42s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes bounceRP90 {
  0%, 100% {
    transform: rotate(90deg) translateY(7px);
  }
  50% {
    transform: rotate(90deg) translateY(-7px);
  }
}

@keyframes bounceRN90 {
  0%, 100% {
    transform: rotate(-90deg) translateY(7px);
  }
  50% {
    transform: rotate(-90deg) translateY(-7px);
  }
}

.hole {
	xtransition: opacity 0.42s;
  	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.holeAfter {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0 0 20px 12px rgba(230, 161, 58, 1);
	pointer-events: none;
	animation: holeBlink 0.9s linear infinite;
}

#tutorialClickMsg {
	color: rgb(230, 161, 58);
	animation: blink 0.9s linear infinite;	
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
    	opacity: 1;
	}
}

@keyframes holeBlink {
	0% {
		box-shadow: 0 0 20px 12px rgba(230, 161, 58, 1);
	}
	50% {
		box-shadow: 0 0 20px 6px rgba(230, 161, 58, 1);
	}
	100% {
		box-shadow: 0 0 20px 12px rgba(230, 161, 58, 1);
	}
}

.liveMatchBar > div {
	width: 160px;
}

.liveKOMatch .pAction {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 98px;
	top: 86px;
}

.liveKOMatch .ko-score {
	width: 80px;
}

.liveKOMatch.ko-match {
	width: 210px;
}

.liveKOMatch.ko-match .ko-team {
	text-wrap: nowrap;
}body {
	transform-origin: left top;
	width: 1750px;
	background: none;
	overflow: hidden;
	background: black;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
}

#main-layout #video {
	background: url(/img/background-09blur.webp);
	background-size: cover;
}

#layoutContainer, #popupContainer {
	width: 100%;
	height: 100%;
}

#popupContainer {
	left: 0%;
	right: 0%;
}

.popup {
	margin: calc(0.02 * var(--vh)) 0% calc(0.02 * var(--vh)) 0%;
	max-height: calc(0.96 * var(--vh));
	width: 100%;
}

.popup .popupContent {
    xmax-height: calc(0.96 * var(--vh));
    padding: 8px 0vw 8px 0vw;
}

#main-layout {
	width: 100%;
	height: 100%;
}

#contentArea {
	height: 100%;	
}

.fullScreen {
	xwidth: 100%;
	xheight: 100%;
	background-attachment: local;
}

.players .centerBackPanel>.playerPic {
	position: relative;
	margin: auto;
	height: 100%;
	overflow: visible;
}

.players .centerBackPanel>.playerPic>.facePic {
	height: calc(0.9 * var(--vh) - (100px + 2.3em));
	left: calc(0.50 * var(--vw) - 0.5 * 1.1 * (0.9 * var(--vh) - (100px + 2.3em)));
	top: calc(0.1 * var(--vh));
}

.players .centerBackPanel>.playerPic>.jerseyPic {
	display: none;
}

.miniCard {
	text-align: left;
}

.liveTacticsPlayer .facePic, .tacticsPlayer .facePic {
	height: 58px;
	top: -60px;
	object-fit: cover;
	object-position: 0 0;
}

.pixelated, .facePic, #tutorial #assistant {
	image-rendering: -webkit-optimize-contrast;
}

.samplePlayer {
	image-rendering: initial;
}

.oppBar .team {
	margin-right: 0px;
}

.oppBar > div {
	margin-right: 1px;
}

#topOppPlayers {
	width: calc(100% - 305px);
}

.miniCard.micro, .miniItemCard {
	width: 96px;
}

.reward.miniCard.micro, .miniItemCard {
	height: 96px;
	width: 96px;
	min-height: unset;
}

.miniCard .playerPic .facePic {
	filter: drop-shadow(0px 0px 4px #000);
}

.miniCard.micro .playerPic .facePic {
	width: 100px;
	left: -5px;
	top: 2px;
}

.miniCard #name {
	background: none;
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	height: unset;
	width: unset;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	overflow: visible;
	transform-origin: left;
}

.miniCard #ovr {
	position: absolute;
	font-size: 130%;
}

.miniCard #position {
	position: absolute;
	left: unset;
}

.miniCard.player.lineupPlayer {
    outline: solid 3px rgb(230, 161, 58);
}

/* Match */
.matchPlayer {
	margin-left: -35px;
	margin-top: -35px;
}

.matchPlayer .pPlayerPic .playerPic {
}

.matchPlayer .playerPic .facePic {
	top: -6px;
	width: 70px;
	left: -6px;
}

.matchPlayer #text, .matchPlayer .text * {
	text-align: center;
	margin-top: 70px;
	width: 70px;
	font-size: 25px;
}

.match #scene #ball, .match #scene #ballShadow {
	width: 32px;
	height: 32px;
}

/* style */
.matchPlayer .pPlayerPic {
	width: 68px;
	height: 68px;
  	cursor: pointer;  	
  	overflow: hidden;

	border-width: 5px;
	border-style: solid;
	border-radius: 50%;

  	box-shadow: rgb(0, 0, 0, 50%) 0px 5px 5px;
}

.matchPlayer .pPlayerPic .playerPicFx {
  	position: absolute;
	width: 100%;
  	height: 100%;

	background: linear-gradient(#bbb 0%, #999 10%, #777 50%, #444 100%);
	z-index: 10000;
  	border-radius: 50%;
  	mix-blend-mode: hard-light;
  	opacity: 0.7;
  	
  	border: solid black 2px;
}

.matchPlayer .pPlayerPic .playerPicFx::before {
	content: '';

  	position: absolute;
	width: 80%;
  	height: 80%;
  	top: 8%;
  	left: 10%;

	background: linear-gradient(#aaa 0%, #999 60%, #444 100%);
	z-index: 10001;
  	border-radius: 50%;
  	filter: blur(2px);
}

.matchPlayer .pPlayerPic .playerPicFx2 {
	position: absolute;
	width: 150%;
  	height: 100%;
  	left: -25%;
  	top: -5%;

	box-shadow: rgb(255, 255, 255, 50%) 0 20px 1px 0px inset;
	z-index: 10002;
  	border-radius: 50%;
  	mix-blend-mode: soft-light;
}

.pBoosterPack {
	margin: 20px 20px;
	vertical-align: middle;
}

.pBoosterPack .pImg > img {
	position: absolute;
	height: 100%;
}

.miniCard .pBoosterPack {
	position: relative;
	height: 90px;
	width: 90px;
	margin: 0;
}

.miniCard .pBoosterPack .pImg, .miniCard .pBoosterPack:hover .pImg {
	height: 100%;
	width: 100%;
	filter: none;
}

.pBoosterPack .pImg {
	position: relative;
	height: calc(0.55 * var(--vh) - (100px + 2.3em));
	width: calc(0.55 * var(--vh) - (100px + 2.3em));
	cursor: pointer;
	transition: all 0.5s;
	
	margin: auto;

	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.pBoosterPack .actionBar {
	transition: all 0.5s;
}

.pBoosterPack #border {
	z-index: 10;
}

.pBoosterPack #border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pBoosterPack #flags {
	position: absolute;
    overflow: hidden;
    border-radius: 50%;
    width: 68%;
    height: 68%;
    left: 16%;
    top: 16%;
    display: flex;
    flex-wrap: wrap;
}

.pBoosterPack #flags img {
	object-fit: cover;
}

/* Live */
.match #scene {
	transition: filter 0.1s;
}

.match #scene #field {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
}

.match #scene #field #fieldLines {
	background: transparent;
}

.match #scene #field #fieldLines svg {
	position: absolute;
	top: -40px;
	left: -40px;
	height: 1380px;
	width: 2080px;
	opacity: 0.7;
}

.match #scene #field #fieldGrass {
	top: -200px;
	left: -400px;
	width: calc(100% + 800px);
	background-size: 250px;
	image-rendering: unset;
	height: calc(100% + 300px);
}

.match #scene #field #fieldPattern {
	background: transparent;
}

.match #scene #sponsorsTop {
	position: absolute; top: -100px; left: -200px; z-index: 0; height: 40px; width: 2400px;
	display: none;
}
.match #scene #sponsorsLeft {
	position: absolute; top: 630px; left: -770px; z-index: 0; height: 40px; width: 1300px; transform: rotate(-90deg);
	display: none;
}
.match #scene #sponsorsRight {
	position: absolute; top: 630px; left: 1470px; z-index: 0; height: 40px; width: 1300px; transform: rotate(90deg);
	display: none;
}
.match #scene #sponsorsBottom {
	position: absolute; bottom: -100px; left: -200px; z-index: 0; height: 40px; width: 2400px; display: inline-block; transform: rotate(180deg);
	display: none;
}

.centerContainer {
	position: absolute;
	left: 50%;
}

.centerContainer > * {
	position: relative;
	left: -50%;
}

.matchPlayer .icon {
	height: 25px;
}

.vbox, .o-box, .panel, .header .clubInfo {
	background-color: rgba(22,22,22,0.8);
}

.header .clubInfo {
	top: 1.82em;
	border: solid 2px black;
}

.header #teamOvr {
	margin-left: 4px;
	margin-top: 6px;
}

.vbox.selectable:hover, .o-box.selectable:hover {
	background-color: rgba(22,20,17,0.8);
}

.facegenReview {
	width: 569px;
	height: 569px;
	position: relative;
	border: solid 1px yellow;
	border-radius: 4px;
}

.facegenReview img {
	width: 100%;
}

.miniCard.player {
	width: 134px;
	height: 234px;
}

.miniCard.player #turnPage {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 16px;
	cursor: pointer;
}


.miniCard.card-amateur {
    background-color: #aaa;
    border-color: #aaa;
}
.miniCard.card-pro {
    background-color: #272;
    border-color: #272;
}
.miniCard.card-worldClass {
    background-color: rgb(32,64,128);
    border-color: rgb(32,64,128);
}
.miniCard.card-elite {
    background-color: rgb(80,32,128);
    border-color: rgb(80,32,128);
}
.miniCard.card-legend {
	background-color: rgb(204,96,24);
    border-color: rgb(204,96,24);
}
.miniCard.card-myth {
	background-color: rgb(204,32,16);
    border-color: rgb(204,32,16);
}

.reward.miniCard.micro {
	outline: none;
	border-color: black;
}

.miniCard .playerPic .facePic {
    left: 4px;
    top: 5px;
    width: 118px;
}

.miniCard .bottomBar {
	background: none;
	margin: 165px 0px 0px 0px;
}

.miniCard .stats {
	text-shadow: none;
	line-height: 0.8em;
	font-size: 16px;
}

.miniCard #rank {
	top: 148px;
	text-align: center;
	left: 0px;
	right: 0px;
}

.miniCard #rank img {
	height: 0.75em;
}

.miniCard #ovr {
	font-size: 30px;
	z-index: 0;
    width: 51px;
    height: 34px;
    top: 1px;
    right: 6px;
    text-align: right;
}

.miniCard #ovr {
	font-size: 24px;
	right: 4px;
}

#rank img {
	margin-left: -0.05em;
}

.miniCard #position, .miniCard #level {
	font-size: 21px;
	top: 92px;
}

.miniCard.micro #level, .miniCard.micro #position {
	font-size: 17px;
	top: 71px;
}

.oppBar .miniCard.micro #position, .oppBar .miniCard.micro #level {
	font-size: 17px;
	top: 86px;
}

.miniCard.micro, .miniCard.squareCard {
	overflow: hidden;
}

.miniCard #level {
	right: 7px;
}

.miniCard #position {
	left: 7px;
}

.miniCard.micro #level {
	right: 3px;
	-webkit-font-smoothing: antialiased;
}

.miniCard.micro #position {
	left: 3px;
}

.miniCard #name {
	text-shadow: none;
	font-size: 18px;
	color: #eb5;
}

.miniCard .pName {
	top: 123px;
	position: absolute;
	left: 12px;
	right: 12px;
	text-align: center;
}

.miniCard #country, .miniCard.micro #country {
    z-index: 0;
    overflow: hidden;
}

.miniCard {
	overflow: visible;
}

.miniCard #country {	
    width: 46px;
    height: 33px;
}

.miniCard.micro #country {	
   	width: 37px;
    height: 27px;
    top: 1px;
    border: solid 1px #010;
}
.miniCard #country img, .miniCard.micro #country .img-country-mini {
	width: 100%;
	height: 100%;
}

.miniCard .stats table {
	width: calc(100% + 8px);
	margin-left: -4px;
}

.miniCard .stats .o-dataTableValue {
    color: #333;
    display: inline-block;
    padding: 0px;
    margin: 1px 4px 0px 4px;
    width: 54px;
    height: 14px;
    font-size: 18px;
}

/** New Live */
#ticks {
	width: 50%;
	margin-left: 25%;
	background: rgba(0,0,0,0.5);
	padding: 8px;
}
.tick .momentum {
	height: 20px;
	position: relative;
}

.cup #matches {
	width: 654px;
	float: none;
}

.slide .placeholder-v {
	min-height: 62vh;
}

.slide {
	background-size: cover;
	background-position: center center;
	text-shadow: 0 0 12px black;
}
.slide .mask {
	background-image: url(/img/shots/mask.png);
	background-size: initial;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.numberInput {
    display: inline-block;
    background: #333;
    border-radius: 10px;
    padding: 8px;
    font-size: 150%;
    border: solid 1px #777;
    margin-bottom: 10px;
}

.funnel .oui-dataTable td {
	border: solid 1px black;
	padding: 6px;
}

button {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s;
}

button:hover {
	xtransform: translateY(-2px);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.bottomPanel #players .miniCard {
	margin: 4px;
}
.bottomPanel {
	height: 260px;
}

/** Card */
.clickable:hover * {
	color: unset;
}
.miniCard .pName {
	top: 115px;
	border-top: solid 1px rgb(235,182,64);
	border-bottom: solid 1px rgb(235,182,64);
	left: 1px;
	right: 1px;
	background: url(/img/cards/dark-pattern.webp);
}

.miniCard.player.clickable:hover {
	box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);
}
.miniCard.player {
	box-shadow: inset 0 0px 40px 0px rgba(0,0,0,0.4);
	font-family: 'Bebas Neue', sans-serif;
	background-repeat: repeat;
	background-image: url(/img/cards/card-pattern-01.webp);	
}
.miniCard.player {
	outline: solid 1px rgb(0,0,0);
}

.miniCard #ovr {
	text-shadow: -1px 1px 0 #010, 1px 1px 0 #010, 1px -1px 0 #010, -1px -1px 0 #010;
	font-size: 34px;
}

.miniCard.micro.player #ovr {
	font-size: 26px;	
}

.miniCard #traits {
	padding-top: 2px;
}

.miniCard #rank {
	top: 139px;
}

.miniCard .bottomBar {
	margin-top: 157px;
}

.miniCard .playerPic .facePic {
	left: 8px;
	top: 1px;
	width: 114px;
}

.miniCard #country {
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	left: 1px;
	top: 1px;
	border: solid 1px #010;
}

.miniCard:before, .miniItemCard:before {
	border-radius: 3px;
}

.miniCard .stats .o-dataTableValue {
	color: unset;
	filter: drop-shadow(0px 0px 1px #000);
}

.oppBar .miniCard {
	overflow: hidden;
}

.oppBar .miniCard #rank {
	top: 127px;
}

.oppBar .miniCard.micro .pName {
	top: 110px;
	bottom: 13px;
}

.miniCard.micro #name {
	font-size: 15px;
	white-space: nowrap;
	width: unset;
}

/* Opp Bar */
.miniCard.micro.player {
	width: 96px;
}

.miniCard.micro .playerPic {
	height: 107px;
	top: 3px;
}

.miniCard.micro .playerPic .facePic {
	width: 92px;
	left: 0px;
	top: 15px;
}

.oppBar .miniCard.player {
	width: 96px;
	height: 143px;	
}

/* Reward */
.squareCard.miniCard.player {
	height: 142px;
}

.reward.miniCard.micro .playerPic {
	height: 85px;
}

.reward.miniCard.micro .playerPic .facePic {
	top: 4px;
	width: 68px;
	left: 12px;
}

.reward.miniCard.micro .pName {
	top: 75px;
}

.reward.miniCard.micro #position, .reward.miniCard.micro #level {
	top: 57px;
}

.reward.miniCard.micro #name {
	font-size: 14px;
}

.leftPanel #players .miniCard {
	margin: 2px;
}

.levelUpLevel {
    font-size: 200px;
    font-family: 'Bebas Neue', sans-serif;
    color: rgb(230, 161, 58);
    border-radius: 50%;
    border: solid 5px rgb(230, 161, 58);
    height: 240px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/img/cards/dark-pattern.webp);
    filter: drop-shadow(0px 0px 45px rgb(230, 161, 58));
}

/** Tactics */
.tacticsPlayer {
	font-family: 'Bebas Neue', sans-serif;
	margin-left: -30px;
	margin-top: -30px;
}

.tacticsPlayer .pFace {
	border: solid 2px #010;
	width: 60px;
	height: 60px;
	background-image: url(/img/cards/card-pattern-01.webp);
	border-radius: 50%;
	overflow: hidden;
}

.tacticsPlayer.selected > .pFace{
	border-color: rgb(230, 161, 58);
}

.tacticsPlayer .facePic {
	height: 60px;
	top: -2px;
	width: 60px;
	left: -2px;
	position: relative;
}

.tacticsPlayer #ovr, .tacticsPlayer #level {
	font-size: 120%;
	z-index: 100;
	position: absolute;
	white-space: nowrap;
	width: 180%;
	left: -40%;
	text-align: center;
}

.tacticsPlayer #ovr {
	top: -11px;
}

.tacticsPlayer #level {
	bottom: -18px;
}

.bottomPanel #players .player {
	position: absolute;
	xtransition: top 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
				left 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottomPanel #players {
	overflow-x: auto;
	overflow-y: hidden;
}

.reward #title {
	position: absolute;
	left: 4px;
	top: 0px;	
}

.match #scene #field #fieldGrass {
	background: url(/img/grass.webp);
}

.squadEditor .fieldContainer #field, .squadInfo .fieldContainer #field {
	background-image: url(/img/grass.webp);
}

.pTier #tierName {
	margin-top: -10px;
	font-size: 28px;
}

.matchBar.liveMatchBar .score {
	width: 130px;
}

.matchBar.liveMatchBar .score button {
	margin-bottom: 0px;
}

.matchBar.liveMatchBar .score h1 {
	margin-top: 0px;
}

.cup #matches {
	width: unset;
	vertical-align: top;
}

.cupGroup #standings {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.cupGroup #standings .list-item {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 250px;
}

button .icon {
    height: 20px;
    vertical-align: top;
    margin: 0 0 0 3px;
}

.paymentPage > div {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.o-box.worldCup {
	overflow: hidden;
}

.o-box.worldCup img {
	width: 100%;
}

.o-box.worldCup h1 {
	font-size: 200%;
}

.levelBar #level {
	font-size: 130px;
}.o-icon-ui-arrow-l { width: 19px; height: 26px; background: url('/img/sprite/ui0/_230328') -1px -1px no-repeat;}
.o-icon-in-ui-arrow-l { display: inline-block; vertical-align: middle; width: 19px; height: 26px; background: url('/img/sprite/ui0/_230328') -1px -1px no-repeat;}
.o-icon-ui-dice { width: 36px; height: 36px; background: url('/img/sprite/ui0/_230328') -26px -1px no-repeat;}
.o-icon-in-ui-dice { display: inline-block; vertical-align: middle; width: 36px; height: 36px; background: url('/img/sprite/ui0/_230328') -26px -1px no-repeat;}
.o-icon-ui-arrow-r { width: 19px; height: 26px; background: url('/img/sprite/ui0/_230328') -66px -1px no-repeat;}
.o-icon-in-ui-arrow-r { display: inline-block; vertical-align: middle; width: 19px; height: 26px; background: url('/img/sprite/ui0/_230328') -66px -1px no-repeat;}
.o-icon-live-goalPostSideR { width: 68px; height: 66px; background: url('/img/sprite/live1/_230328') -1px -1px no-repeat;}
.o-icon-in-live-goalPostSideR { display: inline-block; vertical-align: middle; width: 68px; height: 66px; background: url('/img/sprite/live1/_230328') -1px -1px no-repeat;}
.o-icon-live-goalPostShadowR { width: 112px; height: 151px; background: url('/img/sprite/live2/_230328') -1px -1px no-repeat;}
.o-icon-in-live-goalPostShadowR { display: inline-block; vertical-align: middle; width: 112px; height: 151px; background: url('/img/sprite/live2/_230328') -1px -1px no-repeat;}
.o-icon-live-goalPostTopR { width: 112px; height: 151px; background: url('/img/sprite/live2/_230328') -116px -1px no-repeat;}
.o-icon-in-live-goalPostTopR { display: inline-block; vertical-align: middle; width: 112px; height: 151px; background: url('/img/sprite/live2/_230328') -116px -1px no-repeat;}
