/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  overflow: hidden;
  overscroll-behavior: none;
  background: #f5f5f5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  height: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  overscroll-behavior: contain;
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: '\201C''\201D''\2018''\2019';
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  pading: 0;
  margin: 0;
  list-style-type: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.burger {
  border: 1px solid #e4e4e4;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/*common*/
@font-face {
  font-family: 'Khmer';
  src: url('../fonts/Hanuman-Regular.eot?1443165866');
  src: url('../fonts/Hanuman-Regular.eot?&1443165866#iefix') format('embedded-opentype'),
    url('../fonts/Hanuman-Regular.ttf?1443165866') format('truetype');
}

.loginfield {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  padding: 0.5em 0;
  text-indent: 10px;
  width: 180px;
}
.loginfield.submit {
  width: 184px;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
}

select.loginfield {
  width: 184px;
}

.loginsection {
  padding: 3em 0;
}

#menuContainer > ul > li:last-child {
  padding-right: 20px;
}

.icon-SortTime {
  height: 13px;
  display: inline-block;
}

.icon-1 {
  display: inline-block;
  height: 1.2em;
}

iframe {
  border: 0;
}

body {
  font-family: 'PingFang', 'Roboto', Helvetica, Arial, 'Microsoft JhengHei', '微軟正黑體';
}

body * {
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
body *.noanimate {
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}
body * .navButton * {
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}

#center-wrap {
  overflow: hidden;
  position: relative;
}
#center-wrap #lt-center {
  height: 100%;
}

.width-20 {
  width: 20px;
}

.width-18 {
  width: 18px;
}

.width-17 {
  width: 17px;
}

.width-42 {
  width: 42px;
}

.width-45 {
  width: 45px;
}

.width-48 {
  width: 48px;
}

.width-56 {
  width: 56px;
}

.logo_header_top #header{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

body:has(.logocontent[style*="display: none"]) #header {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

@media screen and (min-width: 660px) and (max-width: 800px) {
  .logo_header_top #header {
    width: 85%;
    left: 0;
  }
}

@media screen and (min-width: 568px) and (max-width: 660px) {
  .logo_header_top #header {
    width: 86%;
    left: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 568px) {
  .logo_header_top #header {
    width: 80%;
    left: 0;
  }
}

.msgon {
  overflow: hidden;
}
.msgon .greyout {
  position: fixed;
  z-index: 1001;
}
.msgon .whiteout {
  position: fixed;
  z-index: 1001;
}
.msgon .diallog {
  z-index: 1002;
}

.menuon .maincontainer > .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: 12;
}

.menuon .maincontainer .slidebar {
  height: 100%;
  overflow-y: auto;
  display: block;
  width: 100%;
  z-index: 10002;
  display: block;
}

.menuon .maincontainer .maincontent {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.menuon .maincontainer .maincontent .greyoutbg {
  background-color: #2d2d2d;
  display: block;
}

.menuon .maincontainer #header {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.menuon .maincontainer .RightPanel {
  z-index: 1;
}

.mybetson .maincontainer .RightPanel {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  z-index: 9;
  display: block;
}

.mybetson .maincontainer .maincontent {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mybetson .maincontainer .maincontent .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.mybetson .maincontainer #header {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mybetson .maincontainer > .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  z-index: 12;
}

.mybetson .maincontainer .slidebar {
  z-index: 1;
}

#loading {
  position: relative;
  z-index: 1000;
}

.maincontainer {
  width: 100%;
}
.maincontainer:hover {
  position: relative;
  z-index: 7;
  height: 100vh;
}

body.bson .maincontainer > .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 8;
  position: absolute;
  height: 1000vh;
}

body.bson .maincontainer .betslip {
  display: block;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

body.bson .maincontainer .mainContent {
  position: absolute;
}

body.ppon .maincontainer > .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 8;
  position: absolute;
}

body.ppon .maincontainer .parlay {
  z-index: 20;
  display: block;
  padding-top: 50px;
  top: 0px;
}

body.ppon .maincontainer .betslip {
  display: none;
}

body.ewon .maincontainer > .greyoutbg {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 8;
  position: absolute;
}

body.ewon .maincontainer .eachway {
  z-index: 20;
  display: block;
  padding-top: 50px;
  top: 0px;
}

body.ewon .maincontainer .betslip {
  display: none;
}

body .betslip {
  display: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transform: translateY(150%);
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
}

body .maincontainer .parlay {
  display: none;
}

body .maincontainer .eachway {
  display: none;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 8px;
  outline: none;
  color: #4c8906;
}
.slider input[type='range'] {
  outline: none;
  height: 6px;
  color: inherit;
  margin-right: 1em;
  background-color: #d8d8d8;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  appearance: none;
  padding: 0;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
}
.slider::-webkit-slider-thumb:active {
  -webkit-transform: scale(1.5);
  background: #4c8906;
}
.slider::-moz-range-thumb {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: currentColor;
  margin-top: -7px;
  cursor: pointer;
}
.slider::-moz-range-thumb:active {
  -moz-transform: scale(1.5);
  background: #4c8906;
}

.slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 218px;
  z-index: 1;
  left: 0px;
  display: none;
}

.RightPanel {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  right: 0px;
  display: none;
}

.mybetPlane {
  width: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  right: 0px;
  overflow-x: hidden;
}

.vis-hid {
  visibility: hidden;
}

.vis-vis {
  visibility: visible;
}

.maincontent,
.betslip {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
}
.maincontent.collapsed,
.betslip.collapsed {
  position: fixed;
}
.maincontent.mybets,
.betslip.mybets {
  z-index: 6;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
}

.maincontent {
  position: absolute;
}

ul.dash-list li {
  padding-left: 10px;
  padding-top: 10px;
}
ul.dash-list li::before {
  content: '- ';
}

