@import url("css.css");

@import url("css-1.css");

:root {
/*  --theme-color:#075f04;*/
/*  --theme-color:#FF6B00;*/

/*  --theme-secondary: #b88831;
  --menu: #DEDDDD;*/
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #f8f8f8;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */;
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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 */;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */;
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Apl Mixins
 */
@keyframes blink-animation {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**
 * Colours
 */
@font-face {
  font-family: 'Apollo';
  src: url("");
  src: url("") format('embedded-opentype'),
  url("fe807c2228062ed527c19204343cff92.woff") format('woff'),
  url("45182f8583fe9e12cf5221c7f9645a09.ttf") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Name:            Base
 * Description:     Sets default values for HTML elements
 * Component:       `apl-h1`, `apl-h2`, `apl-h3`, `apl-h4`, `apl-h5`, `apl-h6`, `apl-heading-underline`
 *                  `apl-link`,
 *                  `apl-img-preserve`
 */
/**
 * Local Variables
 */
/**
 * Component: Base
 */
html {
  font-family: Lato, Avenir, Verdana, Nunito;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: var(--theme-color);
  letter-spacing: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a,
.apl-link {
  color: #005ba2;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.apl-link:hover {
  color: #059;
  text-decoration: underline;
}
/* 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;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) code,
:not(pre) kbd,
:not(pre) samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap;
}
/*
 * Emphasize
 */
em {
  color: #D05;
}
/*
 * Insert
 */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #444;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
}
/*
 * Preserve original dimensions
 */
.apl-img-preserve,
.apl-img-preserve audio,
.apl-img-preserve canvas,
.apl-img-preserve img,
.apl-img-preserve svg,
.apl-img-preserve video {
  max-width: none;
}
/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 13px 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 13px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 13px 0;
  font-family: Lato, Avenir, Verdana, Nunito;
  font-weight: normal;
  color: var(--theme-color);
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 21px;
}
/*
 * Sizes
 */
h1,
.apl-h1 {
  font-size: 24px;
  line-height: 36px;
}

h2,
.apl-h2 {
  font-size: 20px;
  line-height: 26px;
}

h3,
.apl-h3 {
  font-size: 15px;
  line-height: 20px;
}

h4,
.apl-h4 {
  font-size: 14px;
  line-height: 19px;
}

h5,
.apl-h5 {
  font-size: 12px;
  line-height: 17px;
}

h6,
.apl-h6 {
  font-size: 10px;
  line-height: 15px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 * Reset margin for nested lists
 */
ul li ul,
ul li ol,
ol li ol,
ol li ul {
  margin: 0;
  padding: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 13px 0;
  border: 0;
  border-top: 1px solid #ddd;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
/**
 * Preformatted text
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}
/**
 * Selection pseudo-element
 */
::-moz-selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}
/**
 * HTML5 elements
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}
/**
 * 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;
}
/**
 * Iframe
 */
iframe {
  border: 0;
}
/**
 * Fix viewport for IE10 snap mode
 */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

.rules-container .close {
    opacity: 1;
    color: #000 !important;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.rules-container button{
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  padding: 0;
}
.rules-container .panel.card.panel-default {
    margin-bottom: 10px;
}

h2.userscreen-title {
    background: #ddd;
}
h2.userscreen-title button {
    border: none;
    padding: 3px 15px;
    margin: 5px 0px 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    background: var(--theme-secondary);
    color: #fff;
    text-transform: uppercase;
}
.signup_modal{
  padding: 0;
}
.signup_modal .modal-content{
  padding: 0;
  margin: 0;
}
.signup_modal .modal-body{
  padding: 0;
}
.signup_modal .close{
  position: absolute;
  opacity: 1;
  color: #fff;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.signup_modal iframe{
  height: 70vh;
  width: 100%;
}
.sign-up-page {
/*    width: 100%;
    height: 100vh;
    background: #000;*/
    background: url("");
    background-size: cover;
    background-position: 50%;
    margin: 0;
    height: 100vh;
    z-index: 100000;
    width: 100vw;
    padding: 0;
    position: absolute;
    top: 0;
}
.apl-icon-custom-clock:before {
  content: '\A014';
}

.apl-icon-custom-play:before {
  content: '\A006';
}

.apl-icon-custom-calendar:before {
  content: '\A009';
}

.apl-icon-custom-dashboard:before {
  content: '\A016';
}

.apl-icon-custom-eye:before {
  content: '\A013';
}

.apl-icon-custom-arrow-up:before {
  content: '\A012';
}

.apl-icon-custom-filter:before {
  content: '\A011';
}

.apl-icon-custom-match-stats:before {
  content: '\A010';
}

.apl-icon-custom-play-o:before {
  content: '\A008';
}

.apl-icon-custom-ladder:before {
  content: '\A015';
}

.apl-icon-custom-indent:before {
  content: '\F113';
}

.apl-icon-sport-greyhoundracing:before {
  content: '\A001';
}

.apl-icon-sport-horseracing:before {
  content: '\A002';
}

.apl-icon-sport-cricket:before {
  content: '\A003';
}

.apl-icon-sport-football:before {
  content: '\A004';
}

.apl-icon-sport-tennis:before {
  content: '\A005';
}

.apl-icon-sport-exchangegame:before {
  content: '\E900';
}

.apl-icon-search:before {
  content: '\F002';
}

.apl-icon-heart:before {
  content: '\F004';
}

.apl-icon-star:before {
  content: '\F005';
}

.apl-icon-star-o:before {
  content: '\F006';
}

.apl-icon-user:before {
  content: '\F007';
}

.apl-icon-th-list:before {
  content: '\F00B';
}

.apl-icon-ok:before {
  content: '\F00C';
}

.apl-icon-remove:before {
  content: '\F00D';
}

.apl-icon-off:before {
  content: '\F011';
}

.apl-icon-cog:before {
  content: '\F013';
}

.apl-icon-trash:before {
  content: '\F014';
}

.apl-icon-home:before {
  content: '\F015';
}

.apl-icon-file-alt:before {
  content: '\F016';
}

.apl-icon-time:before {
  content: '\F017';
}

.apl-icon-download-alt:before {
  content: '\F019';
}

.apl-icon-download:before {
  content: '\F01A';
}

.apl-icon-upload:before {
  content: '\F01B';
}

.apl-icon-repeat:before {
  content: '\F01E';
}

.apl-icon-refresh:before {
  content: '\F021';
}

.apl-icon-lock:before {
  content: '\F023';
}

.apl-icon-flag:before {
  content: '\F024';
}

.apl-icon-tag:before {
  content: '\F02B';
}

.apl-icon-book:before {
  content: '\F02D';
}

.apl-icon-bookmark:before {
  content: '\F02E';
}

.apl-icon-print:before {
  content: '\F02F';
}

.apl-icon-align-justify:before {
  content: '\F039';
}

.apl-icon-list:before {
  content: '\F03A';
}

.apl-icon-pencil:before {
  content: '\F040';
}

.apl-icon-check:before {
  content: '\F046';
}

.apl-icon-chevron-left:before {
  content: '\F053';
}

.apl-icon-chevron-right:before {
  content: '\F054';
}

.apl-icon-plus-sign:before {
  content: '\F055';
}

.apl-icon-minus-sign:before {
  content: '\F056';
}

.apl-icon-remove-sign:before {
  content: '\F057';
}

.apl-icon-ok-sign:before {
  content: '\F058';
}

.apl-icon-question-sign:before {
  content: '\F059';
}

.apl-icon-info-sign:before {
  content: '\F05A';
}

.apl-icon-ban-circle:before {
  content: '\F05E';
}

.apl-icon-arrow-left:before {
  content: '\F060';
}

.apl-icon-arrow-right:before {
  content: '\F061';
}

.apl-icon-arrow-up:before {
  content: '\F062';
}

.apl-icon-arrow-down:before {
  content: '\F063';
}

.apl-icon-plus:before {
  content: '\F067';
}

.apl-icon-minus:before {
  content: '\F068';
}

.apl-icon-asterisk:before {
  content: '\F069';
}

.apl-icon-exclamation-sign:before {
  content: '\F06A';
}

.apl-icon-eye-open:before {
  content: '\F06E';
}

.apl-icon-eye-close:before {
  content: '\F070';
}

.apl-icon-warning-sign:before {
  content: '\F071';
}

.apl-icon-comment:before {
  content: '\F075';
}

.apl-icon-chevron-up:before {
  content: '\F077';
}

.apl-icon-chevron-down:before {
  content: '\F078';
}

.apl-icon-folder-close:before {
  content: '\F07B';
}

.apl-icon-bar-chart:before {
  content: '\F080';
}

.apl-icon-heart-empty:before {
  content: '\F08A';
}

.apl-icon-signout:before {
  content: '\F08B';
}

.apl-icon-external-link:before {
  content: '\F08E';
}

.apl-icon-signin:before {
  content: '\F090';
}

.apl-icon-upload-alt:before {
  content: '\F093';
}

.apl-icon-check-empty:before {
  content: '\F096';
}

.apl-icon-bookmark-empty:before {
  content: '\F097';
}

.apl-icon-unlock:before {
  content: '\F09C';
}

.apl-icon-rss:before {
  content: '\F09E';
}

.apl-icon-bell:before {
  content: '\F0A2';
}

.apl-icon-circle-arrow-left:before {
  content: '\F0A8';
}

.apl-icon-circle-arrow-right:before {
  content: '\F0A9';
}

.apl-icon-circle-arrow-up:before {
  content: '\F0AA';
}

.apl-icon-circle-arrow-down:before {
  content: '\F0AB';
}

.apl-icon-globe:before {
  content: '\F0AC';
}

.apl-icon-wrench:before {
  content: '\F0AD';
}

.apl-icon-cloud:before {
  content: '\F0C2';
}

.apl-icon-reorder:before {
  content: '\F0C9';
}

.apl-icon-money:before {
  content: '\F0D6';
}

.apl-icon-caret-down:before {
  content: '\F0D7';
}

.apl-icon-caret-up:before {
  content: '\F0D8';
}

.apl-icon-caret-left:before {
  content: '\F0D9';
}

.apl-icon-caret-right:before {
  content: '\F0DA';
}

.apl-icon-sort:before {
  content: '\F0DC';
}

.apl-icon-sort-down:before {
  content: '\F0DD';
}

.apl-icon-sort-up:before {
  content: '\F0DE';
}

.apl-icon-undo:before {
  content: '\F0E2';
}

.apl-icon-comment-alt:before {
  content: '\F0E5';
}

.apl-icon-sitemap:before {
  content: '\F0E8';
}

.apl-icon-bell-alt:before {
  content: '\F0F3';
}

.apl-icon-angle-double-left:before {
  content: '\F100';
}

.apl-icon-angle-double-right:before {
  content: '\F101';
}

.apl-icon-angle-left:before {
  content: '\F104';
}

.apl-icon-angle-right:before {
  content: '\F105';
}

.apl-icon-angle-up:before {
  content: '\F106';
}

.apl-icon-angle-down:before {
  content: '\F107';
}

.apl-icon-spinner:before {
  content: '\F110';
}

.apl-icon-reply:before {
  content: '\F112';
}

.apl-icon-flag-alt:before {
  content: '\F11D';
}

.apl-icon-question:before {
  content: '\F128';
}

.apl-icon-info:before {
  content: '\F129';
}

.apl-icon-exclamation:before {
  content: '\F12A';
}

.apl-icon-chevron-sign-left:before {
  content: '\F137';
}

.apl-icon-chevron-sign-right:before {
  content: '\F138';
}

.apl-icon-chevron-sign-up:before {
  content: '\F139';
}

.apl-icon-chevron-sign-down:before {
  content: '\F13A';
}

.apl-icon-unlock-alt:before {
  content: '\F13E';
}

.apl-icon-bullseye:before {
  content: '\F140';
}

.apl-icon-ellipsis-horizontal:before {
  content: '\F141';
}

.apl-icon-ellipsis-vertical:before {
  content: '\F142';
}

.apl-icon-play-sign:before {
  content: '\F144';
}

.apl-icon-check-sign:before {
  content: '\F14A';
}

.apl-icon-long-arrow-down:before {
  content: '\F175';
}

.apl-icon-long-arrow-up:before {
  content: '\F176';
}

.apl-icon-long-arrow-left:before {
  content: '\F177';
}

.apl-icon-long-arrow-right:before {
  content: '\F178';
}

.apl-icon-plus-square-o:before {
  content: '\F196';
}

.apl-icon-university:before {
  content: '\F19C';
}

.apl-icon-info-circle:before {
  content: '\E901';
}

.apl-icon-info-stopwatch:before {
  content: '\E952';
}

[class*='apl-icon-'] {
  display: inline-block;
  font: normal normal normal 16px/1 Apollo;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Name:            Form
 * Description:     Defines styles for forms
 *
 * Component:       `apl-form`
 *
 * Sub-objects:     `apl-form-row`
 *                  `apl-form-help-inline`
 *                  `apl-form-help-block`
 *                  `apl-form-label`
 *                  `apl-form-controls`
 *                  `apl-form-controls-condensed`
 *                  `apl-form-icon`
 *
 * Modifiers:       `apl-form-stacked`
 *
 * Sub-modifiers:   `apl-form-invalid`
 *                  `apl-form-valid`
 *                  `apl-form-small`
 *                  `apl-form-large`
 *                  `apl-form-width-mini`
 *                  `apl-form-width-small`
 *                  `apl-form-width-medium`
 *                  `apl-form-width-large`
 *                  `apl-form-controls-text`
 *
 * Markup:
 *
 * <!-- apl-form -->
 * <form class="apl-form">
 *     <div class="apl-form-row">
 *         <label class="apl-form-label" for="form-input-1"></label>
 *         <div class="apl-form-controls">
 *             <input type="text" id="form-input-1" placeholder="Text">
 *         </div>
 *     </div>
 * </form>
 */
/**
 * Local Variables
 */
/**
 * Component: Form
 */
.apl-form {
  /*
   * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
   */
  /*
   * Removes inner padding and border in Firefox 4+.
   */
  /*
   * Removes excess padding in IE 8/9/10.
   */
  /*
   * Improves consistency of cursor style for clickable elements
   */
  /*
   * Remove default style in iOS.
   */
  /*
   * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
   */
  /*
   * 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`.
   */
  /*
   * Define consistent border, margin, and padding.
   */
  /*
   * 1. Remove default vertical scrollbar in IE 8/9/10/11.
   * 2. Improve readability and alignment in all browsers.
   */
  /*
  * Removes placeholder transparency in Firefox.
  */
  /*
  * Removes `box-shadow` for invalid controls in Firefox.
  */
  /*
  * Vertical alignment
  */
  /**
   * Style
   */
  /*
   * Remove margin from the last-child
   */
  /**
   * Controls
   */
  /*
  * Placeholder
  */
  /*
   * Legend
   */
  /**
   * Size modifiers
   */
  /**
   * Reset height
   */
  /**
   * Validation states
   * Using !important to keep the selector simple
   */
  /**
   * Style modifiers
   * Using !important to keep the selector simple
   */
  /*
   * Fixed widths
   * Different widths for mini sized `input` and `select` elements
   */
  /**
   * Sub-objects: `apl-form-row`
   * Groups labels and controls in rows
   */
  /**
   *  Help text
   * Sub-object: `apl-form-help-inline`, `apl-form-help-block`
   */
  /**
   * Controls content
   * Sub-object: `apl-form-controls`, `apl-form-controls-condensed`
   */
  /**
   *  Modifier: `apl-form-stacked`
   * Requires sub-object: `apl-form-label`
   */
  /**
   *  Modifier: `apl-form-horizontal`
   * Requires sub-objects: `apl-form-label`, `apl-form-controls`
   */
  /**
   * Sub-object: `apl-form-icon`
   */
  /*
   * Sub-modifier: `apl-form-icon-flip`
   */
}
.apl-form input,
.apl-form select,
.apl-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
  letter-spacing: 0;
}
.apl-form select {
  text-transform: none;
}
.apl-form optgroup {
  font: inherit;
  font-weight: bold;
}
.apl-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.apl-form input[type="checkbox"],
.apl-form input[type="radio"] {
  padding: 0;
}
.apl-form input[type="checkbox"]:not(:disabled),
.apl-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
.apl-form textarea,
.apl-form input:not([type]),
.apl-form input[type="text"],
.apl-form input[type="password"],
.apl-form input[type="email"],
.apl-form input[type="url"],
.apl-form input[type="search"],
.apl-form input[type="tel"],
.apl-form input[type="number"],
.apl-form input[type="datetime"] {
  -webkit-appearance: none;
}
.apl-form input[type="search"]::-webkit-search-cancel-button,
.apl-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.apl-form input[type="number"]::-webkit-inner-spin-button,
.apl-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.apl-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  text-align: -webkit-center;
}
.apl-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
.apl-form ::-moz-placeholder {
  opacity: 1;
}
.apl-form :invalid {
  box-shadow: none;
}
.apl-form input:not([type="radio"]):not([type="checkbox"]),
.apl-form select {
  vertical-align: middle;
}
.apl-form :last-child {
  margin-bottom: 0;
}
.apl-form select,
.apl-form textarea,
.apl-form input:not([type]),
.apl-form input[type="text"],
.apl-form input[type="password"],
.apl-form input[type="datetime"],
.apl-form input[type="datetime-local"],
.apl-form input[type="date"],
.apl-form input[type="month"],
.apl-form input[type="time"],
.apl-form input[type="week"],
.apl-form input[type="number"],
.apl-form input[type="email"],
.apl-form input[type="url"],
.apl-form input[type="search"],
.apl-form input[type="tel"],
.apl-form input[type="color"] {
  height: 27px;
  max-width: 100%;
  padding: 4px 6px;
  border: 2px solid #DDDDDD;
  background: #FFFFFF;
  color: #666666;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  border-radius: 3px;
}
.apl-form select:focus,
.apl-form textarea:focus,
.apl-form input:not([type]):focus,
.apl-form input[type="text"]:focus,
.apl-form input[type="password"]:focus,
.apl-form input[type="datetime"]:focus,
.apl-form input[type="datetime-local"]:focus,
.apl-form input[type="date"]:focus,
.apl-form input[type="month"]:focus,
.apl-form input[type="time"]:focus,
.apl-form input[type="week"]:focus,
.apl-form input[type="number"]:focus,
.apl-form input[type="email"]:focus,
.apl-form input[type="url"]:focus,
.apl-form input[type="search"]:focus,
.apl-form input[type="tel"]:focus,
.apl-form input[type="color"]:focus {
  border: 2px solid #2b6571;
  outline: 0;
  background: #b8dce3;
  color: #444444;
}
.apl-form select:disabled,
.apl-form textarea:disabled,
.apl-form input:not([type]):disabled,
.apl-form input[type="text"]:disabled,
.apl-form input[type="password"]:disabled,
.apl-form input[type="datetime"]:disabled,
.apl-form input[type="datetime-local"]:disabled,
.apl-form input[type="date"]:disabled,
.apl-form input[type="month"]:disabled,
.apl-form input[type="time"]:disabled,
.apl-form input[type="week"]:disabled,
.apl-form input[type="number"]:disabled,
.apl-form input[type="email"]:disabled,
.apl-form input[type="url"]:disabled,
.apl-form input[type="search"]:disabled,
.apl-form input[type="tel"]:disabled,
.apl-form input[type="color"]:disabled {
  border: 2px solid #DDDDDD;
  background-color: #F5F5F5;
  color: #999999;
}
.apl-form :-ms-input-placeholder {
  color: #999999 !important;
}
.apl-form ::-moz-placeholder {
  color: #999999;
}
.apl-form ::-webkit-input-placeholder {
  color: #999999;
}
.apl-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.apl-form :disabled::-moz-placeholder {
  color: #999999;
}
.apl-form :disabled::-webkit-input-placeholder {
  color: #999999;
}
.apl-form legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 26px;
}
.apl-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
.apl-form select.apl-form-small,
.apl-form textarea.apl-form-small,
.apl-form input[type].apl-form-small,
.apl-form input:not([type]).apl-form-small {
  height: 23px;
  padding: 3px 2px;
  font-size: 10px;
}
.apl-form select.apl-form-large,
.apl-form textarea.apl-form-large,
.apl-form input[type].apl-form-large,
.apl-form input:not([type]).apl-form-large {
  height: 36px;
  padding: 8px 4px;
  font-size: 12px;
}
.apl-form textarea,
.apl-form select[multiple],
.apl-form select[size] {
  height: auto;
}
.apl-form .apl-form-invalid {
  border-color: #bf3e35 !important;
  background: #ffffff !important;
  color: #bf3e35 !important;
}
.apl-form .apl-form-valid {
  border-color: #09262b !important;
  background: #a3e1ec !important;
  color: #09262b !important;
}
.apl-form input.apl-form-width-mini {
  width: 40px;
}
.apl-form select.apl-form-width-mini {
  width: 65px;
}
.apl-form .apl-form-width-small {
  width: 130px;
}
.apl-form .apl-form-width-medium {
  width: 200px;
}
.apl-form .apl-form-width-large {
  width: 500px;
}
.apl-form .apl-form-row:before,
.apl-form .apl-form-row:after {
  content: "";
  display: table;
  clear: both;
}
.apl-form .apl-form-row + .apl-form-row {
  margin-top: 25px;
}
.apl-form .apl-form-help-inline {
  display: inline-block;
  margin: 0 0 0 8px;
}
.apl-form .apl-form-help-block {
  margin: 5px 0 0 0;
}
.apl-form .apl-form-controls :first-child {
  margin-top: 0;
}
.apl-form .apl-form-controls :last-child {
  margin-bottom: 0;
}
.apl-form .apl-form-controls-condensed {
  margin: 5px 0;
}
.apl-form.apl-form-stacked .apl-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.apl-form.apl-form-horizontal {
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
}
.apl-form.apl-form-horizontal .apl-form-label {
  width: 200px;
  margin-top: 5px;
  float: left;
}
.apl-form.apl-form-horizontal .apl-form-controls {
  margin-left: 215px;
}
.apl-form.apl-form-horizontal .apl-form-controls-text {
  padding-top: 5px;
}
.apl-form .apl-form-icon {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.apl-form .apl-form-icon [class*='apl-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  pointer-events: none;
}
.apl-form .apl-form-icon:not(.apl-form-icon-flip) input {
  padding-left: 30px !important;
}
.apl-form .apl-form-icon-flip [class*='apl-icon-'] {
  right: 0;
}
.apl-form .apl-form-icon-flip input {
  padding-right: 30px !important;
}
/**
 * Name:            Form
 * Description:     Form advanced
 * Note: Only works in Webkit at the moment
 *
 */
/**
 * Variables
 */
/**
 * Component: Form advanced
 * Note: Only works in Webkit at the moment
 */
.apl-form {
  /**
     * Radio
     */
  /**
     * Checked
     */
  /**
     * Radio
     */
  /*
     * Checked
     */
  /*
     * Disabled
     */
}
.apl-form input[type="radio"],
.apl-form input[type="checkbox"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid #ddd;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: transparent;
}
.apl-form input[type="radio"] {
  border-radius: 50%;
}
.apl-form input[type=radio]:before,
.apl-form input[type=checkbox]:before {
  display: block;
}
.apl-form input[type=radio]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: var(--theme-color);
}
.apl-form input[type=checkbox]:checked:before,
.apl-form input[type=checkbox]:indeterminate:before {
  content: "\F00C";
  font-family: Apollo;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 12px;
  color: var(--theme-color);
}
.apl-form input[type=checkbox]:indeterminate:before {
  content: "\F068";
}
.apl-form input[type=radio]:disabled,
.apl-form input[type=checkbox]:disabled {
  border-color: #eee;
}
.apl-form input[type=radio]:disabled:checked:before {
  background-color: #ddd;
}
.apl-form input[type=checkbox]:disabled:checked:before,
.apl-form input[type=checkbox]:disabled:indeterminate:before {
  color: #ddd;
}
/**
 * Name:            Button
 * Description:     Defines styles for Buttons
 * Component:       `apl-btn`
 *
 * Modifiers:       `apl-btn-primary`
 *                  `apl-btn-secondary`
 *                  `apl-btn-update`
 *                  `apl-btn-place`
 *                  `apl-btn-cancel`
 *                  `apl-btn-remove`
 *                  `apl-btn-link`
 *                  `apl-btn-mini`
 *                  `apl-btn-small`
 *                  `apl-btn-large`
 *
 * States:          `apl-active`
 *
 * Markup:
 *
 * <!-- apl-btn -->
 *     <btn class="apl-btn"></btn>
 *
 */
/**
 * Local Variables
 */
/**
 * Component: btn
 */
/*

.apl-btn:not(.native),
html button:not(.native),
html [type="button"]:not(.native) {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #FFFFFF;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  background: #C0C0C0;
  vertical-align: middle;
  line-height: 26px;
  min-height: 26px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border-bottom: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  border-radius: 3px;
}*/

.apl-btn:not(.native):not(:disabled),
html button:not(.native):not(:disabled),
html [type="button"]:not(.native):not(:disabled) {
  cursor: pointer;
  /**
     * Color mods
     */
}
/*
.apl-btn:not(.native):not(:disabled):hover,
html button:not(.native):not(:disabled):hover,
html [type="button"]:not(.native):not(:disabled):hover,
.apl-btn:not(.native):not(:disabled):focus,
html button:not(.native):not(:disabled):focus,
html [type="button"]:not(.native):not(:disabled):focus {
  background-color: #cdcdcd;
  color: #676767;
  outline: none;
  text-decoration: none;
  box-shadow: 1.5px 1.5px 0px 0px #a7a7a7;
}*/


/*
.apl-btn:not(.native):not(:disabled):active,
html button:not(.native):not(:disabled):active,
html [type="button"]:not(.native):not(:disabled):active,
.apl-btn:not(.native):not(:disabled).apl-active,
html button:not(.native):not(:disabled).apl-active,
html [type="button"]:not(.native):not(:disabled).apl-active {
  background-color: #bbbbbb;
  color: #676767;
  border-top: 2px solid #a4a4a4;
  border-left: 2px solid #a4a4a4;
  border-bottom: 0;
  border-right: 0;
  box-shadow: none;
}*/




.apl-btn:not(.native):not(:disabled).apl-btn-primary,
html button:not(.native):not(:disabled).apl-btn-primary,
html [type="button"]:not(.native):not(:disabled).apl-btn-primary {
  background-color: #5c996f;
  color: #FFFFFF;
  border-bottom-color: #497958;
  border-right-color: #497958;
}
.apl-btn:not(.native):not(:disabled).apl-btn-primary:hover,
html button:not(.native):not(:disabled).apl-btn-primary:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-primary:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-primary:focus,
html button:not(.native):not(:disabled).apl-btn-primary:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-primary:focus {
  background-color: #69a57c;
  color: #FFFFFF;
  box-shadow: 1.5px 1.5px 0px 0px #3f694c;
}
.apl-btn:not(.native):not(:disabled).apl-btn-primary:active,
html button:not(.native):not(:disabled).apl-btn-primary:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-primary:active,
.apl-btn:not(.native):not(:disabled).apl-btn-primary.apl-active,
html button:not(.native):not(:disabled).apl-btn-primary.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-primary.apl-active {
  background-color: #58936a;
  color: #FFFFFF;
  border-top-color: #477656;
  border-left-color: #477656;
  box-shadow: none;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary,
html button:not(.native):not(:disabled).apl-btn-secondary,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary {
  background-color: #183f45;
  color: #FFFFFF;
  border-bottom-color: #0b1c1f;
  border-right-color: #0b1c1f;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary:hover,
html button:not(.native):not(:disabled).apl-btn-secondary:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-secondary:focus,
html button:not(.native):not(:disabled).apl-btn-secondary:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary:focus {
  background-color: #1f5058;
  color: #FFFFFF;
  box-shadow: 1.5px 1.5px 0px 0px #040b0c;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary:active,
html button:not(.native):not(:disabled).apl-btn-secondary:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary:active,
.apl-btn:not(.native):not(:disabled).apl-btn-secondary.apl-active,
html button:not(.native):not(:disabled).apl-btn-secondary.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary.apl-active {
  background-color: #15383d;
  color: #FFFFFF;
  border-top-color: #0a191b;
  border-left-color: #0a191b;
  box-shadow: none;
}
.apl-btn:not(.native):not(:disabled).apl-btn-update,
html button:not(.native):not(:disabled).apl-btn-update,
html [type="button"]:not(.native):not(:disabled).apl-btn-update,
.apl-btn:not(.native):not(:disabled).apl-btn-place,
html button:not(.native):not(:disabled).apl-btn-place,
html [type="button"]:not(.native):not(:disabled).apl-btn-place {
  background-color: #5c996f;
  color: #FFFFFF;
  border-bottom-color: #497958;
  border-right-color: #497958;
}
.apl-btn:not(.native):not(:disabled).apl-btn-update:hover,
html button:not(.native):not(:disabled).apl-btn-update:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-update:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-place:hover,
html button:not(.native):not(:disabled).apl-btn-place:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-place:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-update:focus,
html button:not(.native):not(:disabled).apl-btn-update:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-update:focus,
.apl-btn:not(.native):not(:disabled).apl-btn-place:focus,
html button:not(.native):not(:disabled).apl-btn-place:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-place:focus {
  background-color: #69a57c;
  color: #FFFFFF;
  box-shadow: 1.5px 1.5px 0px 0px #3f694c;
}
.apl-btn:not(.native):not(:disabled).apl-btn-update:active,
html button:not(.native):not(:disabled).apl-btn-update:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-update:active,
.apl-btn:not(.native):not(:disabled).apl-btn-place:active,
html button:not(.native):not(:disabled).apl-btn-place:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-place:active,
.apl-btn:not(.native):not(:disabled).apl-btn-update.apl-active,
html button:not(.native):not(:disabled).apl-btn-update.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-update.apl-active,
.apl-btn:not(.native):not(:disabled).apl-btn-place.apl-active,
html button:not(.native):not(:disabled).apl-btn-place.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-place.apl-active {
  background-color: #58936a;
  color: #FFFFFF;
  border-top-color: #477656;
  border-left-color: #477656;
  box-shadow: none;
}
.apl-btn:not(.native):not(:disabled).apl-btn-cancel,
html button:not(.native):not(:disabled).apl-btn-cancel,
html [type="button"]:not(.native):not(:disabled).apl-btn-cancel,
.apl-btn:not(.native):not(:disabled).apl-btn-remove,
html button:not(.native):not(:disabled).apl-btn-remove,
html [type="button"]:not(.native):not(:disabled).apl-btn-remove {
  background-color: #bf3e35;
  color: #FFFFFF;
  border-bottom-color: #97312a;
  border-right-color: #97312a;
}
.apl-btn:not(.native):not(:disabled).apl-btn-cancel:hover,
html button:not(.native):not(:disabled).apl-btn-cancel:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-cancel:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-remove:hover,
html button:not(.native):not(:disabled).apl-btn-remove:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-remove:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-cancel:focus,
html button:not(.native):not(:disabled).apl-btn-cancel:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-cancel:focus,
.apl-btn:not(.native):not(:disabled).apl-btn-remove:focus,
html button:not(.native):not(:disabled).apl-btn-remove:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-remove:focus {
  background-color: #cb4c43;
  color: #FFFFFF;
  box-shadow: 1.5px 1.5px 0px 0px #832b24;
}
.apl-btn:not(.native):not(:disabled).apl-btn-cancel:active,
html button:not(.native):not(:disabled).apl-btn-cancel:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-cancel:active,
.apl-btn:not(.native):not(:disabled).apl-btn-remove:active,
html button:not(.native):not(:disabled).apl-btn-remove:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-remove:active,
.apl-btn:not(.native):not(:disabled).apl-btn-cancel.apl-active,
html button:not(.native):not(:disabled).apl-btn-cancel.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-cancel.apl-active,
.apl-btn:not(.native):not(:disabled).apl-btn-remove.apl-active,
html button:not(.native):not(:disabled).apl-btn-remove.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-remove.apl-active {
  background-color: #b73b33;
  color: #FFFFFF;
  border-top-color: #933029;
  border-left-color: #933029;
  box-shadow: none;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary-alt,
html button:not(.native):not(:disabled).apl-btn-secondary-alt,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary-alt {
  background-color: #000;
  color: #FFFFFF;
  border: none;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary-alt:hover,
html button:not(.native):not(:disabled).apl-btn-secondary-alt:hover,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary-alt:hover,
.apl-btn:not(.native):not(:disabled).apl-btn-secondary-alt:focus,
html button:not(.native):not(:disabled).apl-btn-secondary-alt:focus,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary-alt:focus {
  background-color: var(--theme-color);
  color: #FFFFFF;
}
.apl-btn:not(.native):not(:disabled).apl-btn-secondary-alt:active,
html button:not(.native):not(:disabled).apl-btn-secondary-alt:active,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary-alt:active,
.apl-btn:not(.native):not(:disabled).apl-btn-secondary-alt.apl-active,
html button:not(.native):not(:disabled).apl-btn-secondary-alt.apl-active,
html [type="button"]:not(.native):not(:disabled).apl-btn-secondary-alt.apl-active {
  background-color: #071f23;
  color: #FFFFFF;
  border-top-color: #082227;
  border-left-color: #082227;
  box-shadow: none;
}
.apl-btn:not(.native):disabled,
html button:not(.native):disabled,
html [type="button"]:not(.native):disabled {
  background-color: #F5F5F5;
  color: #999999;
  border-color: #F5F5F5;
  box-shadow: none;
}
.apl-btn:not(.native).apl-btn-link,
html button:not(.native).apl-btn-link,
html [type="button"]:not(.native).apl-btn-link,
.apl-btn:not(.native).apl-btn-link:hover,
html button:not(.native).apl-btn-link:hover,
html [type="button"]:not(.native).apl-btn-link:hover,
.apl-btn:not(.native).apl-btn-link:focus,
html button:not(.native).apl-btn-link:focus,
html [type="button"]:not(.native).apl-btn-link:focus,
.apl-btn:not(.native).apl-btn-link:active,
html button:not(.native).apl-btn-link:active,
html [type="button"]:not(.native).apl-btn-link:active,
.apl-btn:not(.native).apl-btn-link.apl-active,
html button:not(.native).apl-btn-link.apl-active,
html [type="button"]:not(.native).apl-btn-link.apl-active,
.apl-btn:not(.native).apl-btn-link:disabled,
html button:not(.native).apl-btn-link:disabled,
html [type="button"]:not(.native).apl-btn-link:disabled {
  border-color: transparent;
  background: none;
  box-shadow: none;
}
.apl-btn:not(.native).apl-btn-link,
html button:not(.native).apl-btn-link,
html [type="button"]:not(.native).apl-btn-link {
  background: var(--theme-color);
  border: none;
  display: block;
  text-align: center !important;
  text-transform: uppercase;
  padding: 0;
}
.apl-btn:not(.native).apl-btn-link:hover,
html button:not(.native).apl-btn-link:hover,
html [type="button"]:not(.native).apl-btn-link:hover,
.apl-btn:not(.native).apl-btn-link:focus,
html button:not(.native).apl-btn-link:focus,
html [type="button"]:not(.native).apl-btn-link:focus,
.apl-btn:not(.native).apl-btn-link:active,
html button:not(.native).apl-btn-link:active,
html [type="button"]:not(.native).apl-btn-link:active,
.apl-btn:not(.native).apl-btn-link.apl-active,
html button:not(.native).apl-btn-link.apl-active,
html [type="button"]:not(.native).apl-btn-link.apl-active {
  color: #010202;
  text-decoration: underline;
}
.apl-btn:not(.native).apl-btn-link:disabled,
html button:not(.native).apl-btn-link:disabled,
html [type="button"]:not(.native).apl-btn-link:disabled {
  color: #999999;
}
.apl-btn:not(.native).apl-btn-link:focus,
html button:not(.native).apl-btn-link:focus,
html [type="button"]:not(.native).apl-btn-link:focus {
  outline: 1px dotted;
}
.apl-btn:not(.native).apl-btn-mini,
html button:not(.native).apl-btn-mini,
html [type="button"]:not(.native).apl-btn-mini {
  min-height: 17px;
  padding: 0 5px;
  line-height: 17px;
  font-size: 8px;
}
.apl-btn:not(.native).apl-btn-small,
html button:not(.native).apl-btn-small,
html [type="button"]:not(.native).apl-btn-small {
  min-height: 21px;
  padding: 0 10px;
  line-height: 21px;
  font-size: 10px;
}
.apl-btn:not(.native).apl-btn-large,
html button:not(.native).apl-btn-large,
html [type="button"]:not(.native).apl-btn-large {
  min-height: 30px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px;
}
/**
 * Name:            Table
 *
 * Description:     Defines styles for tables
 *
 * Component:       `apl-table`
 *
 * Modifiers:       `apl-table-middle`
 *                  `apl-table-striped`
 *                  `apl-table-condensed`
 *                  `apl-table-hover`
 *
 * States:          `apl-active`
 *
 */
/**
 * Local Variables
 */
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.apl-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
  /*
     * Set alignment
     */
  /*
     * Caption and footer
     */
  /*
     * Active State
     */
  /**
     *  Modifier: `apl-table-middle`
     */
  /**
     * Modifier: `apl-table-striped`
     */
  /**
     * Modifier: `apl-table-condensed`
     */
  /**
     * Modifier: `apl-table-hover`
     */
}
.apl-table th,
.apl-table td {
  padding: 8px 8px;
}
.apl-table th {
  text-align: left;
}
.apl-table td {
  vertical-align: middle;
}
.apl-table thead th {
  vertical-align: bottom;
}
.apl-table tr.-invalid-row {
  background-color: #d01901;
}
.apl-table caption,
.apl-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.apl-table caption {
  text-align: left;
  color: #999;
}
.apl-table tbody tr.apl-active {
  background: #EEE;
}
.apl-table.apl-table-middle td {
  vertical-align: middle !important;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd).-invalid-row {
  background-color: #d01901;
}
.apl-table.apl-table-striped tbody tr:nth-of-type(odd).-invalid-row:hover {
  background: #d01901;
}
.apl-table.apl-table-condensed td {
  padding: 4px 8px;
}
.apl-table.apl-table-hover tbody tr {
  transition: background ease .5s;
}
.apl-table.apl-table-hover tbody tr.-invalid-row:hover {
  background: #d01901;
}
.apl-table.apl-table-hover tbody tr:hover {
  background: #EEE;
  color: #999;
}
/*
 * Add margin if adjacent element
 */
* + .apl-table {
  margin-top: 15px;
}
/**
 * Name:            Section
 * Description:     Sets default styling for sections
 * Component:       `apl-section`
 *
 */
/**
 * Local Variables
 */
.apl-section {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 20px;
}
.apl-section-inner {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  float: left;
  margin: 0 20px 20px 0;
}
/**
 * Name:            Utility
 * 
 * Description:     Collection of useful utility classes to style your content
 *
 * Component:       `apl-clearfix`
 *                  `apl-float-*`
 *                  `apl-align-*`
 *                  `apl-vertical-align-*`
 *                  `apl-margin-*`
 *                  `apl-padding-*`
 *                  `apl-border-*`
 *                  `apl-link-*`
 *                  `apl-overflow-*`
 *                  `apl-position-*`
 *                  `apl-display-*`
 *                  `apl-hidden`
 *                  `apl-invisible`

/**
 * Variables
 */
/**
 * Component: Utility
 */
/**
 * Clearing
 */
.apl-clearfix:before {
  content: "";
  display: table-cell;
}
.apl-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Alignment of block elements
 */
._float-left {
  float: left;
}
._float-right {
  float: right;
}
[class*='_float-'] {
  max-width: 100%;
}
[class*='apl-align-'] {
  display: block;
  margin-bottom: 15px;
}
.apl-align-left {
  margin-right: 15px;
  float: left;
}
.apl-align-right {
  margin-left: 15px;
  float: right;
}
.apl-align-center {
  margin-left: auto;
  margin-right: auto;
}
/**
 * Vertical alignment
 */
.apl-vertical-align {
  font-size: 0.001px;
}
.apl-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.apl-vertical-align-middle,
.apl-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
}
.apl-vertical-align-middle {
  vertical-align: middle;
}
.apl-vertical-align-bottom {
  vertical-align: bottom;
}
/**
 * Margin
 */
.apl-margin {
  margin-bottom: 15px;
}
* + .apl-margin {
  margin-top: 15px;
}
.apl-margin-top {
  margin-top: 15px !important;
}
.apl-margin-bottom {
  margin-bottom: 15px !important;
}
.apl-margin-left {
  margin-left: 15px !important;
}
.apl-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.apl-margin-large {
  margin-bottom: 50px;
}
* + .apl-margin-large {
  margin-top: 50px;
}
.apl-margin-large-top {
  margin-top: 50px !important;
}
.apl-margin-large-bottom {
  margin-bottom: 50px !important;
}
.apl-margin-large-left {
  margin-left: 50px !important;
}
.apl-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.apl-margin-small {
  margin-bottom: 5px;
}
* + .apl-margin-small {
  margin-top: 5px;
}
.apl-margin-small-top {
  margin-top: 5px !important;
}
.apl-margin-small-bottom {
  margin-bottom: 5px !important;
}
.apl-margin-small-left {
  margin-left: 5px !important;
}
.apl-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.apl-margin-remove {
  margin: 0 !important;
}
.apl-margin-top-remove {
  margin-top: 0 !important;
}
.apl-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/**
 * Padding
 */
.apl-padding-remove {
  padding: 0 !important;
}
.apl-padding-top-remove {
  padding-top: 0 !important;
}
.apl-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.apl-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/**
 * Border
 */
.apl-border-circle {
  border-radius: 50%;
}
.apl-border-rounded {
  border-radius: 5px;
}
/**
 * Link
 */
.apl-link-muted,
.apl-link-muted a {
  color: #444;
}
.apl-link-muted:hover,
.apl-link-muted a:hover {
  color: #444;
}
/**
 * Overflow
 */
.apl-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.apl-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.apl-overflow-container :last-child {
  margin-bottom: 0;
}
/**
 * Position
 */
.apl-position-absolute,
[class*='apl-position-top'],
[class*='apl-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
  .apl-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.apl-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.apl-position-top-left {
  top: 0;
  left: 0;
}

.apl-position-top-right {
  top: 0;
  right: 0;
}

.apl-position-bottom-left {
  bottom: 0;
  left: 0;
}

.apl-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.apl-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.apl-position-relative {
  position: relative !important;
}
/**
 * Display
 */
.apl-display-block {
  display: block !important;
}

.apl-display-inline {
  display: inline !important;
}

.apl-display-inline-block {
  display: inline-block !important;
  max-width: 100%;
}
/*
 * Visibility
 */
/* Remove from the flow and screen readers on any device */
.apl-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.apl-invisible {
  visibility: hidden !important;
}
/* Helper classes */
._clearfix:after,
header.header:after,
.sport-wrapper .markets h1:after,
.sport-wrapper .markets .group-sport .content .header:after {
  display: block;
  content: '';
  clear: both;
}
._pull-left,
header.header .logo-area,
.clock {
  float: left;
}
._pull-right,
header.header .infobar,
header.header .infobar .linkbar {
  float: right;
}
._small-svg {
  width: 20px;
}
._inner-sides {
  padding: 0 20px;
}
._inner-right {
  padding-right: 20px;
}
._inner-left,
.clock {
  padding-left: 20px;
}
._outer-right {
  margin-right: 0 20px;
}
._outer-left {
  margin-left: 0 20px;
}
._outer-sides {
  margin: 0 20px;
}
._cursor_pointer,
.sport-wrapper .apl-icon-star,
.sport-wrapper .apl-icon-star-o,
.market-listing-table tbody tr td.back,
.market-listing-table tbody tr td.lay {
  cursor: pointer;
}
._table-cell,
.body .content .left-pane,
.body .content .mid-pane,
.body .content .right-pane {
  display: table-cell;
  vertical-align: top;
}
._align-right {
  text-align: right;
}
._align-center,
.market-listing-table thead tr th {
  text-align: center;
}
._auto-width {
  width: auto;
}
/* State dependent rules */
.-hidden {
  display: none;
}
.-full-width {
  width: 100%;
}
.-full-size {
  width: 100%;
  height: 100%;
}
.dropdown {
  position: relative;
}
.dropdown-list {
  left: 0;
  top: 30px;
  min-width: 100%;
  z-index: 9999;
}
.dropdown-list.displayDropdownAbove {
  top: auto;
  bottom: 36px;
}
.dropdown-button.displayDropdownAbove .apl-icon-caret-down {
  transform: rotateX(180deg);
}


.-qa-setting-dropdown .wrap-dd-menu .dropdown {
    top: 100% !important;
}


.wrap-dd-select .dropdown li.divider,
.wrap-dd-menu .dropdown li.divider {
  padding: 2px 0;
  background: #DDDDDD;
}
.wrap-dd-select .dropdown li.divider-label,
.wrap-dd-menu .dropdown li.divider-label {
  background: #e6e8ea;
  cursor: default;
  color: #000000;
  padding: 10px 0;
}
.wrap-dd-select .dropdown li a,
.wrap-dd-menu .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
  color: #000;
  font-size: 13px;
}
.wrap-dd-select .dropdown li i,
.wrap-dd-menu .dropdown li i {
  float: right;
  color: inherit;
}
.wrap-dd-select .dropdown li:first-of-type a,
.wrap-dd-menu .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.wrap-dd-select .dropdown li:last-of-type a,
.wrap-dd-menu .dropdown li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none;
}
.wrap-dd-select .dropdown li:hover a,
.wrap-dd-menu .dropdown li:hover a {
  background: #f3f8f8;
}
.wrap-dd-select .dropdown:after,
.wrap-dd-menu .dropdown:after,
.wrap-dd-select .dropdown:before,
.wrap-dd-menu .dropdown:before {
  content: "";
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -5px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent;
}
.wrap-dd-select .dropdown:before,
.wrap-dd-menu .dropdown:before {
  margin-right: -7px;
  border-width: 0 8px 8px 8px;
  border-color: #DDDDDD transparent;
}
.wrap-dd-select .dropdown.active,
.wrap-dd-menu .dropdown.active {
  visibility: visible;
}
.wrap-dd-select.disabled,
.wrap-dd-menu.disabled {
  cursor: default;
  color: #5b6a7d;
}
.wrap-dd-select.active .dropdown,
.wrap-dd-menu.active .dropdown {
  visibility: visible;
}
.wrap-dd-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #8aa8bd;
}
.wrap-dd-select .dropdown {
  top: 100%;
  z-index: 10;
  border-radius: inherit;
  max-height: 300px;
  overflow-y: auto;
}
.wrap-dd-select .dropdown:after {
  right: 15px;
}
.wrap-dd-select .dropdown:before {
  right: 13px;
}
.wrap-dd-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border: 6px 6px 0 6px solid;
  border-color: #DDDDDD transparent;
}
.wrap-dd-select.disabled:after {
  border: none;
}
/**
 * Local Variables
 */
/**
 * Component: btn
 */

/*.apl-btn,
html button,
html [type="button"] {
  padding: 0 10px;
  line-height: 26px;
  min-height: 26px;
  font-size: 12px;
}*/

.apl-btn.apl-btn-mini,
html button.apl-btn-mini,
html [type="button"].apl-btn-mini {
  min-height: 17px;
  padding: 0 5px;
  line-height: 17px;
  font-size: 8px;
}
.apl-btn.apl-btn-small,
html button.apl-btn-small,
html [type="button"].apl-btn-small {
  min-height: 21px;
  padding: 0 10px;
  line-height: 21px;
  font-size: 10px;
}
.apl-btn.apl-btn-large,
html button.apl-btn-large,
html [type="button"].apl-btn-large {
  min-height: 30px;
  padding: 0 12px;
  line-height: 30px;
  font-size: 14px;
}
/**
 * Name:            Form
 * Description:     Defines styles for forms
 *
 * Component:       `apl-form`
 *
 * Sub-objects:     `apl-form-row`
 *                  `apl-form-help-inline`
 *                  `apl-form-help-block`
 *                  `apl-form-label`
 *                  `apl-form-controls`
 *                  `apl-form-controls-condensed`
 *                  `apl-form-icon`
 *
 * Modifiers:       `apl-form-stacked`
 *
 * Sub-modifiers:   `apl-form-invalid`
 *                  `apl-form-valid`
 *                  `apl-form-small`
 *                  `apl-form-large`
 *                  `apl-form-width-mini`
 *                  `apl-form-width-small`
 *                  `apl-form-width-medium`
 *                  `apl-form-width-large`
 *                  `apl-form-controls-text`
 *
 * Markup:
 *
 * <!-- apl-form -->
 * <form class="apl-form">
 *     <div class="apl-form-row">
 *         <label class="apl-form-label" for="form-input-1"></label>
 *         <div class="apl-form-controls">
 *             <input type="text" id="form-input-1" placeholder="Text">
 *         </div>
 *     </div>
 * </form>
 */
/**
 * Local Variables
 */
/**
 * Component: Form
 */
.apl-form {
  /**
    * Controls
    */
  /*
    * Legend
    */
  /**
    * Size modifiers
    */
  /*
    * Fixed widths
    * Different widths for mini sized `input` and `select` elements
    */
  /**
    *  Help text
    * Sub-object: `apl-form-help-inline`, `apl-form-help-block`
    */
  /**
    *  Modifier: `apl-form-stacked`
    * Requires sub-object: `apl-form-label`
    */
  /**
    *  Modifier: `apl-form-horizontal`
    * Requires sub-objects: `apl-form-label`, `apl-form-controls`
    */
  /**
    * Sub-object: `apl-form-icon`
    */
  /*
    * Sub-modifier: `apl-form-icon-flip`
    */
}
.apl-form select,
.apl-form textarea,
.apl-form input:not([type]),
.apl-form input[type="text"],
.apl-form input[type="password"],
.apl-form input[type="datetime"],
.apl-form input[type="datetime-local"],
.apl-form input[type="date"],
.apl-form input[type="month"],
.apl-form input[type="time"],
.apl-form input[type="week"],
.apl-form input[type="number"],
.apl-form input[type="email"],
.apl-form input[type="url"],
.apl-form input[type="search"],
.apl-form input[type="tel"],
.apl-form input[type="color"] {
  height: 27px;
  padding: 4px 6px;
}
.apl-form legend {
  font-size: 15px;
  line-height: 26px;
}
.apl-form select.apl-form-small,
.apl-form textarea.apl-form-small,
.apl-form input[type].apl-form-small,
.apl-form input:not([type]).apl-form-small {
  height: 23px;
  padding: 3px 2px;
  font-size: 10px;
}
.apl-form select.apl-form-large,
.apl-form textarea.apl-form-large,
.apl-form input[type].apl-form-large,
.apl-form input:not([type]).apl-form-large {
  height: 36px;
  padding: 8px 4px;
  font-size: 12px;
}
.apl-form input.apl-form-width-mini {
  width: 40px;
}
.apl-form select.apl-form-width-mini {
  width: 65px;
}
.apl-form .apl-form-width-small {
  width: 130px;
}
.apl-form .apl-form-width-medium {
  width: 200px;
}
.apl-form .apl-form-width-large {
  width: 500px;
}
.apl-form .apl-form-help-inline {
  margin: 0 0 0 8px;
}
.apl-form .apl-form-help-block {
  margin: 5px 0 0 0;
}
.apl-form .apl-form-controls-condensed {
  margin: 5px 0;
}
.apl-form.apl-form-stacked .apl-form-label {
  margin-bottom: 5px;
}
.apl-form.apl-form-horizontal {
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
}
.apl-form.apl-form-horizontal .apl-form-label {
  width: 200px;
  margin-top: 5px;
}
.apl-form.apl-form-horizontal .apl-form-controls {
  margin-left: 215px;
}
.apl-form.apl-form-horizontal .apl-form-controls-text {
  padding-top: 5px;
}
.apl-form .apl-form-icon [class*='apl-icon-'] {
  width: 30px;
  margin-top: -8px;
  font-size: 16px;
}
.apl-form .apl-form-icon:not(.apl-form-icon-flip) input {
  padding-left: 30px !important;
}
.apl-form .apl-form-icon-flip input {
  padding-right: 30px !important;
}
.apl-form .apl-form-icon-flip input::placeholder{
  color: #fff !important;
}
/**
 * Local Variables
 */
/**
 * Component: Base
 */
html {
  font-size: 12px;
  line-height: 17px;
}
/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 13px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 13px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 13px 0;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 21px;
}
/*
 * Sizes
 */
