/*------- Brand Colors ----------------*/
/*------- Global Variables ----------------*/
/*----- sBanner-----*/
/*----- Header-----*/
/*----- Main Navbar-----*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

body {
  background-color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  user-select: none;
  height: 100%;
  display: block; }

*, *::before, *::after {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0; }
ul li {
  list-style: none;
  list-style-image: none;
  list-style-type: none; }

input, textarea {
  font-family: inherit;
  outline: none;
  width: 100%; }

select {
  background-image: none;
  outline: none;
  border: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

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

.text-justify {
  text-align: justify !important; }

.w-100 {
  width: 100% !important; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.space-2 {
  margin: 2px auto;
  padding: 1px 0; }

.space-5 {
  margin: 5px auto;
  padding: 2px 0; }

.space-10 {
  margin: 10px auto;
  padding: 5px 0; }

.mr-5 {
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse !important; }

body.GM-sideMenu-open {
  margin: 0 auto; }

.bg-primary {
  background-color: #161c23; }

.bg-secondary {
  background-color: #ffc200; }

.pick6-mobile {
  overflow-x: hidden;
  height: 100%; }

.GM-icon-fav {
  color: #494949; }
.GM-icon-fav.active {
  color: #999; }

.GM-tabs-content > .GM-tab-pane {
  display: none; }
.GM-tabs-content > .GM-tab-pane.active {
  display: block; }

.GM-tabs {
  min-height: 50px;
  background-color: #161c23;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto; }
@media screen and (max-width: 300px) {
  .GM-tabs {
    flex-wrap: wrap; } }
.GM-tabs ul {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 300px) {
  .GM-tabs ul {
    flex-wrap: wrap; } }
.GM-tabs ul li {
  flex: 1 1 auto;
  white-space: nowrap; }
.GM-tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 10px;
  min-height: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }
@media screen and (max-width: 300px) {
  .GM-tabs ul li a {
    min-height: auto;
    padding: 4px 4px;
    font-size: 12px; } }
.GM-tabs ul li.active {
  border-bottom: 3px solid #ffc200; }
.GM-tabs ul li.active a {
  color: #FFF;
  font-weight: 600; }

.GM-filterBtnList {
  min-height: 40px; }
.GM-filterBtnList ul {
  display: flex;
  width: auto;
  height: 100%;
  overflow-x: auto; }
@media screen and (max-width: 300px) {
  .GM-filterBtnList ul {
    flex-wrap: wrap; } }
.GM-filterBtnList ul li {
  display: flex;
  align-items: center;
  padding-right: 12px;
  min-width: 110px; }
@media screen and (max-width: 300px) {
  .GM-filterBtnList ul li {
    padding: 4px 8px 4px 4px; } }
.GM-filterBtnList ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  height: 40px;
  background-color: #161c23;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #161c23;
  line-height: 16px; }
.GM-filterBtnList ul li.active a {
  background-color: #374759;
  border-color: #374759;
  font-weight: 600;
  color: #FFF; }
.GM-filterBtnList ul li:last-child {
  padding-right: 0; }
.GM-filterBtnList.GM-scrollableArea, .GM-filterBtnList.GM-horizontal ul {
  table-layout: auto; }
.GM-filterBtnList.GM-scrollableArea ul, .GM-filterBtnList.GM-horizontal ul ul {
  width: 100%; }

.GM-scrollableArea.GM-horizontal {
  overflow-x: auto; }

.GM-box-tabs ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 300px) {
  .GM-box-tabs ul {
    flex-flow: row wrap; } }
.GM-box-tabs ul li {
  flex: 1 1 0%;
  text-align: center;
  border-top: 1px solid #161c23; }
@media screen and (max-width: 300px) {
  .GM-box-tabs ul li {
    flex: 1 1 auto; } }
.GM-box-tabs ul li:nth-child(2) {
  border-left: 1px solid #161c23; }
.GM-box-tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 4px 10px;
  background-color: #252e39; }
.GM-box-tabs ul li i.GM-icon-ticket {
  font-size: 16px; }
.GM-box-tabs ul li.active a {
  background-color: #374759;
  font-weight: 500; }
.GM-box-tabs ul li:not(.active) {
  border-bottom: 1px solid #161c23; }

.GM-box {
  background-color: #161c23;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 20px;
  overflow: hidden; }
@media screen and (max-width: 300px) {
  .GM-box {
    padding: 8px;
    margin-bottom: 12px; } }

.GM-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
@media screen and (max-width: 300px) {
  .GM-section {
    flex-wrap: wrap; } }

.GM-table thead th {
  text-align: left;
  border-bottom: 1px solid #555; }
@media screen and (max-width: 300px) {
  .GM-table thead {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .GM-table thead tr {
    background-color: #ddd; } }
.GM-table th, .GM-table td {
  padding: 10px; }
@media screen and (max-width: 300px) {
  .GM-table th, .GM-table td {
    padding: 4px; } }
@media screen and (max-width: 300px) {
  .GM-table th, .GM-table td {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 300px) {
  .GM-table tr {
    display: block !important;
    width: 100%; }
  .GM-table tr:nth-child(even) {
    background-color: #F6f6f6; }
  .GM-table tr .text-center {
    text-align: left !important; } }
.GM-table a {
  text-decoration: underline !important; }
.GM-table .caption {
  background-color: #ffc200;
  color: #000;
  min-height: 38px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 8px; }
@media screen and (max-width: 300px) {
  .GM-table .caption {
    font-size: 10px;
    padding: 4px;
    min-height: auto; } }
.GM-table.GM-table-accaBets td {
  padding: 4px 10px; }
.GM-table.GM-table-accaBets tbody tr {
  border-bottom: 1px solid #EEE; }
.GM-table.GM-table-accaBets tbody tr:last-child {
  border-bottom: 0; }
.GM-table.GM-table-accaBets button {
  background-color: #101318;
  min-width: 60px;
  height: 26px;
  border-radius: 4px;
  font-weight: 600;
  color: #ffc200; }
.GM-table.GM-table-accaBets button.active {
  background-color: #ffc200;
  font-weight: 600;
  color: #000; }
.GM-table.GM-table-accaBets .GM-outcome {
  font-weight: 600; }

.GM-hr {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: #2c3239; }

.GM-accordion .GM-arrowAfter:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" fill="%23fff" viewBox="0 0 24 20"><path d="M12,5.2c0.4,0,0.9,0.2,1.2,0.5L23.5,16c0.7,0.7,0.7,1.7,0,2.4c-0.7,0.7-1.7,0.7-2.4,0L12,9.2l-9.1,9.1c-0.7,0.7-1.7,0.7-2.4,0s-0.7-1.7,0-2.4L10.8,5.7C11.1,5.3,11.6,5.2,12,5.2z"/></svg>'); }
.GM-accordion.collapsed > .GM-accordion-content {
  display: none; }
.GM-accordion.collapsed .GM-arrowAfter:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" fill="%23fff" viewBox="0 0 24 20"><path d="M12,18.8c-0.4,0-0.9-0.2-1.2-0.5L0.5,8c-0.7-0.7-0.7-1.7,0-2.4C1.1,5,2.2,5,2.9,5.7l9.1,9.1l9.1-9.1c0.7-0.7,1.7-0.7,2.4,0,c0.7,0.7,0.7,1.7,0,2.4L13.2,18.3C12.9,18.7,12.4,18.8,12,18.8z"/></svg>'); }

.GM-emptyContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 20px; }

.GM-msgBox {
  background-color: #212933;
  border: 0px solid #AAA;
  border-radius: 6px;
  padding: 8px;
  min-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc; }
.GM-msgBox.GM-error {
  border: 0px solid #ff5454;
  color: #ff5454;
  font-weight: 600; }

.GM-successMessage {
  color: #27AE60; }

.GM-disabled {
  opacity: 0.5;
  pointer-events: none; }

.GM-formGroup {
  display: flex;
  flex-direction: column; }
.GM-formGroup.formGroup-inline {
  flex-direction: row; }

.GM-formLabel {
  margin-bottom: 2px;
  display: inline-block; }

.GM-formControl {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 8px;
  min-height: 30px;
  max-height: 30px;
  color: #000; }
.GM-formControl::placeholder {
  color: #666;
  opacity: 0.5;
  font-weight: normal; }

.GM-formControl-group {
  display: flex;
  position: relative; }
.GM-formControl-group .GM-formControl {
  flex: 1 1 auto;
  padding-right: 40px; }
@media screen and (max-width: 300px) {
  .GM-formControl-group .GM-formControl {
    padding-right: 26px; } }
.GM-formControl-group .GM-formAddon {
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
@media screen and (max-width: 300px) {
  .GM-formControl-group .GM-formAddon {
    min-width: 24px;
    max-width: 24px; } }
.GM-formControl-group .GM-formAddon .GM-iconSvg {
  width: 12px;
  height: 12px; }

.GM-formErrorMsg {
  color: #ff5454; }

.btn {
  cursor: pointer;
  padding: 0 6px;
  border: none;
  white-space: nowrap;
  background-image: none;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1; }
.btn:focus {
  outline: none;
  box-shadow: none; }
@media screen and (max-width: 300px) {
  .btn {
    white-space: normal; } }

.GM-btn {
  background-color: #DADADA;
  color: #000; }

.GM-btnDefault {
  background-color: #DADADA;
  color: #000;
  font-size: 18px; }
.GM-btnDefault.btnPrimary {
  background-color: #ffc200 !important;
  color: #000; }
.GM-btnDefault.btnSecondary {
  background-color: #ffc200 !important;
  color: #FFF; }
.GM-btnDefault.btnSmall {
  height: 30px;
  font-size: 11px;
  padding: 4px 8px; }
.GM-btnDefault.btnMedium {
  height: 40px;
  font-size: 12px;
  padding: 4px 8px; }
.GM-btnDefault.btnLarge {
  font-weight: 700;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px; }
@media screen and (max-width: 300px) {
  .GM-btnDefault.btnLarge {
    font-size: 12px;
    padding: 4px 8px;
    height: 36px;
    height: auto;
    line-height: 1;
    min-height: 36px; } }
.GM-btnDefault.active {
  background-color: #ffc200 !important;
  color: #000; }

.GM-select {
  background-color: #FFF;
  border-radius: 20px;
  height: 36px;
  color: #222;
  font-weight: 500;
  position: relative;
  border: 0; }
.GM-select::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" fill="%23000" viewBox="0 0 24 20"><path d="M12,18.8c-0.4,0-0.9-0.2-1.2-0.5L0.5,8c-0.7-0.7-0.7-1.7,0-2.4C1.1,5,2.2,5,2.9,5.7l9.1,9.1l9.1-9.1c0.7-0.7,1.7-0.7,2.4,0c0.7,0.7,0.7,1.7,0,2.4L13.2,18.3C12.9,18.7,12.4,18.8,12,18.8z"/></svg>');
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
  border: 0;
  pointer-events: none; }

.GM-topScorerSelector {
  position: relative;
  width: 180px;
  margin: 0 auto; }
@media screen and (max-width: 300px) {
  .GM-topScorerSelector {
    width: 100%; } }
.GM-topScorerSelector select {
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 0 20px;
  text-align-last: center; }
.GM-topScorerSelector select option:checked {
  color: #05a457; }
.GM-topScorerSelector .GM-topScorerSelectorIcon {
  position: absolute;
  top: -5px;
  right: -5px;
  border: 3px solid #FFF;
  background-color: #656565;
  font-size: 17px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-topScorerSelector .GM-topScorerSelectorIcon .GM-iconSvg {
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-topScorerSelector .GM-topScorerSelectorIcon .GM-iconSvg svg path {
  fill: #FFF; }
.GM-topScorerSelector::after {
  content: ""; }
.GM-topScorerSelector.selected select {
  border: 1px solid #05a457;
  color: #05a457; }
.GM-topScorerSelector.selected option:not(:checked) {
  color: #000; }
.GM-topScorerSelector.selected .GM-topScorerSelectorIcon {
  background-color: #05a457; }
.GM-topScorerSelector.selected .GM-topScorerSelectorIcon .GM-iconSvg svg path {
  fill: #FFF; }

@font-face {
  font-family: 'pick6';
  src: url("../fonts/pick6.eot?45knq0");
  src: url("../fonts/pick6.eot?45knq0#iefix") format("embedded-opentype"), url("../fonts/pick6.woff?45knq0") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pick6' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -10%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.GM-icon-edit:before {
  content: "\e900"; }

.GM-icon-search:before {
  content: "\e901"; }

.GM-icon-share:before {
  content: "\e902"; }

.GM-icon-success:before {
  content: "\e903"; }

.GM-icon-arrow-down:before {
  content: "\e904"; }

.GM-icon-arrow-up:before {
  content: "\e905"; }

.GM-icon-fav:before {
  content: "\e906"; }

.GM-icon-stats:before {
  content: "\e907"; }

.GM-icon-ticket:before {
  content: "\e908"; }

.GM-icon-cross-circle:before {
  content: "\e909"; }

.GM-icon-arrow-previous:before {
  content: "\e90a"; }

.GM-icon-arrow-next:before {
  content: "\e90b"; }

.GM-icon-minus:before {
  content: "\e90c"; }

.GM-icon-plus:before {
  content: "\e90d"; }

.GM-icon-checkmark:before {
  content: "\e90e"; }

.GM-icon-cross:before {
  content: "\e90f"; }

.GM-layout-header {
  height: 60px;
  background-color: #efefef;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
.GM-layout-header .GM-header-right {
  flex: 1 1 auto; }
.GM-layout-header .GM-header-left {
  display: flex;
  align-items: center; }
.GM-layout-header .GM-header-left .icon-hamburger {
  padding: 20px;
  margin-right: 5px; }
.GM-layout-header .GM-header-left .icon-hamburger svg {
  fill: #000; }
.GM-layout-header .GM-header-left .GM-header-logo .GM-header-logo__brand {
  height: 34px; }
.GM-layout-header .GM-header-right {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end; }
.GM-layout-header .GM-header-right .GM-userProfile {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000; }
.GM-layout-header .GM-header-right .GM-userProfile .GM-iconSvg.icon-user {
  margin-bottom: -5px; }
.GM-layout-header .GM-header-right .GM-userProfile .GM-iconSvg.icon-user svg {
  fill: #000; }

.GM-subHeader {
  height: 50px;
  background-color: #161c23;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; }
.GM-subHeader .GM-pick6-logoTxt {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center; }
.GM-subHeader .GM-pick6-logoTxt b {
  color: #FFF;
  background-color: #161c23;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px; }
.GM-subHeader .GM-header-logo {
  position: relative;
  display: inline-flex;
  align-items: flex-start; }
.GM-subHeader .GM-header-logo .GM-iconSvg {
  min-width: 75px;
  max-width: 75px; }
.GM-subHeader .GM-header-logo svg path {
  fill: #ffc200; }
.GM-subHeader .GM-header-logo .GM-freeLabel {
  background-color: #b2d235;
  color: #000;
  font-size: 10px;
  border-radius: 3px;
  line-height: 1;
  padding: 3px 4px 3px;
  font-weight: bold;
  position: relative;
  top: -4px;
  margin-left: 3px; }

.GM-content {
  padding: 20px 0px; }
@media screen and (max-width: 300px) {
  .GM-content {
    padding: 12px 4px; } }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-content {
    padding: 20px 10px; } }

[class*=row-], [class~=row] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px; }
@media screen and (max-width: 300px) {
  [class*=row-], [class~=row] {
    margin: 0 -4px; } }

[class*=row-3] > [class~=col] {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col {
  flex: 1 1 0%;
  max-width: 100%;
  padding: 0 8px; }
@media screen and (max-width: 300px) {
  .col {
    padding: 0 4px; } }

@media (max-width: 1024px) {
  [class*=_md-2] > [class*=col-], [class*=_md-2] > [class*=col_], [class*=_md-2] > [class~=col] {
    flex-basis: 50%;
    max-width: 50%; } }
@media (max-width: 576px) {
  [class*=_xs-1] > [class*=col-], [class*=_xs-1] > [class*=col_], [class*=_xs-1] > [class~=col] {
    flex-basis: 100%;
    max-width: 100%; } }
.GM-sBanner {
  background-repeat: no-repeat;
  background-color: #000;
  background-size: contain;
  position: relative;
  padding: 40px 12px;
  background-position: top center;
  min-height: 500px;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
@media screen and (max-width: 300px) {
  .GM-sBanner {
    padding: 12px 8px;
    background-size: cover; } }
.GM-sBanner.GM-cricket {
  background-image: url(../images/splash-banner-bg-cricket.jpg); }
.GM-sBanner.GM-football {
  background-image: url(../images/splash-banner-bg-football.jpg); }
.GM-sBanner::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  height: 100%; }
.GM-sBanner .GM-sBanner-content {
  position: relative;
  z-index: 9;
  text-align: center; }
.GM-sBanner .GM-sBanner__title {
  margin: 0 0 40px;
  display: inline-flex;
  align-items: flex-start; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__title {
    margin: 20px 0 20px; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__title {
    display: block; } }
.GM-sBanner .GM-sBanner__title .GM-iconSvg {
  width: 132px;
  min-width: 132px;
  max-width: 132px; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__title .GM-iconSvg {
    width: 90px;
    min-width: 90px;
    max-width: 90px; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__title .GM-iconSvg {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin: 0 auto; } }
.GM-sBanner .GM-sBanner__title svg {
  fill: #ffc200; }
.GM-sBanner .GM-sBanner__title .pick6-number {
  fill: #000; }
.GM-sBanner .GM-sBanner__title .GM-freeLabel {
  background-color: #b2d235;
  color: #000;
  font-size: 10px;
  border-radius: 3px;
  padding: 3px 3px 2px;
  line-height: 1;
  margin-left: 3px; }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__title .GM-freeLabel {
    font-size: 10px; } }
.GM-sBanner .GM-sBanner__txt {
  padding: 0 16px;
  font-size: 42px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  max-width: 550px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  line-height: 1.2; }
.GM-sBanner .GM-sBanner__txt br {
  display: none; }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-sBanner .GM-sBanner__txt {
    font-size: 26px; } }
.GM-sBanner .GM-sBanner__txt span {
  color: #ffc200; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__txt {
    font-size: 28px;
    line-height: 1; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__txt {
    font-size: 20px;
    padding: 0 0px; } }
.GM-sBanner .GM-sBanner__btn {
  display: flex;
  justify-content: center;
  padding: 12px 0; }
.GM-sBanner .GM-sBanner__btn .btn {
  max-width: 300px;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 22px;
  margin-top: 50px;
  text-transform: uppercase; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__btn .btn {
    height: auto;
    font-size: 16px;
    margin-top: 0px;
    text-transform: none;
    min-height: 32px;
    white-space: normal;
    line-height: 1; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__btn .btn {
    font-size: 12px; } }
.GM-sBanner .GM-sBanner__btn .GM-sBanner-btnPlayNow {
  background-color: #ffc200;
  color: #000; }
.GM-sBanner .GM-sBanner__btn .GM-sBanner-btnViewResults {
  background-color: #161c23;
  color: #FFF; }
.GM-sBanner .GM-sBanner__terms {
  color: #eee;
  max-width: 300px;
  text-align: center;
  margin: 25px auto 0; }
.GM-sBanner .GM-sBanner__priceBox-contianer {
  text-align: center;
  margin: 30px 0; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBox-contianer {
    margin: 20px 0 12px; } }
.GM-sBanner .GM-sBanner__priceBox {
  position: relative;
  padding-bottom: 35px;
  display: inline-block;
  text-align: left; }
.GM-sBanner .GM-sBanner__priceTxt {
  font-size: 36px;
  font-weight: 800;
  color: #FFF;
  margin-left: -32px;
  line-height: 1.1;
  font-style: italic; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceTxt {
    font-size: 16px;
    margin-left: 0; } }
.GM-sBanner .GM-sBanner__price {
  display: flex;
  justify-content: center;
  position: relative; }
.GM-sBanner .GM-sBanner__priceBG {
  background-color: #212933;
  height: 86px;
  padding: 10px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center; }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-sBanner .GM-sBanner__priceBG {
    padding: 10px 6px; } }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBG {
    height: 46px;
    padding: 4px; } }
.GM-sBanner .GM-sBanner__priceBG .GM-sBanner__currencyAmount {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center; }
.GM-sBanner .GM-sBanner__priceBG .left-arrow {
  position: absolute;
  border-bottom: 85px solid transparent;
  border-right: 25px solid #212933;
  top: 0;
  left: -25px; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBG .left-arrow {
    border-bottom: 46px solid transparent;
    border-right: 15px solid #212933;
    left: -15px; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__priceBG .left-arrow {
    display: none; } }
.GM-sBanner .GM-sBanner__priceBG .right-arrow {
  position: absolute;
  border-bottom: 85px solid transparent;
  border-left: 25px solid #212933;
  top: 0;
  right: -25px; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBG .right-arrow {
    border-bottom: 46px solid transparent;
    border-left: 15px solid #212933;
    right: -15px; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__priceBG .right-arrow {
    display: none; } }
.GM-sBanner .GM-sBanner__priceBG .currency {
  font-size: 20px;
  font-weight: 500;
  padding-right: 5px; }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBG .currency {
    font-size: 10px; } }
.GM-sBanner .GM-sBanner__priceBG .amount {
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
  transition: all 0.3s ease; }
@media screen and (min-width: 320px) and (max-width: 375px) {
  .GM-sBanner .GM-sBanner__priceBG .amount {
    font-size: 36px; } }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-sBanner .GM-sBanner__priceBG .amount {
    font-size: 38px; } }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceBG .amount {
    font-size: 28px; } }
@media screen and (max-width: 120px) {
  .GM-sBanner .GM-sBanner__priceBG .amount {
    font-size: 18px; } }
.GM-sBanner .GM-sBanner__priceArrow {
  position: absolute;
  border-bottom: 59px solid transparent;
  border-left: 50px solid #212933;
  bottom: -15px;
  right: 25px;
  transform: rotate(17deg); }
@media screen and (max-width: 300px) {
  .GM-sBanner .GM-sBanner__priceArrow {
    border-bottom-width: 39px;
    border-left-width: 30px;
    bottom: 4px; } }

.GM-matchBox {
  position: relative; }
.GM-matchBox.cricket {
  padding-top: 30px; }
.GM-matchBox .GM-box {
  padding: 0; }
.GM-matchBox .GM-matchBox-content {
  position: relative;
  overflow: visible; }
.GM-matchBox .GM-matchTitle {
  background-color: #3b3f43;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 3px 3px 0 0;
  height: 24px;
  padding: 4px 8px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.07); }
.GM-matchBox .GM-matchTitle .left-arrow {
  border-top: 24px solid transparent;
  border-right: 10px solid #262626;
  top: 0;
  left: -10px;
  position: absolute; }
.GM-matchBox .GM-matchTitle .right-arrow {
  border-top: 24px solid transparent;
  border-left: 10px solid #262626;
  top: 0;
  right: -10px;
  position: absolute; }

.GM-matchFixtureInfo {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  top: -30px; }
@media screen and (max-width: 300px) {
  .GM-matchFixtureInfo {
    flex-direction: column;
    top: 0;
    align-items: center;
    padding: 12px 4px; } }
.GM-matchFixtureInfo .GM-match__teamInfo {
  text-align: center; }
.GM-matchFixtureInfo .GM-match__teamInfo.selected .GM-match__teamLogo, .GM-matchFixtureInfo .GM-match__teamInfo.win .GM-match__teamLogo {
  border: 1px solid #05a457; }
.GM-matchFixtureInfo .GM-match__teamInfo.selected .GM-match__teamSelect, .GM-matchFixtureInfo .GM-match__teamInfo.win .GM-match__teamSelect {
  background-color: #05a457; }
.GM-matchFixtureInfo .GM-match__teamInfo.selected .GM-match__teamSelect .GM-iconSvg svg path, .GM-matchFixtureInfo .GM-match__teamInfo.win .GM-match__teamSelect .GM-iconSvg svg path {
  fill: #FFF; }
.GM-matchFixtureInfo .GM-match__teamLogo {
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
@media screen and (max-width: 300px) {
  .GM-matchFixtureInfo .GM-match__teamLogo {
    width: 60px;
    height: 60px; } }
.GM-matchFixtureInfo .GM-match__teamLogo img {
  width: 65px; }
.GM-matchFixtureInfo .GM-match__teamLogo .GM-match__teamSelect {
  position: absolute;
  top: 0;
  right: 0;
  border: 3px solid #FFF;
  color: #dfdfdf;
  background-color: #656565;
  font-size: 17px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-matchFixtureInfo .GM-match__teamLogo .GM-match__teamSelect .GM-iconSvg {
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-matchFixtureInfo .GM-match__teamLogo .GM-match__teamSelect .GM-iconSvg svg path {
  fill: #dfdfdf; }
.GM-matchFixtureInfo .GM-match__teamName {
  padding-top: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #FFF; }
.GM-matchFixtureInfo .GM-matchInfo {
  margin-top: 40px;
  text-align: center;
  color: #999;
  font-weight: 500;
  width: 110px; }
@media screen and (max-width: 300px) {
  .GM-matchFixtureInfo .GM-matchInfo {
    margin: 8px auto; } }
.GM-matchFixtureInfo .GM-matchKickOff {
  color: #999;
  font-weight: 400; }

.GM-finalResult {
  color: #999;
  font-size: 10px;
  font-weight: 500; }
.GM-finalResult .GM-finalResult__team {
  background-color: #161c23;
  border-radius: 20px;
  padding: 6px 8px;
  margin: 3px auto 0;
  font-size: 11px;
  font-weight: 600;
  max-width: 65px; }

.GM-topScorer {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 14px; }
@media screen and (max-width: 300px) {
  .GM-topScorer {
    margin-top: 0;
    padding: 0 8px 12px; } }

.GM-topScorer__label {
  display: inline-block;
  margin-bottom: 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600; }

.GM-matchBox__footer {
  border-radius: 0 0 4px 4px;
  overflow: hidden; }
.GM-matchBox__footer .GM-box-tabs {
  margin-bottom: -1px; }
.GM-matchBox__footer .GM-iconStats {
  width: 10px;
  height: 10px;
  display: flex;
  margin-right: 5px; }
.GM-matchBox__footer .GM-iconStats svg path {
  fill: #fff; }
.GM-matchBox__footer .GM-iconAccaBets {
  width: 13px;
  height: 13px;
  display: flex;
  margin-right: 5px; }
.GM-matchBox__footer .GM-iconAccaBets svg path {
  fill: #fff; }

.GM-stats-content, .GM-accaBets-content {
  padding: 14px; }

.GM-submitSelections .GM-btnSubmitSelections {
  background-color: #ffc200;
  color: #000;
  font-weight: 700;
  height: 50px;
  font-size: 18px;
  padding: 0 20px;
  width: 100%; }
@media screen and (max-width: 300px) {
  .GM-submitSelections .GM-btnSubmitSelections {
    font-size: 14px;
    padding: 0 8px;
    height: 36px; } }
.GM-submitSelections .GM-msgBox {
  margin-bottom: 15px; }

.GM-topScorer-result {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 10px 14px;
  margin-top: -15px;
  font-size: 10px;
  position: relative;
  overflow: hidden; }
.GM-topScorer-result .GM-topScorer__label {
  margin-bottom: 10px; }
.GM-topScorer-result.win .GM-yourPrediction__player::after {
  display: flex; }
.GM-topScorer-result.win .GM-yourPrediction__player {
  border-color: #05a457;
  color: #05a457;
  font-weight: 600; }
.GM-topScorer-result.win .GM-yourPrediction__player .GM-yourPrediction__wonIcon {
  background-color: #05a457; }
.GM-topScorer-result.win .GM-yourPrediction__player .GM-yourPrediction__wonIcon .GM-iconSvg svg path {
  fill: #FFF; }

.GM-badge {
  color: #FFF;
  padding: 0 8px;
  background: #05a457;
  position: absolute;
  bottom: -6px;
  left: -6px;
  transform: translateX(-30%) translateY(0%) rotate(45deg);
  transform-origin: bottom right;
  -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right; }
@media screen and (max-width: 300px) {
  .GM-badge {
    transform: none;
    transform-origin: center;
    position: relative; } }

.GM-badge::before, .GM-badge::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px; }

.GM-badge::before {
  right: 100%; }

.GM-topScorer-result__content {
  display: flex;
  justify-content: center;
  font-weight: 500; }
@media screen and (max-width: 300px) {
  .GM-topScorer-result__content {
    flex-direction: column; } }
.GM-topScorer-result__content .GM-yourPrediction {
  margin-right: 15px !important; }
@media screen and (max-width: 300px) {
  .GM-topScorer-result__content .GM-yourPrediction {
    margin-right: 0 !important; } }
.GM-topScorer-result__content .GM-actualResult {
  margin-left: 15px !important; }
@media screen and (max-width: 300px) {
  .GM-topScorer-result__content .GM-actualResult {
    margin-left: 0 !important; } }
.GM-topScorer-result__content .GM-yourPrediction__label, .GM-topScorer-result__content .GM-actualResult__label {
  color: #666;
  display: inline-block;
  margin-bottom: 3px; }
.GM-topScorer-result__content .GM-yourPrediction__player, .GM-topScorer-result__content .GM-actualResult__player {
  border-radius: 20px;
  padding: 1px 12px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px; }
@media screen and (max-width: 300px) {
  .GM-topScorer-result__content .GM-yourPrediction__player, .GM-topScorer-result__content .GM-actualResult__player {
    width: 100%; } }
.GM-topScorer-result__content .GM-yourPrediction__player {
  border: 1px solid #aaa;
  position: relative; }
.GM-topScorer-result__content .GM-yourPrediction__player .GM-yourPrediction__wonIcon {
  position: absolute;
  top: -5px;
  right: -5px;
  border: 3px solid #FFF;
  background-color: #656565;
  font-size: 17px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-topScorer-result__content .GM-yourPrediction__player .GM-yourPrediction__wonIcon .GM-iconSvg {
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-topScorer-result__content .GM-yourPrediction__player .GM-yourPrediction__wonIcon .GM-iconSvg svg path {
  fill: #FFF; }
.GM-topScorer-result__content .GM-actualResult__player {
  background-color: #2f3c4b; }

.GM-weekCarousel {
  margin: 0 0 20px;
  display: flex;
  justify-items: center;
  position: relative; }
.GM-weekCarousel .GM-select {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0; }
.GM-weekCarousel .GM-select select {
  padding: 0 24px 0 12px; }
.GM-weekCarousel .GM-previous, .GM-weekCarousel .GM-next {
  cursor: pointer; }
.GM-weekCarousel .GM-iconPrevious, .GM-weekCarousel .GM-iconNext {
  width: 17px;
  height: 15px; }
.GM-weekCarousel .GM-iconPrevious svg path, .GM-weekCarousel .GM-iconNext svg path {
  fill: #BBB; }
.GM-weekCarousel .GM-arrow {
  height: 36px;
  display: flex;
  align-items: center; }
.GM-weekCarousel .GM-arrow.disabled {
  pointer-events: none;
  user-select: none; }
.GM-weekCarousel .GM-arrow.disabled i {
  pointer-events: none;
  user-select: none;
  color: #bbb; }
.GM-weekCarousel .GM-arrow.disabled svg {
  pointer-events: none;
  user-select: none; }
.GM-weekCarousel .GM-arrow.disabled svg path {
  fill: #333; }
.GM-weekCarousel .GM-arrow i {
  font-size: 16px;
  color: #333;
  margin: 0; }

.GM-leaderboardBox {
  background-image: url(../images/leaderboardBox-bg.png);
  background-repeat: no-repeat;
  background-position: center 10%; }

.GM-enterLeaderBoardName .GM-formControl {
  margin-right: 8px; }
@media screen and (max-width: 300px) {
  .GM-enterLeaderBoardName .GM-formControl {
    margin: 0 0 8px 0; } }
.GM-enterLeaderBoardName button {
  width: 60px; }
@media screen and (max-width: 300px) {
  .GM-enterLeaderBoardName .GM-formGroup {
    display: block; } }
.GM-enterLeaderBoardName .leaderBoardNameStatus {
  color: #05a457; }
.GM-enterLeaderBoardName .leaderBoardNameStatus.GM-error {
  color: #ff5454; }

.GM-error {
  color: #ff5454; }

.GM-leaderboardBox__body {
  display: flex;
  flex-direction: column;
  align-items: center; }
.GM-leaderboardBox__body .GM-leaderboard-position {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px; }
.GM-leaderboardBox__body .GM-leaderboard-position .GM-positionLabel {
  font-size: 10px;
  color: #999; }
.GM-leaderboardBox__body .GM-leaderboard-position .GM-positionNumber {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px; }
@media screen and (max-width: 300px) {
  .GM-leaderboardBox__body .GM-leaderboard-position .GM-positionNumber {
    font-size: 24px;
    line-height: 1; } }
@media screen and (max-width: 300px) {
  .GM-leaderboardBox__body .GM-leaderboard-position {
    width: 80px;
    height: 80px; } }
.GM-leaderboardBox__body .GM-player-name {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px; }
.GM-leaderboardBox__body .GM-total-points {
  padding: 3px 12px;
  border-radius: 50px;
  background-color: #161c23;
  color: #FFF;
  border: 1px solid #161c23;
  margin-bottom: 30px; }
@media screen and (max-width: 300px) {
  .GM-leaderboardBox__body .GM-total-points {
    padding: 3px 4px;
    border-radius: 4px; } }

.GM-leaderboardTable {
  padding: 0; }

.GM-iconFavorite {
  width: 13px;
  height: 13px;
  display: inline-block; }
.GM-iconFavorite svg path {
  fill: #494949; }
.GM-iconFavorite.active svg path {
  fill: #999; }

.GM-result-submit {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0;
  font-weight: 500; }
.GM-result-submit i.GM-icon-success {
  display: inline-block;
  font-size: 40px;
  color: #05a457;
  margin-bottom: 12px; }
.GM-result-submit .GM-iconSuccess {
  width: 40px;
  display: inline-block;
  margin: 0 auto 12px; }
.GM-result-submit .GM-iconSuccess svg {
  fill: #05a457; }

.GM-shareLinks {
  display: flex;
  align-items: center;
  margin: 4px 0; }
.GM-shareLinks li {
  padding: 0 6px;
  cursor: pointer; }
@media screen and (max-width: 300px) {
  .GM-shareLinks li {
    padding: 0;
    margin-right: 6px; } }
.GM-shareLinks li.GM-shareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #888;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 6px; }
.GM-shareLinks li.GM-shareBtn .GM-iconSvg {
  width: 12px;
  height: 14px; }
.GM-shareLinks li.GM-shareBtn .GM-iconSvg path {
  fill: #888; }
.GM-shareLinks li img {
  height: 24px; }

.GM-btnEditPredictions {
  display: flex;
  align-items: center;
  line-height: 1; }
.GM-btnEditPredictions .GM-iconEdit {
  width: 11px;
  height: 11px;
  margin-right: 4px; }
.GM-btnEditPredictions .GM-iconEdit path {
  fill: #000; }

.GM-stakeReturns {
  margin-top: 20px; }
.GM-stakeReturns .GM-accumulator {
  color: #666; }
.GM-stakeReturns .GM-accumulator b {
  color: #FFF;
  font-size: 14px; }
.GM-stakeReturns label {
  font-size: 11px;
  color: #999; }
.GM-stakeReturns .GM-stake {
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight: 700; }
.GM-stakeReturns .GM-returns {
  height: 40px;
  padding: 7px 14px;
  line-height: 1;
  border: 2px solid #161c23;
  border-radius: 20px;
  background-color: #FFF;
  color: #999;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.GM-stakeReturns .GM-returns b {
  color: #000;
  font-size: 16px;
  margin-left: 8px; }
@media screen and (max-width: 300px) {
  .GM-stakeReturns .GM-returns b {
    margin-left: 0; } }

.GM-btnOdds {
  width: 60px;
  height: 40px;
  background-color: #101318;
  color: #ffc200;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  border: 1px solid #1f232b; }
.GM-btnOdds.active {
  background-color: #ffc200;
  font-weight: 600;
  color: #000;
  border-color: #161c23; }
@media screen and (max-width: 300px) {
  .GM-btnOdds {
    width: 100%; } }

.GM-marketGroup ul, .GM-btnOddsGroup ul {
  display: flex;
  align-items: center; }

@media screen and (max-width: 300px) {
  .GM-marketGroup ul, .GM-btnOddsGroup ul {
    margin-top: 8px; } }
.GM-marketGroup ul li, .GM-btnOddsGroup ul li {
  padding-right: 10px; }
@media screen and (max-width: 300px) {
  .GM-marketGroup ul li, .GM-btnOddsGroup ul li {
    flex: 1 1 0%;
    padding-right: 4px; } }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-marketGroup ul li, .GM-btnOddsGroup ul li {
    padding-right: 6px; } }
.GM-marketGroup ul li:last-child, .GM-btnOddsGroup ul li:last-child {
  padding-right: 0; }

.GM-marketItem {
  width: 60px;
  text-align: center;
  font-weight: 500; }

.GM-leagueBox-header {
  background-color: #161c23;
  height: 30px;
  color: #FFF;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 0 8px; }
@media screen and (max-width: 300px) {
  .GM-leagueBox-header .GM-leagueBox-header__marketInfo {
    display: none; } }

.GM-leagueBox-content {
  background-color: #20262d;
  padding: 0 8px; }

.GM-leagueBox-header__leagueInfo {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  align-items: center; }

.GM-eventBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #2c3239; }
@media screen and (max-width: 300px) {
  .GM-eventBox {
    display: block; } }
.GM-eventBox:last-child {
  border-bottom: 0; }
.GM-eventBox .GM-eventDetails {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0; }

.GM-event__teamName {
  display: flex;
  align-items: center;
  padding: 2px 0;
  min-width: 0; }
.GM-event__teamName .team-logo {
  display: inline-block;
  margin-right: 4px; }
.GM-event__teamName .team-logo img {
  min-width: 20px;
  max-width: 20px; }

.GM-howToplay-accordion {
  padding: 10px 14px;
  margin-bottom: 10px; }

.GM-howToplay-accordion__header {
  font-size: 15px;
  font-weight: bold;
  position: relative; }
.GM-howToplay-accordion__header.GM-arrowAfter:after {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%); }
@media screen and (max-width: 300px) {
  .GM-howToplay-accordion__header {
    font-size: 12px; } }

.GM-howToplay-accordion__content {
  padding-top: 10px; }

.GM-howToplay-accordion__content h4, .GM-howToplay-accordion__content p {
  margin: 0; }
.GM-howToplay-accordion__content h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 0; }
.GM-howToplay-accordion__content p {
  color: #ffff;
  margin-top: 6px;
  margin-bottom: 16px; }

.GM-winning-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  padding: 30px 10px;
  text-align: center; }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-winning-box {
    font-size: 18px; } }
.GM-winning-box .GM-winning-box-title {
  line-height: 1;
  font-weight: 700; }
.GM-winning-box .GM-winning-box-details {
  padding-top: 10px;
  line-height: 2; }
.GM-winning-box .GM-winning-box-details .GM-totalOdds, .GM-winning-box .GM-winning-box-details .GM-totalWinnings {
  background-color: #2c3745;
  padding: 10px;
  border-radius: 5px; }
@media screen and (min-width: 50px) and (max-width: 767px) {
  .GM-winning-box .GM-winning-box-details .GM-totalOdds, .GM-winning-box .GM-winning-box-details .GM-totalWinnings {
    display: block; }
  .GM-winning-box .GM-winning-box-details .GM-totalOdds:first-child, .GM-winning-box .GM-winning-box-details .GM-totalWinnings:first-child {
    margin-bottom: 10px; } }

.GM-matchBox.football .GM-match__teamInfo {
  min-width: 0;
  flex: 1 1 0%;
  text-align: center;
  padding: 0 8px; }
@media screen and (max-width: 300px) {
  .GM-matchBox.football .GM-match__teamInfo {
    flex: 1 1 auto; } }

.GM-FB-matchHeader {
  padding: 8px 10px 10px; }
.GM-FB-matchHeader .GM-FB-matchTitle {
  font-size: 14px;
  font-weight: bold; }
.GM-FB-matchHeader .GM-matchPoints {
  background-color: #05a457;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }
.GM-FB-matchHeader .GM-matchLive {
  color: #ff5454;
  font-size: 10px;
  font-weight: 600; }
.GM-FB-matchHeader .GM-matchLive span {
  display: inline-block;
  background-color: #ff5454;
  color: #FFF;
  padding: 0 4px;
  border-radius: 2px;
  margin-left: 6px; }

.GM-FB-matchFixtureInfo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 4px; }
@media screen and (max-width: 300px) {
  .GM-FB-matchFixtureInfo {
    display: block;
    padding: 0 6px 6px; } }
.GM-FB-matchFixtureInfo .GM-match__teamLogo {
  text-align: center; }
.GM-FB-matchFixtureInfo .GM-match__teamLogo img {
  height: 44px; }
.GM-FB-matchFixtureInfo .GM-match__teamName {
  font-weight: 600; }
.GM-FB-matchFixtureInfo .GM-match__teamScoreInfo {
  font-weight: bold;
  font-size: 26px;
  display: flex;
  height: 46px;
  margin: 0 8px 44px; }
@media screen and (max-width: 300px) {
  .GM-FB-matchFixtureInfo .GM-match__teamScoreInfo {
    margin: 0 0 8px;
    height: 32px;
    font-size: 16px;
    justify-content: center; } }
.GM-FB-matchFixtureInfo .GM-match__teamScoreInfo .GM-teamScore {
  width: 46px;
  height: 46px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2c3239; }
@media screen and (max-width: 300px) {
  .GM-FB-matchFixtureInfo .GM-match__teamScoreInfo .GM-teamScore {
    width: 30px;
    height: 30px; } }
.GM-FB-matchFixtureInfo .GM-match__teamScoreInfo .GM-teamScore.active {
  background-color: #ffc200;
  color: #000; }
.GM-FB-matchFixtureInfo .GM-match__teamScoreInfo .GM-teamScore__separator {
  padding: 0 10px;
  display: flex;
  align-items: center; }
@media screen and (max-width: 300px) {
  .GM-FB-matchFixtureInfo .GM-match__teamScoreInfo .GM-teamScore__separator {
    padding: 0 6px; } }
.GM-FB-matchFixtureInfo .GM-match__scoreControls {
  display: flex;
  justify-content: center;
  margin: 6px 0 10px; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high {
  background-color: #293441;
  color: #ffc200;
  width: 30px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low .GM-iconSvg, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high .GM-iconSvg {
  width: 12px;
  height: 12px; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low .GM-iconSvg svg, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high .GM-iconSvg svg {
  width: 12px;
  height: 12px; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low .GM-iconSvg svg path, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high .GM-iconSvg svg path {
  fill: #ffc200; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low.active, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high.active {
  background-color: #ffc200;
  color: #000;
  opacity: 1; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low.active .GM-iconSvg svg path, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high.active .GM-iconSvg svg path {
  fill: #000; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low.disabled, .GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high.disabled {
  pointer-events: none;
  user-select: none; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__low {
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #161c23; }
.GM-FB-matchFixtureInfo .GM-match__scoreControls .GM-scoreControls__high {
  border-radius: 0 20px 20px 0;
  border-left: 1px solid #161c23; }

.GM-match__predictionAndResults {
  text-align: center;
  padding-bottom: 15px; }
.GM-match__predictionAndResults .GM-yourPrediction__score, .GM-match__predictionAndResults .GM-finalResult__score {
  display: flex;
  align-items: center;
  justify-content: center; }
.GM-match__predictionAndResults .GM-yourPrediction__label, .GM-match__predictionAndResults .GM-finalResult__label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #AAA; }
.GM-match__predictionAndResults .GM-finalResult__label {
  margin-bottom: 0; }
.GM-match__predictionAndResults .GM-yourPrediction__score {
  margin-bottom: 12px; }
.GM-match__predictionAndResults .GM-yourPrediction__score .GM-teamScore {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #ffc200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000; }
@media screen and (max-width: 300px) {
  .GM-match__predictionAndResults .GM-yourPrediction__score .GM-teamScore {
    width: 30px;
    height: 30px;
    font-size: 14px; } }
.GM-match__predictionAndResults .GM-finalResult__score {
  font-size: 16px;
  font-weight: 600; }
.GM-match__predictionAndResults .GM-finalResult__score .GM-teamScore__separator::after {
  font-size: 16px; }
.GM-match__predictionAndResults .GM-teamScore__separator::after {
  content: ":";
  padding: 0 10px;
  font-size: 24px;
  font-weight: 600; }
@media screen and (max-width: 300px) {
  .GM-match__predictionAndResults .GM-teamScore__separator::after {
    padding: 0 6px; } }
.GM-match__predictionAndResults .GM-yourPrediction.win-score .GM-teamScore {
  background-color: #05a457;
  color: #FFF; }
.GM-match__predictionAndResults .GM-yourPrediction.win-result .GM-teamScore {
  border: 1px solid #05a457;
  background-color: #FFF;
  color: #05a457; }
.GM-match__predictionAndResults .GM-yourPrediction.win-score .GM-teamScore__separator, .GM-match__predictionAndResults .GM-yourPrediction.win-result .GM-teamScore__separator {
  background-repeat: no-repeat;
  background-position: center; }
.GM-match__predictionAndResults .GM-yourPrediction.win-score .GM-teamScore__separator::after, .GM-match__predictionAndResults .GM-yourPrediction.win-result .GM-teamScore__separator::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="%2305A457" viewBox="0 0 24 20"><path d="M8.1,23c0.5,0.6,1.2,0.6,1.7,0l0,0L23.6,5.5c0.5-0.6,0.5-1.5,0-2.3l0,0L21.9,1c-0.5-0.6-1.2-0.6-1.7,0l0,0L8.9,15.5L3.8,8.7C3.3,8,2.6,8,2.1,8.7l0,0L0.4,11c-0.5,0.6-0.5,1.5,0,2.3L8.1,23z"/></svg>'); }
.GM-match__predictionAndResults .GM-yourPrediction.loss .GM-teamScore {
  border: 1px solid #FFF;
  background-color: #ff5454; }
.GM-match__predictionAndResults .GM-yourPrediction.loss .GM-teamScore__separator {
  background-repeat: no-repeat;
  background-position: center; }
.GM-match__predictionAndResults .GM-yourPrediction.loss .GM-teamScore__separator::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="%23FF6666" viewBox="0 0 24 20"><path d="M4.3,22c-0.5,0-1-0.2-1.5-0.7c-0.7-0.7-0.8-1-0.8-1.7c0-0.5,0.2-1.2,0.7-1.5L9,12L2.8,5.6c-0.5-0.5-0.7-1-0.7-1.5S2.3,3,2.8,2.6c0.8-0.8,2.2-0.8,2.9,0L12,9l6.4-6.2c2-1.7,4.9,0.7,2.9,3L15.1,12l6.2,6.2c0.3,0.3,0.7,1,0.7,1.5c0,0.5-0.2,1.2-0.7,1.5c-0.8,0.8-2.2,0.8-2.9,0L12,15l-6.4,6.2C5.3,21.8,4.8,22,4.3,22z"/></svg>'); }

.SB-betyetu-logo {
  height: 40px; }

/*# sourceMappingURL=pick6-styles-betyetu.css.map */