.betslip {
  display: none;
}
.betslip.actived {
  display: block;
}
.betslip.actived .greyoutbg {
  display: block;
}
.betslip .eachway-row .learn-more {
  color: #f1c273;
}
.betslip .eachway-row .learn-more:active {
  color: #edaf45;
}
.betslip .eachway-row .checkbox-s {
  width: 15px;
  height: 15px;
  color: #f5f5f5;
  background-color: transparent;
  border-color: transparent;
}
.betslip .eachway-row .checkbox-s .icon-Iconbg {
  display: block;
  width: 13px;
  height: 13px;
  font-size: 15px;
  margin-top: 1px;
  background-color: #f5f5f5;
  color: #f5f5f5;
  line-height: 0.9;
}
.betslip .eachway-row .checkbox-s .icon-Iconbg:before {
  margin-left: -1px;
}
.betslip .eachway-row.checked .checkbox-s .icon-Iconbg {
  background-color: #ff9200;
}
.betslip .place-row {
  background-color: #2b2b2b;
}
.betslip .place-row .place-linear {
  height: 4px;
  background-image: linear-gradient(to bottom, #232323, #2b2b2b);
}
.betslip .place-row .place-total {
  padding: 14px 10px 17px 10px;
}

.pd-7 {
  padding: 7px;
}

.pd-tb-5 {
  padding: 5px 0;
}

.pd-tb-10 {
  padding: 10px 0;
}

.pd-tb-15 {
  padding: 15px 0;
}

.pd-lr-15 {
  padding: 4px 9px 3px 7px;
}

.pd-lr-16 {
  padding: 0px 6px 0px 6px;
}

.pd-lr-2p {
  padding: 0px 2% 0px 2%;
}

.pd-lr-6 {
  padding: 3px 6px;
}

.flex-p1 {
  -webkit-flex: 0.1 1 auto;
  flex: 0.1 1 auto;
  -prefix-box-flex: 0.1 1 auto;
  -webkit-box-flex: 0.1 1 auto;
  box-flex: 1;
  width: 0%;
}

.flex-1p5 {
  -webkit-flex: 1.5;
  flex: 1.5;
  -prefix-box-flex: 1.5;
  -webkit-box-flex: 1.5;
  box-flex: 1.5;
  width: auto;
  width: 0%;
  display: block;
}

.flex-1 {
  -webkit-flex: 1;
  flex: 1;
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: auto;
  width: 0%;
  display: block;
}

.flex-1p1 {
  -webkit-flex: 1.1;
  flex: 1.1;
  -prefix-box-flex: 1.1;
  -webkit-box-flex: 1.1;
  box-flex: 1.1;
  width: 0%;
  display: block;
}

.flex-24 {
  -webkit-box-flex: 24;
  -prefix-box-flex: 24;
  -webkit-flex: 24;
  flex: 24;
  box-flex: 24;
  width: 0%;
  display: block;
}

.flex-2 {
  -webkit-box-flex: 2;
  -prefix-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  box-flex: 2;
  width: 0%;
  display: block;
}

.flex-3 {
  -webkit-box-flex: 3;
  -prefix-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  box-flex: 3;
  width: 0%;
  display: block;
}

.flex-4 {
  -webkit-box-flex: 4;
  -prefix-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  box-flex: 4;
  width: 0%;
  display: block;
}

.flex-5 {
  -webkit-box-flex: 5;
  -prefix-box-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  box-flex: 5;
  width: 0%;
  display: block;
}

.flex-6 {
  -webkit-box-flex: 6;
  -prefix-box-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  box-flex: 6;
  width: 0%;
  display: block;
}

.flex-7 {
  -webkit-box-flex: 7;
  -prefix-box-flex: 7;
  -webkit-flex: 7;
  flex: 7;
  box-flex: 7;
  width: 0%;
  display: block;
}

.flex-8 {
  -webkit-box-flex: 4;
  -prefix-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  box-flex: 4;
  width: auto;
  display: block;
}

.flex-9 {
  -webkit-box-flex: 9;
  -prefix-box-flex: 9;
  -webkit-flex: 9;
  flex: 9;
  box-flex: 9;
  width: 0%;
  display: block;
}

.flex-10 {
  width: 100%;
  display: block;
  text-align: right;
}

.flex-12 {
  flex: 12;
  display: flex;
}

.flex-13 {
  display: flex;
  flex: 0 0 130px;
}

.flex-inline {
  display: flex;
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-align: left;
  -webkit-align-items: center;
  -webkit-box-pack: left;
  -webkit-box-align: center;
  -webkit-justify-content: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-row.alignright {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  box-pack: end;
}
.flex-row.flt-r {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-row.vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-row.alignleft {
  -webkit-align-items: left;
  align-items: left;
  -webkit-align-items: left;
  -webkit-box-align: left;
}
.flex-row.center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jc-spaceBetween {
  justify-content: space-between;
}

.flexSpaceBetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dsp-grid {
  display: grid;
}

.grid-rows-1fr-50 {
  grid-auto-rows: 1fr 50px;
}

.js-center {
  justify-self: center;
}

.as-center {
  align-self: center;
}

.lcp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lcp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lcp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-nowrap span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-110 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}

.arrow-r {
  position: relative;
  width: 5px;
  height: 11px;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  top: -1px;
}
.arrow-r .icon-ArrowMoreBets {
  font-size: 12px;
  position: relative;
  top: -2px;
  left: -4px;
}

.info-left {
  width: 16px;
  height: 17px;
  overflow: hidden;
  display: inline-block;
}

.info-left:hover .overlayContainer {
  display: block;
}

.bgicons .icon-i_amkt .tickContainer {
  position: absolute;
  right: 19px;
  bottom: 6px;
}

.bgicons .overlayContainer .overlay {
  z-index: 1000;
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
}

.bgicons .overlayContainer .tickContainer {
  right: 0;
  top: 0;
  position: absolute;
}

.roundCancel {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.inputBg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 35px;
}
.inputBg input {
  padding: 8px 0 8px 43px;
}
.inputBg.height35 {
  padding: 0;
}
.inputBg.height35 input {
  line-height: 35px;
}

.noeffect,
.noeffect:active,
.noeffect:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  outline: 0 !important;
  border: 0 none !important;
  outline-width: 0;
  border-style: none;
  outline-style: none;
  -webkit-appearance: textarea;
}

.inputBg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.inputBg input.stakeInput {
  line-height: 23px;
}
.inputBg.height35 {
  padding: 0;
}
.inputBg.height35 input {
  line-height: 35px;
}

.letterspacing-n1 {
  letter-spacing: -1px;
}

.divBtn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.fixed-foot {
  line-height: 35px;
  padding: 8px 8px 7px 8px;
}

.roundCancel {
  position: relative;
}
.roundCancel .whitebg {
  left: 4px;
  top: 5px;
}
.roundCancel .icon-MainMarketsHideleftminur {
  position: relative;
}
.roundCancel .icon-MainMarketsHideleftminur:before {
  text-align: center;
  position: absolute;
  top: 4px;
  left: 4px;
}

.pd-0 {
  padding: 0px;
}

.pd-3 {
  padding: 3px;
}

.pd-6 {
  padding: 6px;
}

.pd-8 {
  padding: 8px;
}

.pd-8-0 {
  padding: 0 0 8px 8px;
}

.pd-6-0 {
  padding: 6px 0;
}

.pd-t-1 {
  padding-top: 1px;
}

.pd-t-2 {
  padding-top: 2px;
}

.pd-t-3 {
  padding-top: 3px;
}

.pd-t-4 {
  padding-top: 4px;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-t-6 {
  padding-top: 6px;
}

.pd-t-7 {
  padding-top: 7px;
}

.pd-t-8 {
  padding-top: 8px;
}

.pd-t-9 {
  padding-top: 9px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-t-11 {
  padding-top: 11px;
}

.pd-t-12 {
  padding-top: 12px;
}

.pd-t-13 {
  padding-top: 13px;
}

.pd-t-14 {
  padding-top: 14px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-t-16 {
  padding-top: 16px;
}

.pd-t-17 {
  padding-top: 17px;
}

.pd-t-18 {
  padding-top: 18px;
}

.pd-t-19 {
  padding-top: 19px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-t-28 {
  padding-top: 28px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-t-56 {
  padding-top: 56px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-1 {
  padding-bottom: 1px;
}

.pd-b-2 {
  padding-bottom: 2px;
}

.pd-b-3 {
  padding-bottom: 3px;
}

.pd-b-4 {
  padding-bottom: 4px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-b-6 {
  padding-bottom: 6px;
}

.pd-b-7 {
  padding-bottom: 7px;
}

.pd-b-8 {
  padding-bottom: 8px;
}

.pd-b-9 {
  padding-bottom: 9px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-11 {
  padding-bottom: 11px;
}

.pd-b-12 {
  padding-bottom: 12px;
}

.pd-b-13 {
  padding-bottom: 13px;
}

.pd-b-14 {
  padding-bottom: 14px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-b-16 {
  padding-bottom: 16px;
}

.pd-b-17 {
  padding-bottom: 17px;
}

.pd-b-18 {
  padding-bottom: 18px;
}

.pd-b-19 {
  padding-bottom: 19px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-b-22 {
  padding-bottom: 22px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-54 {
  padding-left: 54px;
}

.pd-r-54 {
  padding-right: 54px;
}

.pd-r-13 {
  padding-right: 13px;
}

.pd-r-14 {
  padding-right: 14px;
}

.pd-r-18 {
  padding-right: 18px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-r-35 {
  padding-right: 35px;
}

.backArrow .icon-BackArrow:before {
  position: relative;
  top: -2px;
}

.greyout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.greyout.actived {
  display: block;
}

.whiteout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.whiteout.actived {
  display: block;
}

.pd-r-3 {
  padding-right: 3px;
}

.pd-r-3 {
  padding-right: 3px;
}

.pd-r-3 {
  padding-right: 3px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-r-16 {
  padding-right: 16px;
}

.pd-r-17 {
  padding-right: 17px;
}

.pd-r-21 {
  padding-right: 21px;
}

.pd-r-26 {
  padding-right: 26px;
}

.pd-r-75 {
  padding-right: 75px;
}

.pd-r-7 {
  padding-right: 7px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-6 {
  padding-right: 6px;
}

.pd-r-8 {
  padding-right: 8px;
}

.pd-r-9 {
  padding-right: 9px;
}

.pd-t-8 {
  padding-top: 8px;
}

.pd-r-3 {
  padding-right: 3px;
}

.pd-r-4 {
  padding-right: 4px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-r-2 {
  padding-right: 3px;
}

.pd-b-3 {
  padding-bottom: 3px;
}

.pd-l-1 {
  padding-left: 1px;
}

.pd-l-2 {
  padding-left: 2px;
}

.pd-l-3 {
  padding-left: 3px;
}

.pd-l-4 {
  padding-left: 4px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-l-6 {
  padding-left: 6px;
}

.pd-l-7 {
  padding-left: 7px;
}

.pd-l-8 {
  padding-left: 8px;
}

.pd-l-9 {
  padding-left: 9px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-11 {
  padding-left: 11px;
}

.pd-l-12 {
  padding-left: 12px;
}

.pd-l-13 {
  padding-left: 13px;
}

.pd-l-14 {
  padding-left: 14px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-l-16 {
  padding-left: 16px;
}

.pd-l-18 {
  padding-left: 18px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-l-22 {
  padding-left: 22px;
}

.pd-l-24 {
  padding-left: 24px;
}

.pd-l-26 {
  padding-left: 26px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-1 {
  padding-right: 1px;
}

.pd-r-2 {
  padding-right: 2px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-l-55 {
  padding-left: 55px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-17 {
  padding-top: 17px;
}

.pd-r-12 {
  padding-right: 12px;
}

.pd-r-22 {
  padding-right: 22px;
}

.pd-12 {
  padding: 12px;
}

.pd-2p {
  padding: 8px 6px 5px 6px;
}

.top-n25 {
  top: -25px;
}

.top-n1 {
  top: -1px;
}

.top-n2 {
  top: -2px;
}

.top-n3 {
  top: -3px;
}

.top-n4 {
  top: -3px;
}

.top-n8 {
  top: -8px;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px;
}

.top-40 {
  top: 40px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-50p {
  top: 50%;
}

.top-80 {
  top: 80px;
}

.top-280 {
  top: 280px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-25 {
  bottom: 25px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-40 {
  bottom: 40px;
}

.top-10p {
  top: 10%;
}

.top-8 {
  top: 8px;
}

.top-21 {
  top: 21px;
}

.top-15 {
  top: 15px;
}

.top-2z {
  top: -2px;
}

.left-n30 {
  left: -30px;
}

.left-0 {
  left: 0;
}

.left-11 {
  left: 11px;
}

.left-14 {
  left: 14px;
}

.left-16 {
  left: 16px;
}

.left-50p {
  left: 50%;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: 3px;
}

.right-10 {
  right: 10px;
}

.right-45 {
  right: 45px;
}

.right-52 {
  right: 52px;
}

.right-18 {
  right: 18px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 1px;
}

.bt-cpCount {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.right-6 {
  right: 6px;
}

.right-10 {
  right: 10px;
}

.right-n12 {
  right: -12px;
}

.right-n18 {
  right: -18px;
}

.mg-l-minus6 {
  margin-left: -6px;
}

.mg-r-minus6 {
  margin-right: -6px;
}

.mg-auto {
  margin: 0 auto;
}

.mg-5 {
  margin: 5px;
}

.mg-10 {
  margin: 0 10px;
}

.mg-2p {
  margin: 0 2% 0 2%;
}

.mg-t-n7 {
  margin-top: -7px;
}

.mg-t-1 {
  margin-top: 1px;
}

.mg-t-2 {
  margin-top: 2px;
}

.mg-t-3 {
  margin-top: 3px;
}

.mg-t-4 {
  margin-top: 4px;
}

.mg-t-5 {
  margin-top: 5px;
}

.mg-t-6 {
  margin-top: 6px;
}

.mg-t-7 {
  margin-top: 7px;
}

.mg-t-8 {
  margin-top: 8px;
}

.mg-t-9 {
  margin-top: 9px;
}

.mg-t-10 {
  margin-top: 10px;
}

.mg-t-11 {
  margin-top: 11px;
}

.mg-t-12 {
  margin-top: 12px;
}

.mg-t-13 {
  margin-top: 13px;
}

.mg-t-14 {
  margin-top: 14px;
}

.mg-t-15 {
  margin-top: 15px;
}

.mg-t-16 {
  margin-top: 16px;
}

.mg-t-17 {
  margin-top: 17px;
}

.mg-t-20 {
  margin-top: 20px;
}

.mg-t-50 {
  margin-top: 50px;
}

.mg-b-1 {
  margin-bottom: 1px;
}

.mg-b-3 {
  margin-bottom: 3px;
}

.mg-b-4 {
  margin-bottom: 4px;
}

.mg-b-6 {
  margin-bottom: 6px;
}

.mg-b-10 {
  margin-bottom: 10px;
}

.mg-b-5 {
  margin-bottom: 5px;
}

.mg-b-16 {
  margin-bottom: 16px;
}

.mg-b-60 {
  margin-bottom: 60px;
}

.mg-l-4 {
  margin-left: 4px;
}

.mg-l-3 {
  margin-left: 3px;
}

.mg-l-8 {
  margin-left: 8px;
}

.mg-r-12 {
  margin-right: 12px;
}

.mg-r-17 {
  margin-right: 17px;
}

.mg-l-18 {
  margin-left: 18px;
}

.mg-l-17 {
  margin-left: 17px;
}

.mg-r-8 {
  margin-right: 8px;
}

.mg-r-7 {
  margin-right: 7px;
}

.mg-r-6 {
  margin-right: 6px;
}

.mg-r-11 {
  margin-right: 11px;
}

.mg-r-25 {
  margin-right: 25px;
}

.mg-l-1 {
  margin-left: 1px;
}

.mg-l-2 {
  margin-left: 2px;
}

.mg-l-6 {
  margin-left: 6px;
}

.mg-r-6 {
  margin-right: 6px;
}

.mg-r-4 {
  margin-right: 4px;
}

.mg-r-1 {
  margin-right: 1px;
}

.mg-r-9 {
  margin-right: 9px;
}

.mg-r-10 {
  margin-right: 10px;
}

.mg-l-218 {
  margin-left: 218px;
}

.mg-r-22 {
  margin-right: 22px;
}

.mg-r-90 {
  margin-right: 90px;
}

.mg-r-26 {
  margin-right: 26px;
}

.mg-r-28 {
  margin-right: 28px;
}

.mg-r-50 {
  margin-right: 50px;
}

.mg-r-1p {
  margin-right: 1%;
}

.mg-t-3 {
  margin-top: 3px;
}

.mg-l-5 {
  margin-left: 5px;
}

.mg-l-10 {
  margin-left: 10px;
}

.mg-l-16 {
  margin-left: 16px;
}

.mg-l-30 {
  margin-left: 30px;
}

.mg-l-38 {
  margin-left: 38px;
}

.mg-l-48 {
  margin-left: 48px;
}

.mg-l-60 {
  margin-left: 60px;
}

.mg-l-65 {
  margin-left: 65px;
}

.mg-r-10 {
  margin-right: 10px;
}

.mg-r-46 {
  margin-right: 46px;
}

.mg-r-48 {
  margin-right: 48px;
}

.mg-r-60 {
  margin-right: 60px;
}

.mg-r-55 {
  margin-right: 55px;
}

.mg-r-5 {
  margin-right: 5px;
}

.mg-r-95 {
  margin-right: 95px;
}

.mg-r-36 {
  margin-right: 36px;
}

.mg-r-16 {
  margin-right: 16px;
}

.mg-r-22 {
  margin-right: 22px;
}

.mg-r-2 {
  margin-right: 2px;
}

.mg-r-13 {
  margin-right: 13px;
}

.mg-r-250 {
  margin-right: 250px;
}

.mg-r-200 {
  margin-right: 200px;
}

.mg-l-22 {
  margin-left: 22px;
}

.mg-r-3 {
  margin-right: 3px;
}

.mg-t-50 {
  margin-top: 50px;
}

.mg-l-20 {
  margin-left: 20px;
}

.mg-l-1p {
  margin-left: 1%;
}

.mg-l-10p {
  margin-left: 10%;
}

.mg-l-15p {
  margin-left: 15%;
}

.mg-l-20p {
  margin-left: 20%;
}

.mg-l-30p {
  margin-left: 30%;
}

.mg-r-20 {
  margin-right: 20px;
}

.mg-t-3 {
  margin-top: 3px;
}

.mg-b-3 {
  margin-bottom: 3px;
}

.mg-b-8 {
  margin-bottom: 8px;
}

.widthHeight-7 {
  width: 7px;
  height: 7px;
}

.height-100vh {
  height: 100vh;
}

.height-100vh-100 {
  height: calc(100vh - 100px);
}

.height-a {
  height: auto;
}

.height-0 {
  height: 0px;
}

.height-0p {
  height: 0%;
}

.height-10 {
  height: 10px;
}

.height-21 {
  height: 21px;
}

.height-22 {
  height: 22px;
}

.height-24 {
  height: 24px;
}

.height-25 {
  height: 25px;
}

.height-35 {
  height: 35px;
}

.height-40 {
  height: 40px;
}

.height-48 {
  height: 48px;
}

.height-54 {
  height: 54px;
}

.height-65 {
  height: 65px;
}

.height-78 {
  height: 78px;
}

.height-49 {
  height: 49px;
}

.height-60 {
  height: 60px;
}

.height-90 {
  height: 90px;
}

.height-40vh {
  height: 40vh;
}

.mheight-200 {
  max-height: 200px;
}

.mheight-350 {
  max-height: 350px;
}

.mheight-500 {
  max-height: 500px;
}

.mheight-30 {
  min-height: 30px;
}

.mheight-48 {
  min-height: 48px;
}

.mheight-39 {
  min-height: 39px;
}

.mheight-45 {
  min-height: 45px;
}

.mheight-90 {
  min-height: 90px;
}

.mheight-49 {
  min-height: 49px;
}

.mheight-51 {
  min-height: 51px;
}

.mheight-61 {
  min-height: 61px;
}

.mheight-62 {
  min-height: 62px;
}

.mheight-50 {
  min-height: 50px;
}

.mheight-57 {
  min-height: 57px;
}

.mheight-54 {
  min-height: 54px;
}

.mheight-52 {
  min-height: 50px;
}

.mheight-650 {
  min-height: 650px;
}

@media screen and (min-width: 430px) and (max-width: 550px) {
  .mheight-52 {
    min-height: 90px;
    height: auto;
  }
}

@media screen and (min-width: 300px) and (max-width: 420px) {
  .mheight-52 {
    min-height: 130px;
    height: auto;
  }
}

.round-l {
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  -o-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
}

.round-r {
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  -o-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.round-3 {
  border-radius: 3px;
}

.round-4 {
  border-radius: 4px;
}

.round-5 {
  border-radius: 0 0 15px 15px;
}

.round-6 {
  border-radius: 15px 15px 0 0;
}

.round-7 {
  border-radius: 8px;
}

.round-8 {
  border-radius: 15px;
}

.round-9 {
  border-radius: 100%;
}

.round-10 {
  border-radius: 5px;
}

.play {
  height: 90px;
  width: 90px;
}
.play .icon-play {
  top: 28px;
  left: 34px;
}
.play:active {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.betgenius .icon-bgfield {
  width: 66px;
}

.betgenius .divider {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  top: 0;
}

.playbackground {
  width: 90px;
  height: 90px;
}

.playbackground-s {
  width: 64px;
  height: 64px;
}

.bgicons {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.bgicons .icon-TV2 {
  width: 18px;
  height: 16px;
}
.bgicons .iicon {
  width: 10px;
  height: 11px;
  right: 21px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
}
.bgicons .overlayContainer,
.bgicons .tickContainer {
  display: none;
}
.bgicons.actived .overlayContainer,
.bgicons.actived .tickContainer {
  display: block;
}
.bgicons .icon-i-s {
  display: initial;
}
.bgicons .icon-i-s:before {
  top: initial;
  left: initial;
  position: relative;
  font-size: 18px;
}

.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.radius-2 {
  border-radius: 2px;
}

.radius-3 {
  border-radius: 3px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-5 {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.radius-6 {
  border-radius: 12px;
}

.radius-r-t {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.morebet {
  padding: 1px 2px;
}

.moreover,
.moreover:hover {
  background: var(--color-primary-theme);
}

.ws-inital {
  white-space: initial;
}

.ws-nowrap {
  white-space: nowrap;
}
.ws-nowrap .icon-SortTime:before {
  position: relative;
  top: -1px;
}

.wb-breakall {
  word-break: break-all;
}

.col-fixed60 {
  width: 60px;
}

.col-fixed99 {
  width: 99px;
}

.col-fixed30 {
  width: 30px;
}

.col-fixed38 {
  width: 38px;
}

.col-fixed85 {
  width: 85px;
}

.col-fixed70 {
  width: 70px;
}

.col-fixed48 {
  width: 48px;
}

.col-fixed39 {
  width: 39px;
}

.col-fixed40 {
  width: 40px;
}

.col-fixed35 {
  width: 35px;
}

.col-fixed24 {
  width: 24px;
}

.col-fixed16 {
  width: 16px;
}

.col-12Percent {
  width: 12%;
}

.col-6Percent {
  width: 6%;
}

.col-5Percent {
  width: 5%;
}

.col-fixedPicture {
  width: 237px;
}

.col-fixedRedcard {
  width: 65px;
}

.col-fixed52 {
  width: 52px;
}

.col-fixed25 {
  width: 25px;
}

.col-fixed23 {
  width: 23px;
}

.col-fixed38 {
  width: 38px;
}

.col-fixed33 {
  width: 33px;
}

.col-fixed65 {
  width: 65px;
}

.col-fixed10 {
  width: 10px;
}

.col-fixed42 {
  width: 42px;
}

.col-25Percent {
  width: 25%;
}

.col-50Percent {
  width: 50%;
}

.col-40Percent {
  width: 40%;
}

.col-20Percent {
  width: 20%;
}

.col-19Percent {
  width: 19%;
}

.col-16Percent {
  width: 16%;
}

.col-22Percent {
  width: 22%;
}

.col-21Percent {
  width: 21%;
}

.col-8Percent {
  width: 8%;
}

.col-6Percent {
  width: 6%;
}

.col-11Percent {
  width: 11%;
}

.col-16Percent {
  width: 16%;
}

.col-46Percent {
  width: 46%;
}

.col-fixed43 {
  width: 43px;
}

.col-12p5Percent {
  width: 12.5%;
}

.col-fixedodds {
  width: 64px;
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.ofw-hidden {
  overflow: hidden;
}

.ofwy-hidden {
  overflow-y: hidden;
}

.ofwy-scroll-roll {
  overflow-y: auto;
}

.ofhx-scroll-roll-y {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ofhx-scroll-roll-x {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: scroll;
}

.scroll-roll-x {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  overflow-y: hidden;
}

.ofwx-scroll {
  -webkit-overflow-scrolling: touch;
}

.ofwy-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.ofwX-scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.ofwy-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ofwx-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ofw-visible {
  overflow: visible;
}

.backfaceVisibility-hidden {
  backface-visibility: hidden;
}

.willChange-ofw-y {
  will-change: overflow-y;
}

.pos-fixed {
  position: fixed;
}

.filters,
.confirm {
  cursor: pointer;
}

.fts-0 {
  font-size: 0px;
}

.fts-8 {
  font-size: 8px;
}

.fts-11 {
  font-size: 11px;
}

.fts-12 {
  font-size: 12px;
}

.fts-13 {
  font-size: 13px;
}

.fts-14 {
  font-size: 14px;
}

.fts-15 {
  font-size: 15px;
}

.fts-16 {
  font-size: 16px;
}

.fts-17 {
  font-size: 17px;
}

.fts-18 {
  font-size: 18px;
}

.fts-19 {
  font-size: 19px;
}

.fts-20 {
  font-size: 20px;
}

.fts-21 {
  font-size: 21px;
}

.fts-24 {
  font-size: 24px;
}

.fts-30 {
  font-size: 30px;
}

.fts-32 {
  font-size: 32px;
}

.fts-32 {
  font-size: 32px;
}

.fts-50 {
  font-size: 50px;
}

.fts-113 {
  font-size: 113px;
}

.txt-bold7 {
  font-weight: 700;
}

.txt-underline {
  text-decoration: underline;
}

.txt-lineThrough {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
}

.fts-0 {
  font-size: 0;
}

.fts-13 {
  font-size: 13px;
}

.fts-12 {
  font-size: 12px;
}

.fts-22 {
  font-size: 22px;
}

.fts-25 {
  font-size: 25px;
}

.fts-9 {
  font-size: 9px;
}

.fts-10 {
  font-size: 10px;
}

.fts-27 {
  font-size: 27px;
}

.fts-28 {
  font-size: 28px;
}

.lht-10 {
  line-height: 10px;
}

.lht-11 {
  line-height: 11px;
}

.lht-13 {
  line-height: 13px;
}

.lht-15 {
  line-height: 15px;
}

.lht-16 {
  line-height: 16px;
}

.lht-19 {
  line-height: 19px;
}

.lht-20 {
  line-height: 20px;
}

.lht-23 {
  line-height: 23px;
}

.lht-26 {
  line-height: 26px;
}

.lht-30 {
  line-height: 30px;
}

.lht-33 {
  line-height: 33px;
}

.lht-35 {
  line-height: 35px;
}

.lht-36 {
  line-height: 36px;
}

.lht-38 {
  line-height: 38px;
}

.lht-40 {
  line-height: 40px;
}

.lht-46 {
  line-height: 46px;
}

.lht-48 {
  line-height: 48px;
}

.lht-52 {
  line-height: 52px;
}

.lht-53 {
  line-height: 53px;
}

.lht-50 {
  line-height: 50px;
}

.lht-54 {
  line-height: 54px;
}

.lht-80 {
  line-height: 80px;
}

.lht-188 {
  line-height: 188px;
}

.lht-113 {
  line-height: 113px;
}

.lht-22 {
  line-height: 22px;
}
.lht-22[class*=' icon-'] {
  line-height: 21px;
}

.lht-p9e {
  line-height: 0.9em;
}

.lht-1e {
  line-height: 1em;
}

.notificationConainer {
  position: absolute;
  width: 100%;
  z-index: 30;
}
.notificationConainer .notification {
  position: relative;
  top: 200px;
  margin: 0 auto;
  width: 300px;
}
.notificationConainer .notification.added .add {
  display: block;
}
.notificationConainer .notification.added .remove {
  display: none;
}
.notificationConainer .notification.removed .add {
  display: none;
}
.notificationConainer .notification.removed .remove {
  display: block;
}

.myfav {
  text-decoration: none;
}

.hiddenInput,
.hiddenInput-1 {
  /* background-color: var(--color-transparent); */
  border: none;
  outline: none;
}

/* .hiddenInput {
  background-color: transparent;
} */

.bgfield {
  padding-top: 32px;
  padding-bottom: 43px;
}

.flipcontent {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.lht-30 {
  line-height: 30px;
}

.lht-29 {
  line-height: 29px;
}

.lht-28 {
  line-height: 28px;
}

.lht-20 {
  line-height: 20px;
}

.lht-40 {
  line-height: 40px;
}

.lht-14 {
  line-height: 14px;
}

.lht-17 {
  line-height: 17px;
}

.lht-25 {
  line-height: 25px;
}

.lht-35 {
  line-height: 35px;
}
.lht-35.icon-TV {
  line-height: 35px;
}

.lht-34 {
  line-height: 34px;
}
.lht-34.icon-TV {
  line-height: 34px;
}

.lht-1p3 {
  line-height: 1.3em;
}

.lht-1p1 {
  line-height: 1.1em;
}

.lht-1 {
  line-height: 1em;
}

.lht-0p9 {
  line-height: 0.9em;
}

.lht-50 {
  line-height: 50px;
}
.lht-50.icon-MenuIcon {
  line-height: 50px;
}

.lht-49 {
  line-height: 49px;
}
.lht-26.icon-MenuIcon {
  line-height: 26px;
}
.lht-22.icon-MenuIcon {
  margin-top: 4px;
  line-height: 26px;
}

.lht-40 {
  line-height: 40px;
}

.lht-30 {
  line-height: 30px;
}

.lht-35 {
  line-height: 35px;
}

.lht-32 {
  line-height: 32px;
}
.lht-32.icon-SortIcon {
  line-height: 32px;
}

.pd-1 {
  padding: 1px;
}

.pd-1 {
  padding: 1px;
}

.pd-10 {
  padding: 10px;
}

.pd-8 {
  padding: 8px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-5 {
  padding: 5px;
}

.pd-4 {
  padding: 4px;
}

.pd-tb-13 {
  padding: 13px 0;
}

.pd-tb-3 {
  padding: 3px 0;
}

.pd-tb-5 {
  padding: 5px 0;
}

.mg-tb-5 {
  margin: 5px 0;
}

.mg-auto {
  margin: auto;
}

.mg-0-auto {
  margin: 0 auto;
}

.mg-13 {
  margin: 13px;
}

.mg-12 {
  margin: 12px;
}

.mg-b-10 {
  margin-bottom: 10px;
}

.mg-b-2 {
  margin-bottom: 2px;
}

.mg-t-5 {
  margin-top: 5px;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.mg-b-25 {
  margin-bottom: 25px;
}

.wh-ht-22 {
  width: 22px;
  height: 22px;
}

.height-60 {
  height: 60px;
}
.height-60.padding-10 {
  height: 40px;
}

.height-80 {
  height: 80px;
}

.height-84 {
  height: 84px;
}

.height-50 {
  height: 50px;
}
.height-50.padding-10 {
  height: 30px;
}

.height-56 {
  height: 56px;
}

.height-188 {
  height: 188px;
}

.height-16 {
  height: 16px;
}

.height-27 {
  height: 27px;
}

.height-20 {
  height: 20px;
}

.height-200 {
  height: 200px;
}

.height-220 {
  height: 220px;
}

.height-37 {
  height: 37px;
}

.height-47 {
  height: 47px;
}

.mheight-35 {
  min-height: 35px;
}

.mheight-34 {
  min-height: 34px;
}

.height-40 {
  height: 40px;
}
.height-40.padding-10 {
  height: 20px;
}
.height-40.bt-moreBet {
  height: 38px;
}

.mHeight-40 {
  min-height: 40px;
}
.mHeight-40.padding-10 {
  min-height: 20px;
}

.mHeight-20 {
  min-height: 20px;
}
.mHeight-20.padding-10 {
  min-height: 10px;
}

.height-30 {
  height: 30px;
}
.height-30.padding-10 {
  height: 10px;
}

.height-25 {
  height: 25px;
}

.height-35 {
  height: 35px;
}
.height-35.padding-10 {
  height: 15px;
}

.height-28 {
  height: 28px;
}
.height-28.padding-10 {
  height: 8px;
}

.height-27 {
  height: 27px;
}

.wdhHgt-8 {
  width: 8px;
  height: 8px;
}

.wdhHgt-28 {
  width: 28px;
  height: 28px;
}

.wdhHgt-20 {
  width: 20px;
  height: 20px;
}

.wdhHgt-10 {
  width: 15px;
  height: 20px;
}

.mWidth-16 {
  min-width: 16px;
}

.mWidth-65 {
  min-width: 65px;
}

.maxWidth-76 {
  max-width: 76px;
}

.maxWidth-864 {
  max-width: 864px;
  margin: 0 auto;
}

.width-10p {
  width: 10%;
}

.width-auto {
  width: auto;
}

.width-0 {
  width: 0%;
}

.width-4 {
  width: 4px;
}

.width-5 {
  width: 5px;
}

.width-8 {
  width: 8px;
}

.width-10 {
  width: 10px;
}

.width-13 {
  width: 13px;
}

.width-16 {
  width: 16px;
}

.width-18 {
  width: 18px;
}

.width-22 {
  width: 22px;
}

.width-23 {
  width: 23px;
}

.width-24 {
  width: 24px;
}

.width-25 {
  width: 25px;
}

.width-26 {
  width: 26px;
}

.width-28 {
  width: 28px;
}

.width-29 {
  width: 29px;
}

.width-30 {
  width: 30px;
}

.width-32 {
  width: 32px;
}

.width-33 {
  width: 33px;
}

.width-35 {
  width: 35px;
}

.width-36 {
  width: 36px;
}

.width-37 {
  width: 37px;
}

.width-39 {
  width: 39px;
}

.width-40 {
  width: 40px;
}

.width-42 {
  width: 42px;
}

.width-46 {
  width: 46px;
}

.width-48 {
  width: 48px;
}

.width-49 {
  width: 49px;
}

.width-50 {
  width: 50px;
}

.width-53 {
  width: 53px;
}

.width-54 {
  width: 54px;
}

.width-55 {
  width: 55px;
}

.width-60 {
  width: 60px;
}

.width-63 {
  width: 63px;
}

.width-65 {
  width: 65px;
}

.width-70 {
  width: 70px;
}

.width-73 {
  width: 73px;
}

.width-75 {
  width: 75px;
}

.width-77 {
  width: 77px;
}

.width-78 {
  width: 78px;
}

.width-80 {
  width: 80px;
}

.width-89 {
  width: 89px;
}

.width-90 {
  width: 90px;
}

.width-96 {
  width: 96px;
}

.width-100 {
  width: 100px;
}

.width-104 {
  width: 104px;
}

.width-105 {
  width: 105px;
}

.width-131 {
  width: 131px;
}

.width-137 {
  width: 137px;
}

.width-120 {
  width: 120px;
}

.width-125 {
  width: 125px;
}

.width-135 {
  width: 135px;
}

.width-145 {
  width: 145px;
}

.width-155 {
  width: 155px;
}

.width-165 {
  width: 165px;
}

.width-174 {
  width: 174px;
}

.width-175 {
  width: 175px;
}

.width-180 {
  width: 180px;
}

.width-184 {
  width: 184px;
}

.width-190 {
  width: 190px;
}

.width-195 {
  width: 195px;
}

.width-200 {
  width: 200px;
}

.width-208 {
  width: 208px;
}

.width-210 {
  width: 210px;
}

.width-213 {
  width: 213px;
}

.width-230 {
  width: 230px;
}

.width-240 {
  width: 240px;
}

.width-248 {
  width: 248px;
}

.width-275 {
  width: 275px;
}

.width-300 {
  width: 300px;
}

.width-315 {
  width: 315px;
}

.width-330 {
  width: 330px;
}

.width-340 {
  width: 340px;
}

.width-350 {
  width: 350px;
}

.width-380 {
  width: 380px;
}

.width-390 {
  width: 390px;
}

.width-410 {
  width: 410px;
}

.width-455 {
  width: 455px;
}

.height-4 {
  height: 4px;
}

.height-30 {
  height: 30px;
}

.height-57 {
  height: 57px;
}

.height-56vw {
  height: 56.25vw;
}

.flex-row.flex-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-align: stretch;
  -webkit-box-align: stretch;
}

.flex-alginselfcenter {
  -webkit-align-self: center;
  align-self: center;
}

.flex-alginselfstretch {
  -webkit-align-self: stretch;
  align-self: stretch;
}

.flex-b0 {
  -webkit-flex-basis: 0px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 0px;
  flex-basis: 0px;
}

.flex-b32 {
  -webkit-flex-basis: 32px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 32px;
  flex-basis: 32px;
}

.flex-b25 {
  -webkit-flex-basis: 25px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 25px;
  flex-basis: 25px;
}

.flex-b85 {
  -webkit-flex-basis: 85px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 85px;
  flex-basis: 85px;
}

.flex-b43 {
  -webkit-flex-basis: 43px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 43px;
  flex-basis: 43px;
}

.flex-b100 {
  -webkit-flex-basis: 100px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 100px;
  flex-basis: 100px;
}

.flex-b10 {
  -webkit-flex-basis: 10px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 10px;
  flex-basis: 10px;
}

.flex-b12 {
  -webkit-flex-basis: 12px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 12px;
  flex-basis: 12px;
}

.flex-b156 {
  -webkit-flex-basis: 156px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 156px;
  flex-basis: 156px;
}

.flex-b114 {
  -webkit-flex-basis: 114px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 114px;
  flex-basis: 114px;
}

.flex-b58 {
  -webkit-flex-basis: 58px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 58px;
  flex-basis: 58px;
}

.flex-b1 {
  -webkit-flex-basis: 1px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 1px;
  flex-basis: 1px;
}

.flex-b3 {
  -webkit-flex-basis: 3px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 3px;
  flex-basis: 3px;
}

.flex-b9 {
  -webkit-flex-basis: 9px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 9px;
  flex-basis: 9px;
}

.flex-b66 {
  -webkit-flex-basis: 66px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 66px;
  flex-basis: 66px;
}

.flex-b96 {
  -webkit-flex-basis: 96px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 96px;
  flex-basis: 96px;
}

.flex-b8 {
  -webkit-flex-basis: 8px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 8px;
  flex-basis: 8px;
}

.flex-b84 {
  -webkit-flex-basis: 84px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 84px;
  flex-basis: 84px;
}

.flex-b55 {
  -webkit-flex-basis: 55px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 55px;
  flex-basis: 55px;
}

.flex-b77 {
  -webkit-flex-basis: 77px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 77px;
  flex-basis: 77px;
}

.flex-b22 {
  -webkit-flex-basis: 22px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 22px;
  flex-basis: 22px;
}

.flex-b10 {
  -webkit-flex-basis: 10px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 10px;
  flex-basis: 10px;
}

.flex-b72 {
  -webkit-flex-basis: 72px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 72px;
  flex-basis: 72px;
}

.flex-b13 {
  -webkit-flex-basis: 13px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 13px;
  flex-basis: 13px;
}

.flex-b16 {
  -webkit-flex-basis: 16px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 16px;
  flex-basis: 16px;
}

.flex-b42 {
  -webkit-flex-basis: 42px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 42px;
  flex-basis: 42px;
}

.flex-b61 {
  -webkit-flex-basis: 61px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 61px;
  flex-basis: 61px;
}

.flex-b47 {
  -webkit-flex-basis: 47px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 47px;
  flex-basis: 47px;
}

.flex-b35 {
  -webkit-flex-basis: 35px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 35px;
  flex-basis: 35px;
}

.flex-b29 {
  -webkit-flex-basis: 29px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 156px;
  flex-basis: 29px;
}

.flex-b19 {
  -webkit-flex-basis: 19px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 19px;
  flex-basis: 19px;
}

.flex-b71 {
  -webkit-flex-basis: 71px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 71px;
  flex-basis: 71px;
}

.flex-b42 {
  -webkit-flex-basis: 42px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 42px;
  flex-basis: 42px;
}

.flex-b52 {
  -webkit-flex-basis: 52px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 52px;
  flex-basis: 52px;
}

.flex-b57 {
  -webkit-flex-basis: 57px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 57px;
  flex-basis: 57px;
}

.flex-b58 {
  -webkit-flex-basis: 58px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 58px;
  flex-basis: 58px;
}

.flex-b30 {
  -webkit-flex-basis: 30px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 30px;
  flex-basis: 30px;
}

.flex-b127 {
  -webkit-flex-basis: 127px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 127px;
  flex-basis: 127px;
}

.flex-b143 {
  -webkit-flex-basis: 143px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 143px;
  flex-basis: 143px;
}

.flex-b52 {
  -webkit-flex-basis: 52px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 52px;
  flex-basis: 52px;
}

.flex-b30 {
  -webkit-flex-basis: 30px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 30px;
  flex-basis: 30px;
}

.flex-b10 {
  -webkit-flex-basis: 10px;
  /* Safari 6.1+ */
  -webkit-box-flex-basis: 10px;
  flex-basis: 10px;
}

.flex-s1 {
  flex-shrink: 1;
}

.flex-g0 {
  flex-grow: 0;
}

.width-5 {
  width: 5px;
}

.width-8 {
  width: 8px;
}

.width-16 {
  width: 16px;
}

.width-25 {
  width: 25px;
}

.width-35 {
  width: 35px;
}

.width-39 {
  width: 39px;
}

.width-40 {
  width: 40px;
}

.width-46 {
  width: 46px;
}

.width-49 {
  width: 49px;
}

.width-50 {
  width: 50px;
}

.width-53 {
  width: 53px;
}

.width-54 {
  width: 54px;
}

.width-55 {
  width: 55px;
}

.width-60 {
  width: 60px;
}

.width-63 {
  width: 63px;
}

.width-65 {
  width: 65px;
}

.width-70 {
  width: 70px;
}

.width-75 {
  width: 75px;
}

.width-78 {
  width: 78px;
}

.width-80 {
  width: 80px;
}

.width-89 {
  width: 89px;
}

.width-90 {
  width: 90px;
}

.width-96 {
  width: 96px;
}

.width-105 {
  width: 105px;
}

.width-150 {
  width: 150px;
}

.width-p5p {
  width: 0.5%;
}

.width-p25p {
  width: 2.5%;
}

.width-p9p {
  width: 1.2%;
}

.width-p19p {
  width: 3.5%;
}

.height-25 {
  line-height: 25px;
  height: 25px;
}

.height-30 {
  height: 30px;
}

.width-2p {
  width: 2%;
}

.width-5p {
  width: 5%;
}

.width-6p {
  width: 6%;
}

.width-8p {
  width: 8%;
}

.width-12p {
  width: 12%;
}

.width-14p {
  width: 14%;
}

.width-18p {
  width: 18%;
}

.width-20p {
  width: 20%;
}

.width-25p {
  width: 25%;
}

.width-30p {
  width: 30%;
}

.width-31p {
  width: 31%;
}

.width-32p {
  width: 32%;
}

.width-33p {
  width: 33%;
}

.width-37p {
  width: 37%;
}

.width-39p {
  width: 39%;
}

.width-40p {
  width: 40%;
}

.width-45p {
  width: 45%;
}

.width-48p {
  width: 48%;
}

.width-50p {
  width: 50%;
}

.width-55p {
  width: 55%;
}

.width-60p {
  width: 60%;
}

.width-65p {
  width: 65%;
}

.width-70p {
  width: 70%;
}

.width-75p {
  width: 75%;
}

.width-80p {
  width: 80%;
}

.width-82p {
  width: 82%;
}

.width-85p {
  width: 85%;
}

.width-88p {
  width: 88%;
}

.width-90p {
  width: 90%;
}

.width-91p {
  width: 91%;
}

.width-92p {
  width: 92%;
}

.width-95p {
  width: 95%;
}

.width-96p {
  width: 96%;
}

.width-98p {
  width: 98%;
}

.width-99p {
  width: 99%;
}

.width-100p {
  width: 100%;
}

.width-100p-20 {
  width: calc(100% - 20px);
}

.width-7ap {
  width: 13%;
}

.width-7apb {
  width: 13.25%;
}

.width-28p {
  width: 28.5%;
}

.width-13ap {
  width: 5.4%;
}

.width-1ap {
  width: 7.3%;
}

.width-7apx2 {
  width: 26.7%;
}

.width-25p {
  width: 25%;
}

.height-94p {
  height: 94%;
}

.height-100p {
  height: 100%;
}

.height-100p-100 {
  height: calc(100% - 100px);
}

.width-162p {
  width: 16.2%;
}

.height-23 {
  height: 23px;
}

.height-232 {
  height: 232px;
}

.flt-r {
  float: right;
}

.clr-r {
  clear: right;
}

.clr-l {
  clear: left;
}

.flt-l {
  float: left;
}

.clearfix {
  clear: both;
}

.clearHack:after {
  content: ' ';
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wd-brk-all {
  word-break: keep-all;
}

.dsp-flex {
  display: flex;
  display: -webkit-flex;
}

.dsp-iflex {
  display: inline-flex;
}

.dsp-blk {
  display: block;
}

.dsp-iblk {
  display: inline-block;
}

.dsp-tb {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.dsp-tb.width-auto {
  width: auto;
}
.dsp-tb.width-auto .filters {
  white-space: nowrap;
}
.dsp-tb.width-18 {
  width: 18px;
}

.MarketList.dsp-tb:last-child {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 3px;
}

.dsp-table {
  display: table;
}

.dsp-tbcl {
  display: table-cell;
}

.mg-center {
  margin: 0 auto;
}
.mg-center.mg-t-20 {
  margin-top: 20px;
}
.mg-center.mg-t-1 {
  margin-top: 1px;
}

.mg-0 {
  margin: 0;
}

.mg-20 {
  margin: 0 20px;
}

.mg-4 {
  margin: 0 4px 0 0;
}

.mg-l-auto {
  margin: 0 0 0 auto;
}

.dsp-tbr {
  display: table-row;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.t-a-l {
  text-align: left;
}

.t-va-s {
  vertical-align: sub;
}

.t-va-t {
  vertical-align: top;
}

.t-va-b {
  vertical-align: baseline;
}

.t-va-bot {
  vertical-align: bottom;
}

.t-va-tbot {
  vertical-align: text-bottom;
}

.t-va-m {
  vertical-align: middle;
}

.navmenu .sidebar-title {
  font-size: 17px;
  line-height: 50px;
  width: 80%;
  float: left;
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .navmenu .sidebar-title {
    width: 78%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .navmenu .sidebar-title {
    width: 73%;
  }
}

@media screen and (min-width: 660px) and (max-width: 800px) {
  .navmenu .sidebar-title {
    width: 69%;
  }
}

@media screen and (min-width: 568px) and (max-width: 660px) {
  .navmenu .sidebar-title {
    width: 66%;
  }
}

@media screen and (min-width: 300px) and (max-width: 568px) {
  .navmenu .sidebar-title {
    width: 75%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.neutral {
  width: 13px;
  height: 15px;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.neutral .icon-Neutralbg {
  width: 13px;
  height: 15px;
  position: relative;
  display: inline-block;
}
.neutral .icon-Neutralbg:before {
  position: relative;
  left: 0;
  display: inline-block;
  font-size: 14px;
}
.neutral .icon-NeutralN:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 14px;
}
.neutral.pos-absolute {
  position: absolute;
}

.redCard {
  display: inline-block;
  font-size: 13px;
  width: 12px;
  line-height: 15px;
  height: 0;
  visibility: hidden;
}
.redCard > div {
  display: none;
}

.hsrc .redCard {
  position: absolute;
  left: 68px;
  z-index: 2;
}

.asrc .redCard {
  position: absolute;
  right: 68px;
  z-index: 2;
}

.rc1 .redCard {
  height: 15px;
  visibility: visible;
}

.rc1 .icon-RedCard {
  display: inline-block;
  position: relative;
}

.rc2 .redCard {
  height: 15px;
  visibility: visible;
}

.src2 .redCard {
  height: 15px;
  visibility: visible;
}

.rc2 .icon-RedCard2 {
  display: inline-block;
  position: relative;
}

.rc3 .redCard {
  height: 15px;
  visibility: visible;
}

.rc3 .icon-RedCard3 {
  display: inline-block;
  position: relative;
}

.rc4 .redCard {
  visibility: visible;
  height: 15px;
}

.rc4 .icon-RedCard4 {
  display: inline-block;
  position: relative;
}

.rc5 .redCard {
  visibility: visible;
  height: 15px;
}

.rc5 .icon-RedCard5 {
  display: inline-block;
  position: relative;
}

.odds {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
}
.odds.locked {
  /* background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDUgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNSA1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U0RTRFNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNiIgeTE9Ii0xIiB4Mj0iLTEiIHkyPSI2Ii8+DQo8L3N2Zz4NCg=="); */
  position: relative;
  cursor: default;
  padding: 9px 0 9px 0 !important;
}
.odds.locked svg {
  width: 100%;
  height: 100%;
}
.odds.locked .icon-Lock {
  position: relative;
  z-index: 100;
}
.odds.locked .lockedBg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.odds.singleVal {
  padding: 13px 0;
}
.odds.singleVal-9 {
  padding: 5px 0;
}
.odds.singleVal-8 {
  padding: 9px 0 8px;
}

.odds-last {
  margin-right: 0;
}

.odds-large .odds {
  min-width: 40px;
}

.odds-large .odds-empty {
  min-height: 30px;
}

.odds-large .odds-empty:before {
  content: ' ';
  display: inline-block;
  height: 0;
}

.odds-large .singleOdds {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
  min-height: 36px;
}

.tb-cell {
  display: table-cell;
}

.tb-tr {
  display: table-row;
}

.fwt-bold {
  font-weight: bold;
}

.fontWeight-bold {
  font-weight: bold;
}

.fontWeight-bolder {
  font-weight: 700;
}

.fwt-normal {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.col-3 {
  float: left;
  width: calc(100% / 3);
}

@media screen and (max-width: 720px) {
  .col-3 {
    float: left;
    min-width: calc(100% / 2);
  }
}

@media screen and (max-width: 570px) {
  .col-3 {
    float: left;
    min-width: calc(100% / 1);
  }
}

.leaguecollap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-right: 1px solid var(--color-boderline);
  border-bottom: 1px solid var(--color-boderline);
  padding: 8px 12px;
  flex: 1 1;
  overflow: hidden;
}

.expableTitle.bottomline {
  border-bottom: 1px solid var(--color-boderline);
}

.oddlist_bottomline {
  border-bottom: 1px solid var(--color-greybordertext);
}

.oddlist_desktopiconline {
  border-bottom: 1px solid var(--color-primary);
}

.hidden {
  display: none;
}
.hiddensvg {
  height: 0;
}

.vAlignFix {
  vertical-align: middle;
}
.vAlignFix:after {
  content: ' ';
  font-size: 0;
  width: 0;
  height: 0;
  vertical-align: middle;
}

.z-idx-1 {
  z-index: 1;
}

.z-idx-2 {
  z-index: 2;
}

.z-idx-3 {
  z-index: 3;
}

.z-idx-9 {
  z-index: 9;
}

.z-idx-10 {
  z-index: 10;
}

.z-idx-20 {
  z-index: 20;
}

.z-idx-50 {
  z-index: 50;
}

.z-idx-100 {
  z-index: 100;
}

.z-idx-top {
  z-index: 9999;
}

.z-idx-1000 {
  z-index: 1000;
}

.z-idx-500 {
  z-index: 500;
}

table {
  table-layout: fixed;
}

.navButton {
  white-space: nowrap;
  /* overflow: hidden; */
}
.navButton .buttons {
  display: inline-block;
  width: auto;
  height: 55px;
  vertical-align: top;
  white-space: normal;
  margin: 8px 10px 0;
}
.navButton .buttons .flex-row {
  -webkit-justify-content: center;
  justify-content: center;
}

.arrow-r {
  width: 5px;
  display: inline-block;
  height: 10px;
}
.arrow-r::before {
  position: relative;
  left: -3px;
  top: -2px;
}

.arrow .icon-ArrowUp {
  display: inline-block;
}

.arrow .icon-ArrowDown {
  display: none;
}

.mainmenu .arrow {
  position: relative;
  top: -1px;
}

.collapsed .arrow .icon-ArrowUp {
  display: none;
}

.collapsed .arrow .icon-ArrowDown {
  display: inline-block;
}

.listtype-none {
  list-style: none;
}

.flexGroup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-align: left;
  -webkit-align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexGroup.mb-group {
  -webkit-align-items: flex-start;
  /* Safari 7.0+ */
  align-items: flex-start;
  box-align: start;
}
.flexGroup.flex-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-align: stretch;
  -webkit-box-align: stretch;
}

.epsbanner_2col.right {
  float: none !important;
}

@media (min-width: 568px) and (max-width: 4096px) {
  .sb-cricket .switcher {
    width: 200px;
    display: inline-block;
  }
  .sb-cricket .peroidscore {
    width: 50%;
    display: inline-block;
    margin-top: 0;
  }
  #top-navbar .swipe-menu-products #menu-products > li.nav-item[class*=' lnk-'] > a {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: 0px;
  }
  .zh-cn #top-navbar .swipe-menu-products #menu-products > li.nav-item[class*=' lnk-'] > a {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: 0px;
  }
  .epsbanner_2col {
    padding-right: 6px;
  }
  .epsbanner_2col.right {
    padding-right: 0;
    padding-left: 6px;
    float: none !important;
  }
  .eachway-home {
    padding-right: 6px;
  }
  .flexGroup {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
  .simplebutton.mg-r-17 {
    width: 178px;
  }
  .simplebutton.mg-l-17 {
    width: 178px;
  }
  .res568 {
    display: block;
  }
  .res320 {
    display: none;
  }
  #top-navbar .swipe-menu-products li.nav-item {
    display: inline-block;
  }
  .hidden-md {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .sb-cricket .switcher {
    width: 100px;
    display: inline-block;
  }
  .sb-cricket .switcher .mg-l-1 {
    margin-left: 0;
  }
  .hastv .ws-nowrap .icon-SortTime {
    display: none;
  }
  .simplebutton.mg-r-17 {
    margin-right: 8px;
    width: 130px;
  }
  .simplebutton.mg-l-17 {
    margin-left: 8px;
    width: 130px;
  }
  .swipe-menu-products {
    z-index: -1;
  }
  .res320 {
    display: block;
  }
  .res568 {
    display: none;
  }
  .hidden-md {
    display: inline-block;
  }
}

.opa-9 {
  opacity: 0.9;
}

.opa-7 {
  opacity: 0.7;
}

.icon-i-s {
  position: relative;
  display: block;
}
.icon-i-s.filled:before {
  z-index: 3;
}
.icon-i-s.filled:after {
  content: '';
  width: 12px;
  height: 18px;
  z-index: 1;
  position: absolute;
  left: 2px;
  top: 2px;
}

.icon-Help {
  position: relative;
}
.icon-Help:before {
  z-index: 3;
  position: relative;
}
.icon-Help:after {
  content: '';
  width: 17px;
  height: 17px;
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 2px;
}

.disc > p {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 15px;
  margin: 4px 0px;
}

.egbox {
  min-width: 185px;
  padding: 10px;
  text-align: center;
  margin: 10px 40px 10px 0px;
  line-height: 1.4em;
  border-radius: 3px;
}

.egbox > p {
  padding: 0;
  margin: 0;
}

.icon-Xbutton:before {
  position: relative;
  top: -1px;
}

.cstable th {
  font-weight: normal;
}

.cstable tr td:last-of-type {
  border-right: none;
}

.cstable tr:last-of-type td {
  border-bottom: none;
}

.icon-keyboard-back {
  position: relative;
  right: 1px;
  top: 2px;
}

.table-space {
  border-collapse: separate;
  border-spacing: 10px;
  /* cellspacing */
}

.epsbanner {
  cursor: pointer;
}
.epsbanner .icon-ArrowMoreBets {
  margin-left: 10px;
}

.StatusTab > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-align: left;
  -webkit-align-items: center;
  -webkit-box-pack: left;
  -webkit-box-align: center;
  -webkit-justify-content: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.StatusTab > ul > li {
  -webkit-flex: 1;
  flex: 1;
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: auto;
  width: 0%;
  display: block;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 15px;
}
.StatusTab > ul > li a {
  padding: 0;
  vertical-align: middle;
}

@media screen and (min-width: 737px) {
  #footer .container {
    width: auto;
    max-width: inherit;
  }
}

.loading,
.blockmsg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loading.hidden,
.blockmsg.hidden {
  height: 1px;
}
.loading .errormsg,
.blockmsg .errormsg {
  position: relative;
  top: 30%;
  left: 50%;
  margin-left: -20%;
  width: 40%;
  z-index: 100;
}
.loading.large,
.blockmsg.large {
  left: 0;
  top: 0;
  position: fixed;
}
.loading .loadingContent,
.blockmsg .loadingContent {
  top: 120px;
  position: relative;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  width: 140px;
  display: block;
  text-align: center;
  z-index: 12;
}
.loading .loadingContent .txt,
.blockmsg .loadingContent .txt {
  margin-top: 15px;
  display: block;
}
.loading .loadingContent .loadImg,
.blockmsg .loadingContent .loadImg {
  width: 51px;
  height: 50px;
  display: inline-block;
}

.icon-current {
  height: 8px;
  display: inline-block;
}

.firsthalf .icon-current {
  height: 10px;
}
.firsthalf .icon-current:before {
  content: '\E94A';
}

.secondhalf .icon-current:before {
  content: '\E94B';
}

.basecontainer {
  position: relative;
  z-index: 2;
}

.icon-base .path1:before {
  content: '\E936';
  color: #545454;
}

.icon-base .path2:before {
  content: '\E937';
  margin-left: -1.3828125em;
  color: #545454;
}

.icon-base .path3:before {
  content: '\E938';
  margin-left: -1.3828125em;
  color: #545454;
}

.icon-base {
  font-size: 16px;
}

.base-1 .icon-base .path2:before {
  color: #d66f28;
}

.base-2 .icon-base .path1:before {
  color: #d66f28;
}

.base-3 .icon-base .path3:before {
  color: #d66f28;
}

.base-1-2 .icon-base .path1:before {
  color: #d66f28;
}

.base-1-2 .icon-base .path2:before {
  color: #d66f28;
}

.base-1-2-3 .icon-base .path1:before {
  color: #d66f28;
}

.base-1-2-3 .icon-base .path2:before {
  color: #d66f28;
}

.base-1-2-3 .icon-base .path3:before {
  color: #d66f28;
}

.base-1-3 .icon-base .path2:before {
  color: #d66f28;
}

.base-1-3 .icon-base .path3:before {
  color: #d66f28;
}

.base-2-3 .icon-base .path1:before {
  color: #d66f28;
}

.base-2-3 .icon-base .path3:before {
  color: #d66f28;
}

.isbg #bgWrapper {
  height: 100%;
}

#betgenius-iframe {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 190px;
}

.scoreboard #betgenius-iframe {
  top: 328px;
}

#menuContainer .lht-53 {
  line-height: 40px;
}

.menutb {
  table-layout: auto;
}
.menutb th {
  position: relative;
  font-weight: normal;
}
.menutb th .icon-RefreshIcon {
  position: relative;
  top: -1px;
}
.menutb th .filters .tick {
  position: absolute;
  bottom: 0;
  margin-left: -6px;
  left: 50%;
  display: none;
}
.menutb th.actived .filters {
  color: white;
}
.menutb th.actived .filters .tick {
  display: block;
}

.sub-menu .iconlabel {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 0 6px;
  display: inline-block;
  float: right;
  margin-right: 9px;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
}

.iconlabel {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding: 0 6px;
  display: inline-block;
  margin-right: 9px;
  height: 22px;
  position: absolute;
  right: 28px;
  line-height: 22px;
  vertical-align: middle;
}

.icon-parlay {
  vertical-align: middle;
}

.bottom-50.bg_opty90 {
  width: 100vw;
  box-sizing: border-box;
  text-align: center;
}

.loading-o {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.bg-c-90 .loading-o {
  width: 20px;
  height: 20px;
  float: right;
  vertical-align: text-bottom;
  display: inline-block;
}

.LC-content {
  overflow: hidden;
  position: relative;
  padding: 5px 8px;
  height: 32px;
  margin: 0 0 1px 0;
  font-size: 13px;
  padding-top: 9px;
}
.LC-content .right-txt1 {
  position: relative;
  z-index: 4;
  float: right;
  display: table-cell;
  height: 36px;
  vertical-align: middle;
  line-height: 1.1em !important;
  width: 35px;
  text-align: center;
}
.LC-content .right-txt1 td {
  width: 35px;
  height: 29px;
}
.LC-content > .float-left {
  width: 84%;
  line-height: 1.2em;
}
.LC-content .rdcard {
  width: 8px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 10;
  background: #d92122;
}
.LC-content .rdcard.second {
  top: 26px;
}
.LC-content .ws-nowrap.mg-l-8 {
  margin-left: 8px !important;
}
.LC-content .gradientFadeOut-r {
  background: -owg-linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 2%, #323232 22%);
  background: -webkit-linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 2%, #323232 22%);
  background: -moz-linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 2%, #323232 22%);
  background: -o-linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 2%, #323232 22%);
  background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0) 2%, #323232 22%);
  width: 80px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.ft-c-black {
  color: #000000;
}

.ft-c-g {
  color: #374b23;
}

.ft-c-r {
  color: #ffeded;
}

.bg-c-r {
  background: #e74545;
}

.bg-c-g {
  background: #84b752;
}

.ft-c-b {
  color: #009fd9;
}

.betcanceled {
  bottom: 0;
  width: 100vw;
  box-sizing: border-box;
  text-align: center;
}
.betcanceled.bottom-50 {
  bottom: 50px;
}

.feedex .arrow {
  position: relative;
  top: -3px;
}

.fc_orange {
  color: #ff9200;
}

.danger-green {
  color: green;
}

.danger-orange {
  color: #ff9200;
}

.ft-c-74 .round {
  min-width: 8px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  text-indent: -1px;
  padding: 0 5px;
}

.bg-c-3.tbr-c-21.overflow-hidden.expableTitle.pd-t-11.pd-b-11 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.bgicons.feedex.aw {
  top: -1px;
  position: relative;
}

.bgicons.feedex > .icon-i_amkt:before {
  top: -1px;
}

.topLeftCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.translateX-30p {
  transform: translateX(30%);
}

.translateX-50p {
  transform: translateX(50%);
}

.translateX-minus50p {
  transform: translateX(-50%);
}

.translateY-plus50p {
  transform: translateY(50%);
}

.translateY-minus50p {
  transform: translateY(-50%);
}

.translateY-minus22p {
  transform: translateY(-22%);
}

.translateY-50p {
  transform: translateY(50%);
}

.poa-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*-- page loading icon --*/
.spinner {
  animation: rotator 1400ms linear infinite;
}

.path {
  stroke-dasharray: 184;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1400ms ease-in-out infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 184;
  }
  50% {
    stroke-dashoffset: 46;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 184;
    transform: rotate(450deg);
  }
}

/*-- page loading icon End --*/
.ft-c-2-80 {
  color: rgba(255, 255, 255, 0.8);
}

.ft-c-4-40 {
  color: rgba(0, 0, 0, 0.4);
}

.ft-c-4-24 {
  color: rgba(0, 0, 0, 0.24);
}

.ft-c-61-40 {
  color: rgba(40, 40, 40, 0.4);
}

.ft-c-101 {
  color: #323232;
}

.ft-c-102 {
  color: var(--color-2828text);
}

.mybet {
  line-height: normal;
}

.privateBrowsing {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #f9f9fb;
  padding-top: 80px;
}

.privateBrowsing .image {
  width: 180px;
  height: 180px;
  background: url('recreation.png') center center no-repeat;
  margin-bottom: 32px;
}

.privateBrowsing .info {
  width: 256px;
  height: 96px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.bettingHeaderShadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

/*left*/
.fullscreen {
  width: 100%;
  height: 1000%;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
}

.fullscreen .loadingContent {
  margin: 50px auto;
  width: 300px;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fullscreen .loadingContent .txt {
  margin-top: 96px;
}

.RightPanel .round-moreBet-s {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.RightPanel .allCp .tick,
.RightPanel .inplayNow .tick {
  display: none;
}

.RightPanel .allCp.actived .tick,
.RightPanel .inplayNow.actived .tick {
  display: block;
  left: 50%;
  margin-left: -6px;
}

.RightPanel .betContainer .allCp .tick {
  bottom: 0px;
  position: absolute;
}

.RightPanel .betContainer .inplayNow .tick {
  bottom: 0px;
  position: absolute;
}

.RightPanel .parlay .tick {
  position: absolute;
  display: none;
  top: 18px;
  left: 11px;
}

.RightPanel .parlay.actived .tick {
  display: inline-block;
}

.RightPanel .moreContainer .overlay {
  top: -45px;
}

.RightPanel .info-left {
  width: 22px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
}
.RightPanel .info-left .tickContainer {
  width: 12px;
  height: 6px;
  overflow: hidden;
  left: 5px;
  top: 0px;
  position: absolute;
}
.RightPanel .info-left .tickContainer .tick {
  top: 0px;
  left: 0px;
  position: absolute;
}
.RightPanel .info-left .overlay {
  width: 221px;
  position: absolute;
  top: 5px;
  z-index: 20;
  left: 0px;
}
.RightPanel .info-left .overlay .tick {
  position: relative;
  top: -6px;
  left: 2px;
}

.RightPanel .info-left .overlayContainer {
  display: none;
}
.RightPanel .info-left .overlayContainer.selected {
  display: block;
  position: absolute;
  top: 25px;
}

.RightPanel .maxBet-Btn .tickContainer {
  width: 12px;
  height: 6px;
  overflow: hidden;
  left: 50%;
  top: 19px;
  position: absolute;
}
.RightPanel .maxBet-Btn .tickContainer .tick {
  top: 0px;
  position: relative;
}

.RightPanel .maxBet-Btn .overlay {
  width: 100%;
  position: absolute;
  top: 25px;
  z-index: 20;
}
.RightPanel .maxBet-Btn .overlay .tick {
  position: relative;
  top: -6px;
  left: 2px;
}

.RightPanel .maxBet-Btn .overlayContainer {
  display: none;
}
.RightPanel .maxBet-Btn .overlayContainer.selected {
  display: block;
}

.RightPanel .moreContainer .tick {
  left: 0px;
  top: 0px;
  position: absolute;
}

.RightPanel .moreContainer .moreInfo .overlay {
  width: 221px;
  position: absolute;
  z-index: 20;
  left: 0px;
  bottom: 22px;
  top: initial;
}

.RightPanel .moreContainer .moreInfo,
.RightPanel .moreContainer .tickContainer {
  display: none;
}

.RightPanel .moreContainer .moreInfo.selected,
.RightPanel .moreContainer .tickContainer.selected {
  display: block;
}

.RightPanel .moreContainer .overlay {
  left: 0;
}

.RightPanel .moreContainer .tickContainer {
  width: 12px;
  height: 6px;
  overflow: hidden;
  left: 2px;
  top: -6px;
  position: absolute;
}
.RightPanel .moreContainer .tickContainer .tick {
  left: 0px;
  top: 0px;
  position: absolute;
}

.BETSLIP .moreContainer .overlay {
  top: -45px;
}

.BETSLIP .info-left,
.BETSLIP .BetSingle_info .info-left {
  width: 22px;
  overflow: hidden;
  display: inline-block;
}
.BETSLIP .BetSingle_info .info-left {
  width: 0;
  height: 0;
}
.BETSLIP .info-left .tickContainer {
  width: 12px;
  height: 6px;
  left: 5px;
  top: 25px;
  position: absolute;
}
.BETSLIP .info-left .tickContainer .tick {
  top: -14px;
  left: 0px;
  position: relative;
}
.BETSLIP .info-left .overlay,
.BETSLIP .BetSingle_info .info-left .overlay {
  width: 253px;
  position: absolute;
  top: 31px;
  z-index: 20;
  left: 0px;
}
.BETSLIP .BetSingle_info .info-left .overlay {
  top: 29px;
}
.BETSLIP .info-left .overlay .tick {
  position: relative;
  top: -6px;
  left: 2px;
}

.BETSLIP .info-left .overlayContainer {
  display: none;
}
.BETSLIP .info-left .overlayContainer.selected {
  display: block;
}

.BETSLIP .r320 .maxBet-Btn .tickContainer {
  display: none;
}

.BETSLIP .r320 .maxBet-Btn .overlay {
  display: none;
}

.BETSLIP .r320 .maxBet-Btn .selected .tickContainer {
  display: block;
}

.BETSLIP .r320 .maxBet-Btn .selected .overlay {
  display: block;
}

.BETSLIP .r320 .maxBet-Btn .tickContainer {
  position: relative;
}
.BETSLIP .r320 .maxBet-Btn .tickContainer .tick.sml {
  left: 50%;
  margin-left: -6px;
  top: -5px;
  position: absolute;
}

.BETSLIP .r320 .maxBet-Btn .overlay {
  width: 100%;
  position: absolute;
  top: 25px;
  z-index: 20;
}
.BETSLIP .r320 .maxBet-Btn .overlay .tick {
  position: relative;
  top: -6px;
  left: 2px;
}

.BETSLIP .r568 .maxBet-Btn .tickContainer {
  display: none;
}

.BETSLIP .r568 .maxBet-Btn .overlay {
  display: none;
}

.BETSLIP .r568 .maxBet-Btn .selected .tickContainer {
  display: block;
}

.BETSLIP .r568 .maxBet-Btn .selected .overlay {
  display: block;
}

.BETSLIP .r568 .maxBet-Btn .tickContainer {
  position: relative;
}
.BETSLIP .r568 .maxBet-Btn .tickContainer .tick.sml {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -6px;
}

.BETSLIP .r568 .maxBet-Btn .overlay {
  width: 100%;
  position: absolute;
  top: 25px;
  z-index: 20;
}
.BETSLIP .r568 .maxBet-Btn .overlay .tick {
  position: relative;
  top: -6px;
  left: 2px;
}

.BETSLIP .inputBg .q-bet {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}

.BETSLIP .inputBg .q-bet .deleteicon {
  background: var(--arrowbetimg-url) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.BETSLIP .Calculator_wrapper {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.BETSLIP .Calculator_wrapper.Calculator_numeric-section {
  align-content: flex-end;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 25px;
  color: var(--color-666text);
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.BETSLIP .maxBet + .tickContainer.selected {
  display: block;
}

.BETSLIP .maxBet + .tickContainer {
  display: none;
}

.BETSLIP .r320 .maxBetBox .overlayContainer {
  display: none;
}
.BETSLIP .r320 .maxBetBox .overlayContainer.selected {
  display: block;
  position: relative;
  top: 27px;
  z-index: 99;
}

.BETSLIP .r320 .maxBetBox .overlay {
  position: absolute;
  width: 100%;
}

.BETSLIP .r568 .maxBetBox .overlayContainer {
  display: none;
}
.BETSLIP .r568 .maxBetBox .overlayContainer.selected {
  display: block;
  position: relative;
  top: 27px;
  z-index: 99;
}

.BETSLIP .r568 .maxBetBox .overlay {
  position: absolute;
  width: 100%;
}

.BETSLIP .moreContainer .tick {
  left: 0px;
  top: 0px;
  position: absolute;
}

.BETSLIP .moreContainer .moreInfo .overlay {
  width: 190px;
  position: absolute;
  top: -45px;
  left: 0px;
  z-index: 20;
}

.BETSLIP .moreContainer .moreInfo,
.BETSLIP .moreContainer .tickContainer {
  display: none;
}

.BETSLIP .moreContainer .moreInfo.selected,
.BETSLIP .moreContainer .tickContainer.selected {
  display: block;
}

.BETSLIP .moreContainer .overlay {
  left: 0;
}

.BETSLIP .moreContainer .tickContainer {
  width: 12px;
  height: 6px;
  overflow: hidden;
  left: 2px;
  top: -8px;
  position: absolute;
}
.BETSLIP .moreContainer .tickContainer .tick {
  left: 0px;
  top: 0px;
  position: absolute;
}

.BETSLIP .dropDownContainer {
  position: absolute;
  width: 210px;
  left: -52px;
  top: 20px;
  z-index: 1000;
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  height: auto;
  overflow: inherit;
  visibility: visible;
  text-align: left;
}
.BETSLIP .dropDownContainer .tick {
  position: absolute;
  top: -10px;
  left: 95px;
}
.BETSLIP .dropDownContainer ul,
.BETSLIP .dropDownContainer dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.BETSLIP .dropDownContainer li,
.BETSLIP .dropDownContainer dt,
.BETSLIP .dropDownContainer dd {
  margin: 0;
  padding: 0 10px;
  line-height: 40px;
}
.BETSLIP .dropDownContainer dd {
  line-height: 1.2em;
  font-weight: normal;
  padding: 10px;
}
.BETSLIP .dropDownContainer .quickMenuTitle {
  font-weight: normal;
  padding: 0 10px;
}
.BETSLIP .dropDownContainer .viewAll {
  font-weight: normal;
  text-align: center;
}
.BETSLIP .dropDownContainer dl.matches.collapsed dd {
  display: none;
}
.BETSLIP .dropDownContainer dl.matches dt .amount {
  display: inline-block;
  float: right;
}
.BETSLIP .dropDownContainer dl.matches dd {
  line-height: 19px;
}
.BETSLIP .dropDownContainer dl.matches dd .cpIcon .icon-MyCompetitions {
  top: 2px;
}
.BETSLIP .dropDownContainer .icon-MyCompetitions {
  margin-top: 5px;
}

.round-moreBet-s {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.small-txt {
  font-size: 11px;
  -webkit-transform: scale(0.9);
}

.half-size {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.big-txt {
  font-size: 15px;
}

.sidebar-row ul.sub-menu.myevents li.has-menu,
.sidebar-row ul.sub-menu.sports ul li.has-menu,
.sidebar-row ul.sub-menu li,
#lt-left .sidebar-menu .sidebar-row ul.myevents li.has-menu,
#lt-left .sidebar-menu .sidebar-row ul.sports ul li.has-menu,
#lt-left .sidebar-menu .sidebar-row ul li,
#lt-left .sidebar-menu .sidebar-row p.menu-title,
#lt-left .sidebar-menu .sidebar-row p.menu-title-2 {
  margin: 0;
  padding: 0;
  border: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  clear: both;
}

.sidebar-row ul.sub-menu li .icon,
#lt-left .sidebar-menu .sidebar-row ul li .icon,
#lt-left .sidebar-menu .sidebar-row p.menu-title .icon,
#lt-left .sidebar-menu .sidebar-row p.menu-title-2 .icon {
  float: right;
  line-height: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 15px;
}

.sidebar-row ul.sub-menu.mycomps li.other,
.sidebar-row ul.sub-menu.no-events li.other,
.sidebar-row ul.sub-menu.myevents li.other,
#lt-left .sidebar-menu .sidebar-row ul.mycomps li.other,
#lt-left .sidebar-menu .sidebar-row ul.no-events li.other,
#lt-left .sidebar-menu .sidebar-row ul.myevents li.other,
#lt-left .sidebar-menu.perStart .has-menu-row,
#lt-left .sidebar-menu.startingSoon .has-menu-row,
#lt-left .sidebar-menu.inPlay .has-menu-row {
  font-size: 12px;
  line-height: 15px;
  position: relative;
  height: 38px;
}

.gap {
  height: 7px;
  display: block;
}

.sidebar-menu * {
  text-overflow: ellipsis;
  padding: 0px;
  margin: 0px;
}

.sidebar-row ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-row ul.sub-menu #viewmore {
  padding: 0px 0px 0px 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.sidebar-row ul.sub-menu #viewmore a {
  float: none;
}
.sidebar-row ul.sub-menu.mycomps li a {
  float: left;
  display: inline-block;
}
.sidebar-row ul.sub-menu.mycomps li a .span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}
.sidebar-row ul.sub-menu.mycomps li a p {
  font-size: 13px;
}
.sidebar-row ul.sub-menu.mycomps li .icon {
  float: right;
  font-size: 15px;
  height: 40px;
  margin-right: 0px;
  margin-top: -10px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  -webkit-transform: scale(1);
}
.sidebar-row ul.sub-menu.mycomps li .icon.icon-Xbutton,
.sidebar-row ul.sub-menu.mycomps li .icon.icon-SortIcon {
  display: none;
  float: right;
  font-size: 15px;
  height: 40px;
  margin-right: 0px;
  margin-top: -10px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  -webkit-transform: scale(1);
}
.sidebar-row ul.sub-menu.mycomps li .tick-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #bebebe transparent;
  display: none;
  position: absolute;
  top: 12px;
  right: 30px;
}
.sidebar-row ul.sub-menu.mycomps li .tick-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bebebe transparent transparent transparent;
  display: none;
  position: absolute;
  bottom: 12px;
  right: 30px;
}
.sidebar-row ul.sub-menu.mycomps li#viewmore {
  padding: 0px 0px 0px 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.sidebar-row ul.sub-menu.mycomps li#viewmore a {
  float: none;
}
.sidebar-row ul.sub-menu.mycomps li:hover .icon.icon-Xbutton,
.sidebar-row ul.sub-menu.mycomps li:hover .tick-up,
.sidebar-row ul.sub-menu.mycomps li:hover .tick-down {
  display: block;
}
.sidebar-row ul.sub-menu.mycomps li.other {
  padding: 2px 10px 0px 9px;
}
.sidebar-row ul.sub-menu.mycomps li.other .iconbox {
  display: inline-block;
  width: 25px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.sidebar-row ul.sub-menu.mycomps li.other .merge-icon-a {
  position: absolute;
  font-size: 10px;
  top: -2px;
  left: -2px;
  -webkit-transform: scale(0.75);
}
.sidebar-row ul.sub-menu.mycomps li.other .merge-icon-b {
  position: absolute;
  font-size: 6px;
  top: -3px;
  left: 8px;
  -webkit-transform: scale(0.5);
}
.sidebar-row ul.sub-menu.no-events li {
  height: 34px;
}
.sidebar-row ul.sub-menu.no-events li.other {
  padding: 6px 10px 0px 9px;
}
.sidebar-row ul.sub-menu.EventSelected li {
  height: auto;
  padding: 4px 10px 4px 9px;
}
.sidebar-row ul.sub-menu.EventSelected li#viewmore {
  padding: 0px 0px 0px 0px;
  height: 40px;
  line-height: 40px;
}
.sidebar-row ul.sub-menu.myevents li {
  height: auto;
}
.sidebar-row ul.sub-menu.myevents li#viewmore {
  padding: 0px 0px 0px 9px;
  height: 40px;
  line-height: 40px;
}
.sidebar-row ul.sub-menu.myevents li.other {
  padding: 2px 10px 0px 9px;
}
.sidebar-row ul.sub-menu.myevents li.other .iconbox {
  display: inline-block;
  width: 25px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.sidebar-row ul.sub-menu.myevents li.other .icon {
  position: absolute;
  font-size: 12px;
  top: -12px;
  left: 8px;
}
.sidebar-row ul.sub-menu.sports ul li {
  height: auto;
}
.sidebar-row ul.sub-menu.sports ul li#viewmore {
  padding: 0px 0px 0px 9px;
  height: 40px;
  line-height: 40px;
}
.sidebar-row ul.sub-menu.sports .has-menu-t {
  display: none;
}
.sidebar-row ul.sub-menu.sports .has-menu-t .icon-removeIcon {
  right: -10px;
  top: 10px;
  display: none;
  text-decoration: none;
  color: #b4b4b4;
}
.sidebar-row ul.sub-menu li .badge {
  position: relative;
  line-height: 40px;
  text-shadow: none;
  font-size: 12px;
  float: right;
  margin-right: 10px;
}
.sidebar-row ul.sub-menu li .icon.float-left {
  float: left;
  margin-left: 9px;
  margin-right: 0px;
}
.sidebar-row ul.sub-menu li .icon-All:before {
  content: 'ALL';
  font-weight: bolder;
  font-size: 12px;
  margin-right: -8px;
  position: relative;
  right: 2px;
  font-family: Arial;
  color: #b4b4b4;
}
.sidebar-row ul.sub-menu li a {
  font-size: 13px;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  padding: 0px 10px 0px 9px;
}
.sidebar-row ul.sub-menu li a.has-menu-title {
  height: 40px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
.sidebar-row ul.sub-menu li .link {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 9px;
}
.sidebar-row ul.sub-menu li.nav-btn {
  display: none;
}
.sidebar-row ul.sub-menu li:hover {
  cursor: pointer;
}
.sidebar-row ul.sub-menu li ul {
  float: left;
  width: 100%;
}
.sidebar-row ul.sub-menu li ul li {
  clear: both;
}

#lt-left .sidebar-menu {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
#lt-left .sidebar-menu .sidebar-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lt-left .sidebar-menu .sidebar-row ul #viewmore {
  padding: 0px 0px 0px 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#lt-left .sidebar-menu .sidebar-row ul #viewmore a {
  float: none;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li a {
  float: left;
  display: inline-block;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li a .span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li a p {
  font-size: 13px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li .icon {
  float: right;
  font-size: 15px;
  height: 40px;
  margin-right: 0px;
  margin-top: -10px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li .icon.icon-Xbutton,
#lt-left .sidebar-menu .sidebar-row ul.mycomps li .icon.icon-SortIcon {
  display: none;
  float: right;
  font-size: 15px;
  height: 40px;
  margin-right: 0px;
  margin-top: -10px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li .tick-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #bebebe transparent;
  display: none;
  position: absolute;
  top: 12px;
  right: 30px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li .tick-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bebebe transparent transparent transparent;
  display: none;
  position: absolute;
  bottom: 12px;
  right: 30px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li#viewmore {
  padding: 0px 0px 0px 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li#viewmore a {
  float: none;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li:hover .icon.icon-Xbutton,
#lt-left .sidebar-menu .sidebar-row ul.mycomps li:hover .tick-up,
#lt-left .sidebar-menu .sidebar-row ul.mycomps li:hover .tick-down {
  display: block;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li.other {
  padding: 2px 10px 0px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li.other .iconbox {
  display: inline-block;
  width: 25px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li.other .merge-icon-a {
  position: absolute;
  font-size: 10px;
  top: -2px;
  left: -2px;
  -webkit-transform: scale(0.75);
}
#lt-left .sidebar-menu .sidebar-row ul.mycomps li.other .merge-icon-b {
  position: absolute;
  font-size: 6px;
  top: -3px;
  left: 8px;
  -webkit-transform: scale(0.5);
}
#lt-left .sidebar-menu .sidebar-row ul.no-events li {
  height: 34px;
}
#lt-left .sidebar-menu .sidebar-row ul.no-events li.other {
  padding: 6px 10px 0px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul.EventSelected li {
  height: auto;
  padding: 4px 10px 4px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul.EventSelected li#viewmore {
  padding: 0px 0px 0px 0px;
  height: 40px;
  line-height: 40px;
}
#lt-left .sidebar-menu .sidebar-row ul.myevents li {
  height: auto;
}
#lt-left .sidebar-menu .sidebar-row ul.myevents li#viewmore {
  padding: 0px 0px 0px 9px;
  height: 40px;
  line-height: 40px;
}
#lt-left .sidebar-menu .sidebar-row ul.myevents li.other {
  padding: 2px 10px 0px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul.myevents li.other .iconbox {
  display: inline-block;
  width: 25px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
#lt-left .sidebar-menu .sidebar-row ul.myevents li.other .icon {
  position: absolute;
  font-size: 12px;
  top: -12px;
  left: 8px;
}
#lt-left .sidebar-menu .sidebar-row ul.sports ul li {
  height: auto;
}
#lt-left .sidebar-menu .sidebar-row ul.sports ul li#viewmore {
  padding: 0px 0px 0px 9px;
  height: 40px;
  line-height: 40px;
}
#lt-left .sidebar-menu .sidebar-row ul.sports .has-menu-t {
  display: none;
}
#lt-left .sidebar-menu .sidebar-row ul.sports .has-menu-t .icon-removeIcon {
  right: -10px;
  top: 10px;
  display: none;
  text-decoration: none;
  color: #b4b4b4;
}
#lt-left .sidebar-menu .sidebar-row ul li .badge {
  position: relative;
  line-height: 40px;
  text-shadow: none;
  font-size: 12px;
  float: right;
  margin-right: 10px;
}
#lt-left .sidebar-menu .sidebar-row ul li .icon.float-left {
  float: left;
  margin-left: 9px;
  margin-right: 0px;
}
#lt-left .sidebar-menu .sidebar-row ul li .icon-All:before {
  content: 'ALL';
  font-weight: bolder;
  font-size: 12px;
  margin-right: -8px;
  position: relative;
  right: 2px;
  font-family: Arial;
  color: #b4b4b4;
}
#lt-left .sidebar-menu .sidebar-row ul li a {
  font-size: 13px;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  padding: 0px 10px 0px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul li a.has-menu-title {
  height: 40px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
#lt-left .sidebar-menu .sidebar-row ul li .link {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 9px;
}
#lt-left .sidebar-menu .sidebar-row ul li.nav-btn {
  display: none;
}
#lt-left .sidebar-menu .sidebar-row ul li:hover {
  cursor: pointer;
}
#lt-left .sidebar-menu .sidebar-row ul li ul {
  float: left;
  width: 100%;
}
#lt-left .sidebar-menu .sidebar-row ul li ul li {
  clear: both;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title {
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 0px 0px 9px;
  border-bottom: none !important;
  border-top: none !important;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title a {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  padding: 0px 10px 0px 0px;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title .icon.float-left {
  float: left;
  margin-left: 9px;
  margin-right: 0px;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title-2 {
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 0px 0px 9px;
  border-bottom: none !important;
  border-top: none !important;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title-2 a {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 0 none;
  text-decoration: none;
  padding: 0px 10px 0px 0px;
}
#lt-left .sidebar-menu .sidebar-row p.menu-title-2 .icon.float-left {
  float: left;
  margin-left: 9px;
  margin-right: 0px;
}
#lt-left .sidebar-menu.perStart .has-menu-row {
  padding: 4px 10px 0px 9px;
  line-height: 15px;
  height: 36px;
}
#lt-left .sidebar-menu.perStart .has-menu-row span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}
#lt-left .sidebar-menu.perStart .has-menu-row a {
  padding: 0px;
  display: block;
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventRow {
  clear: both;
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventRow .TN1 {
  width: 30px;
  display: block;
  float: left;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventRow .TN2 {
  width: 150px;
  line-height: 13px;
  display: block;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventinfo {
  line-height: 20px;
  clear: both;
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventinfo .text1 {
  width: 20px;
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventinfo .text2 {
  margin-right: 7px;
}
#lt-left .sidebar-menu.perStart .has-menu-row .myeventinfo i {
  float: right;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row {
  padding: 4px 10px 0px 9px;
  line-height: 15px;
  height: 36px;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}
#lt-left .sidebar-menu.startingSoon .has-menu-row a {
  padding: 0px;
  display: block;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventRow {
  clear: both;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventRow .TN1 {
  width: 30px;
  display: block;
  float: left;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventRow .TN2 {
  width: 150px;
  line-height: 13px;
  display: block;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventinfo {
  line-height: 20px;
  clear: both;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventinfo .text1 {
  width: 20px;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventinfo .text2 {
  margin-right: 7px;
}
#lt-left .sidebar-menu.startingSoon .has-menu-row .myeventinfo i {
  float: right;
}
#lt-left .sidebar-menu.inPlay .has-menu-row {
  padding: 4px 10px 0px 9px;
  line-height: 15px;
  height: 36px;
}
#lt-left .sidebar-menu.inPlay .has-menu-row span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}
#lt-left .sidebar-menu.inPlay .has-menu-row a {
  padding: 0px;
  display: block;
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventRow {
  clear: both;
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventRow .TN1 {
  width: 30px;
  display: block;
  float: left;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventRow .TN2 {
  width: 150px;
  line-height: 13px;
  display: block;
  -webkit-transform: scale(1);
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventinfo {
  line-height: 20px;
  clear: both;
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventinfo .text1 {
  width: 20px;
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventinfo .text2 {
  margin-right: 7px;
}
#lt-left .sidebar-menu.inPlay .has-menu-row .myeventinfo i {
  float: right;
}
#lt-left .sidebar-menu .closeicon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  color: #b4b4b4;
  text-decoration: none;
}
#lt-left .sidebar-menu .otherInfo {
  clear: both;
}
#lt-left .sidebar-menu .otherInfo .float-left {
  line-height: 25px;
}
#lt-left .sidebar-menu .otherInfo .float-right {
  line-height: 25px;
  margin-right: -10px;
  margin-top: 5px;
}
#lt-left .sidebar-menu .otherInfo .float-right .icon {
  font-size: 12px;
  -webkit-transform: scale(0.95);
  line-height: normal;
  height: inherit;
}
#lt-left .sidebar-menu .sidebar-row {
  width: 100%;
  display: block;
}
#lt-left .sidebar-menu .menu-row:hover {
  cursor: pointer;
}

#container nav.hasScroll #lt-left .scrollBar {
  width: 19px;
  position: absolute;
  right: -20px;
  top: 0px;
  height: 50px;
}

#container nav.collapsed {
  /*  icon  */
  /*  icon  */
}
#container nav.collapsed #lt-left .sidebar-menu.startingSoon .sub-menu.no-events {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu.inPlay .sub-menu.no-events {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row {
  position: relative;
  /*  p title*/
  /*    p  title */
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row.sidebar-row2 {
  position: inherit;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul {
  /*  mycomps */
  /*  featuredEvents */
  /*  myevents */
  /*  myevents / sports*/
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sub-menu li.nav-btn {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sub-menu li a {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sub-menu.home span.badge {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sub-menu .closeicon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  text-decoration: none;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.mycomps {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.featuredEvents {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li {
  height: 40px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li a {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .badge {
  line-height: 0px;
  margin-right: 14px;
  margin-top: -10px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .icon {
  line-height: 25px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li ul {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents .group,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports .group {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li {
  height: 40px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li i,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li i {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li a,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li a {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .badge,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .badge {
  line-height: 0px;
  margin-right: 14px;
  margin-top: -10px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .icon,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .icon {
  line-height: 25px;
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group {
  display: block;
  width: 210px;
  left: 41px;
  top: 0px;
  position: absolute;
  z-index: 99;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group:before,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group:before {
  content: 'Football';
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 9px;
  font-size: 13px;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group li.has-menu a,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group li.has-menu a {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group li.has-menu .icon-ArrowUp,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group li.has-menu .icon-ArrowUp {
  display: block;
  line-height: 40px;
  margin-right: 9px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group li.has-menu .icon-StarUnselected,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group li.has-menu .icon-StarUnselected {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group li.has-menu .icon-TV2,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group li.has-menu .icon-TV2 {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li.active + ul.group li.has-menu ul li,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li.active + ul.group li.has-menu ul li {
  height: auto;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box {
  position: absolute;
  top: -166px;
  left: 41px;
  z-index: 99;
  width: 210px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box.hasscroll,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box.hasscroll {
  height: 680px;
  width: 228px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box.hasscroll::-webkit-scrollbar,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box.hasscroll::-webkit-scrollbar {
  width: 18px;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box.hasscroll::-webkit-scrollbar-track,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box.hasscroll::-webkit-scrollbar-track {
  background: #373737;
  -webkit-box-shadow: inset 1px 1px 2px #373737;
  border: 1px solid #373737;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box.hasscroll::-webkit-scrollbar-thumb,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box.hasscroll::-webkit-scrollbar-thumb {
  background: #4b4b4b;
  border: 2px solid #373737;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu-t,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu-t {
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 9px;
  font-size: 13px;
  color: #b4b4b4;
  width: 201px;
  border-bottom: 1px solid #373737 !important;
  border-top: 1px solid #555555 !important;
  background: #4b4b4b;
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu-t a,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu-t a {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu-t .icon-removeIcon,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu-t .icon-removeIcon {
  right: -10px;
  top: 10px;
  display: block;
  text-decoration: none;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu {
  display: block;
  width: 210px;
  height: auto;
  left: 0px;
  top: 0px;
  z-index: 99;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu .icon-ArrowUp,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu .icon-ArrowDown,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu .icon-ArrowUp,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu .icon-ArrowDown {
  line-height: 40px;
  vertical-align: middle;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu .has-menu-title,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu .has-menu-title {
  height: 40px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu ul li.has-menu-row,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu ul li.has-menu-row {
  padding: 4px 10px 0px 9px;
  line-height: 15px;
  height: auto;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.myevents li .has-menu-box li.has-menu ul li.has-menu-row a,
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row ul.sports li .has-menu-box li.has-menu ul li.has-menu-row a {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.menu-title a {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.menu-title-2 a {
  display: none;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .mycomps {
  display: block;
  left: 41px;
  top: 0px;
  position: absolute;
  width: 210px;
  z-index: 99;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .mycomps:before {
  content: 'MY COMPETITIONS';
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 9px;
  font-size: 13px;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .mycomps a {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .featuredEvents {
  display: block;
  left: 41px;
  top: 0px;
  position: absolute;
  width: 210px;
  z-index: 99;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .featuredEvents:before {
  content: 'Olympics 2016';
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 9px;
  font-size: 13px;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .featuredEvents a {
  display: block;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .sports {
  display: block;
  left: 41px;
  top: 0px;
  position: absolute;
  width: 210px;
  z-index: 99;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .sports:before {
  content: 'MY COMPETITIONS';
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 9px;
  font-size: 13px;
  color: #b4b4b4;
}
#container nav.collapsed #lt-left .sidebar-menu .sidebar-row p.active + .sports a {
  display: block;
}
#container nav.collapsed .icon-All:before {
  margin-right: -4px;
  right: 0px;
}

/*center*/
body,
html {
  width: 100%;
  position: absolute;
}

#container {
  min-width: 1026px;
  max-width: 1442px;
  width: 100%;
  margin: 0 auto;
}
#container.hasScroll #lt-left {
  width: 196px;
}
#container.collapsed #lt-left {
  width: 40px;
}
#container #lt-right {
  float: right;
  width: 260px;
}
#container #lt-right.enlarge #lt-right {
  width: 421px;
}
#container #lt-right.hasScroll #lt-right {
  width: 246px;
}
#container #lt-right.hasScroll.enlarge #lt-right {
  width: 407px;
}
#container #lt-center {
  margin-left: 212px;
  margin-right: 262px;
  min-width: 792px;
  min-height: 800px;
  position: relative;
}

.standard-view {
  display: none;
}

.standard .standard-view {
  display: block;
}

#widget .res320 .inputBg.bg-c-64.height35 {
  display: none;
}

#widget .res320 .width-100p.pd-t-10.dsp-table .divBtn.bg-c-77.mheight-50.dsp-tbcl.t-va-m.height-40.pd-5 {
  display: none;
}

#widget .res568 .width-190.flt-l {
  display: none;
}

#widget .res568 .pd-t-10.width-190.flt-l {
  display: block;
}

#widget .res568 .width-33p.flt-r {
  display: none;
}

#widget .maincontainer:hover {
  height: auto;
}

#widget .maincontainer .betslip {
  padding: 0px;
}

#widget .mg-center {
  margin: 0px;
}

#widget .simplebutton.fts-16.dsp-iblk.radius.pd-3.pos-relative.bt-cpCount.mg-r-10.cursor-pointer {
  display: none;
}

#widget .width-100p.height-200.vis-vis {
  display: none;
}

#widget .betslip {
  position: inherit;
  overflow-y: auto;
}
#widget .betslip .icon-Help {
  display: none;
}
#widget .betslip .eachway-row .learn-more {
  display: none;
}

/*LiveStreaming*/
#right-wrap {
  /*position: relative;*/
}

#lt-right .tvbox,
#lt-right .live-center,
#lt-right .betbox ul.tabs,
#lt-right .betbox .viewmore {
  padding: 10px 8px;
}

.bold {
  font-weight: bold;
}

#lt-right .betbox .tab_content .betslip-row .inputbox input,
#lt-right .betbox .tab_content .betpanel .inputbox input,
#lt-right .betbox .ConfirmBetContent .betpanel .inputbox input,
#lt-right .betbox .BetreceiptContent .betpanel .inputbox input,
#container aside #lt-right .quickBet button,
#container aside #lt-right .quickBet input,
#container aside.enlarge #lt-right .quickBet button,
#container aside.enlarge #lt-right .quickBet input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
}

#lt-right .betbox .tab_content .betpanel a.placebet-btn,
#lt-right .betbox .ConfirmBetContent .betpanel a.placebet-btn,
#lt-right .betbox .BetreceiptContent .betpanel a.placebet-btn,
#lt-right .MultipleBets .quickBetCheck a.CONFIRM-btn,
#lt-right .MultipleBets .quickBetCheck a.CANCEL-btn,
#lt-right .MultipleBets .quickBetCheck a.OK-btn {
  height: 37px;
  width: 222px;
  line-height: 37px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

aside.hasScroll {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
aside.hasScroll::-webkit-scrollbar {
  width: 18px;
}
aside.hasScroll::-webkit-scrollbar-track {
  background: #373737;
  -webkit-box-shadow: inset 1px 1px 2px #373737;
  border: 1px solid #373737;
}
aside.hasScroll::-webkit-scrollbar-thumb {
  background: #4b4b4b;
  border: 2px solid #373737;
}

#lt-right a {
  text-decoration: none;
}

#lt-right .BTN {
  height: 37px;
  width: 241px;
  line-height: 37px;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bolder;
}
#lt-right .BTN:last-child {
  margin-bottom: 0px;
}

#lt-right .tvbox {
  height: 20px;
  line-height: 20px;
  margin: 0 0 1px 0;
}
#lt-right .tvbox .aside-title {
  font-size: 13px;
  display: inline-block;
}
#lt-right .tvbox .aside-title .icon {
  margin-right: 3px;
}
#lt-right .tvbox .text_a1 {
  font-size: 13px;
  cursor: pointer;
}

#lt-right .live-center {
  line-height: 21px;
  height: 20px;
}
#lt-right .live-center p {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
#lt-right .live-center .toolicon {
  display: flex;
}
#lt-right .live-center .toolicon span {
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 7px;
  margin: 0px 2px;
  display: inline-block;
}
#lt-right .live-center .toolicon span a {
  font-size: 13px;
}

#lt-right .LC-content {
  padding: 5px 8px;
  height: 30px;
  margin: 0 0 1px 0;
  font-size: 13px;
}
#lt-right .LC-content p span.number-txt {
  margin-right: 5px;
}
#lt-right .LC-content .right-txt1 {
  line-height: 30px;
}

#lt-right .HT p.ht-title {
  line-height: 30px;
  height: 30px;
  text-align: center;
}
#lt-right .HT p.ht-title span {
  font-size: 11px;
  -webkit-transform: scale(0.92);
}

#lt-right .HT .ht-tool {
  height: 30px;
  line-height: 30px;
  margin-top: 1px;
}
#lt-right .HT .ht-tool span {
  min-width: 25% !important;
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  text-align: center;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
#lt-right .HT .ht-tool span a {
  height: 30px;
  line-height: 30px;
}

#lt-right .alertbar {
  margin: 5px -10px -10px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 241px;
  line-height: 16px;
}
#lt-right .alertbar span {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 13px;
}
#lt-right .alertbar span.icon-WarningIcon {
  font-size: 20px;
  width: 10%;
  padding-left: 5px;
}
#lt-right .alertbar span.icon-WarningIcon:before {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#lt-right .alertbar span.icon-CheckIcon {
  font-size: 21px;
  margin-right: 5px;
}
#lt-right .alertbar span.icon-CheckIcon:before {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#lt-right .betbox ul.tabs {
  line-height: 15px;
  height: 15px;
}
#lt-right .betbox ul.tabs li {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#lt-right .betbox ul.tabs li a {
  text-decoration: none;
  font-size: 16px;
}
#lt-right .betbox ul.tabs li .cick {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  position: absolute;
  bottom: -10px;
  left: 45%;
}
#lt-right .betbox ul.tabs li .cick.hidden {
  display: none;
}
#lt-right .betbox ul.tabs.submenutab li a {
  font-size: 13px;
}

#lt-right .betbox p.confirmTitle,
#lt-right .betbox p.betreceiptTitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0px;
}

#lt-right .betbox .tab_content {
  font-size: 13px;
  margin-top: 1px;
}
#lt-right .betbox .tab_content .betslip-row {
  position: relative;
  height: auto !important;
  padding: 5px 0px 0px;
  line-height: 22px;
  margin-bottom: 1px;
  font-size: 13px;
}
#lt-right .betbox .tab_content .betslip-row .dropdown {
  position: absolute;
  width: 205px;
  height: 78px;
  z-index: 99;
  padding: 5px 10px;
  font-size: 14px;
  color: #323232;
  font-weight: bolder;
  top: 33px;
  left: 5px;
}
#lt-right .betbox .tab_content .betslip-row .dropdown .cick {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  position: absolute;
  top: -10px;
  left: 5px;
}
#lt-right .betbox .tab_content .betslip-row .dropdown .text1 {
  font-weight: normal;
  line-height: 18px;
  font-size: 13px;
}
#lt-right .betbox .tab_content .betslip-row .dropdown .datetime {
  line-height: 25px;
  font-weight: normal;
  font-size: 12px;
}
#lt-right .betbox .tab_content .betslip-row .cover {
  display: none;
}
#lt-right .betbox .tab_content .betslip-row p {
  margin: 0px 10px;
}
#lt-right .betbox .tab_content .betslip-row .iconbox {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 3px;
  margin-right: 5px;
}
#lt-right .betbox .tab_content .betslip-row .iconbox .icon {
  -webkit-transform: scale(0.9);
  font-size: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
}
#lt-right .betbox .tab_content .betslip-row .iconbox.removebtn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
}
#lt-right .betbox .tab_content .betslip-row .iconbox.removebtn .icon {
  font-size: 15px;
  position: absolute;
  left: 1px;
  top: 2px;
}
#lt-right .betbox .tab_content .betslip-row .icon-removeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
}
#lt-right .betbox .tab_content .betslip-row .staketxt {
  line-height: 16px;
}
#lt-right .betbox .tab_content .betslip-row .staketxt .number {
  font-size: 15px;
}
#lt-right .betbox .tab_content .betslip-row .towintxt {
  line-height: 16px;
}
#lt-right .betbox .tab_content .betslip-row .towintxt .number {
  font-size: 15px;
}
#lt-right .betbox .tab_content .betslip-row.parlay {
  margin-bottom: 0px;
}
#lt-right .betbox .tab_content .betslip-row.pending {
  margin-bottom: 0px;
}
#lt-right .betbox .tab_content .betslip-row .inputbox {
  line-height: 22px;
}
#lt-right .betbox .tab_content .betslip-row .inputbox input {
  width: 97px;
  height: 20px;
  padding: 5px;
  line-height: 30px;
  margin: 5px 10px 10px 10px;
  display: inline-block;
}
#lt-right .betbox .tab_content .betslip-row.selectBetSlip {
  text-align: center;
  height: 95px;
  line-height: 95px;
}
#lt-right .betbox .tab_content .betslip-row.selectBetSlip .text {
  width: 140px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bolder;
  margin-left: 5px;
  vertical-align: middle;
}
#lt-right .betbox .tab_content .betslip-row.selectBetSlip .icongroup {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 17px;
  left: 23px;
}
#lt-right .betbox .tab_content .betslip-row.selectBetSlip .icongroup .icon-AddSelectiontobetSlipIcon {
  font-size: 50px;
  color: #5a5a5a;
}
#lt-right .betbox .tab_content .betslip-row.selectBetSlip .icongroup .icon-AddtoMyCompetitionsright {
  font-size: 20px;
  color: #b4b4b4;
  position: relative;
  top: -11px;
  left: -38px;
}
#lt-right .betbox .tab_content .betpanel {
  padding: 10px 9px;
}
#lt-right .betbox .tab_content .betpanel .inputbox input {
  width: 97px;
  height: 20px;
  padding: 5px;
  line-height: 30px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
}
#lt-right .betbox .tab_content .betpanel .inputbox input:last-child {
  margin-right: 0px;
}
#lt-right .betbox .tab_content .betpanel p.maxbet-title {
  line-height: 33px;
  display: block;
}
#lt-right .betbox .tab_content .betpanel .placebet-check {
  width: 16px;
  height: 16px;
  margin: 10px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-top: -10px;
}
#lt-right .betbox .tab_content .betpanel .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#lt-right .betbox .tab_content .betpanel .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#lt-right .betbox .ConfirmBetContent {
  display: block;
  margin-top: 1px;
  font-size: 13px;
  position: relative;
}
#lt-right .betbox .ConfirmBetContent .cover {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  position: absolute;
}
#lt-right .betbox .ConfirmBetContent .betslip-row {
  position: relative;
  height: auto !important;
  padding: 5px 10px 7px 10px;
  line-height: 22px;
  margin-bottom: 1px;
  font-size: 13px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .iconbox {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 3px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .iconbox .icon {
  -webkit-transform: scale(0.9);
  font-size: 11px;
  position: absolute;
  left: 2px;
  top: 1px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .icon-removeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .staketxt {
  line-height: 16px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .staketxt .number {
  font-size: 15px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .towintxt {
  line-height: 16px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row .towintxt .number {
  font-size: 15px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row.parlay {
  margin-bottom: 0px;
}
#lt-right .betbox .ConfirmBetContent .betslip-row.pending {
  margin-bottom: 0px;
}
#lt-right .betbox .ConfirmBetContent .betpanel {
  padding: 10px 9px;
}
#lt-right .betbox .ConfirmBetContent .betpanel .inputbox input {
  width: 97px;
  height: 20px;
  padding: 5px;
  line-height: 30px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
}
#lt-right .betbox .ConfirmBetContent .betpanel .inputbox input:last-child {
  margin-right: 0px;
}
#lt-right .betbox .ConfirmBetContent .betpanel p.maxbet-title {
  line-height: 33px;
  display: block;
}
#lt-right .betbox .ConfirmBetContent .betpanel .placebet-check {
  width: 16px;
  height: 16px;
  margin: 10px 0px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-top: -10px;
}
#lt-right .betbox .ConfirmBetContent .betpanel .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#lt-right .betbox .ConfirmBetContent .betpanel .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#lt-right .betbox .BetreceiptContent {
  font-size: 13px;
}
#lt-right .betbox .BetreceiptContent .betslip-row {
  position: relative;
  height: auto !important;
  padding: 5px 0px 0px;
  line-height: 22px;
  margin-bottom: 1px;
  font-size: 13px;
}
#lt-right .betbox .BetreceiptContent .betslip-row p {
  margin: 0px 10px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .iconbox {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 3px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .iconbox .icon {
  -webkit-transform: scale(0.9);
  font-size: 11px;
  position: absolute;
  left: 2px;
  top: 1px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .icon-removeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .staketxt {
  line-height: 16px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .staketxt .number {
  font-size: 15px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .towintxt {
  line-height: 16px;
  margin-bottom: 5px;
}
#lt-right .betbox .BetreceiptContent .betslip-row .towintxt .number {
  font-size: 15px;
}
#lt-right .betbox .BetreceiptContent .betslip-row.success {
  margin-bottom: 0px;
}
#lt-right .betbox .BetreceiptContent .betslip-row.error {
  margin-bottom: 0px;
}
#lt-right .betbox .BetreceiptContent .betpanel {
  padding: 10px 9px;
}
#lt-right .betbox .BetreceiptContent .betpanel .inputbox input {
  width: 97px;
  height: 20px;
  padding: 5px;
  line-height: 30px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
}
#lt-right .betbox .BetreceiptContent .betpanel .inputbox input:last-child {
  margin-right: 0px;
}
#lt-right .betbox .BetreceiptContent .betpanel p.maxbet-title {
  line-height: 33px;
  display: block;
}
#lt-right .betbox .BetreceiptContent .betpanel .placebet-check {
  width: 16px;
  height: 16px;
  margin: 10px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#lt-right .betbox .BetreceiptContent .betpanel .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#lt-right .betbox .BetreceiptContent .betpanel .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#lt-right .betbox .viewmore {
  text-align: center;
  height: 20px;
  line-height: 20px;
  background-color: #5a5a5a;
}