h1,
.apl-h1 {
  font-size: 24px;
  line-height: 36px;
}
h2,
.apl-h2 {
  font-size: 20px;
  line-height: 26px;
}
h3,
.apl-h3 {
  font-size: 15px;
  line-height: 20px;
}
h4,
.apl-h4 {
  font-size: 14px;
  line-height: 19px;
}
h5,
.apl-h5 {
  font-size: 12px;
  line-height: 17px;
}
h6,
.apl-h6 {
  font-size: 10px;
  line-height: 15px;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  margin: 13px 0;
}
html {
  overflow-y: auto;
  height: 100%;
}
html.login-screen {
  overflow-y: auto;
  background-size: cover;
  height: 100%;
}
html.login-screen body {
  height: 100%;
}
body {
  color: #333;
}
footer {
  background: #09262b;
  color: #fff;
  padding: 15px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
html * {
  box-sizing: border-box;
}
a {
  color: var(--theme-color);
  text-decoration: none;
}
a:hover {
  color: #010202;
  text-decoration: underline;
}
button.btns_depo {
  border: none;
  background: green;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 3px;
  transition: 0.9s;
}
button.btns_depo svg {
  height: 25px;
  margin-right: 5px;
}
button.btns_depo:hover {
  background: darkgreen;
  box-shadow: inset 0 0 0 1px #fff;
}

button.btns_withdraw {
  border: none;
  background: red;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 3px;
  transition: 0.9s;
}
button.btns_withdraw svg {
    height: 25px;
    margin-right: 5px;
}

button.btns_withdraw:hover {
    background: darkred;
    box-shadow: inset 0 0 0 1px #fff;
}
header.header .logo-area {
  width: 178px;
  padding: 34px 0 0 20px;
}
header.header .logo-area .logo img{
  height: 39px;
}
header.header a {
  color: #fff;
  font-size: 15px;
}
header.header .infobar {
  margin: 15px 0;
  padding: 10px 20px;
}
header.header .infobar .last-login {
  font-size: 11px;
}
header.header .infobar .linkbar {
  list-style: outside none none;
}
header.header .infobar .linkbar li {
  display: inline-table;
  vertical-align: middle;
  padding-left: 5px;
}
header.header .dropdown-menu li {
    display: block !important;
    padding-left: 0 !important;
}

header.header .infobar .linkbar li p {
  margin: 0;
  color: #fff;
}
header.header .infobar .linkbar li a img {
  vertical-align: middle;
  padding-right: 5px;
  box-sizing: content-box;
}
header.header .infobar .linkbar .header-link {
  font-size: 15px;
}

li.bal-section {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 45px;
  background: var(--theme-secondary);
  position: relative;
  padding: 4px 10px !important;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}
li.bal-section .primary-b-text {
    font-weight: 700;
    color: #09f109;
}
li.bal-section .btn-header {
    color: #fff;
}
header.header a.qa-logout {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 15px;
    transition: 0.9s;
    font-weight: 600;
}
header.header a.qa-logout:hover{
  background: #fff;
  color: var(--theme-secondary);
}
header.header a span {
  text-transform: uppercase;
}
.search-container .search {
  display: flex;
}
.search-container .search input,
.search-container .search input:focus {
  width: 300px;
  border: 1px solid #fff !important;
  background: none !important;
  color: #fff !important;
  border-radius: 20px;
}
.search-container .search .apl-form-icon .apl-icon-search {
  font-size: 14px;
  color: var(--theme-secondary);
}
.search-container ul {
  position: absolute;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-top: none;
  width: 300px;
  z-index: 999;
}
.search-container ul li a,
.search-container ul li p {
  margin: 0;
  line-height: 1.8;
  padding: 5px 10px;
  display: block;
  width: 100%;
  color: var(--theme-color);
}
.search-container ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #24555e !important;
}

