﻿@charset "UTF-8";
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(font2.css);
@import url(font.css?ver=202003031800);

//@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background-image: linear-gradient(#89cc03,#a1ff8d);
}
#loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/icon/loading.gif') 
              50% 50% no-repeat ;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ver {
  ver: "0 0.1-0.39386";
}

*,
::before,
::after {
  box-sizing: border-box;
  border: 0 solid;
  border-color: inherit;
}

pre {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  white-space: pre-wrap;
}

p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 1.5;
}

a {
  color: #e8e8e8;
  text-decoration: none;
}

button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

html {
  font-size: 16px;
}

body {
  font-size: 0.875rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  background-color: #000000;
  overflow-x: hidden;
}

html, body {
    min-height: 100%;
}
[data-layout=mobile] body {
}

body::before {
  content: "mobile";
  visibility: hidden;
  position: absolute;
}

@media (min-width: 769px) {
  body::before {
    content: "desktop";
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  [data-layout=desktop] .main {
    padding: 0;
  }
}

[data-layout=mobile] .app {
  min-width: 320px;
}

[data-layout=desktop] [role=mobile-click] {
  pointer-events: none;
}

[data-layout=desktop] [role=mobile-only] {
  display: none;
}

[data-layout=mobile] [role=desktop-only] {
  display: none;
}

.icon + .text,
.text + .icon,
[class*=iconcolor] + .text,
.text +
[class*=iconcolor] {
  margin-left: .25rem;
}

.icon {
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
  align-self: center;
  font-size: 1.5rem;
  line-height: 1;
}
.icon_telegram {
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
  align-self: center;
  width: 1.3rem;
  line-height: 1;
}

.icon--lg {
  font-size: 2rem;
}

.icon-caret::before {
  transition: ease 0.2s;
}

.dropdown[data-open="true"] > .btn .icon-caret::before,
.page-nav__item[data-open="true"] > .page-nav__btn .icon-caret::before,
.panel--payment[data-open="true"] > .panel__header .icon-caret::before,
.message[data-open="true"] > .message__item .icon-caret::before,
.side-nav__item[data-open="true"] > .side-nav__btn .icon-caret::before {
  transform: rotate(-180deg);
}

.dropdown--up > .btn .icon-caret::before {
  transform: rotate(-180deg);
}

.dropdown--up[data-open="true"] > .btn .icon-caret::before {
  transform: rotate(0deg);
}

.agreetermTip-module {
  margin: 1rem auto;
  text-align: center;
  margin-bottom: 2rem;
  color: red !important;
  font-weight: bold;
}

.agreeterm-module {
  margin: 1rem auto;
  text-align: center;
  margin-bottom: 2rem;
}

input#agreeterm {
  margin-right: 0.5rem;
}

input#agreeterm + label .text {
  line-height: 1.5rem;
}

[class*=flag-square] {
  flex: 0 0 auto;
  display: inline-flex;
  align-self: center;
}

[class*=flag-square]::before {
  content: "";
  flex: 0 0 auto;
  display: inline-flex;
  width: 72px;
  height: 72px;
  background-image: url("../images/UI/flag-square.png?v=20221020002");
  transform-origin: 0 0;
}

.flag-square-BRA::before {
  background-position: 33.333333333333336% 0;
}

.flag-square-cn::before,.flag-square-CHN::before, .flag-square-cs::before,
.flag-square-zhcn::before {
  background-position: 33.333333333333336% 66.66666666666667%;
}
.flag-square-tw::before {
  background-position: 100% 100%;
}
.flag-square-kh::before {
  background-position: 66.66666666666667% 100%;
}
.flag-square-lo::before {
  background-position: 66.66666666666667% 100%;
}

.flag-square-GBR::before, .flag-square-en::before {
  background-position: 0 33.333333333333336%;
}

.flag-square-GRC::before {
  background-position: 33.333333333333336% 33.333333333333336%;
}

.flag-square-IDN::before, .flag-square-id::before {
  background-position: 66.66666666666667% 0;
}

.flag-square-IND::before {
  background-position: 66.66666666666667% 33.333333333333336%;
}

.flag-square-JPN::before, .flag-square-jp::before {
  background-position: 0 66.66666666666667%;
}

.flag-square-KOR::before, .flag-square-ko::before {
  background-position: 0 0;
}

.flag-square-MYS::before, .flag-square-ch::before {
  background-position: 66.66666666666667% 66.66666666666667%;
}

.flag-square-my::before, .flag-square-ch::before {
  background-position: 66.66666666666667% 66.66666666666667%;
}

.flag-square-POL::before {
  background-position: 100% 0;
}

.flag-square-ROU::before {
  background-position: 100% 33.333333333333336%;
}

.flag-square-RUS::before {
  background-position: 100% 66.66666666666667%;
}

.flag-square-THA::before, .flag-square-th::before {
  background-position: 0 100%;
}

.flag-square-VIE::before, .flag-square-vn::before {
  background-position: 33.333333333333336% 100%;
}

.flag-square-World::before {
  background-position: 66.66666666666667% 100%;
}

[class*=flag-square] {
  width: 24px;
  height: 24px;
}

[class*=flag-square]::before {
  transform: scale(0.33333);
}

.side-nav__account .dropdown > .btn [class*=flag-square] {
  width: 30px;
  height: 30px;
}

.side-nav__account .dropdown > .btn [class*=flag-square]::before {
  transform: scale(0.41667);
}

[class*=flag-square]::before {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.54);
}

[class*=flag-square] + .text {
  margin-left: .5rem;
}

.preloader {
  display: flex;
  padding: 1rem;
  height: 100%;
  justify-content: center;
  border-color: #5574a7;
}

.preloader__spiner {
  display: inline-flex;
  position: relative;
  width: 36px;
  height: 36px;
  align-self: center;
  font-size: 0;
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.preloader__circles {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: inherit;
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

.preloader__circle-1, .preloader__circle-2 {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.preloader__circle-1::before, .preloader__circle-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
}

.preloader__circle-1::before {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader__circle-2::before {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

.btn .preloader {
  padding: 0;
  border-color: currentColor;
}

.btn .preloader__spiner {
  width: 1.125rem;
  height: 1.125rem;
}

.btn .preloader__circle-1::before, .btn .preloader__circle-2::before {
  border-width: 1px;
}

.app-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: opacity ease .2s;
  visibility: hidden;
  opacity: 0;
}

.app-loading[data-open="true"] {
  visibility: visible;
  opacity: 1;
}

.app-loading .preloader {
  border-color: white;
}

.tooltipa {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: .25rem;
  color: black;
  background-color:  white;

}
.tooltipa label {
  display: block;
  align-self: stretch;
  padding: .125rem 0;
}

.tooltip {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: .25rem;
  color: white;
  background-color: #8b8b8b;
  visibility: hidden;
  opacity: 0;
}

.tooltip::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - (0.75rem / 2));
  height: 0.75rem;
  width: 0.75rem;
  background-color: inherit;
  box-shadow: inherit;
  transform: rotate(45deg);
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: inherit;
  border-radius: inherit;
}

.tooltip[data-open="true"] {
  visibility: visible;
  opacity: 1;
}

.tooltip > * {
  position: relative;
  z-index: 1;
}

.tooltip > .icon {
  align-self: stretch;
}

.tooltip .text {
  display: block;
  align-self: stretch;
  padding: .125rem 0;
}

.tooltip > .btn + .text {
  margin-left: .5rem;
}

.tooltip-primary, .form-content[data-status="info"] .tooltip {
  background-color: #5574a7;
}

.tooltip-secondary {
  background-color: #F77A00;
}

.tooltip--top, [class*="tooltip--top"] {
  bottom: 100%;
  margin-bottom: 0;
}

.tooltip--top::before, [class*="tooltip--top"]::before {
  top: 100%;
  margin-top: -0.375rem;
}

.tooltip--top[data-open="true"], [data-open="true"][class*="tooltip--top"] {
  margin-bottom: .25rem;
}

.tooltip--bottom, [class*="tooltip--bottom"] {
  top: 100%;
  margin-top: 0;
}

.tooltip--bottom::before, [class*="tooltip--bottom"]::before {
  bottom: 100%;
  margin-bottom: -0.375rem;
}

.tooltip--bottom[data-open="true"], [data-open="true"][class*="tooltip--bottom"] {
  margin-top: .25rem;
}

.tooltip--top, [class*="tooltip--top"], .tooltip--bottom, [class*="tooltip--bottom"] {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip--top-left, .tooltip--bottom-left {
  left: 0;
  transform: translateX(0);
}

.tooltip--top-left::before, .tooltip--bottom-left::before {
  left: 0.75rem;
}

.tooltip--top-right, .tooltip--bottom-right {
  left: auto;
  right: 0;
  transform: translateX(0);
}

.tooltip--top-right::before, .tooltip--bottom-right::before {
  left: auto;
  right: 0.75rem;
}

.btn {
  padding: .125rem .75rem;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e8e8e8;
  background-color: transparent;
  border-width: 1px;
  border-color: transparent;
  border-radius: 6px;
}

@media screen and (min-width: 0\0) {
  a.btn::after {
    content: "";
    flex: 0;
    display: block;
    min-height: inherit;
    font-size: 0;
    margin-top: calc(-.125rem - 1px);
    margin-bottom: calc(-.125rem - 1px);
  }
}

button.btn .btn__inner {
  display: flex;
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  min-height: inherit;
  width: 100%;
  margin-top: calc(-.125rem - 1px);
  margin-bottom: calc(-.125rem - 1px);
}

@media screen and (min-width: 0\0) {
  button.btn .btn__inner::after {
    content: "";
    flex: 0;
    display: block;
    min-height: inherit;
    font-size: 0;
  }
}

button.btn .btn__inner > .text {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.btn[class*="text-"][data-disabled=true] {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn[data-refresh=false] .preloader {
  display: none;
}

.btn[data-refresh=true] .icon-refresh {
  display: none;
}

.btn.has-tooltip {
  position: relative;
}

.btn.has-tooltip .tooltip {
  white-space: nowrap;
  transition: ease .2s;
}

.btn-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .75rem;
  min-height: 36px;
}

.btn--sm {
  min-height: 24px;
  padding: 0 .5rem;
}

.btn--sm .icon {
  font-size: 1rem;
}

.btn-icon {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  justify-content: center;
}

.btn-icon--sm {
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
}

.btn-icon--sm .icon {
  font-size: 1.25rem;
}

.btn-ghost {
  border-color: currentColor;
}

.btn-primary {
  color: white;
  background-color: #5574a7;
  border-color: #5574a7;
}

.btn-primary:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #6f89b4;
}

.btn-primarys {
  color: #45669f;
  background-color: #F6FAFC;
  border-color: #DBEAFC;
  box-shadow: 0px 3px #DBEAFC;
  position: relative;
  font-size: 12px;
  display: inline-block;
}

.btn-primarys:hover {
  transform: scale(1.05);
}

.btn-primarys.ac {
  background-color: #DBEAFC;
  box-shadow: 0px 0 #999;
  border-color: #B5C9DC;
  top: 3px;
}

.btn-primarys.ac:hover {
  transform: scale(1);
}

.btn-secondary {
  color: white;
  //background-color: #F77A00;
  background-color: #0a1933;
  border-color: #FFFFFF;
}

.btn-secondary:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #f88e26;
}

.btn-highlight {
  color: white;
  background-color: #1a424a;
  border-color: #FFFFFF;
}

.btn-highlight:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #f43355;
}

.btn-default {
  color: white;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

.btn-default:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #9e9e9e;
}

.btn-base {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: white;
}

.btn-base:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #e7e7e7;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-group .btn {
  min-width: 120px;
}

.btn + .btn, .btn + .dropdown {
  margin-left: .5rem;
}