#lt-right .betbox .betslipNoContent {
  padding: 5px 10px;
  text-align: left;
  height: 30px;
  width: 241px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}

#lt-right .inputbox {
  clear: both;
  width: 100%;
  margin-top: -10px;
}
#lt-right .inputbox .placebet-check {
  width: 16px;
  height: 16px;
  margin: 17px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#lt-right .inputbox .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#lt-right .inputbox .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#lt-right .fail-alertbar {
  line-height: 38px;
  height: 38px;
  margin: 5px 0px;
  padding: 0 10px;
  text-align: center;
}
#lt-right .fail-alertbar.hascover {
  z-index: 999;
  position: relative;
}

#lt-right .MultipleBetsTotal-row {
  padding: 0px 10px 5px 9px;
  line-height: 22px;
  margin-bottom: -1px;
  font-size: 13px;
}
#lt-right .MultipleBetsTotal-row.single {
  padding: 10px 10px 0px 9px;
}
#lt-right .MultipleBetsTotal-row .staketxt {
  overflow: hidden;
  padding-top: 10px;
}
#lt-right .MultipleBetsTotal-row .towintxt {
  overflow: hidden;
}

#lt-right .MultipleBets .MultipleTitle {
  padding: 10px;
  height: 20px;
  line-height: 20px;
  border: 0px;
  font-size: 15px;
}