.d-none { display:none; }

.search-container ul li a.suggestion-highlight {
  background-color: #DDDDDD;
  text-decoration: none;
  color: #24555e !important;
}
.search-container .placeholder-wrapper .placeholder {
  left: 34px;
}
.search-container .placeholder-wrapper.activated .placeholder {
  color: #fff;
}
footer {
  text-align: center;
  background: #000;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  margin-top: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #e6e6e6;
}
footer .powered-by {
  display: none;
}
aside.menu {
  height: 100%;
}
aside.menu nav.tree-menu {
  background: #fff;
}
aside.menu nav.tree-menu ul {
  margin: 0;
}
aside.menu nav.tree-menu ul li {
  padding: 5px 0;
}
aside.menu nav.tree-menu ul li ul li {
  margin-left: 15px;
}
.tree-menu {
  width: 178px;
  overflow: hidden;
  height: 100%;
}
.tree-menu .menu-link {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
  text-decoration: none;
}
.tree-menu .menu-link span {
  float: left;
  width: 144px;
}
.tree-menu .menu-link i {
  float: right;
  font-size: 9px;
  position: absolute;
  right: 12px;
}
.tree-menu .menu-link i.indicator-icon {
  top: 10px;
}
.left-menu-inner {
  width: 9999px;
  transition: 0s;
  height: 100%;
  /** top lvl menu - sport icons **/
}
.left-menu-inner.current-lvl-2 .sport-type-Exchange-Game {
  display: block;
}
.left-menu-inner .menu-link {
  color: #333;
  transition: background-color 0.3s ease-out;
}
.left-menu-inner.going-next {
  transition: 0.4s ease-out;
  transform: translateX(-178px);
}
.left-menu-inner.going-prev {
  transition: 0.4s ease-out;
  transform: translateX(178px);
}
.left-menu-inner .sport-icon {
  display: none;
  top: 13px;
}
.left-menu-inner .sport-icon::after {
  width: 14px;
  float: left;
  margin: 2px 10px 0 0;
  color: #fff;
}
.left-menu-inner .menu-lvl-0 .indicator-icon {
  display: none;
}
.left-menu-inner .menu-lvl-0 .home-link {
  display: none;
}
.left-menu-inner .menu-lvl-0 .show-on-lvl-0 {
  display: block;
}
.left-menu-inner .menu-lvl-0 .menu-link,
.left-menu-inner .menu-lvl-0 .favourites-link {
  position: relative;
  height: 60px;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.left-menu-inner .menu-lvl-0 .menu-link:hover,
.left-menu-inner .menu-lvl-0 .favourites-link:hover {
  background: #f1f1f1;
  transform: scale(1.1);
  border-top: 1px solid #ddd;
  text-decoration: none;
}
.left-menu-inner .menu-lvl-0 .menu-link .sport-icon,
.left-menu-inner .menu-lvl-0 .favourites-link .sport-icon,
.left-menu-inner .menu-lvl-0 .menu-link .favourites-icon,
.left-menu-inner .menu-lvl-0 .favourites-link .favourites-icon {
  font-size: 20px;
  display: inline;
  float: none;
  position: relative;
  right: auto;
  padding-left: 15px;
}
.left-menu-inner .menu-lvl-0 .menu-link .link-name,
.left-menu-inner .menu-lvl-0 .favourites-link .link-name {
  position: relative;
  display: inline;
  float: none;
  margin-left: 10px;
  top: 11px;
  font-weight: bold;
}
.left-menu-inner .menu-lvl-0 .sport-icon {
  color: #000;
}
.left-menu-inner .show-on-lvl-0 {
  display: none;
}
.left-menu-inner .sport-type-Cricket .sport-icon {
  color: #8c1000;
}
.left-menu-inner .sport-type-Tennis .sport-icon {
  color: #7eba3b;
}
.left-menu-inner .sport-type-Horse-Racing .sport-icon {
  color: #854d46;
}
.left-menu-inner .sport-type-Greyhound-Racing .sport-icon {
  color: #215867;
}
.left-menu-inner .menu-column {
  float: left;
  width: 178px;
}
.left-menu-inner .menu-column.sport-type-Cricket {
  color: #8c1000;
}
.left-menu-inner .menu-column.sport-type-Cricket:hover {
  background: #efddd9;
}
.left-menu-inner .menu-column.sport-type-Cricket .link-lvl-sport {
  background: #8c1000;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Cricket .link-lvl-sport:hover {
  background: #730d00;
}
.left-menu-inner .menu-column.sport-type-Cricket .link-lvl-prev {
  color: #8c1000;
  background: #f3e9e7;
}
.left-menu-inner .menu-column.sport-type-Cricket .link-lvl-prev:hover {
  background: #ebd9d6;
}
.left-menu-inner .menu-column.sport-type-Football {
  color: #111;
}
.left-menu-inner .menu-column.sport-type-Football:hover {
  background: #dedcdc;
}
.left-menu-inner .menu-column.sport-type-Football .link-lvl-sport {
  background: #111;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Football .link-lvl-sport:hover {
  background: #373737;
}
.left-menu-inner .menu-column.sport-type-Football .link-lvl-prev {
  color: #111;
  background: #e2e2e2;
}
.left-menu-inner .menu-column.sport-type-Football .link-lvl-prev:hover {
  background: #d5d5d5;
}
.left-menu-inner .menu-column.sport-type-Tennis {
  color: #587932;
}
.left-menu-inner .menu-column.sport-type-Tennis:hover {
  background: #dae6ce;
}
.left-menu-inner .menu-column.sport-type-Tennis .link-lvl-sport {
  background: #75a93c;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Tennis .link-lvl-sport:hover {
  background: #689635;
}
.left-menu-inner .menu-column.sport-type-Tennis .link-lvl-prev {
  color: #587932;
  background: #eaefe5;
}
.left-menu-inner .menu-column.sport-type-Tennis .link-lvl-prev:hover {
  background: #dde5d5;
}
.left-menu-inner .menu-column.sport-type-Horse-Racing {
  color: #854d46;
}
.left-menu-inner .menu-column.sport-type-Horse-Racing:hover {
  background: rgba(133, 77, 70, 0.4);
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .menu-link.selected {
  color: #fff;
  background-color: #854d46;
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .link-lvl-sport {
  background: #854d46;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .link-lvl-sport:hover {
  background: #74433d;
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .link-lvl-prev {
  color: #854d46;
  background: rgba(133, 77, 70, 0.1);
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .link-lvl-prev:hover {
  background: rgba(133, 77, 70, 0.4);
}
.left-menu-inner .menu-column.sport-type-Horse-Racing .grey-out.link-name,
.left-menu-inner .menu-column.sport-type-Horse-Racing .grey-out.indicator-icon {
  color: #c0c0c0;
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing {
  color: #215867;
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing:hover {
  background: rgba(33, 88, 103, 0.4);
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .menu-link.selected {
  color: #fff;
  background-color: #215867;
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .link-lvl-sport {
  background: #215867;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .link-lvl-sport:hover {
  background: #1b4854;
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .link-lvl-prev {
  color: #215867;
  background: rgba(33, 88, 103, 0.1);
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .link-lvl-prev:hover {
  background: rgba(33, 88, 103, 0.4);
}
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .grey-out.link-name,
.left-menu-inner .menu-column.sport-type-Greyhound-Racing .grey-out.indicator-icon {
  color: #c0c0c0;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game {
  color: #111;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game:hover {
  background: #dedcdc;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game .link-lvl-sport {
  background: #111;
  color: #fff;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game .link-lvl-sport:hover {
  background: #373737;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game .link-lvl-prev {
  color: #111;
  background: #e2e2e2;
}
.left-menu-inner .menu-column.sport-type-Exchange-Game .link-lvl-prev:hover {
  background: #d5d5d5;
}
.left-menu-inner .menu-prev {
  margin-left: -178px;
}
.left-menu-inner .link-lvl-sport,
.left-menu-inner .link-lvl-prev,
.left-menu-inner .favourites-link,
.left-menu-inner .home-link {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
/*  padding: 6px 8px;*/
  display: block;
}
.left-menu-inner .link-lvl-sport i,
.left-menu-inner .link-lvl-prev i,
.left-menu-inner .favourites-link i,
.left-menu-inner .home-link i {
  width: 20px;
}
.left-menu-inner .link-lvl-prev i {
  font-size: 17px;
  float: left;
  width: 22px;
  margin-top: -1px;
}
.left-menu-inner .link-lvl-sport .sport-icon {
  color: #fff;
  width: 20px;
  font-size: 12px;
  display: inline-block;
}
.left-menu-inner .favourites-link {
  /*font-weight: bold;
  color: #333;*/
}
.left-menu-inner .favourites-link:hover {
  background: #f1f1f1;
}
.left-menu-inner .favourites-link .favourites-icon {
  color: #e4c41e;
  font-size: 18px;
  float: left;
  width: 22px;
  top: 13px;
  line-height: 16px;
}
.left-menu-inner .home-link {
  color: #333;
}
.left-menu-inner .home-link:hover {
  background: #f1f1f1;
}
apl-sport-menu {
  display: block;
  height: 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.sport-menu {
  display: flex;
  /* justify-content: center; */
  height: 40px;
  background: #202020;
  border-bottom: 0px solid #ddd;
  white-space: nowrap;
  overflow-x: auto;
}
.sport-menu__item {
  display: flex;
  align-items: center;
}
.sport-menu__item:first-child::before {
  display: none;
}
.sport-menu__item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
}
.sport-menu__link {
  padding: 5px 20px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.sport-menu__link:hover {
  color: #ddd;
  text-decoration: none;
}
.sport-menu__link--casino {
  color: #fffa00;
}
.sport-menu__link--casino:hover {
  color: #fffa00;
}
::selection {
  background: #09262b;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #09262b;
  /* Gecko Browsers */
}
.hidden-over {
  overflow: hidden !important;
}
.body-wrapper {
  height: calc(100% - 50px);
}
.boxed-layout-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.body {
  height: 100%;
  padding: 0;
}
.body .content {
  display: table;
  margin: auto;
  overflow-x: hidden;
  z-index: 1;
  position: relative;
  min-height: 420px;
  height: calc(100% - 103px);
  width: 100%;
  padding: 0;
}
.body .content.with-notifications {
  height: calc(100% - 103px - 27px - 30px);
}
.body .content .left-pane {
  height: 100%;
  width: 178px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
.body .content .main_dashboard_screen {
    width: 100%;
    display: flex;
}
.body .content .mid-pane {
  padding: 0 20px 20px;
  width: 70%;
}
.account-screens .content .mid-pane{
  width: 100vw;
}
.body .content .right-floating {
  position: absolute;
  top: 0;
  right: 0;
  width:400px;
}
.body .content .right-pane {
  padding-top:15px;
  width: 30%;
}
.right-pane .vertical-slider .slick-slide img {
  width: 100%;
}
.body .content .right-pane.stick .inner-right-pane {
  position: fixed;
  width:400px;
  top: 0;
}
.body .content h1 {
  margin-bottom: 10px;
  padding:5px;
  border-bottom: 1px solid rgba(15, 35, 39, 0.4);
}
.body .content h1,
.body .content h2,
.body .content h3 {
  color: var(--theme-color);
}
.body .content h4,
.body .content h5 {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 35, 39, 0.4);
  color: var(--theme-color);
}
.-negative {
  color: #d01901;
  font-weight: bold;
}
.-positive {
  color: #2aa033;
  font-weight: bold;
}
.-invalid {
  color: #d01901;
  font-weight: bold;
}
._area-highlight {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  -webkit-transition: background-color 1s ease, border-color 1s ease;
  -moz-transition: background-color 1s ease, border-color 1s ease;
  -o-transition: background-color 1s ease, border-color 1s ease;
  transition: background-color 1s ease, border-color 1s ease;
}
._area-highlight:hover {
  background-color: #fff;
  border-color: rgba(15, 35, 39, 0.05);
}
.apl-form select:focus,
.apl-form textarea:focus,
.apl-form input:not([type]):focus,
.apl-form input[type="text"]:focus,
.apl-form input[type="password"]:focus,
.apl-form input[type="datetime"]:focus,
.apl-form input[type="datetime-local"]:focus,
.apl-form input[type="date"]:focus,
.apl-form input[type="month"]:focus,
.apl-form input[type="time"]:focus,
.apl-form input[type="week"]:focus,
.apl-form input[type="number"]:focus,
.apl-form input[type="email"]:focus,
.apl-form input[type="url"]:focus,
.apl-form input[type="search"]:focus,
.apl-form input[type="tel"]:focus,
.apl-form input[type="color"]:focus {
  border-color: var(--theme-color);
  background: #fff;
  color: var(--theme-color);
}
table {
  margin-bottom: 20px;
  width: 100%;
}
table th,
table td {
  padding: 6px;
}
table tbody tr {
  padding-bottom: 20px;
  text-align: left;
}
input {
  padding: 5px;
  border-radius: 3px;
  border: 2px solid #DDDDDD;
}
input[type="number"].ng-invalid,
input[type="text"].ng-invalid {
  border-color: #bf3e35;
  outline: none;
}
.apl-form .apl-input[type="number"].ng-invalid,
.apl-form .apl-input[type="text"].ng-invalid {
  border-color: #bf3e35;
  outline: none;
}
.step-input-wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.step-input-wrapper input[type="text"].step-input {
  border-radius: 0;
  width: 50px;
  padding: 3px;
  text-align: left;
}
.step-input-wrapper input[type="text"].step-input.ng-invalid {
  border-color: #bf3e35;
}
.step-input-wrapper .button-wrapper {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.step-input-wrapper .button-wrapper button {
  border: none;
  padding: 0;
  width: 13px;
  min-height: 13.5px;
  height: 13.5px;
  line-height: 10px;
  color: #FFFFFF;
  background-color: #5c996f;
}
.step-input-wrapper .button-wrapper button.step-up {
  border-radius: 0 3px 0 0;
}
.step-input-wrapper .button-wrapper button.step-up i.apl-icon-angle-up {
  font-size: 11px;
  margin-top: -2px;
}
.step-input-wrapper .button-wrapper button.step-down {
  border-radius: 0 0 3px;
}
.step-input-wrapper .button-wrapper button.step-down i.apl-icon-angle-down {
  font-size: 11px;
  margin-bottom: 1px;
}
.step-input-wrapper .button-wrapper button:active {
  background-color: #4f835f;
}
.back .step-input-wrapper button {
  background-color: #59b6ff;
}
.back .step-input-wrapper button:hover,
.back .step-input-wrapper button:focus {
  background-color: #73c1ff;
  color: #fff;
  box-shadow: none;
}
.back .step-input-wrapper button:active,
.back .step-input-wrapper button:visited {
  background-color: #40abff;
  color: #fff;
  border-color: #40abff;
}
.lay .step-input-wrapper button {
  background-color: #fb7e9a;
}
.lay .step-input-wrapper button:hover,
.lay .step-input-wrapper button:focus {
  background-color: #fc97ad;
  color: #fff;
  box-shadow: none;
}
.lay .step-input-wrapper button:active,
.lay .step-input-wrapper button:visited {
  background-color: #fa6587;
  color: #fff;
  border-color: #fa6587;
}
.ngdialog .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.ngdialog .ngdialog-content {
  position: absolute;
  width: auto;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: var(--theme-color);
  background: #fff;
  z-index: 2000;
}
.ngdialog .ngdialog-content .simple-page-content .WordSection1 * {
  color: #000 !important;
}
.ngdialog .ngdialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}
.ngdialog .ngdialog-close:hover {
  color: var(--theme-color);
}
.ngdialog .ngdialog-close::before {
  font-family: 'Apollo', Arial, sans-serif;
  content: '\F00D';
}
.-small .ngdialog-content {
  max-width: 270px;
  max-height: 150px;
}
.-small-long .ngdialog-content {
  max-width: 500px;
  max-height: 300px;
}
/* styles from angular-toastr , some need overwritting*/
#toast-container.toast-top-center {
  pointer-events: none !important;
}
#toast-container.toast-top-center .toast {
  margin-top: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  pointer-events: all;
}
#toast-container.toast-top-center .toast.toast-success {
  padding: 20px;
  background: #2aa033 !important;
}
#toast-container.toast-top-center .toast.toast-success:hover {
  background: #2fb439 !important;
}
#toast-container.toast-top-center .toast.toast-error {
  padding: 20px;
  background: #d01901 !important;
}
#toast-container.toast-top-center .toast.toast-error:hover {
  background: #e91c01 !important;
}
#toast-container.toast-top-center .toast:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.marquee {
    background-color: #202020;
    color: #fff;
    width: 100%;
}

.marquee__notifications {
  position: relative;
  padding: 5px 0 5px;
  overflow: hidden;
}
.marquee__list {
  padding-left: 100%;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
}
.marquee__list-item {
  padding-left: 5px;
  will-change: transform;
  display: inline-block;
}
.marquee__list-item + .marquee__list-item::before {
  content: '|';
  padding-right: 5px;
  will-change: transform;
}
.marquee__list--scroll {
  animation: scroll-left 30s linear infinite;
  will-change: transform;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.login-view {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
/*.login-container:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 58%), rgb(0 0 0 / 62%), rgb(4 4 4 / 69%));
    z-index: 1;
}
.login-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../../img/desktop/login-back-1.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}*/
.login-form {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 9;
  background:;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 50px;
  height:calc(100vh - 10px);
  background: url("");
  background-size: cover;
  background-position: center;
}
.login-container .close {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 99;
    color: #000;
    opacity: 1;
    font-size: 25px;
}
.login-form .login-panel {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
.login-form .login-panel .panel-heading {
  margin-bottom: 20px;
}
.login-form .login-panel .panel-heading .logo img{
  height: 50px;
}
.login-form .login-panel .panel-body .form-group {
  margin-bottom: 5px;
}
.login-form .form-group .btn-primary {
  background: var(--theme-color);
  text-align: center;
  display: block;
  color: #000;
}
.login-form .login-panel .panel-body .form-group input {
  width: 100%;
  padding: 11px 10px;
  border-radius: 2px;
  border: none;
}
.login-form .login-panel .panel-body .login-error {
  margin-top: 20px;
  text-align: center;
  color: red;
  font-size: 16px;
  padding-bottom: 10px;
  position: absolute;
  width: 280px;
}
.login-form .login-panel .panel-body .btn-login {
  width: 100%;
  background: var(--theme-secondary) !important;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);
  height: 40px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
  border: 0;
}
.login-form .login-panel .panel-body .login-footer {
  display: table-row;
  width: 100%;
  text-align: center;
  height: 1px
}

.login-form .login-panel .panel-body .login-footer .powered-by-logo {
  display: inline-block;
  width: 120px;
  height: 12px;
  margin-top: 25px;
}
.session-timeout-popup {
  background-color: rgba(0, 0, 0, 0.6);
}
.session-timeout-popup .ngdialog-content {
  background-color: transparent;
  max-width: 500px;
  max-height: 194px;
}
.session-timeout-popup .session-timeout-popup-content {
  height: 194px;
  background-color: #f9f7f9;
  text-align: center;
}
.session-timeout-popup .session-timeout-dialog {
  padding: 30px;
  text-align: center;
}
.session-timeout-popup .session-timeout-dialog h1 {
  color: #565457;
  margin-bottom: 30px;
}
.session-timeout-popup .session-timeout-dialog button {
  text-transform: uppercase;
}
.tabs.nav-pills .nav-link.active, 
.tabs.nav-pills .show>.nav-link {
    color: var(--theme-color);
    background-color: #fff;
    border-radius: 0;
}



.order-listing h3,
.pnl-listing h3,
.account-statement h3 {
  margin-bottom: 20px;
}
.order-listing .win,
.pnl-listing .win,
.account-statement .win {
  color: #3cd247;
}
.order-listing .loss,
.pnl-listing .loss,
.account-statement .loss {
  color: #f33;
}
.order-listing .filter,
.pnl-listing .filter,
.account-statement .filter {
  clear: both;
  margin: 0 0 15px;
}
.order-listing .filter ul,
.pnl-listing .filter ul,
.account-statement .filter ul {
  float: left;
  display: inline-block;
}
.order-listing .filter ul li,
.pnl-listing .filter ul li,
.account-statement .filter ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border-left: 2px solid #ddd;
}
.order-listing .filter ul li:first-child,
.pnl-listing .filter ul li:first-child,
.account-statement .filter ul li:first-child,
.order-listing .filter ul li:last-child,
.pnl-listing .filter ul li:last-child,
.account-statement .filter ul li:last-child {
  border-left: none;
}
.order-listing .filter ul li:first-child,
.pnl-listing .filter ul li:first-child,
.account-statement .filter ul li:first-child {
  padding-left: 0;
}
.order-listing .filter p,
.pnl-listing .filter p,
.account-statement .filter p {
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.order-listing table.listing th,
.pnl-listing table.listing th,
.account-statement table.listing th {
  background: #ddd;
}
.order-listing table.listing tr,
.pnl-listing table.listing tr,
.account-statement table.listing tr {
  background-color: #fff;
}
.order-listing table.listing tr.group,
.pnl-listing table.listing tr.group,
.account-statement table.listing tr.group {
  background: #f9f9f9 !important;
}
.order-listing table.listing tr.group td,
.pnl-listing table.listing tr.group td,
.account-statement table.listing tr.group td {
  font-weight: bold;
  font-size: 14px;
}
.order-listing table.listing tr:nth-child(odd),
.pnl-listing table.listing tr:nth-child(odd),
.account-statement table.listing tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.order-listing table.listing th,
.pnl-listing table.listing th,
.account-statement table.listing th,
.order-listing table.listing td,
.pnl-listing table.listing td,
.account-statement table.listing td {
  text-align: left;
  padding-left: 20px;
}
.order-listing table.listing th.numeric,
.pnl-listing table.listing th.numeric,
.account-statement table.listing th.numeric,
.order-listing table.listing td.numeric,
.pnl-listing table.listing td.numeric,
.account-statement table.listing td.numeric {
  text-align: right;
}
.order-listing table.listing td span.split label::after,
.pnl-listing table.listing td span.split label::after,
.account-statement table.listing td span.split label::after {
  content: ": ";
}
.consolidation-filter {
  padding: 6px;
  background-color: #fff;
}
.consolidation-filter input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}
.consolidation-filter .pad-left {
  padding-left: 20px;
}
.order-listing .selection .item {
  width: 100px;
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  color: var(--theme-color);
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 3px 8px 4px;
  cursor: pointer;
}
.order-listing .selection .item.selected {
  background: var(--theme-color);
  color: #fff;
}
.order-listing .selection.alt .item.selected {
  background: #cae0e8;
  color: var(--theme-color);
}
.order-listing table.listing tr.-invalid-row {
  opacity: 0.4;
}
.order-listing table.listing td span.order-date::after {
  content: " ";
  display: block;
}
.order-listing table.listing td span.order-time {
  color: #909090;
}
.order-listing table.listing td span.order-event {
  color: #a0a0ff;
}
.order-listing table.listing td span.order-event .toggle-icon {
  color: #000;
  font-size: 18px;
  margin: -1px 0 0 6px;
}
.order-listing table.listing td span.order-event::after {
  content: " ";
  display: block;
}
.order-listing table.listing td span.order-selection {
  font-weight: bold;
}
.order-listing table.listing td span.order-selection::after {
  content: " - ";
}
.order-listing table.listing td span.order-market {
  color: #909090;
}
.order-listing table.listing td span.order-market::after {
  content: " ";
  display: block;
}
.order-listing table.listing td span.order-placed-date::before {
  content: " | ";
}
.edit-stakes-content {
  padding: 20px;
}
.edit-stakes-form {
  display: flex;
  flex-direction: column;
}
.edit-stakes-form ul {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
}
.edit-stakes-form ul li {
  margin-bottom: 3%;
  max-width: 70px;
}
.edit-stakes-form ul li input {
  max-width: 100%;
}
.edit-stakes-control {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 10px;
}
.matched-bets {
  padding-top: 0;
}
.matched-bets .consolidation-filter {
  white-space: nowrap;
}
.matched-bets .consolidation-filter .pad-left {
  padding-left: 6px;
}
.matched-bets .event-name {
  font-weight: bold;
  margin: 6px 0 1px 6px;
  display: block;
}
.matched-bets .selection .selection-header {
  padding: 3px 6px;
  margin-bottom: 2px;
}
.matched-bets .selection .selection-header .market-name {
  font-weight: bold;
}
.matched-bets .selection .selection-header .selection-name {
  margin-top: 1px;
}
.matched-bets .selection .selection-header .bet-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.matched-bets .selection .selection-header .bet-header span {
  font-size: 9px;
  flex: 1;
  text-align: center;
}
.matched-bets .selection .selection-header .bet-header span.market-name {
  text-align: left;
  font-size: 12px;
  width: 29%;
  flex: none;
}
.matched-bets .selection .selection-header .bet-header span.odds {
  width: 17%;
  flex: none;
}
.matched-bets .selection .selection-header .bet-header.grouped span.market-name {
  display: none;
}
.matched-bets .selection .bet-header {
  font-size: 12px;
}
.matched-bets .selection .selection-bet {
  background: #fff;
  padding: 0 2px;
  margin: -5px 0 8px 0;
  min-height: 45px;
}
.matched-bets .selection .selection-bet.no-info {
  min-height: 26px;
}
.matched-bets .selection .selection-bet.lay {
  background: #f9c9d4;
}
.matched-bets .selection .selection-bet.back {
  background: #a7d8fd;
}
.matched-bets .selection .selection-bet .bet-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2px 0;
  padding: 5px 4px 0;
  position: relative;
}
.matched-bets .selection .selection-bet .bet-fields span {
  flex: 1;
  text-align: center;
}
.matched-bets .selection .selection-bet .bet-fields span.selection-name {
  flex: none;
  width: 29%;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.matched-bets .selection .selection-bet .bet-fields span.odds {
  flex: none;
  width: 17%;
}
.matched-bets .selection .selection-bet .bet-fields .toggle-icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.matched-bets .selection .selection-bet .bet-fields.has-breakdown {
  cursor: default;
}
.matched-bets .selection .selection-bet .bet-fields.has-breakdown .expanded {
  font-weight: bold;
}
.matched-bets .selection .selection-bet .bet-fields.line-breakdown {
  margin: 0;
  padding: 0 0 4px;
}
.matched-bets .selection .selection-bet .bet-fields.line-breakdown .bet-details {
  padding: 4px 0 0;
}
.matched-bets .selection .selection-bet .bet-fields.line-breakdown .apl-icon-custom-indent {
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: 15px;
}
.matched-bets .selection.line .selection-header,
.matched-bets .selection.line .selection-bet .bet-fields {
  display: block;
}
.matched-bets .selection.line .selection-header .bet-header,
.matched-bets .selection.line .selection-bet .bet-fields .bet-header,
.matched-bets .selection.line .selection-header .bet-details,
.matched-bets .selection.line .selection-bet .bet-fields .bet-details {
  position: relative;
}
.matched-bets .selection.line .selection-header .bet-header span,
.matched-bets .selection.line .selection-bet .bet-fields .bet-header span,
.matched-bets .selection.line .selection-header .bet-details span,
.matched-bets .selection.line .selection-bet .bet-fields .bet-details span {
  text-align: center;
}
.matched-bets .selection.line .selection-header .bet-header span.line,
.matched-bets .selection.line .selection-bet .bet-fields .bet-header span.line,
.matched-bets .selection.line .selection-header .bet-details span.line,
.matched-bets .selection.line .selection-bet .bet-fields .bet-details span.line {
  width: 29%;
}
.matched-bets .selection.line .selection-header .bet-header span.odds,
.matched-bets .selection.line .selection-bet .bet-fields .bet-header span.odds,
.matched-bets .selection.line .selection-header .bet-details span.odds,
.matched-bets .selection.line .selection-bet .bet-fields .bet-details span.odds {
  width: 17%;
}
.matched-bets .selection.line .selection-bet .bet-fields {
  display: block;
}
.matched-bets .selection.line .selection-bet .bet-fields .bet-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
apl-ref-info .ref-info {
  margin: 2px 7px 0;
  font-size: 9px;
}
apl-ref-info .ref-info dt,
apl-ref-info .ref-info dd {
  display: inline;
  color: rgba(15, 35, 39, 0.65);
}
.account-statement table.listing tr,
.order-listing table.listing tr,
.pnl-listing table.listing tr,
.account-statement table.listing tr:nth-child(odd),
.order-listing table.listing tr:nth-child(odd),
.pnl-listing table.listing tr:nth-child(odd) {
  background-color: white;
}
.account-statement table.listing tr.odd,
.order-listing table.listing tr.odd,
.pnl-listing table.listing tr.odd,
.account-statement table.listing tr.odd + .line-breakdown__row .line-breakdown__table tr,
.order-listing table.listing tr.odd + .line-breakdown__row .line-breakdown__table tr,
.pnl-listing table.listing tr.odd + .line-breakdown__row .line-breakdown__table tr {
  background-color: #f0f0f0;
}
.account-statement table.listing td.line-breakdown__container,
.order-listing table.listing td.line-breakdown__container,
.pnl-listing table.listing td.line-breakdown__container {
  padding: 0;
  width: 100%;
}
.line-breakdown__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.line-breakdown__table .apl-icon-custom-indent {
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.line-breakdown__table td {
  padding: 4px 8px;
}
.small .toggle-bg {
  font-size: 10px;
}
.small .toggle-alternate {
  margin-top: 0;
}
.small .toggle-alternate label {
  top: 4px;
}
.small .toggle-alternate input {
  width: 55px;
}
.small .switch {
  height: 21px;
  width: 21px;
}
.toggle-bg {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  height: 25px;
  position: relative;
  width: 55px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.toggle-bg:hover {
  border-color: #d9d9d9;
}
.toggle-bg.on {
  background: #09262b;
  border-color: #051316;
}
.toggle-bg input {
  margin: 0;
  padding: 0;
  width: 55px;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  /* initial toggle position */
  /* final relative toggle position */
}
.toggle-bg input:checked ~ .switch {
  left: 2px;
}
.toggle-bg input ~ :checked ~ .switch {
  left: 30.25px;
}
.toggle-bg input:checked {
  z-index: 0;
}
.switch {
  top: 1px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid #d9d9d9;
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  left: -1px;
  position: relative;
  z-index: 1;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.switch.on {
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.06), 6px 6px 24px rgba(0, 0, 0, 0.08);
}
.switch.off {
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.06), 6px 6px 24px rgba(0, 0, 0, 0.08);
}
.toggle-alternate {
  clear: both;
  margin: 8px 0 0;
  width: 55px;
}
.toggle-alternate input {
  width: 55px;
}
.toggle-alternate input ~ :checked ~ .switch {
  left: 30.25px;
}
.toggle-alternate label {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 3.125px;
}
.toggle-bg label.on {
  left: 10px;
  color: white;
  text-shadow: 0 1px 0 #09262b;
}
.toggle-bg label.off {
  right: 8px;
  color: #666;
}
.account-overview {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.change-password form {
  max-width: 300px;
}
.change-password form .message {
  margin-bottom: 10px;
  -webkit-transition: display ease 0.5s;
  -moz-transition: display ease 0.5s;
  -o-transition: display ease 0.5s;
  transition: display ease 0.5s;
  -webkit-transition: margin-bottom ease 0.5s;
  -moz-transition: margin-bottom ease 0.5s;
  -o-transition: margin-bottom ease 0.5s;
  transition: margin-bottom ease 0.5s;
  font-weight: bold;
}
.change-password form .message.errors {
  color: #bf3e35;
}
.change-password form .message.validMessage {
  color: #09262b;
}
.change-password form input[type="password"] {
    width: 100%;
    height: 35px;
    border: #ccc 1px solid;
}

.transfer-statement table.listing th {
  background: #ddd;
  padding-left: 20px;
}
.transfer-statement table.listing th.transfer-amount {
  text-align: right;
}
.transfer-statement table.listing tr {
  background-color: #fff;
}
.transfer-statement table.listing tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.transfer-statement table.listing td {
  padding-left: 20px;
}
.transfer-statement table.listing td.transfer-date {
  padding-left: 30px;
  background: #f9f9f9;
}
.transfer-statement table.listing td.transfer-date::after {
  content: " ";
  display: block;
}
.transfer-statement table.listing td.transfer-time {
  color: #909090;
  text-align: left;
  padding-left: 45px;
}
.transfer-statement table.listing td.transfer-amount {
  text-align: right;
}
.account-statement .total-pnl {
  font-size: 16px;
  font-weight: bold;
}
.account-statement .breakdown-breadcrumb {
  margin-bottom: 10px;
  color: var(--theme-color);
}
.account-statement .breakdown-breadcrumb a {
  color: var(--theme-color);
  font-weight: bold;
}
.account-statement table.listing .group-date {
  padding-left: 30px;
  background: #f9f9f9;
  font-weight: bold;
}
.account-statement table.listing .row-time {
  color: #909090;
  text-align: left;
  padding-left: 45px;
}
.account-statement table.listing td span.event-link {
  cursor: pointer;
  color: var(--theme-color);
}
.account-statement table.listing td span.event-link:hover {
  color: #000000;
}
.account-statement .breakdown-listing table.listing td span.order-time {
  color: grey;
}
.account-statement .breakdown-listing table.listing td span.order-time::before {
  content: " | ";
}
.account-statement .breakdown-listing table.listing td span.order-selection {
  font-weight: bold;
}
.account-statement .breakdown-listing table.market-summary {
  float: right;
  width: auto;
  margin-top: 30px;
  padding: 20px 70px;
  line-height: 10px;
  background: #fff;
}
.account-statement .breakdown-listing table.market-summary tr td {
  text-align: right;
  vertical-align: top;
}
.account-statement .breakdown-listing table.market-summary tr td.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.account-statement .breakdown-listing table.market-summary tr th {
  vertical-align: bottom;
}
.account-statement .breakdown-listing table.market-summary tr th:nth-child(1) {
  padding-bottom: 16px;
}
.account-statement .breakdown-listing table.market-summary tr th.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-top: 20px;
}
.account-statement .breakdown-listing table.market-summary tr.total td {
  font-weight: bold;
}
.account-statement .breakdown-listing table.market-summary .label::after {
  content: ": ";
}
.account-statement .breakdown-listing table td.separator {
  border-bottom: 1px solid #000;
}
.account-statement .breakdown-listing table th.separator {
  border-bottom: 1px solid #000;
}
.account-statement .fail-messages {
  color: #bf3e35;
  font-weight: bold;
  font-size: 13px;
}
body.ngdialog-open {
  overflow: initial !important;
}
.confirmation-content {
  padding: 20px 40px;
  font-size: 12px;
}
.confirmation-content .confirmation-control {
  position: absolute;
  right: 60px;
  bottom: 20px;
}
.sport-wrapper .no-market-data.empty-header {
  margin-top: 15px;
}
.sport-wrapper .apl-icon-star,
.sport-wrapper .apl-icon-star-o {
  width: 20px;
  font-size: 15px;
  display: inline-block;
  color: #ffd600;
}
.sport-wrapper .in-play-content {
  color: #1d7f1e;
}
.in-play-content img{
  width: 20px;
}
.sport-wrapper .markets h1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sport-wrapper .markets .navigation {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.sport-wrapper .markets .navigation a {
  color: var(--theme-color);
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 5px;
  font-size: 16px;
}
.sport-wrapper .markets .navigation a:last-child {
  border-right: none;
}
.sport-wrapper .markets .group-sport {
  color: var(--theme-color);
  margin-bottom: 20px;
}
.sport-wrapper .markets .group-sport:last-child {
  margin-bottom: 0;
}
.sport-wrapper .markets .group-sport .content {
  transition: opacity 1s ease-in-out;
}
.sport-wrapper .markets .group-sport .content .header {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.sport-wrapper .markets .group-sport .content .group-event:last-child .markets:last-child {
  margin-bottom: 0;
}
.sport-wrapper .markets .group-sport .content.fade-out {
  opacity: 0;
}
.sport-wrapper .markets .group-sport .content h2 {
  float: left;
}
.sport-wrapper .markets .group-sport .content h3 {
  margin: 10px 0;
}
.sport-wrapper .markets .group-sport .content .title-container {
  margin-bottom: 8px;
  padding-top: 10px;
}
.sport-wrapper .markets .group-sport .content .title-container.small {
  margin-bottom: 10px;
}
.sport-wrapper .markets .group-sport .content .title-container.small .racing-title {
  font-size: 15px;
  float: left;
  line-height: 1;
}
.sport-wrapper .markets .group-sport .content .title-container .racing-title {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  display: block;
  float: none;
}
.sport-wrapper .markets .group-sport .content .title-container .racing-sub-title {
  margin-top: 3px;
  margin-bottom: 0;
  border-bottom: none;
  display: inline-block;
}
.sport-wrapper .markets .group-sport .content .title-container .bettable-counter {
  float: right;
  font-size: 12px;
  margin-left: 10px;
  color: var(--theme-color);
  padding-left: 24px;
  font-weight: bold;
}
.sport-wrapper .markets .group-sport .content .title-container .bettable-counter i {
  width: 16px;
  margin-right: 3px;
}
.sport-wrapper .markets .group-sport .content .title-container .indicators {
  float: right;
}
.sport-wrapper .markets .group-sport .content .title-container .indicators * {
  margin-top: 0;
}
.sport-wrapper .markets .group-sport .content .title-container .clear {
  clear: both;
}
.sport-wrapper .markets .group-sport .content .separator {
  border-bottom: 1px solid #005ba2;
  margin-bottom: 10px;
}
.sport-wrapper .markets .group-sport .event-title {
  float: left;
}
.sport-wrapper .markets .group-sport .start-time {
  float: right;
  margin-top: 14px;
  font-size: 12px;
  color: #a0a0a0;
}
.sport-wrapper .markets .group-sport .start-time.in-play-content {
  color: #1d7f1e;
}
._markets-cell,
.market-listing-table thead tr th,
.market-listing-table tbody tr td {
  padding: 4px 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}
@keyframes changedHighlightBack {
  0% {
    background-color: #c0e1f2;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #c0e1f2;
  }
}
@keyframes changedHighlightLay {
  0% {
    background-color: #e2b6b6;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #e2b6b6;
  }
}
@keyframes changedHighlight {
  0% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 800px) {
  .sport-wrapper .markets tbody tr td small {
    display: block;
    float: none;
    padding-top: 5px;
  }
}
.race-rows tr.disabled * {
  opacity: 0.5;
}
.race-rows .no-border-left {
  border-left: none;
}
.race-rows .no-border-right {
  border-right: none;
}
.race-rows .bg-light-gray {
  background-color: lightgray;
}
.race-rows .race-runner-info .column {
  float: left;
  margin-right: 8px;
}
.race-rows .race-runner-info .column:last-child {
  margin-right: 0;
}
.race-rows .race-runner-info .runner-numbers {
  width: 25px;
  text-align: center;
}
.race-rows .race-runner-info .runner-numbers span {
  display: block;
}
.race-rows .race-runner-info .runner-image img,
.race-rows .race-runner-info .runner-image div.image {
  margin-top: 6px;
  width: 29px;
  height: 20px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing {
  background-image: url("");
  background-repeat: no-repeat;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-30 {
  background-position-y: -1260px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-29F {
  background-position-y: -1240px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-29 {
  background-position-y: -1220px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-28F {
  background-position-y: -1200px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-28 {
  background-position-y: -1180px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-27F {
  background-position-y: -1160px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-27 {
  background-position-y: -1140px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-26F {
  background-position-y: -1120px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-26 {
  background-position-y: -1100px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-25F {
  background-position-y: -1080px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-25 {
  background-position-y: -1060px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-24F {
  background-position-y: -1040px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-24 {
  background-position-y: -1020px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-23F {
  background-position-y: -1000px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-23 {
  background-position-y: -980px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-22F {
  background-position-y: -960px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-22 {
  background-position-y: -940px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-21F {
  background-position-y: -920px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-21 {
  background-position-y: -900px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-20F {
  background-position-y: -880px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-20 {
  background-position-y: -860px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-19F {
  background-position-y: -840px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-19 {
  background-position-y: -820px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-18F {
  background-position-y: -800px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-18 {
  background-position-y: -780px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-17F {
  background-position-y: -760px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-17 {
  background-position-y: -740px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-16F {
  background-position-y: -720px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-16 {
  background-position-y: -700px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-15F {
  background-position-y: -680px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-15 {
  background-position-y: -660px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-14F {
  background-position-y: -640px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-14 {
  background-position-y: -620px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-13F {
  background-position-y: -600px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-13 {
  background-position-y: -580px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-12F {
  background-position-y: -560px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-12 {
  background-position-y: -540px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-11F {
  background-position-y: -520px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-11 {
  background-position-y: -500px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-10 {
  background-position-y: -480px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-9 {
  background-position-y: -460px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-8 {
  background-position-y: -440px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-7 {
  background-position-y: -420px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-6 {
  background-position-y: -400px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-5 {
  background-position-y: -380px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-4X {
  background-position-y: -360px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-4D {
  background-position-y: -340px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-4 {
  background-position-y: -320px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-3X {
  background-position-y: -300px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-3E {
  background-position-y: -280px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-3D {
  background-position-y: -260px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-3C {
  background-position-y: -240px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-3 {
  background-position-y: -220px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-2X {
  background-position-y: -200px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-2C {
  background-position-y: -180px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-2B {
  background-position-y: -160px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-2 {
  background-position-y: -140px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1Y {
  background-position-y: -120px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1X {
  background-position-y: -100px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1D {
  background-position-y: -80px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1C {
  background-position-y: -60px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1B {
  background-position-y: -40px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1A {
  background-position-y: -20px;
}
.race-rows .race-runner-info .runner-image div.image.horse-racing.jackets-1 {
  background-position-y: 0px;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing {
  border-radius: 2px;
  color: #fff;
  font: normal normal bold 12px Arial, sans-serif;
  padding: 5px 0;
  text-align: center;
  width: 26px;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-1 {
  background-color: #bb2025;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-2 {
  background-color: #253d83;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-3 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #000;
  padding: 4px 0;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-4 {
  background-color: #1e1e1e;
  color: #fff;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-5 {
  background-color: #ffb80c;
  color: #000;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-6,
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-7 {
  color: red;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-6 {
  background: linear-gradient(180deg, #1e1e1e 0, 4px, #fff 4px, 6px, #1e1e1e 6px, 11px, #fff 11px, 13px, #1e1e1e 13px, 18px, #fff 18px, 20px, #1e1e1e 20px);
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-7 {
  background-color: #0f8b0f;
}
.race-rows .race-runner-info .runner-image div.image.greyhound-racing.jackets-8 {
  background: linear-gradient(90deg, #ffb810 50%, #1e1e1e 50%);
  color: #fff;
  text-shadow: -1px 0 #1e1e1e, 0 1px #1e1e1e, 1px 0 #1e1e1e, 1px 1px #1e1e1e, -1px -1px #1e1e1e, -1px 1px #1e1e1e, 1px -1px #1e1e1e, 0 -1px #1e1e1e;
}
.race-rows .race-runner-info .name span {
  display: block;
}
.race-rows .race-runner-info .name span.main {
  font-weight: bold;
}
.accordion .accordion-header {
  display: block;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
}
.accordion .accordion-header .race-flag {
  display: inline-block;
  margin: 0 10px;
}
.accordion .accordion-header .race-flag .flag {
  transform: scale(1);
}
.accordion .accordion-header .race-info {
  display: inline-block;
}
.accordion .accordion-header .race-info .race-title {
  display: block;
  font-weight: bold;
  color: #005ba2;
}
.accordion .accordion-header .race-info .race-time {
  color: var(--theme-color);
}
.accordion .accordion-header .indicators {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion-header .indicators .in-play-content {
  display: inline-block;
  margin-right: 10px;
}
.accordion .accordion-header .indicators .chevron-container {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
}
.accordion .accordion-header .indicators .chevron-container .chevron {
  width: 100%;
  height: 100%;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
  transition: all 0.5s;
  position: absolute;
}
.accordion .accordion-content {
  max-height: 0;
  opacity: 0;
  background-color: #f3f4f5;
  padding: 1px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s, opacity 300ms ease-in-out;
  -moz-transition: max-height 0.4s, opacity 300ms ease-in-out;
  -o-transition: max-height 0.4s, opacity 300ms ease-in-out;
  transition: max-height 0.4s, opacity 300ms ease-in-out;
}
.accordion .accordion-content .market-listing-table {
  margin-bottom: 0;
}
.accordion .accordion-content .race-rows .market-listing-table {
  color: var(--theme-color);
}
.accordion.open {
  margin-bottom: 1px;
}
.accordion.open .accordion-header .indicators .chevron-container .chevron {
  transform: rotate(-135deg);
}
.accordion.open .accordion-content {
  max-height: 208px;
  opacity: 1;
  -webkit-transition: max-height 0.4s, opacity 300ms ease-in-out;
  -moz-transition: max-height 0.4s, opacity 300ms ease-in-out;
  -o-transition: max-height 0.4s, opacity 300ms ease-in-out;
  transition: max-height 0.4s, opacity 300ms ease-in-out;
}
.market-listing-table {
  width: 100%;
  margin-bottom: 20px;
  color: var(--theme-color);
}
.market-listing-table .bet-delay {
  margin-right: 30%;
  float: right;
  display: inline-block;
}
.market-listing-table .bet-delay .apl-icon-info-stopwatch {
  font-size: 12px;
  margin-left: 2px;
}
.market-listing-table thead.hide {
  font-size: 0;
}
.market-listing-table thead tr th {
  padding-top: 0;
}
.market-listing-table thead tr th.divider {
  width: 5px;
}
.market-listing-table thead tr th.back {
  width: 63px;
}
.market-listing-table thead tr th.lay {
  width: 63px;
}
.market-listing-table thead tr th.market-name {
  padding-left: 0 !important;
}
.market-listing-table thead tr th.title {
  text-align: left;
}
.market-listing-table tbody tr {
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;
  background-color: #fff;
}
.market-listing-table tbody tr:hover {
  background-color: #f8f8f8;
}
.market-listing-table tbody tr td {
  border: 1px solid #ddd;
}
.market-listing-table tbody tr td time {
    color: #ff0101;
    font-weight: 900;
}
.market-listing-table tbody tr td .odds {
  font-weight: 600;
}
.market-listing-table tbody tr td .size {
/*  display: none;*/
}
.market-listing-table tbody tr td .size span {
  float: none !important;
  font-size: 9px;
}
.market-listing-table tbody tr td.show-size {
  height: 42px;
}
.market-listing-table tbody tr td.show-size .size {
  display: block;
}
.market-listing-table tbody tr td.show-size .odds {
  font-weight: bold;
}
.market-listing-table tbody tr td.empty {
  text-align: center;
}
.market-listing-table tbody tr td.empty::before {
  content: "\2013";
}
.market-listing-table tbody tr td.back {
  text-align: center;
  width: 63px;
  background-color: #b1e1ff;
  color: #000;
}
.market-listing-table tbody tr td.back.betting-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.market-listing-table tbody tr td.back.betting-disabled:hover {
  background-color: #a7d8fd !important;
}
.market-listing-table tbody tr td.back.betting-disabled.unhighlighted:hover {
  background-color: #e3f3fe !important;
}
.market-listing-table tbody tr td.back.betting-disabled.unhighlighted:active {
  background-color: #e3f3fe !important;
  box-shadow: none;
}
.market-listing-table tbody tr td.back:hover {
    background-color: rgb(113 194 255 / 38%);
}
.market-listing-table tbody tr td.back.unhighlighted {
  background-color: #e3f3fe;
}
.market-listing-table tbody tr td.back.unhighlighted:hover {
  background-color: #f2f9ff;
}
.market-listing-table tbody tr td.back.unhighlighted:active {
  background-color: #75c2fc;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table tbody tr td.back.unhighlighted.changed {
  animation: changedHighlight 0.3s;
}
.market-listing-table tbody tr td.back.changed {
  animation: changedHighlightBack 0.3s;
}
.market-listing-table tbody tr td.back.empty-price {
  cursor: default;
}
.market-listing-table tbody tr td.back.inactive {
  cursor: default;
}
.market-listing-table tbody tr td.back.inactive:hover {
  background-color: #e3f3fe !important;
}
.market-listing-table tbody tr td.lay {
  text-align: center;
  width: 63px;
  background-color:#ffd5da;
  color: #000;
}
.market-listing-table tbody tr td.lay.betting-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.market-listing-table tbody tr td.lay.betting-disabled:hover {
  background-color: #f9c9d4 !important;
}
.market-listing-table tbody tr td.lay.betting-disabled.unhighlighted:hover {
  background-color: #fdeef2 !important;
}
.market-listing-table tbody tr td.lay.betting-disabled.unhighlighted:active {
  background-color: #fdeef2 !important;
  box-shadow: none;
}
.market-listing-table tbody tr td.lay:hover {
    background-color: rgb(255 213 218 / 53%);
}
.market-listing-table tbody tr td.lay.unhighlighted {
  background-color: #fdeef2;
}
.market-listing-table tbody tr td.lay.unhighlighted:hover {
  background-color: #fef7f9;
}
.market-listing-table tbody tr td.lay.unhighlighted:active {
  background-color: #f49baf;
  box-shadow: inset 0.5px 0.5px 0.5px 0.5px #fff;
}
.market-listing-table tbody tr td.lay.unhighlighted.changed {
  animation: changedHighlight 0.3s;
}
.market-listing-table tbody tr td.lay.changed {
  animation: changedHighlightLay 0.3s;
}
.market-listing-table tbody tr td.lay.empty-price {
  cursor: default;
}
.market-listing-table tbody tr td.lay.inactive {
  cursor: default;
}
.market-listing-table tbody tr td.lay.inactive:hover {
  background-color: #fdeef2 !important;
}
.market-listing-table tbody tr td small {
  float: right;
  line-height: 22px;
}
.market-listing-table tbody tr td .event-name {
  font-weight: bold;
  line-height: 22px;
  font-size: 14px;
}
.market-listing-table tbody tr td .event-name:link {
  color: #000;
}
.market-listing-table tbody tr td .event-name:visited {
  color: #000;
}
.market-listing-table .winner {
  font-weight: bold;
  color: var(--theme-color);
}
.market-listing-table .-status {
  position: relative;
  font-weight: bold;
  padding: 5px 8px;
  text-align: center;
  width: 378px;
}
.market-listing-table .-status.closed {
  color: #d4210d;
  background: rgba(212, 33, 13, 0.1);
}
.market-listing-table .-status.suspended {
  color: #000;
  background: rgb(123 0 56 / 13%);
  height: 42px;
}
.market-listing-table.hide-border tbody tr td.unhighlighted {
  background-color: #f9f7f9;
}
.market-listing-table.hide-border tbody tr td:nth-child(2):not(.suspended),
.market-listing-table.hide-border tbody tr td:nth-child(6) {
  border-right: 0;
}
.market-listing-table.hide-border tbody tr td:nth-child(3),
.market-listing-table.hide-border tbody tr td:nth-child(7) {
  border-left: 0;
}
.selection-pnl span.-negative {
  color: #d9534f;
}
.selection-pnl.racing-pnl {
  display: block;
  clear: both;
  margin-left: 3px;
}
.events .starts-in-label {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.markets {
  /**
     * Additional wrapper div to differentiate the favourites view from the markets view
     * We include match stats on membersite in the markets-view.html
     * So markets and favourites can no longer share the same content as previously; they do still share similar styles however
     * The styles below override the previous styles in sport-wrapper and market less files
     **/
}
.markets .header {
  margin-bottom: 5px;
}
.markets .header .apl-icon-custom-play {
  color: #1d7f1e;
  position: relative;
  top: -5px;
}
.markets .header time {
  float: right;
  font-size: 12px;
  margin-top: 6px;
}
.markets .header .start-time time {
  display: block;
  text-align: right;
  line-height: 48px;
}
.markets .clear {
  clear: both;
}
.markets .start-time.opens-in-count-down-container {
  margin-top: 5px !important;
}
.markets .in-play-content {
  margin-left: 5px;
}
.markets .opens-in-count-down {
  display: inline-block;
  color: var(--theme-color);
  font-weight: bold;
  margin-bottom: 15px;
}
.markets .opens-in-count-down i {
  margin-right: 5px;
}
.markets .favourites h1 {
  position: relative;
}
.markets .favourites .header h3 {
  float: left;
}
.markets .favourites .header .apl-icon-custom-play {
  top: 0;
  margin-right: 5px;
}
.markets .favourites .start-time time {
  color: #a0a0a0;
  float: right;
  line-height: 1;
  margin-bottom: 5px;
}
.markets .favourites .opens-in-count-down {
  clear: right;
  float: right;
}
apl-line-market div {
  margin-bottom: 8px !important;
}
apl-line-market div .market-listing-table {
  margin-bottom: 0 !important;
}
apl-line-market div .market-listing-table thead tr th.market-name {
  text-align: left;
  padding-left: 2px !important;
}
apl-line-market div .market-listing-table i.apl-icon-custom-ladder {
  color: #000;
  cursor: pointer;
  padding: 5px;
}
apl-line-market div .market-listing-table i.apl-icon-custom-ladder.open {
  color: #344e6b;
}
apl-line-market div .market-listing-table i.apl-icon-custom-ladder.disabled {
  color: #a29ca2;
  cursor: default;
}
apl-line-market div .market-listing-table tbody tr td.market-name {
  font-weight: bold;
  padding: 0;
  vertical-align: top;
  border-right: none !important;
}
apl-line-market div .market-listing-table tbody tr td.market-name .event-name,
apl-line-market div .market-listing-table tbody tr td.market-name .selection-pnl {
  padding-right: 35px;
}
apl-line-market div .market-listing-table tbody tr td.market-name:first-child {
  position: relative;
}
apl-line-market div .market-listing-table tbody tr td.market-name:first-child i.apl-icon-custom-ladder {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
apl-line-market div .market-listing-table tbody tr td.market-name .container {
  display: flex;
  min-height: 42px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px;
}
apl-line-market div .market-listing-table tbody tr td.main-container {
  position: relative;
  width: 376px;
  padding: 0;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container {
  width: 376px;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table {
  margin-bottom: 0 !important;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td {
  border-left: none;
  border-top: none;
  border-bottom: none;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.stacked-rows {
  border-bottom: 1px solid #ddd;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td:last-child {
  border-right: none;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.odds-placeholder {
  width: 126px;
  background: #f9f7f9;
  color: #565457;
  text-align: left;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.odds-placeholder .max-liability {
  font-size: 11px;
  display: block;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.odds-placeholder .max-liability:first-child {
  margin-bottom: 3px;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.back:active,
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.lay:active {
  box-shadow: none;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.back:hover {
  background-color: #f2f9ff;
}
apl-line-market div .market-listing-table tbody tr td.main-container .odds-container table tbody tr td.lay:hover {
  background-color: #fef7f9;
}
apl-line-market div .market-listing-table tbody tr td.main-container .ball-running-overlay {
  background: #fff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}
apl-line-market div .market-listing-table tbody tr td.main-container .ball-running-overlay span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
apl-line-market div .market-listing-table tbody tr:hover .ball-running-overlay {
  transition: background ease 0.5s;
  background: #eee !important;
}
apl-line-market div .ladder-component-container {
  display: block;
  overflow: hidden;
  transition: max-height 0.3s linear, opacity 0.3s linear;
  max-height: 0;
  opacity: 0;
}
apl-line-market div .ladder-component-container.visible {
  max-height: 200px;
  opacity: 1;
}
apl-line-market .-status.suspended {
  box-sizing: content-box;
}
apl-line-market-ladder {
  color: var(--theme-color);
}
apl-line-market-ladder .ladder-container {
  position: relative;
  display: inline-block;
  float: right;
  width: 378px;
  background-color: #fff;
  border: 1px solid #dddcdc;
  border-top: none;
  transition: all 3s ease-in-out;
  text-align: center;
  max-height: 198px;
  overflow-y: auto;
  overflow-x: hidden;
}
apl-line-market-ladder .ladder-container div.row {
  display: block;
  position: relative;
  border-bottom: 1px solid #dddcdc;
}
apl-line-market-ladder .ladder-container div.row div.col {
  display: inline-block;
  position: relative;
  width: calc(50% - 2px);
  padding: 5px;
}
apl-line-market-ladder .ladder-container div.row div.col:last-child {
  border-left: 1px solid #dddcdc;
}
apl-line-market-ladder .ladder-container .ladder-header {
  background-color: #f6f6f6;
  font-weight: bold;
}
apl-line-market-ladder .ladder-container .ladder-loader {
  position: relative;
  height: 100px;
}
apl-line-market-ladder .ladder-container .ladder-loader .circular {
  position: relative;
  width: auto;
  height: 30%;
  top: 35%;
  bottom: auto;
  left: auto;
  right: auto;
}
.placeholder-wrapper {
  position: relative;
}
.placeholder-wrapper .placeholder {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}
.placeholder-wrapper.animatable .placeholder {
  -webkit-transition: top 0.3s ease, font-size 0.3s ease, color 0.5s ease;
  -moz-transition: top 0.3s ease, font-size 0.3s ease, color 0.5s ease;
  -o-transition: top 0.3s ease, font-size 0.3s ease, color 0.5s ease;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.5s ease;
}
.placeholder-wrapper.activated .placeholder {
  top: -9px;
  font-size: 10px;
  color: var(--theme-color);
}
.toggleable-list-title {
  background: var(--theme-color);
  color: #fff;
  display: block;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.toggleable-list-title:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}



.toggleable-list-title.collapsed i.apl-icon-angle-down.toggle-icon:before {
    content: '\F107';
}
.toggleable-list-title i.apl-icon-angle-down.toggle-icon:before {
    content: '\F106';
}



.page-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.toggleable-list-title .toggle-icon {
  background: #fff;
  padding: 2px 4px;
  margin: 1px 6px 0 0;
  float: right;
  color: #1f5058;
  font-size: 10px;
}
.apl-report-filter {
  margin-top: 9px;
  height: 99px;
  font-family: Lato, Avenir, Verdana, Nunito !important;
}
.apl-report-filter .-error {
  color: #d9534f;
  margin-top: 5px;
}
.apl-report-filter .apl-form {
  display: inline-block;
}
.apl-report-filter .apl-form input {
  width: 250px;
}
.apl-report-filter .label-title {
  display: block;
  margin-bottom: 10px;
}
.apl-report-filter .ui-select-container {
  width: 250px;
}
.apl-report-filter .apl-icon-search {
  font-size: 14px;
}
.apl-report-filter datepicker {
  width: 100px;
  display: inline-block;
  float: none;
  margin-right: 20px;
  font-family: Lato, Avenir, Verdana, Nunito !important;
  font-size: 12px;
}
.apl-report-filter datepicker a:hover {
  color: #222;
  text-decoration: none;
}
.apl-report-filter datepicker input[type="text"] {
  height: 29px;
  padding: 3px 8px;
  width: 100px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  letter-spacing: 1px;
  overflow: visible;
}
.apl-report-filter datepicker input[type="text"]:focus {
  border-color: #183f45;
  outline: 0;
  background: #fff;
  color: #444;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar {
  width: 250px;
  margin-left: 0;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-month {
  margin-top: 10px;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-left,
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-right {
  margin-top: 2px;
  font-family: Lato, Avenir, Verdana, Nunito !important;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-left a,
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-right a {
  padding: 0 3px 2px 4px;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border-bottom: 2px solid #327683;
  border-right: 2px solid #327683;
  background-color: #4197a8;
  position: absolute;
  margin-left: -10.5px;
  margin-top: 6.5px;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-left a:hover,
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-right a:hover {
  background-color: #49a6b9;
  border-bottom-color: #398696;
  border-right-color: #398696;
  box-shadow: 1.5px 1.5px 0 0 #2b6571;
  padding: 0 3px 2px 4px;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-left a:active,
.apl-report-filter datepicker ._720kb-datepicker-calendar-header-right a:active {
  border-top: 2px solid #327683;
  border-left: 2px solid #327683;
  background-color: #4197a8;
  border-bottom: 0;
  border-right: 0;
  box-shadow: none;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header {
  line-height: inherit;
  font-family: Lato, Avenir, Verdana, Nunito !important;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header:nth-child(odd) {
  background-color: var(--theme-color);
  color: var(--theme-color);
  height: 40px;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header a {
  color: #f0f0f0;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-header a span {
  color: #f0f0f0;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-days-header {
  background-color: #398696;
  font-family: Lato, Avenir, Verdana, Nunito !important;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-days-header div {
  color: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day {
  font-family: Lato, Avenir, Verdana, Nunito !important;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day:hover {
  background: #24555e;
  color: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day:active {
  background: var(--theme-color);
  color: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day._720kb-datepicker-active:hover {
  background: #24555e;
  color: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day._720kb-datepicker-active:active {
  background: var(--theme-color);
  color: #fff;
}
.apl-report-filter datepicker ._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(25, 2, 0, 0.02);
  cursor: default;
}
.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 50%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: var(--theme-color);
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
apl-rules-button {
  position: relative;
  display: block;
  text-align: right;
  color: var(--theme-color);
}
apl-rules-button.alight-right-absolute .rules {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.rules {
  white-space: nowrap;
  cursor: pointer;
}
.rules .rules__text {
  vertical-align: middle;
}
.rules .rules__icon {
  vertical-align: middle;
}
.rules-dialog {
  font-size: 14px;
}
.rules-dialog__wrp {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rules-dialog__header {
  padding: 15px 0;
  margin-bottom: -1px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #bababa;
}
.rules-dialog__container {
  overflow-y: auto;
}
.rules-dialog__container::-webkit-scrollbar {
  width: 8px;
}
.rules-dialog__container::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #bababa;
}
.rules-dialog .ngdialog-close::before {
  content: '\D7';
  font-family: 'Helvetica', sans-serif;
}
.rules-accordion {
  margin-bottom: 4px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  background: linear-gradient(#fff, #fafafa);
}
.rules-accordion__head {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 13px;
  cursor: pointer;
}
.rules-accordion__content {
  padding: 0 13px 13px;
}
.rules-accordion__icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #bababa;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.rules-accordion__icon::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  position: absolute;
  left: 6px;
  top: 6px;
  transition: transform 0.3s linear;
  transform: rotate(45deg);
}
.rules-accordion__box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.rules-accordion.open .rules-accordion__icon::before {
  transform: rotate(-135deg);
}
.rules-accordion.open .rules-accordion__box {
  max-height: 1000px;
}
.rules-time {
  font-size: 16px;
}
.rules-time__title {
  font-weight: bold;
}
.rules-time__date {
  margin: 5px 0;
}
.order-listing .row {
  display: flex;
  flex-direction: row;
}
.order-listing .row .column {
  margin-right: 40px;
  width: auto;
}
.order-listing .fail-messages {
  color: #bf3e35;
  font-weight: bold;
  font-size: 13px;
}
.pnl-listing .sport-link a {
  text-decoration: underline;
  font-size: 12px;
}
.pnl-listing .sport-link.-active a {
  text-decoration: none;
  cursor: default;
  color: var(--theme-color);
}
.pnl-listing .total-pnl p {
  font-size: 16px;
}
.pnl-listing .breakdown-breadcrumb {
  margin-bottom: 10px;
  color: var(--theme-color);
}
.pnl-listing .breakdown-breadcrumb a {
  color: var(--theme-color);
  font-weight: bold;
}
.pnl-listing table.listing td span.event-link {
  cursor: pointer;
  color: var(--theme-color);
}
.pnl-listing table.listing td span.event-link:hover {
  color: #000000;
}
.pnl-listing table.listing td span.event-link.not-link {
  cursor: default;
  color: inherit;
}
.pnl-listing .total-casino {
  text-align: right;
  text-decoration: none;
  cursor: auto;
  font-weight: bold;
  border-bottom: 1px solid var(--theme-color);
  color: var(--theme-color);
  display: inline-block;
  float: right;
}
.pnl-listing .total-casino span:last-child {
  margin-left: 20px;
}
.pnl-listing .breakdown-listing table.listing tr.-invalid-row {
  opacity: 0.4;
}
.pnl-listing .breakdown-listing table.listing td span.order-time {
  color: grey;
}
.pnl-listing .breakdown-listing table.listing td span.order-time::before {
  content: " | ";
}
.pnl-listing .breakdown-listing table.listing td span.order-selection {
  font-weight: bold;
}
.pnl-listing .breakdown-listing table.market-summary {
  float: right;
  width: auto;
  margin-top: 30px;
  padding: 20px 70px;
  line-height: 10px;
  background: #fff;
}
.pnl-listing .breakdown-listing table.market-summary td {
  text-align: right;
  vertical-align: top;
}
.pnl-listing .breakdown-listing table.market-summary td.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}
.pnl-listing .breakdown-listing table.market-summary th {
  vertical-align: bottom;
}
.pnl-listing .breakdown-listing table.market-summary th:nth-child(1) {
  padding-bottom: 16px;
}
.pnl-listing .breakdown-listing table.market-summary th.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-top: 20px;
}
.pnl-listing .breakdown-listing table.market-summary .label::after {
  content: ": ";
}
.pnl-listing .breakdown-listing table td.separator {
  border-bottom: 1px solid #000;
}
.pnl-listing .breakdown-listing table th.separator {
  border-bottom: 1px solid #000;
}
.pnl-listing .fail-messages {
  color: #bf3e35;
  font-weight: bold;
  font-size: 13px;
}
.simple-page-dialog .ngdialog-content {
  width: 1024px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ngdialog-no-overlay {
  pointer-events: inherit;
}
.simple-page {
  color: #fff;
  margin-bottom: 100px;
}
.simple-page .simple-page-content {
  margin-bottom: 20px;
}
.simple-page .simple-page-content h1,
.simple-page .simple-page-content h2,
.simple-page .simple-page-content h3,
.simple-page .simple-page-content h4,
.simple-page .simple-page-content h5,
.simple-page .simple-page-content h6 {
  color: #fff;
}
.simple-page .simple-page-content p {
  color: #fff;
  background: none !important;
}
.simple-page .simple-page-content a {
  color: #fff;
  cursor: pointer;
}
.simple-page .simple-page-content a span {
  color: #fff !important;
}
.simple-page .simple-page-content .rules-regs .intro,
.simple-page .simple-page-content .rules-regs .general,
.simple-page .simple-page-content .rules-regs .specific {
  counter-reset: rules;
}
.simple-page .simple-page-content .rules-regs .intro h3::before,
.simple-page .simple-page-content .rules-regs .general h3::before,
.simple-page .simple-page-content .rules-regs .specific h3::before {
  counter-increment: rules;
  content: counter(rules) '.  ';
}
.simple-page .simple-page-content .rules-regs .intro .example,
.simple-page .simple-page-content .rules-regs .general .example,
.simple-page .simple-page-content .rules-regs .specific .example {
  display: block;
  font-style: italic;
  color: #666;
  margin: 13px 0;
}
.simple-page .simple-page-content .rules-regs h1,
.simple-page .simple-page-content .rules-regs h2,
.simple-page .simple-page-content .rules-regs h3,
.simple-page .simple-page-content .rules-regs h4,
.simple-page .simple-page-content .rules-regs h5,
.simple-page .simple-page-content .rules-regs h6,
.simple-page .simple-page-content .rules-regs li,
.simple-page .simple-page-content .rules-regs p,
.simple-page .simple-page-content .rules-regs a {
  color: black;
}
.simple-page .simple-page-content .rules-regs h1 {
  text-align: center;
}
.simple-page .simple-page-content .rules-regs h2,
.simple-page .simple-page-content .rules-regs h3,
.simple-page .simple-page-content .rules-regs h4,
.simple-page .simple-page-content .rules-regs h5,
.simple-page .simple-page-content .rules-regs h6 {
  font-weight: bold;
}
.simple-page .simple-page-content .rules-regs h3,
.simple-page .simple-page-content .rules-regs h4,
.simple-page .simple-page-content .rules-regs h5,
.simple-page .simple-page-content .rules-regs h6 {
  margin-left: 20px;
}
.simple-page .simple-page-content .rules-regs p {
  margin-left: 35px;
}
.simple-page .simple-page-content .rules-regs p + ul {
  margin-left: 55px;
}
.simple-page .simple-page-content .rules-regs ul {
  margin-left: 40px;
}
.simple-page .simple-page-content .rules-regs ul li {
  margin: 0 0 10px 10px;
  list-style-type: disc;
}
.simple-page .simple-page-content .rules-regs ul li:last-child {
  margin-bottom: 10px;
}
.simple-page .simple-page-content .rules-regs ul li ul {
  margin: 10px 0 0 20px;
}
.simple-page .simple-page-content .rules-regs ul li ul li {
  list-style-type: circle;
}
.simple-page .simple-page-content .rules-regs ul li ol.roman li {
  list-style-type: lower-roman;
}
.simple-page .simple-page-content .rules-regs ol.type-a li {
  list-style-type: lower-alpha;
}
.simple-page .edit-pane {
  text-align: right;
}
.simple-page .edit-pane .apl-btn {
  margin-top: 10px;
}
.f32 .flag {
  background: url("") no-repeat;
  height: 32px;
  width: 32px;
  max-width: 40px;
  transform: scale(0.8);
}
.f32 ._African_Union {
  background-position: 0 -32px;
}
.f32 ._Arab_League {
  background-position: 0 -64px;
}
.f32 ._ASEAN {
  background-position: 0 -96px;
}
.f32 ._CARICOM {
  background-position: 0 -128px;
}
.f32 ._CIS {
  background-position: 0 -160px;
}
.f32 ._Commonwealth {
  background-position: 0 -192px;
}
.f32 ._England {
  background-position: 0 -224px;
}
.f32 ._European_Union {
  background-position: 0 -256px;
}
.f32 ._Islamic_Conference {
  background-position: 0 -288px;
}
.f32 ._Kosovo {
  background-position: 0 -320px;
}
.f32 ._NATO {
  background-position: 0 -352px;
}
.f32 ._Northern_Cyprus {
  background-position: 0 -384px;
}
.f32 ._Northern_Ireland {
  background-position: 0 -416px;
}
.f32 ._Olimpic_Movement {
  background-position: 0 -448px;
}
.f32 ._OPEC {
  background-position: 0 -480px;
}
.f32 ._Red_Cross {
  background-position: 0 -512px;
}
.f32 ._Scotland {
  background-position: 0 -544px;
}
.f32 ._Somaliland {
  background-position: 0 -576px;
}
.f32 ._Tibet {
  background-position: 0 -608px;
}
.f32 ._United_Nations {
  background-position: 0 -640px;
}
.f32 ._Wales {
  background-position: 0 -672px;
}
.f32 .eu {
  background-position: 0 -256px;
}
.f32 .ad {
  background-position: 0 -704px;
}
.f32 .ae {
  background-position: 0 -736px;
}
.f32 .af {
  background-position: 0 -768px;
}
.f32 .ag {
  background-position: 0 -800px;
}
.f32 .ai {
  background-position: 0 -832px;
}
.f32 .al {
  background-position: 0 -864px;
}
.f32 .am {
  background-position: 0 -896px;
}
.f32 .ao {
  background-position: 0 -928px;
}
.f32 .aq {
  background-position: 0 -960px;
}
.f32 .ar {
  background-position: 0 -992px;
}
.f32 .as {
  background-position: 0 -1024px;
}
.f32 .at {
  background-position: 0 -1056px;
}
.f32 .au {
  background-position: 0 -1088px;
}
.f32 .aw {
  background-position: 0 -1120px;
}
.f32 .ax {
  background-position: 0 -1152px;
}
.f32 .az {
  background-position: 0 -1184px;
}
.f32 .ba {
  background-position: 0 -1216px;
}
.f32 .bb {
  background-position: 0 -1248px;
}
.f32 .bd {
  background-position: 0 -1280px;
}
.f32 .be {
  background-position: 0 -1312px;
}
.f32 .bf {
  background-position: 0 -1344px;
}
.f32 .bg {
  background-position: 0 -1376px;
}
.f32 .bh {
  background-position: 0 -1408px;
}
.f32 .bi {
  background-position: 0 -1440px;
}
.f32 .bj {
  background-position: 0 -1472px;
}
.f32 .bm {
  background-position: 0 -1504px;
}
.f32 .bn {
  background-position: 0 -1536px;
}
.f32 .bo {
  background-position: 0 -1568px;
}
.f32 .br {
  background-position: 0 -1600px;
}
.f32 .bs {
  background-position: 0 -1632px;
}
.f32 .bt {
  background-position: 0 -1664px;
}
.f32 .bw {
  background-position: 0 -1696px;
}
.f32 .by {
  background-position: 0 -1728px;
}
.f32 .bz {
  background-position: 0 -1760px;
}
.f32 .ca {
  background-position: 0 -1792px;
}
.f32 .cd {
  background-position: 0 -1824px;
}
.f32 .cf {
  background-position: 0 -1856px;
}
.f32 .cg {
  background-position: 0 -1888px;
}
.f32 .ch {
  background-position: 0 -1920px;
}
.f32 .ci {
  background-position: 0 -1952px;
}
.f32 .ck {
  background-position: 0 -1984px;
}
.f32 .cl {
  background-position: 0 -2016px;
}
.f32 .cm {
  background-position: 0 -2048px;
}
.f32 .cn {
  background-position: 0 -2080px;
}
.f32 .co {
  background-position: 0 -2112px;
}
.f32 .cr {
  background-position: 0 -2144px;
}
.f32 .cu {
  background-position: 0 -2176px;
}
.f32 .cv {
  background-position: 0 -2208px;
}
.f32 .cy {
  background-position: 0 -2240px;
}
.f32 .cz {
  background-position: 0 -2272px;
}
.f32 .de {
  background-position: 0 -2304px;
}
.f32 .dj {
  background-position: 0 -2336px;
}
.f32 .dk {
  background-position: 0 -2368px;
}
.f32 .dm {
  background-position: 0 -2400px;
}
.f32 .do {
  background-position: 0 -2432px;
}
.f32 .dz {
  background-position: 0 -2464px;
}
.f32 .ec {
  background-position: 0 -2496px;
}
.f32 .ee {
  background-position: 0 -2528px;
}
.f32 .eg {
  background-position: 0 -2560px;
}
.f32 .eh {
  background-position: 0 -2592px;
}
.f32 .er {
  background-position: 0 -2624px;
}
.f32 .es {
  background-position: 0 -2656px;
}
.f32 .et {
  background-position: 0 -2688px;
}
.f32 .fi {
  background-position: 0 -2720px;
}
.f32 .fj {
  background-position: 0 -2752px;
}
.f32 .fm {
  background-position: 0 -2784px;
}
.f32 .fo {
  background-position: 0 -2816px;
}
.f32 .fr {
  background-position: 0 -2848px;
}
.f32 .bl {
  background-position: 0 -2848px;
}
.f32 .cp {
  background-position: 0 -2848px;
}
.f32 .mf {
  background-position: 0 -2848px;
}
.f32 .yt {
  background-position: 0 -2848px;
}
.f32 .ga {
  background-position: 0 -2880px;
}
.f32 .gb {
  background-position: 0 -2912px;
}
.f32 .sh {
  background-position: 0 -2912px;
}
.f32 .gd {
  background-position: 0 -2944px;
}
.f32 .ge {
  background-position: 0 -2976px;
}
.f32 .gg {
  background-position: 0 -3008px;
}
.f32 .gh {
  background-position: 0 -3040px;
}
.f32 .gi {
  background-position: 0 -3072px;
}
.f32 .gl {
  background-position: 0 -3104px;
}
.f32 .gm {
  background-position: 0 -3136px;
}
.f32 .gn {
  background-position: 0 -3168px;
}
.f32 .gp {
  background-position: 0 -3200px;
}
.f32 .gq {
  background-position: 0 -3232px;
}
.f32 .gr {
  background-position: 0 -3264px;
}
.f32 .gt {
  background-position: 0 -3296px;
}
.f32 .gu {
  background-position: 0 -3328px;
}
.f32 .gw {
  background-position: 0 -3360px;
}
.f32 .gy {
  background-position: 0 -3392px;
}
.f32 .hk {
  background-position: 0 -3424px;
}
.f32 .hn {
  background-position: 0 -3456px;
}
.f32 .hr {
  background-position: 0 -3488px;
}
.f32 .ht {
  background-position: 0 -3520px;
}
.f32 .hu {
  background-position: 0 -3552px;
}
.f32 .id {
  background-position: 0 -3584px;
}
.f32 .mc {
  background-position: 0 -3584px;
}
.f32 .ie {
  background-position: 0 -3616px;
}
.f32 .il {
  background-position: 0 -3648px;
}
.f32 .im {
  background-position: 0 -3680px;
}
.f32 .in {
  background-position: 0 -3712px;
}
.f32 .iq {
  background-position: 0 -3744px;
}
.f32 .ir {
  background-position: 0 -3776px;
}
.f32 .is {
  background-position: 0 -3808px;
}
.f32 .it {
  background-position: 0 -3840px;
}
.f32 .je {
  background-position: 0 -3872px;
}
.f32 .jm {
  background-position: 0 -3904px;
}
.f32 .jo {
  background-position: 0 -3936px;
}
.f32 .jp {
  background-position: 0 -3968px;
}
.f32 .ke {
  background-position: 0 -4000px;
}
.f32 .kg {
  background-position: 0 -4032px;
}
.f32 .kh {
  background-position: 0 -4064px;
}
.f32 .ki {
  background-position: 0 -4096px;
}
.f32 .km {
  background-position: 0 -4128px;
}
.f32 .kn {
  background-position: 0 -4160px;
}
.f32 .kp {
  background-position: 0 -4192px;
}
.f32 .kr {
  background-position: 0 -4224px;
}
.f32 .kw {
  background-position: 0 -4256px;
}
.f32 .ky {
  background-position: 0 -4288px;
}
.f32 .kz {
  background-position: 0 -4320px;
}
.f32 .la {
  background-position: 0 -4352px;
}
.f32 .lb {
  background-position: 0 -4384px;
}
.f32 .lc {
  background-position: 0 -4416px;
}
.f32 .li {
  background-position: 0 -4448px;
}
.f32 .lk {
  background-position: 0 -4480px;
}
.f32 .lr {
  background-position: 0 -4512px;
}
.f32 .ls {
  background-position: 0 -4544px;
}
.f32 .lt {
  background-position: 0 -4576px;
}
.f32 .lu {
  background-position: 0 -4608px;
}
.f32 .lv {
  background-position: 0 -4640px;
}
.f32 .ly {
  background-position: 0 -4672px;
}
.f32 .ma {
  background-position: 0 -4704px;
}
.f32 .md {
  background-position: 0 -4736px;
}
.f32 .me {
  background-position: 0 -4768px;
}
.f32 .mg {
  background-position: 0 -4800px;
}
.f32 .mh {
  background-position: 0 -4832px;
}
.f32 .mk {
  background-position: 0 -4864px;
}
.f32 .ml {
  background-position: 0 -4896px;
}
.f32 .mm {
  background-position: 0 -4928px;
}
.f32 .mn {
  background-position: 0 -4960px;
}
.f32 .mo {
  background-position: 0 -4992px;
}
.f32 .mq {
  background-position: 0 -5024px;
}
.f32 .mr {
  background-position: 0 -5056px;
}
.f32 .ms {
  background-position: 0 -5088px;
}
.f32 .mt {
  background-position: 0 -5120px;
}
.f32 .mu {
  background-position: 0 -5152px;
}
.f32 .mv {
  background-position: 0 -5184px;
}
.f32 .mw {
  background-position: 0 -5216px;
}
.f32 .mx {
  background-position: 0 -5248px;
}
.f32 .my {
  background-position: 0 -5280px;
}
.f32 .mz {
  background-position: 0 -5312px;
}
.f32 .na {
  background-position: 0 -5344px;
}
.f32 .nc {
  background-position: 0 -5376px;
}
.f32 .ne {
  background-position: 0 -5408px;
}
.f32 .ng {
  background-position: 0 -5440px;
}
.f32 .ni {
  background-position: 0 -5472px;
}
.f32 .nl {
  background-position: 0 -5504px;
}
.f32 .bq {
  background-position: 0 -5504px;
}
.f32 .no {
  background-position: 0 -5536px;
}
.f32 .bv {
  background-position: 0 -5536px;
}
.f32 .nq {
  background-position: 0 -5536px;
}
.f32 .sj {
  background-position: 0 -5536px;
}
.f32 .np {
  background-position: 0 -5568px;
}
.f32 .nr {
  background-position: 0 -5600px;
}
.f32 .nz {
  background-position: 0 -5632px;
}
.f32 .om {
  background-position: 0 -5664px;
}
.f32 .pa {
  background-position: 0 -5696px;
}
.f32 .pe {
  background-position: 0 -5728px;
}
.f32 .pf {
  background-position: 0 -5760px;
}
.f32 .pg {
  background-position: 0 -5792px;
}
.f32 .ph {
  background-position: 0 -5824px;
}
.f32 .pk {
  background-position: 0 -5856px;
}
.f32 .pl {
  background-position: 0 -5888px;
}
.f32 .pr {
  background-position: 0 -5920px;
}
.f32 .ps {
  background-position: 0 -5952px;
}
.f32 .pt {
  background-position: 0 -5984px;
}
.f32 .pw {
  background-position: 0 -6016px;
}
.f32 .py {
  background-position: 0 -6048px;
}
.f32 .qa {
  background-position: 0 -6080px;
}
.f32 .re {
  background-position: 0 -6112px;
}
.f32 .ro {
  background-position: 0 -6144px;
}
.f32 .rs {
  background-position: 0 -6176px;
}
.f32 .ru {
  background-position: 0 -6208px;
}
.f32 .rw {
  background-position: 0 -6240px;
}
.f32 .sa {
  background-position: 0 -6272px;
}
.f32 .sb {
  background-position: 0 -6304px;
}
.f32 .sc {
  background-position: 0 -6336px;
}
.f32 .sd {
  background-position: 0 -6368px;
}
.f32 .se {
  background-position: 0 -6400px;
}
.f32 .sg {
  background-position: 0 -6432px;
}
.f32 .si {
  background-position: 0 -6464px;
}
.f32 .sk {
  background-position: 0 -6496px;
}
.f32 .sl {
  background-position: 0 -6528px;
}
.f32 .sm {
  background-position: 0 -6560px;
}
.f32 .sn {
  background-position: 0 -6592px;
}
.f32 .so {
  background-position: 0 -6624px;
}
.f32 .sr {
  background-position: 0 -6656px;
}
.f32 .st {
  background-position: 0 -6688px;
}
.f32 .sv {
  background-position: 0 -6720px;
}
.f32 .sy {
  background-position: 0 -6752px;
}
.f32 .sz {
  background-position: 0 -6784px;
}
.f32 .tc {
  background-position: 0 -6816px;
}
.f32 .td {
  background-position: 0 -6848px;
}
.f32 .tg {
  background-position: 0 -6880px;
}
.f32 .th {
  background-position: 0 -6912px;
}
.f32 .tj {
  background-position: 0 -6944px;
}
.f32 .tl {
  background-position: 0 -6976px;
}
.f32 .tm {
  background-position: 0 -7008px;
}
.f32 .tn {
  background-position: 0 -7040px;
}
.f32 .to {
  background-position: 0 -7072px;
}
.f32 .tr {
  background-position: 0 -7104px;
}
.f32 .tt {
  background-position: 0 -7136px;
}
.f32 .tv {
  background-position: 0 -7168px;
}
.f32 .tw {
  background-position: 0 -7200px;
}
.f32 .tz {
  background-position: 0 -7232px;
}
.f32 .ua {
  background-position: 0 -7264px;
}
.f32 .ug {
  background-position: 0 -7296px;
}
.f32 .us {
  background-position: 0 -7328px;
}
.f32 .uy {
  background-position: 0 -7360px;
}
.f32 .uz {
  background-position: 0 -7392px;
}
.f32 .va {
  background-position: 0 -7424px;
}
.f32 .vc {
  background-position: 0 -7456px;
}
.f32 .ve {
  background-position: 0 -7488px;
}
.f32 .vg {
  background-position: 0 -7520px;
}
.f32 .vi {
  background-position: 0 -7552px;
}
.f32 .vn {
  background-position: 0 -7584px;
}
.f32 .vu {
  background-position: 0 -7616px;
}
.f32 .ws {
  background-position: 0 -7648px;
}
.f32 .ye {
  background-position: 0 -7680px;
}
.f32 .za {
  background-position: 0 -7712px;
}
.f32 .zm {
  background-position: 0 -7744px;
}
.f32 .zw {
  background-position: 0 -7776px;
}
.f32 .sx {
  background-position: 0 -7808px;
}
.f32 .cw {
  background-position: 0 -7840px;
}
.f32 .ss {
  background-position: 0 -7872px;
}
.f32 .nu {
  background-position: 0 -7904px;
}
apl-nav-tabs-group .nav-tabs-group-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-bottom: 15px;
}
apl-nav-tabs-group .nav-tabs-group-container.not-stretched-tabs .nav-tab {
  flex-grow: 0;
}
apl-nav-tabs-group .nav-tab {
  cursor: pointer;
  background: transparent;
  flex-grow: 1;
  border-bottom: none;
  padding: 0 22px 5px;
  text-align: center;
  color: var(--theme-color);
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
apl-nav-tabs-group .nav-tab.active {
  border-bottom: 3px solid var(--theme-color);
}
apl-live-casino {
  display: flex;
  justify-content: space-between;
  margin-right: -20px;
}
.app-casino-col-main {
  width: 100%;
}
.app-casino-col-right {
  min-width: 312px;
  margin-left: 20px;
}
.app-casino__iframe {
  width: 100%;
  height: 560px;
}
.app-casino__title {
  padding-top: 18px !important;
}
apl-transfer-funds {
  display: none;
}
.transfer-funds__balance {
  background: #1f5058;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.transfer-funds__head {
  padding: 0 0 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid rgba(15, 35, 39, 0.4);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: bold;
}
.transfer-funds__deposit {
  padding: 10px;
  background-color: #fff;
}
.transfer-funds__deposit-head {
  margin-bottom: 10px;
  color: var(--theme-color);
  font-weight: bold;
}
.transfer-funds__deposit-input {
  width: 100%;
}
.transfer-funds__deposit-input.ng-untouched,
.transfer-funds__deposit-input.ng-empty {
  border: 2px solid #DDDDDD !important;
}
.transfer-funds__deposit-footer {
  padding-top: 10px;
  text-align: right;
}
.app-version-checker {
  background-color: #440a57;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}
.app-version-checker a {
  color: #fff;
  text-decoration: underline;
}
header.header {
    border-bottom: 1px solid var(--theme-color);
    background: var(--theme-color);
}

header.header .logo-area {
  padding: 26px 0 0 20px;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.12.1 - 2015-07-28T03:50:59.080Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked .select2-search-choice-close{
  display:none;
}

.select-locked .ui-select-match-close{
    display:none;
}

body .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control .selectize-input input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group .ui-select-bootstrap input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .ui-select-bootstrap input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-match .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap .ui-select-match .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container div {
  /* position: relative; */
  overflow: hidden;
  margin: 0 0 6px;
  /* padding: 15px 15px 15px 50px; */
  /* width: 300px; */
  -moz-border-radius: 3px 3px 3px 3px;
  /* -webkit-border-radius: 3px 3px 3px 3px; */
  /* border-radius: 3px 3px 3px 3px; */
  /* background-position: 15px center; */
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  /* -webkit-box-shadow: 0 0 12px #999999; */
  /* box-shadow: 0 0 12px #999999; */
  color: #FFFFFF;
  opacity: 0.8;
}
#toast-container :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast-info {
  background-image: url("") !important;
}
#toast-container .toast-error {
  background-image: url("") !important;
}
#toast-container .toast-success {
  background-image: url("") !important;
}
#toast-container .toast-warning {
  background-image: url("") !important;
}
#toast-container.toast-top-center div,
#toast-container.toast-bottom-center div {
/*  width: 300px;*/
  margin: auto;
}
#toast-container.toast-top-full-width div,
#toast-container.toast-bottom-full-width div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  /*position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;*/
  display: none;
}
/*Animations*/
.toast {
  opacity: 1 !important;
}
.toast.ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
.toast.ng-enter.ng-enter-active {
  opacity: 1 !important;
}
.toast.ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
.toast.ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none!important;
  animation: none!important;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog-no-overlay {
  pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\D7';
  cursor: pointer;
}

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
datepicker a, [datepicker] a, .datepicker a{
  color:inherit;
  text-decoration:none;
}
datepicker a:hover, [datepicker] a:hover, .datepicker a:hover{
  text-decoration:none;
}
datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover,
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover{
  width:100%;
   overflow: hidden;
   background:none;
   color:#fff;
   background-color: #138EFA;
   border-radius:2px;
   border: 0;
   margin-top:5px;
}
datepicker, .datepicker, [datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative;
}
._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow:hidden;
  margin-left:-0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar._720kb-datepicker-open,._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible;
}
._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC;
}
._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left;
}
._720kb-datepicker-calendar-header-middle {
  width: 70%;
}

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE";
}

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display:inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center;
}
._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin:5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03);
}
._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration:none;
  padding:3% 9% 4% 9%;
  font-size: 13.5px;
  color:rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar-header a:hover {
  color:rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-month {
  color:#fff;
}
._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color:rgba(0, 0, 0, 0.4);
}
._720kb-datepicker-calendar-month a span  i {
  font-style: normal;
  font-size:15px;
}
._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left:1%;
}
._720kb-datepicker-calendar-years-pagination{
  padding:2% 0 0 0;
  float:left;
  clear: right;
  width: 100%;
}
._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size:12px;
  padding:0 7px;
  font-weight: normal;
  margin:3px 1% 0 1%;
  line-height: 20px;
  display: inline-block;
}
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color:rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-years-pagination-pages a,._720kb-datepicker-calendar-years-pagination-pages a:hover{
  padding:5px 10px;
}
._720kb-datepicker-calendar-days-header{
  max-width: 100%;
  margin:0 auto;
  padding:0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom:1px solid rgba(0,0,0,0.02);
}
._720kb-datepicker-calendar-days-header div{
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding:10px 0;
  float:left;
  text-align: center;
  color:rgba(0,0,0,0.7);
}
._720kb-datepicker-calendar-days
._720kb-datepicker-default-button{
  font-size: 18.5px;
  position: relative;
  bottom:-0.5px;
}
._720kb-datepicker-default-button{
  padding:0 4.5px;
}
._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item{
  width:95%;
  float:none;
  margin:0 auto;
}
._720kb-datepicker-item-hidden{
  visibility:hidden;
}
._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover{
  color:rgba(0,0,0,0.2);
  background: rgba(25,2,0,0.02);
  cursor: default;
}

 

/* Style the counter cards */

.apl-icon-sportsbook {
  content: url("")
}

.apl-icon-slots {
  content: url("")
}

.apl-icon-livecasino {
  content: url("")
}

.left-menu-inner .favourites-link{
/*    padding: 21px 20px;*/
}

.left-menu-inner .favourites-link .favourites-icon {
    color: #e4c41e;
    font-size: 18px;
    float: left;
    width: 22px;
    top: 13px;
    line-height: 16px;
}

/*casion detail*/
.casino-detail-head{
  padding: 10px 0;
  background: var(--theme-color);
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  text-align: center;
}
.casino-detail-head .logo{
  width: 100px;
  position: inherit;
  top: inherit;
}
.casino-detail-head span{
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.casino-detail-head span{
  text-transform: uppercase;
  vertical-align: middle;
}
#casino-frm iframe {
  border: none;
  height: calc(100vh - 35px);
}
.casino-detail-head div{
  padding: 0 5px;
}
/*casino detail end*/
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.fixed-bettingtab {
    position: sticky;
    top: 0;
    display: block;
}
.apl-form a.fp-link {
  text-transform: capitalize;
  color: #fff;
  text-decoration: underline;
  float: left;
  font-size: medium;
  margin-top: 10px;
}
.mainslider_imgs img {
  height: 80px;
  width: 100%;
}