[class*="form"] + .btn-group, .table + .btn-group {
  margin-top: 1rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination__pages {
  margin: 0 .5rem;
  color: rgba(0, 0, 0, 0.54);
}

.pagination .btn + .btn {
  margin: 0;
}

.table + .pagination,
.message-list + .pagination {
  margin-top: 1rem;
}

.checkbox,
.radio {
  padding: .125rem .75rem;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkbox input,
.radio input {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  appearance: none;
}

.checkbox input:checked ~ .icon::before,
.radio input:checked ~ .icon::before {
  color: currentColor;
}

.checkbox .text + .icon,
.radio .text + .icon {
  margin-left: .25rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  min-width: 0;
  vertical-align: middle;
  color: inherit;
  background-color: inherit;
  border-radius: 6px;
}

.dropdown > .btn {
  padding-right: .375rem;
  width: inherit;
}

.dropdown > .btn > .text {
  width: auto;
}

.dropdown > .btn .text {
  margin-right: .375rem;
  min-width: 0;
}

.dropdown > .btn .icon-caret {
  margin-left: auto;
  margin-right: .375rem;
}

.dropdown > .btn.shape-circle {
  padding: 0;
}

.dropdown__container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 100%;
  margin: .25rem 0;
  color: #fff;
  background-color: #1a424a;
  border-radius: inherit;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
  transition: ease 0.2s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.dropdown[data-open="true"] .dropdown__container {
  visibility: visible;
  opacity: 1;
}

.dropdown__list {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  max-height: 50vh;
  overflow-y: auto;
  border-radius: inherit;
  -webkit-overflow-scrolling: touch;
}
   .footer, .footer .dropdown__list a {
    color: #ffffff;
    }

.dropdown__group {
  display: flex;
  flex-direction: column;
}

.dropdown__group + [class*=__group] {
  border-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
}

.dropdown__item {
  padding: .125rem .75rem;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  user-select: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: inherit;
}

.dropdown__item > .text {
  white-space: nowrap;
}

.dropdown__item:first-of-type {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.dropdown__item:last-of-type {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.dropdown__item:hover {
  background-color: #f88a23;
}

.dropdown .dropdown__item[data-selected=true] {
  color: #5574a7;
  background-color: #DBEAFC;
}

.dropdown-primary .dropdown__item[data-selected=true] {
  color: #5574a7;
  background-color: #DBEAFC;
}

.dropdown-primary .dropdown__item[data-selected=true] {
  color: #5574a7;
  background-color: #DBEAFC;
}

.dropdown .text-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: .25rem 0;
}

[data-layout=desktop] .dropdown .text-group .text {
  margin-right: .375rem;
}

[data-layout=mobile] .dropdown .text-group {
  flex-direction: column;
}

.dropdown--up .dropdown__container {
  position: absolute;
  top: inherit;
  bottom: 100%;
}

.dropdown--up-right .dropdown__container {
  position: absolute;
  top: inherit;
  bottom: 100%;
  left: auto;
  right: 0;
}

.dropdown--right .dropdown__container {
  position: absolute;
  top: 100%;
  bottom: inherit;
  left: auto;
  right: 0;
}

.dropdown-default {
  background-color: #2b3952;
}

.dropdown-default > .btn {
  border-color: #bdbdbd;
}

.dropdown-primary {
  color: white;
  background-color: #5574a7;
}

.dropdown-primary:hover, .dropdown-primary[data-open=true] {
  background-color: #6f89b4;
}

.dropdown-secondary {
  color: white;
  background-color: #F77A00;
}

.dropdown-secondary:hover, .dropdown-secondary[data-open=true] {
  background-color: #f88e26;
}

.dropdown-highlight {
  color: white;
  background-color: #F1002A;
}

.dropdown-highlight:hover, .dropdown-highlight[data-open=true] {
  background-color: #f43355;
}

.dropdown + .icon, .dropdown + .text, .dropdown + .btn, .dropdown + .badge, .dropdown + .dropdown {
  margin-left: .5rem;
}

.textfield {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 .375rem;
  z-index: 0;
}

[data-layout=mobile] .textfield + .textfield {
  margin-top: .5rem;
}

[data-layout=desktop] .textfield + .textfield {
  margin-left: .5rem;
}

.textfield .btn + .btn {
  margin-left: .25rem;
}

.textfield__input {
  flex: 1;
  width: 100%;
  min-height: 30px;
  padding: .375rem;
  color: #ffffff;
  border: none;
  background: none;
  outline: none;
  resize: none;
}
[data-layout=mobile] .textfield__input {
  color: #000000;
}

.textfield__input::-webkit-input-placeholder {
  color: currentColor;
  opacity: .54;
}

.textfield__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #20505a;
  border-width: 1px;
  border-color: #bdbdbd;
  border-radius: 6px;
  z-index: -1;
}

[data-layout=mobile] .wt .textfield__input {
  text-align: center;
}

.heading {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  padding: .25rem 0;
  min-height: calc(36px + .5rem);
}

.heading > .text {
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
}

.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(to right, #20505a, rgba(247, 122, 0, 0));
}

.form-group {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

[data-layout=desktop] .form-group {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.form-group:only-of-type {
  min-height: auto;
}

.form-title {
  display: flex;
  flex-wrap: wrap;
  min-height: 36px;
  align-items: center;
}

.form-title > * {
  display: inline-block;
}

.form-title > .text + .text {
  margin-left: .25rem;
}

[data-layout=mobile] .form-title {
  min-height: 28px;
}

[data-layout=desktop] .form .form-title {
  width: 30%;
}

.form-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

[data-layout=desktop] .form-content {
  flex: 1 0 auto;
}

[data-layout=desktop] .form-content .textfield {
  flex: 1;
}

.form-content .tooltip,
.form-content .dropdown {
  width: 100%;
}

.form-content .tooltip::before {
  right: 1.125rem;
}

.form-content .textfield + .btn {
  margin-top: .5rem;
  margin-left: auto;
}

[data-layout=desktop] .form-content .textfield + .btn {
  margin-top: 0;
  margin-left: .5rem;
}

[data-layout=desktop] .form .form-content {
  width: 70%;
}

.btn-form-status {
  border-radius: 100%;
}

.dropdown > .btn > .btn-form-status {
  margin-top: -3px;
  margin-bottom: -3px;
}

.form-content[data-status="info"] .btn-form-status {
  color: #5574a7;
}

.form-content[data-status="info"] .btn-form-status:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  color: #6f89b4;
}

.form-content[data-status="error"] .btn-form-status {
  color: #8b8b8b;
  cursor: default;
}

.form-content[data-status="error"] .textfield__bg, .form-content[data-status="error"] .dropdown {
  background-color: #fedbda;
  border-color: #F1002A;
  color: #F1002A;
}

.form-content[data-status="error"] .textfield__bg > .btn, .form-content[data-status="error"] .dropdown > .btn {
  border-color: #F1002A;
}

.form-content[data-status="error"] .textfield__input {
  color: #F1002A;
}

.form-content[data-status="valid"] .btn-form-status {
  cursor: default;
}

.form-content[data-status="readonly"] .btn-form-status {
  cursor: default;
}

.form-content[data-status="readonly"] .btn-form-status .icon {
  transform: scale(0.875);
}

.form-content[data-status="disabled"] .btn-form-status {
  display: none;
}

.form-content[data-status="disabled"] .textfield__input {
  opacity: .54;
}

.form-content[data-status="disabled"] .textfield__bg {
  background-color: #e7e7e7;
}

.form-content--mobile .dropdown {
  width: 100px;
  height: 36px;
}

.form-content--mobile .textfield {
  flex: 1;
  margin-left: .5rem;
  width: auto;
}

.form-content--birthday .dropdown {
  display: flex;
  flex: 1;
  height: 36px;
}

.form-content--birthday .textfield {
  flex: 1;
  margin-left: .5rem;
  width: auto;
}

.form-content--text > .text {
  padding: .5rem 0;
  font-size: 1rem;
}

.form-content--date .textfield {
  padding-left: .75rem;
}

.form-content--date .icon-calendar {
  margin-left: auto;
}

[data-layout=desktop] .form-content--date {
  flex-wrap: nowrap;
}

[data-layout=desktop] .form-content--date .icon-calendar {
  display: none;
}

.form-content__tips {
  padding: .25rem 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
}

.form + p,
p + .form {
  margin-top: 1rem;
}

.form .tooltip {
  position: static;
  display: none;
}

.form .tooltip[data-open=true] {
  display: block;
  margin-bottom: -.25rem;
}

@media (min-width: 769px) {
  .form--list.profileUpdate .form-group {
    min-height: 80px;
  }
  .form--list .form-group {
    width: 50%;
    float: left;
  }
  .form--list .form-group .form-title {
    width: 25%;
  }
  .form--list .form-group:nth-child(even) {
    padding-left: 40px;
  }
  .form--list .form-group:nth-child(even) .form-title {
    width: 21%;
  }
  .form--list .btn-group {
    clear: both;
    justify-content: flex-end;
    float: right;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.form-row {
  display: flex;
}

[data-layout=mobile] .form-row {
  flex-direction: column;
}

[data-layout=mobile] .form-row .form-group + .form-group {
  margin-top: .5rem;
}

[data-layout=desktop] .form-row .form-group + .form-group {
  margin-top: 0;
  margin-left: .5rem;
}

.form-row--bg {
  padding: 1rem;
  background-color: #0a1933;
  border-radius: 16px;
}

input:focus + .textfield__bg {
  background-color: #5574a7;
  border-color: #F77A00;
}

div.form--list .form-group {
  padding: 0;
}

div.form--list .form-group .form-title {
  font-weight: bold;
}

.iframe-page {
  flex: 1 0 auto;
  margin: -1rem;
}

.iframe-page iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.panel {
  border-radius: 16px;
}

.panel__header {
  line-height: 1.5;
}

.panel__header .icon-caret {
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
}

.panel__header > [class^="text"] {
  margin-right: .25rem;
}

@media (max-width: 321px) {
  .panel__header > [class^="text"] {
    width: 100%;
  }
}

.panel + .panel {
  margin-top: .75rem;
}

.panel-primary {
  background-color: #323e52;
}

.panel-primary > .panel__header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem .75rem;
  padding-right: 2rem;
  min-height: 44px;
  background-color: #0a1933;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.panel-primary > .panel__body {
  padding: 1rem;
}

.panel--payment > .panel__header {
  cursor: pointer;
  border-radius: inherit;
}

.panel--payment > .panel__body {
  display: none;
  padding: .5rem;
}

.panel--payment[data-open="true"] > .panel__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel--payment[data-open="true"] > .panel__body {
  display: block;
}

.panel-default {
  position: relative;
  padding: .75rem .5rem;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
}

.panel-default > .icon {
  position: absolute;
  top: .25rem;
  right: -.625rem;
  font-size: 4rem;
  opacity: .12;
}

.panel__list {
  display: flex;
  flex-flow: row wrap;
}

.panel__item {
  flex: 0 1 50%;
  padding: .625rem .625rem;
  border-radius: 6px;
}

.panel__item:hover {
  background-color: #f3f3f3;
}

.panel-group {
  margin-top: -5rem;
  border-radius: 16px;
}

.panel-group .heading {
  margin: 0 .25rem;
  margin-bottom: .5rem;
}

.panel-group .panel-default {
  padding-bottom: 1.5rem;
  min-height: 144px;
}

.panel-group .panel-default + .panel-default {
  margin-top: 1.5rem;
}

[data-layout=desktop] .panel-group {
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
}

[data-layout=desktop] .panel-group .panel-default {
  flex: 1;
  margin: 0;
  min-height: 288px;
  box-shadow: none;
}

[data-layout=desktop] .panel-group .panel-default:first-child:not(:only-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[data-layout=desktop] .panel-group .panel-default + :not(:last-child) {
  border-radius: 0;
}

[data-layout=desktop] .panel-group .panel-default:last-child:not(:only-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[data-layout=desktop] .panel-group .panel-default + .panel-default {
  border-left-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
}

[data-layout=desktop] .panel-group .panel-default > .icon {
  top: 65%;
  right: -.875rem;
  font-size: 6rem;
}

[data-layout=desktop] .panel-group .panel__item {
  flex: 0 0 auto;
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.modal[data-open="true"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__dialog {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 500px;
  max-width: calc(100vw - 2.5rem);
  max-height: calc(100vh - 23vh);
  background-color: #0a1933;
  border-radius: 16px;
}

.modal__header {
  display: flex;
  align-items: center;
  padding: .75rem .75rem .75rem 1.5rem;
  color: white;
  background-color: #5574a7;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.modal__header > .text {
  margin-right: auto;
  font-size: 1.125rem;
}

.modal__body {
  padding: 1rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__body span.popup-span {
  background: #dbeafc;
  border-radius: 5px;
  padding: 0.1rem 0.8rem;
  color: #26416e;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

.modal__footer {
  padding: 1.5rem;
  padding-top: .5rem;
}

.modal__footer .btn-group .btn {
  flex: 1;
  min-width: auto;
}

[data-layout=desktop] .modal__footer .btn-group .btn {
  flex: 0 0 auto;
  min-width: 120px;
}

[data-layout=desktop] .modal .form-title {
  min-height: 28px;
}

[data-layout=desktop] .modal .form-title,
[data-layout=desktop] .modal .form-content {
  width: 100%;
}

[data-layout=desktop] .modal .textfield {
  flex: 0 0 auto;
}

[data-layout=desktop] .modal .textfield + .btn {
  margin-top: .5rem;
  margin-left: auto;
}

.table {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  border-right-width: 1px;
}

.thead {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
}

.thead .tr {
  flex-direction: row;
  position: relative;
}

.thead .tr::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background-color: inherit;
}

.thead .td, .thead [class^="td-"] {
  border-color: transparent;
}

.tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
}

.tfoot {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
}

.tfoot .tr {
  flex-direction: row;
}

.tfoot .td + .td, .tfoot [class^="td-"] + [class^="td-"] {
  border-left-color: transparent;
}

.tr {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: #2b3952;
  flex-wrap: wrap;
  border-bottom-width: 1px;
}

.tr > .tr {
  border-bottom-width: 0;
}

.td, [class^="td-"] {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  justify-content: center;
  word-break: break-word;
  border-left-width: 1px;
}

.td, [class^="td-"] {
  flex: 0 0 auto;
}

.td {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.row-sub {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  display: none;
  flex-wrap: wrap;
  border-top-width: 1px;
  border-left-width: 1px;
  overflow: hidden;
}

.row-sub.is-open {
  display: block;
}

.row-sub [class^="table"] {
  border-right-width: 0;
  width: calc(100% + 1px);
  transform: translateX(-1px);
}

.row-sub > .row-sub {
  border-width: 0;
}

.table .row-title {
  flex: 0 0 auto;
  position: relative;
}

.table .row-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background-color: inherit;
}

.table .row-title .td,
.table .row-title [class^="td-"]:first-of-type {
  border-color: transparent;
}

.colspan {
  flex: 1 0 auto;
  padding: 0;
}

.table .cell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
}

.table .cell + .cell {
  border-top-width: 1px;
}

.table .cell .td,
.table .cell [class^="td-"]:first-of-type {
  border-left-width: 0;
}

.rowspan {
  position: relative;
}

.rowspan [class*="text"] {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  padding: .5rem;
  align-items: center;
  background-color: inherit;
}

.table {
  color: #f77a00;
  background-color: #1b1d38;
  border-color: #bdbdbd;
}

.table > .thead {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
}

.table > .tbody.row-title,
.table > .tbody > .tr.row-title {
  background-color: #cfcfcf;
}

.table > .tbody > .tr {
  background-color: #fafafa;
}

.table > .tbody.row-even,
.table > .tbody > .tr.row-even {
  background-color: #f3f3f3;
}

.table > .tbody.row-highlight,
.table > .tbody > .tr.row-highlight {
  background-color: red;
}

.table > .tfoot.row-total,
.table > .tfoot > .tr.row-total {
  background-color: #fde4cc;
}

.table-primary {
  background-color: #2b3952;
  border-color: #cfcfcf;
}

.table-primary > .thead {
  color: white;
  background-color: #0a1933;
}

.table-primary > .tbody.row-title,
.table-primary > .tbody > .tr.row-title {
  background-color: #cfcfcf;
}

.table-primary > .tbody > .tr {
  background-color: #2b3952;
}

.table-primary > .tbody.row-even,
.table-primary > .tbody > .tr.row-even {
  background-color: #f3f3f3;
}

.table-primary > .tfoot.row-total,
.table-primary > .tfoot > .tr.row-total {
  background-color: #fde4cc;
}

.table-rwd {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.table-rwd .caption {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: .5rem .75rem;
  min-height: 44px;
  line-height: 1.5;
  background-color: #0a1933;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.table-rwd .caption > .text {
  flex: 1;
}

.table-rwd .caption > .btn {
  flex: 0 0 auto;
  margin-top: -.25rem;
  margin-bottom: -.25rem;
}

.table-rwd .caption > .btn-icon:last-of-type {
  margin-right: -.25rem;
}

.table-rwd [class^=td] {
  min-height: 36px;
  max-width: 100%;
}

.table-rwd [class^=td]:only-of-type {
  flex: 1;
}

.panel + .table-rwd {
  margin-top: 1.75rem;
}

form + .table-rwd {
  margin-top: 1.75rem;
}

.form + .table-rwd {
  margin-top: 1.75rem;
}

.btn-group + .table-rwd {
  margin-top: 1.75rem;
}

.table-rwd .tfoot {
  background-color: #F6FAFC;
}

.table-rwd .tfoot .td-right {
  text-align: right;
  align-items: flex-end;
}

[data-layout=desktop] .table-rwd [class^=td].td-type {
  flex: 3.6;
  align-items: flex-start;
}

[data-layout=desktop] .table-rwd [class^=td].td-type .text {
  display: flex;
  justify-content: center;
  line-height: 24px;
}

[data-layout=desktop] .table-rwd [class^=td].td-type .text span {
  background: #DBEAFC;
  color: #5574a7;
  border-radius: 3px;
  padding: 0 0.3rem;
}

[data-layout=desktop] .table-rwd [class^=td].td-type .text .icon {
  border-radius: 3px;
  margin: 0 0.3rem;
}

[data-layout=mobile] .table-rwd [class^=td].td-type {
  width: 100%;
  padding: .5rem 1rem;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

[data-layout=mobile] .table-rwd [class^=td].td-type .text {
  display: flex;
  justify-content: center;
  line-height: 24px;
}

[data-layout=mobile] .table-rwd [class^=td].td-type .text span {
  background: #DBEAFC;
  color: #5574a7;
  border-radius: 3px;
  padding: 0 0.3rem;
}

[data-layout=mobile] .table-rwd [class^=td].td-type .text .icon {
  border-radius: 3px;
  margin: 0 0.3rem;
}

[data-layout=desktop] .table-rwd [data-open] .icon-caret {
  display: none;
}

[data-layout=desktop] .table-rwd .tr {
  flex-wrap: nowrap;
}

[data-layout=desktop] .table-rwd [class^=td] {
  flex: 1;
  width: auto;
  word-wrap: break-word;
  word-break: break-word;
}

[data-layout=desktop] .table-rwd [class^=td] > [class^=text] {
  max-width: 100%;
  text-align: inherit;
}

[data-layout=desktop] .table-rwd .td-date {
  flex: 1;
  align-items: flex-start;
}

[data-layout=desktop] .table-rwd .td-time {
  flex: 1;
  align-items: flex-start;
}

[data-layout=desktop] .table-rwd .td-id {
  align-items: flex-start;
}

[data-layout=desktop] .table-rwd .td-method {
  align-items: flex-start;
}

[data-layout=desktop] .table-rwd .td-amount {
  align-items: flex-end;
  text-align: right;
}

[data-layout=desktop] .table-rwd .td-status {
  align-items: flex-end;
  text-align: right;
}

[data-layout=desktop] .table-rwd .btn-group {
  width: 100%;
  margin-top: .125rem;
  margin-right: -.25rem;
  justify-content: flex-end;
}

[data-layout=desktop] .table-rwd .btn-group .btn {
  flex: 0 1 100px;
  margin: .125rem;
  padding-left: .125rem;
  padding-right: .125rem;
  min-width: auto;
  min-height: 28px;
}

[data-layout=desktop] .table-rwd .td-bank-img {
  flex: 0 0 auto;
  width: 80px;
}

[data-layout=desktop] .table-rwd .td-bank-name[data-title] .text {
  text-indent: -5rem;
}

[data-layout=desktop] .table-rwd .td-icon {
  flex: 0 0 auto;
  width: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

[data-layout=mobile] .table-rwd {
  border-right-width: 0;
}

[data-layout=mobile] .table-rwd .td-time {
  background: #DBEAFC;
  color: #5574a7;
}

[data-layout=mobile] .table-rwd .td, [data-layout=mobile] .table-rwd [class^=td-] {
  border-left-width: 0;
}

[data-layout=mobile] .table-rwd [data-open] .tr + .tr [class^=td]:first-of-type {
  display: none;
}

[data-layout=mobile] .table-rwd [data-open] .icon-caret {
  margin-right: -.25rem;
}

[data-layout=mobile] .table-rwd [data-open=true] .tr > [role=mobile-click] {
  color: white;
  background-color: #5574a7;
}

[data-layout=mobile] .table-rwd [data-open=true] .icon-caret::before {
  transform: rotate(180deg);
}

[data-layout=mobile] .table-rwd [data-open=false] .tr > [role=mobile-click] {
  color: #5574a7;
  background-color: white;
}

[data-layout=mobile] .table-rwd [data-open=false] .tr:not(:first-of-type) {
  display: none;
}

[data-layout=mobile] .table-rwd [data-open=false] .tr > [class^=td]:not(:first-of-type) {
  display: none;
}

[data-layout=mobile] .table-rwd .tr[role=mobile-flow-column] {
  flex-direction: column;
}

[data-layout=mobile] .table-rwd [class^=td].td-type::before {
  content: 'Action';
  align-self: flex-start;
  padding-right: .5rem;
  opacity: .54;
  margin: 0.8rem 0;
}

[data-layout=mobile] .table-rwd [class^=td][data-title] {
  width: 100%;
  padding: .5rem 1rem;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

[data-layout=mobile] .table-rwd [class^=td][data-title]::before {
  content: attr(data-title);
  align-self: flex-start;
  padding-right: .5rem;
  opacity: .54;
}

[data-layout=mobile] .table-rwd [class^=td][data-title]:not([role=mobile-click]) > [class^=text] {
  flex: 1;
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
}

[data-layout=mobile] .table-rwd [role=mobile-click] {
  cursor: pointer;
}

[data-layout=mobile] .table-rwd [role=mobile-click]::before {
  content: attr(data-title);
  display: none;
}

[data-layout=mobile] .table-rwd .btn-group {
  margin-top: .5rem;
  width: 100%;
  justify-content: flex-end;
}

[data-layout=mobile] .table-rwd .tr {
  position: relative;
}

[data-layout=mobile] .table-rwd [role=mobile-grid] {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 4.25rem;
  padding-right: 3rem;
}

[data-layout=mobile] .table-rwd [role=mobile-grid] [class^=td] {
  min-height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

[data-layout=mobile] .table-rwd [role=mobile-grid] [class^=text] {
  flex: 1;
}

[data-layout=mobile] .table-rwd [role=mobile-row] {
  width: 100%;
}

[data-layout=mobile] .table-rwd [role=mobile-rowspan] {
  position: absolute;
  top: 0;
  bottom: 0;
}

[data-layout=mobile] .table-rwd [role=mobile-rowspan]:first-child {
  left: 0;
}

[data-layout=mobile] .table-rwd [role=mobile-rowspan]:last-child {
  right: 0;
}

.text-lowlight {
  opacity: .54;
}

.table-modal {
  background-color: #130f38;
  border-color: #fff;
  border-right-width: 0;
}

.table-modal > .tbody {
  background-color: inherit;
}

.table-modal > .tbody .tr {
  background-color: inherit;
}

.table-modal [class^=td] {
  min-height: 36px;
  max-width: 100%;
}

.table-modal [class^=td] > [class^=text] {
  line-height: 1.5;
}

.table-modal .td-left {
  flex: 1;
  text-align: left;
  align-items: flex-start;
}

.table-modal .td-right {
  text-align: right;
  align-items: flex-end;
}

.table-modal .td-right .btn-icon {
  margin-right: -.25rem;
}

.table-modal .td,
.table-modal [class^="td-"]:not(:first-of-type) {
  flex: 0 0 auto;
  justify-content: center;
  border-left-color: transparent;
}

.table-modal .tfoot {
  background-color: #DBEAFC;
}

[data-layout=desktop] [role=desktop-sorting-top] {
  order: -1;
  margin-top: 0;
  margin-bottom: 1.75rem;
}

.table + .form {
  margin-top: .75rem;
}

[data-layout=desktop] .wt .table-rwd [class^=td] > [class^=text],
[data-layout=mobile] .wt .table-rwd [class^=td][data-title]:not([role=mobile-click]) > [class^=text] {
  align-items: center;
  display: flex;
}

.tfoot .td-total {
  flex: 1 1 auto;
  text-align: right;
}

.table-sub {
  position: relative;
  z-index: 0;
  margin: .25rem 0;
  background-color: #e7e7e7;
  border-color: #bdbdbd;
}

.table-sub + .table-sub {
  margin-top: -.25rem;
}

.table-sub + .table-sub::before {
  border-top-width: 0;
}

.table-sub::before {
  content: "";
  display: block;
  position: absolute;
  top: -.25rem;
  bottom: -.25rem;
  right: 0;
  left: 1px;
  z-index: 1;
  border: 0.25rem solid white;
  pointer-events: none;
}

.table-sub .td:first-of-type,
.table-sub [class^="td-"]:not(.colspan):first-of-type {
  padding-left: .625rem;
}

.table-sub .td:last-of-type,
.table-sub [class^="td-"]:not(.colspan):last-of-type {
  padding-right: .625rem;
}

.table-sub > .thead {
  color: rgba(0, 0, 0, 0.87);
  background-color: #bdbdbd;
  border-color: #9e9e9e;
}

.table-sub > .thead .tr::after {
  display: none;
}

.table-sub > .tbody.row-title,
.table-sub > .tbody > .tr.row-title {
  background-color: #cfcfcf;
}

.table-sub > .tbody.row-title::after,
.table-sub > .tbody > .tr.row-title::after {
  display: none;
}

.table-sub > .tfoot.row-total,
.table-sub > .tfoot > .tr.row-total {
  background-color: #fde4cc;
}

.table-sub-striped .td,
.table-sub-striped [class^="td-"]:not(:first-of-type) {
  border-left-color: transparent;
}

.row-sub .table-sub-striped [class^="tr"]:last-of-type {
  border-bottom-width: 0;
}

.td-Balance {
  align-items: flex-end;
}

/* 內容由基本文章格式組成，如 <h1> <p> <ul> ... 可用這個 */
.article h3 ~ h3 {
  margin-top: 2rem;
}

.page {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: #000000;
}

[data-layout=desktop] .page {
  border-radius: 16px;
}

.page > * {
  flex: 0 0 auto;
}

.page-nav {
  flex: 0 0 auto;
  position: sticky;
  top: 1rem;
  width: 13.5vw;
  min-width: 200px;
  background-color: #0a1933;
  border-radius: 16px;
}

[data-layout=desktop] .page-nav {
  margin-right: 1rem;
}

.page-nav__main {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}

.page-nav__main .page-nav__item {
  display: flex;
  flex-direction: column;
}

.page-nav__main .page-nav__item + .page-nav__item {
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.12);
}

.page-nav__main .page-nav__item .icon-caret {
  margin-left: auto;
}

.page-nav__btn {
  padding: .125rem .75rem;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.page-nav__btn:hover {
  color: #5574a7;
  background-color: #E9F2FC;
}

[data-selected="true"] .page-nav__btn {
  color: white;
  background-color: #5574a7;
}

.page-nav .has-submenu[data-open="true"] > .page-nav__submenu {
  display: block;
}

.page-nav .has-submenu[data-open="true"] > .page-nav__btn {
  color: #5574a7;
}

.page-nav__submenu {
  display: none;
  background-color: #323e52;
}

.page-nav__subitem {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.12);
}

.page-nav__subitem .page-nav__btn {
  padding-left: 2rem;
}

.page-tabs {
  display: flex;
  padding: 0 .5rem;
}

.page-tabs__btn {
  padding: .125rem .75rem;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  user-select: none;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  background-color: #cfcfcf;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.page-tabs__btn[data-selected="true"] {
  color: #5574a7;
  background-color: white;
}

.page-tabs__btn + .page-tabs__btn {
  margin-left: .25rem;
}

.page-title {
  padding: .75rem 1.25rem;
  color: #5574a7;
  font-size: 1.125rem;
}

.flex-3 {
  flex: 3;
}

.flex-2 {
  flex: 2;
}

.flex-1 {
  flex: 1;
}

.shape-circle {
  border-radius: 100%;
}

.text--lg {
  font-size: 1.125rem;
}

.text-primary {
  color: #5574a7;
}

.text-primary.btn:not(:disabled):not([disabled]):not([data-disabled="true"]):hover {
  background-color: #F6FAFC;
}

.text-secondary {
  color: #F77A00;
}

.text-highlight {
  color: #F1002A;
}

.text-successful, .form-content[data-status="valid"] .btn-form-status {
  color: #8bc34a;
}

.text-accent {
  color: #C80000;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: #5574a7;
  outline: none;
  cursor: pointer;
  user-select: none;
}

.text-link .text {
  text-decoration: underline;
}

.text-link:hover .text {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.new-dot {
  position: absolute;
  top: -2px;
  left: 100%;
  padding: .125rem .25rem;
  min-width: 10px;
  min-height: 10px;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #F1002A;
  border-radius: 1rem;
  transform: translateX(-50%);
}

.no-data {
  margin-top: 1rem;
  padding: .75rem;
  background-color: #f3f3f3;
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.payment {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  //padding: .5rem .25rem;
  width: 100%;
  background-color: #123558;
  border-color: #DBEAFC;
  border-width: 1px;
  border-radius: 16px;
}

.payment[href] {
  cursor: pointer;
}

.payment[href]:hover {
  border-color: #B5C9DC;
  transform: scale(1.05);
  background: #DBEAFC;
}

.payment__img {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 .5rem;
}

.payment__img img {
  flex: 0 0 auto;
  max-height: 80%;
}

.payment__name {
  width: 100%;
  max-width: 100%;
  padding: .25rem .5rem;
  text-align: center;
  word-break: break-word;
}

.payment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.payment-list .payment {
  margin: .5rem .25rem;
  width: calc(33.3333% - .5rem);
}

[data-layout=desktop] .payment-list .payment {
  width: calc(25% - .5rem);
}

@media (max-width: 481px) {
  .payment-list .payment {
    width: calc(50% - .5rem);
  }
}

.payment-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 28px;
  padding: .125rem;
  background-color: white;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.payment-thumbnail img {
  max-width: none;
  max-height: 100%;
}

.dropdown .payment-thumbnail {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
}

.message-list__header {
  display: flex;
  align-items: center;
  padding: .5rem .25rem;
  color: #5574a7;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.message-list__header .checkbox {
  margin-right: auto;
}

.message-list__header .checkbox .text {
  margin-left: .75rem;
}

.message {
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.message[data-read="false"] .message__title .text {
  font-weight: bold;
}

.message[data-open="true"] .message__content {
  display: block;
}

.message[data-selected="true"] .message__item {
  background-color: #E9F2FC;
}

.message__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5rem .25rem;
  cursor: pointer;
}

.message__item:hover {
  background-color: #F6FAFC;
}

.message__item .checkbox .icon {
  opacity: .54;
}

.message__item .checkbox input:checked ~ .icon {
  opacity: 1;
}

.message__title {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 1rem;
  line-height: 1.5;
  min-width: 0;
}

.message__title [class^=text] {
  flex: 0 0 auto;
}

.message__title .text {
  width: 100%;
  padding-right: .5rem;
}

[data-layout=desktop] .message__title .text {
  flex: 1;
}

.message__content {
  display: none;
  padding: .125rem .75rem .125rem 3.25rem;
  width: 100%;
  background-color: #f3f3f3;
}

.account-info {
  display: flex;
  flex-direction: column;
}

.account-info__row {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 1.5rem;
}

.account-info__name {
  color: #ffffff;
}

.account-info__currency {
  margin-right: .25rem;
}
.account-info__amount {
    text-align:right;
    display: inline-block;
    width: 100%;
}

.account-info .btn {
  margin-right: -.5rem;
}

.page-nav .account-info {
  padding: .5rem 0 .25rem;
  border-bottom-width: 1px;
  border-bottom-color: #5574a7;
}

.page-nav .account-info .account-info__row {
  padding: .125rem .75rem;
  height: auto;
  min-height: 36px;
}

.page-nav .account-info .account-info__row > .icon {
  margin-right: auto;
}

.page-nav .account-info .account-info__name {
  color: inherit;
}

.help-page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.help-page__header {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  height: 240px;
  color: white;
  background-color: #5574a7;
}

.help-page__header::before, .help-page__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 360px;
  height: inherit;
  background-repeat: no-repeat;
  pointer-events: none;
}

.help-page__header::before {
  left: -180px;
  background-image: url(../images/UI/Sports-Pattern_Left.png);
  background-position: left;
}

@media (min-width: 1024px) {
  .help-page__header::before {
    left: -120px;
  }
}

@media (min-width: 1366px) {
  .help-page__header::before {
    left: -60px;
  }
}

.help-page__header::after {
  right: -272px;
  background-image: url(../images/UI/Sports-Pattern_Right.png);
  background-position: right;
}

@media (min-width: 480px) {
  .help-page__header::after {
    right: -180px;
  }
}

@media (min-width: 1024px) {
  .help-page__header::after {
    right: -120px;
  }
}

@media (min-width: 1366px) {
  .help-page__header::after {
    right: -60px;
  }
}

.help-page__keyvisual {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  width: inherit;
  height: inherit;
  max-width: 912px;
  background-color: inherit;
  z-index: 0;
}

.help-page__keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: inherit;
  pointer-events: none;
  max-width: inherit;
  background-image: url(../images/UI/Sports-Vector.png);
  background-position: right;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
}

@media (max-width: 481px) {
  .help-page__keyvisual::after {
    width: 125%;
    background-size: 75%;
  }
}

.help-page__keyvisual .text-title {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
}

.help-page__keyvisual .text {
  display: block;
  font-size: 1.125rem;
}

.help-page__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  height: 100%;
  max-width: 912px;
  /*background-color: #13213c;*/
}

.single-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.25rem;
  background-color: white;
}

[data-layout=desktop] .single-page {
  padding: 2rem 3rem;
  width: 768px;
  border-radius: 16px;
  box-shadow: 0 0 48px 12px rgba(0, 0, 0, 0.24);
}

[data-layout=desktop] .single-page .heading > .text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

[data-layout=desktop] .single-page .article {
  font-size: 1rem;
  padding: 0 .75rem;
}

.single-page > * {
  flex: 0 0 auto;
}

.login {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: ease .2s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.login[data-open="true"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.login[data-open="true"] .login__dialog {
  visibility: visible;
}

[data-layout=mobile] .login[data-open="true"] .login__dialog {
  transform: translate3d(0, 0, 0);
}

.login__dialog {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5rem 1.5rem 1.5rem;
  background-image: linear-gradient(#89cc03, #86c578);
  transition: ease .3s;
  visibility: hidden;
  transform: translate3d(0, 100vh, 0);
}

.login__dialog .heading {
  display: none;
}

[data-layout=desktop] .login__dialog {
  top: 200px;
  left: 50%;
  bottom: auto;
  width: 400px;
  border-radius: 16px;
  transition: none;
  transform: translate3d(-50%, 0, 0);
}

[data-layout=desktop] .login__dialog .heading {
  display: flex;
}

[data-layout=desktop] .login__form {
  position: relative;
  margin-top: .75rem;
  padding-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.login__form .tooltip {
  margin-top: -1.5rem;
  width: 100%;
}

.login__form .tooltip::before {
  display: none;
}

.login__form .form-group {
  min-height: auto;
}

.login__form .form-group + .form-group {
  margin: 0;
}

[data-layout=mobile] .login__form{
  //height: 44px;
  position: relative;
  margin-top: .75rem;
  padding-bottom: 0 rem;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

[data-layout=mobile] .login__form .textfield__input {
  //height: 44px;
  height: 30px;
}

[data-layout=mobile] .login__form .textfield__bg {
  background-color: white;
}

[class^="login__item"] {
  margin-top: 1rem;
}

[data-layout=mobile] .login__form + [class^="login__item"] {
  margin-top: 0.5rem;
}

[data-layout=desktop] .login__form + [class^="login__item"] {
  margin-top: 1.5rem;
}


.login__item-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.login__item-btn .btn {
  min-width: 160px;
}

[data-layout=mobile] .login__item-btn .btn {
  width: 100%;
  //height: 44px;
  font-size: 1 rem;
}

.login__item-forget {
  text-align: center;
}

.login-page {
  transition: none;
}

.login-page .login__dialog {
  transition: none;
}

.login-page .login__dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  background-color: #5574a7;
}

.login-page .login__dialog p {
  text-align: center;
  color: white;
}

.login-page .login__dialog .text-link {
  color: white;
}

.login-page .login__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3vh;
}

.login-page .login__logo .logo::before {
  content: "";
  display: block;
  width: calc(130px * 1.5);
  height: calc(46px * 1.5);
  background-image: url("../images/logo.svg");
  background-size: cover;
}

.login-page .login__form {
  margin-top: 2.5vh;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.login-page .login__form .dropdown + .form-group,
.login-page .login__form .form-group + .form-group {
  margin-top: 2.5vh;
}

.login-page .login__form .dropdown {
  width: 100%;
  background-color: white;
}

.login-page .login__form .dropdown .btn {
  height: 44px;
}

.header {
  flex: 0 0 auto;
  position: fixed;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
  width: 100%;
  z-index: 2;
}

[data-layout=desktop] .header {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(#89cc03, #8cd111);
}

.header__main {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.75rem;
}
[data-layout=mobile] .header__main {
  background-color: #89cc03;
}

.header__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: inherit;
  height: 100%;
  background-color: inherit;
}

[data-layout=desktop] .header__main {
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  width: 100%;
  max-width: 1280px;
}

.header__main .btn-toggle-nav {
  margin-left: -.5rem;
  margin-right: .5rem;
}

.header__main .btn-toggle-nav .icon::before {
  font-size: 2.25rem;
}
.header__nav {
  width: 100%;
  box-shadow: 0px 0 8px #333333;
}
.header__nav .menu__nva {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  z-index: 0;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  height: 36px;
  max-width: 1280px;
}

.header__nav .menu__nva li {
  list-style: none;
  flex: 1 0 0;
}

.header__nav .menu__nva li ul {
  padding: 0 calc((100% - 1280px)/2);
  margin: 0;
  background: #1a424a;
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  height: 230px;
  justify-content: center;
  border-bottom: 1px solid #26416e;
}

.header__nav .menu__nva li ul :hover {
  background: #1a424a;
}

.header__nav .menu__nva li ul li {
  background: #1a424a;
  text-align: center;
  flex: none;
}

.header__nav .menu__nva li ul li a {
  display: block;
}

.header__nav .menu__nva li ul li a img {
  display: block;
  margin: auto;
  max-width: 200px;
}

.header__nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: inherit;
  height: inherit;
  background-color: inherit;
}

[class^=header__col] {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  padding: .25rem .75rem;
  text-align: center;
}

[class^=header__col]:hover {
  background-color: #1a424a;
}

[class^=header__col][data-selected=true] {
  background-color: #1a424a;
}

.header__col-home {
  flex: 0 0 auto;
}

.header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.header__logo .logo::before {
  content: "";
  display: block;
  width: calc(168px * 0.75);
  height: calc(58px * 0.75);
  background-image: url("../images/logo.png?version=20240902003");
  background-size: cover;
  transition: ease .15s;
}

[data-layout=desktop] .header__logo .logo::before {
  width: calc(168px * 1.2);
  height: calc(58px * 1.2);
}

.header > .header__logo:only-of-type {
  margin: 0;
  padding: .75rem;
  justify-content: center;
  background-color: #26416E;
}

.header__option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

[data-layout=desktop] .header__option > .btn:not(.btn-icon) {
  min-width: 88px;
}

[data-layout=mobile] .header__option > a.btn {
  margin: 6px 0;
}

[data-layout=mobile] .header__option > button {
  margin: 6px 0;
  margin-left: .5rem;
}

.header__option > .btn-icon {
  position: relative;
}

.header__option > .text-group {
  width: 100%;
  margin-top: .5rem;
  text-align: right;
}

.header__option .text-link {
  color: inherit;
  opacity: .87;
}

.header__option .text-link:hover {
  opacity: 1;
}

.header__option .dropdown--right .dropdown__list {
  max-height: 95vh;
}

.dropdown--balance .dropdown__container {
  min-width: 320px;
}

.balance-info {
  padding: .5rem .75rem;
}

.balance-info__option .checkbox {
  margin-left: -1rem;
}

.balance-info .btn-group {
  width: 100%;
  margin-top: .75rem;
}

.balance-info .btn-group .btn {
  flex: 1;
}

.balance-info .login-info {
  margin-top: .75rem;
}

.wallet-info__item {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
}

.wallet-info__item [class^=text]:first-child {
  flex: 1;
  padding-right: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wallet-info__item .btn[data-refresh] {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  margin-right: -.5rem;
}

.wallet-info .text-amount {
  color: #fff;
}

.login-info {
  padding: .5rem .25rem;
  background-color: #26416E;
}

.login-info__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem .5rem;
  font-size: .75rem;
  opacity: .54;
}

.dropdown-rollover {
  //background-color: #112240;
  background-color: #0a1933;
}

.dropdown-rollover .rollover-info {
  padding: .5rem .25rem;
  background-color: #e7e7e7;
}

.dropdown-rollover .rollover-info__item {
  align-items: center;
  justify-content: space-between;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: bold;
}

.dropdown-rollover .rollover-info .text:nth-child(1) {
  font-size: 0.875rem;
  color: #26416e;
  word-break: break-all;
}

.dropdown-rollover .rollover-info .text:nth-child(n+4) {
  color: #7c7c7c;
}

.dropdown-rollover .rollover-info .text:nth-child(5) {
  float: right;
}

.dropdown-rollover .rollover-info .schedule {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  height: 0.7rem;
  padding: 0;
  margin: 0.5rem 0;
}

.dropdown-rollover .rollover-info .schedule .schedule-bg {
  background: url("../images/UI/schedulebg.jpg");
  padding: 1px;
  height: 100%;
  border-radius: 10px;
}

.dropdown-rollover .rollover-info .schedule-info {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.dropdown-rollover .rollover-info .schedule-info .text:nth-child(1) {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f77a00;
}

.dropdown-rollover .icon-schedule {
  font-size: 1rem;
  margin-right: 0.3rem;
}

.dropdown-rollover .icon-schedule + .text {
  text-align: left;
  font-size: 0.7rem;
  max-width: 9rem;
  word-break: break-all;
}

.dropdown-rollover .icon-schedule + .text + .text {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.header_simplify {
  top: -60px;
  opacity: 0;
}

[data-layout=desktop] .header_simplify {
  box-shadow: none;
  display: none;
  flex-direction: column;
}

.header_simplify .header__main .header__option > .btn:not(.btn-icon) {
  min-width: auto;
}

.header_simplify .header__nav {
  background-color: transparent;
  flex: 1;
}

.header_simplify .dropdown > .btn:nth-child(n+2) {
  padding-left: .375rem;
}

.header_simplify a.logo {
  height: 30px;
  overflow-y: hidden;
}

.subMenu, .subMenu_sim {
  padding: 0 calc((100% - 1280px) /2);
  background: #5574a7;
  height: 215px;
}

.subMenu div ul, .subMenu_sim div ul {
  display: flex;
  justify-content: center;
}

.subMenu div ul a, .subMenu_sim div ul a {
  flex: 1;
  max-width: 200px;
  padding: 1rem;
}

.subMenu div ul a:hover, .subMenu_sim div ul a:hover {
  background: #335793;
}

.subMenu div ul li, .subMenu_sim div ul li {
  list-style: none;
  text-align: center;
}

.footer, .footer a{
  flex: 0 0 auto;
  color: #000000;
}

[data-layout=mobile] .footer {

}

.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 1rem;
  padding-top: 2.5rem;
  max-width: 1280px;
}

.footer__seo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 1rem;
  padding-top: 2.5rem;
  max-width: 1280px;
}

[class^="footer__col"] {
  margin-bottom: 2rem;
  padding: 0 1rem;
  width: 50%;
}

[data-layout=desktop] [class^="footer__col"] {
  flex: 1;
  margin-bottom: 0;
  width: auto;
}

.footer__col-social {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
}

.footer__col-social .footer__heading, .footer__col-social .footer__item .text {
  display: none;
}

[data-layout=desktop] .footer__col-social {
  display: block;
}

[data-layout=desktop] .footer__col-social .footer__heading, [data-layout=desktop] .footer__col-social .footer__item .text {
  display: block;
}

[data-layout=desktop] .footer__col-social .icon {
  margin-right: .25rem;
  font-size: 1rem;
}
[data-layout=desktop] .footer__col-social .icon_telegram {
  margin-right: .25rem;
  width: 1rem;
}

.footer__heading {
  padding: 0 .5rem .5rem;
  font-size: 1rem;
}

.footer__item {
  display: flex;
  align-items: center;
  padding: .5rem;
  //opacity: .6;
  cursor: pointer;
}

.footer__item:hover {
  opacity: .8;
}

.footer__cpr {
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  opacity: .6;
}

.side-bar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: ease .2s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.side-bar[data-open="true"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.side-bar[data-open="true"] .side-nav {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.side-nav {
  flex: 0 0 auto;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 80vw;
  max-width: 360px;
  flex-direction: column;
  color: white;
  background-image: linear-gradient(#89cc03, #a1ff8d);
  transition: ease .3s;
  visibility: hidden;
  transform: translate3d(-100vw, 0, 0);
}

.side-nav .icon + .icon {
  margin-left: .25rem;
}

.side-nav__header {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .5);
}

.side-nav__account {
  flex: 1;
  display: flex;
  align-items: center;
  padding: .1rem .75rem;
  background-color: #89cc03;
}

.side-nav__account > .dropdown {
  padding-left: .5rem;
}

.side-nav__account > .dropdown > .btn {
  padding: .125rem;
  background-color: white;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  min-height: 32px;
}

.side-nav__account > .btn {
  flex: 1;
}

.side-nav__account .account-info {
  margin-right: auto;
}

.side-nav__account .side-nav__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: -.5rem;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

.side-nav__account .side-nav__btn .icon + .text {
  margin-left: 0;
}

.side-nav__account .side-nav__btn {
  padding-right: 0;
}

.side-nav__rollover {
  padding: 0 .75rem .75rem;
  //background-color: #112240;
  background-color: #0a1933;
}

.side-nav__rollover > .dropdown-rollover {
  padding: 0;
}

.side-nav__rollover > .dropdown-rollover > .icon-refresh {
  background: #DBEAFC;
  color: #112240;
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}

.side-nav__rollover > .dropdown-rollover .icon-schedule ~ span {
  font-weight: bold;
  font-size: 1rem;
}

.side-nav__rollover > .dropdown-rollover .icon-caret {
  background: #DBEAFC;
  color: #112240;
  border-radius: 5px;
  transform: rotate(0deg);
}

.side-nav__rollover > .dropdown-rollover .icon-caret2::before {
  transform: rotate(180deg);
}

.side-nav__rollover > .dropdown-rollover.btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .eligible-info {
  margin-bottom: 0.3rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .eligible-info__item {
  display: flex;
  align-items: center;
  font-size: .75rem;
  margin: 0 0 0.7rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .eligible-info__item [class^=text]:first-child {
  flex: 1;
  padding-right: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #DBEAFC;
  font-size: 0.7rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .eligible-info .text-amount {
  font-weight: bold;
  color: #f77a00;
  font-size: 0.95rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info__item {
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  margin: 0 0 0.7rem;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .text:nth-child(1) {
  font-size: 0.7rem;
  color: #DBEAFC;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .text:nth-child(2) {
  font-size: 0.95rem;
  font-weight: bold;
  color: #f77a00;
  float: right;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .text:nth-child(n+4) {
  color: #fff;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .text:nth-child(5) {
  float: right;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .schedule {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  height: 0.7rem;
  padding: 0;
  margin: 0.2rem 0;
}

.side-nav__rollover > .dropdown-rollover + .side-nav-rollover-info .rollover-info .schedule .schedule-bg {
  background: url("../images/UI/schedulebg.jpg");
  padding: 1px;
  height: 100%;
  border-radius: 10px;
}

.side-nav__header > .btn-icon:only-of-type {
  margin: .25rem;
  margin-left: auto;
}

.side-nav__main {
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.side-nav__hot {
  flex: 0 0 auto;
  display: flex;
}

.side-nav__hot .side-nav__btn {
  flex: 1;
  flex-direction: column;
  color: #112240;
  background-color: #DBEAFC;
}

.side-nav__hot .side-nav__btn:hover {
  background-color: #E9F2FC;
}

.side-nav__hot .side-nav__btn + .side-nav__btn {
  border-left-width: 1px;
  border-left-color: #112240;
}

.side-nav__hot .side-nav__btn .icon + .text {
  margin-left: 0;
}

[class*="side-nav__list"] {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 0;
}

[class*="side-nav__list"] + [class*="side-nav__list"] {
  border-top-width: 1px;
  border-top-color: #112240;
}

.side-nav__list-sports .side-nav__btn {
  padding-left: 1rem;
}

.side-nav__list-sports .side-nav__btn .icon + .text {
  margin-left: .5rem;
}

.side-nav__list-sports .side-nav__btn:hover {
  background-color: #3c5175;
}

.side-nav__list-member .side-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}

.side-nav__list-member .side-nav__icon + .text {
  margin-top: .25rem;
}

.side-nav__list-member .side-nav__btn {
  flex-direction: column;
  width: 33.33%;
  text-align: center;
}

.side-nav__list-member .side-nav__btn:hover {
  background-color: #3c5175;
}

.side-nav__list-member .side-nav__btn .text {
  width: 100%;
}

.side-nav__btn {
  display: flex;
  align-items: center;
  padding: .75rem;
  width: 100%;
  outline: none;
  cursor: pointer;
  user-select: none;
}

.side-nav__btn .icon + .text {
  margin-left: .5rem;
}

.side-nav__btn .icon-caret {
  margin-left: auto;
}

.side-nav__item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.side-nav__item > .side-nav__btn:hover {
  background-color: #3c5175;
}

.side-nav__item[data-open=true] .side-nav__submenu {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.side-nav__submenu {
  width: 100%;
  background-color: #2f405c;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.side-nav__subitem {
  display: flex;
  align-items: center;
  padding: .75rem;
  padding-left: 2.75rem;
}

.side-nav__subitem:hover {
  background-color: #3c5175;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover {
  //background-color: #112240;
  background-color: #0a1933;
  display: block;
  padding: 0 .75rem .75rem;
  width: 100%;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .btn {
  padding: 0;
  justify-content: space-between;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .btn .icon-caret {
  background: #DBEAFC;
  color: #112240;
  border-radius: 5px;
  margin-right: 0;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover[data-open=true] .dropdown__container {
  position: relative;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container {
  background: transparent;
  box-shadow: none;
  width: 100%;
  display: initial;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info {
  width: 100%;
  padding: 0;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info {
  background: transparent;
  padding: 0;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item {
  padding: 0;
  margin: 0 0 0.7rem;
  clear: both;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item > .text {
  color: #DBEAFC;
  font-size: 0.7rem;
  font-weight: normal;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item .schedule {
  margin: 0.2rem 0;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item .schedule-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item .schedule-info .text:nth-child(1) {
  font-size: 0.95rem;
}

.side-nav .dropdown.dropdown-secondary.dropdown--right.dropdown--balance.dropdown-rollover .dropdown__container .balance-info .rollover-info .rollover-info__item .schedule-info .text:nth-child(2) {
  color: #fff;
  font-weight: normal;
}

.VirtualGames, .FishingGames, .Statement {
  width: 1.5rem;
}

.Statement {
  margin: 0.2rem;
  width: 1.1rem;
}

.svg-w{
  filter: invert(1);
}

.lobby-banner-swiper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.lobby-banner-swiper img {
  width: 100%;
}

@media (min-width: 1025px) {
  .lobby-banner-swiper {
    max-height: 420px;
  }
}

.lobby-banner-swiper .swiper-wrapper {
  box-sizing: border-box;
}

.lobby-banner-swiper .swiper-slide {
  width: auto;
  max-width: 100%;
}

.lobby-banner-swiper .swiper-pagination-bullet-active {
  background: white;
}

.lobby-quicklink-list {
  display: flex;
  border: 0 solid;
  border-color: #26416E;
}

[data-layout=desktop] .lobby-quicklink-list {
  flex: 1 1 256px;
}

.lobby-quicklink, .lobby-quicklink-download {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: .25rem .5rem;
  min-height: 56px;
  color: white;
  border: 0 solid;
  border-color: inherit;
  //background-color: #5574a7;
  background-color: #0a1933;
}

[data-layout=mobile] .lobby-quicklink:not(:first-child)::after, [data-layout=mobile] .lobby-quicklink-download:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left-width: 1px;
}

[data-layout=desktop] .lobby-quicklink:not(:first-child)::after, [data-layout=desktop] .lobby-quicklink-download:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-width: 1px;
}

.lobby-quicklink::before, .lobby-quicklink-download::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: 0;
  height: 0;
  border: 0.5rem solid;
  border-color: transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  opacity: .24;
}

.lobby-quicklink-download {
  background-color: #F77A00;
}

.lobby-quicklink__info {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-layout=mobile] .lobby-quicklink__info {
  flex-direction: column;
}

[data-layout=desktop] .lobby-quicklink__info {
  flex: 1;
  flex-wrap: wrap;
}

.lobby-quicklink .icon-arrow-right, .lobby-quicklink-download .icon-arrow-right {
  flex: 0 0 auto;
}

.lobby-quicklink .icon:not(.icon-arrow-right), .lobby-quicklink-download .icon:not(.icon-arrow-right) {
  margin: .25rem;
}

.lobby-quicklink img, .lobby-quicklink-download img {
  max-width: none;
  height: 100%;
  transform: translateY(0.375rem);
}

.lobby-quicklink img, .lobby-quicklink-download img,
.lobby-quicklink .text, .lobby-quicklink-download .text,
.lobby-quicklink .icon-arrow-right, .lobby-quicklink-download .icon-arrow-right {
  position: absolute;
  visibility: hidden;
}

[data-layout=desktop] .lobby-quicklink-list img,
[data-layout=desktop] .lobby-quicklink-list .text,
[data-layout=desktop] .lobby-quicklink-list .icon-arrow-right {
  position: relative;
  visibility: visible;
}

[data-layout=desktop] .lobby-quicklink-list .text {
  width: 100%;
  padding: .25rem 0;
  text-align: center;
}

[data-layout=desktop] .lobby-quicklink-list .text-title {
  width: auto;
  font-size: 1rem;
}

[data-layout=desktop] .lobby-quicklink-list .icon {
  font-size: 1.5rem;
}

[data-layout=desktop] .lobby-quicklink-list {
  flex-direction: column;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink, [data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download {
  flex: 1;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download {
  padding-left: 1.5rem;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download::before {
  visibility: hidden;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download::after {
  content: "";
  position: absolute;
  top: .5rem;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 4px;
  opacity: .54;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download .icon:not(.icon-arrow-right), [data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download .text-title {
  display: none;
}

[data-layout=desktop] .lobby-quicklink-list .lobby-quicklink-download .text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

[data-layout=desktop] .lobby-sport-list,[data-layout=desktop] .page-sport-list {
  width: 100%;
}

.lobby-sport-list,.page-sport-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 10rem;
  grid-gap: .5rem;
  padding: .5rem;
}

.lobby-sport-list > :first-child {
/*  grid-row-start: 1;
  grid-row-end: 3;*/
}

[data-layout=desktop] .lobby-sport-list,[data-layout=desktop] .page-sport-list  {
  display: flex;
  margin: .5rem 0;
  padding: 0 .25rem;
}

.page-sport-list > :first-child {
/*  grid-row-start: 1;
  grid-row-end: 3;*/
}

[data-layout=mobile] .page-sport-list {
  grid-template-columns: none;
  grid-auto-columns: 100%;
}

.lobby-sport,.sport-list,.slots-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
[data-layout=desktop] .lobby-sport {
    flex: 1;
    min-height: 200px;
    margin: 0 .25rem;
}
[data-layout=desktop] .sport-list {
    flex: 1;
    min-height: 400px;
    margin: 0 .25rem;
}
[data-layout=desktop] .slots-list {
    flex: 1;
    min-height: 300px;
    margin: 0 .25rem;
}

[data-layout=desktop] .lobby-sport img {
  display: none;
}
[data-layout=desktop] .sport-list img {
  
}


.lobby-sport img,.slots-list img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: none;
}
.sport-list img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: none;
}
[data-layout=mobile] .sport-list img {
    position: absolute;
    bottom: initial;
}
[data-layout=desktop] .slots-list img {
    position: absolute;
    bottom: initial;
}
[data-layout=desktop] .lobby-sport img[src*=d_],[data-layout=desktop] .slots-list img[src*=d_] {
  display: block;
}
.lobby-sport img[src*=d_] {
  display: none;
}
.slots-list img[src*=d_] {
  display: none;
}



@media (max-width: 374px) {
  .lobby-sport:first-child img {
    height: calc(100% - px);
  }
}

.lobby-sport__info {
  position: relative;
  width: 100%;
  padding: .5rem;
  text-align: center;
  color: white;
  background-color: #1a424a;
}

.lobby-product-swiper {
  position: relative;
  /*margin: .5rem 0;*/
  margin-top: 0;
  padding: 0 .25rem;
  z-index: 0;
  overflow: hidden;
}

[data-layout=mobile] .lobby-product img {
  width: 100%;
}

[data-layout=mobile] .lobby-product a {
  width: 100%;
}

.lobby-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 .25rem;
  color: white;
  border-radius: 6px;
  background-color: #5574a7;
}

.lobby-product__info > .text-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .25rem;
}

.lobby-product__info > .text {
  display: block;
  font-size: .75rem;
  margin-bottom: .5rem;
}

.lobby-product__info .btn {
  min-width: 6rem;
  min-height: 1.75rem;
}

.main {
  margin-top: 115px;
  flex: 1 0 auto;
}

.main:not(.main--home) {
  min-height: 75%;
}

.main:not(.main--home) .page {
  height: 100%;
}

.main--home .lobby-page {
  margin: 0 auto;
  //background-color: #000000;
}

[data-layout=desktop] .main--home .lobby-page {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  min-width: 1240px;
}
[data-layout=mobile] .main--home .lobby-page {
  background-color: unset;
}

[data-layout=mobile] .main.main {
  margin-top: 52px;
}

[data-layout=mobile] .main:not(.main--home) {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
}

[data-layout=desktop] .main {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 1280px;
}

[data-layout=desktop] .main--home {
  max-width: 100%;
  background-position: center center;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  transition: padding ease .3s;
}

@media (max-width: 1025px) {
  [data-layout=desktop] .main--home {
    padding: 0;
  }
}

.side-btn {
  position: fixed;
  right: 0.5rem;
  bottom: calc(60px + 1rem);
  z-index: 9;
}

.side-btn button {
  width: 60px;
  height: 60px;
  background: #4384F5;
  color: #fff;
  border-radius: 60px;
  display: block;
  margin-bottom: 0.1rem;
  padding: 0.1rem;
}

.side-btn button .icon {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.status-icon {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.2rem 0.4rem !important;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0.3rem;
}

.status-icon.ace {
  background: #f77a00;
}

.status-icon.end {
  background: #26416e;
}

.status-icon.cal {
  background: #999999;
}

.form-group.WAB {
  background: #DBEAFC;
  border-radius: 10px;
  padding: 0 0.75rem;
  min-height: auto;
  color: #26416E;
  align-items: center;
  margin-bottom: 1rem;
}

.form-group.WAB .form-content {
  font-weight: bold;
  margin-left: 0.5rem;
}

.form-group.WAB + form {
  padding: 0 0.75rem;
}

@media (max-width: 1110px) {
  .status-icon {
    margin-left: 0;
    width: 70px;
    text-align: center;
    display: block;
  }
}

.app {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  height: auto;
}

[data-layout=desktop] .app:not([class*=app--]) .header__main {
  min-width: 960px;
}

[data-layout=desktop] .app--help .header__main {
  max-width: 912px;
}

[data-layout=desktop] .app--help .header__logo .logo::before {
  width: calc(158px * 1);
  height: calc(46px * 1);
}

[data-layout=desktop] .app--help .main {
  max-width: 912px;
  min-width: 769px;
  padding: 0;
  max-width: none;
  background-color: white;
  margin-top: 70px;
}

[data-layout=desktop] .app--help .main {
  margin-top: 60px;
}

[data-layout=desktop] .app--um .main {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15vh 0;
  min-height: auto;
  max-width: none;
  background-image: url("../images/UI/Sports-BG.jpg");
  background-position: center center;
  background-size: cover;
}

.app--um .single-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background-image: url("../images/UI/EmptyStates-UM.svg");
  background-position: 18px 18px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: .36;
  pointer-events: none;
}

[data-layout=desktop] .app--um .single-page::after {
  width: 250px;
  height: 250px;
  background-position: 25px 25px;
}

@media (max-width: 321px) {
  .app--um .single-page::after {
    visibility: hidden;
  }
}

#Messages {
  width: 100%;
}

@font-face {
  font-family: "iconfont";
  src: url("../images/UI/iconfont.woff?v=20191206001") format("woff");
}

.download-page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/Lobby/Home/StaticPage-BG.jpg");
  background-size: cover;
}

.download-page ul {
  padding: 0;
}

.download-page li {
  list-style: none;
}

.download-page__header {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  height: 240px;
  color: white;
  background-color: #5574a7;
}

.download-page__header::before, .download-page__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 360px;
  height: inherit;
  background-repeat: no-repeat;
  pointer-events: none;
}

.download-page__header::before {
  left: -180px;
  background-image: url(../images/UI/Sports-Pattern_Left.png);
  background-position: left;
}

@media (min-width: 1024px) {
  .download-page__header::before {
    left: -120px;
  }
}

@media (min-width: 1366px) {
  .download-page__header::before {
    left: -60px;
  }
}

.download-page__header::after {
  right: -272px;
  background-image: url(../images/UI/Sports-Pattern_Right.png);
  background-position: right;
}

@media (min-width: 480px) {
  .download-page__header::after {
    right: -180px;
  }
}

@media (min-width: 1024px) {
  .download-page__header::after {
    right: -120px;
  }
}

@media (min-width: 1366px) {
  .download-page__header::after {
    right: -60px;
  }
}

.download-page__keyvisual {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  width: inherit;
  height: inherit;
  max-width: 912px;
  background-color: inherit;
  z-index: 0;
}

.download-page__keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: inherit;
  pointer-events: none;
  max-width: inherit;
  background-image: url(../images/UI/Sports-Vector.png);
  background-position: right;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
}

@media (max-width: 481px) {
  .download-page__keyvisual::after {
    width: 125%;
    background-size: 75%;
  }
}

.download-page__keyvisual .text-title {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
}

.download-page__keyvisual .text {
  display: block;
  font-size: 1.125rem;
}

.download-page__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  height: 100%;
  max-width: 912px;
}

.download-page .heading {
  margin-bottom: 0.2rem;
}

.download-page .article-help {
  text-align: right;
}

.download-page .article-help .text-link span {
  font-weight: bold;
}

.download-page .article-help .icon::before {
  content: "\EA25";
  color: #F77A00;
}

.download-page .slogan {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #F77A00;
  margin: 1rem 0 3.5rem 0;
}

.download-page article {
  display: flex;
}

@media (max-width: 480px) {
  .download-page article {
    display: block;
  }
}

.download-page article ul {
  margin: 0;
}

.download-page article > div {
  flex: 1 1 0;
}

.download-page article .features {
  border-right: 1px dotted #5574a7;
}

@media (max-width: 480px) {
  .download-page article .features {
    border-right: 0;
  }
}

.download-page article .features .title {
  width: 50%;
  background: #F77A00;
  border-radius: 20px;
  color: white;
  text-align: center;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-page article .features .title span {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.download-page article .features ul {
  color: #5574a7;
}

.download-page article .features ul li {
  line-height: 2.3rem;
  font-weight: bold;
  display: flex;
}

.download-page article .features ul ::before {
  content: "\EA0D";
  font-family: "iconfont";
  font-style: normal;
  color: #000;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.download-page article .QR-code > div {
  display: flex;
}

.download-page article .QR-code > div > div {
  flex: 1 1 0;
  text-align: center;
  margin: 0 1rem;
}

.download-page article .QR-code > div > div div {
  color: #5574a7;
  border: 1px solid #5574a7;
  border-radius: 15px;
  padding: 0.7rem 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.download-page article .QR-code > div ::before {
  font-style: normal;
  color: #5574a7;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.download-page article .QR-code .step {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.download-page article .QR-code .step ul {
  display: flex;
}

.download-page article .QR-code .step li {
  flex: 1 1 0;
  border: 5px solid #F77A00;
  margin: 0 0.5rem;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
}

.download-page article .QR-code .step li > div {
  flex: 1 1 30%;
}

.download-page article .QR-code .step li > div > div + div {
  font-size: 2rem;
}

.download-page article .QR-code .step li > div + div {
  flex: 1 1 70%;
}

.download-page article .QR-code .step li > div + div > div + div {
  font-size: 1.8rem;
}

.download-page .login .heading + p {
  color: #7a7a7a;
  text-align: center;
  line-height: 2rem;
  font-size: 0.7rem;
  margin: 1rem 0;
}

.download-page .login__dialog {
  width: 450px;
}

@media (max-width: 769px) {
  .download-page .login__dialog {
    width: 100%;
  }
}

.download-page #tab {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.download-page #tab .info {
  display: none;
  color: #26416e;
  line-height: 1.5rem;
  font-size: 0.7rem;
  padding: 0.8rem;
}

.download-page #tab .on {
  display: block;
}

.download-page #tab .title ul {
  display: inline-flex;
  width: 100%;
  margin: 0;
}

.download-page #tab .title li {
  cursor: pointer;
  flex: 1 1 0;
  background: #26416e;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-page #tab .title li h3 {
  margin: auto;
  padding: 10px;
}

.download-page #tab .title li.on {
  background-color: white;
  color: #26416e;
}

.download-page .icon-apple::before {
  font-family: "iconfont";
  font-style: normal;
  margin-right: 0.5rem;
}

.download-page .icon-android::before {
  font-family: "iconfont";
  font-style: normal;
  margin-right: 0.5rem;
}

@font-face {
  font-family: "iconfont";
  src: url("../images/UI/iconfont.woff?v=20191206001") format("woff");
}

.contact-us {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/Lobby/Home/StaticPage-BG.jpg");
  background-size: cover;
}

.contact-us ul {
  padding: 0;
}

.contact-us li {
  list-style: none;
}

.contact-us__header {
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  height: 240px;
  color: white;
  background-color: #5574a7;
}

.contact-us__header::before, .contact-us__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 360px;
  height: inherit;
  background-repeat: no-repeat;
  pointer-events: none;
}

.contact-us__header::before {
  left: -180px;
  background-image: url(../images/UI/Sports-Pattern_Left.png);
  background-position: left;
}

@media (min-width: 1024px) {
  .contact-us__header::before {
    left: -120px;
  }
}

@media (min-width: 1366px) {
  .contact-us__header::before {
    left: -60px;
  }
}

.contact-us__header::after {
  right: -272px;
  background-image: url(../images/UI/Sports-Pattern_Right.png);
  background-position: right;
}

@media (min-width: 480px) {
  .contact-us__header::after {
    right: -180px;
  }
}

@media (min-width: 1024px) {
  .contact-us__header::after {
    right: -120px;
  }
}

@media (min-width: 1366px) {
  .contact-us__header::after {
    right: -60px;
  }
}

.contact-us__keyvisual {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  width: inherit;
  height: inherit;
  max-width: 912px;
  background-color: inherit;
  z-index: 0;
}

.contact-us__keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: inherit;
  pointer-events: none;
  max-width: inherit;
  background-image: url(../images/UI/Sports-Vector.png);
  background-position: right;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
}

@media (max-width: 481px) {
  .contact-us__keyvisual::after {
    width: 125%;
    background-size: 75%;
  }
}

.contact-us__keyvisual .text-title {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
}

.contact-us__keyvisual .text {
  display: block;
  font-size: 1.125rem;
}

.contact-us__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  height: 100%;
  max-width: 912px;
}

.contact-us article {
  display: inline-flex;
}

@media (max-width: 481px) {
  .contact-us article {
    display: block;
  }
}

.contact-us article > ul {
  flex: 1 1 0;
  margin: 0;
}

.contact-us article > ul > a > li {
  margin: 2rem 0 4rem;
  display: flex;
}

@media (max-width: 481px) {
  .contact-us article > ul > a > li {
    margin: 2rem 0;
  }
}

.contact-us article > ul > a > li div:nth-child(1) {
  width: 40%;
}

.contact-us article > ul > a > li div:nth-child(1) ::before {
  font-family: "iconfont";
  font-style: normal;
  font-size: 3rem;
}

.contact-us article > ul > a > li div:nth-child(1) .icon-line::before {
  font-size: 1rem;
}

.contact-us article > ul > a > li div:nth-child(1) span {
  background: #f77a00;
  border-radius: 4.5rem;
  color: white;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us article > ul > a > li div:nth-child(2) {
  width: 60%;
  color: #000000;
}

.contact-us article > ul > a > li div:nth-child(2) p:nth-child(1) {
  font-weight: bold;
}

@font-face {
  font-family: "iconfont";
  src: url("../images/UI/iconfont.woff?v=20191206001") format("woff");
}

ul {
  padding: 0;
  margin: 0;
}

.promotionsList-page {
  color: #26416e;
}

.promotionsList-page .form-group {
  min-height: auto;
  padding: 0rem;
  align-items: center;
}

.promotionsList-page .form-group ul {
  display: inline-flex;
  align-items: center;
}

.promotionsList-page .form-group li {
  display: inline-flex;
  margin-right: 1rem;
  font-size: 0.7rem;
  cursor: pointer;
}

.promotionsList-page .form-group li .icon {
  font-size: 0.7rem;
  line-height: unset;
  margin: 0 0.3rem;
}

.promotionsList-page .form-group .form-title {
  min-height: initial;
}

.promotionsList-page .form-group > .btn {
  padding: 0;
  min-height: initial;
}

.promotionsList-page .form-group[data-open="true"] > .btn .icon-caret::before {
  transform: rotate(-180deg);
}

.promotionsList-page .promotions-module {
  border-bottom: 1px dotted;
  margin: 1rem 0;
}

.promotionsList-page .promotions-module > a:hover.promotions-set {
  display: block;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.promotionsList-page .promotions-title {
  color: #f77a00;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
  padding: 0 1rem;
}

.promotionsList-page article {
  display: inline-flex;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
}

.promotionsList-page article div {
  flex: 1 0 0;
  padding: 0 1rem;
}

.promotionsList-page article div .txt-org {
  color: #f77a00;
  font-weight: bold;
}

.promotionsList-page article div .txt-blue {
  color: #26416e;
  font-weight: bold;
}

.promotionsList-page article div .txt-gray {
  color: #999999;
  font-size: 0.7rem;
  line-height: 1.5rem;
}

.promotionsList-page article div.promotions-banner {
  background: #ececec;
  border-radius: 10px;
  height: 10rem;
  width: 17.5rem;
  min-width: 17.5rem;
}

.promotionsList-page article div.promotions-txt {
  flex: 3 0 0;
}

.promotionsList-page article div.promotions-txt li {
  list-style: none;
}

.promotionsList-page article div.promotions-txt .txt-org {
  padding: 0;
}

.promotionsList-page article div.promotions-txt .txt-blue {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.promotionsList-page article div.promotions-txt .txt-gray {
  padding: 0.8rem 0;
}

.promotionsList-page article div.schedule-module {
  background: #f6fafc;
  display: inline-flex;
  padding: 1rem;
}

.promotionsList-page article div.schedule-module .schedule {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  height: 1rem;
  padding: 0;
}

.promotionsList-page article div.schedule-module .schedule .schedule-bg {
  background: url("../images/UI/schedulebg.jpg");
  padding: 1px;
  height: 100%;
  border-radius: 10px;
}

.promotionsList-page article div.schedule-module .percentage {
  float: right;
  color: #f77a00;
  font-weight: bold;
  padding: 0;
  font-size: 1.5rem;
}

.promotionsList-page article div.schedule-module .txt-gray {
  padding: 0;
}

.promotionsList-page article .promotions-type {
  color: #999999;
  padding: 0;
}

.promotionsList-page article .promotions-type li {
  display: inline-flex;
  align-items: center;
  margin-right: 0.2rem;
}

.promotionsList-page article .promotions-type li i {
  margin-right: 0.2rem;
}

.promotionsList-page article .promotions-type li .txt-org {
  margin-left: 0.5rem;
}

.promotionsList-page article .promotions-type ul.txt-gray {
  padding: 0;
}

@media (max-width: 1110px) {
  .promotionsList-page .promotions-module {
    margin: 0;
  }
  .promotionsList-page .promotions-module .promotions-title {
    padding: 0;
  }
  .promotionsList-page article {
    display: block;
    padding: 1rem 0 0;
  }
  .promotionsList-page article div {
    padding: 0;
  }
  .promotionsList-page article div.schedule-module {
    display: block;
  }
  .promotionsList-page article div.schedule-module .promotions-txt {
    margin: 1rem 0;
  }
  .promotionsList-page article div.promotions-txt .txt-blue {
    display: block;
  }
  .promotionsList-page article .promotions-banner {
    margin-bottom: 1rem;
  }
  .promotionsList-page article .promotions-type {
    padding: 0.5rem 0;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../images/UI/iconfont.woff?v=20191206001") format("woff");
}

ul {
  padding: 0;
  margin: 0;
}

.promotionsInfo-page {
  color: #b9b9b9;
}

.promotionsInfo-page .heading + .promotions-module {
  border-bottom: 1px dotted;
}

.promotionsInfo-page .promotions-module {
  padding: 0 1.4rem;
}

.promotionsInfo-page .promotions-module .panel__body {
  padding-left: 1rem;
}

.promotionsInfo-page .promotions-title {
  color: #f77a00;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
}

.promotionsInfo-page .txt-blue {
  color: #26416e;
  font-weight: bold;
}

.promotionsInfo-page article {
  display: inline-flex;
  width: 100%;
  margin-bottom: 1rem;
}

.promotionsInfo-page article ol[type="i"] {
  padding: 0 0 0 1rem;
  margin: 0;
  line-height: 1.5rem;
}

.promotionsInfo-page article ol[type="i"] li {
  list-style: decimal;
}

.promotionsInfo-page article ol[type="i"] .table {
  border-right-width: 0;
  background: none;
  margin: 1rem 0;
  color: #26416e;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary {
  background: none;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .thead {
  border: 0;
  padding: 0;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .thead > .tr {
  border: 0;
  padding: 0;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .thead > .tr::after {
  width: 0;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .tbody {
  padding: 0;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .tbody > .tr {
  padding: 0;
}

.promotionsInfo-page article ol[type="i"] .table.table-primary > .tbody > .tr .td-id {
  border-right-width: 1px;
}

.promotionsInfo-page article .btn-group {
  padding: 0;
  display: block;
}

.promotionsInfo-page article div {
  flex: 1 0 0;
  padding: 0 1rem;
}

.promotionsInfo-page article div .txt-org {
  color: #f77a00;
  font-weight: bold;
}

.promotionsInfo-page article div .txt-gray {
  color: #999999;
  font-size: 0.7rem;
  line-height: 1.5rem;
}

.promotionsInfo-page article div.promotions-banner {
  background: #ececec;
  border-radius: 10px;
  height: 10rem;
  width: 17.5rem;
  max-width: 17.5rem;
}

.promotionsInfo-page article div.promotions-txt {
  flex: 3 0 0;
}

.promotionsInfo-page article div.promotions-txt li {
  list-style: none;
}

.promotionsInfo-page article div.promotions-txt .txt-org {
  padding: 0;
}

.promotionsInfo-page article div.promotions-txt .txt-blue {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.promotionsInfo-page article div.promotions-txt .txt-gray {
  padding: 1rem 0 0;
}

.promotionsInfo-page article .promotions-type {
  color: #999999;
  padding: 0;
}

.promotionsInfo-page article .promotions-type ul {
  padding: 0;
  display: flex;
  align-items: center;
}

.promotionsInfo-page article .promotions-type ul.txt-gray {
  padding: 0;
}

.promotionsInfo-page article .promotions-type li {
  display: flex;
  margin-right: 0.5rem;
}

.promotionsInfo-page article .promotions-type li i {
  margin-right: 0.5rem;
}

.promotionsInfo-page article .promotions-type li:nth-last-child(1) {
  flex: 1 0 0;
}

.promotionsInfo-page article .promotions-type li .btn-group {
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 1110px) {
  .promotionsInfo-page .promotions-module {
    padding: 0 .4rem;
  }
  .promotionsInfo-page article {
    display: block;
  }
  .promotionsInfo-page article div {
    padding: 0;
  }
  .promotionsInfo-page article div.promotions-txt .txt-blue {
    display: block;
  }
  .promotionsInfo-page article .promotions-banner {
    margin-bottom: 1rem;
  }
  .promotionsInfo-page article .promotions-type {
    padding-top: 1.2rem;
  }
  .promotionsInfo-page article .promotions-type ul {
    display: block;
    font-size: 0.9rem;
  }
  .promotionsInfo-page article .promotions-type li .btn-group {
    justify-content: center;
    margin-top: 1rem;
  }
  .promotionsInfo-page .table-rwd [class^=td-] {
    border-left-width: 1px;
  }
  .promotionsInfo-page .table-rwd .tr > div {
    padding: 0.5rem;
  }
}

.lobby-inside-page {
  width: 100%;
}

.lobby-inside-page__header {
  width: 100%;
  position: relative;
  background-color: inherit;
  z-index: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .lobby-inside-page__header .lobby-banner-swiper {
    max-height: 350px;
  }
}

.lobby-inside-page__body {
  width: 100%;
  height: 100%;
  display: flex;
}

.lobby-inside-page .account-info__row {
  color: #26416e;
  font-weight: bold;
  justify-content: space-between;
}

.lobby-inside-page .page-nav__main {
  border-radius: unset;
}

.lobby-inside-page .btn[data-refresh=true] .icon-refresh {
  display: inline-flex;
}

.lobby-inside-page .message-list__header {
  border-bottom-width: 0;
  color: #26416e;
  font-weight: bold;
}

.lobby-inside-page .message-list__header .form-row {
  flex: 1;
  background-color: #edf8fd;
  justify-content: space-between;
}

.lobby-inside-page .message-list__header .form-row .form-group {
  min-height: auto;
  padding: 0rem;
  align-items: center;
}

.lobby-inside-page .message-list__header .form-row .form-group .txt-org {
  color: #F77A00;
  font-weight: bold;
  margin-right: 2px;
}

.lobby-inside-page .message-list__header .form-row .form-group ul {
  display: inline-flex;
  align-items: center;
}

.lobby-inside-page .message-list__header .form-row .form-group li {
  display: inline-flex;
  margin-right: 1rem;
  font-size: 0.7rem;
  cursor: pointer;
}

.lobby-inside-page .message-list__header .form-row .form-group li .icon {
  font-size: 0.7rem;
  line-height: unset;
  margin: 0 0.3rem;
}

.lobby-inside-page .message-list__header[role=mobile-only] {
  justify-content: space-between;
}

.lobby-inside-page .message-list__header[role=mobile-only] .btn {
  //background: #112240;
  background-color: #0a1933;
  color: #fff;
  font-size: 0.7rem;
}

.lobby-inside-page .message-list__header[role=mobile-only] .btn i {
  margin-right: 0.2rem;
  font-size: 1rem;
}

.lobby-inside-page .message-list__header[role=mobile-only] .txt-org {
  color: #F77A00;
  font-weight: bold;
  margin-right: 2px;
}

.lobby-inside-page .message-list__body {
  width: 100%;
}

.lobby-inside-page .message-list__body > div {
  list-style: none;
  width: calc(25% - 0.6rem);
  float: left;
  margin: 0.3rem 0.3rem 1rem;
  color: #8e8e8e;
  font-size: 0.7rem;
  padding-bottom: 5px;
  background: #000;
}

.lobby-inside-page .message-list__body > div img {
  width: 100%;
}

.lobby-inside-page .message-list__body > div .txt-blue {
  color: #f1002a;
  font-weight: bold;
  font-size: 1rem;
  margin: 0.4rem 0;
  padding: 0 0.5rem;
}

.lobby-inside-page .message-list__body > div .txt-org {
  color: #F77A00;
  font-weight: bold;
  margin-right: 2px;
}

.lobby-inside-page .message-list__body > div > div:last-child {
  padding-left: 0.5rem;
}

.lobby-inside-page .message-list__body > div:hover {
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.lobby-inside-page .page-nav[role=mobile-only] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  border-radius: unset;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #DBEAFC;
  display: none;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  //background: #112240;
  background-color: #0a1933;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  z-index: 1;
}

.lobby-inside-page .page-nav[role=mobile-only] .side-nav__list {
  width: calc(100% - 2rem);
  margin: 4rem auto 1rem;
  padding: 0;
  color: #fff;
}

.lobby-inside-page .page-nav[role=mobile-only] .side-nav__list .side-nav__item {
  border-radius: 10px;
}

.lobby-inside-page .page-nav[role=mobile-only] .side-nav__list .side-nav__item .side-nav__btn i {
  font-size: 1rem;
}

.lobby-inside-page .page-nav[role=mobile-only] .side-nav__list .side-nav__item .side-nav__submenu {
  background: transparent;
  width: 100%;
}

.lobby-inside-page .page-nav[role=mobile-only] .side-nav__list .side-nav__item a {
  border-radius: 10px;
  margin-bottom: 0.2rem;
  background: #26416e;
  padding: 0.5rem 0.75rem;
  font-weight: bold;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-body {
  padding: 1rem 0;
  background: #fff;
  width: calc(100% - 2rem);
  margin: auto auto 4rem;
  border-radius: 10px;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-body .page-nav__main {
  display: block;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-body .page-nav__main .page-nav__item {
  width: 50%;
  float: left;
  border: 0;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-body .page-nav__main .page-nav__item .page-nav__btn {
  padding: 0;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-body .page-nav__main .page-nav__item .page-nav__btn:hover {
  color: #000;
  background-color: transparent;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  //background: #112240;
  background-color: #0a1933;
  color: #fff;
  display: flex;
  justify-content: space-around;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-footer .btn {
  font-size: 0.7rem;
}

.lobby-inside-page .page-nav[role=mobile-only] .page-nav-footer .btn i {
  margin-right: 0.2rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .lobby-inside-page {
    margin-top: 12px;
  }
  .lobby-inside-page .message-list__body > div {
    width: calc(50% - 0.6rem);
  }
  .lobby-inside-page .lobby-inside-page__header {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .lobby-inside-page .page-nav[role=mobile-only] {
    display: none !important;
  }
}

[data-layout=desktop] .wt .form > div {
  float: left;
  width: 100%;
  min-height: auto;
  justify-content: flex-end;
}

[data-layout=desktop] .wt .btn-group {
  padding-bottom: .5rem;
}

.wt .btn-group .dropdown-highlight {
  border-color: #F1002A !important;
}

.wt .btn-group .dropdown-highlight:hover, .wt .dropdown-highlight[data-open=true] {
  background-color: #f43355 !important;
}

.wt .table-primary2 .thead {
  background: #DBEAFC;
}

.wt .table > .tbody > .tr {
  background-color: #1b1d38;
}

[data-layout=mobile] .wt .table-primary2 .btn-group {
  justify-content: center;
}

[data-layout=mobile] .wt .td-Main-wallet {
  background-color: #5574a7;
  color: #fff;
}

[data-layout=mobile] .wt .td-Secondary-wallet {
  color: #ff9627;
}

[data-layout=mobile] .wt .table-rwd [class^=td][data-title]::before {
  opacity: 1;
  margin: 0;
  align-self: center;
}

[data-layout=desktop] .wt .table-rwd .btn-group .btn {
  min-width: 120px;
  min-height: 36px;
}

[data-layout=desktop] .wt .form > div:nth-child(even) {
  margin-right: 0;
  float: right;
}

.table.table-rwd.table-primary2 {
  border: 2px solid #cccccc;
  border-radius: 10px;
}

.table.table-rwd.table-primary2 .tbody {
  border-radius: 10px;
}

.table.table-rwd.table-primary2 .td-Secondary-wallet, .table.table-rwd.table-primary2 .td-Balance {
  border-left-width: 0;
}

.table-rwd.table-primary2 [class^=td][data-title] {
  width: auto;
  flex-flow: column;
  border-radius: 10px;
  padding: .5rem 0 .5rem 1rem;
}

.table-rwd.table-primary2 [class^=td][data-title='Balance'] {
  padding: .5rem 1rem .5rem 1rem;
}

[data-layout=mobile] .table-rwd.table-primary2 [class^=td][data-title]::before {
  content: '';
}

[data-layout=mobile] .wt .table-rwd.table-primary2 [class^=td][data-title='Secondary wallet']:not([role=mobile-click]) > [class^=text] {
  text-align: left;
}

[data-layout=mobile] .wt .table-rwd.table-primary2 [class^=td][data-title='Balance']:not([role=mobile-click]) > [class^=text] {
  align-self: flex-end;
}

.wt .dropdown .text-group {
  justify-content: space-between;
  flex-direction: row;
}

.wt .table-primary2 .tbody .tr {
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wt .table-primary2 .tbody .tr:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

[data-layout=mobile] .wt .panel--payment[data-open="true"] > .panel__body {
  padding-top: 0;
}

[data-layout=mobile] .wt .panel--payment[data-open="true"] > .panel__body .form .form-group {
  min-height: auto;
  padding: 0;
}

#TransferPanel form.form {
  display: inline-block;
  width: 100%;
}

.validation_msg {
    display: block;
    width: 100%;
    color: red;
}

//sweet alert

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.Calculation {
  flex-direction: column;
  padding: 10px 0;
}

.Calculation .row {
  padding: 0 10px 10px 0;
}

.Calculation .form-content--text > span.text {
  padding: 0;
}

.Calculation .row:last-child {
  background: #F6FAFC;
  border-radius: 5px;
  margin: 10px auto;
}

.Calculation .row:nth-child(3) {
  border-bottom: 1px solid #26416E;
  color: #F77A00;
}

.Calculation .row > div {
  justify-content: flex-end;
  white-space: nowrap;
  align-items: center;
  flex: 1;
}

/**/
[data-layout=desktop] .Calculation .row {
  display: inline-block;
  padding: 0 10px 5px 0;
}

[data-layout=desktop] .Calculation .row:last-child {
  margin: 0;
}

.Calculation .row > div:nth-child(1) {
  margin-right: 0;
}

[data-layout=desktop] .Calculation .row:nth-child(3) {
  border: 0;
}

[data-layout=mobile] .Calculation .row > div:nth-child(1) {
  min-width: 158px;
}

.announcement-list__header {
  display: flex;
  align-items: center;
  padding: .5rem .25rem 0;
  color: #5574a7;
  border-bottom-width: 1px;
  border-bottom-color: #5574a7;
}

.announcement-list__header .tag a {
  background: #DBEAFC;
  color: #5574a7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 100px;
  padding: .5rem 1rem;
  text-align: center;
  display: inline-block;
}

.announcement-list__header .tag a.active {
  color: white;
  background-color: #5574a7;
}

[data-layout=mobile] .announcement-list__header .tag {
  width: 100%;
  display: flex;
}

[data-layout=mobile] .announcement-list__header .tag a {
  flex: 1;
}

.announcement-list__body .announcement {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.announcement__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5rem .25rem;
}

.announcement__title {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
  min-width: 0;
}

.announcement__title .text {
  width: 100%;
  padding-right: .5rem;
  color: #5574a7;
  font-weight: bold;
  font-size: 1rem;
}

[data-layout=desktop] .announcement__title .text {
  flex: 1;
}

.announcement__content {
  padding: .5rem;
  width: 100%;
  background-color: #f81818;
}

[data-layout=mobile] .announcement {
  padding: .5rem;
}

[data-layout=mobile] .announcement .heading {
  margin: 1rem auto;
  width: calc(100% - 1rem);
}

[data-layout=mobile] .announcement-list__header {
  padding: .5rem 0 0;
}

[data-layout=mobile] .announcement-list__body .announcement {
  padding: 0;
}

[data-layout=mobile] .announcement-list__body .announcement .message__item {
  padding: .5rem 0;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 4;
    display: flex;
    height: 13vw;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
    background-color: #89cc03;
}

footer>a {
    flex: 1 1;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 2px solid #fff;
    transition: .7s;
    position: relative;
}

footer>a .circleAnimation {
    position: absolute;
    width: calc(20vw - 1px);
    justify-content: center;
    align-items: center;
    color: #001942;
    top: -9vw;
}

footer>a .circleAnimation>div {
    position: relative;
    bottom: -9.5vw;
}

footer a span {
    color: #6f6f6f;
}

footer>a span {
    color: white;
    white-space: nowrap;
    margin-bottom: 1vw;
}

footer a.open .circleAnimation {
    //background: url(images/footerActiveDark.4153d5dc.svg) no-repeat top/100% 100%;
}

footer>a.open .circleAnimation>div {
    border-radius: 100%;
    background: #f77a00;
    width: 7.47vw;
    height: 7.47vw;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: static;
    //margin-top: 3.735vw;
    margin-top: 5vw;
}

footer>a.open .circleAnimation {
    //background: url(images/footerActive.6168ee4c.svg) no-repeat top/100% 100%;
    display: flex;
    color: #fff;
}

footer a .circleAnimation, footer a span {
    color: white;
}

// 4d css

.fourd {
    text-align: center;
}

.d4bg {
	background-image:url(../images/4d_bg.jpg);
	width: auto;
	background-size: cover;
	width: auto;
	height: 1115px;
}

.d4bg .d4header {
	background:url(../images/4d_middle_display.png) 50% 0 no-repeat;
	min-width: 1080px;
	width: auto;
	height: 279px;
}

.d4btnlist {
	padding-top: 15px;
}

.d4btnlist ul li {
	padding:0 30px;
}

.dodo {
	font-size:12px;
	color:#000;
}

.dodo_column {
	width: 22%;
	height: 360px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #FFF;
	display: inline-block;
	margin: 0 3px 20px;
        min-width: 190px;
}

.dodoheader {
	height: 38px;
	padding: 10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	vertical-align: middle;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
}

.dodoheader .dohleft {
	float: left;
	width: 40%;
        
}

.dodoheader .dohright {
	float: left;
    font-size: 14px;
    width: 55%;
    padding-top: 7px;
    text-align: left;
    font-weight: bold;
}

.dodoprize {
	width: 95%;
	color: #000;
        margin-left: 10px;
        text-align: center;
}

.dodoprizelist {
	margin-top: 3px;
}

.dodoprizelist ul li{
    margin: 3px 0;
}

.prizebold {
	font-size: 13px;
	font-weight: bold;
	width: 45%;
        padding: 3px;
}

.prizebox {
	font-size: 12px;
	border: 1px solid;
	width: 45%;
	padding: 3px !important;
}

.dodotable {
	width: 95%	;
	background-color: #a4a4a4;
	margin-top: 5px;
}

.dodotable .dodotitle {
	font-size: 13px;
	padding: 2px;
	
}

.dodonumber {
   padding: 2px 0;
}

.dodonumber ul li {
	width: 31%;
    background-color: #FFF;
    color: #000;
    margin: 1px 0px;
    font-size: 12px;
    padding: 2px 0px;
}

.numblank {
	width: 31%;
    background-color: #a4a4a4 !important;
    margin: 1px 0px;
    padding: 2px 0px;
	
}

.listdesu ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

.listdesu ul li {
	display:inline-block;
	padding:0;
	margin:0;
}

.betbutton {

    color: rgb(255, 255, 255);
    border-radius: 0.3em;
    font-size: inherit;
    font-weight: bold;
    border: 0px none;
    padding: 1em;
    font-family: inherit;
    width: 100%;
    max-width: 220px;
    opacity: 1;
    text-transform: none;
    background-color: rgb(0, 52, 122);
}
[data-layout=desktop] [role=mobile-click] {
  pointer-events: none;
}

[data-layout=desktop] [role=mobile-only] {
  display: none;
}

[data-layout=mobile] [role=desktop-only] {
  display: none;
}

.loginBtn {
background-color: #b51212;
}
.registerBtn {
background-color: #144f5d;
}