#lt-right .MultipleBets .MultipleBets-row {
  position: relative;
  height: auto !important;
  padding: 5px 0px 0px;
  line-height: 22px;
  font-size: 13px;
}
#lt-right .MultipleBets .MultipleBets-row .alertbar {
  margin: 0px -10px;
}
#lt-right .MultipleBets .MultipleBets-row .cover {
  display: none;
}
#lt-right .MultipleBets .MultipleBets-row p {
  padding: 0px 10px;
}
#lt-right .MultipleBets .MultipleBets-row.success {
  margin-bottom: 0px;
  margin-top: 0px;
}
#lt-right .MultipleBets .MultipleBets-row.success p span .number {
  font-weight: bolder;
  line-height: 15px;
  font-size: 14px;
}
#lt-right .MultipleBets .MultipleBets-row.error {
  margin-bottom: 0px;
  margin-top: 0px;
}
#lt-right .MultipleBets .MultipleBets-row.error p span .number {
  font-weight: bolder;
  line-height: 15px;
  font-size: 14px;
}
#lt-right .MultipleBets .MultipleBets-row .staketxt {
  line-height: 15px;
  margin-bottom: 5px;
}
#lt-right .MultipleBets .MultipleBets-row .towintxt {
  line-height: 15px;
}
#lt-right .MultipleBets .MultipleBets-row input {
  width: 83px;
  height: 20px;
  padding: 5px;
  line-height: 30px;
  margin: 5px 3px 5px 0px;
  display: inline-block;
  border: 0px;
}
#lt-right .MultipleBets .MultipleBets-row input.Stake {
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#lt-right .MultipleBets .quickBetCheck {
  padding: 0px 10px 7px 9px;
  line-height: 22px;
  margin-bottom: 1px;
  font-size: 13px;
}
#lt-right .MultipleBets .quickBetCheck a {
  float: left;
  width: 100%;
}
#lt-right .MultipleBets .quickBetCheck a.CONFIRM-btn {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}
#lt-right .MultipleBets .quickBetCheck a.CANCEL-btn {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}
#lt-right .MultipleBets .quickBetCheck a.OK-btn {
  font-weight: bold;
  font-size: 15px;
}

#lt-right .MultipleBets.edit .MultipleTitle a {
  float: right;
  text-decoration: none;
}
#lt-right .MultipleBets.edit .MultipleTitle a.icon-Help {
  color: #3c3c3c;
  font-size: 20px;
}
#lt-right .MultipleBets.edit .MultipleTitle a.icon-ArrowUp {
  color: #b4b4b4;
  font-size: 15px;
  margin-left: 10px;
}
#lt-right .MultipleBets.edit .MultipleTitle a.icon-ArrowDown {
  color: #b4b4b4;
  font-size: 15px;
  margin-left: 10px;
}

#lt-right .MultipleBets.edit .MultipleBets-row .towintxt {
  line-height: 40px;
}

#lt-right .MultipleBets.edit .MultipleBets-row .cover {
  width: 100%;
  height: 100%;
  margin-left: -10px;
  margin-top: -5px;
  display: block;
  z-index: 99;
  position: absolute;
}

#lt-right .bannerbox {
  margin-top: 1px;
}
#lt-right .bannerbox .ad {
  margin: 0 auto;
  width: 100%;
  height: 153px;
  margin-bottom: 1px;
  text-align: center;
  line-height: 153px;
}

#container aside #lt-right .HT .ht-tool {
  line-height: 40px;
  height: 40px;
}
#container aside #lt-right .HT .ht-tool span {
  line-height: 40px;
  height: 40px;
  padding: 6px 0px;
}

#container aside #lt-right .betslip-row .inputbox input {
  width: 85px;
}
#container aside #lt-right .betslip-row .inputbox input.Stake {
  margin-right: 30px;
  margin-top: 12px;
}
#container aside #lt-right .betslip-row .inputbox input.ToWin {
  margin-top: 12px;
  float: right;
}

#container aside #lt-right .quickBet {
  padding: 10px 5px 5px 10px;
}
#container aside #lt-right .quickBet button {
  width: 31%;
  height: 30px;
  float: left;
  margin: 0 5px 5px 0px;
}
#container aside #lt-right .quickBet input {
  width: 31%;
  height: 30px;
  float: left;
  margin: 0 5px 5px 0px;
  text-align: center;
}
#container aside #lt-right .quickBet a {
  text-decoration: none;
}
#container aside #lt-right .quickBet a.maxBet {
  margin-right: 5px;
}
#container aside #lt-right .quickBet.edit {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#container aside #lt-right .quickBetCheck {
  padding: 0px 9px;
  clear: both;
  overflow: hidden;
}
#container aside #lt-right .quickBetCheck .logIn-sign {
  text-align: center;
  line-height: 25px;
  padding: 5px 0px;
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .ch1 {
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .ch2 {
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check {
  width: 16px;
  height: 16px;
  margin: 10px 0px 5px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#container aside #lt-right .betbox .tab_content .betslip-row.editQuickBet {
  margin-bottom: 0px;
}
#container aside #lt-right .betbox .tab_content .betslip-row.editQuickBet .cover {
  width: 100%;
  height: 100%;
  margin-left: -10px;
  margin-top: -5px;
  display: block;
  z-index: 99;
  position: absolute;
}

#container aside #lt-right .betbox .tab_content .editquickBet .edittitle {
  padding: 10px;
  height: 20px;
  line-height: 20px;
  border: 0px;
  font-weight: bolder;
  font-size: 16px;
}

#container aside #lt-right .betbox .tab_content .editquickBet .betstyle .title {
  padding: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

#container aside #lt-right .betbox .tab_content .titlebar.unsettled .icon-ArrowDown {
  line-height: 40px;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}

#container aside #lt-right .betbox .tab_content .titlebar.unsettled .title {
  font-size: 16px;
  padding: 10px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

#container aside #lt-right .betbox .tab_content .titlebar.unsettled .circles-number {
  float: right;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e18e2d;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
}

#container aside #lt-right .betbox .tab_content .titlebar.settled .icon-ArrowDown {
  line-height: 40px;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}

#container aside #lt-right .betbox .tab_content .titlebar.settled .title {
  font-size: 16px;
  padding: 5px 10px;
  height: 30px;
  line-height: 16px;
  display: inline-block;
}
#container aside #lt-right .betbox .tab_content .titlebar.settled .title .smallfont {
  font-size: 13px;
}

#container aside #lt-right .betbox .tab_content .titlebar.settled .circles-number {
  float: right;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e18e2d;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
}

#container aside #lt-right .quickBetCheck {
  padding: 10px 9px 5px;
  clear: both;
  overflow: hidden;
}
#container aside #lt-right .quickBetCheck:last-of-type {
  padding-bottom: 0px;
}
#container aside #lt-right .quickBetCheck .logIn-sign {
  text-align: center;
  line-height: 25px;
  padding: 5px 0px;
  display: block;
}
#container aside #lt-right .quickBetCheck .removeall {
  text-align: center;
  line-height: 25px;
  padding: 5px 0px;
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .ch1 {
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .ch2 {
  display: block;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check {
  width: 16px;
  height: 16px;
  margin: 10px 0px 5px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check input[type='checkbox'] {
  visibility: hidden;
}
#container aside #lt-right .quickBetCheck .selectItems .placebet-check label {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

#container aside.hasScroll #lt-right .BTN {
  height: 37px;
  width: 222px;
}

#container aside.enlarge #lt-right .alertbar {
  width: 402px;
}

#container aside.enlarge #lt-right .BTN {
  height: 37px;
  width: 241px;
}

#container aside.enlarge #lt-right .bannerbox {
  width: 240px;
  height: auto;
  margin: 1px auto;
}

#container aside.enlarge #lt-right .betslipNoContent {
  width: 402px;
}

#container aside.enlarge #lt-right .betpanel .inputbox {
  float: left;
  display: inline-block;
  height: 40px;
}

#container aside.enlarge #lt-right .betpanel .maxbet-title {
  float: right;
  display: inline-block;
  height: 40px;
}

#container aside.enlarge #lt-right .betpanel .BTN {
  float: left;
  display: inline-block;
}

#container aside.enlarge #lt-right .betpanel .checkGroup {
  float: right;
  display: inline-block;
  margin-top: 10px;
}

#container aside.enlarge #lt-right .quickBet {
  padding: 10px 5px 5px 10px;
}
#container aside.enlarge #lt-right .quickBet button {
  width: 62px;
  height: 30px;
  float: left;
  margin: 0 6px 5px 0px;
}
#container aside.enlarge #lt-right .quickBet button:last-of-type {
  margin: 0 0 5px 0px;
}
#container aside.enlarge #lt-right .quickBet input {
  width: 62px;
  height: 30px;
  float: left;
  margin: 0 6px 5px 0px;
}
#container aside.enlarge #lt-right .quickBet input:last-of-type {
  margin-right: 0px;
}
#container aside.enlarge #lt-right .quickBet a {
  text-decoration: none;
}
#container aside.enlarge #lt-right .quickBet a.maxBet {
  margin-right: 5px;
}

#container aside.enlarge #lt-right .quickBetCheck {
  padding: 10px 9px 10px;
}
#container aside.enlarge #lt-right .quickBetCheck .removeall {
  width: 20%;
  border-bottom: none !important;
  text-align: right;
  float: right;
  display: inline-block;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN {
  float: left;
  display: inline-block;
  width: 70%;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.greenB {
  width: 65%;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.greenB.type_big {
  width: 100%;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.orangeB {
  width: 65%;
  margin: 0px 5px 0px 0px;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.orangeB.type_big {
  width: 48%;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.orangeB.confirm-btn {
  width: 48%;
}
#container aside.enlarge #lt-right .quickBetCheck .BTN.grayB {
  width: 49.2%;
  margin: 0px 0px 0px 5px;
}
#container aside.enlarge #lt-right .quickBetCheck .selectItems {
  border-top: none;
  display: block;
  clear: both;
}
#container aside.enlarge #lt-right .quickBetCheck .selectItems .ch1 {
  width: 49%;
  display: inline-block;
}
#container aside.enlarge #lt-right .quickBetCheck .selectItems .ch2 {
  width: 49%;
  display: inline-block;
}

#container aside.enlarge #lt-right .MultipleBetsTotal-row .inputbox {
  width: 41%;
  float: left;
  margin-top: 6px;
}

#container aside.enlarge #lt-right .MultipleBetsTotal-row a {
  float: left;
  width: 50%;
  margin: 13px 0px 4px;
}
#container aside.enlarge #lt-right .MultipleBetsTotal-row a.orangeB {
  width: 48%;
  margin: 0px 5px 0px 0px;
}
#container aside.enlarge #lt-right .MultipleBetsTotal-row a.grayB {
  width: 49.2%;
  margin: 0px 0px 0px 5px;
}

#container aside.enlarge #lt-right .MultipleBetsTotal-row .checkarea a {
  float: right;
  width: 50%;
  margin: 13px 0px 4px;
}

#container aside.enlarge #lt-right .betslip-row.login .text {
  width: initial;
}

#container aside.enlarge #lt-right .betslip-row .inputbox input {
  width: 85px;
}
#container aside.enlarge #lt-right .betslip-row .inputbox input.Stake {
  margin-right: 5px;
}
#container aside.enlarge #lt-right .betslip-row .inputbox input.ToWin {
  float: none;
}

/*notification*/
.displaytable {
  display: table;
}

.fullscreen.notificationwrapper {
  background: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fullscreen.notificationwrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.fullscreen.notificationwrapper .notification {
  text-transform: none;
  z-index: 4;
  width: 300px;
  height: 420px;
  top: 30px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.fullscreen.notificationwrapper .notification .jspContainer {
  border-radius: 3px;
}
.fullscreen.notificationwrapper .notification .txtContent {
  color: #4a4a4a;
}
.fullscreen.notificationwrapper .notification .txtContent h3 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 10px;
}
.fullscreen.notificationwrapper .notification .txtContent ul {
  margin-top: 10px;
  padding-left: 19px;
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMC41ODNweCIgaGVpZ2h0PSI5Ljk1OHB4IiB2aWV3Qm94PSIwIDAgMTAuNTgzIDkuOTU4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMC41ODMgOS45NTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiM0NUI0OTAiIHBvaW50cz0iNy41NjEsNS4wNDYgNy41NjEsOC40ODggMS40NCw4LjQ4OCAxLjQ0LDEuODI3IDYuODYzLDEuODI3IDguMzAzLDAuMzg4IDAsMC4zODggMCw5LjkyOCA5LDkuOTI4IDksMy42MDYgIi8+PGc+PHBvbHlnb24gZmlsbD0iIzQ1QjQ5MCIgcG9pbnRzPSI5LjY0MSwwIDQuMzczLDUuMjY3IDIuODU1LDMuNzUgMS44NDgsNC43NTggMy4zNjUsNi4yNzUgMy4zNjMsNi4yNzcgNC4zNzEsNy4yODUgMTAuNjQ4LDEuMDA3ICIvPjwvZz48L2c+PC9zdmc+);
}
.fullscreen.notificationwrapper .notification .txtContent ul li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.fullscreen.notificationwrapper .notification .txtContent p {
  margin: 10px 0;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
}
.fullscreen.notificationwrapper .notification .dotcontainer {
  position: absolute;
  top: 184px;
  width: 100%;
  text-align: center;
}
.fullscreen.notificationwrapper .notification .dotcontainer .bx-pager-item {
  vertical-align: middle;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  box-sizing: content-box;
  margin: 0 5px;
  display: inline-block;
}
.fullscreen.notificationwrapper .notification .dotcontainer .bx-pager-item.active {
  background: #ffffff;
  border: none;
  cursor: default;
}
.fullscreen.notificationwrapper .notification .dotcontainer .bx-pager-item.active:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.fullscreen.notificationwrapper .notification .dotcontainer .bx-pager-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}
.fullscreen.notificationwrapper .notification .pagecontainer {
  height: 420px;
  overflow-y: auto;
  position: relative;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.fullscreen.notificationwrapper .notification .notificationscrollable {
  min-height: 380px;
  min-width: 300px;
  background: white;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.fullscreen.notificationwrapper .notification .txtContent {
  padding: 20px 24px 75px 24px;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.fullscreen.notificationwrapper .notification .txtContent .buttons {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  text-align: center;
}
.fullscreen.notificationwrapper .notification .txtContent .buttons input {
  cursor: pointer;
  border: none;
  background: white;
  outline: none;
  border: 2px solid black;
  line-height: 40px;
  padding: 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
}
.fullscreen.notificationwrapper .notification .notificationicon {
  background-size: 131px;
}
.fullscreen.notificationwrapper .notification.green {
  background-color: #45b591;
}
.fullscreen.notificationwrapper .notification.green .txtContent .highlight {
  color: #45b591;
  font-weight: bold;
}
.fullscreen.notificationwrapper .notification.green .notificationicon {
  background-position: 0 -526px;
}
.fullscreen.notificationwrapper .notification.green .header {
  background-color: #45b591;
}
.fullscreen.notificationwrapper .notification.green h1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.fullscreen.notificationwrapper .notification.green .txtContent .buttons input {
  border: 2px solid #45b591;
  color: #45b591;
}
.fullscreen.notificationwrapper .notification.green .txtContent .buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.fullscreen.notificationwrapper .notification.orange {
  background-color: #ee8b2e;
}
.fullscreen.notificationwrapper .notification.orange .txtContent .highlight {
  color: #ee8b2e;
  font-weight: bold;
}
.fullscreen.notificationwrapper .notification.orange .header {
  background-color: #ee8b2e;
}
.fullscreen.notificationwrapper .notification.orange .notificationicon {
  background-position: 0 -131px;
}
.fullscreen.notificationwrapper .notification.orange h1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.fullscreen.notificationwrapper .notification.orange .txtContent .buttons input {
  border: 2px solid #ee8b2e;
  color: #ee8b2e;
}
.fullscreen.notificationwrapper .notification.orange .txtContent .buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.fullscreen.notificationwrapper .notification.red {
  background-color: #ee6346;
}
.fullscreen.notificationwrapper .notification.red .txtContent .highlight {
  color: #ee6346;
  font-weight: bold;
}
.fullscreen.notificationwrapper .notification.red .header {
  background-color: #ee6346;
}
.fullscreen.notificationwrapper .notification.red .notificationicon {
  background-position: 0 0;
}
.fullscreen.notificationwrapper .notification.red h1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.fullscreen.notificationwrapper .notification.red .txtContent .buttons input {
  border: 2px solid #ee6346;
  color: #ee6346;
}
.fullscreen.notificationwrapper .notification.red .txtContent .buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.fullscreen.notificationwrapper .notification.blue {
  background-color: #496ee3;
}
.fullscreen.notificationwrapper .notification.blue .txtContent .highlight {
  color: #496ee3;
  font-weight: bold;
}
.fullscreen.notificationwrapper .notification.blue .notificationicon {
  background-position: 0 -263px;
}
.fullscreen.notificationwrapper .notification.blue .header {
  background-color: #496ee3;
}
.fullscreen.notificationwrapper .notification.blue h1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.fullscreen.notificationwrapper .notification.blue .txtContent .buttons input {
  border: 2px solid #496ee3;
  color: #496ee3;
}
.fullscreen.notificationwrapper .notification.blue .txtContent .buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.fullscreen.notificationwrapper .notification.t_green {
  background-color: #02a9aa;
}
.fullscreen.notificationwrapper .notification.t_green .txtContent .highlight {
  color: #02a9aa;
  font-weight: bold;
}
.fullscreen.notificationwrapper .notification.t_green .header {
  background-color: #02a9aa;
}
.fullscreen.notificationwrapper .notification.t_green .notificationicon {
  background-position: 0 -395px;
}
.fullscreen.notificationwrapper .notification.t_green h1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.fullscreen.notificationwrapper .notification.t_green .txtContent .buttons input {
  border: 2px solid #02a9aa;
  color: #02a9aa;
}
.fullscreen.notificationwrapper .notification.t_green .txtContent .buttons input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.fullscreen.notificationwrapper .notification h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 0;
  margin: 0;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  padding: 10px;
}
.fullscreen.notificationwrapper .notification .next,
.fullscreen.notificationwrapper .notification .previous {
  width: 24px;
  height: 168px;
  position: absolute;
  cursor: default;
  z-index: 10;
}
.fullscreen.notificationwrapper .notification .next.disabled div,
.fullscreen.notificationwrapper .notification .previous.disabled div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
  cursor: default;
}
.fullscreen.notificationwrapper .notification .next div,
.fullscreen.notificationwrapper .notification .previous div {
  width: 7.4px;
  height: 12px;
  margin: auto;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 76px;
}
.fullscreen.notificationwrapper .notification .next div:hover,
.fullscreen.notificationwrapper .notification .previous div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}
.fullscreen.notificationwrapper .notification .previous {
  left: 16px;
}
.fullscreen.notificationwrapper .notification .previous div {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3LjRweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI4MS41IDQ4LjUgNy40IDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDgxLjUgNDguNSA3LjQgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT48L3RpdGxlPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMTYiIHkxPSIwIiB4Mj0iMTYiIHkyPSIyNTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIzMiIgeTE9IjAiIHgyPSIzMiIgeTI9IjI1NiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjQ4IiB5MT0iMCIgeDI9IjQ4IiB5Mj0iMjU2Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iNjQiIHkxPSIwIiB4Mj0iNjQiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSI4MCIgeTE9IjAiIHgyPSI4MCIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9Ijk2IiB5MT0iMCIgeDI9Ijk2IiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMTEyIiB5MT0iMCIgeDI9IjExMiIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjEyOCIgeTE9IjAiIHgyPSIxMjgiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIxNDQiIHkxPSIwIiB4Mj0iMTQ0IiB5Mj0iMjU2Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMTYwIiB5MT0iMCIgeDI9IjE2MCIgeTI9IjI1NiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjE3NiIgeTE9IjAiIHgyPSIxNzYiIHkyPSIyNTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIxOTIiIHkxPSIwIiB4Mj0iMTkyIiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMjA4IiB5MT0iMCIgeDI9IjIwOCIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjIyNCIgeTE9IjAiIHgyPSIyMjQiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIyNDAiIHkxPSIwIiB4Mj0iMjQwIiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjE2IiB4Mj0iMjU2IiB5Mj0iMTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIwIiB5MT0iMzIiIHgyPSIyNTYiIHkyPSIzMiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjAiIHkxPSI0OCIgeDI9IjI1NiIgeTI9IjQ4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMCIgeTE9IjY0IiB4Mj0iMjU2IiB5Mj0iNjQiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iODAiIHgyPSIyNTYiIHkyPSI4MCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSI5NiIgeDI9IjI1NiIgeTI9Ijk2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjExMiIgeDI9IjI1NiIgeTI9IjExMiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSIxMjgiIHgyPSIyNTYiIHkyPSIxMjgiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iMTQ0IiB4Mj0iMjU2IiB5Mj0iMTQ0Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMCIgeTE9IjE2MCIgeDI9IjI1NiIgeTI9IjE2MCIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjAiIHkxPSIxNzYiIHgyPSIyNTYiIHkyPSIxNzYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIwIiB5MT0iMTkyIiB4Mj0iMjU2IiB5Mj0iMTkyIi8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjIwOCIgeDI9IjI1NiIgeTI9IjIwOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSIyMjQiIHgyPSIyNTYiIHkyPSIyMjQiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iMjQwIiB4Mj0iMjU2IiB5Mj0iMjQwIi8+PC9nPjxwYXRoIG9wYWNpdHk9IjAuNTQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik04NC42MDIsNTQuNDk2bDQuMDUxLTQuMDM0YzAuMTYxLTAuMTYxLDAuMjQ2LTAuMzY0LDAuMjQ2LTAuNTg3YzAtMC4yMTgtMC4wODUtMC40MTktMC4yNDctMC41ODNsLTAuNTUxLTAuNTQ5Yy0wLjMxMy0wLjMyMS0wLjg0Ny0wLjMyNS0xLjE2OS0wLjAwM2wtNS4xOCw1LjE2N2MtMC4xNjUsMC4xNTgtMC4yNTIsMC4zNjItMC4yNTIsMC41ODljMCwwLjIyNiwwLjA4NiwwLjQyOSwwLjI0NSwwLjU4NGw1LjE5MSw1LjE3N2MwLjE2MiwwLjE1OCwwLjM2MiwwLjI0MiwwLjU3OSwwLjI0MmMwLjIxNywwLDAuNDE3LTAuMDgzLDAuNTg1LTAuMjQ3bDAuNTUtMC41NTNjMC4xNjQtMC4xNiwwLjI1LTAuMzYyLDAuMjUtMC41ODNjMC0wLjIxNi0wLjA4NC0wLjQxNi0wLjI0Ny0wLjU4Mkw4NC42MDIsNTQuNDk2eiIvPjwvc3ZnPg==);
}
.fullscreen.notificationwrapper .notification .next {
  right: 16px;
}
.fullscreen.notificationwrapper .notification .next div {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3LjRweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI4MS41IDQ4LjUgNy40IDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDgxLjUgNDguNSA3LjQgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT48L3RpdGxlPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMTYiIHkxPSIwIiB4Mj0iMTYiIHkyPSIyNTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIzMiIgeTE9IjAiIHgyPSIzMiIgeTI9IjI1NiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjQ4IiB5MT0iMCIgeDI9IjQ4IiB5Mj0iMjU2Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iNjQiIHkxPSIwIiB4Mj0iNjQiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSI4MCIgeTE9IjAiIHgyPSI4MCIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9Ijk2IiB5MT0iMCIgeDI9Ijk2IiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMTEyIiB5MT0iMCIgeDI9IjExMiIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjEyOCIgeTE9IjAiIHgyPSIxMjgiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIxNDQiIHkxPSIwIiB4Mj0iMTQ0IiB5Mj0iMjU2Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMTYwIiB5MT0iMCIgeDI9IjE2MCIgeTI9IjI1NiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjE3NiIgeTE9IjAiIHgyPSIxNzYiIHkyPSIyNTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIxOTIiIHkxPSIwIiB4Mj0iMTkyIiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMjA4IiB5MT0iMCIgeDI9IjIwOCIgeTI9IjI1NiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjIyNCIgeTE9IjAiIHgyPSIyMjQiIHkyPSIyNTYiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIyNDAiIHkxPSIwIiB4Mj0iMjQwIiB5Mj0iMjU2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjE2IiB4Mj0iMjU2IiB5Mj0iMTYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIwIiB5MT0iMzIiIHgyPSIyNTYiIHkyPSIzMiIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjAiIHkxPSI0OCIgeDI9IjI1NiIgeTI9IjQ4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMCIgeTE9IjY0IiB4Mj0iMjU2IiB5Mj0iNjQiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iODAiIHgyPSIyNTYiIHkyPSI4MCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSI5NiIgeDI9IjI1NiIgeTI9Ijk2Ii8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjExMiIgeDI9IjI1NiIgeTI9IjExMiIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSIxMjgiIHgyPSIyNTYiIHkyPSIxMjgiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iMTQ0IiB4Mj0iMjU2IiB5Mj0iMTQ0Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiB4MT0iMCIgeTE9IjE2MCIgeDI9IjI1NiIgeTI9IjE2MCIvPjxsaW5lIG9wYWNpdHk9IjAuMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNDQ5RkRCIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgeDE9IjAiIHkxPSIxNzYiIHgyPSIyNTYiIHkyPSIxNzYiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIHgxPSIwIiB5MT0iMTkyIiB4Mj0iMjU2IiB5Mj0iMTkyIi8+PGxpbmUgb3BhY2l0eT0iMC4zIiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDlGREIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiB4MT0iMCIgeTE9IjIwOCIgeDI9IjI1NiIgeTI9IjIwOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgeDE9IjAiIHkxPSIyMjQiIHgyPSIyNTYiIHkyPSIyMjQiLz48bGluZSBvcGFjaXR5PSIwLjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ0OUZEQiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHgxPSIwIiB5MT0iMjQwIiB4Mj0iMjU2IiB5Mj0iMjQwIi8+PC9nPjxwYXRoIG9wYWNpdHk9IjAuNTQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik04NS43OTYsNTQuNDk2bC00LjA1MS00LjAzNEM4MS41ODUsNTAuMyw4MS41LDUwLjA5OCw4MS41LDQ5Ljg3NWMwLTAuMjE4LDAuMDg1LTAuNDE5LDAuMjQ3LTAuNTgzbDAuNTUxLTAuNTQ5YzAuMzEzLTAuMzIxLDAuODQ3LTAuMzI1LDEuMTY5LTAuMDAzbDUuMTgsNS4xNjdjMC4xNjUsMC4xNTgsMC4yNTIsMC4zNjIsMC4yNTIsMC41ODljMCwwLjIyNi0wLjA4NiwwLjQyOS0wLjI0NSwwLjU4NGwtNS4xOTEsNS4xNzdjLTAuMTYyLDAuMTU4LTAuMzYyLDAuMjQyLTAuNTc5LDAuMjQyYy0wLjIxNywwLTAuNDE3LTAuMDgzLTAuNTg1LTAuMjQ3bC0wLjU1LTAuNTUzYy0wLjE2NC0wLjE2LTAuMjUtMC4zNjItMC4yNS0wLjU4M2MwLTAuMjE2LDAuMDg0LTAuNDE2LDAuMjQ3LTAuNTgyTDg1Ljc5Niw1NC40OTZ6Ii8+PC9zdmc+);
}
.fullscreen.notificationwrapper .notification .header .headercontent {
  height: 168px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 420px;
  position: relative;
}
.fullscreen.notificationwrapper .notification .header .headercontent .iconbg {
  width: 131px;
  height: 131px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: -8px;
  text-align: center;
  line-height: 131px;
}
.fullscreen.notificationwrapper .notification .header .headercontent .iconbg .notificationicon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.fullscreen.notificationwrapper .notification.low.green .notificationicon {
  background-position: 0 -245px;
}
.fullscreen.notificationwrapper .notification.low.t_green .notificationicon {
  background-position: 0 -183px;
}
.fullscreen.notificationwrapper .notification.low.blue .notificationicon {
  background-position: 0 -122px;
}
.fullscreen.notificationwrapper .notification.low.red .notificationicon {
  background-position: 0 0;
}
.fullscreen.notificationwrapper .notification.low.orange .notificationicon {
  background-position: 0 -61px;
}
.fullscreen.notificationwrapper .notification.low .arrowset {
  height: 96px;
}
.fullscreen.notificationwrapper .notification.low .next,
.fullscreen.notificationwrapper .notification.low .previous {
  top: 40px;
  height: 96px;
}
.fullscreen.notificationwrapper .notification.low .next div,
.fullscreen.notificationwrapper .notification.low .previous div {
  margin-top: 40px;
}
.fullscreen.notificationwrapper .notification.low .dotcontainer {
  top: 113px;
}
.fullscreen.notificationwrapper .notification.low .header .headercontent {
  height: 96px;
}
.fullscreen.notificationwrapper .notification.low .header .headercontent .iconbg {
  width: 61px;
  height: 61px;
  line-height: 61px;
}
.fullscreen.notificationwrapper .notification.low .header .headercontent .iconbg .notificationicon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 61px;
}
.fullscreen.notificationwrapper .notification.low .txtContent p {
  text-align: left;
}

@media (min-width: 568px) and (max-width: 767px) {
  .fullscreen.notificationwrapper .notification {
    top: 0;
    height: 320px;
  }
  .fullscreen.notificationwrapper .notification .pagecontainer {
    height: 320px;
    overflow-y: auto;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
}

.ko-kr .fullscreen.notificationwrapper .notification h1,
.zh-cn .fullscreen.notificationwrapper .notification h1,
.ja-jp .fullscreen.notificationwrapper .notification h1 {
  font-size: 15px;
}

.km-kh .fullscreen.notificationwrapper .notification h1 {
  font-size: 14px;
}

/* .MeneDisable {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDUgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNSA1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U0RTRFNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNiIgeTE9Ii0xIiB4Mj0iLTEiIHkyPSI2Ii8+DQo8L3N2Zz4NCg==");
  } */

.goalScorers .FirstGoalscorers .t-a-c.width-90:nth-of-type(1) .width-80,
.goalScorers .LastGoalscorers .t-a-c.width-90:nth-of-type(1) .width-80,
.goalScorers .AnytimeGoalscorers .t-a-c.width-90:nth-of-type(1) .width-80,
.goalScorers .FirstGoalscorers .t-a-c.width-90:nth-of-type(3),
.goalScorers .LastGoalscorers .t-a-c.width-90:nth-of-type(3),
.goalScorers .AnytimeGoalscorers .t-a-c.width-90:nth-of-type(3) {
  display: none;
}

.goalScorers .FirstGoalscorers .t-a-c.width-90:nth-of-type(2),
.goalScorers .LastGoalscorers .t-a-c.width-90:nth-of-type(2),
.goalScorers .AnytimeGoalscorers .t-a-c.width-90:nth-of-type(2) {
  display: inline-flex;
  width: 83px;
  justify-content: center;
}

.goalScorers .FirstGoalscorers .t-a-c.width-90:nth-of-type(2) .width-80,
.goalScorers .LastGoalscorers .t-a-c.width-90:nth-of-type(2) .width-80,
.goalScorers .AnytimeGoalscorers .t-a-c.width-90:nth-of-type(2) .width-80 {
  width: 83px;
  text-align: center;
}

.divContent {
  margin: 0px 27px;
}

.PositiveOddsClass {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0 3px 0;
  text-align: center;
  color: var(--color-oddstext);;
}

.team-table td,
.team-table th {
  font-size: 12px;
}

.tables-container {
  padding: 0 2px;
}

.team-table th:nth-of-type(1),
.team-table td:nth-of-type(1),
.others-nogoals-table th:nth-of-type(1),
.others-nogoals-table td:nth-of-type(1) {
  text-align: left !important;
  padding: 12px 6px;
}

.tables-container table.team-table {
  border: none !important;
}

.header-row {
  font-size: 12px;
}

.others-nogoals-table {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-table;
}

.header-row h3 {
  font-size: 15px !important;
  width: 50%;
  padding-left: 5px;
  font-weight: bold !important;
  color: var(--color-oddstext);;
}

.team-table th {
  background-color: var(--color-primary-theme) !important;
}

.others-nogoals-table th {
  background-color: var(--color-primary-theme) !important;
}

.team-table th,
.team-table td,
.others-nogoals-table th,
.others-nogoals-table td {
  border: none !important;
  color: var(--color-oddstext);;
  width: 100%;
  display: table-cell;
}

.others-nogoals-table th:nth-of-type(1),
.others-nogoals-table td:nth-of-type(1) {
  text-align: left !important;
}

table.team-table .odds-only,
table.others-nogoals-table .odds-only {
  border: 1px solid #c9c6cd;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  padding: 6px;
}

table.team-table .odds-only:hover,
table.others-nogoals-table .odds-only:hover {
  color: #ffffff;
  background-color: #003075;
  border-color: #003075;
}

body.bzon .maincontainer > .greyoutbg {
  display: block;
  opacity: 0.75;
  z-index: 8;
  position: absolute;
  height: 1000vh;
}

.betslip_background {
  opacity: 0.75;
  background-color: #3a3a3a;
}
