@font-face {
  font-family: 'Arial-Rounded-MT-Bold';
  font-weight: bold;
  src: url(../distv2/fonts/Arial-Rounded-MT-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Helvetica-Rounded-Bold';
  font-weight: bold;
  src: url(../distv2/fonts/Helvetica-Rounded-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Helvetica-Rounded-LT-Std-Bold';
  font-weight: bold;
  src: url(../distv2/fonts/Helvetica-Rounded-LT-Std-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'robotoBold';
  font-weight: bold;
  src: url(../distv2/fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Bold';
  font-weight: bold;
  src: url(../distv2/fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-Bold';
  font-weight: bold;
  src: url(../distv2/fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url(../distv2/fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url(../distv2/fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url(../distv2/fonts/Myriad-Pro-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Microsoft PhagsPa Bold';
  src: url(../distv2/fonts/Microsoft-PhagsPa-Bold.ttf) format('truetype');
}
/* Begin Boottrap */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

@media print {

  *,
  :after,
  :before {
      color: #000 !important;
      text-shadow: none !important;
      background: 0 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important
  }

  a,
  a:visited {
      text-decoration: underline
  }

  a[href]:after {
      content: " (" attr(href) ")"
  }

  abbr[title]:after {
      content: " (" attr(title) ")"
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: ""
  }

  blockquote,
  pre {
      border: 1px solid #999;
      page-break-inside: avoid
  }

  thead {
      display: table-header-group
  }

  img,
  tr {
      page-break-inside: avoid
  }

  img {
      max-width: 100% !important
  }

  h2,
  h3,
  p {
      orphans: 3;
      widows: 3
  }

  h2,
  h3 {
      page-break-after: avoid
  }

  .navbar {
      display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
      border-top-color: #000 !important
  }

  .label {
      border: 1px solid #000
  }

  .table {
      border-collapse: collapse !important
  }

  .table td,
  .table th {
      background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
      border: 1px solid #ddd !important
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width: 768px) {
  .lead {
      font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:focus,
a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,
dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width: 768px) {
  .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap
  }

  .dl-horizontal dd {
      margin-left: 180px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {
  .container {
      width: 750px
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
      float: left
  }

  .col-sm-12 {
      width: 100%
  }

  .col-sm-11 {
      width: 91.66666667%
  }

  .col-sm-10 {
      width: 83.33333333%
  }

  .col-sm-9 {
      width: 75%
  }

  .col-sm-8 {
      width: 66.66666667%
  }

  .col-sm-7 {
      width: 58.33333333%
  }

  .col-sm-6 {
      width: 50%
  }

  .col-sm-5 {
      width: 41.66666667%
  }

  .col-sm-4 {
      width: 33.33333333%
  }

  .col-sm-3 {
      width: 25%
  }

  .col-sm-2 {
      width: 16.66666667%
  }

  .col-sm-1 {
      width: 8.33333333%
  }

  .col-sm-pull-12 {
      right: 100%
  }

  .col-sm-pull-11 {
      right: 91.66666667%
  }

  .col-sm-pull-10 {
      right: 83.33333333%
  }

  .col-sm-pull-9 {
      right: 75%
  }

  .col-sm-pull-8 {
      right: 66.66666667%
  }

  .col-sm-pull-7 {
      right: 58.33333333%
  }

  .col-sm-pull-6 {
      right: 50%
  }

  .col-sm-pull-5 {
      right: 41.66666667%
  }

  .col-sm-pull-4 {
      right: 33.33333333%
  }

  .col-sm-pull-3 {
      right: 25%
  }

  .col-sm-pull-2 {
      right: 16.66666667%
  }

  .col-sm-pull-1 {
      right: 8.33333333%
  }

  .col-sm-pull-0 {
      right: auto
  }

  .col-sm-push-12 {
      left: 100%
  }

  .col-sm-push-11 {
      left: 91.66666667%
  }

  .col-sm-push-10 {
      left: 83.33333333%
  }

  .col-sm-push-9 {
      left: 75%
  }

  .col-sm-push-8 {
      left: 66.66666667%
  }

  .col-sm-push-7 {
      left: 58.33333333%
  }

  .col-sm-push-6 {
      left: 50%
  }

  .col-sm-push-5 {
      left: 41.66666667%
  }

  .col-sm-push-4 {
      left: 33.33333333%
  }

  .col-sm-push-3 {
      left: 25%
  }

  .col-sm-push-2 {
      left: 16.66666667%
  }

  .col-sm-push-1 {
      left: 8.33333333%
  }

  .col-sm-push-0 {
      left: auto
  }

  .col-sm-offset-12 {
      margin-left: 100%
  }

  .col-sm-offset-11 {
      margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
      margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
      margin-left: 75%
  }

  .col-sm-offset-8 {
      margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
      margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
      margin-left: 50%
  }

  .col-sm-offset-5 {
      margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
      margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
      margin-left: 25%
  }

  .col-sm-offset-2 {
      margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
      margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
      margin-left: 0
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
      float: left
  }

  .col-md-12 {
      width: 100%
  }

  .col-md-11 {
      width: 91.66666667%
  }

  .col-md-10 {
      width: 83.33333333%
  }

  .col-md-9 {
      width: 75%
  }

  .col-md-8 {
      width: 66.66666667%
  }

  .col-md-7 {
      width: 58.33333333%
  }

  .col-md-6 {
      width: 50%
  }

  .col-md-5 {
      width: 41.66666667%
  }

  .col-md-4 {
      width: 33.33333333%
  }

  .col-md-3 {
      width: 25%
  }

  .col-md-2 {
      width: 16.66666667%
  }

  .col-md-1 {
      width: 8.33333333%
  }

  .col-md-pull-12 {
      right: 100%
  }

  .col-md-pull-11 {
      right: 91.66666667%
  }

  .col-md-pull-10 {
      right: 83.33333333%
  }

  .col-md-pull-9 {
      right: 75%
  }

  .col-md-pull-8 {
      right: 66.66666667%
  }

  .col-md-pull-7 {
      right: 58.33333333%
  }

  .col-md-pull-6 {
      right: 50%
  }

  .col-md-pull-5 {
      right: 41.66666667%
  }

  .col-md-pull-4 {
      right: 33.33333333%
  }

  .col-md-pull-3 {
      right: 25%
  }

  .col-md-pull-2 {
      right: 16.66666667%
  }

  .col-md-pull-1 {
      right: 8.33333333%
  }

  .col-md-pull-0 {
      right: auto
  }

  .col-md-push-12 {
      left: 100%
  }

  .col-md-push-11 {
      left: 91.66666667%
  }

  .col-md-push-10 {
      left: 83.33333333%
  }

  .col-md-push-9 {
      left: 75%
  }

  .col-md-push-8 {
      left: 66.66666667%
  }

  .col-md-push-7 {
      left: 58.33333333%
  }

  .col-md-push-6 {
      left: 50%
  }

  .col-md-push-5 {
      left: 41.66666667%
  }

  .col-md-push-4 {
      left: 33.33333333%
  }

  .col-md-push-3 {
      left: 25%
  }

  .col-md-push-2 {
      left: 16.66666667%
  }

  .col-md-push-1 {
      left: 8.33333333%
  }

  .col-md-push-0 {
      left: auto
  }

  .col-md-offset-12 {
      margin-left: 100%
  }

  .col-md-offset-11 {
      margin-left: 91.66666667%
  }

  .col-md-offset-10 {
      margin-left: 83.33333333%
  }

  .col-md-offset-9 {
      margin-left: 75%
  }

  .col-md-offset-8 {
      margin-left: 66.66666667%
  }

  .col-md-offset-7 {
      margin-left: 58.33333333%
  }

  .col-md-offset-6 {
      margin-left: 50%
  }

  .col-md-offset-5 {
      margin-left: 41.66666667%
  }

  .col-md-offset-4 {
      margin-left: 33.33333333%
  }

  .col-md-offset-3 {
      margin-left: 25%
  }

  .col-md-offset-2 {
      margin-left: 16.66666667%
  }

  .col-md-offset-1 {
      margin-left: 8.33333333%
  }

  .col-md-offset-0 {
      margin-left: 0
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
      float: left
  }

  .col-lg-12 {
      width: 100%
  }

  .col-lg-11 {
      width: 91.66666667%
  }

  .col-lg-10 {
      width: 83.33333333%
  }

  .col-lg-9 {
      width: 75%
  }

  .col-lg-8 {
      width: 66.66666667%
  }

  .col-lg-7 {
      width: 58.33333333%
  }

  .col-lg-6 {
      width: 50%
  }

  .col-lg-5 {
      width: 41.66666667%
  }

  .col-lg-4 {
      width: 33.33333333%
  }

  .col-lg-3 {
      width: 25%
  }

  .col-lg-2 {
      width: 16.66666667%
  }

  .col-lg-1 {
      width: 8.33333333%
  }

  .col-lg-pull-12 {
      right: 100%
  }

  .col-lg-pull-11 {
      right: 91.66666667%
  }

  .col-lg-pull-10 {
      right: 83.33333333%
  }

  .col-lg-pull-9 {
      right: 75%
  }

  .col-lg-pull-8 {
      right: 66.66666667%
  }

  .col-lg-pull-7 {
      right: 58.33333333%
  }

  .col-lg-pull-6 {
      right: 50%
  }

  .col-lg-pull-5 {
      right: 41.66666667%
  }

  .col-lg-pull-4 {
      right: 33.33333333%
  }

  .col-lg-pull-3 {
      right: 25%
  }

  .col-lg-pull-2 {
      right: 16.66666667%
  }

  .col-lg-pull-1 {
      right: 8.33333333%
  }

  .col-lg-pull-0 {
      right: auto
  }

  .col-lg-push-12 {
      left: 100%
  }

  .col-lg-push-11 {
      left: 91.66666667%
  }

  .col-lg-push-10 {
      left: 83.33333333%
  }

  .col-lg-push-9 {
      left: 75%
  }

  .col-lg-push-8 {
      left: 66.66666667%
  }

  .col-lg-push-7 {
      left: 58.33333333%
  }

  .col-lg-push-6 {
      left: 50%
  }

  .col-lg-push-5 {
      left: 41.66666667%
  }

  .col-lg-push-4 {
      left: 33.33333333%
  }

  .col-lg-push-3 {
      left: 25%
  }

  .col-lg-push-2 {
      left: 16.66666667%
  }

  .col-lg-push-1 {
      left: 8.33333333%
  }

  .col-lg-push-0 {
      left: auto
  }

  .col-lg-offset-12 {
      margin-left: 100%
  }

  .col-lg-offset-11 {
      margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
      margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
      margin-left: 75%
  }

  .col-lg-offset-8 {
      margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
      margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
      margin-left: 50%
  }

  .col-lg-offset-5 {
      margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
      margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
      margin-left: 25%
  }

  .col-lg-offset-2 {
      margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
      margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
      margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width: 767px) {
  .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd
  }

  .table-responsive>.table {
      margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
      white-space: nowrap
  }

  .table-responsive>.table-bordered {
      border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
      border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
      border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
      border-bottom: 0
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
      line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
      line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
      line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width: 768px) {
  .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle
  }

  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
  }

  .form-inline .form-control-static {
      display: inline-block
  }

  .form-inline .input-group {
      display: inline-table;
      vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
      width: auto
  }

  .form-inline .input-group>.form-control {
      width: 100%
  }

  .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
      padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
      position: relative;
      margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
      top: 0
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
      right: 0;
      left: auto
  }

  .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%
  }

  .nav-tabs.nav-justified>li>a {
      margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
      border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width: 768px) {
  .nav-justified>li {
      display: table-cell;
      width: 1%
  }

  .nav-justified>li>a {
      margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
      border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width: 768px) {
  .navbar {
      border-radius: 4px
  }
}

@media (min-width: 768px) {
  .navbar-header {
      float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width: 768px) {
  .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none
  }

  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important
  }

  .navbar-collapse.in {
      overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
      max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
      margin-right: 0;
      margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width: 768px) {
  .navbar-static-top {
      border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
      border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
      margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width: 768px) {
  .navbar-toggle {
      display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
      padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
      line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
      background-image: none
  }
}

@media (min-width: 768px) {
  .navbar-nav {
      float: left;
      margin: 0
  }

  .navbar-nav>li {
      float: left
  }

  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
  .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle
  }

  .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
  }

  .navbar-form .form-control-static {
      display: inline-block
  }

  .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
      width: auto
  }

  .navbar-form .input-group>.form-control {
      width: 100%
  }

  .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
      padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
      position: relative;
      margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
      top: 0
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
      margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
      margin-bottom: 0
  }
}

@media (min-width: 768px) {
  .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px
  }
}

@media (min-width: 768px) {
  .navbar-left {
      float: left !important
  }

  .navbar-right {
      float: right !important;
      margin-right: -15px
  }

  .navbar-right~.navbar-right {
      margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #333;
      background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
      color: #555;
      background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #ccc;
      background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #080808
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
      border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #fff;
      background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
      color: #fff;
      background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #444;
      background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
      font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0
  }

  to {
      background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0
  }

  to {
      background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
      background-position: 40px 0
  }

  to {
      background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .8
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto
  }

  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
      width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
      width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
      -webkit-transition: -webkit-transform .6s ease-in-out;
      -o-transition: -o-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
      margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
      margin-right: -10px
  }

  .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px
  }

  .carousel-indicators {
      bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media (max-width: 767px) {
  .visible-xs {
      display: block !important
  }

  table.visible-xs {
      display: table !important
  }

  tr.visible-xs {
      display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
      display: table-cell !important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
      display: block !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
      display: inline !important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
      display: inline-block !important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm {
      display: block !important
  }

  table.visible-sm {
      display: table !important
  }

  tr.visible-sm {
      display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
      display: table-cell !important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-block {
      display: block !important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline {
      display: inline !important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline-block {
      display: inline-block !important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md {
      display: block !important
  }

  table.visible-md {
      display: table !important
  }

  tr.visible-md {
      display: table-row !important
  }

  td.visible-md,
  th.visible-md {
      display: table-cell !important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-block {
      display: block !important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline {
      display: inline !important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline-block {
      display: inline-block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg {
      display: block !important
  }

  table.visible-lg {
      display: table !important
  }

  tr.visible-lg {
      display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
      display: table-cell !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
      display: block !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
      display: inline !important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
      display: inline-block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .hidden-sm {
      display: none !important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .hidden-md {
      display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
      display: block !important
  }

  table.visible-print {
      display: table !important
  }

  tr.visible-print {
      display: table-row !important
  }

  td.visible-print,
  th.visible-print {
      display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
      display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
      display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
      display: inline-block !important
  }
}

@media print {
  .hidden-print {
      display: none !important
  }
}

@font-face {
  font-family: ohyea_font_1;
  src: url(/Content/ohyea/orange/export/fonts/utm-helve.ttf) format("ttf")
}

.ohyea__form_select:-moz-placeholder,
.ohyea__form_select:-ms-input-placeholder,
.ohyea__form_select::-moz-placeholder,
.ohyea__form_select::-webkit-input-placeholder,
.ohyea__form_select::-webkit-input-placeholder,
.ohyea__form_select:active:-moz-placeholder,
.ohyea__form_select:active:-ms-input-placeholder,
.ohyea__form_select:active::-moz-placeholder,
.ohyea__form_select:active::-webkit-input-placeholder,
.ohyea__form_select:focus:-moz-placeholder,
.ohyea__form_select:focus:-ms-input-placeholder,
.ohyea__form_select:focus::-moz-placeholder,
.ohyea__form_select:focus::-webkit-input-placeholder,
.ohyea__form_select:hover:-moz-placeholder,
.ohyea__form_select:hover:-ms-input-placeholder,
.ohyea__form_select:hover::-moz-placeholder,
.ohyea__form_select:hover::-webkit-input-placeholder {
  color: white;
  opacity: 0.9;
  font-weight: 100;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset
}

.ohyea__form_select:-moz-placeholder,
.ohyea__form_select:-ms-input-placeholder,
.ohyea__form_select::-moz-placeholder,
.ohyea__form_select::-webkit-input-placeholder,
.ohyea__form_select::placeholder,
.ohyea__form_select:active:-moz-placeholder,
.ohyea__form_select:active:-ms-input-placeholder,
.ohyea__form_select:active::-moz-placeholder,
.ohyea__form_select:active::-webkit-input-placeholder,
.ohyea__form_select:active::placeholder,
.ohyea__form_select:focus:-moz-placeholder,
.ohyea__form_select:focus:-ms-input-placeholder,
.ohyea__form_select:focus::-moz-placeholder,
.ohyea__form_select:focus::-webkit-input-placeholder,
.ohyea__form_select:focus::placeholder,
.ohyea__form_select:hover:-moz-placeholder,
.ohyea__form_select:hover:-ms-input-placeholder,
.ohyea__form_select:hover::-moz-placeholder,
.ohyea__form_select:hover::-webkit-input-placeholder,
.ohyea__form_select:hover::placeholder {
  color: white;
  opacity: 0.9;
  font-weight: 100;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset
}


.ohyea__guild-border-bottom,
.ohyea__guild-border-top {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block
}

.ohyea__guild-border-bottom:after,
.ohyea__guild-border-top:after {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #00c1f6 35%, #00c1f6 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, #00c1f6), color-stop(65%, #00c1f6), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #00c1f6 35%, #00c1f6 65%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #00c1f6 35%, #00c1f6 65%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #00c1f6 35%, #00c1f6 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, #00c1f6), color-stop(65%, #00c1f6), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #00c1f6 35%, #00c1f6 65%, rgba(255, 255, 255, 0) 100%);
  height: 2px;
  width: 100%;
  left: 0;
  content: ""
}

.ohyea__guild-avatar .overlay,
.ohyea__guild-avatar img,
.ohyea__guild-banner .overlay {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 130px;
  min-height: 125px;
  top: 50%
}

.ohyea__text-gradient--yellow,
.ohyea__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-shadow: none;
  -webkit-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  color: #fff600;
}

.ohyea__bg--overlay,
.ohyea__bg.type-2,
.ohyea__bg.type-3,
.ohyea__modal-small_title,
.ohyea__modal_body:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c0901), color-stop(55%, #380c01), to(#300a01));
  background: -webkit-linear-gradient(top, #2c0901 0%, #380c01 55%, #300a01 100%);
  background: -o-linear-gradient(top, #2c0901 0%, #380c01 55%, #300a01 100%);
  background: linear-gradient(to bottom, #2c0901 0%, #380c01 55%, #300a01 100%)
}

@-webkit-keyframes ohyeah-hover-btn {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  25% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95)
  }

  55% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  95% {
      -webkit-transform: scale(1.01);
      transform: scale(1.01)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes ohyeah-hover-btn {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  25% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95)
  }

  55% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  95% {
      -webkit-transform: scale(1.01);
      transform: scale(1.01)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.ohyea__modal-small_contain,
.ohyea__modal_block,
.ohyea__modal_message,
.ohyea__panel-content,
.ohyea__panel-header,
.ohyea__tabs_title {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c0901), color-stop(55%, #380c01), to(#300a01));
  background: -webkit-linear-gradient(top, #2c0901 0%, #380c01 55%, #300a01 100%);
  background: -o-linear-gradient(top, #2c0901 0%, #380c01 55%, #300a01 100%);
  background: linear-gradient(to bottom, #2c0901 0%, #380c01 55%, #300a01 100%)
}

.ohyea__modal_header:after,
.ohyea__modal_header:before,
.ohyea__modal_header>.light,
.ohyea__modal_header>.light2,
.ohyea__modal_header>.light:after,
.ohyea__modal_header>.light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

@-webkit-keyframes ohyea-hover-left {
  0% {
      width: 100%;
      opacity: 0.5
  }

  to {
      width: 20%;
      opacity: 1
  }
}

@keyframes ohyea-hover-left {
  0% {
      width: 100%;
      opacity: 0.5
  }

  to {
      width: 20%;
      opacity: 1
  }
}

select.ohyea__input option {
  color: #99482c
}

body {
  font-family: ohyea_font_1, "helvetica", "Arial", "Tahoma", sans-serif;
  letter-spacing: 0.5px;
  background-image: url("/Content/ohyea/orange/export/imgs/bg/bg.jpg");
  background-size: cover
}

body .copyright {
  background-image: url("/Content/ohyea/orange/export/imgs/bg/bg-copy.png");
  background-size: cover;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  font-size: 1.1em;
  position: relative
}

.ohyea {}

.ohyea * {
  outline: none !important;
  border: none !important;
  background: transparent;
  opacity: 1;
  font-family: ohyea_font_1, "helvetica", "Arial", "Tahoma", sans-serif
}

.ohyea__demo {
  padding: 1rem;
  font-size: 16px;
  color: black;
  background: #62001a
}

.ohyea__btn {
  outline: none;
  border: none;
  -webkit-transition: border 0.63s ease, -webkit-box-shadow 0.43s ease-in;
  transition: border 0.63s ease, -webkit-box-shadow 0.43s ease-in;
  -o-transition: border 0.63s ease, box-shadow 0.43s ease-in;
  transition: border 0.63s ease, box-shadow 0.43s ease-in;
  transition: border 0.63s ease, box-shadow 0.43s ease-in, -webkit-box-shadow 0.43s ease-in;
  max-width: 100%;
  max-height: 81px;
  -webkit-box-shadow: inset 0 0 8px 3px #ffdc7f;
  box-shadow: inset 0 0 8px 3px #ffdc7f;
  padding: 0;
  border-radius: 2em;
  position: relative;
  -webkit-transition: -webkit-filter 0.23s ease-in, -webkit-box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-filter 0.23s ease-in, -webkit-box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: filter 0.23s ease-in, box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: filter 0.23s ease-in, box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: filter 0.23s ease-in, box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.23s ease-in, -webkit-box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.ohyea__btn:hover {
  border-color: #4c2417;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-box-shadow: 1px 5px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 5px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn:hover:after {
  display: none
}

.ohyea__btn * {
  cursor: pointer
}

.ohyea__btn.un-hover:hover {
  border-color: unset !important;
  -webkit-filter: unset !important;
  filter: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.ohyea__btn--default {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--default .light,
.ohyea__btn--default .light:after,
.ohyea__btn--default .overlay,
.ohyea__btn--default .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--default:after,
.ohyea__btn--default:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--default:before {
  background: #824716;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#97642e), color-stop(12%, #97642e), color-stop(50%, #fdd679), color-stop(91%, #97642e), to(#97642e));
  background: -webkit-linear-gradient(left, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%);
  background: -o-linear-gradient(left, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%);
  background: linear-gradient(90deg, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%)
}

.ohyea__btn--default:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #824716;
  position: absolute;
  z-index: 0
}

.ohyea__btn--default .light,
.ohyea__btn--default .overlay,
.ohyea__btn--default .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--default .pattern {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/pattern.png");
  background-size: cover;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #fff185;
  box-shadow: inset 0 0 4px 1px #fff185
}

.ohyea__btn--default .overlay {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/overlay.png");
  background-size: cover;
  z-index: 2;
  background-position: center;
  height: 50%;
  top: 0%
}

.ohyea__btn--default .light {
  height: 50%;
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/light.png");
  background-size: contain;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}

.ohyea__btn--default .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--default label {
  color: #331904;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #fff185, -0.5px 0.5px 2px #fff185, 0px 0.5px 2px #fff185;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--green {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--green .light,
.ohyea__btn--green .light:after,
.ohyea__btn--green .overlay,
.ohyea__btn--green .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--green:after,
.ohyea__btn--green:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--green:before {
  background: #132119;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#1ca71d), color-stop(12%, #1ca71d), color-stop(50%, #a0f985), color-stop(91%, #1ca71d), to(#1ca71d));
  background: -webkit-linear-gradient(left, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%);
  background: -o-linear-gradient(left, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%);
  background: linear-gradient(90deg, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%)
}

.ohyea__btn--green:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #132119;
  position: absolute;
  z-index: 0
}

.ohyea__btn--green .light,
.ohyea__btn--green .overlay,
.ohyea__btn--green .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--green .pattern {
  background: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
  background-position: -1269px -50px;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #6ff170;
  box-shadow: inset 0 0 4px 1px #6ff170
}

.ohyea__btn--green .overlay {
  background: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
  background-position: -0px -0px;
  z-index: 2;
  height: 50%;
  top: 0%
}

.ohyea__btn--green .light {
  height: 100%;
  background: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
  background-position: -257px -0px;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}


.ohyea__btn--green .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/green/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--green label {
  color: #064c23;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #6ff170, -0.5px 0.5px 2px #6ff170, 0px 0.5px 2px #6ff170;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--grey {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--grey .light,
.ohyea__btn--grey .light:after,
.ohyea__btn--grey .overlay,
.ohyea__btn--grey .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--grey:after,
.ohyea__btn--grey:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--grey:before {
  background: #444;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(12%, #ccc), color-stop(50%, #3d3d3d), color-stop(91%, #ccc), to(#ccc));
  background: -webkit-linear-gradient(left, #ccc 0%, #ccc 12%, #3d3d3d 50%, #ccc 91%, #ccc 100%);
  background: -o-linear-gradient(left, #ccc 0%, #ccc 12%, #3d3d3d 50%, #ccc 91%, #ccc 100%);
  background: linear-gradient(90deg, #ccc 0%, #ccc 12%, #3d3d3d 50%, #ccc 91%, #ccc 100%)
}

.ohyea__btn--grey:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #444;
  position: absolute;
  z-index: 0
}

.ohyea__btn--grey .light,
.ohyea__btn--grey .overlay,
.ohyea__btn--grey .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--grey .pattern {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/grey/pattern.png");
  background-size: cover;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #eee;
  box-shadow: inset 0 0 4px 1px #eee
}

.ohyea__btn--grey .overlay {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/grey/overlay.png");
  background-size: cover;
  z-index: 2;
  background-position: center;
  height: 50%;
  top: 0%
}

.ohyea__btn--grey .light {
  height: 50%;
  background-image: url("/Content/ohyea/orange/export/imgs/btn/grey/light.png");
  background-size: contain;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}

.ohyea__btn--grey .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/grey/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--grey label {
  color: #2d2d2d;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #eee, -0.5px 0.5px 2px #eee, 0px 0.5px 2px #eee;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--blue {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--blue .light,
.ohyea__btn--blue .light:after,
.ohyea__btn--blue .overlay,
.ohyea__btn--blue .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--blue:after,
.ohyea__btn--blue:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--blue:before {
  background: #153377;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#2290d2), color-stop(12%, #2290d2), color-stop(50%, #68add6), color-stop(91%, #2290d2), to(#2290d2));
  background: -webkit-linear-gradient(left, #2290d2 0%, #2290d2 12%, #68add6 50%, #2290d2 91%, #2290d2 100%);
  background: -o-linear-gradient(left, #2290d2 0%, #2290d2 12%, #68add6 50%, #2290d2 91%, #2290d2 100%);
  background: linear-gradient(90deg, #2290d2 0%, #2290d2 12%, #68add6 50%, #2290d2 91%, #2290d2 100%)
}

.ohyea__btn--blue:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #153377;
  position: absolute;
  z-index: 0
}

.ohyea__btn--blue .light,
.ohyea__btn--blue .overlay,
.ohyea__btn--blue .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--blue .pattern {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/blue/pattern.png");
  background-size: cover;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #93bde8;
  box-shadow: inset 0 0 4px 1px #93bde8
}

.ohyea__btn--blue .overlay {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/blue/overlay.png");
  background-size: cover;
  z-index: 2;
  background-position: center;
  height: 50%;
  top: 0%
}

.ohyea__btn--blue .light {
  height: 50%;
  background-image: url("/Content/ohyea/orange/export/imgs/btn/blue/light.png");
  background-size: contain;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}

.ohyea__btn--blue .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/blue/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--blue label {
  color: #1d4192;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #93bde8, -0.5px 0.5px 2px #93bde8, 0px 0.5px 2px #93bde8;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--red {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--red .light,
.ohyea__btn--red .light:after,
.ohyea__btn--red .overlay,
.ohyea__btn--red .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--red:after,
.ohyea__btn--red:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--red:before {
  background: #5a0303;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#c72130), color-stop(12%, #c72130), color-stop(50%, #ffaaaa), color-stop(91%, #c72130), to(#c72130));
  background: -webkit-linear-gradient(left, #c72130 0%, #c72130 12%, #ffaaaa 50%, #c72130 91%, #c72130 100%);
  background: -o-linear-gradient(left, #c72130 0%, #c72130 12%, #ffaaaa 50%, #c72130 91%, #c72130 100%);
  background: linear-gradient(90deg, #c72130 0%, #c72130 12%, #ffaaaa 50%, #c72130 91%, #c72130 100%)
}

.ohyea__btn--red:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #5a0303;
  position: absolute;
  z-index: 0
}

.ohyea__btn--red .light,
.ohyea__btn--red .overlay,
.ohyea__btn--red .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--red .pattern {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/red/pattern.png");
  background-size: cover;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #ffbbbb;
  box-shadow: inset 0 0 4px 1px #ffbbbb
}

.ohyea__btn--red .overlay {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/red/overlay.png");
  background-size: cover;
  z-index: 2;
  background-position: center;
  height: 50%;
  top: 0%
}

.ohyea__btn--red .light {
  height: 50%;
  background-image: url("/Content/ohyea/orange/export/imgs/btn/red/light.png");
  background-size: contain;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}

.ohyea__btn--red .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/red/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--red label {
  color: #691212;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #ffbbbb, -0.5px 0.5px 2px #ffbbbb, 0px 0.5px 2px #ffbbbb;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--yellow {
  border-radius: 2em;
  min-height: 40px;
  position: relative;
  min-width: 140px;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.35)
}

.ohyea__btn--yellow .light,
.ohyea__btn--yellow .light:after,
.ohyea__btn--yellow .overlay,
.ohyea__btn--yellow .pattern {
  border-radius: 2em;
  overflow: hidden
}

.ohyea__btn--yellow:after,
.ohyea__btn--yellow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  content: "";
  border-radius: 2em;
  overflow: hidden;
  pointer-events: none
}

.ohyea__btn--yellow:before {
  background: #824716;
  top: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#97642e), color-stop(12%, #97642e), color-stop(50%, #fdd679), color-stop(91%, #97642e), to(#97642e));
  background: -webkit-linear-gradient(left, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%);
  background: -o-linear-gradient(left, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%);
  background: linear-gradient(90deg, #97642e 0%, #97642e 12%, #fdd679 50%, #97642e 91%, #97642e 100%)
}

.ohyea__btn--yellow:after {
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background: #824716;
  position: absolute;
  z-index: 0
}

.ohyea__btn--yellow .light,
.ohyea__btn--yellow .overlay,
.ohyea__btn--yellow .pattern {
  position: absolute;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none
}

.ohyea__btn--yellow .pattern {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/pattern.png");
  background-size: cover;
  z-index: 4;
  overflow: unset;
  top: 0%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 4px 1px #fff185;
  box-shadow: inset 0 0 4px 1px #fff185
}

.ohyea__btn--yellow .overlay {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/overlay.png");
  background-size: cover;
  z-index: 2;
  background-position: center;
  height: 50%;
  top: 0%
}

.ohyea__btn--yellow .light {
  height: 50%;
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/light.png");
  background-size: contain;
  max-width: 90%;
  left: 5%;
  bottom: 0;
  opacity: 1;
  z-index: 2
}

.ohyea__btn--yellow .light:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-image: url("/Content/ohyea/orange/export/imgs/btn/default/light_2.png");
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.ohyea__btn--yellow label {
  color: #331904;
  position: relative;
  z-index: 1;
  text-shadow: -0.5px 0px 2px #fff185, -0.5px 0.5px 2px #fff185, 0px 0.5px 2px #fff185;
  font-weight: bold;
  z-index: 5;
  margin-bottom: 0;
  margin: 0 8px;
  pointer-events: none
}

.ohyea__btn--fullwidth {
  width: 100%;
  margin: 12px auto 24px auto
}

.ohyea__btn--small {
  height: 40px !important;
  border-radius: 2em !important;
  min-height: unset;
  margin-bottom: 0
}

.ohyea__btn--small label {
  font-size: 1em
}

.ohyea__btn--medium {
  border-radius: 2em !important
}

.ohyea__btn--large {
  border-radius: 2em !important;
  min-width: 190px;
  min-height: 50px
}

.ohyea__btn--center {
  margin: auto
}

.ohyea__btn--uppercase label {
  text-transform: uppercase !important
}

.ohyea__bg {
  position: relative;
  z-index: 1
}

.ohyea__bg--red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(119, 0, 21, 0.65)
}

.ohyea__bg--dark {
  position: relative;
  z-index: 0 !important
}

.ohyea__bg--dark:after,
.ohyea__bg--dark:before {
  -webkit-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: -1
}

.ohyea__bg--dark:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.35)
}

.ohyea__bg--dark:after {
  width: 90%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  background: transparent
}

.ohyea__bg--pink {
  background: #ce0024;
  background: -moz-linear-gradient(left, #ce0024 0%, #ce0024 45%, transparent 100%);
  background: -webkit-linear-gradient(left, #ce0024 0%, #ce0024 45%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ce0024), color-stop(45%, #ce0024), to(transparent));
  background: -o-linear-gradient(left, #ce0024 0%, #ce0024 45%, transparent 100%);
  background: linear-gradient(to right, #ce0024 0%, #ce0024 45%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0024', endColorstr='#7db9e8', GradientType=1)
}

.ohyea__bg--white {
  background-color: #fff
}

.ohyea__bg.type-1 {
  opacity: 1
}

.ohyea__bg.type-1 .ohyea__bg--overlay-hozital {
  background: url("/Content/ohyea/orange/export/imgs/bg/t-1.png");
  background-repeat: repeat;
  background-size: 32px
}

.ohyea__bg.type-2 {
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url("/Content/ohyea/orange/export/imgs/bg/t-2.png")
}

.ohyea__bg.type-2:after {
  content: none
}

.ohyea__bg.type-3 {
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #2d0901 !important
}

.ohyea__bg.type-3:after {
  content: none
}

.ohyea__bg--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  border-radius: 15px;
  overflow: hidden;
  border-radius: 8px;
  top: 0;
  left: 0
}

.ohyea__bg--overlay-hozital {
  position: absolute;
  width: 100%;
  z-index: 0;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  top: 0;
  left: 0
}

.ohyea--demo {
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  margin: 12px;
  display: inline-block
}

.ohyea__tabs {
  white-space: nowrap;
  overflow-x: auto;
  min-height: 50px;
  max-width: 100%;
  min-width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#820900), color-stop(16%, #820900), color-stop(91%, #2c0a01), to(#620903));
  background: -webkit-linear-gradient(bottom, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  background: -o-linear-gradient(bottom, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  background: linear-gradient(0deg, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
  border-bottom: none !important
}


.ohyea__tabs--tab {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  float: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45px;
  border: none;
  z-index: 2;
  position: relative;
  margin-bottom: 0 !important
}

.ohyea__tabs--tab>a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 12px !important;
  margin-right: 0 !important;
  border: none !important;
  position: relative;
  min-height: 25px
}

.ohyea__tabs--tab>a>label {
  text-shadow: 0.5px 1px rgba(0, 0, 0, 0.7), 1px 0.5px rgba(0, 0, 0, 0.7);
  font-size: 1em
}

.ohyea__tabs--tab>a:active,
.ohyea__tabs--tab>a:focus,
.ohyea__tabs--tab>a:hover,
.ohyea__tabs--tab>a:visited {
  outline: none;
  background: transparent;
  background-color: none !important
}

.ohyea__tabs--tab>a:last-child .split {
  display: none
}

.ohyea__tabs--tab .split {
  position: absolute;
  content: "";
  background: url("/Content/ohyea/orange/export/imgs/bg/tab_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 4px;
  left: -4px
}

.ohyea__tabs--tab:active,
.ohyea__tabs--tab:focus,
.ohyea__tabs--tab:hover,
.ohyea__tabs--tab:visited {
  background: transparent;
  background-color: none !important;
  outline: none
}

.ohyea__tabs--tab:active>a,
.ohyea__tabs--tab:focus>a,
.ohyea__tabs--tab:hover>a,
.ohyea__tabs--tab:visited>a {
  outline: none;
  font-weight: unset;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 12px !important
}

.ohyea__tabs--tab.active {
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%); */
  border-radius: 4px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#72ea40), color-stop(54%, #0c5f01), color-stop(91%, #207a1c), to(#55bc2a));
  background: -webkit-linear-gradient(bottom, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%);
  background: -o-linear-gradient(bottom, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%);
  background: linear-gradient(0deg, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.7);
  height: 110%;
  outline: none
}

.ohyea__tabs--tab.active .split {
  left: -8px
}

/* .ohyea__tabs--tab.active:after,.ohyea__tabs--tab.active:before {
  position: absolute;
  content: "";
  min-height: 45px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ohyea__tabs--tab.active:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%);
  background-image:url("/Content/ohyea/orange/export/imgs/bg/tab_bg_ho2.png");
  top: 2px;
  right: 2px;
  left: -20px;
  bottom: 2px;
  background-size: cover;
  background-position: center center
} */

/* .ohyea__tabs--tab.active:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 95%, 0 70%);
  z-index: -1;
  left: 2px;
  top: 0px;
  right: 2px;
  bottom: 2px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 4px 0 0 #ffff82;
  box-shadow: inset 0 4px 0 0 #ffff82;
  background: -webkit-gradient(linear, left bottom, left top, from(#72ea40), color-stop(54%, #0c5f01), color-stop(91%, #207a1c), to(#55bc2a));
  background: -webkit-linear-gradient(bottom, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%);
  background: -o-linear-gradient(bottom, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%);
  background: linear-gradient(0deg, #72ea40 0%, #0c5f01 54%, #207a1c 91%, #55bc2a 100%)
} */

.ohyea__tabs--tab.active>a {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 10px;
  outline: none;
  position: relative
}

/* .ohyea__tabs--tab.active>a:after,.ohyea__tabs--tab.active>a:before {
  position: absolute;
  content: "";
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
} */

/* .ohyea__tabs--tab.active>a:after {
  left: 0;
  z-index: 0;
  bottom: -25%;
  background-image:url("/Content/ohyea/orange/export/imgs/btn/default/light.png");
  background-size: cover;
  height: 100%;
  width: 100%
} */

/* .ohyea__tabs--tab.active>a:before {
  background-image:url("/Content/ohyea/orange/export/imgs/bg/tab_bg_arrow.png");
  width: 100%;
  height: 100%;
  background-size: 35%;
  z-index: 0;
  left: 0;
  bottom: -70%;
  background-repeat: no-repeat;
  background-position: center
} */

.ohyea__tabs--tab.active>a label {
  color: #ffff82;
  font-size: 1.1em;
  margin-bottom: 0
}

.ohyea__tabs--tab * {
  cursor: pointer
}

.ohyea__tabs--tab.blue a[data-toggle*=tab] label {
  text-shadow: 0px 1px 1px #49acdc, 0px 0px 1px #0b3c54;
  color: #aed1ff
}

.ohyea__tabs--tab.blue a[data-toggle*=tab] label.uppercase {
  text-transform: uppercase
}

.ohyea__tabs--tab.green a[data-toggle*=tab] label {
  text-shadow: 1px 1px 1px #c1f58c, 0px -1px 1px #4ed85a;
  color: #074609
}

.ohyea__tabs--tab.green a[data-toggle*=tab] label.uppercase {
  text-transform: uppercase
}

.ohyea__tabs_content {
  padding-top: 18px;
  min-height: 450px;
  min-width: 320px;
  max-width: 1280px;
  z-index: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  width: 100%
}

.ohyea__tabs_content--toheader {
  margin-top: -18px
}

.ohyea__tabs_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.65rem;
  padding: 8px 0;
  border-radius: 6px;
  margin: 8px 0;
  text-shadow: 0px 1px 1px #331904, 0px 0px 1px #854918
}



.ohyea__nav {
  padding: 0;
  margin: 0;
  max-width: 192px;
  background-color: #7b410e
}

.ohyea__nav--item {
  padding: 0;
  text-align: center;
  border: 1px solid #7b410e;
  position: relative;
  z-index: 1
}

.ohyea__nav--item:first-child {
  border-bottom: 0
}

.ohyea__nav--item:last-child {
  border-top: 0
}

.ohyea__nav--item * {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.ohyea__nav--item.uppercase {
  text-transform: uppercase
}

.ohyea__nav--item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  z-index: 2;
  position: relative;
  text-decoration: none
}

.ohyea__nav--item a label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block
}

.ohyea__nav--item:after,
.ohyea__nav--item:before {
  -webkit-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute
}

.ohyea__nav--item.active a,
.ohyea__nav--item:focus a,
.ohyea__nav--item:hover a {
  text-decoration: unset
}

.ohyea__nav--item.active:before,
.ohyea__nav--item:focus:before,
.ohyea__nav--item:hover:before {
  width: 100%;
  background: #ffdc7f;
  z-index: 1
}

.ohyea__nav--item.active:after,
.ohyea__nav--item:focus:after,
.ohyea__nav--item:hover:after {
  width: 100%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 1;
  opacity: 1;
  background: #7b410e
}

.ohyea__list {
  padding: 0;
  margin: 0;
  max-width: 192px;
  background-color: none
}

.ohyea__list--item {
  padding: 12px 8px
}

.ohyea__modal {
  min-width: 320px;
  max-width: 100%;
  overflow-y: auto !important
}

.ohyea__modal:before {
  content: "";
  background: rgba(1, 9, 21, 0.15);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(2.1px);
  filter: blur(2.1px);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ohyea__modal_title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #ffeea5;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px #7b410e, -1px -1px 0px #7b410e
}

.ohyea__modal_header {
  border-bottom: none;
  padding: 0;
  position: relative;
  top: 0;
  min-height: 60px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  min-height: 50px;
  max-width: 100%;
  min-width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#820900), color-stop(16%, #820900), color-stop(91%, #2c0a01), to(#620903));
  background: -webkit-linear-gradient(bottom, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  background: -o-linear-gradient(bottom, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  background: linear-gradient(0deg, #820900 0%, #820900 16%, #2c0a01 91%, #620903 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
  border-bottom: none !important
}

.ohyea__modal_header>* {
  z-index: 3;
  position: relative
}

.ohyea__modal_header:after,
.ohyea__modal_header:before,
.ohyea__modal_header>.light,
.ohyea__modal_header>.light2 {
  background: transparent;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
  display: block !important
}

.ohyea__modal_header:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/tab_bg.png');
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 0;
  display: block;
  min-height: 45px
}

.ohyea__modal_header>.light:after,
.ohyea__modal_header>.light:before {
  background-image: url("/Content/ohyea/orange/export/imgs/bg/bg-light.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  opacity: 0.7;
  z-index: 1
}

.ohyea__modal_header>.light:before {
  background-position: top center
}

.ohyea__modal_header>.light:after {
  background-position: bottom center;
  top: unset;
  bottom: -5%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.ohyea__modal_header>.ohyea__modal_title {
  position: relative;
  display: inline-block;
  margin: -4px auto 0 auto;
  width: auto;
  min-width: 40%;
  text-align: center;
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/modal_title_bg_rep.png');
  background-repeat: repeat-x;
  background-size: contain;
  padding: 2px 0
}

.ohyea__modal_header>.ohyea__modal_title:after,
.ohyea__modal_header>.ohyea__modal_title:before {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  content: "";
}

.ohyea__modal_header>.ohyea__modal_title:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ohyea__modal_header>.ohyea__modal_title:after {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.ohyea__modal_dialog {
  width: 80vw;
  max-width: 1280px;
  margin: auto;
  border-radius: 20px;
  overflow: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ohyea__modal_dialog--small {
  width: 60vw;
  max-width: 910px;
  margin: auto;
  border-radius: 20px;
  overflow: unset
}

.ohyea__modal_dialog--tiny {
  width: 480px;
  max-width: 50vw;
  margin: auto;
  border-radius: 20px;
  overflow: unset
}

.ohyea__modal_close {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  border: none;
  position: absolute;
  right: -10px;
  top: 0;
  outline: none;
  z-index: 6;
  -webkit-transition: 0.23s all;
  -o-transition: 0.23s all;
  transition: 0.23s all;
  -webkit-transform: translate(12px, -18px);
  -ms-transform: translate(12px, -18px);
  transform: translate(12px, -18px);
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border-radius: 100%
}

.ohyea__modal_close:hover {
  -webkit-transform: translate(12px, -18px) scale(0.95);
  -ms-transform: translate(12px, -18px) scale(0.95);
  transform: translate(12px, -18px) scale(0.95);
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 102, 255, 0.35);
  box-shadow: 0 0 10px rgba(0, 102, 255, 0.35)
}

.ohyea__modal_body {
  border-radius: 8px;
  padding: 0 4px 4px 4px !important;
  z-index: 2;
  padding: 0;
  position: relative;
  border-radius: 8px
}

.ohyea__modal_body>.ohyea__bg {
  border-radius: 0 0 8px 8px
}

.ohyea__modal_body:before {
  position: absolute;
  background: #bd0400;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  border-radius: 0 0 8px 8px
}

.ohyea__modal_body:after {
  position: absolute;
  left: 2px;
  top: 0;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  content: "";
  border-radius: 0 0 8px 8px
}

.ohyea__modal_block {
  margin: 4px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #250f01;
  -webkit-box-shadow: 0px 0px 6px 1px #250f01, inset 0px 0px 6px 1px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 6px 1px #250f01, inset 0px 0px 6px 1px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  overflow-x: hidden
}

.ohyea__modal_block-header {
  display: block;
  width: 100%;
  padding: 12px 0;
  -webkit-box-shadow: 0px 1px 2px 0px #250f01;
  box-shadow: 0px 1px 2px 0px #250f01
}

.ohyea__modal_block-container {
  padding: 12px 14px
}

.ohyea__modal_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.ohyea__modal_menu--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ohyea__modal_menu--item:first-child {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2
}

.ohyea__modal_content {
  border-radius: 8px;
  left: 0 !important;
  position: relative;
  background-color: #7b410e
}

.ohyea__modal_content:after,
.ohyea__modal_content:before {
  z-index: 0;
  margin: -4px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px
}

.ohyea__modal_content:before {
  background: none
}

.ohyea__modal_content-around {
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid #250f01;
  -webkit-box-shadow: 0px 0px 6px 1px #250f01, 0 0 10px 6px inset rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 6px 1px #250f01, 0 0 10px 6px inset rgba(0, 0, 0, 0.85);
  max-width: 98%;
  margin: -4px auto 12px auto
}

.ohyea__modal_content-body {
  padding: 0 10px
}

.ohyea__modal_footer {
  display: none
}

.ohyea__modal_message {
  border: 1px solid #331904;
  -webkit-box-shadow: 0px 0px 3px 1px #854918;
  box-shadow: 0px 0px 3px 1px #854918;
  padding: 6px 4px;
  font-size: 13px;
  margin: 12px 0px;
  border-radius: 6px
}

.ohyea__modal_message-text {
  color: white
}

.ohyea__modal-small {
  margin: 0;
  overflow: hidden
}

.ohyea__modal-small_title {
  color: #4c2417;
  text-shadow: -1px 0px 2px #ff8b28, 2px 1px 2px #864712;
  padding: 6px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: black
}

.ohyea__modal-small_body {
  padding: 0;
  position: relative
}

.ohyea__modal-small_body:after,
.ohyea__modal-small_body:before {
  -webkit-transition: all 0.23s ease;
  -o-transition: all 0.23s ease;
  transition: all 0.23s ease;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none
}

.ohyea__modal-small_body:before {
  background: #000000;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(center, ellipse, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%)
}

.ohyea__modal-small_content {
  max-width: 80%;
  margin: auto;
  top: 30%;
  border: 2px solid #ffdc7f;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.23) inset;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.23) inset
}

.ohyea__modal-small_contain {
  padding: 18px 8px;
  text-align: center;
  border-radius: 0 0 5px 5px
}

.ohyea__table {
  width: 100%;
  min-width: 100%;
  display: table;
  overflow: hidden
}

.ohyea__table--td {
  padding: 4px 8px;
  font-size: 1em !important;
  vertical-align: middle
}

.ohyea__table--td-img {
  max-width: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.83);
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.83);
  margin: 6px 12px 6px 0
}

.ohyea__table--thead {
  background: transparent;
  border: none
}

.ohyea__table.have-border .ohyea__table {
  position: relative;
  overflow: hidden
}

.ohyea__table.have-border .ohyea__table--thead {
  background: #691b01;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 2px 0 0px rgba(255, 255, 255, 0.13) inset;
  box-shadow: 0 2px 0 0px rgba(255, 255, 255, 0.13) inset
}

.ohyea__table.have-border .ohyea__table--thead th:first-child {
  border-top-left-radius: 5px
}

.ohyea__table.have-border .ohyea__table--thead th:last-child {
  border-top-right-radius: 5px
}

.ohyea__table.have-border .ohyea__table--tr:first-child {
  border-radius: 0
}

.ohyea__table.have-border .ohyea__table--tr:first-child td:nth-child(1) {
  border-radius: 0
}

.ohyea__table.have-border .ohyea__table--tr:first-child td:last-child {
  border-radius: 0 0
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--thead {
  background: #363636
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--th {
  border: 1px solid #636363 !important
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--tbody {
  background: #000
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--tr {
  background: #000;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--tr:hover {
  -webkit-box-shadow: 0 1px 4px 1px rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 1px 4px 1px rgba(255, 255, 255, 0.3) !important;
  border: 0px !important
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--tr:hover td {
  border: 0px solid #c3b5b5 !important
}

.ohyea__table.have-border.ohyea__table-black .ohyea__table--td {
  background: #000;
  color: white;
  border: 1px solid #c3b5b5 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border-right: none !important;
  border-bottom: none !important
}

.ohyea__table--tbody {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.ohyea__table--tbody.have-border {
  -webkit-box-shadow: 0 2px 6px 0px rgba(255, 255, 255, 0.53) inset;
  box-shadow: 0 2px 6px 0px rgba(255, 255, 255, 0.53) inset
}

.ohyea__table--tr {
  border-radius: 0
}

.ohyea__table--tr-red {
  background-color: #1257d0
}

.ohyea__table--tr-red td {
  background-color: #1257d0 !important
}

.ohyea__table td {
  -webkit-box-shadow: 1px 0 0 0px rgba(255, 255, 255, 0.3) inset, -1px 0 0 0px #000 inset;
  box-shadow: 1px 0 0 0px rgba(255, 255, 255, 0.3) inset, -1px 0 0 0px #000 inset
}

.ohyea__table .ohyea__table--tr {
  height: 35px;
  z-index: 0;
  cursor: pointer;
  opacity: 0.9
}

.ohyea__table .ohyea__table--tr:hover {
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out
}

.ohyea__table .ohyea__table--tr:hover>td:last-child:before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 100%;
  opacity: 1
}

.ohyea__table .ohyea__table--tr:hover:nth-child(2n) td {
  background-color: #531e0c
}

.ohyea__table .ohyea__table--tr:hover:nth-child(odd) td {
  background-color: #a94f31
}

.ohyea__table .ohyea__table--tr:nth-child(2n) td {
  background-color: #46190a
}

.ohyea__table .ohyea__table--tr:nth-child(odd) td {
  background-color: #99482c
}

.ohyea__table .ohyea__table--tr:first-child {
  border-radius: 5px 5px 0 0
}

.ohyea__table .ohyea__table--tr:first-child td:first-child {
  border-radius: 5px 0px 0 0
}

.ohyea__table .ohyea__table--tr:first-child td:last-child {
  border-radius: 0px 5px 0 0
}

.ohyea__table .ohyea__table--tr:last-child {
  border-radius: 0 0 5px 5px
}

.ohyea__table .ohyea__table--tr:last-child td:first-child {
  border-radius: 0px 0 0 5px
}

.ohyea__table .ohyea__table--tr:last-child td:last-child {
  border-radius: 0px 0 5px 0
}

.ohyea__table .ohyea__table--th {
  background: transparent;
  font-size: 1.1em;
  padding: 8px 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: white
}

.ohyea__table-green {
  color: white
}

.ohyea__table-green .ohyea__table--tr {
  height: 35px;
  z-index: 0;
  cursor: pointer;
  opacity: 0.9
}

.ohyea__table-green .ohyea__table--tr:hover {
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out
}

.ohyea__table-green .ohyea__table--tr:hover>td:last-child:before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 100%;
  opacity: 1
}

.ohyea__table-green .ohyea__table--tr:hover:nth-child(2n) td {
  background-color: #004f15
}

.ohyea__table-green .ohyea__table--tr:hover:nth-child(odd) td {
  background-color: #00d03c
}

.ohyea__table-green .ohyea__table--tr:nth-child(2n) td {
  background-color: #004011
}

.ohyea__table-green .ohyea__table--tr:nth-child(odd) td {
  background-color: #00bc36
}

.ohyea__table-green .ohyea__table--tr:first-child {
  border-radius: 5px 5px 0 0
}

.ohyea__table-green .ohyea__table--tr:first-child td:first-child {
  border-radius: 5px 0px 0 0
}

.ohyea__table-green .ohyea__table--tr:first-child td:last-child {
  border-radius: 0px 5px 0 0
}

.ohyea__table-green .ohyea__table--tr:last-child {
  border-radius: 0 0 5px 5px
}

.ohyea__table-green .ohyea__table--tr:last-child td:first-child {
  border-radius: 0px 0 0 5px
}

.ohyea__table-green .ohyea__table--tr:last-child td:last-child {
  border-radius: 0px 0 5px 0
}

.ohyea__table-green .ohyea__table--th {
  background: transparent;
  font-size: 1.1em;
  padding: 8px 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: white
}

.ohyea__title {
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 0;
  margin: 4px 0
}

.ohyea__subtitle {
  color: white;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  margin: 4px 0;
  position: relative
}

.ohyea__subtitle:after {
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.55);
  color: transparent;
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%
}

.ohyea__message {
  color: #fff;
  font-size: 1.2rem
}

.ohyea__input {
  -webkit-box-shadow: inset -1px 5px 8px -4px #000;
  box-shadow: inset -1px 5px 8px -4px #000;
  border: 1px solid #e2200c;
  background: -webkit-gradient(linear, left top, right top, from(#a93000), to(#6f1d01));
  background: -webkit-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -o-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: linear-gradient(90deg, #a93000 0%, #6f1d01 100%);
  color: #fff;
  height: 45px;
  border-radius: 1px
}

.ohyea__input::-webkit-input-placeholder {
  color: white;
  opacity: 0.9;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35)
}

.ohyea__input:-ms-input-placeholder {
  color: white;
  opacity: 0.9;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35)
}

.ohyea__input::-ms-input-placeholder {
  color: white;
  opacity: 0.9;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35)
}

.ohyea__input::placeholder {
  color: white;
  opacity: 0.9;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: unset;
  text-transform: unset;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35)
}

.ohyea__input:active,
.ohyea__input:focus,
.ohyea__input:hover {
  border: none
}

.ohyea__uppercase {
  text-transform: uppercase !important
}

.ohyea__center {
  text-align: center !important
}

.ohyea__color-green {
  color: #34e01b !important
}

.ohyea__color-pink {
  color: #ff63aa !important
}

.ohyea__color-red {
  color: #f30002 !important
}

.ohyea__color-blue {
  color: #00539e !important
}

.ohyea__color-yellow {
  color: #ffe540 !important
}

.ohyea__color-white {
  color: #fff !important
}

.ohyea__items {
  margin: 12px 0 4px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: auto;
  height: auto;
  overflow-y: hidden
}

.ohyea__items--item {
  float: left;
  width: 110px;
  max-width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  margin-right: 5px;
  position: relative;
  overflow: hidden
}

.ohyea__items--item.active {
  cursor: pointer
}

.ohyea__items--item.active img {
  opacity: 1
}

.ohyea__items--item img {
  opacity: 0.45;
  width: 100%;
  max-width: 100%;
  -webkit-filter: contrast(150%);
  filter: contrast(150%)
}

.ohyea__vp {
  background: -webkit-gradient(linear, left bottom, left top, from(#0a4cb2), to(#053aa1));
  background: -webkit-linear-gradient(bottom, #0a4cb2 0%, #053aa1 100%);
  background: -o-linear-gradient(bottom, #0a4cb2 0%, #053aa1 100%);
  background: linear-gradient(0deg, #0a4cb2 0%, #053aa1 100%);
  border-radius: 10px;
  border: 2px solid #76c2fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 12px
}

.ohyea__vp_current {
  display: inline-block;
  float: left
}

.ohyea__vp_to {
  display: inline-block;
  float: right
}

.ohyea__vp_status {
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-block;
  height: 95px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  padding: 6px 24px
}

.ohyea__vp_status--bar {
  width: 100%;
  height: 30px;
  background: #24000a;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 0, 10, 0.81)), color-stop(40%, rgba(36, 0, 10, 0.81)), color-stop(50%, #5e4b50), color-stop(52%, #5e4b50), color-stop(80%, #381922), to(#381922));
  background: -webkit-linear-gradient(bottom, rgba(36, 0, 10, 0.81) 0%, rgba(36, 0, 10, 0.81) 40%, #5e4b50 50%, #5e4b50 52%, #381922 80%, #381922 100%);
  background: -o-linear-gradient(bottom, rgba(36, 0, 10, 0.81) 0%, rgba(36, 0, 10, 0.81) 40%, #5e4b50 50%, #5e4b50 52%, #381922 80%, #381922 100%);
  background: linear-gradient(0deg, rgba(36, 0, 10, 0.81) 0%, rgba(36, 0, 10, 0.81) 40%, #5e4b50 50%, #5e4b50 52%, #381922 80%, #381922 100%);
  border-radius: 15px;
  position: relative;
  border: 2px solid #000;
  -webkit-box-shadow: -2px 1px 4px 1px white, 0 0 4px 0px inset white;
  box-shadow: -2px 1px 4px 1px white, 0 0 4px 0px inset white;
  overflow: hidden
}

.ohyea__vp_status--bar-value {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  background: #d76814;
  background: -webkit-gradient(linear, left bottom, left top, from(#d76814), color-stop(40%, #dc821c), color-stop(46%, #df9316), color-stop(65%, #f7d432), color-stop(80%, #f9c627), to(#ffff55));
  background: -webkit-linear-gradient(bottom, #d76814 0%, #dc821c 40%, #df9316 46%, #f7d432 65%, #f9c627 80%, #ffff55 100%);
  background: -o-linear-gradient(bottom, #d76814 0%, #dc821c 40%, #df9316 46%, #f7d432 65%, #f9c627 80%, #ffff55 100%);
  background: linear-gradient(0deg, #d76814 0%, #dc821c 40%, #df9316 46%, #f7d432 65%, #f9c627 80%, #ffff55 100%)
}

.ohyea__vp_status--bar-value:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url("/Content/ohyea/orange/export/imgs/bg/status.png") center center;
  background-repeat: repeat-x;
  background-size: cover;
  opacity: 0.65
}

.ohyea__vp--icon {
  padding: 0;
  margin: 0
}

.ohyea__vp--icon img {
  width: 80px;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.35)
}

.ohyea__vp--text {
  color: white;
  text-align: center
}

.ohyea__float-left {
  float: left !important
}

.ohyea__float-right {
  float: right !important
}

.ohyea__float-center {
  float: unset !important;
  text-align: center
}

.ohyea__text-center {
  text-align: center
}

.ohyea__text-left {
  text-align: left
}

.ohyea__text-right {
  text-align: right
}

.ohyea__text-bold {
  font-weight: bold
}

.ohyea__text-700 {
  font-weight: 700 !important
}

.ohyea__text-500 {
  font-weight: 500 !important
}

.ohyea__text-underline {
  text-decoration: underline
}

.ohyea__text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35)
}

.ohyea__text-gradient--yellow {
  position: relative;
  font-weight: bold;
  position: relative;
  color: #fff600;
}

.ohyea__text-gradient--yellow:after,
.ohyea__text-gradient--yellow:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent
}

.ohyea__text-gradient--yellow:after {
  text-shadow: 1px 3px 4px #000;
  z-index: -2
}

.ohyea__text-gradient--yellow:before {
  text-shadow: 1px 0.5px 0 #754f00;
  z-index: -1
}

.ohyea__imgs_thumb-small {
  display: inline-block;
  margin: 0 6px;
  border: 2px solid white;
  background-size: cover;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  background-position: center center
}

.ohyea-padding-left-24 {
  padding-left: 24px !important
}

.ohyea-padding-left-18 {
  padding-left: 18px !important
}

.ohyea-padding-left-12 {
  padding-left: 12px !important
}

.ohyea-padding-left-8 {
  padding-left: 8px !important
}

.ohyea-padding-left-4 {
  padding-left: 4px !important
}

.ohyea-padding-left-0 {
  padding-left: 0px !important
}

.ohyea-padding-right-24 {
  padding-right: 24px !important
}

.ohyea-padding-right-18 {
  padding-right: 18px !important
}

.ohyea-padding-right-12 {
  padding-right: 12px !important
}

.ohyea-padding-right-8 {
  padding-right: 8px !important
}

.ohyea-padding-right-4 {
  padding-right: 4px !important
}

.ohyea-padding-right-0 {
  padding-right: 0px !important
}

.ohyea-padding-top-24 {
  padding-top: 24px !important
}

.ohyea-padding-top-18 {
  padding-top: 18px !important
}

.ohyea-padding-top-12 {
  padding-top: 12px !important
}

.ohyea-padding-top-8 {
  padding-top: 8px !important
}

.ohyea-padding-top-4 {
  padding-top: 4px !important
}

.ohyea-padding-top-0 {
  padding-top: 0px !important
}

.ohyea-padding-bottom-24 {
  padding-bottom: 24px !important
}

.ohyea-padding-bottom-18 {
  padding-bottom: 18px !important
}

.ohyea-padding-bottom-12 {
  padding-bottom: 12px !important
}

.ohyea-padding-bottom-8 {
  padding-bottom: 8px !important
}

.ohyea-padding-bottom-4 {
  padding-bottom: 4px !important
}

.ohyea-padding-bottom-0 {
  padding-bottom: 0px !important
}

.ohyea-padding-24 {
  padding: 24px !important
}

.ohyea-padding-18 {
  padding: 18px !important
}

.ohyea-padding-12 {
  padding: 12px !important
}

.ohyea-padding-8 {
  padding: 8px !important
}

.ohyea-padding-4 {
  padding: 4px !important
}

.ohyea-margin-left-24 {
  margin-left: 24px !important
}

.ohyea-margin-left-18 {
  margin-left: 18px !important
}

.ohyea-margin-left-12 {
  margin-left: 12px !important
}

.ohyea-margin-left-8 {
  margin-left: 8px !important
}

.ohyea-margin-left-4 {
  margin-left: 4px !important
}

.ohyea-margin-left-0 {
  margin-left: 0px !important
}

.ohyea-margin-right-24 {
  margin-right: 24px !important
}

.ohyea-margin-right-18 {
  margin-right: 18px !important
}

.ohyea-margin-right-12 {
  margin-right: 12px !important
}

.ohyea-margin-right-8 {
  margin-right: 8px !important
}

.ohyea-margin-right-4 {
  margin-right: 4px !important
}

.ohyea-margin-right-0 {
  margin-right: 0px !important
}

.ohyea-margin-top-24 {
  margin-top: 24px !important
}

.ohyea-margin-top-18 {
  margin-top: 18px !important
}

.ohyea-margin-top-12 {
  margin-top: 12px !important
}

.ohyea-margin-top-8 {
  margin-top: 8px !important
}

.ohyea-margin-top-4 {
  margin-top: 4px !important
}

.ohyea-margin-top-0 {
  margin-top: 0px !important
}

.ohyea-margin-bottom-24 {
  margin-bottom: 24px !important
}

.ohyea-margin-bottom-18 {
  margin-bottom: 18px !important
}

.ohyea-margin-bottom-12 {
  margin-bottom: 12px !important
}

.ohyea-margin-bottom-8 {
  margin-bottom: 8px !important
}

.ohyea-margin-bottom-4 {
  margin-bottom: 4px !important
}

.ohyea-margin-bottom-0 {
  margin-bottom: 0px !important
}

.ohyea-margin-24 {
  margin: 24px !important
}

.ohyea-margin-18 {
  margin: 18px !important
}

.ohyea-margin-12 {
  margin: 12px !important
}

.ohyea-margin-8 {
  margin: 8px !important
}

.ohyea-margin-4 {
  margin: 4px !important
}

.ohyea-nopadding {
  padding: 0 !important
}

.ohyea-nopadding-top {
  padding-top: 0 !important
}

.ohyea-nopadding-right {
  padding-right: 0 !important
}

.ohyea-nopadding-left {
  padding-left: 0 !important
}

.ohyea-nopadding-bottom {
  padding-bottom: 0 !important
}

.ohyea-nomargin {
  margin: 0 !important
}

.ohyea-nomargin-top {
  margin-top: 0 !important
}

.ohyea-nomargin-right {
  margin-right: 0 !important
}

.ohyea-nomargin-left {
  margin-left: 0 !important
}

.ohyea-nomargin-bottom {
  margin-bottom: 0 !important
}

.ohyea__panel {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 1px inset rgba(255, 255, 255, 0.3), 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 1px inset rgba(255, 255, 255, 0.3), 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  margin: 12px auto
}

.ohyea__panel-header {
  position: relative;
  overflow: hidden;
  padding: 12px 32px;
  color: white;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 1.54rem;
  min-height: 40px
}

.ohyea__panel-content {
  position: relative;
  overflow: auto;
  white-space: nowrap;
  min-height: 100%;
  border-radius: 0 0 5px 5px;
}

.ohyea__panel-back {
  background: none;
  outline: none;
  border: none;
  height: 22px;
  width: 22px;
  background: url("/Content/ohyea/orange/export/imgs/btn/back-mail.png");
  background-size: cover;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translate(-12px, -50%);
  -ms-transform: translate(-12px, -50%);
  transform: translate(-12px, -50%)
}

.ohyea__panel-title {
  z-index: 2;
  display: block
}

.ohyea__panel-subtitle {
  position: relative;
  display: block;
  font-size: 0.9em;
  color: white;
  font-weight: 300;
  margin-top: 12px
}

.ohyea__panel-inner {
  z-index: 1;
  padding: 12px 18px;
  font-size: 1.4rem;
  color: white;
  white-space: normal;
  text-align: justify;
  display: block
}

.ohyea__panel-inner.light {
  background-color: #fff8de;
  color: black
}

.ohyea__form {
  border: none;
  outline: none;
  pointer-events: all
}

.ohyea__form-field {
  display: inline-block;
  width: 100%;
  padding: 6px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.ohyea__form-field_50 {
  width: 50%;
  display: inline
}

.ohyea__form-field>label {
  color: white
}

.ohyea__form-center {
  text-align: center
}

.ohyea__form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ohyea__form-showpass {
  outline: none;
  border: none;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2
}

.ohyea__form-showpass.blink {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/hide-pass.png")
}

.ohyea__form-showpass.unblink {
  background-image: url("/Content/ohyea/orange/export/imgs/btn/show-pass.png")
}

.ohyea__form_label {
  color: #fbfb7a;
  font-weight: 500;
  display: inline-block;
  margin: -8px auto;
  opacity: 0;
  -webkit-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s
}

.ohyea__form_label.show {
  opacity: 1
}

.ohyea__form_input {
  outline: none;
  border: none;
  width: 100%;
  -webkit-box-shadow: inset 0px 2px 12px 4px rgba(0, 0, 0, 0.42), 0px 0px 1px 1px #e2200c;
  box-shadow: inset 0px 2px 12px 4px rgba(0, 0, 0, 0.42), 0px 0px 1px 1px #e2200c;
  height: 40px;
  border-radius: 8px;
  color: #fbfb7a;
  font-weight: bold;
  padding: 12px 18px;
  text-align: left;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.23s;
  transition: -webkit-box-shadow 0.23s;
  -o-transition: box-shadow 0.23s;
  transition: box-shadow 0.23s;
  transition: box-shadow 0.23s, -webkit-box-shadow 0.23s;
  -webkit-box-shadow: inset -1px 5px 8px -4px #000;
  box-shadow: inset -1px 5px 8px -4px #000;
  border: 1px solid #e2200c;
  background: -webkit-gradient(linear, left top, right top, from(#a93000), to(#6f1d01));
  background: -webkit-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -o-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: linear-gradient(90deg, #a93000 0%, #6f1d01 100%);
  color: #fff;
  height: 45px;
  border-radius: 1px
}

.ohyea__form_input::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 1em;
  text-decoration: unset;
  text-transform: unset
}

.ohyea__form_input:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 1em;
  text-decoration: unset;
  text-transform: unset
}

.ohyea__form_input::-ms-input-placeholder {
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 1em;
  text-decoration: unset;
  text-transform: unset
}

.ohyea__form_input::placeholder {
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 1em;
  text-decoration: unset;
  text-transform: unset
}

.ohyea__form_input--pass {
  padding-right: 32px
}

.ohyea__form_input:active,
.ohyea__form_input:focus,
.ohyea__form_input:hover {
  border: none;
  -webkit-box-shadow: 0px 0px 6px 2px #e2200c, inset 0px 2px 12px 4px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 6px 2px #e2200c, inset 0px 2px 12px 4px rgba(0, 0, 0, 0.42)
}

.ohyea__form_input-float {
  margin-top: 12px
}

.ohyea__form_input-float:active:before,
.ohyea__form_input-float:focus:before,
.ohyea__form_input-float:visited:before {
  content: " he said, are better than none.";
  color: white;
  position: absolute;
  top: -12px;
  left: -12px;
  color: blue
}

.ohyea__form_select {
  width: 100%;
  border: none;
  outline: none;
  height: 40px;
  -webkit-box-shadow: inset 0px 4px 2px 0px rgba(0, 0, 0, 0.42), 0px 0px 4px 2px #d10b23;
  box-shadow: inset 0px 4px 2px 0px rgba(0, 0, 0, 0.42), 0px 0px 4px 2px #d10b23;
  border-radius: 8px;
  color: #fbfb7a;
  font-weight: bold;
  padding: 12px 18px;
  text-align: left;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.23s;
  transition: -webkit-box-shadow 0.23s;
  -o-transition: box-shadow 0.23s;
  transition: box-shadow 0.23s;
  transition: box-shadow 0.23s, -webkit-box-shadow 0.23s
}

.ohyea__form_select:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #4e0017;
  top: 0;
  left: 0;
  content: "";
  z-index: 4
}

.ohyea__form_select:active,
.ohyea__form_select:focus,
.ohyea__form_select:hover {
  -webkit-box-shadow: inset 0px 4px 1px 0px rgba(251, 251, 122, 0.12), 0px 0px 4px 2px #fbfb7a;
  box-shadow: inset 0px 4px 1px 0px rgba(251, 251, 122, 0.12), 0px 0px 4px 2px #fbfb7a;
  color: #fbfb7a
}

.ohyea__form-icon {
  margin: 0 0px;
  padding: 0;
  max-width: 50px;
  position: relative;
  color: white;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.23s;
  transition: -webkit-transform 0.23s;
  -o-transition: transform 0.23s;
  transition: transform 0.23s;
  transition: transform 0.23s, -webkit-transform 0.23s
}

.ohyea__form-icon:hover {
  cursor: pointer;
  text-decoration: unset !important;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.ohyea__form-icon:hover:before {
  opacity: 1;
  width: 30%;
  height: 30%;
  right: -5px
}

.ohyea__form-icon img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.23s;
  transition: -webkit-transform 0.23s;
  -o-transition: transform 0.23s;
  transition: transform 0.23s;
  transition: transform 0.23s, -webkit-transform 0.23s
}

.ohyea__form-icon:before {
  position: absolute;
  content: "";
  top: 3px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  right: 0;
  width: 0%;
  height: 0%;
  background: rgba(251, 251, 122, 0.22);
  opacity: 0;
  -webkit-transition: opacity 0.62s;
  -o-transition: opacity 0.62s;
  transition: opacity 0.62s
}

.ohyea__form-btn {
  outline: none;
  border: none;
  background: transparent;
  width: 64px;
  margin: 0 6px;
  padding: 0
}

.ohyea__form-btn-rotate:hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.ohyea__form-btn img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.ohyea__pagging_items {
  display: block;
  width: 100%;
  margin: 12px 0;
  text-align: center;
  background: #4c2417;
  margin: 12px 0;
  padding: 8px 0;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#3b1d03), color-stop(50%, #4e2604), to(#3b1d03));
  background: -webkit-linear-gradient(left, #3b1d03 0%, #4e2604 50%, #3b1d03 100%);
  background: -o-linear-gradient(left, #3b1d03 0%, #4e2604 50%, #3b1d03 100%);
  background: linear-gradient(to right, #3b1d03 0%, #4e2604 50%, #3b1d03 100%)
}

.ohyea__pagging--item {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  padding: 4px 12px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 0 1.5px inset #8f4228;
  box-shadow: 0px 0px 0 1.5px inset #8f4228
}

.ohyea__pagging--item span {
  padding: 0;
  width: 100%;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400
}

.ohyea__pagging--item.active,
.ohyea__pagging--item:active,
.ohyea__pagging--item:hover {
  text-decoration: unset;
  background: #8f4228;
  -webkit-box-shadow: 0px 0px 4px 8f4228;
  box-shadow: 0px 0px 4px 8f4228
}

.ohyea__pagging--item.active span,
.ohyea__pagging--item:active span,
.ohyea__pagging--item:hover span {
  color: white;
  font-weight: bold
}

.ohyea__pagging--item.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.ohyea__chk {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ohyea__chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.ohyea__chk .mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #ffffb6;
  border-image-source: linear-gradient(to bottom, #f9a617 0%, #ffffb6 2%, #f9a617 50%, #ffffb6 98%, #f9a617 100%);
  border-image-slice: 1
}

.ohyea__chk .mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 7px;
  height: 15px;
  border: solid #ffffb6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ohyea__chk:hover input~.mark {
  background-color: transparent;
  border-image-source: linear-gradient(to bottom, #ffffb6 0%, #f9a617 2%, #ffffb6 50%, #f9a617 98%, #ffffb6 100%);
  -webkit-box-shadow: 0 0 4px 1px #f9a617;
  box-shadow: 0 0 4px 1px #f9a617
}

.ohyea__chk input:checked~.mark {
  background-color: transparent;
  border-image-source: linear-gradient(to bottom, #ffffb6 0%, #f9a617 2%, #ffffb6 50%, #f9a617 98%, #ffffb6 100%);
  -webkit-box-shadow: 0 0 4px 1px #f9a617;
  box-shadow: 0 0 4px 1px #f9a617
}

.ohyea__chk input:checked~.mark:after {
  display: block
}

.ohyea__chk--large .mark {
  height: 35px;
  width: 35px
}

.ohyea__chk--large .mark:after {
  left: 10px;
  top: -1px;
  width: 12px;
  height: 25px
}

.ohyea__chk--small .mark {
  height: 22px;
  width: 22px
}

.ohyea__chk--small .mark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 12px
}

.ohyea__scrollbar-container {
  padding: 20px
}

.ohyea__scrollbar-type1 {
  background-color: #460219 !important
}

.ohyea__scrollbar-type1 .nicescroll-rails {
  background: #570006;
  border-radius: 6px;
  width: 10px !important
}

.ohyea__scrollbar-type1 .nicescroll-cursors {
  width: 10px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #ffd736;
  background: -moz-linear-gradient(left, #ffd736 0%, #ffd736 48%, #ffae20 53%, #ffae0a 100%);
  background: -webkit-linear-gradient(left, #ffd736 0%, #ffd736 48%, #ffae20 53%, #ffae0a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffd736), color-stop(48%, #ffd736), color-stop(53%, #ffae20), to(#ffae0a));
  background: -o-linear-gradient(left, #ffd736 0%, #ffd736 48%, #ffae20 53%, #ffae0a 100%);
  background: linear-gradient(to right, #ffd736 0%, #ffd736 48%, #ffae20 53%, #ffae0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd736', endColorstr='#ffae0a', GradientType=1)
}

.ohyea__scrollbar-type1 .nicescroll-cursors:hover {
  background: #ffa100;
  background: -moz-linear-gradient(left, #ffa100 0%, #ffae20 49%, #ff9914 51%, #db6f11 100%);
  background: -webkit-linear-gradient(left, #ffa100 0%, #ffae20 49%, #ff9914 51%, #db6f11 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffa100), color-stop(49%, #ffae20), color-stop(51%, #ff9914), to(#db6f11));
  background: -o-linear-gradient(left, #ffa100 0%, #ffae20 49%, #ff9914 51%, #db6f11 100%);
  background: linear-gradient(to right, #ffa100 0%, #ffae20 49%, #ff9914 51%, #db6f11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa100', endColorstr='#db6f11', GradientType=1)
}

.ohyea__scrollbar-type1 .nicescroll-cursors:hover+.nicescroll-rails {
  background: #ffd736
}

.ohyea__scrollbar-type2 {
  background-color: #7b410e !important;
}

.ohyea__scrollbar-type2 .nicescroll-rails {
  background: #050504;
  border-radius: 6px;
  width: 10px !important
}

.ohyea__scrollbar-type2 .nicescroll-cursors {
  width: 10px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #5eff36;
  background: -moz-linear-gradient(left, #5ed736 0%, #5ed736 48%, #5eae20 53%, #5eae0a 100%);
  background: -webkit-linear-gradient(left, #5ed736 0%, #5ed736 48%, #5eae20 53%, #5eae0a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5ed736), color-stop(48%, #5ed736), color-stop(53%, #5eae20), to(#5eae0a));
  background: -o-linear-gradient(left, #5ed736 0%, #5ed736 48%, #5eae20 53%, #5eae0a 100%);
  background: linear-gradient(to right, #5ed736 0%, #5ed736 48%, #5eae20 53%, #5eae0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eff36', endColorstr='#5eae0a', GradientType=1)
}

.ohyea__scrollbar-type2 .nicescroll-cursors:hover {
  background: #5ea100;
  background: -moz-linear-gradient(left, #5ea100 0%, #5eae20 49%, #5e9914 51%, #5e6f11 100%);
  background: -webkit-linear-gradient(left, #5ea100 0%, #5eae20 49%, #5e9914 51%, #5e6f11 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5ea100), color-stop(49%, #5eae20), color-stop(51%, #5e9914), to(#5e6f11));
  background: -o-linear-gradient(left, #5ea100 0%, #5eae20 49%, #5e9914 51%, #5e6f11 100%);
  background: linear-gradient(to right, #5ea100 0%, #5eae20 49%, #5e9914 51%, #5e6f11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea100', endColorstr='#5e6f11', GradientType=1)
}

.ohyea__scrollbar-type2 .nicescroll-cursors:hover+.nicescroll-rails {
  background: #5eff36
}

.ohyea__scrollbar-type3 {
  background-color: #e2200c !important
}

.ohyea__scrollbar-type3 .nicescroll-rails {
  background: #46190a;
  border-radius: 6px;
  width: 10px !important
}

.ohyea__scrollbar-type3 .nicescroll-cursors {
  width: 10px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #36b5ff;
  background: -moz-linear-gradient(left, #36b1d7 0%, #36b1d7 48%, #3689ae 53%, #3665ae 100%);
  background: -webkit-linear-gradient(left, #36b1d7 0%, #36b1d7 48%, #3689ae 53%, #3665ae 100%);
  background: -webkit-gradient(linear, left top, right top, from(#36b1d7), color-stop(48%, #36b1d7), color-stop(53%, #3689ae), to(#3665ae));
  background: -o-linear-gradient(left, #36b1d7 0%, #36b1d7 48%, #3689ae 53%, #3665ae 100%);
  background: linear-gradient(to right, #36b1d7 0%, #36b1d7 48%, #3689ae 53%, #3665ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eff36', endColorstr='#5eae0a', GradientType=1)
}

.ohyea__scrollbar-type3 .nicescroll-cursors:hover {
  background: #3682ff;
  background: -moz-linear-gradient(left, #3682ff 0%, #3677eb 49%, #3669dc 51%, #365ac3 100%);
  background: -webkit-linear-gradient(left, #3682ff 0%, #3677eb 49%, #3669dc 51%, #365ac3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3682ff), color-stop(49%, #3677eb), color-stop(51%, #3669dc), to(#365ac3));
  background: -o-linear-gradient(left, #3682ff 0%, #3677eb 49%, #3669dc 51%, #365ac3 100%);
  background: linear-gradient(to right, #3682ff 0%, #3677eb 49%, #3669dc 51%, #365ac3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea100', endColorstr='#5e6f11', GradientType=1)
}

.ohyea__scrollbar-type3 .nicescroll-cursors:hover+.nicescroll-rails {
  background: #36b5ff
}

.ohyea__scrollbar-type4 {
  background-color: #460219 !important
}

.ohyea__scrollbar-type4 .nicescroll-rails {
  background: #570006;
  border-radius: 6px;
  width: 10px !important
}

.ohyea__scrollbar-type4 .nicescroll-cursors {
  width: 10px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #36b5ff;
  background: -moz-linear-gradient(45deg, #36b5ff 25%, transparent 25%, transparent 50%, #36b5ff 50%, #36b5ff 75%, transparent 75%, transparent);
  background: -webkit-linear-gradient(45deg, #36b5ff 25%, transparent 25%, transparent 50%, #36b5ff 50%, #36b5ff 75%, transparent 75%, transparent);
  background: -o-linear-gradient(45deg, #36b5ff 25%, transparent 25%, transparent 50%, #36b5ff 50%, #36b5ff 75%, transparent 75%, transparent);
  background: linear-gradient(45deg, #36b5ff 25%, transparent 25%, transparent 50%, #36b5ff 50%, #36b5ff 75%, transparent 75%, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eff36', endColorstr='#5eae0a', GradientType=1)
}

.ohyea__scrollbar-type4 .nicescroll-cursors:hover {
  background: #3682ff;
  background: -moz-linear-gradient(45deg, #3682ff 25%, transparent 25%, transparent 50%, #3682ff 50%, #3682ff 75%, transparent 75%, transparent);
  background: -webkit-linear-gradient(45deg, #3682ff 25%, transparent 25%, transparent 50%, #3682ff 50%, #3682ff 75%, transparent 75%, transparent);
  background: -o-linear-gradient(45deg, #3682ff 25%, transparent 25%, transparent 50%, #3682ff 50%, #3682ff 75%, transparent 75%, transparent);
  background: linear-gradient(45deg, #3682ff 25%, transparent 25%, transparent 50%, #3682ff 50%, #3682ff 75%, transparent 75%, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ea100', endColorstr='#5e6f11', GradientType=1)
}

.ohyea__scrollbar-type4 .nicescroll-cursors:hover+.nicescroll-rails {
  background: #36b5ff
}

.ohyea__scrollbar-type5 {
  background-color: rgba(0, 0, 0, 0.8) !important
}

.ohyea__scrollbar-type5 .nicescroll-rails {
  background: #1c002d;
  border-radius: 15px;
  width: 10px !important
}

.ohyea__scrollbar-type5 .nicescroll-cursors {
  width: 10px !important;
  border-radius: 15px !important;
  border: none !important;
  background: #af36ff;
  background: -moz-linear-gradient(left, #aa4feb 0%, #aa4feb 48%, #6e36ae 53%, #6e36ae 100%);
  background: -webkit-linear-gradient(left, #aa4feb 0%, #aa4feb 48%, #6e36ae 53%, #6e36ae 100%);
  background: -webkit-gradient(linear, left top, right top, from(#aa4feb), color-stop(48%, #aa4feb), color-stop(53%, #6e36ae), to(#6e36ae));
  background: -o-linear-gradient(left, #aa4feb 0%, #aa4feb 48%, #6e36ae 53%, #6e36ae 100%);
  background: linear-gradient(to right, #aa4feb 0%, #aa4feb 48%, #6e36ae 53%, #6e36ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d236cf', endColorstr='#9a36ae', GradientType=1)
}

.ohyea__scrollbar-type5 .nicescroll-cursors:hover {
  background: #8d36ff;
  background: -moz-linear-gradient(left, #9477eb 0%, #9477eb 49%, #6c36c3 51%, #6c36c3 100%);
  background: -webkit-linear-gradient(left, #9477eb 0%, #9477eb 49%, #6c36c3 51%, #6c36c3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#9477eb), color-stop(49%, #9477eb), color-stop(51%, #6c36c3), to(#6c36c3));
  background: -o-linear-gradient(left, #9477eb 0%, #9477eb 49%, #6c36c3 51%, #6c36c3 100%);
  background: linear-gradient(to right, #9477eb 0%, #9477eb 49%, #6c36c3 51%, #6c36c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9477eb', endColorstr='#6c36c3', GradientType=1)
}

.ohyea__scrollbar-type5 .nicescroll-cursors:hover+.nicescroll-rails {
  background: #af36ff
}

.ohyea__scrollbar-animation-stripe .nicescroll-rails-vr .nicescroll-cursors {
  -webkit-animation: pace-stripe-animation 300ms linear infinite;
  animation: pace-stripe-animation 300ms linear infinite;
  background-size: 20px 20px
}

@-webkit-keyframes pace-stripe-animation {
  0% {
      background-position-y: 0
  }

  to {
      background-position-y: 100%
  }
}

@keyframes pace-stripe-animation {
  0% {
      background-position-y: 0
  }

  to {
      background-position-y: 100%
  }
}

.ohyea__guild_list {
  display: block;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  min-height: 1px;
  max-height: 82vh;
  padding: 12px
}

.ohyea__guild--item {
  text-align: center;
  color: white;
  text-decoration: unset;
  max-height: 260px;
  min-height: 260px;
  padding: 12px 6px 6px 6px;
  position: relative;
  display: inline-block
}

.ohyea__guild--item_inner {
  max-width: 100%;
  overflow: hidden
}

.ohyea__guild--item.active,
.ohyea__guild--item:active,
.ohyea__guild--item:focus,
.ohyea__guild--item:hover {
  text-decoration: unset;
  color: white
}

.ohyea__guild--item .guild-title {
  font-weight: bold;
  font-size: 1.2em;
  white-space: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  max-height: 55px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0
}

.ohyea__guild--item .guild-members {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ohyea__guild--item .guild-members .icon {
  width: 22px;
  height: 22px
}

.ohyea__guild-border-bottom {
  margin-bottom: 6px;
  padding-bottom: 6px
}

.ohyea__guild-border-bottom:after {
  bottom: 2px
}

.ohyea__guild-border-top {
  margin-top: 6px;
  padding-top: 6px
}

.ohyea__guild-border-top:after {
  top: 2px
}

.ohyea__guild-avatar {
  height: 165px;
  width: 156px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 6px auto
}

.ohyea__guild-avatar.banner {
  width: 100%
}

.ohyea__guild-avatar img {
  position: absolute;
  z-index: 2;
  overflow: hidden
}

.ohyea__guild-avatar:before {
  background-image: url("/Content/ohyea/orange/export/imgs/bg/bg-guild-avatar.png");
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center center
}

.ohyea__guild-avatar:after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 140px;
  width: 145px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  content: "";
  background: #fffd67;
  background: -moz-linear-gradient(left, #fffd67 0%, #e2a239 43%, #c05713 76%, #c05713 100%);
  background: -webkit-linear-gradient(left, #fffd67 0%, #e2a239 43%, #c05713 76%, #c05713 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fffd67), color-stop(43%, #e2a239), color-stop(76%, #c05713), to(#c05713));
  background: -o-linear-gradient(left, #fffd67 0%, #e2a239 43%, #c05713 76%, #c05713 100%);
  background: linear-gradient(to right, #fffd67 0%, #e2a239 43%, #c05713 76%, #c05713 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffd67', endColorstr='#c05713', GradientType=1)
}

.ohyea__guild-avatar .btn-change {
  background: transparent;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 14px;
  bottom: 14px;
  -webkit-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  z-index: 4;
  cursor: pointer
}

.ohyea__guild-avatar .btn-change:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  bottom: 16px
}

.ohyea__guild-avatar .btn-change:hover~.overlay {
  opacity: 1
}

.ohyea__guild-avatar .overlay {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  content: "";
  width: 100%
}

.ohyea__guild-avatar input[type=file] {
  display: none
}

.ohyea__guild-avatar.small {
  width: 80px;
  height: 80px
}

.ohyea__guild-avatar.small img {
  border-radius: 3px;
  width: auto;
  max-height: 50px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2
}

.ohyea__guild-icon.camera,
.ohyea__guild-icon.home,
.ohyea__guild-icon.members,
.ohyea__guild-icon.members,
.ohyea__guild-icon.star,
.ohyea__guild-icon.ticket {
  display: inline-block;
  background: url("/Content/ohyea/orange/export/imgs/icon/guild-sprite.png") center center no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 32px;
  height: 32px
}

.ohyea__guild-icon.members {
  background-position: -0px -0px;
  width: 41px;
  height: 31px
}

.ohyea__guild-icon.members {
  background-position: -0px -31px;
  width: 39px;
  height: 29px
}

.ohyea__guild-icon.ticket {
  background-position: -0px -60px;
  width: 38px;
  height: 30px
}

.ohyea__guild-icon.star {
  background-position: -0px -90px;
  width: 34px;
  height: 34px
}

.ohyea__guild-icon.camera {
  background-position: -0px -124px;
  width: 29px;
  height: 23px
}

.ohyea__guild-icon.camera {
  background-position: -0px -124px;
  width: 29px;
  height: 23px
}

.ohyea__guild-icon.home {
  background-position: -0px -147px;
  width: 41px;
  height: 38px
}

.ohyea__guild_summary {
  display: block;
  width: 100%;
  margin: 12px 0;
  overflow: hidden
}

.ohyea__guild_row {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden
}

.ohyea__guild_row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 100%;
  overflow: hidden
}

.ohyea__guild-left {
  display: inline-block;
  float: left;
}

.ohyea__guild-right {
  display: inline-block;
  float: right;
  margin-top: 4px
}

.ohyea__guild-banner {
  min-height: 130px;
  max-height: 230px;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto
}

.ohyea__guild-banner img {
  position: absolute;
  z-index: 2;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  min-height: 120px;
  max-height: 125px
}

.ohyea__guild-banner .btn-change {
  background: transparent;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 14px;
  top: 14px;
  -webkit-transition: all 0.23s;
  -o-transition: all 0.23s;
  transition: all 0.23s;
  z-index: 4;
  cursor: pointer
}

.ohyea__guild-banner .btn-change:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  bottom: 16px
}

.ohyea__guild-banner .btn-change:hover~.overlay {
  opacity: 1
}

.ohyea__guild-banner .overlay {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.24);
  opacity: 0;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  content: "";
  width: 100%
}

.ohyea__guild-banner input[type=file] {
  display: none
}

.ohyea__guild_comment-list {
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%
}

.ohyea__guild_comment-item {
  position: relative;
  height: 110px;
  overflow: hidden;
  margin: 12px 6px;
  width: 100%;
  padding-bottom: 12px
}

.ohyea__guild_comment-inner {
  position: relative;
  display: block;
  height: 110px;
  overflow: hidden
}

.ohyea__guild_comment-content {
  padding: 4px 12px;
  height: 110px;
  display: inline-block;
  position: relative;
  width: calc(100% - 115px);
  float: right;
  padding-right: 18px
}

.ohyea__guild_comment-avatar {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  float: left
}

.ohyea__guild_comment-avatar img {
  border-radius: 5px;
  width: auto;
  max-height: 100px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2
}

.ohyea__guild_comment-avatar:after,
.ohyea__guild_comment-avatar:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: ""
}

.ohyea__guild_comment-avatar:after {
  background: #fff;
  border-radius: 5px;
  background: #fceabb;
  background: -moz-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
  background: -webkit-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -o-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -webkit-radial-gradient(center, ellipse, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -o-radial-gradient(center, ellipse, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: radial-gradient(ellipse at center, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1)
}

.ohyea__guild_comment-name {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: unset
}

.ohyea__guild_comment-text {
  font-size: 1em;
  display: block;
  max-height: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: normal
}

.ohyea__guild_comment-date {
  font-style: italic;
  font-size: 0.9em;
  position: absolute;
  right: 12px;
  bottom: 4px
}

.ohyea__guild_home {
  display: block;
  min-height: 80vh
}

.ohyea__guild_home-action {
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  background: transparent
}

.ohyea__guild_home-content {
  margin-top: 39px
}

.ohyea__guild_home-buttons {
  padding-right: 30px
}

.ohyea__notfound {
  background-color: #651a27;
  background: #d6203b;
  background: -moz-linear-gradient(top, #640e1e 0%, #8e0123 48%, #69081a 79%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d6203b), color-stop(48%, #781124), color-stop(69%, #781124), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #640e1e 0%, #8e0123 48%, #69081a 79%, black 100%);
  background: -o-linear-gradient(top, #640e1e 0%, #8e0123 48%, #69081a 79%, black 100%);
  background: -ms-linear-gradient(top, #640e1e 0%, #8e0123 48%, #69081a 79%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#640e1e), color-stop(48%, #8e0123), color-stop(79%, #69081a), to(black));
  background: linear-gradient(to bottom, #640e1e 0%, #8e0123 48%, #69081a 79%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6203b', endColorstr='#000000', GradientType=0);
  min-height: 100vh
}

.ohyea__notfound--content {
  text-align: center;
  position: absolute;
  width: 100vw;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%)
}

.ohyea__notfound--link {
  padding-top: 30px
}

.ohyea__notfound--link a {
  font-size: 24px;
  text-decoration: underline
}

.ohyea__notfound--copy {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,
.bootstrap-datetimepicker-widget .btn[data-action=today]:after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,
.bootstrap-datetimepicker-widget .picker-switch:after,
.bootstrap-datetimepicker-widget table th.next:after,
.bootstrap-datetimepicker-widget table th.prev:after,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.bootstrap-datetimepicker-widget {
  list-style: none;
  -webkit-box-shadow: 1px 1px 4px 0px #4c2417;
  box-shadow: 1px 1px 4px 0px #4c2417
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 0;
  width: 19em;
  background-color: #340223 !important;
  background: url("/Content/ohyea/orange/export/imgs/bg/t-1.png");
  background-repeat: repeat
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc !important;
  border-bottom-color: rgba(0, 0, 0, 0.2) !important;
  top: -7px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7b410e !important;
  top: -6px;
  left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc !important;
  border-top-color: rgba(0, 0, 0, 0.2) !important;
  bottom: -7px;
  left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #7b410e !important;
  bottom: -6px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em !important;
  margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
  content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
  content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
  content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
  content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
  content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
  content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
  content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
  content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]:after {
  content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch:after {
  content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto !important;
  width: auto !important;
  line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5 !important;
  height: 2.5em !important;
  width: 100% !important
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  background-color: transparent
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center !important;
  border-radius: 0 !important;
  color: #4c2417 !important
}

.bootstrap-datetimepicker-widget table th {
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
  background: #7b410e !important;
  border-bottom: 1px solid white !important;
  font-size: 1.1em !important
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px !important
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #ccc !important;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev:after {
  content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next:after {
  content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer !important
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #331904 !important
}

.bootstrap-datetimepicker-widget table td {
  height: 54px !important;
  line-height: 54px !important;
  width: 54px !important;
  color: white !important
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em !important;
  height: 20px !important;
  line-height: 20px !important;
  color: #ccc !important
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
  color: #ccc !important
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #331904 !important;
  cursor: pointer !important;
  color: #4c2417 !important
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
  color: #ccc !important
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative !important
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: white !important;
  border-top-color: white !important;
  position: absolute;
  bottom: 4px;
  right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #7b410e !important;
  color: #4c2417 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  font-weight: bold
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff !important
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #ccc !important;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px !important;
  height: 54px !important;
  line-height: 54px !important;
  margin: 2px 1.5px !important;
  cursor: pointer;
  border-radius: 0 !important
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #331904 !important
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #7b410e !important;
  color: #4c2417 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #ccc !important
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #ccc !important;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px
}

.input-group.date .input-group-addon {
  cursor: pointer
}

a {
  color: white !important
}

a:hover {
  text-decoration: unset !important
}

.profile .achievement .lb-panel {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-inline-box;
}

.profile .achievement .lb-panel .item-containter {
  height: 95%;
  margin-top: 7px;
  width: 190px;
}

.profile .achievement .lb-panel .item-containter .item {
  padding: 7px 0;
}

.profile .achievement .lb-panel .item-containter:hover {
  background: linear-gradient(0deg, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%) !important;
  border-radius: 8%;
  box-shadow: 0 0 0 2px #f7c840;
}

.profile .achievement .lb-panel .item .img_container {
  width: 100%;
  display: flex;
  text-align: center;
}

.profile .achievement .lb-panel .item .img_container img {
  width: 90%;
}

.profile .achievement .lb-panel .item .info_container {
  margin-top: -7px;
  padding-left: 10px;
  padding-right: 10px;
}

.profile .achievement .lb-panel .item .info_container .info_container__row {
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
}

.profile .achievement .lb-panel .item .info_container .info_container__row:first-child .info_container__col {
  height: 35px;
  display: inline-flex;
}

.profile .achievement .lb-panel .item .info_container .info_container__row:last-child {
  width: 100%;
}

.profile .achievement .lb-panel .item .info_container .info_container__row:last-child .info_container__col {
  width: 100%;
}

.profile .achievement .lb-panel .item .info_container .progressbar {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  user-select: none;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  background: -webkit-linear-gradient(#75676d, #19010b);
  border: 2px solid #c82c16;
  border-radius: 18px;
  height: 32px;
  padding: 2px;
  overflow: hidden;
  width: 100%;
}

.profile .achievement .lb-panel .item .info_container .progressbar .progressed {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  user-select: none;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: -1px;
  background-image: url(/Content/distv2/img/bg/progressbar.png);
  background-repeat: no-repeat;
  height: 26px;
  z-index: 0;
}

.profile .achievement .lb-panel .item .info_container .progressbar .percent {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  user-select: none;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
}

.profile .achievement .load-all {
  text-align: center;
  pointer-events: none;
  width: 130px !important;
  border-radius: 5px;
}

.profile .achievement .load-all:hover a {
  color: #f7c840 !important;
}

.profile .achievement .load-all a {
  font-size: 175px;
  text-decoration: none;
  pointer-events: all;
  color: #C1D2E3 !important;
}

.clog {
  font-family: Roboto, sans-serif;
  color: #fff;
  max-width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-repeat: repeat
}

.clog .yellow {
  color: #efc400 !important
}

.clog .bold {
  font-weight: 700
}

.clog .spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px
}

.clog_section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 12px
}

.clog_section.helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
  text-decoration: underline;
  font-weight: 700
}

.clog_section.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.clog_btn-img {
  max-width: 100%;
  width: 100%;
  margin: 4px auto 12px auto;
  position: relative
}

.clog_btn-img a {
  display: inline-block;
  position: relative
}

.clog_btn-img img {
  max-width: 100%
}

.clog_btn-img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  cursor: pointer
}

.clog_btn-img:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.clog_btn-link {
  text-decoration: none;
  margin-top: 4px;
  display: block
}

.clog_btn-link:hover {
  text-decoration: underline
}

.clog_btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}

.clog_form {
  margin-top: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.clog_form-f {
  position: relative;
  height: 50px;
  text-align: left;
  max-width: 85%;
  margin: auto;
  margin-top: 12px
}

.clog_form-f input:-webkit-autofill,
.clog_form-f select:-webkit-autofill,
.clog_form-f textarea:-webkit-autofill {
  width: 100%;
  background-color: #a02d01;
  border: 1px solid #e2200c;
  border-radius: 5em;
  height: 40px;
  outline: 0;
  padding: 4px 12px;
  -webkit-transition: border .22s ease-in, -webkit-transform .36s ease-out;
  transition: border .22s ease-in, -webkit-transform .36s ease-out;
  transition: transform .36s ease-out, border .22s ease-in;
  transition: transform .36s ease-out, border .22s ease-in, -webkit-transform .36s ease-out;
  -webkit-box-shadow: inset 0 0 24px rgba(0, 0, 0, .7);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, .7)
}

.clog_form-f .ip:focus~label.lb,
.clog_form-f .ip:valid~label.lb,
.clog_form-f input:-webkit-autofill~label.lb,
.clog_form-f select:-webkit-autofill~label.lb,
.clog_form-f textarea:-webkit-autofill~label.lb {
  -webkit-transform: translate(-12px, -32px) scale(.8);
  transform: translate(-12px, -32px) scale(.8);
  background-color: #a02d01
}

.clog_form-f input:-webkit-autofill,
.clog_form-f select:-webkit-autofill,
.clog_form-f textarea:-webkit-autofill {
  border: 1px solid #a02d01;
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 1000s ease-in-out 0s;
  transition: background-color 1000s ease-in-out 0s
}

.clog_form-f.float label.lb {
  -webkit-transform: translate(-12px, -32px) scale(.8);
  transform: translate(-12px, -32px) scale(.8);
  background-color: #a02d01
}

.clog_form-f .lb {
  position: absolute;
  left: 14px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border .2s ease-in, background-color 50ms .3s ease-out, -webkit-transform .23s ease-out;
  transition: border .2s ease-in, background-color 50ms .3s ease-out, -webkit-transform .23s ease-out;
  transition: transform .23s ease-out, border .2s ease-in, background-color 50ms .3s ease-out;
  transition: transform .23s ease-out, border .2s ease-in, background-color 50ms .3s ease-out, -webkit-transform .23s ease-out;
  border: 0;
  padding: 2px 8px;
  border-radius: 5em;
  font-weight: 200;
  font-style: italic;
  font-style: 13px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clog_form-f .ip {
  width: 100%;
  background-color: #a02d01;
  border: 1px solid #e2200c;
  border-radius: 5em;
  height: 40px;
  outline: 0;
  padding: 4px 12px;
  -webkit-transition: border .22s ease-in, -webkit-transform .36s ease-out;
  transition: border .22s ease-in, -webkit-transform .36s ease-out;
  transition: transform .36s ease-out, border .22s ease-in;
  transition: transform .36s ease-out, border .22s ease-in, -webkit-transform .36s ease-out;
  -webkit-box-shadow: inset 0 0 24px rgba(0, 0, 0, .7);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, .7)
}

.clog_form-f .ip:focus,
.clog_form-f .ip:valid {
  border: 1px solid rgba(255, 255, 255, .45)
}

.clog_form-f .error {
  color: #fff;
  text-align: right;
  width: 100%;
  font-size: 13px;
  display: block
}

.clog_form button {
  background: 0 0;
  border: none;
  outline: 0;
  height: 60px;
  margin-top: 12px
}

.clog_form button img {
  max-width: 100%
}

.clog_form button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  cursor: pointer
}

.clog_label.note {
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 100%;
  font-style: italic;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.clog_line {
  height: 1px;
  margin: 24px auto;
  background: #f8c500;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 197, 0, 0)), color-stop(25%, #f8c500), color-stop(50%, #f8c500), color-stop(75%, #f8c500), to(rgba(248, 197, 0, 0)));
  background: linear-gradient(90deg, rgba(248, 197, 0, 0) 0, #f8c500 25%, #f8c500 50%, #f8c500 75%, rgba(248, 197, 0, 0) 100%)
}

.clog-page .button,
.clog-page button {
  cursor: pointer
}

.clog-page-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 2% 0;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  margin-right: 0 !important;
  margin-left: 0 !important
}

.clog-page-langs .inner {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%)
}

.clog-page-langs .list {
  display: block;
  white-space: nowrap;
  overflow: auto hidden;
  padding: 0 4px
}

.clog-page-langs .list .item {
  display: inline-block;
  padding: 0 4px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .23s ease-in all;
  transition: .23s ease-in all;
  opacity: .4
}

.clog-page-langs .list .item:hover {
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.clog-page-langs .list .item.active {
  opacity: 1
}

.clog-page-adv {
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 18px
}

.clog-page-adv strong {
  font-size: 1.5em;
  font-weight: b0ld
}

.clog-page-adv .buttons {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.clog-page-adv .buttons .button {
  -webkit-transition: -webkit-transform .12s ease-out;
  transition: -webkit-transform .12s ease-out;
  transition: transform .12s ease-out;
  transition: transform .12s ease-out, -webkit-transform .12s ease-out
}

.clog-page-adv .buttons .button:hover {
  -webkit-transform: scale(.96);
  transform: scale(.96);
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4)
}

.clog-page-adv .buttons .button-link {
  margin-top: 12px;
  display: block;
  text-decoration: none;
  color: #eab32b !important;
  padding: 8px 24px;
  -webkit-box-shadow: 0 2px 0 0 #eab32b;
  box-shadow: 0 2px 0 0 #eab32b;
  position: relative;
  -webkit-transition: color .23s ease;
  transition: color .23s ease
}

.clog-page-adv .buttons .button-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #eab32b;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  z-index: -1
}

.clog-page-adv .buttons .button-link:hover {
  color: #000 !important
}

.clog-page-adv .buttons .button-link:hover:after {
  height: 100%
}

.clog-page-frm {
  padding: 20% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 560px
}

.clog-page-frm .field {
  margin-top: 24px;
  display: block;
  white-space: nowrap
}

.clog-page-frm .field .label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  text-align: left
}

.clog-page-frm .field input[type=password],
.clog-page-frm .field input[type=text] {
  border-radius: 5em;
  height: 56px;
  border: 1px solid #b70606;
  background-color: #1a0000;
  outline: 0;
  width: 100%;
  color: #fff;
  padding: 4px 24px;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all .12s ease-out;
  transition: all .12s ease-out
}

.clog-page-frm .field input[type=password]:active,
.clog-page-frm .field input[type=password]:focus,
.clog-page-frm .field input[type=text]:active,
.clog-page-frm .field input[type=text]:focus {
  border: 1px solid #efc400
}

.clog-page-frm .field input[type=password]:-webkit-autofill,
.clog-page-frm .field input[type=password]:-webkit-autofill:active,
.clog-page-frm .field input[type=password]:-webkit-autofill:focus,
.clog-page-frm .field input[type=password]:-webkit-autofill:hover,
.clog-page-frm .field input[type=text]:-webkit-autofill,
.clog-page-frm .field input[type=text]:-webkit-autofill:active,
.clog-page-frm .field input[type=text]:-webkit-autofill:focus,
.clog-page-frm .field input[type=text]:-webkit-autofill:hover {
  background-color: #1a0000 !important;
  color: #fff !important
}

.clog-page-frm .field .error {
  color: #eab32b;
  width: 100%;
  display: block;
  padding: 2px 0
}

.clog-page-frm .sub.mr-left {
  text-align: center
}

.clog-page-frm .sub.mr-left .button {
  margin: 12px auto
}

.clog-page-frm .sub .button {
  background-color: transparent;
  outline: 0;
  max-width: 100%;
  width: auto;
  display: block;
  margin: 12px auto;
  border: none;
  -webkit-transition: -webkit-transform .23s ease-out;
  transition: -webkit-transform .23s ease-out;
  transition: transform .23s ease-out;
  transition: transform .23s ease-out, -webkit-transform .23s ease-out;
  display: block;
  position: relative
}

.clog-page-frm .sub .button:hover {
  -webkit-transform: scale(.95);
  transform: scale(.95);
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4)
}

.clog-page-frm .sub .button-link {
  font-size: 18px;
  text-decoration: underline
}

.clog-page-frm .sub .button-link:hover {
  color: #eab32b !important
}

.clog-page-fix {
  position: fixed;
  bottom: 32px;
  right: 0;
  min-width: 300px;
  z-index: 20
}

.clog-page-fix .support a {
  position: relative;
  display: block;
  height: 120px;
  text-decoration: none
}

.clog-page-fix .support a:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15)
}

.clog-page-fix .support a .inner {
  position: relative;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 5em 0 0 5em;
  border: 2px solid #fff;
  border-right: 0;
  min-width: 300px
}

.clog-page-fix .support a .icon {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  left: 0;
  position: absolute;
  width: 120px
}

.clog-page-fix .support a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 12px;
  margin-left: 120px;
  text-shadow: 0 2px #000, 1px -1px #000
}

.clog-page-split {
  width: 4px;
  height: 540px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  top: 15%
}

.clog-page-split::after,
.clog-page-split::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px
}

.clog-page-split::before {
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #c80405), color-stop(80%, #c80405), to(transparent));
  background: linear-gradient(to bottom, transparent 0, #c80405 20%, #c80405 80%, transparent 100%)
}

.clog-page-split::after {
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #350118), color-stop(80%, #350118), to(transparent));
  background: linear-gradient(to bottom, transparent 0, #350118 20%, #350118 80%, transparent 100%)
}

.clog-page-footer {
  position: relative;
  bottom: 0;
  right: -50px;
  float: right
}

.clog-page-footer img {
  max-width: 100%
}

#btnLoginPopup:disabled,
.clog-page .btn-playnow:disabled {
  transform: scale(1);
  filter: brightness(1)
}

#btnLoginPopup:disabled .loading-in-button,
.clog-page .btn-playnow:disabled .loading-in-button {
  display: inline-block
}

.clog-page .btn-playnow .loading-in-button {
  top: 46%;
  left: 230px
}

@keyframes loading-in-button-icon {
  0% {
      transform: translate(-50%, -50%) rotate(0)
  }

  100% {
      transform: translate(-50%, -50%) rotate(360deg)
  }
}

.loading-in-button-icon span {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 5px solid #ff9800;
  border-top-color: transparent;
  border-radius: 50%
}

.loading-in-button-icon span {
  animation: loading-in-button-icon 1s linear infinite;
  top: 25px;
  left: 25px
}

.loading-in-button {
  width: 50px;
  height: 50px;
  display: none;
  overflow: hidden;
  background: 0 0;
  position: absolute;
  top: 46%;
  left: 319px;
  transform: translateY(-50%)
}



.loading-in-button-icon {
  width: 50px;
  height: 50px;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  display: inline-block
}

.loading-in-button-icon span {
  box-sizing: content-box
}


.lb-header-icons .icon.users:after {
  background: #d8b55c;
  background: -webkit-gradient(linear, left bottom, left top, from(#d8b55c), color-stop(25%, #d8b55c), color-stop(50%, #97642e), color-stop(51%, #f9fde7), color-stop(79%, #fbe9a1), to(#fbe9a1));
  background: -webkit-linear-gradient(bottom, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
  background: -o-linear-gradient(bottom, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
  background: linear-gradient(0deg, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
}

.lb-bottom-icons>.icon .inner .text span {
  color: #501100;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  text-align: center;
  height: 20px;
  position: absolute;
  bottom: 2px;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  text-shadow: 1px 0 #f8e59f, -1px 0 #f8e59f, 0 1px #f8e59f, 0 -1px #f8e59f;
}

@-webkit-keyframes slide-right-in {
  0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes slide-right-in {
  0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@-webkit-keyframes slide-left-in {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes slide-left-in {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@-webkit-keyframes fly-up-slow {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@keyframes fly-up-slow {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@-webkit-keyframes fly-down-slow {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@keyframes fly-down-slow {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@-webkit-keyframes tour-laser-left-out {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  45%,
  60% {
      opacity: 1;
      -webkit-transform: translateX(-100px) scaleX(2);
      transform: translateX(-100px) scaleX(2);
  }

  99% {
      display: block;
  }

  to {
      -webkit-transform: translateX(-200px);
      transform: translateX(-200px);
      opacity: 0;
      display: none;
  }
}

@keyframes tour-laser-left-out {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  45%,
  60% {
      opacity: 1;
      -webkit-transform: translateX(-100px) scaleX(2);
      transform: translateX(-100px) scaleX(2);
  }

  99% {
      display: block;
  }

  to {
      -webkit-transform: translateX(-200px);
      transform: translateX(-200px);
      opacity: 0;
      display: none;
  }
}

@-webkit-keyframes tour-laser-right-out {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  45% {
      opacity: 1;
      -webkit-transform: translateX(100px) scaleX(1.5);
      transform: translateX(100px) scaleX(1.5);
  }

  60% {
      opacity: 1;
      -webkit-transform: translateX(100px) scaleX(1);
      transform: translateX(100px) scaleX(1);
  }

  99% {
      display: block;
  }

  to {
      -webkit-transform: translateX(200px);
      transform: translateX(200px);
      opacity: 0;
      display: none;
  }
}

@keyframes tour-laser-right-out {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  45% {
      opacity: 1;
      -webkit-transform: translateX(100px) scaleX(1.5);
      transform: translateX(100px) scaleX(1.5);
  }

  60% {
      opacity: 1;
      -webkit-transform: translateX(100px) scaleX(1);
      transform: translateX(100px) scaleX(1);
  }

  99% {
      display: block;
  }

  to {
      -webkit-transform: translateX(200px);
      transform: translateX(200px);
      opacity: 0;
      display: none;
  }
}

.ocean-king.icon-room-normal {
  width: 152px;
  height: 153px;
  z-index: 2;
  position: absolute;
  left: -48px;
  bottom: 32px;
  background-repeat: no-repeat;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -521px -336px;
  cursor: pointer;
  -webkit-animation: anim-icon-ocean-king-normal 8s infinite linear;
  animation: anim-icon-ocean-king-normal 8s infinite linear;
}

.ocean-king.icon-room-normal:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.ocean-king.icon-room-normal .text {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffeea5;
  text-shadow: 1px 2px black;
}

.ocean-king.icon-room-vip {
  width: 211px;
  height: 153px;
  position: absolute;
  z-index: 2;
  right: -72px;
  bottom: 35px;
  background-image: url(img/sprite-sheet/room/room-L7.png);
  background-position: -308px -336px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: anim-icon-ocean-king-vip 8s infinite linear;
  animation: anim-icon-ocean-king-vip 8s infinite linear;
}

.ocean-king.icon-room-vip:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.ocean-king.icon-room-vip .text {
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffeea5;
  text-shadow: 1px 2px black;
}

@-webkit-keyframes anim-icon-ocean-king-normal {

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
  }

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-transform: translateY(5px) scale(0.7);
      transform: translateY(5px) scale(0.7);
  }
}

@keyframes anim-icon-ocean-king-normal {

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
  }

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-transform: translateY(5px) scale(0.7);
      transform: translateY(5px) scale(0.7);
  }
}

@-webkit-keyframes anim-icon-ocean-king-vip {

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translateY(5px) scale(0.7);
      transform: translateY(5px) scale(0.7);
  }

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
  }
}

@keyframes anim-icon-ocean-king-vip {

  10%,
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: translateY(5px) scale(0.7);
      transform: translateY(5px) scale(0.7);
  }

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
  }
}

table.fixed-header {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

.header-today {
  width: 760px !important;
  table-layout: fixed;
  position: fixed;
}

table.fixed-header thead tr {
  display: block;
  width: 100%;
}

table.fixed-header thead tr th {
  text-transform: uppercase;
}

table.fixed-header tbody {
  display: block;
  width: calc(100% + 10px);
  overflow: auto;
  height: 500px;
}

table.fixed-header tbody tr {
  width: 100%;
}

table tbody tr.toclone {
  display: none;
}

table tbody td .link {
  cursor: pointer;
}

table tbody td .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table tbody td .icon-vip {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  height: 50px;
}

table tbody td .avatar {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 2px;
  background: -webkit-linear-gradient(#f5d582, #d0a457);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table tbody td .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 2px;
}

@font-face {
  font-family: utmHanzel;
  src: url("fonts/UTM-Hanzel.ttf?v=2");
}

@font-face {
  font-family: PadaukRegular;
  src: url("fonts/Padauk-Regular.ttf?v=2");
  font-display: swap;
}

@-webkit-keyframes anim-download-apk {
  0% {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
  }

  50% {
      -webkit-filter: brightness(0.9);
      filter: brightness(0.9);
  }

  to {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
  }
}

@keyframes anim-download-apk {
  0% {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
  }

  50% {
      -webkit-filter: brightness(0.9);
      filter: brightness(0.9);
  }

  to {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
  }
}

@-webkit-keyframes anim-light-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes anim-light-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes anim-message-before {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }

  40% {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }

  90% {
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0);
  }
}

@keyframes anim-message-before {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }

  40% {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
  }

  90% {
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0);
  }
}

@-webkit-keyframes anim-message {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
  }

  50% {
      opacity: 0.8;
  }

  to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
  }
}

@keyframes anim-message {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
  }

  50% {
      opacity: 0.8;
  }

  to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
  }
}

@-webkit-keyframes anim-event {
  0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
      -webkit-transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -1deg);
      transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -1deg);
  }

  30% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
  }

  50% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  70%,
  90% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -1deg);
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-event {
  0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
      -webkit-transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -1deg);
      transform: scale3d(0.99, 0.99, 0.99) rotate3d(0, 0, 1, -1deg);
  }

  30% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
  }

  50% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  70%,
  90% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, 1deg);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
  }

  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -1deg);
      transform: scale3d(1.01, 1.01, 1.01) rotate3d(0, 0, 1, -1deg);
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-jackpot {
  0% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
  }

  50% {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
      -webkit-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9);
  }

  to {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
  }
}

@keyframes anim-jackpot {
  0% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
  }

  50% {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3);
      -webkit-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9);
  }

  to {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
  }
}

@-webkit-keyframes scroll-left {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }

  to {
      -webkit-transform: translateX(calc(-102% - 572px));
      transform: translateX(calc(-102% - 572px));
  }
}

@keyframes scroll-left {
  0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }

  to {
      -webkit-transform: translateX(calc(-102% - 572px));
      transform: translateX(calc(-102% - 572px));
  }
}

@-webkit-keyframes zoom-basic {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes zoom-basic {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@-webkit-keyframes puff-in-top {
  0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
  }

  to {
      -webkit-transform: scale(1.2) translateY(-300px);
      transform: scale(1.2) translateY(-300px);
      opacity: 0;
  }
}

@keyframes puff-in-top {
  0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
  }

  to {
      -webkit-transform: scale(1.2) translateY(-300px);
      transform: scale(1.2) translateY(-300px);
      opacity: 0;
  }
}

@-webkit-keyframes puff-in-bottom {
  0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
  }

  to {
      -webkit-transform: scale(1.2) translateY(300px);
      transform: scale(1.2) translateY(300px);
      opacity: 0;
  }
}

@keyframes puff-in-bottom {
  0% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
  }

  to {
      -webkit-transform: scale(1.2) translateY(300px);
      transform: scale(1.2) translateY(300px);
      opacity: 0;
  }
}

@-webkit-keyframes slide-fwd-top {
  0% {
      -webkit-transform: translateY(600px);
      transform: translateY(600px);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }

  to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }
}

@keyframes slide-fwd-top {
  0% {
      -webkit-transform: translateY(600px);
      transform: translateY(600px);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }

  to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }
}

@-webkit-keyframes slide-out-top {
  0% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(-720px);
      transform: translateY(-720px);
  }
}

@keyframes slide-out-top {
  0% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(-720px);
      transform: translateY(-720px);
  }
}

@-webkit-keyframes slide-out-left {
  0% {
      opacity: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(-1280px);
      transform: translateX(-1280px);
  }
}

@keyframes slide-out-left {
  0% {
      opacity: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(-1280px);
      transform: translateX(-1280px);
  }
}

@-webkit-keyframes slide-fwd-bottom {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-720px);
      transform: translateY(-720px);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }
}

@keyframes slide-fwd-bottom {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-720px);
      transform: translateY(-720px);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  }
}

@-webkit-keyframes slide-fwd-left {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-1280px);
      transform: translateX(-1280px);
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes slide-fwd-left {
  0% {
      opacity: 0;
      -webkit-transform: translateX(-1280px);
      transform: translateX(-1280px);
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@-webkit-keyframes anim-notify-jackpot {
  0% {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }

  10% {
      left: 1050px;
      opacity: 1;
  }

  90% {
      left: 1050px;
      opacity: 1;
  }

  to {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }
}

@keyframes anim-notify-jackpot {
  0% {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }

  10% {
      left: 1050px;
      opacity: 1;
  }

  90% {
      left: 1050px;
      opacity: 1;
  }

  to {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }
}

@-webkit-keyframes anim-hide-notify-jackpot {
  0% {
      top: 120px;
      left: 1050px;
      opacity: 1;
  }

  to {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }
}

@keyframes anim-hide-notify-jackpot {
  0% {
      top: 120px;
      left: 1050px;
      opacity: 1;
  }

  to {
      top: 120px;
      left: 1600px;
      opacity: 1;
  }
}

@-webkit-keyframes anim-background-notify-jackpot {

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@keyframes anim-background-notify-jackpot {

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif, PadaukRegular !important;
  letter-spacing: 0px !important;
  height: 100vh !important;
  overflow: hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}

body .modal-backdrop {
  opacity: 0.5 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif, PadaukRegular !important;
}

.lb-wrapper {
  background-size: contain;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.lb-screen {
  width: 1280px;
  height: 720px;
  margin: 10px auto;
  display: block;
  overflow: hidden;
}

.lb-screen-loading {
  opacity: 0;
  pointer-events: none;
}

.lb-screen-room-game .lb {}

.lb-screen-room-game .lb-header-left .return-home {
  margin-left: 4px;
}

.lb-screen-room-game .lb-header-left .return-home .btn-home {
  width: 55px;
}

.lb-screen-room-game .lb-lobby-top .inner .right {
  display: none;
}

.lb-screen-room-game .lb-bottom-right .lb-bottom-icons .icon-guild {
  display: block;
}

.lb-screen-room-game .lb-bottom-right .lb-bottom-icons .icon-shop {
  display: block;
}

.lb-screen-room-game .lb-lobby-games .container-game .list-game {
  opacity: 0;
}

.lb-screen-room-game .lb-lobby-games .container-game .list-room .item-vip,
.lb-screen-room-game .lb-lobby-games .container-game .list-room .room-free {
  -webkit-animation: slide-fwd-bottom 0.4s both;
  animation: slide-fwd-bottom 0.4s both;
}

.lb-screen-room-game .lb-lobby-games .container-game .list-room .item-normal,
.lb-screen-room-game .lb-lobby-games .container-game .list-room .item-vipss {
  -webkit-animation: slide-fwd-top 0.4s both;
  animation: slide-fwd-top 0.4s both;
}

.lb-screen-game-menu .lb-header-right .lb-header-icons .icon,
.lb-screen-mini-game .lb-header-right .lb-header-icons .icon {
  width: 47px;
}


.lb-screen-game-menu .lb-header-right .lb-header-icons .icon img.flag,
.lb-screen-mini-game .lb-header-right .lb-header-icons .icon img.flag {
  width: 40px;
}

.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game {
  z-index: 2;
  display: block;
}

.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game .list-room {
  background-image: unset !important;
}

.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game .list-room .item-vip,
.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game .list-room .room-free {
  -webkit-animation: puff-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: puff-in-top 0.3s ubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game .list-room .item-normal,
.lb-screen.anim-return-home .lb-lobby-games .container-game .room-game .list-room .item-vipss {
  -webkit-animation: puff-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: puff-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.lb-header {
  position: relative;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 3;
}

.lb-header * {
  text-decoration: none;
}

.lb-header-left {
  width: 330px;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lb-header-left .return-home {
  margin: 0;
}

.lb-header-left .return-home .btn-home {
  cursor: pointer;
  width: 0;
  height: 55px;
  background-image: url("/Content/distv2/img/sprite-sheet/header/header-L7.png");
  background-position: -528px -63px;
  background-repeat: no-repeat;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: unset;
}

.lb-header-left .return-home .btn-home:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.lb-header-left .return-home.active {
  margin-left: 4px;
}

.lb-header-left .return-home.active .btn-home {
  width: 55px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.lb-header-left .lb-header-icons {
  margin: auto;
}

.lb-header-left .lb-header-icons .icon-event {
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
}

.lb-header-left .user {
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 207px;
  height: 65px;
}

.lb-header-left .user .ava {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 0;
  border-radius: 4px;
  cursor: pointer;
}

.lb-header-left .user .ava .img {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 2px;
  z-index: 2;
  width: 61px;
  height: 61px;
}


.lb-header-left .user .ava:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #f5d582;
  z-index: 0;
}


.lb-header-left .user .ava .badge-avatar-free {
  position: absolute;
  top: 42px;
  left: -6px;
  background-image: url("img/icons/badge-avatar-free.png");
  background-repeat: no-repeat;
  width: 57px;
  height: 24px;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.lb-header-left .user .info {
  padding: 0 8px;
  width: 136px;
  padding-right: 0px;
  position: absolute;
  left: 67px;
}

.lb-header-left .user .info .name {
  color: white;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  max-width: 100%;
}

.lb-header-left .user .info .name a {
  text-decoration: none;
  color: white;
  max-width: 100%;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.lb-header-left .user .info .vip {
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 25px;
  text-decoration: none;
  overflow: hidden;
  background: #712901;
  background: -webkit-gradient(linear, left top, left bottom, from(#712901), to(#2a0900));
  background: -webkit-linear-gradient(top, #712901 0%, #2a0900 100%);
  background: -o-linear-gradient(top, #712901 0%, #2a0900 100%);
  background: linear-gradient(180deg, #712901 0%, #2a0900 100%);
}

.lb-header-left .user .info .vip .img {
  width: 32px;
  height: 32px;
}

.lb-header-left .user .info .vip .text {
  font-weight: 800;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.lb-header-center {
  width: 582px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.lb-header-center .main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.lb-header-center .main .coin {
  margin: auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lb-header-center .main .coin .inner {
  width: 140px;
  height: 38px;
  border-radius: 0 3em 3em 0;
  background-color: #250515;
  position: relative;
  padding: 0 8px;
  margin: 0;
  margin-left: 38px;
  text-align: center;
}

.lb-header-center .main .coin .inner .icon {
  position: absolute;
  left: -26px;
  top: -8px;
  width: 45px;
  height: 49px;
}

.lb-header-center .main .coin .inner .text {
  color: white;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.lb-header-center .main .button {
  margin: auto 10px;
  position: relative;
  z-index: 2;
  margin: auto 10px;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
  width: 173px;
  height: 65px;
  text-decoration: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.lb-header-center .main .button a {
  text-align: center;
  position: relative;
  cursor: pointer;
  height: 65px;
  width: 173px;
  display: block;
}

.lb-header-center .main .button a img {
  display: block;
  margin: 1px auto;
  height: 65px;
  width: 173px;
  position: absolute;
  top: 0;
  left: 0;
}

.lb-header-center .main .button a:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

.lb-header-center .main .button a .text {
  color: #ffffff;
  text-shadow: black 1px 0px 0px, black 0.540302px 0.841471px 0px, black -0.416147px 0.909297px 0px, black -0.989992px 0.14112px 0px, black -0.653644px -0.756802px 0px, black 0.283662px -0.958924px 0px, black 0.96017px -0.279415px 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.lb-header-center .main .jack {
  display: block;
  margin: auto 0px;
  width: 250px;
  border-top-right-radius: 68px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 330px;
}

.lb-header-center .main .jack .slide.owl-grab .item {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.lb-header-center .main .jack .slide .item {
  padding-left: 36px;
  width: 250px;
  display: inline-block;
}

.lb-header-center .main .jack .slide .item .inner {
  padding: 14px 0px 12px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-header-center .main .jack .slide .item .inner .ava {
  width: 44px;
  height: 44px;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  padding: 2px;
  margin-top: 2px;
  border: 2px solid #f5d582;
}

.lb-header-center .main .jack .slide .item .inner .ava img {
  width: 44px;
  height: 44px;
}

.lb-header-center .main .jack .slide .item .inner .ava:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  background: #d8b55c;
  background: -webkit-gradient(linear, left bottom, left top, from(#d8b55c), color-stop(25%, #d8b55c), color-stop(50%, #97642e), color-stop(51%, #f9fde7), color-stop(79%, #fbe9a1), to(#fbe9a1));
  background: -webkit-linear-gradient(bottom, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
  background: -o-linear-gradient(bottom, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
  background: linear-gradient(0deg, #d8b55c 0%, #d8b55c 25%, #97642e 50%, #f9fde7 51%, #fbe9a1 79%, #fbe9a1 100%);
}

.lb-header-center .main .jack .slide .item .inner .tt {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: calc(100% - 44px);
  width: 90%;
}

.lb-header-center .main .jack .slide .item .inner .tt .icon {
  width: 24px;
  height: 28px;
}

.lb-header-center .main .jack .slide .item .inner .tt .name,
.lb-header-center .main .jack .slide .item .inner .tt .num {
  text-align: left;
  color: #ffffff;
  position: relative;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif, PadaukRegular !important;
}

.lb-header-center .main .jack .slide .item .inner .tt .name {
  font-size: 16px;
  font-weight: bold;
}

.lb-header-center .main .jack .slide .item .inner .tt .name .text,
.lb-header-center .main .jack .slide .item .inner .tt .name .text-shadow {
  width: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-header-center .main .jack .slide .item .inner .tt .name .text-shadow {
  color: #a05454;
}

.lb-header-center .main .jack .slide .item .inner .tt .num {
  font-size: 18px;
  font-weight: bold;
  color: #fff600;
}

.lb-header-center .main .jack .slide .item .inner .tt .grp-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.lb-header-center .main .jack .slide .item:hover {
  cursor: pointer;
}

.lb-header-center .bg {
  position: absolute;
  left: 0;
  top: 9px;
  background-repeat: no-repeat;
  z-index: 0;
}

.lb-header-right {
  width: 368px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: unset;
}

.lb-header-bg {
  position: absolute;
  height: 74px;
  background-repeat: repeat-x;
  background-image: url("img/sprite-sheet/header/bg-h.png");
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.lb-header-bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lb-header-icons {
  display: inline-flex;
  z-index: 1;
}

.lb-header-icons.right .icon {
  width: 47px;
  margin: auto 11px;
  margin-top: 2px;
}

.lb-header-icons.right .icon img {}

.lb-header-icons.right .icon img.flag {
  width: 40px;
}

.lb-header-icons .icon {
  height: 60px;
  width: 52px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
}

.lb-header-icons .icon.lb-toggle-list-btn .flag {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 42px;
  top: 34px;
  left: 30px;
  -webkit-transform: translate(-50%, -60%) scaleX(0.98) scaleY(0.87);
  -ms-transform: translate(-50%, -60%) scaleX(0.98) scaleY(0.87);
  transform: translate(-50%, -60%) scaleX(0.98) scaleY(0.87);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  z-index: 2;
  margin: auto;
}

.lb-header-icons .icon.lb-toggle-list-btn img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.lb-header-icons .icon.lb-toggle-list-btn:hover {
  -webkit-filter: unset;
  filter: unset;
}

.lb-header-icons .icon .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-header-icons .icon.users:after {
  z-index: 0;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  content: "";
  position: absolute;
  border-radius: 10px;
}

.lb-header-icons .icon.users .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1d0615;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.lb-header-icons .icon.users .inner img {
  width: 32px;
}

.lb-header-icons .icon.users .line {
  height: 1px;
  margin: 3px 0;
  background: #f8e59f;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #f8e59f), color-stop(60%, #f8e59f), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #f8e59f 40%, #f8e59f 60%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #f8e59f 40%, #f8e59f 60%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #f8e59f 40%, #f8e59f 60%, transparent 100%);
}

.lb-header-icons .icon.users .number {
  color: #f8e59f;
  font-weight: bold;
  margin-top: 4px;
}

.lb-header-icons .icon:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.lb-header-icons .icon:last-child .lb-toggle-list {
  left: unset;
  right: 10%;
}

.lb-header-icons .icon.btn-message-box.animate .message-not-read {
  -webkit-animation: anim-message-before 1s infinite ease-out;
  animation: anim-message-before 1s infinite ease-out;
}

.lb-header-icons .icon.btn-message-box.animate .message-not-read:after {
  content: "";
  z-index: -2;
  position: absolute;
  top: -3px;
  right: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  background: #ff1601;
  -webkit-animation: anim-message 1s infinite ease-out;
  animation: anim-message 1s infinite ease-out;
}

.lb-header-icons .icon .message-not-read {
  bottom: 4px !important;
  top: unset !important;
}

.lb-header-icons .icon.btn-download-apk img {
  -webkit-animation: anim-download-apk 1s infinite linear;
  animation: anim-download-apk 1s infinite linear;
}

.lb-header-icons .icon.btn-download-apk .text-bonus-coin {
  color: #ffeb00;
  text-shadow: 1px 2px #920000;
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  -webkit-animation: anim-message-before 1s infinite ease-out;
  animation: anim-message-before 1s infinite ease-out;
}

.lb-header-icons .icon.btn-download-apk .text-bonus-coin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-radial-gradient(center, ellipse, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse, black 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, black 0%, rgba(255, 255, 255, 0) 100%);
}

.lb-header .lb-toggle-list {
  background-color: #340702;
  border-radius: 12px;
  width: 200px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: max-height 0.4s ease-out, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: max-height 0.4s ease-out, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: max-height 0.4s ease-out, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 0.4s ease-out, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 0.4s ease-out, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lb-header .lb-toggle-list>.item {
  position: relative;
  z-index: 2;
  padding: 8px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
}

.lb-header .lb-toggle-list>.item:first-child {
  border-radius: 8px 8px 0 0;
}

.lb-header .lb-toggle-list>.item:last-child {
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}

.lb-header .lb-toggle-list>.item .ic {
  max-width: 44px;
}

.lb-header .lb-toggle-list>.item .name {
  font-size: 16px;
  padding-left: 12px;
}

.lb-header .lb-toggle-list>.item:after {
  z-index: 0;
  content: "";
  position: absolute;
  background: #fffd67;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefb34), color-stop(27%, #e2a239), color-stop(43%, #cf7335), to(#fefb34));
  background: -webkit-linear-gradient(top, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  background: -o-linear-gradient(top, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  background: linear-gradient(to bottom, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
}

.lb-header .lb-toggle-list>.item:hover {
  -webkit-filter: brightness(1.6);
  filter: brightness(1.6);
}

.lb-header .lb-toggle-list:before {
  z-index: 1;
  content: "";
  position: absolute;
  background-color: #340702;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}

.lb-header .lb-toggle-list:after {
  z-index: 0;
  content: "";
  position: absolute;
  background: #fffd67;
  background: -moz-linear-gradient(top, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  background: -webkit-linear-gradient(top, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefb34), color-stop(27%, #e2a239), color-stop(43%, #cf7335), to(#fefb34));
  background: -o-linear-gradient(top, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  background: linear-gradient(to bottom, #fefb34 0%, #e2a239 27%, #cf7335 43%, #fefb34 100%);
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 12px;
}

.lb-main {
  background: transparent;
  position: relative;
  z-index: 1;
}

.lb-lobby {
  min-height: 1px;
}

.lb-lobby-top {
  height: 40px;
  position: relative;
  overflow-x: hidden;
}

.lb-lobby-top .inner {
  display: block;
  height: 100%;
  z-index: 1;
  position: relative;
  max-height: 100%;
}

.lb-lobby-top .inner .marquee {
  width: 600px;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}

.lb-lobby-top .inner .marquee .icon {
  z-index: 1;
  padding-left: 8px;
  margin-right: -12px;
  position: absolute;
  top: 2px;
  left: 0;
}

.lb-lobby-top .inner .marquee .icon img {
  width: 32px;
  height: 31px;
}

.lb-lobby-top .inner .marquee-message {
  position: relative;
  overflow: hidden;
  z-index: -1;
  max-width: 100%;
  width: 570px;
  height: 32px;
  position: relative;
  border-radius: 20px;
  background-color: #1e0404;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 28px;
  top: 2px;
}

.lb-lobby-top .inner .marquee-message .contain {
  width: unset;
  position: relative;
  white-space: nowrap;
  color: white;
  position: absolute;
  height: 100%;
  left: 102%;
  top: 0;
  margin: 0;
  text-align: left;
  -webkit-animation: scroll-left 20s linear infinite;
  animation: scroll-left 20s linear infinite;
  font-size: 1.3em;
  line-height: 36px;
  padding: 0 12px;
}

.lb-lobby-top .inner .marquee-message .contain .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-right: 24px;
}

.lb-lobby-top .inner .menu {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  float: right;
  padding: 0 8px;
  width: 600px;
  margin-top: 6px;
  text-align: right;
}

.lb-lobby-top .inner .menu.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.lb-lobby-top .inner .menu li {
  display: inline-block;
  cursor: pointer;
}

.lb-lobby-top .inner .menu li:last-child a:after {
  content: none;
}

.lb-lobby-top .inner .menu li.active a,
.lb-lobby-top .inner .menu li:hover a {
  color: #00ff00 !important;
}

.lb-lobby-top .inner .menu li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.lb-lobby-top .inner .menu li a:after {
  display: inline-block;
  content: "|";
  padding: 0 4px;
}

.lb-lobby-top .inner .menu .more {
  display: none;
}

.lb-lobby-top .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0px;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 2px 4px #fff600, 0 -2px 4px #fff600, 0 1px 0 #fff600, 0 -1px 0 #fff600;
  box-shadow: 0 2px 4px #fff600, 0 -2px 4px #fff600, 0 1px 0 #fff600, 0 -1px 0 #fff600;
  height: 36px;
  background: #c31b0c;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#c31b0c), color-stop(16%, #3e0100), color-stop(50%, #3e0100), to(#c30902));
  background: -webkit-linear-gradient(bottom, #c31b0c 0%, #3e0100 16%, #3e0100 50%, #c30902 100%);
  background: -o-linear-gradient(bottom, #c31b0c 0%, #3e0100 16%, #3e0100 50%, #c30902 100%);
  background: linear-gradient(0deg, #c31b0c 0%, #3e0100 16%, #3e0100 50%, #c30902 100%);
}

.lb-lobby-games {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group {
  height: 465px;
}

.lb-lobby-games .container-game .group.list-game {
  background-image: url("/Content/distv2/img/sprite-sheet/bg.png");
  background-repeat: repeat;
  position: relative;
  z-index: -1;
  display: block;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group.list-game.active {
  z-index: 2;
}

.lb-lobby-games .container-game .group.list-game .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.lb-lobby-games .container-game .group.list-game .slide-game {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  height: 480px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: auto;
  overflow-x: auto;
  -webkit-overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game::-webkit-scrollbar {
  display: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .owl-item {
  margin-left: -1px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game {
  height: 465px;
  width: 220px;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
  -webkit-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list {
  width: 220px;
  margin: 40px 0px auto auto;
  display: block;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 190px;
  height: 198px;
  margin: auto;
  position: relative;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item:first-child {
  margin-top: 8px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item a img {
  pointer-events: none;
  max-width: 100%;
  width: unset;
  display: block;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item a:hover img {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item a.disabled {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.small {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.small a {
  min-width: unset;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.small img {
  max-width: 100%;
  height: unset;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub {
  margin: 0;
  max-width: 100%;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub {
  white-space: nowrap;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 175px;
  height: 171px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub:first-child>a {
  margin-top: 28px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub .item-animate {
  -webkit-animation: zoom-basic 1s linear infinite;
  animation: zoom-basic 1s linear infinite;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon {
  overflow: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 220px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.right {
  text-align: right;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.right img {
  margin-right: 0;
  margin-left: auto;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.left {
  text-align: left;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.left img {
  margin-left: 0;
  margin-right: auto;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon img {
  max-width: 100% !important;
  height: unset;
  margin: unset;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item .new {
  position: absolute;
  width: 120px;
  height: 110px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 1px;
  left: 3px;
  text-align: center;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item .new span {
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
  display: block;
  color: #fff600;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 0;
  margin-left: -40px;
  margin-top: 18px;
  text-transform: uppercase;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game .inner .list .item .new.disabled {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split {
  width: 300px;
  min-width: 300px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split .split {
  color: white;
  height: 440px;
  width: 64px;
  position: relative;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split .split .text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 406px;
  background-size: auto;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split.inline {
  margin-left: 0;
  margin-right: 0;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split.inline-left {
  margin-left: 24px;
  margin-right: 0;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.has-split.inline-right {
  margin-left: 0px;
  margin-right: 0px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.not-split {
  width: 220px;
  min-width: 220px;
  margin-left: 32px !important;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.first {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
  width: 248px;
  min-width: 248px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.first .inner .list {
  width: 248px;
  margin: 0;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.first .inner .list .item {
  margin-bottom: 0 !important;
  display: block;
  width: 100%;
  height: 171px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game.first .inner .list .item.large {
  width: 248px;
  height: 281px;
}

.lb-lobby-games .container-game .group.list-game .slide-game-nav {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  height: 80px;
}

.lb-lobby-games .container-game .group.list-game .slide-game-nav .next,
.lb-lobby-games .container-game .group.list-game .slide-game-nav .prev {
  pointer-events: all;
  position: absolute;
  outline: none;
  width: 37px;
  height: 75px;
  background-image: url("img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png");
  background-position: -880px -439px;
}

.lb-lobby-games .container-game .group.list-game .slide-game-nav .next.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game-nav .prev.disabled {
  opacity: 0.8;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}

.lb-lobby-games .container-game .group.list-game .slide-game-nav .prev {
  left: 0;
}

.lb-lobby-games .container-game .group.list-game .slide-game-nav .next {
  right: 0;
  top:-6px;
  -webkit-transform: rotate(180deg) translate3d(0, 0, 10px);
  -ms-transform: rotate(180deg) translate3d(0, 0, 10px);
  transform: rotate(180deg) translate3d(0, 0, 10px);
}

.lb-lobby-games .container-game .group.list-game .slide-game .game-nav,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  height: 80px;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .next,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-next,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-prev,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .prev,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .next,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-next,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-prev,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .prev {
  pointer-events: all;
  position: absolute;
  outline: none;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .next.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-next.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-prev.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .prev.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .next.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-next.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-prev.disabled,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .prev.disabled {
  opacity: 0.8;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
  pointer-events: none;
  cursor: unset;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-prev,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .prev,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-prev,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .prev {
  left: 0;
}

.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .next,
.lb-lobby-games .container-game .group.list-game .slide-game .game-nav .owl-next,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .next,
.lb-lobby-games .container-game .group.list-game .slide-game .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-guide-game{
  box-shadow: unset;
  -webkit-box-shadow:unset;
  border: none;
}

.list-guide-game .container-game .group.list-game .slide-game {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  height: 480px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: auto;
  overflow-x: auto;
  -webkit-overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.list-guide-game .container-game .group.list-game .slide-game::-webkit-scrollbar {
  display: none;
}

.list-guide-game .container-game .group.list-game .slide-game .owl-item {
  margin-left: -1px;
}

.list-guide-game .container-game .group.list-game .slide-game .game {
  height: 465px;
  width: 220px;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
  -webkit-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list {
  width: 220px;
  margin: 40px 0px auto auto;
  display: block;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 190px;
  height: 178px;
  margin: auto;
  position: relative;
  -webkit-transform: scale(0.89);
  -ms-transform: scale(0.89);
  transform: scale(0.89);
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item:first-child {
  margin-top: 24px;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item a img {
  pointer-events: none;
  max-width: 100%;
  width: unset;
  display: block;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item a:hover img {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item a.disabled {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.small {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.small a {
  min-width: unset;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.small img {
  max-width: 100%;
  height: unset;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub {
  margin: 0;
  max-width: 100%;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub {
  white-space: nowrap;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 175px;
  height: 171px;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub:first-child>a {
  margin-top: 28px;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub .item-animate {
  -webkit-animation: zoom-basic 1s linear infinite;
  animation: zoom-basic 1s linear infinite;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon {
  overflow: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 220px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.right {
  text-align: right;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.right img {
  margin-right: 0;
  margin-left: auto;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.left {
  text-align: left;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon.left img {
  margin-left: 0;
  margin-right: auto;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item.has-sub .sub a.icon img {
  max-width: 100% !important;
  height: unset;
  margin: unset;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item .new {
  position: absolute;
  width: 120px;
  height: 110px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 1px;
  left: 3px;
  text-align: center;
  background-repeat: no-repeat;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item .new span {
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
  display: block;
  color: #fff600;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 0;
  margin-left: -40px;
  margin-top: 18px;
  text-transform: uppercase;
}

.list-guide-game .container-game .group.list-game .slide-game .game .inner .list .item .new.disabled {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split {
  width: 300px;
  min-width: 300px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split .split {
  color: white;
  height: 440px;
  width: 64px;
  position: relative;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split .split .text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 406px;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split.inline {
  margin-left: 0;
  margin-right: 0;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split.inline-left {
  margin-left: 24px;
  margin-right: 0;
}

.list-guide-game .container-game .group.list-game .slide-game .game.has-split.inline-right {
  margin-left: 0px;
  margin-right: 0px;
}

.list-guide-game .container-game .group.list-game .slide-game .game.not-split {
  width: 220px;
  min-width: 220px;
  margin-left: 32px !important;
}

.list-guide-game .container-game .group.list-game .slide-game .game.first {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
  width: 248px;
  min-width: 248px;
}

.list-guide-game .container-game .group.list-game .slide-game .game.first .inner .list {
  width: 248px;
  margin: 0;
}

.list-guide-game .container-game .group.list-game .slide-game .game.first .inner .list .item {
  margin-bottom: 0 !important;
  display: block;
  width: 100%;
  height: 171px;
}

.list-guide-game .container-game .group.list-game .slide-game .game.first .inner .list .item.large {
  width: 248px;
  height: 281px;
}

.list-guide-game .container-game .group.list-game .slide-game-nav {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  height: 80px;
}

.list-guide-game .container-game .group.list-game .slide-game-nav .next,
.list-guide-game .container-game .group.list-game .slide-game-nav .prev {
  pointer-events: all;
  position: absolute;
  outline: none;
  width: 37px;
  height: 75px;
  background-image: url("img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png");
  background-position: -880px -439px;
}

.list-guide-game .container-game .group.list-game .slide-game-nav .next.disabled,
.list-guide-game .container-game .group.list-game .slide-game-nav .prev.disabled {
  opacity: 0.8;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}

.list-guide-game .container-game .group.list-game .slide-game-nav .prev {
  left: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.list-guide-game .container-game .group.list-game .slide-game-nav .next {
  right: 0;
  top:-6px;
  -webkit-transform: rotate(180deg) translate3d(0, 0, 10px) scale(0.8);
  -ms-transform: rotate(180deg) translate3d(0, 0, 10px) scale(0.8);
  transform: rotate(180deg) translate3d(0, 0, 10px) scale(0.8);
}

.list-guide-game .container-game .group.list-game .slide-game .game-nav,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  height: 80px;
}

.list-guide-game .container-game .group.list-game .slide-game .game-nav .next,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-next,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-prev,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .prev,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .next,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-next,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-prev,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .prev {
  pointer-events: all;
  position: absolute;
  outline: none;
}

.list-guide-game .container-game .group.list-game .slide-game .game-nav .next.disabled,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-next.disabled,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-prev.disabled,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .prev.disabled,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .next.disabled,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-next.disabled,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-prev.disabled,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .prev.disabled {
  opacity: 0.8;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
  pointer-events: none;
  cursor: unset;
}

.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-prev,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .prev,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-prev,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .prev {
  left: 0;
}

.list-guide-game .container-game .group.list-game .slide-game .game-nav .next,
.list-guide-game .container-game .group.list-game .slide-game .game-nav .owl-next,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .next,
.list-guide-game .container-game .group.list-game .slide-game .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}



.lb-lobby-games .container-game .group .lb-tour {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(76, 76, 76, 0)), color-stop(50%, #131313), to(rgba(19, 19, 19, 0)));
  background: -webkit-linear-gradient(left, rgba(76, 76, 76, 0) 0%, #131313 50%, rgba(19, 19, 19, 0) 100%);
  background: -o-linear-gradient(left, rgba(76, 76, 76, 0) 0%, #131313 50%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(to right, rgba(76, 76, 76, 0) 0%, #131313 50%, rgba(19, 19, 19, 0) 100%);
}

.lb-lobby-games .container-game .group .lb-tour .round,
.lb-lobby-games .container-game .group .lb-tour .time {
  display: block;
}

.lb-lobby-games .container-game .group .lb-tour:after,
.lb-lobby-games .container-game .group .lb-tour:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 234, 0, 0)), color-stop(50%, #ffea00), to(rgba(255, 234, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 234, 0, 0) 0%, #ffea00 50%, rgba(255, 234, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 234, 0, 0) 0%, #ffea00 50%, rgba(255, 234, 0, 0) 100%);
  background: linear-gradient(to right, rgba(255, 234, 0, 0) 0%, #ffea00 50%, rgba(255, 234, 0, 0) 100%);
  z-index: 1;
}

.lb-lobby-games .container-game .group .lb-tour:before {
  top: 0;
}

.lb-lobby-games .container-game .group .lb-tour:after {
  bottom: 0;
}

.lb-lobby-games .container-game .group.room-game {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}

.lb-lobby-games .container-game .group.room-game>.list-room {
  height: 100%;
  display: block;
  margin: auto;
  position: relative;
  background-image: url("img/sprite-sheet/room/bg.jpg");
  background-size: cover;
  background-position: center -120px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item {
  position: relative;
  height: 333px;
  width: 270px;
  margin: auto;
  cursor: pointer;
  margin-top: 100px;
  float: left;
  margin-left: 70px;
  margin-right: 70px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .header .bg-header {
  position: absolute;
  top: -30px;
  left: -16px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .header .title {
  position: absolute;
  width: 100%;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
  color: #f8e59f;
  text-shadow: 1px 2px black;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .sub-title {
  position: absolute;
  top: 32px;
  width: 100%;
  z-index: 2;
  font-size: 24px;
  font-weight: bold;
  color: #f8e59f;
  text-shadow: 1px 2px black;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .icon {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .button {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 32px;
  color: #1e0404;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .button .text {
  text-shadow: 1px 0 #6efc05, -1px 0 #6efc05, 0 1px #6efc05, 0 -1px #6efc05;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .button-bg {
  width: 144px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 47px;
  background-repeat: no-repeat;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -545px -272px;
  z-index: -1;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .inner .bg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -273px -1px;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item .icon-3d {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: -50px;
  width: 101px;
  height: 94px;
  background-repeat: no-repeat;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1459px -218px;

}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-normal .header .bg-header {
  width: 305px;
  height: 97px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1211px -119px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-normal .inner .icon {
  width: 170px;
  height: 196px;
  left: 66px;
  bottom: 60px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1039px -269px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vip .header .bg-header {
  width: 305px;
  height: 167px;
  top: -100px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1px -336px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vip .inner .icon {
  width: 246px;
  height: 250px;
  left: -14px;
  bottom: 12px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1211px -218px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss:before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  height: 267px;
  width: 255px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .header .bg-header {
  width: 362px;
  height: 171px;
  top: -104px;
  left: -46px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -675px -321px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .inner:hover {
  -webkit-filter: unset;
  filter: unset;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .inner .icon {
  width: 321px;
  height: 269px;
  left: -50px;
  bottom: 0px;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -545px -1px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-normal {
  width: 152px;
  height: 153px;
  z-index: 2;
  position: absolute;
  left: -67px;
  bottom: 54px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -521px -336px;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-normal:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-normal .text {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffeea5;
  text-shadow: 1px 2px black;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-vip {
  width: 211px;
  height: 167px;
  position: absolute;
  z-index: 2;
  right: -80px;
  bottom: 50px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -308px -336px;
  background-repeat: no-repeat;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-vip:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.item-vipss .icon-room-vip .text {
  width: 100%;
  position: absolute;
  bottom: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffeea5;
  text-shadow: 1px 2px black;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.room-free .header .bg-header {
  width: 305px;
  height: 97px;
  background-image: url("img/room-game/bg-header-normal.png");
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.room-free .header .bg-header:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -16px;
  z-index: 1;
  background-repeat: no-repeat;
  width: 335px;
  height: 116px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1211px -1px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.room-free .inner .icon {
  width: 246px;
  height: 250px;
  left: 22px;
  bottom: 20px;
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -868px -1px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.room-free .inner .bg {
  background-image: url("img/sprite-sheet/room/room-L7.png");
  background-position: -1px -1px;
}

.lb-lobby-games .container-game .group.room-game>.list-room .item.room-free .inner .button {
  font-size: 22px;
}

.lb-lobby-games .container-game .group.room-game.active {
  z-index: 2;
  display: block;
}

.lb-lobby-games .container-game .group.room-game.active>.list-room .item-vip,
.lb-lobby-games .container-game .group.room-game.active>.list-room .room-free {
  -webkit-animation: slide-fwd-bottom 0.2s ease-in;
  animation: slide-fwd-bottom 0.2s ease-in;
}

.lb-lobby-games .container-game .group.room-game.active>.list-room .item-normal,
.lb-lobby-games .container-game .group.room-game.active>.list-room .item-vipss {
  -webkit-animation: slide-fwd-top 0.2s ease-in;
  animation: slide-fwd-top 0.2s ease-in;
}

.lb-lobby-games .container-game .group.room-game.room-ban-ca-2d .icon-3d {
  display: none;
}

.lb-lobby-games .container-game .group.room-game.room-ban-ca-3d .item-vipss:before {
  content: unset !important;
}

.lb-lobby-games .container-game .group.room-game.room-ban-ca-3d .item-vipss .inner .icon {
  -webkit-filter: unset !important;
  filter: unset !important;
}

.lb-lobby-games .container-game .group.room-game.room-ban-ca-3d .item-vipss .icon-room-normal,
.lb-lobby-games .container-game .group.room-game.room-ban-ca-3d .item-vipss .icon-room-vip {
  display: none;
}

.lb-lobby-games .container-game .group.room-game.has-room-free .list-room .item {
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.lb-lobby-games .container-game .group.mini-game {
  height: 645px;
  background-image: url("img/bg/bg.png");
  background-repeat: repeat;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-bottom {
  height: 153px;
  position: relative;
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  max-width: 100%;
  overflow: unset;
}

.lb-bottom-left {
  width: 410px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lb-bottom-left .lb-bottom-icons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2px;
  margin-bottom: 2px;
}

.lb-bottom-left .board {
  height: 83px;
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.lb-bottom-left .board:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-bottom-left .board-bg {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 410px;
  height: 80px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -1px -176px;
  -webkit-transform: scaleY(1.07);
  -ms-transform: scaleY(1.07);
  transform: scaleY(1.07);
}

.lb-bottom-left .board .slides {
  height: 76px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 52px;
}

.lb-bottom-left .board .inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.lb-bottom-left .board .inner .items {
  position: relative;
  width: 410px;
  height: 76px;
}

.lb-bottom-left .board .inner .items .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.lb-bottom-left .board .inner .items .item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4px 12px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02);
  transition: -webkit-transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02);
  -o-transition: transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02);
  transition: transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02);
  transition: transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02), -webkit-transform 0.6s cubic-bezier(1, 0.9, 0.1, 0.02);
  opacity: 0;
}

.lb-bottom-left .board .inner .items .item.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.lb-bottom-left .board .inner .items .item.far {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.lb-bottom-left .board .inner .items .item .ava {
  width: 88px;
  height: 60px;
  position: relative;
  text-decoration: none;
  margin-left: 20px;
  margin-top: 5px;
}

.lb-bottom-left .board .inner .items .item .ava .img {
  margin: auto;
  height: 60px;
  width: 60px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 14px;
}

.lb-bottom-left .board .inner .items .item .ava .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 57px;
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -1061px -169px;
  background-repeat: no-repeat;
}

.lb-bottom-left .board .inner .items .item .rank {
  width: 86px;
  height: 62px;
  background-repeat: no-repeat;
}

.lb-bottom-left .board .inner .items .item .rank.no-top-1 {
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -885px -176px;
}

.lb-bottom-left .board .inner .items .item .rank.no-top-2 {
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -942px -106px;
}

.lb-bottom-left .board .inner .items .item .rank.no-top-3 {
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -973px -170px;
}

.lb-bottom-left .board .inner .items .item .info {
  color: white;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 174px;
}

.lb-bottom-left .board .inner .items .item .info .name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.lb-bottom-left .board .inner .items .item .info .name span {
  display: block;
  width: 174px;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  font-family: Roboto-Black, Arial, Helvetica, sans-serif, PadaukRegular !important;
  position: relative;
  z-index: 1;
}

.lb-bottom-left .board .inner .items .item .info .name .text-shadow {
  position: absolute;
  z-index: -1;
}

.lb-bottom-left .board .inner .items .item .info .name strong {
  margin-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 174px;
}

.lb-bottom-left .board .inner .items .item .info .point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 35%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  padding-right: 8px;
}

.lb-bottom-left .board .inner>.title {
  position: absolute;
  bottom: 6px;
  right: 8px;
  z-index: 1;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 228px;
}

.lb-bottom-left .board .inner>.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border: 2px solid #6efc05;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
  background: #0c2e11;
  border-radius: 12px;
  width: 228px;
  height: 100%;
}

.lb-bottom-center {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-bottom-center .slide {
  height: 128px;
  overflow: hidden;
  margin-top: -8px;
  display: block;
  position: relative;
  width: 400px;
}

.lb-bottom-center .slide .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  height: 128px;
  width: 100%;
}

.lb-bottom-center .slide .item img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}

.lb-bottom-center .slide .owl-dots {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.lb-bottom-center .slide .owl-dots .owl-dot {
  background: #512700;
  border: 1px solid #ad5c1a;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 3px;
  pointer-events: all;
  outline: none;
  cursor: pointer;
}

.lb-bottom-center .slide .owl-dots .owl-dot.active {
  cursor: unset;
  -webkit-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23);
  background-color: #00ff00;
  border: none;
  -webkit-box-shadow: 0 0 4px 1px #ff1701;
  box-shadow: 0 0 4px 1px #ff1701;
}

.lb-bottom-center .slide .owl-nav {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  height: 40px;
}

.lb-bottom-center .slide .owl-nav img {
  max-height: 40px;
}

.lb-bottom-center .slide .owl-nav .next,
.lb-bottom-center .slide .owl-nav .owl-next,
.lb-bottom-center .slide .owl-nav .owl-prev,
.lb-bottom-center .slide .owl-nav .prev {
  pointer-events: all;
  position: absolute;
  outline: none;
}

.lb-bottom-center .slide .owl-nav .next.disabled,
.lb-bottom-center .slide .owl-nav .owl-next.disabled,
.lb-bottom-center .slide .owl-nav .owl-prev.disabled,
.lb-bottom-center .slide .owl-nav .prev.disabled {
  opacity: 0.8;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
  pointer-events: none;
  cursor: unset;
}

.lb-bottom-center .slide .owl-nav .owl-prev,
.lb-bottom-center .slide .owl-nav .prev {
  left: 0;
}

.lb-bottom-center .slide .owl-nav .next,
.lb-bottom-center .slide .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lb-bottom-right {
  width: 410px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lb-bottom-right>.lb-bottom-icons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40%;
}

.lb-bottom-right .events {
  display: block;
  height: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.lb-bottom-right .events .eve {
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 100%;
  overflow: unset;
  z-index: 0;
  position: relative;
  text-align: right;
  display: inline-block;
}

.lb-bottom-right .events .eve.animate {
  -webkit-animation: anim-event 1s infinite;
  animation: anim-event 1s infinite;
}

.lb-bottom-right .events .eve .img {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 338px;
  height: 103px;
  z-index: 1;
}

.lb-bottom-right .events .eve:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-bottom-right .events .eve .text {
  position: absolute;
  bottom: 8px;
  left: 52px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px black;
  font-size: 14px;
  z-index: 1;
  width: 160px;
  text-align: center;
}

.lb-bottom-right .events .eve .badge-lucky-pin {
  top: 14px !important;
}

.lb-bottom-right .events .icon {
  margin: auto;
  display: inline-block;
}

.lb-bottom-right .events .icon .icon-event {
  width: 76px;
  height: 76px;
}

.lb-bottom-right .events .icon .icon-event:hover {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

.lb-bottom-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  overflow: unset;
  position: relative;
  z-index: 1;
}

.lb-bottom-icons>.icon {
  max-height: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto 10px;
}

.lb-bottom-icons>.icon:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.lb-bottom-icons>.icon .inner {
  width: 80px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.13s ease-out;
  -o-transition: all 0.13s ease-out;
  transition: all 0.13s ease-out;
  max-height: 100%;
  position: relative;
}

.lb-bottom-icons>.icon .inner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
}

.lb-bottom-icons>.icon .inner .text .rib {
  position: absolute;
  width: 80px;
  height: 67px;
  background-repeat: no-repeat;
}

.lb-bottom-icons>.icon .inner .bg {
  z-index: 1;
  text-align: center;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.lb-bottom-icons>.icon .inner .bg .icon {
  z-index: 2;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -4px;
}

.lb-bottom-icons>.icon .inner .bg-icon {
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
}

.lb-bottom-icons>.icon-shop {
  display: none;
}

.lb-bottom-icons>.icon .badge-lucky-pin {
  display: inline-block !important;
}

.lb-bottom-icons>.icon .badge-lucky-pin.hide {
  display: none !important;
}

.lb-bottom-icons>.icon.icon-jackpot .badge-jackpot {
  padding: 0 !important;
  bottom: unset !important;
}

.lb-bottom-icons>.icon.icon-jackpot.animate .bg .icon {
  -webkit-animation: anim-jackpot 1s infinite;
  animation: anim-jackpot 1s infinite;
}

.lb-bottom-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 173px;
  z-index: -1;
}

.lb-bottom-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 640px;
  height: 173px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -1px -1px;
}

.lb-bottom-bg:after {
  content: "";
  position: absolute;
  right: 1px;
  top: -20px;
  width: 640px;
  height: 173px;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
  background-position: -1px -1px;
}

.lb-toggle-list-btn {
  position: relative;
}

.lb-toggle-list {
  position: absolute;
  top: 110%;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lb-toggle-list.opened {
  opacity: 1;
  display: block;
}

.lb-toggle-list.closed {
  display: none;
}

.lb-toggle-list>.item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.lb-toggle-list>.item:hover {
  color: #200a45;
  font-weight: bold;
}

.lb-toggle-list>.item:hover:before {
  width: 110%;
}

.lb-toggle-list>.item:before {
  content: "";
  background: #fffd67;
  background: -webkit-gradient(linear, right top, left top, from(#fefb34), color-stop(35%, #cf7335), color-stop(70%, #fefb34), to(#e2a239));
  background: -webkit-linear-gradient(right, #fefb34 0%, #cf7335 35%, #fefb34 70%, #e2a239 100%);
  background: -o-linear-gradient(right, #fefb34 0%, #cf7335 35%, #fefb34 70%, #e2a239 100%);
  background: linear-gradient(right, #fefb34 0%, #cf7335 35%, #fefb34 70%, #e2a239 100%);
  opacity: 0.8;
  left: 0;
  top: 0;
  height: 110%;
  width: 0%;
  z-index: -1;
  position: absolute;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.27s ease-in-out, -webkit-transform 0.27s ease-in-out;
}

.lb-toggle-list.top {
  top: unset;
  bottom: 110%;
}

.lb-modal-dialog {
  max-width: unset;
  width: 1013px;
}

.lb-modal-content {
  border-radius: 8px;
  background: #b40606;
}

.lb-modal-header {
  height: 74px;
  background-image: url("/Content/distv2/img/sprite-sheet/popup/main-popup-L7/header-main-popup.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: unset;
  position: relative;
  z-index: 2;
}

.lb-modal-title {
  z-index: 1;
  font-size: 46px;
  line-height: 46px;
  color: #ffeea5;
  text-shadow: 2px 4px #000000;
  text-align: center;
  text-transform: uppercase;
}

.lb-modal-close {
  background-image: url("img/btn/close.png");
  background-size: cover;
  background-position: center center;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  border: none;
  position: absolute;
  right: -10px;
  top: 0;
  outline: none;
  z-index: 6;
  -webkit-transition: 0.23s all;
  -o-transition: 0.23s all;
  transition: 0.23s all;
  -webkit-transform: translate(12px, -18px);
  -ms-transform: translate(12px, -18px);
  transform: translate(12px, -18px);
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  background-color: transparent;
}

.lb-modal-close:hover {
  -webkit-transform: translate(12px, -18px) scale(0.95);
  -ms-transform: translate(12px, -18px) scale(0.95);
  transform: translate(12px, -18px) scale(0.95);
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 102, 255, 0.35);
  box-shadow: 0 0 10px rgba(0, 102, 255, 0.35);
}

.lb-modal-body {
  border-radius: 8px;
  background: #300a01;
  margin: 0px 2px 4px 2px;
  position: relative;
  z-index: 1;
  height: 595px;
}

.lb-modal-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/bgPopupBody.png');
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.2;
}

.lb-modal-body.nodata * {
  display: none !important;
}

.lb-modal-body.nodata .content-nodata {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-size: 32px;
}

.lb-modal-body .content-nodata {
  display: none;
}

.lb-modal-body .tab-content.nodata * {
  display: none !important;
}

.lb-modal-body .tab-content.nodata .content-nodata {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-size: 32px;
}

.lb-modal-logout .lb-modal-dialog,
.lb-modal-setting .lb-modal-dialog {
  width: 848px;
}

.lb-modal-logout .lb-modal-body,
.lb-modal-setting .lb-modal-body {
  height: 400px;
  position: relative;
  padding: 15px 55px;
}

.lb-modal-logout .lb-container,
.lb-modal-setting .lb-container {
  display: block;
  height: 100%;
  width: 100%;
}

.lb-modal-logout .lb-container .support,
.lb-modal-setting .lb-container .support {
  text-align: center;
}

.lb-modal-logout .lb-container .action,
.lb-modal-setting .lb-container .action {
  margin-left: 0;
  width: 100%;
  text-align: left;
  margin-top: 100px;
}

.lb-modal-logout .lb-form,
.lb-modal-setting .lb-form {
  margin: auto;
  width: 100%;
  margin-top: 90px;
}

.lb-modal-logout .lb-form-input,
.lb-modal-setting .lb-form-input {
  font-size: 24px;
  line-height: 24px;
  height: 60px;
  width: 100%;
}

.lb-modal-noti .lb-modal-dialog {
  width: 760px;
}

.lb-modal-noti .lb-modal-body {
  height: 400px;
}

.lb-modal-noti .lb-container {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lb-modal-noti .lb-container .noti-message {
  margin: auto;
}

.lb-modal-noti .lb-container .noti-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.lb-modal-noti .lb-container .noti-question .noti-btn {
  margin: auto;
}

.lb-modal-jackpot .lb-modal-body table {
  font-size: 18px;
}

.lb-modal-jackpot .lb-modal-body table tbody {
  height: 504px;
}

.lb-modal-jackpot .lb-modal-body table tbody tr {
  cursor: pointer;
}

.lb-modal-jackpot .lb-modal-body table tbody tr td {
  padding: 0px 8px;
}

.lb-modal-jackpot .lb-modal-body table tbody tr td .text {
  cursor: pointer;
  max-width: 155px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.lb-modal-jackpot .lb-modal-body table tbody tr td .info {
  cursor: pointer;
}

.lb-modal-jackpot .lb-modal-body table tbody tr td .info .avatar {
  margin-right: 4px;
}

.lb-modal-jackpot .lb-modal-body table tbody tr td a {
  text-decoration: none;
}

.lb-modal-user-online .lb-modal-body table tbody tr {
  cursor: pointer;
}

.lb-modal-info .lb-modal-dialog {
  max-width: unset;
  width: 1013px;
}

.lb-modal-info .lb-modal-header {
  padding: 0 4px;
}

.lb-modal-info .lb-modal-header .lb-menu-header .item-profile {
  text-decoration: none;
}

.lb-modal-info .lb-modal-header .lb-menu-header .item-profile:before {
  display: none;
}

.lb-modal-info .lb-modal-header .lb-menu-header .item-profile .title {
  color: #ffffff;
}

.lb-modal-info .lb-modal-body {
  height: 560px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common {
  margin-bottom: 30px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar {
  text-align: center;
  width: 220px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar {
  position: relative;
  text-align: center;
  display: inline-block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .img-border {
  width: 165px;
  height: 165px;
  padding: 5px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .img-border:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #9b3607;
  background: -moz-linear-gradient(top, #9b3607 0%, #ae5f22 50%, #3a0c03 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #9b3607), color-stop(50%, #ae5f22), color-stop(100%, #3a0c03));
  background: -webkit-linear-gradient(top, #9b3607 0%, #ae5f22 50%, #3a0c03 100%);
  background: -o-linear-gradient(top, #9b3607 0%, #ae5f22 50%, #3a0c03 100%);
  background: -ms-linear-gradient(top, #9b3607 0%, #ae5f22 50%, #3a0c03 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9b3607), color-stop(50%, #ae5f22), to(#3a0c03));
  background: linear-gradient(to bottom, #9b3607 0%, #ae5f22 50%, #3a0c03 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9b3607', endColorstr='#3a0c03', GradientType=0);
  border-radius: 16px;
  z-index: -1;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .img-border:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 6px solid #f5d582;
  z-index: -1;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .img-border img {
  width: 155px;
  height: 155px;
  border-radius: 12px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .img-border img:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -80px;
  height: 150%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 30px 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .action .btn-change {
  background-color: unset;
  border: unset;
  background-image: url("img/icons/camera.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 32px;
  height: 32px;
  outline: unset;
  border-radius: 50%;
  cursor: pointer;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .avatar .action .btn-change:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .name {
  font-size: 32px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .name .user_profile_id {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-avatar .action .btn-change .avatar-file {
  display: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info {
  width: 757px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header {
  display: block;
  text-align: left;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .title {
  display: inline-block;
  font-size: 30px;
  margin-left: 6px;
  margin-top: 3px;
  font-weight: bold;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .title .text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 255px;
  display: block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .action .item {
  font-size: 16px;
  margin-right: 6px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .action .item:last-child {
  margin-right: 0;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-header .action .item .text {
  width: 120px;
  word-wrap: break-word;
  line-height: 16px;
  -webkit-text-stroke-width: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item {
  display: block;
  text-align: left;
  height: 54px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 2px solid #c82c16;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .progressbar {
  margin-left: auto;
  width: 604px;
  position: relative;
  background: -webkit-linear-gradient(#75676d, #19010b);
  border: 2px solid #c82c16;
  border-radius: 18px;
  height: 30px;
  padding: 2px;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 4px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .progressbar .progressed {
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("img/bg/progressbar.png");
  background-repeat: no-repeat;
  height: 26px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .progressbar .percent {
  position: absolute;
  font-weight: bold;
  bottom: 3px;
  right: 10px;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item:last-child {
  border-bottom: unset;
  height: 94px;
  padding: 0px 24px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .btn-vip {
  border: 1px solid #f3e4b3;
  border-radius: 10px;
  background: #a93000;
  background: -moz-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -ms-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: radial-gradient(ellipse at center, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 28px;
  min-width: 220px;
  text-transform: uppercase;
  height: 58px;
  cursor: pointer;
  outline: unset;
  display: inline-block;
  margin-top: 15px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .btn-vip img {
  margin-right: 4px;
  width: 52px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .btn-vip:active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .btn-vip:focus {
  outline: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .btn-vip .text {
  display: inline-block;
  padding-top: 6px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .text-right {
  text-align: center;
  margin-left: auto;
  display: inline-block;
  white-space: nowrap;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right {
  margin-left: auto;
  display: inline-block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right .guild {
  display: inline-block;
  margin-right: 8px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right .guild .label-guild {
  font-size: 20px;
  margin-right: 4px;
  height: 32px;
  display: inline-block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right .guild .btn-guild {
  position: relative;
  font-size: 20px;
  display: inline-block;
  height: 32px;
  top: 5px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right .guild .btn-guild .text {
  display: inline-block;
  max-width: 176px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
  cursor: pointer;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .group-right .guild .icon-owner {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("img/icons/icon-crown.png");
  width: 32px;
  height: 32px;
  position: relative;
  bottom: 5px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .level {
  float: left;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .icon {
  float: left;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .icon-coin {
  width: 51px;
  height: 51px;
  display: inline-block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .text.coin {
  color: #fff600;
  display: inline-block;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .achievement {
  display: block;
  width: 100%;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .achievement .lb-panel {
  font-size: 24px;
  width: 100%;
  height: 234px;
  text-align: left;
  padding: 0px 10px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common>.icon {
  width: 260px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common>.icon .icon-vip-club {
  background-image: url("img/icons/vipClup.png");
  background-size: contain;
  width: 178px;
  height: 142px;
  margin: auto;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info {
  width: calc(100% - 260px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fbe9a1;
  border-radius: 10px;
  background: #210000;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .action,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-current,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-next,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .action .icon,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-current .icon,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-next .icon,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .icon {
  height: 65px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .action .icon img,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-current .icon img,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-next .icon img,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .icon img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .action .title,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-current .title,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-next .title,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar {
  font-size: 18px;
  font-weight: bold;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .progressbar {
  position: relative;
  width: 268px;
  height: 36px;
  border: 2px solid #ffe001;
  background: #1c0d42;
  border-radius: 20px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .progressbar .progressed {
  background-image: url("img/bg/vipBar.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  top: 2px;
  left: 2px;
  width: 260px;
  height: 28px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail {
  background: #a62f00;
  border: 2px solid #e2200c;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  padding: 6px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank {
  margin-bottom: 6px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-next,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-pre {
  cursor: pointer;
  position: absolute;
  background-image: url("img/btn/game-slide-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-next.disabled,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-pre.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-pre {
  left: 138px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-next {
  right: 5px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .group-scroll {
  width: 822px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .group-scroll::-webkit-scrollbar {
  display: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item {
  width: 133px;
  min-width: 133px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border: 1px solid #fbe9a1;
  border-radius: 10px;
  position: relative;
  margin: auto 2px;
  z-index: 1;
  background: #2a0900;
  background: -moz-linear-gradient(top, #2a0900 0%, #712901 46%, #2a0900 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a0900), color-stop(46%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(top, #2a0900 0%, #712901 46%, #2a0900 100%);
  background: -o-linear-gradient(top, #2a0900 0%, #712901 46%, #2a0900 100%);
  background: -ms-linear-gradient(top, #2a0900 0%, #712901 46%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2a0900), color-stop(46%, #712901), to(#2a0900));
  background: linear-gradient(to bottom, #2a0900 0%, #712901 46%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=0);
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.toclone {
  display: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/bg/bgItemRank.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.active {
  -webkit-box-shadow: inset 1px 1px 20px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 20px rgba(255, 255, 255, 0.5);
  background: #ffa800;
  background: -moz-linear-gradient(top, #ffa800 0%, #ff6a00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa800), color-stop(100%, #ff6a00));
  background: -webkit-linear-gradient(top, #ffa800 0%, #ff6a00 100%);
  background: -o-linear-gradient(top, #ffa800 0%, #ff6a00 100%);
  background: -ms-linear-gradient(top, #ffa800 0%, #ff6a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa800), to(#ff6a00));
  background: linear-gradient(to bottom, #ffa800 0%, #ff6a00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#ff6a00', GradientType=0);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.active:before {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item>.icon {
  height: 86px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item .title {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.item-rank .overlay {
  background: url("img/bg/star-plas.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 128px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.item-rank .title {
  font-size: 36px;
  text-transform: uppercase;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank {
  background: #2f0a01;
  border-radius: 10px;
  border: 2px solid #fbe9a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table {
  width: 100%;
  margin-bottom: 0px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  overflow: hidden;
  overflow-y: auto;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .item,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .item,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .item,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .item {
  width: 135px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td {
  height: 45px;
  border-bottom: 1px solid #8b3100;
  border-right: 1px solid #8b3100;
  width: 137px;
  min-width: 137px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td:first-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td:first-child {
  font-size: 18px;
  line-height: 18px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td:last-child {
  border-right: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td.empty {
  border-top: unset;
  border-bottom: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td.empty:last-child,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td.empty:last-child {
  border-right: 1px solid #8b3100;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .td.active,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody td.active {
  border-radius: unset !important;
  -webkit-box-shadow: inset 1px 1px 20px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 20px rgba(255, 255, 255, 0.5);
  background: #ffaa00;
  background: -moz-linear-gradient(top, #ffaa00 0%, #ff6a00 50%, #ffaa00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaa00), color-stop(50%, #ff6a00), color-stop(100%, #ffaa00));
  background: -webkit-linear-gradient(top, #ffaa00 0%, #ff6a00 50%, #ffaa00 100%);
  background: -o-linear-gradient(top, #ffaa00 0%, #ff6a00 50%, #ffaa00 100%);
  background: -ms-linear-gradient(top, #ffaa00 0%, #ff6a00 50%, #ffaa00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), color-stop(50%, #ff6a00), to(#ffaa00));
  background: linear-gradient(to bottom, #ffaa00 0%, #ff6a00 50%, #ffaa00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#ffaa00', GradientType=0);
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .tr.empty,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody tr.empty {
  border-bottom: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .tr.empty td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody tr.empty .td,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody tr.empty td {
  border-top: unset;
  border-bottom: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table .tbody .tr,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table tbody .tr,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table .tbody .tr,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank table tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .table {
  overflow: hidden;
  border-radius: 8px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .tbody .group-title {
  font-size: 18px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .tbody .group-scroll {
  width: 822px;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .tbody .group-scroll::-webkit-scrollbar {
  display: none;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .tbody .td:first-child {
  font-size: 18px;
  line-height: 18px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .detail-rank .tbody .td.empty {
  border-top: unset;
  border-bottom: unset;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.history-chip .table-history-chip {
  margin-bottom: 20px;
}

.lb-modal-deposit .lb-modal-dialog {
  max-width: unset;
  width: 950px !important;
}

.lb-modal-deposit .lb-modal-header {
  padding: 0 4px;
}

.lb-modal-deposit .lb-modal-body {
  height: 620px;
}

.lb-modal-deposit .lb-modal-body:before {
  content: unset;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner {
  display: block;
  text-align: left;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item {
  width: 115px;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item a {
  position: relative;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item a img {
  width: 97px;
  height: 64px;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  border-radius: 10px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item a .badge-new {
  position: absolute;
  top: -28px;
  right: -10px;
  background: #de0f00;
  border-radius: 12px;
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 2px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item.active a img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount {
  display: none;
  background: #210000;
  border: 2px solid #fbe9a1;
  border-radius: 10px;
  padding: 6px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount.active {
  display: block;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner {
  height: 425px;
  overflow: auto;
  padding: 6px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item {
  background: #6c1c01;
  background: -moz-linear-gradient(top, #6c1c01 0%, #a82f00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6c1c01), color-stop(100%, #a82f00));
  background: -webkit-linear-gradient(top, #6c1c01 0%, #a82f00 100%);
  background: -o-linear-gradient(top, #6c1c01 0%, #a82f00 100%);
  background: -ms-linear-gradient(top, #6c1c01 0%, #a82f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6c1c01), to(#a82f00));
  background: linear-gradient(to bottom, #6c1c01 0%, #a82f00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6c1c01', endColorstr='#a82f00', GradientType=0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 74px;
  border: 2px solid #fbe9a1;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item.item-warning {
  font-size: 18px;
  padding: 12px;
  height: 46px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item:first-child {
  margin-top: 4px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item>div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item>div:first-child {
  border-left: unset;
  border-right: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item>div:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .icon {
  height: 100%;
  width: 80px;
  background: #2e0000;
  position: relative;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .icon img {
  width: 64px;
  height: 64px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .price {
  width: 194px;
  font-size: 24px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .coin {
  width: 235px;
  position: relative;
  font-size: 24px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .coin .text-bonus {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #d3d3d3;
  font-size: 14px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .buy {
  width: 374px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .buy .vip {
  margin: auto;
  cursor: pointer;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount>.inner>.item .buy .action {
  margin-left: auto;
  margin-right: 28px;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount#ContainerDepositPaypal>.inner {
  overflow: hidden;
}

.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.info-bank>.list-amount#ContainerDepositPaypal>.inner iframe {
  height: 436px !important;
}

.lb-modal-deposit .lb-modal-body .tab-content {
  display: none !important;
}

.lb-modal-deposit .lb-modal-body .tab-content.active {
  display: block !important;
}

.lb-modal-deposit .lb-modal-body .ohyea__form-field {
  padding: 4px;
}

.lb-modal-deposit .ohyea__modal_body:after,
.lb-modal-deposit .ohyea__modal_body:before {
  content: unset;
}

.lb-modal-deposit .ohyea__modal_content:after,
.lb-modal-deposit .ohyea__modal_content:before {
  content: unset;
}

.lb-modal-top-win .lb-modal-dialog {
  max-width: unset;
  width: 1190px;
}

.lb-modal-top-win .lb-modal-header {
  padding: 0 4px;
}

.lb-modal-top-win .lb-modal-body {
  height: 530px;
}

.lb-modal-top-win .top-win {
  background: #2a0900;
  background: -moz-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a0900), color-stop(44%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -o-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -ms-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a0900), color-stop(44%, #712901), to(#2a0900));
  background: linear-gradient(to right, #2a0900 0%, #712901 44%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=1);
  border-radius: 12px;
  border: 1px solid #fbe9a1;
  position: relative;
  z-index: 1;
}

.lb-modal-top-win .today .top-win {
  display: flex;
  background: #2a0900;
  background: -moz-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a0900), color-stop(44%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -o-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -ms-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a0900), color-stop(44%, #712901), to(#2a0900));
  background: linear-gradient(to right, #2a0900 0%, #712901 44%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=1);
  border-radius: 12px;
  border: 1px solid #fbe9a1;
  position: relative;
  z-index: 1;
}

.lb-modal-top-win .top-win:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/bg/bgDot.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}

.lb-modal-top-win .today .top-win-menu {
  height: 490px;
  display: flex;
  width: 30%;
  margin: 10px;
  overflow-y: auto;
  white-space: nowrap;
  text-align: left;
  flex-direction: column;
  border: 1px solid #fbe9a1;
  border-radius: 10px;
  align-items: center;
  background: #300a01;
}

.lb-modal-top-win .top-win-menu {
  display: block;
  width: 975px;
  margin-bottom: 16px;
  margin-top: 10px;
  overflow: hidden;
  overflow-x: auto;
  height: 96px;
  white-space: nowrap;
  text-align: left;
}

.today .topWinContainer {
  width: 70%;
}

.lb-modal-top-win .top-win-menu.topuser_gametab_container {
  height: 110px;
}

.lb-modal-top-win .top-win-menu-item {
  height: auto;
  width: 302px;
  margin: 10px 0px 10px 0px;
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  white-space: normal;
}

.lb-modal-top-win .top-win-menu-item.toclone {
  display: none !important;
}

.lb-modal-top-win .top-win-menu-item.active {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  display: inline-block;
}

.lb-modal-top-win .top-win-menu-item .item-bg {
  width: 302px;
  height: 72px;
  background-size: contain;
}

.lb-modal-top-win .top-win-menu-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #320300;
  text-align: center;
  width: 250px;
}

.lb-modal-top-win .top-win-menu-item .badge-open-link {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4b4b), to(#a00000));
  background: -webkit-linear-gradient(top, #ff4b4b 0%, #a00000 100%);
  background: -o-linear-gradient(top, #ff4b4b 0%, #a00000 100%);
  background: linear-gradient(to bottom, #ff4b4b 0%, #a00000 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: inset 0px 0px 4px #fff, 1px 1px #560000;
  box-shadow: inset 0px 0px 4px #fff, 1px 1px #560000;
  cursor: pointer;
}

.lb-modal-top-win .top-win-menu-item .badge-open-link:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-top-win .top-win-summary {
  margin-bottom: 20px;
  margin-top: 20px;
}

.lb-modal-top-win .top-win-summary .inner {
  display: block;
  width: 100%;
  position: relative;
  height: 163px;
}

.top-win-detail {
  padding: 20px;
}

.lb-modal-top-win .today .top-win-summary .inner .item {
  width: 245px;
  height: 163px;
  padding: 6px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  cursor: pointer;
  float: left;
  margin-left: 18px;
}

.lb-modal-top-win .top-win-summary .inner .item {
  width: 300px;
  height: 163px;
  padding: 6px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  cursor: pointer;
  float: left;
  margin-left: 18px;
}

.lb-modal-top-win .top-win-summary .inner .item .badge-top {
  width: 64px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
}

.lb-modal-top-win .top-win-summary .inner .item .icon-vip {
  position: absolute;
  bottom: 22px;
  left: 30px;
  width: 50px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.lb-modal-top-win .top-win-summary .inner .item .content {
  height: 124px;
  width: 100%;
  background: #07351a;
  border-bottom: 2px solid #2a6717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px;
}

.lb-modal-top-win .top-win-summary .inner .item .content .avatar {
  background: -webkit-linear-gradient(#f5d582, #d0a457);
  border-radius: 8px;
  padding: 4px;
  width: 82px;
  height: 82px;
  position: relative;
  margin-right: 8px;
}

.lb-modal-top-win .top-win-summary .inner .item .content .avatar:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 74px;
  height: 74px;
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}

.lb-modal-top-win .top-win-summary .inner .item .content .avatar .ava {
  width: 74px;
  height: 74px;
  border-radius: 6px;
}

.lb-modal-top-win .top-win-summary .inner .item .content .info {
  background: #2e772c;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  width: 160px;
  height: 82px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lb-modal-top-win .top-win-summary .inner .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  background: #081c10;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.lb-modal-top-win .top-win-summary .inner .item.top-1 {
  background: #f3df38;
  background: -moz-linear-gradient(top, #f3df38 0%, #642d08 24%, #fcea65 43%, white 75%, #a97c24 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f3df38), color-stop(24%, #642d08), color-stop(43%, #fcea65), color-stop(75%, white), color-stop(100%, #a97c24));
  background: -webkit-linear-gradient(top, #f3df38 0%, #642d08 24%, #fcea65 43%, white 75%, #a97c24 100%);
  background: -o-linear-gradient(top, #f3df38 0%, #642d08 24%, #fcea65 43%, white 75%, #a97c24 100%);
  background: -ms-linear-gradient(top, #f3df38 0%, #642d08 24%, #fcea65 43%, white 75%, #a97c24 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3df38), color-stop(24%, #642d08), color-stop(43%, #fcea65), color-stop(75%, white), to(#a97c24));
  background: linear-gradient(to bottom, #f3df38 0%, #642d08 24%, #fcea65 43%, white 75%, #a97c24 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3df38', endColorstr='#a97c24', GradientType=1);
}

.lb-modal-top-win .top-win-summary .inner .item.top-2 {
  background: #989898;
  background: -moz-linear-gradient(top, #989898 0%, #444444 24%, #989898 43%, white 75%, dimgray 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #989898), color-stop(24%, #444444), color-stop(43%, #989898), color-stop(75%, white), color-stop(100%, dimgray));
  background: -webkit-linear-gradient(top, #989898 0%, #444444 24%, #989898 43%, white 75%, dimgray 100%);
  background: -o-linear-gradient(top, #989898 0%, #444444 24%, #989898 43%, white 75%, dimgray 100%);
  background: -ms-linear-gradient(top, #989898 0%, #444444 24%, #989898 43%, white 75%, dimgray 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#989898), color-stop(24%, #444444), color-stop(43%, #989898), color-stop(75%, white), to(dimgray));
  background: linear-gradient(to bottom, #989898 0%, #444444 24%, #989898 43%, white 75%, dimgray 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#696969', GradientType=0);
}

.lb-modal-top-win .top-win-summary .inner .item.top-3 {
  background: #ce926f;
  background: -moz-linear-gradient(top, #ce926f 0%, #632f1c 24%, #ce926f 43%, white 75%, #995536 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ce926f), color-stop(24%, #632f1c), color-stop(43%, #ce926f), color-stop(75%, white), color-stop(100%, #995536));
  background: -webkit-linear-gradient(top, #ce926f 0%, #632f1c 24%, #ce926f 43%, white 75%, #995536 100%);
  background: -o-linear-gradient(top, #ce926f 0%, #632f1c 24%, #ce926f 43%, white 75%, #995536 100%);
  background: -ms-linear-gradient(top, #ce926f 0%, #632f1c 24%, #ce926f 43%, white 75%, #995536 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ce926f), color-stop(24%, #632f1c), color-stop(43%, #ce926f), color-stop(75%, white), to(#995536));
  background: linear-gradient(to bottom, #ce926f 0%, #632f1c 24%, #ce926f 43%, white 75%, #995536 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce926f', endColorstr='#995536', GradientType=0);
}

.lb-modal-top-win .top-win-detail table tbody {
  height: 210px !important;
}

.lb-modal-top-win .top-win-detail table tbody tr.active td {
  border-color: #ffc107;
  border-bottom: 2px solid #ffc107;
  background: #9b3030;
}

.lb-modal-top-win .top-win-detail table tbody tr td .text {
  cursor: pointer;
  max-width: 175px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.lb-modal-top-win .top-win-detail table tbody tr td .info {
  cursor: pointer;
}

.lb-modal-top-win .top-win-detail table tbody tr td a {
  text-decoration: none;
}

.lb-modal-deposit-success .lb-modal-dialog {
  width: 860px;
}

.lb-modal-deposit-success .lb-modal-body {
  height: 570px;
  padding: 12px 36px;
}

.lb-modal-deposit-success .list-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fbe9a1;
  border-radius: 10px;
  padding: 12px;
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 24px;
  overflow-x: scroll;
}

.lb-modal-deposit-success .list-bonus .item {
  margin: auto;
  margin-right: 24px;
  width: 123px;
  min-width: 123px;
  height: 123px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.lb-modal-deposit-success .list-bonus .item:last-child {
  margin-right: auto;
}

.lb-modal-deposit-success .list-bonus .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 123px;
  height: 123px;
  background-image: url("img/icons/bg-ic-bonus.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.lb-modal-deposit-success .list-bonus .item:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 107px;
  height: 49px;
  background-image: url("img/icons/bg-overlay-bonus.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.lb-modal-deposit-success .list-bonus .item.item-coin .icon {
  background-image: url("img/icons/icon-bonus-coin.png");
}

.lb-modal-deposit-success .list-bonus .item.item-bag-coin .icon {
  background-image: url("img/icons/icon-bag-coin.png");
}

.lb-modal-deposit-success .list-bonus .item.item-box-coin .icon {
  background-image: url("img/icons/icon-box-coin.png");
}

.lb-modal-deposit-success .list-bonus .item .badge-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  height: 28px;
  font-size: 12px;
}

.lb-modal-deposit-success .list-bonus .item .badge-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 67px;
  height: 28px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("img/icons/badge-top-bonus-coin.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lb-modal-deposit-success .list-bonus .item .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/icons/icon-bonus-coin.png");
}

.lb-modal-deposit-success .list-bonus .item .badge-bottom {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.lb-modal-deposit-success .list-bonus .item .badge-bottom:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -2px;
  width: 127px;
  height: 40px;
  background-image: url("img/icons/badge-bottom-bonus-coin.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lb-modal-deposit-success .vip-detail {
  border: 2px solid #fbe9a1;
  border-radius: 10px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lb-modal-deposit-success .vip-detail .current-vip,
.lb-modal-deposit-success .vip-detail .next-vip {
  width: 240px;
  height: 240px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.lb-modal-deposit-success .vip-detail .current-vip .icon,
.lb-modal-deposit-success .vip-detail .next-vip .icon {
  width: 108px;
  height: 92px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.lb-modal-deposit-success .vip-detail .current-vip .text,
.lb-modal-deposit-success .vip-detail .next-vip .text {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.lb-modal-deposit-success .vip-detail .current-vip:before,
.lb-modal-deposit-success .vip-detail .next-vip:before {
  content: "";
  background-image: url("img/bg/bg-overlay-vip.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lb-modal-deposit-success .vip-detail .vip-progressbar {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.lb-modal-deposit-success .vip-detail .vip-progressbar .text {
  margin: 12px auto;
}

.lb-modal-deposit-success .vip-detail .vip-progressbar .title {
  font-size: 36px;
}

.lb-modal-deposit-success .vip-detail .vip-progressbar .progressbar {
  position: relative;
  width: 268px;
  height: 36px;
  border: 2px solid #ffe001;
  background: #1c0d42;
  border-radius: 20px;
}

.lb-modal-deposit-success .vip-detail .vip-progressbar .progressbar .progressed {
  background-image: url("img/bg/vipBar.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  top: 2px;
  left: 2px;
  width: 260px;
  height: 28px;
}

.lb-modal-deposit-success .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}

.lb-modal-deposit-success .action .btn-close {
  min-width: 230px;
  height: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: unset;
  background-color: unset;
  outline: unset;
  z-index: 1;
  color: #ffffff;
  font-size: 36px;
}

.lb-modal-deposit-success .action .btn-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url("img/btn/btnBlue2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lb-modal-deposit-success .action .btn-close:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-deposit-success .action .btn-close .text {
  width: 100%;
  text-align: center;
  margin: auto;
}

.lb-modal-reward.lb-modal {
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.6);
}

.lb-modal-reward .lb-modal-close {
  top: 120px;
}

.lb-modal-reward .lb-modal-title {
  position: absolute;
  top: 140px;
  left: 51%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("img/reward/reward.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 385px;
  height: 132px;
}

.lb-modal-reward .modal-dialog {
  width: 670px;
  height: 640px;
  margin: 0 !important;
}

.lb-modal-reward .modal-header {
  background-image: unset;
  background: none;
  border: none;
}

.lb-modal-reward .modal-content {
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
}

.lb-modal-reward .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 489px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("img/reward/bg-reward.png");
  background-repeat: no-repeat;
}

.lb-modal-reward .modal-body {
  position: absolute;
  top: 355px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(5, 36, 107, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(5, 36, 107, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(5, 36, 107, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(5, 36, 107, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(5, 36, 107, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(5, 36, 107, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(5, 36, 107, 0.8) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal-reward .modal-body:before {
  content: "";
  background-image: unset;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0px;
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, #4bfde5), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #4bfde5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal-reward .modal-body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, #4bfde5), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #4bfde5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #4bfde5 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal-reward .modal-body .list-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lb-modal-reward .modal-body .list-bonus .item {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
  margin-right: 12px;
}

.lb-modal-reward .modal-body .list-bonus .item:last-child {
  margin-right: auto;
}

.lb-modal-reward .modal-body .list-bonus .item .icon {
  background-size: 55px 55px;
  background-image: url("img/icons/icon-bag-coin.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  position: relative;
}

.lb-modal-reward .modal-body .list-bonus .item .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background-image: url("img/icons/bg-ic-bonus-reward.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.lb-modal-reward .modal-body .list-bonus .item .bottom {
  font-size: 20px;
  width: 110%;
  height: 110%;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, black), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 51%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 51%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 51%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal-reward .modal-body .list-bonus .item.item-coin .icon {
  background-image: url("img/icons/icon-bag-coin.png");
}

.lb-modal-reward .modal-body .list-bonus .item.item-vip .icon {
  width: 104px;
  height: 107px;
  background-image: url("img/icons/icon-vip.png");
}

.lb-modal-reward .modal-body .list-bonus .item.item-exp .icon {
  width: 104px;
  height: 107px;
  background-image: url("img/icons/icon-exp.png");
}

.lb-modal-reward .modal-body .list-bonus .item.item-wheel .icon {
  width: 104px;
  height: 107px;
  background-image: url("img/icons/icon-wheel.png");
}

.lb-modal-reward .modal-body .list-bonus .item.item-bag-coin .icon {
  background-image: url("img/icons/icon-box-coin-2.png");
}

.lb-modal-reward .modal-body .list-bonus .item.item-box-coin .icon {
  background-image: url("img/icons/icon-box-coin.png");
}

.lb-modal-reward .modal-body .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

.lb-modal-reward .modal-body .action .btn-close {
  min-width: 145px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 1;
  color: #74000d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.lb-modal-reward .modal-body .action .btn-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("img/btn/btnYellowSmall.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lb-modal-reward .modal-body .action .btn-close:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-reward .modal-body .action .btn-close.large {
  width: 200px;
}

.lb-modal-reward .modal-body .action .btn-close.large:before {
  background-size: 200px 60px;
}

.lb-modal-reward .modal-body .action .btn-close .text {
  display: block;
  text-align: center;
  width: 100%;
  margin: auto;
}

.lb-modal-shop .lb-modal-dialog {
  max-width: unset;
  width: 1012px;
}

.lb-modal-shop .lb-modal-header {
  padding: 0 4px;
}

.lb-modal-shop .lb-modal-body {
  height: 600px;
}

.lb-modal-shop .lb-menu-body {
  background: #2a0900;
  background: -moz-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a0900), color-stop(44%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -o-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -ms-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a0900), color-stop(44%, #712901), to(#2a0900));
  background: linear-gradient(to right, #2a0900 0%, #712901 44%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=1);
  border-radius: 12px;
  border: 1px solid #fbe9a1;
  position: relative;
  z-index: 1;
}

.lb-modal-shop .lb-menu-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/bg/bgDot.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}

.lb-modal-shop .shop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.lb-modal-shop .shop-header .action,
.lb-modal-shop .shop-header .coin-user,
.lb-modal-shop .shop-header .ticket,
.lb-modal-shop .shop-header .timer {
  margin: auto;
}

.lb-modal-shop .shop-header .coin-user,
.lb-modal-shop .shop-header .ticket {
  position: relative;
  width: 244px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 12px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fbe9a1;
  background: #2a0900;
  background: -moz-linear-gradient(top, #2a0900 0%, #712901 50%, #2a0900 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a0900), color-stop(50%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(top, #2a0900 0%, #712901 50%, #2a0900 100%);
  background: -o-linear-gradient(top, #2a0900 0%, #712901 50%, #2a0900 100%);
  background: -ms-linear-gradient(top, #2a0900 0%, #712901 50%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2a0900), color-stop(50%, #712901), to(#2a0900));
  background: linear-gradient(to bottom, #2a0900 0%, #712901 50%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=0);
}

.lb-modal-shop .shop-header .coin-user .number,
.lb-modal-shop .shop-header .ticket .number {
  background: #ffd900;
  background: -moz-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), color-stop(100%, #e5e374));
  background: -webkit-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -o-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -ms-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), to(#e5e374));
  background: linear-gradient(to bottom, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#e5e374', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-modal-shop .shop-header .coin-user {
  margin-left: 24px;
  margin-right: auto;
}

.lb-modal-shop .shop-header .coin-user .icon-coin {
  position: absolute;
  top: -12px;
  left: -12px;
  background-image: url("img/icons/h-coin.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 49px;
}

.lb-modal-shop .shop-header .ticket .icon-ticket {
  position: absolute;
  top: -4px;
  left: -30px;
  background-image: url("img/icons/icon-ticket.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 46px;
}

.lb-modal-shop .shop-header .timer {
  position: relative;
  width: 137px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12px;
  font-weight: bold;
  border-radius: 16px;
  border: 1px solid #ffdf04;
  background: #1fa4d8;
  background: -moz-radial-gradient(center, ellipse cover, #1fa4d8 0%, #070092 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1fa4d8), color-stop(100%, #070092));
  background: -webkit-radial-gradient(center, ellipse cover, #1fa4d8 0%, #070092 100%);
  background: -o-radial-gradient(center, ellipse cover, #1fa4d8 0%, #070092 100%);
  background: -ms-radial-gradient(center, ellipse cover, #1fa4d8 0%, #070092 100%);
  background: -webkit-radial-gradient(center, ellipse, #1fa4d8 0%, #070092 100%);
  background: -o-radial-gradient(center, ellipse, #1fa4d8 0%, #070092 100%);
  background: radial-gradient(ellipse at center, #1fa4d8 0%, #070092 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1fa4d8', endColorstr='#070092', GradientType=1);
}

.lb-modal-shop .shop-header .timer .icon-oclock {
  position: absolute;
  top: -14px;
  right: -28px;
  background-image: url("img/icons/icon-oclock.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}

.lb-modal-shop .shop-header .timer .time-countdown {
  color: #ffffff;
}

.lb-modal-shop .shop-header .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 12px;
}

.lb-modal-shop .shop-header .action .item {
  margin: auto;
  position: relative;
}

.lb-modal-shop .shop-header .action .item:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-shop .shop-header .action .item.icon-bag {
  position: relative;
  width: 62px;
  height: 63px;
  cursor: pointer;
}

.lb-modal-shop .shop-header .action .item.icon-bag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/icons/h-icon-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 63px;
}

.lb-modal-shop .shop-header .action .item.icon-bag:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("img/icons/icon-bag.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 32px;
}

.lb-modal-shop .shop-content {
  padding: 12px;
  padding-top: 0px;
  color: #ffffff;
}

.lb-modal-shop .shop-content.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lb-modal-shop .shop-content .list-item {
  margin: auto;
  position: relative;
}

.lb-modal-shop .shop-content .list-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #bd7b58), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #bd7b58), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.lb-modal-shop .shop-content .list-item .inner {
  height: 497px;
  width: 635px;
  overflow: hidden;
  overflow-y: auto;
  padding: 8px;
  padding-bottom: 0px;
}

.lb-modal-shop .shop-content .list-item .inner>.item {
  position: relative;
  width: 185px;
  height: 230px;
  z-index: 1;
  padding: 4px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.lb-modal-shop .shop-content .list-item .inner>.item:nth-child(3n) {
  margin-right: 0;
}

.lb-modal-shop .shop-content .list-item .inner>.item.active:after {
  -webkit-box-shadow: 0px 0px 6px 4px #fffc00;
  box-shadow: 0px 0px 6px 4px #fffc00;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.lb-modal-shop .shop-content .list-item .inner>.item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff3324;
  border-radius: 16px;
  background: #4d0000;
  background: -moz-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d0000), color-stop(100%, #810000));
  background: -webkit-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -o-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -ms-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0000), to(#810000));
  background: linear-gradient(to bottom, #4d0000 0%, #810000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d0000', endColorstr='#810000', GradientType=0);
  z-index: -1;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.lb-modal-shop .shop-content .list-item .inner>.item:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 194px;
  height: 100%;
  border-radius: 16px;
  border: 6px solid #f5d582;
  z-index: -1;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-header {
  position: absolute;
  top: 6px;
  left: 9px;
  width: 173px;
  height: 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-header .item-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background: #ffd900;
  background: -moz-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), color-stop(100%, #e5e374));
  background: -webkit-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -o-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -ms-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), to(#e5e374));
  background: linear-gradient(to bottom, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#e5e374', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body {
  position: relative;
  width: 100%;
  height: 214px;
  margin-top: 2px;
  margin-left: 3px;
  border-radius: 14px;
  -webkit-box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  background: #910a58;
  background: -moz-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #910a58), color-stop(100%, #480832));
  background: -webkit-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -o-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -ms-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#910a58), to(#480832));
  background: linear-gradient(to bottom, #910a58 0%, #480832 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#910a58', endColorstr='#480832', GradientType=0);
  border: 1px solid #ff3324;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-badge {
  position: absolute;
  top: 32px;
  left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #391e69;
  font-weight: bold;
  text-align: right;
  font-size: 12px;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-badge .number {
  display: inline-block;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-badge .badge-expire {
  background-image: url("img/icons/badge-expire.png");
  background-repeat: no-repeat;
  background-size: 64px 28px;
  width: 64px;
  height: 28px;
  padding-right: 8px;
  padding-top: 5px;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-badge .badge-max-buy {
  background-image: url("img/icons/badge-max-buy.png");
  background-repeat: no-repeat;
  background-size: 64px 28px;
  width: 64px;
  height: 28px;
  padding-right: 12px;
  padding-top: 5px;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-avatar {
  text-align: center;
  padding-top: 1px;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .item-avatar img {
  height: 120px;
  width: 173px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .price-title {
  position: absolute;
  top: 94px;
  left: 6px;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
  font-size: 20px;
  -webkit-text-stroke: 1px #480832;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px auto;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .price-total,
.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .quantity {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 26px;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #ff3324;
  background: #3d0100;
  background: -moz-linear-gradient(top, #3d0100 0%, #ff006c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3d0100), color-stop(100%, #ff006c));
  background: -webkit-linear-gradient(top, #3d0100 0%, #ff006c 100%);
  background: -o-linear-gradient(top, #3d0100 0%, #ff006c 100%);
  background: -ms-linear-gradient(top, #3d0100 0%, #ff006c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3d0100), to(#ff006c));
  background: linear-gradient(to bottom, #3d0100 0%, #ff006c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d0100', endColorstr='#ff006c', GradientType=0);
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .price-total .number,
.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .quantity .number {
  padding-top: 2px;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .btn-plus {
  position: absolute;
  top: -1px;
  right: -4px;
  width: 23px;
  height: 26px;
  background-image: url("img/icons/icon-plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .calc-price .btn-minus {
  position: absolute;
  top: -1px;
  left: -4px;
  width: 23px;
  height: 26px;
  background-image: url("img/icons/icon-minus.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .action .item {
  margin: auto;
}

.lb-modal-shop .shop-content .list-item .inner>.item .item-body .action .btn-buy {
  width: 108px;
  height: 34px;
  background-size: 108px 34px;
  font-size: 20px;
  min-width: unset;
  min-height: unset;
  margin: auto;
}

.lb-modal-shop .shop-content .item-detail {
  padding: 6px;
  margin: auto;
}

.lb-modal-shop .shop-content .item-detail>.inner {
  width: 280px;
  height: 470px;
  position: relative;
  padding: 9px;
  padding-right: 2px;
  padding-top: 6px;
}

.lb-modal-shop .shop-content .item-detail>.inner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 280px;
  height: 470px;
  border-radius: 16px;
  background: #4d0000;
  background: -moz-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d0000), color-stop(100%, #810000));
  background: -webkit-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -o-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -ms-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0000), to(#810000));
  background: linear-gradient(to bottom, #4d0000 0%, #810000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d0000', endColorstr='#810000', GradientType=0);
  z-index: -1;
  -webkit-box-shadow: 0px 0px 0px 1px #ff3324;
  box-shadow: 0px 0px 0px 1px #ff3324;
}

.lb-modal-shop .shop-content .item-detail>.inner:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 291px;
  height: 470px;
  border-radius: 16px;
  border: 6px solid #f5d582;
  z-index: -1;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-overlay {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 271px;
  height: 458px;
  z-index: -1;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  background: #910a58;
  background: -moz-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #910a58), color-stop(100%, #480832));
  background: -webkit-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -o-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -ms-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#910a58), to(#480832));
  background: linear-gradient(to bottom, #910a58 0%, #480832 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#910a58', endColorstr='#480832', GradientType=0);
  -webkit-box-shadow: 0px 0px 0px 1px #ff3324;
  box-shadow: 0px 0px 0px 1px #ff3324;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 271px;
  height: 229px;
  background-image: url("img/bg/bg-shop-item-detail.png");
  -webkit-filter: contrast(0);
  filter: contrast(0);
  opacity: 0.6;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 12px;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-overlay:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 271px;
  height: 229px;
  background-image: url("img/bg/bg-shop-item-detail.png");
  opacity: 0.6;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #3d0900;
  background: -moz-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3d0900), color-stop(47%, #c83900), color-stop(100%, #3d0900));
  background: -webkit-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -o-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -ms-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3d0900), color-stop(47%, #c83900), to(#3d0900));
  background: linear-gradient(to right, #3d0900 0%, #c83900 47%, #3d0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d0900', endColorstr='#3d0900', GradientType=1);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
}

.lb-modal-shop .shop-content .item-detail>.inner .item-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: #000000;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffaa00), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffaa00), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal-shop .shop-content .item-detail>.inner .item-header .item-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  background: #ffd900;
  background: -moz-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), color-stop(100%, #e5e374));
  background: -webkit-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -o-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -ms-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), to(#e5e374));
  background: linear-gradient(to bottom, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#e5e374', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-body .item-avatar {
  text-align: center;
  margin: 12px auto;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-body .item-avatar img {
  width: 235px;
  height: 197px;
  -webkit-box-shadow: inset 0px 0px 1px 10px #350c2e;
  box-shadow: inset 0px 0px 1px 10px #350c2e;
  border: 1px solid #b811b2;
  border-radius: 10px;
}

.lb-modal-shop .shop-content .item-detail>.inner .item-body .item-description {
  width: 245px;
  padding: 10px 0px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #d9007b;
  background: #46003c;
  background: -moz-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #46003c), color-stop(100%, #77005d));
  background: -webkit-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -o-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -ms-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#46003c), to(#77005d));
  background: linear-gradient(to bottom, #46003c 0%, #77005d 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#46003c', endColorstr='#77005d', GradientType=0);
}

.lb-modal-shop .shop-content .item-detail>.inner .item-body .item-description .inner {
  width: 248px;
  height: 150px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px 10px;
  text-align: justify;
}

.lb-modal-bag .lb-modal-dialog {
  max-width: unset;
  width: 1012px;
}

.lb-modal-bag .lb-modal-header {
  padding: 0 4px;
}

.lb-modal-bag .lb-modal-body {
  height: 600px;
}

.lb-modal-bag .lb-menu-body {
  background: #2a0900;
  background: -moz-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a0900), color-stop(44%, #712901), color-stop(100%, #2a0900));
  background: -webkit-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -o-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -ms-linear-gradient(left, #2a0900 0%, #712901 44%, #2a0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a0900), color-stop(44%, #712901), to(#2a0900));
  background: linear-gradient(to right, #2a0900 0%, #712901 44%, #2a0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#2a0900', GradientType=1);
  border-radius: 12px;
  border: 1px solid #fbe9a1;
  position: relative;
  z-index: 1;
}

.lb-modal-bag .lb-menu-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/bg/bgDot.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}

.lb-modal .bag-content {
  padding: 12px;
  padding-top: 0px;
  color: #ffffff;
}

.lb-modal .bag-content.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lb-modal .bag-content .list-item {
  margin: auto;
  position: relative;
}

.lb-modal .bag-content .list-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #bd7b58), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #bd7b58), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bd7b58 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.lb-modal .bag-content .list-item .inner {
  height: 570px;
  width: 635px;
  overflow: hidden;
  overflow-y: auto;
  padding: 16px 12px;
  padding-bottom: 0px;
}

.lb-modal .bag-content .list-item .inner>.item {
  position: relative;
  width: 112px;
  height: 120px;
  z-index: 1;
  padding: 4px;
  display: inline-block;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 14px;
  cursor: pointer;
}

.lb-modal .bag-content .list-item .inner>.item:nth-child(4n) {
  margin-right: 0;
}

.lb-modal .bag-content .list-item .inner>.item.active:after {
  -webkit-box-shadow: 0px 0px 10px 4px #fffc00;
  box-shadow: 0px 0px 10px 4px #fffc00;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.lb-modal .bag-content .list-item .inner>.item:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff3324;
  border-radius: 16px;
  background: #4d0000;
  background: -moz-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d0000), color-stop(100%, #810000));
  background: -webkit-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -o-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -ms-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0000), to(#810000));
  background: linear-gradient(to bottom, #4d0000 0%, #810000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d0000', endColorstr='#810000', GradientType=0);
  z-index: -1;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.lb-modal .bag-content .list-item .inner>.item:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 120px;
  height: 100%;
  border-radius: 16px;
  border: 6px solid #f5d582;
  z-index: -1;
}

.lb-modal .bag-content .list-item .inner>.item .item-body {
  position: relative;
  width: 100%;
  height: 103px;
  margin-top: 1px;
  margin-left: 3px;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  background: #741b2b;
  background: -moz-linear-gradient(top, #741b2b 0%, #99373f 51%, #43131f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #741b2b), color-stop(51%, #99373f), color-stop(100%, #43131f));
  background: -webkit-linear-gradient(top, #741b2b 0%, #99373f 51%, #43131f 100%);
  background: -o-linear-gradient(top, #741b2b 0%, #99373f 51%, #43131f 100%);
  background: -ms-linear-gradient(top, #741b2b 0%, #99373f 51%, #43131f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#741b2b), color-stop(51%, #99373f), to(#43131f));
  background: linear-gradient(to bottom, #741b2b 0%, #99373f 51%, #43131f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#741b2b', endColorstr='#43131f', GradientType=0);
  border: 1px solid #ff3324;
}

.lb-modal .bag-content .list-item .inner>.item .item-body .item-avatar {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 101px;
  width: 98px;
}

.lb-modal .bag-content .list-item .inner>.item .item-body .item-avatar:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -45px;
  height: 150%;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 30px 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.lb-modal .bag-content .list-item .inner>.item .item-body .item-avatar img {
  height: 101px;
  width: 101px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: contain;
}

.lb-modal .bag-content .list-item .inner>.item .item-body .item-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 36px;
  height: 36px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  background: #3e1104;
  border: 3px solid #e6ba56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.lb-modal .bag-content .list-item .inner>.item .item-body .item-expire {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

.lb-modal .bag-content .item-detail {
  padding: 6px;
  margin: auto;
  padding-top: 0px;
}

.lb-modal .bag-content .item-detail>.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 12px;
}

.lb-modal .bag-content .item-detail>.action .item {
  margin: auto;
  position: relative;
}

.lb-modal .bag-content .item-detail>.action .item.icon-shop {
  width: 62px;
  height: 63px;
  margin: 0;
  margin-left: auto;
  cursor: pointer;
  background-image: url("img/icons/b-ic-shop.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.lb-modal .bag-content .item-detail>.action .item:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal .bag-content .item-detail>.inner {
  width: 280px;
  height: 470px;
  position: relative;
  padding: 9px;
  padding-right: 2px;
  padding-top: 6px;
  margin-top: 6px;
}

.lb-modal .bag-content .item-detail>.inner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 280px;
  height: 470px;
  border-radius: 16px;
  background: #4d0000;
  background: -moz-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d0000), color-stop(100%, #810000));
  background: -webkit-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -o-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -ms-linear-gradient(top, #4d0000 0%, #810000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4d0000), to(#810000));
  background: linear-gradient(to bottom, #4d0000 0%, #810000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d0000', endColorstr='#810000', GradientType=0);
  z-index: -1;
  -webkit-box-shadow: 0px 0px 0px 1px #ff3324;
  box-shadow: 0px 0px 0px 1px #ff3324;
}

.lb-modal .bag-content .item-detail>.inner:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  width: 291px;
  height: 470px;
  border-radius: 16px;
  border: 6px solid #f5d582;
  z-index: -1;
}

.lb-modal .bag-content .item-detail>.inner .item-overlay {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 271px;
  height: 458px;
  z-index: -1;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 4px rgba(0, 0, 0, 0.6);
  background: #910a58;
  background: -moz-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #910a58), color-stop(100%, #480832));
  background: -webkit-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -o-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -ms-linear-gradient(top, #910a58 0%, #480832 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#910a58), to(#480832));
  background: linear-gradient(to bottom, #910a58 0%, #480832 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#910a58', endColorstr='#480832', GradientType=0);
  -webkit-box-shadow: 0px 0px 0px 1px #ff3324;
  box-shadow: 0px 0px 0px 1px #ff3324;
}

.lb-modal .bag-content .item-detail>.inner .item-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 271px;
  height: 229px;
  background-image: url("img/bg/bg-shop-item-detail.png");
  -webkit-filter: contrast(0);
  filter: contrast(0);
  opacity: 0.6;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 12px;
}

.lb-modal .bag-content .item-detail>.inner .item-overlay:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 271px;
  height: 229px;
  background-image: url("img/bg/bg-shop-item-detail.png");
  opacity: 0.6;
}

.lb-modal .bag-content .item-detail>.inner .item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #3d0900;
  background: -moz-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3d0900), color-stop(47%, #c83900), color-stop(100%, #3d0900));
  background: -webkit-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -o-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -ms-linear-gradient(left, #3d0900 0%, #c83900 47%, #3d0900 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3d0900), color-stop(47%, #c83900), to(#3d0900));
  background: linear-gradient(to right, #3d0900 0%, #c83900 47%, #3d0900 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d0900', endColorstr='#3d0900', GradientType=1);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
}

.lb-modal .bag-content .item-detail>.inner .item-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: #000000;
}

.lb-modal .bag-content .item-detail>.inner .item-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffaa00), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffaa00), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffaa00 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.lb-modal .bag-content .item-detail>.inner .item-header .item-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  background: #ffd900;
  background: -moz-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), color-stop(100%, #e5e374));
  background: -webkit-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -o-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -ms-linear-gradient(top, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd900), color-stop(34%, #e0af00), color-stop(41%, #e5e374), color-stop(85%, #ffd900), to(#e5e374));
  background: linear-gradient(to bottom, #ffd900 0%, #e0af00 34%, #e5e374 41%, #ffd900 85%, #e5e374 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd900', endColorstr='#e5e374', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lb-modal .bag-content .item-detail>.inner .item-body .item-avatar {
  text-align: center;
  margin: 12px auto;
}

.lb-modal .bag-content .item-detail>.inner .item-body .item-avatar img {
  width: 235px;
  height: 197px;
  -webkit-box-shadow: inset 0px 0px 1px 10px #350c2e;
  box-shadow: inset 0px 0px 1px 10px #350c2e;
  border: 1px solid #b811b2;
  border-radius: 10px;
}

.lb-modal .bag-content .item-detail>.inner .item-body .item-description {
  width: 245px;
  padding: 10px 0px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #d9007b;
  background: #46003c;
  background: -moz-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #46003c), color-stop(100%, #77005d));
  background: -webkit-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -o-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -ms-linear-gradient(top, #46003c 0%, #77005d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#46003c), to(#77005d));
  background: linear-gradient(to bottom, #46003c 0%, #77005d 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#46003c', endColorstr='#77005d', GradientType=0);
}

.lb-modal .bag-content .item-detail>.inner .item-body .item-description .inner {
  width: 248px;
  height: 150px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px 10px;
  text-align: justify;
}

.lb-modal-map-info .lb-modal-dialog {
  width: 920px;
  margin-top: 100px;
}

.lb-modal-map-info .lb-modal-body {
  background: transparent;
}

.lb-modal-map-info .lb-modal-content {
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  border: unset;
}

.lb-modal-map-info .lb-modal-content:after,
.lb-modal-map-info .lb-modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 462px;
  height: 503px;
  background-image: url("img/map/BgPopupMapInfo.png?v=2");
  background-repeat: no-repeat;
  z-index: -1;
  border: unset;
  border-radius: unset;
}

.lb-modal-map-info .lb-modal-content:after {
  left: 462px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.lb-modal-map-info .lb-modal-close {
  cursor: pointer;
  background-image: url("img/map/BtnClose.png?v=2");
  background-size: contain;
  border: none;
  position: absolute;
  right: -305px;
  top: -2px;
  outline: none;
  z-index: 6;
  width: 50px;
  height: 49px;
  padding: 0;
  margin: 0;
  border-radius: unset;
}

.lb-modal-map-info .lb-modal-header {
  height: 57px;
  width: 324px;
  background: transparent;
  border-bottom: unset;
  position: relative;
  z-index: 2;
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0px;
  margin: auto;
}

.lb-modal-map-info .lb-modal-header:before {
  content: unset;
}

.lb-modal-map-info .lb-modal-title {
  height: 57px;
  text-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: utmHanzel, Arial, Helvetica, sans-serif, PadaukRegular !important;
}

.lb-modal-map-info .lb-modal-title .text {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  color: #ffe868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
  position: relative;
  font-size: 32px;
  height: auto;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-modal-map-info .lb-modal-title:after,
.lb-modal-map-info .lb-modal-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 57px;
  width: 162px;
  background-image: url("img/map/TitlePopupMapInfo.png?v=2");
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.lb-modal-map-info .lb-modal-title:after {
  left: 162px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.lb-modal-map-info .lb-modal-body {
  padding: 20px 24px;
  position: relative;
  z-index: 2;
  height: 442px;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
}

.lb-modal-map-info .lb-modal-body:before {
  content: unset;
}

.lb-modal-map-info .boss-missions,
.lb-modal-map-info .boss-rewards {
  background: rgba(154, 105, 65, 0.4);
  border-radius: 10px;
  margin: auto;
}

.lb-modal-map-info .boss-missions {
  width: 800px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lb-modal-map-info .boss-missions .list-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.lb-modal-map-info .boss-missions .processbar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 10px;
  background: rgba(54, 31, 28, 0.75);
  -webkit-box-shadow: inset 2px 1px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px #e9d8bb;
  box-shadow: inset 2px 1px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px #e9d8bb;
}

.lb-modal-map-info .boss-missions .item {
  background-image: url("img/map/BgIconMission.png?v=2");
  background-repeat: no-repeat;
  width: 92px;
  height: 92px;
  position: relative;
  margin-right: 90px;
}

.lb-modal-map-info .boss-missions .item:last-child {
  margin-right: 0px;
}

.lb-modal-map-info .boss-missions .item .icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.lb-modal-map-info .boss-missions .item-boss {
  background-image: url("img/map/BgIconBoss.png?v=2");
  background-repeat: no-repeat;
  width: 126px;
  height: 119px;
  margin-right: 0px;
}

.lb-modal-map-info .boss-missions .item-boss .icon {
  position: absolute;
  top: -40px;
  left: -14px;
}

.lb-modal-map-info .boss-missions .text-coming-soon {
  margin: auto;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}

.lb-modal-map-info .boss-rewards {
  width: 716px;
  height: auto;
  display: block;
  max-height: 163px;
  overflow-y: auto;
  text-align: left;
}

.lb-modal-map-info .boss-rewards .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 72px;
  height: 80px;
  width: 340px;
  position: relative;
}

.lb-modal-map-info .boss-rewards img {
  width: 64px;
  margin-right: 8px;
}

.lb-modal-map-info .boss-rewards .icon {
  background-image: url("img/map/BgItem.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-modal-map-info .boss-rewards .icon img {
  border-radius: 50%;
  width: 58px;
  margin: auto;
}

.lb-modal-map-info .boss-rewards .text {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}

.lb-modal-map-info .boss-rewards .text-up-to {
  position: absolute;
  bottom: 15px;
  left: 105px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  color: #fa1100;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

.lb-modal-map-info .sub-title {
  color: #833320;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-top: 12px;
  text-transform: uppercase;
}

.lb-modal-map-info .actions {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lb-modal-map-info .actions .button-start {
  cursor: pointer;
  background-image: url("img/map/BtnGreen.png?v=2");
  background-repeat: no-repeat;
  width: 240px;
  height: 73px;
  display: block;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-shadow: black 1px 0px 0px, black 0.5403px 0.84147px 0px, black -0.41615px 0.9093px 0px, black -0.98999px 0.14112px 0px, black -0.65364px -0.7568px 0px, black 0.28366px -0.95892px 0px, black 0.96017px -0.27942px 0px;
}

.lb-modal-map-info .actions .button-start:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-modal-banner .lb-modal-dialog {
  width: 800px;
}

.lb-modal-banner .lb-modal-header {
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  height: 0px;
  padding: 0px;
}

.lb-modal-banner .lb-modal-header:before {
  content: none;
}

.lb-modal-banner .lb-modal-close {
  right: -22px;
  top: -14px;
}

.lb-modal-banner .lb-modal-body {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  width: 800px;
  height: 352px;
  padding: 0px;
}

.lb-modal-banner .lb-modal-body:before {
  content: none;
}

.lb-modal-banner .lb-modal-content {
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.lb-modal-banner .banner {
  width: 800px;
  height: 352px;
  overflow: hidden;
}

.lb-modal-banner .banner-item {
  cursor: pointer;
  width: 800px;
  height: 352px;
  display: inline-block;
}

.lb-modal-banner .banner-item img {
  width: 100%;
}

.lb-modal-banner .banner-list-dot {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.lb-modal-banner .banner-dot {
  background: #512700;
  border: 1px solid #ad5c1a;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 3px;
  pointer-events: all;
  outline: none;
  cursor: pointer;
}

.lb-modal-banner .banner-dot.active {
  cursor: unset;
  -webkit-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23);
  background-color: #00ff00;
  border: none;
  -webkit-box-shadow: 0 0 4px 1px #ff1701;
  box-shadow: 0 0 4px 1px #ff1701;
}

.lb-menu-header {
  z-index: 1;
}

.lb-menu-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lb-menu-header .inner .item {
  width: 150px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.lb-menu-header .inner .item .title {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 30px;
  z-index: 2;
  word-break: break-word;
  word-wrap: break-word;
  position: absolute;
  top: 35px;
  left: 75px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.lb-menu-header .inner .item.active:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(img/bg/bgItemMenu.png);
  width: 150px;
  height: 85px;
  background-repeat: no-repeat;
  z-index: 1;
}

.lb-menu-header .inner .item.active .title {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #ebd321;
  word-wrap: break-word;
  word-break: break-word;
}

.lb-menu-body {
  height: 100%;
}

.lb-menu-body .content {
  height: 100%;
  display: none;
  color: #ffffff;
}

.lb-menu-body .content.active {
  display: block;
}

.lb-menu-body .content .inner .group-avatar {
  display: inline-block;
}

.lb-menu-body .content .inner .group-avatar .avatar {
  position: relative;
}

.lb-menu-body .content .inner .group-avatar .avatar .img-border {
  width: 165px;
  height: 165px;
  padding: 5px;
  background: -webkit-linear-gradient(#f5d582, #d0a457);
  border-radius: 16px;
}

.lb-menu-body .content .inner .group-avatar .avatar .img-border img {
  width: 155px;
  height: 155px;
  border-radius: 16px;
}

.lb-menu-body .content .inner .group-avatar .avatar .action .btn-change {
  background-color: unset;
  border: unset;
  background-image: url("img/icon/camera.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.lb-menu-body .content .inner .group-avatar .avatar .action .btn-change:hover {
  -webkit-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
  bottom: 4px;
}

.lb-menu-body .content .inner .group-avatar .name {
  font-size: 36px;
}

.lb-btn {
  border: none;
  background-color: unset;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.lb-btn:active,
.lb-btn:focus {
  outline: none;
  border: none;
}

.lb-btn .text {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: center;
}

.lb-btn .badge-button-free {
  position: absolute;
  top: -2px;
  left: 0px;
  background-image: url("img/icons/badge-button-free.png");
  background-repeat: no-repeat;
  width: 58px;
  height: 49px;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.lb-btn:hover:before {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-btn-yellow {
  min-width: 159px;
  min-height: 50px;
  background-image: url("img/btn/btnYellow.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.lb-btn-yellow .text {
  color: #000000;
  text-shadow: #efe07b 1px 0px 0px, #efe07b 0.5403px 0.84147px 0px, #efe07b -0.41615px 0.9093px 0px, #efe07b -0.98999px 0.14112px 0px, #efe07b -0.65364px -0.7568px 0px, #efe07b 0.28366px -0.95892px 0px, #efe07b 0.96017px -0.27942px 0px;
}

.lb-btn-blue {
  min-width: 159px;
  min-height: 50px;
  background-image: url("img/btn/btnBlue.png");
  background-repeat: no-repeat;
}

.lb-btn-blue .text {
  color: #000000;
  text-shadow: #cfebff 1px 0px 0px, #cfebff 0.5403px 0.84147px 0px, #cfebff -0.41615px 0.9093px 0px, #cfebff -0.98999px 0.14112px 0px, #cfebff -0.65364px -0.7568px 0px, #cfebff 0.28366px -0.95892px 0px, #cfebff 0.96017px -0.27942px 0px;
}

.lb-btn-green {
  min-height: 50px;
  background-image: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
    width: 200px;
    height: 50px;
    background-position: -1313px -0px;
  background-repeat: no-repeat;
}

.lb-btn-green .text {
  color: #0c3304;
  text-shadow: #68e166 1px 0px 0px, #68e166 0.5403px 0.84147px 0px, #68e166 -0.41615px 0.9093px 0px, #68e166 -0.98999px 0.14112px 0px, #68e166 -0.65364px -0.7568px 0px, #68e166 0.28366px -0.95892px 0px, #68e166 0.96017px -0.27942px 0px;
}

.lb-btn-red {
  min-width: 159px;
  min-height: 50px;
  background-image: url("img/btn/btnRed.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.lb-btn-red .text {
  color: #000000;
  text-shadow: #c12929 1px 0px 0px, #c12929 0.5403px 0.84147px 0px, #c12929 -0.41615px 0.9093px 0px, #c12929 -0.98999px 0.14112px 0px, #c12929 -0.65364px -0.7568px 0px, #c12929 0.28366px -0.95892px 0px, #c12929 0.96017px -0.27942px 0px;
}

.lb-btn-grey {
  min-width: 159px;
  min-height: 50px;
  background-image: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
    width: 200px;
    height: 50px;
    background-position: -1313px -0px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.lb-btn-grey .text {
  color: #000000;
  text-shadow: #efe07b 1px 0px 0px, #efe07b 0.5403px 0.84147px 0px, #efe07b -0.41615px 0.9093px 0px, #efe07b -0.98999px 0.14112px 0px, #efe07b -0.65364px -0.7568px 0px, #efe07b 0.28366px -0.95892px 0px, #efe07b 0.96017px -0.27942px 0px;
}

.lb-btn-cricle-yellow {
  min-width: 215px;
  min-height: 63px;
  background-image: url("img/btn/btnCircleYellow.png");
  background-repeat: no-repeat;
  background-size: 100% 63px;
}

.lb-btn-cricle-yellow .text {
  color: #000000;
  text-shadow: #efe07b 1px 0px 0px, #efe07b 0.5403px 0.84147px 0px, #efe07b -0.41615px 0.9093px 0px, #efe07b -0.98999px 0.14112px 0px, #efe07b -0.65364px -0.7568px 0px, #efe07b 0.28366px -0.95892px 0px, #efe07b 0.96017px -0.27942px 0px;
}

.lb-btn-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: unset;
  cursor: pointer;
  height: 32px;
  width: 100px;
  border-radius: 16px;
  border: 1px solid #e2200c;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #2a0900;
  background: -moz-linear-gradient(top, #2a0900 0%, #712901 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a0900), color-stop(100%, #712901));
  background: -webkit-linear-gradient(top, #2a0900 0%, #712901 100%);
  background: -o-linear-gradient(top, #2a0900 0%, #712901 100%);
  background: -ms-linear-gradient(top, #2a0900 0%, #712901 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2a0900), to(#712901));
  background: linear-gradient(to bottom, #2a0900 0%, #712901 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a0900', endColorstr='#712901', GradientType=0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lb-btn-toggle .text-off {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.lb-btn-toggle .text-on {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.lb-btn-toggle .icon-toggle {
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url("img/btn/btnToggle.png?v=2");
  background-repeat: no-repeat;
}

.lb-btn-toggle.toggle-on {
  background: #3d0100;
  background: -moz-linear-gradient(top, #3d0100 0%, #ff9600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3d0100), color-stop(100%, #ff9600));
  background: -webkit-linear-gradient(top, #3d0100 0%, #ff9600 100%);
  background: -o-linear-gradient(top, #3d0100 0%, #ff9600 100%);
  background: -ms-linear-gradient(top, #3d0100 0%, #ff9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3d0100), to(#ff9600));
  background: linear-gradient(to bottom, #3d0100 0%, #ff9600 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d0100', endColorstr='#ff9600', GradientType=0);
}

.lb-btn-toggle.toggle-on .text-off {
  display: none;
}

.lb-btn-toggle.toggle-on .text-on {
  display: block;
}

.lb-btn-toggle.toggle-on .icon-toggle {
  left: 60px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.lb-table,
.lb-table-t1 {
  width: 100%;
  background: #a00214;
  background: -moz-linear-gradient(left, #a00214 0%, #d40023 50%, #a00214 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a00214), color-stop(50%, #d40023), color-stop(100%, #a00214));
  background: -webkit-linear-gradient(left, #a00214 0%, #d40023 50%, #a00214 100%);
  background: -o-linear-gradient(left, #a00214 0%, #d40023 50%, #a00214 100%);
  background: -ms-linear-gradient(left, #a00214 0%, #d40023 50%, #a00214 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a00214), color-stop(50%, #d40023), to(#a00214));
  background: linear-gradient(to right, #a00214 0%, #d40023 50%, #a00214 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a00214', endColorstr='#a00214', GradientType=1);
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
}

.lb-table-t1 thead,
.lb-table thead {
  border-bottom: 1px solid #2f0904;
}

.lb-table-t1 thead tr,
.lb-table thead tr {
  height: 50px;
  background: #610008;
}

.lb-table-t1 thead tr th,
.lb-table thead tr th {
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  box-shadow: inset 0px 10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  border-left: 2px solid #b70018;
}

.lb-table-t1 thead tr th:first-child,
.lb-table thead tr th:first-child {
  border-top-left-radius: 10px;
  -webkit-box-shadow: inset 10px 10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  box-shadow: inset 10px 10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  border-left: unset;
}

.lb-table-t1 thead tr th:last-child,
.lb-table thead tr th:last-child {
  border-top-right-radius: 10px;
  -webkit-box-shadow: inset -10px 10px 7px -6px rgba(209, 53, 47, 0.8);
  box-shadow: inset -10px 10px 7px -6px rgba(209, 53, 47, 0.8);
}

.lb-table-t1 tbody tr,
.lb-table tbody tr {
  height: 40px;
}

.lb-table-t1 tbody tr td,
.lb-table tbody tr td {
  -webkit-box-shadow: inset -3px 0px #240204;
  box-shadow: inset -3px 0px #240204;
  border-left: 2px solid #b70018;
}

.lb-table-t1 tbody tr td:first-child,
.lb-table tbody tr td:first-child {
  -webkit-box-shadow: inset 10px 0px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  box-shadow: inset 10px 0px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  border-left: unset;
}

.lb-table-t1 tbody tr td:last-child,
.lb-table tbody tr td:last-child {
  -webkit-box-shadow: inset -10px 0px 7px -6px rgba(209, 53, 47, 0.8);
  box-shadow: inset -10px 0px 7px -6px rgba(209, 53, 47, 0.8);
}

.lb-table-t1 tbody tr:nth-child(2n),
.lb-table tbody tr:nth-child(2n) {
  background: #610008;
}

.lb-table-t1 tbody tr:last-child,
.lb-table tbody tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lb-table-t1 tbody tr:last-child td,
.lb-table tbody tr:last-child td {
  -webkit-box-shadow: inset 0px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  box-shadow: inset 0px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
}

.lb-table-t1 tbody tr:last-child td:first-child,
.lb-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: inset 10px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
  box-shadow: inset 10px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -3px 0px #240204;
}

.lb-table-t1 tbody tr:last-child td:last-child,
.lb-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset -10px -10px 7px -6px rgba(209, 53, 47, 0.8);
  box-shadow: inset -10px -10px 7px -6px rgba(209, 53, 47, 0.8);
}

.lb-table-t1 tbody tr.empty td:first-child,
.lb-table tbody tr.empty td:first-child {
  -webkit-box-shadow: inset 10px 0px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
  box-shadow: inset 10px 0px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
}

.lb-table-t1 tbody tr.empty:last-child,
.lb-table tbody tr.empty:last-child {
  -webkit-box-shadow: inset 0px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
  box-shadow: inset 0px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
}

.lb-table-t1 tbody tr.empty:last-child td:first-child,
.lb-table tbody tr.empty:last-child td:first-child {
  -webkit-box-shadow: inset 10px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
  box-shadow: inset 10px -10px 7px -6px rgba(209, 53, 47, 0.8), inset -2px 0px #240204;
}

.lb-table-t2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fbe9a1;
  color: #ffffff;
  background: #a93000;
  background: -moz-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -o-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -ms-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a93000), to(#6f1d01));
  background: linear-gradient(to right, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
}

.lb-table-t2 thead {
  border-bottom: 2px solid #e2200c;
}

.lb-table-t2 thead tr th {
  height: 56px;
  color: #ffeea5;
  text-shadow: 1px 2px #000000;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 7px 0px rgba(122, 28, 25, 0.8);
  box-shadow: inset 0px 10px 7px 0px rgba(122, 28, 25, 0.8);
  border-right: 2px solid #e2200c;
}

.lb-table-t2 thead tr th:first-child {
  border-top-left-radius: 10px;
}

.lb-table-t2 thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: unset;
}

.lb-table-t2 tbody tr td {
  background: #210000;
  height: 56px;
  border-top: 2px solid #e2200c;
  border-right: 2px solid #e2200c;
  padding: 0px 12px;
}

.lb-table-t2 tbody tr td:last-child {
  border-right: unset;
}

.lb-table-t2 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.lb-table-t2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.lb-table-t3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fbe9a1;
  color: #ffffff;
  background: #2b5b0c;
  background: -moz-linear-gradient(top, #2b5b0c 0%, #413e07 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2b5b0c), color-stop(100%, #413e07));
  background: -webkit-linear-gradient(top, #2b5b0c 0%, #413e07 100%);
  background: -o-linear-gradient(top, #2b5b0c 0%, #413e07 100%);
  background: -ms-linear-gradient(top, #2b5b0c 0%, #413e07 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b5b0c), to(#413e07));
  background: linear-gradient(to bottom, #2b5b0c 0%, #413e07 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b5b0c', endColorstr='#413e07', GradientType=0);
}

.lb-table-t3 thead {
  border-bottom: 2px solid #8b3100;
}

.lb-table-t3 thead tr th {
  height: 52px;
  color: #ffeea5;
  text-shadow: 1px 2px #000000;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 7px -6px rgba(46, 189, 46, 0.8);
  box-shadow: inset 0px 10px 7px -6px rgba(46, 189, 46, 0.8);
  border-right: 2px solid #8b3100;
}

.lb-table-t3 thead tr th:first-child {
  border-top-left-radius: 10px;
}

.lb-table-t3 thead tr th:last-child {
  border-top-right-radius: 10px;
  border-right: unset;
}

.lb-table-t3 tbody tr td {
  background: #2f0a01;
  height: 52px;
  border-top: 2px solid #8b3100;
  border-right: 2px solid #8b3100;
  padding: 0px 12px;
}

.lb-table-t3 tbody tr td:last-child {
  border-right: unset;
}

.lb-table-t3 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.lb-table-t3 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.lb-pagging,
.lb-pagging-t1 {
  margin: auto;
}

.lb-pagging-t1 .inner,
.lb-pagging .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lb-pagging-t1 .inner .item,
.lb-pagging .inner .item {
  background-color: #999999;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 16px;
}

.lb-pagging-t1 .inner .item *,
.lb-pagging .inner .item * {
  text-decoration: unset;
}

.lb-pagging-t1 .inner .item.active,
.lb-pagging .inner .item.active {
  background-color: #000000;
  border: 3px solid #ffeb3b;
}

.lb-pagging-t1 .inner .item.active *,
.lb-pagging .inner .item.active * {
  color: #ffeb3b !important;
}

.lb-pagging-t1 .inner .item.disable,
.lb-pagging .inner .item.disable {
  cursor: unset;
}

.lb-form {
  font-size: 18px;
  color: #ffffff;
}

.lb-form-field {
  width: 100%;
  margin-bottom: 10px;
}

.lb-form-field.no-label {
  margin-top: 15px;
  margin-bottom: 15px;
}

.lb-form-label {
  width: 100%;
  color: #ffe540;
}

.lb-form-input {
  height: 52px;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #e2200c;
  background: #a93000;
  background: -moz-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -o-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -ms-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a93000), to(#6f1d01));
  background: linear-gradient(to right, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
  -webkit-box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  padding: 12px 20px;
  font-weight: bold;
}

.lb-form-input:active,
.lb-form-input:focus,
.lb-form-input:hover {
  outline: unset;
  -webkit-box-shadow: 0px 0px 6px 2px #e2200c, inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px 2px #e2200c, inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
}

.lb-form-input::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-input:-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-input::-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-input::placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-input:-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-input::-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 0.6;
}

.lb-form-select {
  height: 52px;
  width: 100%;
  border: 1px solid #e2200c;
  background: #a93000;
  background: -moz-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -o-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -ms-linear-gradient(left, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a93000), to(#6f1d01));
  background: linear-gradient(to right, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
  -webkit-box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  padding: 12px 20px;
  font-weight: bold;
}

.lb-form-select:active,
.lb-form-select:focus,
.lb-form-select:hover {
  outline: unset;
  -webkit-box-shadow: 0px 0px 6px 2px #e2200c, inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px 2px #e2200c, inset 1px 1px 16px 1px rgba(0, 0, 0, 0.6);
}

.lb-form-select option {
  background: #a93000;
}

.lb-form-inline {
  display: block;
}

.lb-form-inline .text-left {
  float: left;
  -webkit-margin-before: 0.25em;
  margin-block-start: 0.25em;
  -webkit-margin-after: 0.25em;
  margin-block-end: 0.25em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

.lb-form-inline .text-right {
  float: right;
}

.lb-form-captcha {
  margin-right: 15px;
}

.lb-form-captcha img {
  cursor: pointer;
}

.lb-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
}

.lb-map.active {
  z-index: 10;
  display: block;
  -webkit-animation: slide-fwd-bottom 0.4s both;
  animation: slide-fwd-bottom 0.4s both;
}

.lb-map.no-active {
  z-index: 5;
  display: block;
  -webkit-animation: slide-out-top 0.4s both;
  animation: slide-out-top 0.4s both;
}

.lb-map .btn-return {
  background-image: url("img/map/btn-return.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 75px;
  cursor: pointer;
}

.lb-map .btn-return:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.lb-map .icon-dial {
  display: none;
}

.lb-map .list-boss {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.lb-map .list-boss:after {
  content: "";
  background-image: url("img/map/Cloud.png?v=2");
  background-repeat: no-repeat;
  background-size: 1280px 720px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
}

.lb-map .boss .avatar {
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.lb-map .boss .avatar:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.lb-map .boss.lock {
  cursor: unset;
}

.lb-map .boss.lock .avatar {
  position: absolute;
  background-image: url("img/map/Lock.png?v=2");
  width: 140px;
  height: 145px;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lb-map .boss.lock .island {
  -webkit-filter: brightness(1) grayscale(1);
  filter: brightness(1) grayscale(1);
}

.lb-map .boss.lock.boss-01 .avatar {
  left: 35%;
}

.lb-map .boss.lock.boss-02 .avatar {
  top: 32%;
}

.lb-map .boss.lock.boss-03 .avatar {
  top: 30%;
}

.lb-map .boss.lock.boss-04 .avatar {
  left: 40%;
}

.lb-map .boss.lock.boss-05 .avatar {
  left: 60%;
  top: 50%;
}

.lb-map .boss.lock.boss-06 .avatar {
  left: 38%;
}

.lb-map .boss.lock.boss-07 .avatar {
  left: 66%;
}

.lb-map .boss.lock .comming-soon,
.lb-map .boss.lock .flag,
.lb-map .boss.lock .icon-new {
  display: none;
}

.lb-map .boss .cloud {
  position: absolute;
  z-index: 3;
}

.lb-map .boss .icon-new {
  position: absolute;
  top: 135px;
  left: 120px;
  width: 115px;
  height: 113px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
}

.lb-map .boss .icon-new .bg-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("img/bg/bg-light.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  width: 115px;
  height: 113px;
  -webkit-animation: anim-light-rotate 3s infinite linear;
  animation: anim-light-rotate 3s infinite linear;
}

.lb-map .boss .icon-new .text-new {
  width: 100%;
  -webkit-animation: anim-message-before 1s infinite;
  animation: anim-message-before 1s infinite;
}

.lb-map .boss .icon-new .text {
  color: #ff9600;
  width: 100%;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.lb-map .boss .icon-new .text-shadow {
  font-size: 32px;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-22deg);
  -ms-transform: translateY(-50%) rotate(-22deg);
  transform: translateY(-50%) rotate(-22deg);
  width: 100%;
  color: #670604;
  text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
}

.lb-map .boss .flag {
  position: absolute;
  background-image: url("img/map/flag.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  width: 106px;
  height: 181px;
  z-index: 3;
}

.lb-map .boss .comming-soon {
  position: absolute;
  width: 105px;
  height: 82px;
  z-index: 3;
  font-size: 15px;
  font-family: utmHanzel, Arial, Helvetica, sans-serif, PadaukRegular !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}

.lb-map .boss .comming-soon .text {
  text-align: center;
  color: #fff600;
}

.lb-map .boss .comming-soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/map/badgeComingSoon.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 82px;
  z-index: -1;
}

.lb-map .boss-01 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 457px;
  height: 269px;
}

.lb-map .boss-01 .avatar {
  background-image: url("img/map/Boss1.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 47px;
  width: 148px;
  height: 224px;
}

.lb-map .boss-01 .island {
  background-image: url("img/map/Island1.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 457px;
  height: 269px;
}

.lb-map .boss-01 .icon-new {
  left: 168px;
}

.lb-map .boss-01 .flag {
  top: -30px;
  left: 215px;
}

.lb-map .boss-01 .comming-soon {
  left: 164px;
  top: 80px;
}

.lb-map .boss-02 {
  position: absolute;
  top: 238px;
  left: 274px;
  width: 306px;
  height: 318px;
}

.lb-map .boss-02 .avatar {
  background-image: url("img/map/Boss2.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  left: 48px;
  width: 232px;
  height: 276px;
}

.lb-map .boss-02 .island {
  background-image: url("img/map/Island2.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 306px;
  height: 318px;
}

.lb-map .boss-02 .icon-new {
  top: 110px;
  left: 204px;
}

.lb-map .boss-02 .cloud {
  background-image: url("img/map/Flog2.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 98px;
  left: -8px;
  width: 157px;
  height: 60px;
}

.lb-map .boss-02 .flag {
  top: 0px;
  left: 258px;
}

.lb-map .boss-02 .comming-soon {
  left: 215px;
  top: 80px;
}

.lb-map .boss-03 {
  position: absolute;
  top: 47px;
  left: 0px;
  width: 360px;
  height: 247px;
}

.lb-map .boss-03 .avatar {
  background-image: url("img/map/Boss3.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: -47px;
  left: 70px;
  width: 193px;
  height: 218px;
}

.lb-map .boss-03 .island {
  background-image: url("img/map/Island3.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 247px;
}

.lb-map .boss-03 .icon-new {
  left: 215px;
  top: 80px;
}

.lb-map .boss-03 .flag {
  top: -42px;
  left: 258px;
}

.lb-map .boss-03 .comming-soon {
  left: 215px;
  top: 80px;
}

.lb-map .boss-04 {
  position: absolute;
  top: 0px;
  left: 472px;
  width: 588px;
  height: 241px;
}

.lb-map .boss-04 .avatar {
  background-image: unset;
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 70px;
  width: 350px;
  height: 170px;
}

.lb-map .boss-04 .island {
  background-image: url("img/map/Island4.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: -60px;
  width: 588px;
  height: 241px;
}

.lb-map .boss-04 .icon-new {
  top: 105px;
  left: 280px;
}

.lb-map .boss-04 .flag {
  top: 10px;
  left: 55px;
}

.lb-map .boss-04 .comming-soon {
  top: 120px;
  left: 300px;
}

.lb-map .boss-05 {
  position: absolute;
  top: 55px;
  right: 0px;
  width: 341px;
  height: 338px;
}

.lb-map .boss-05 .island {
  background-image: url("img/map/Island5.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 341px;
  height: 338px;
}

.lb-map .boss-05 .icon-new {
  top: 128px;
  left: 55px;
}

.lb-map .boss-05 .flag {
  top: 10px;
  left: 55px;
}

.lb-map .boss-05 .comming-soon {
  left: 128px;
}

.lb-map .boss-06 {
  position: absolute;
  top: 215px;
  left: 632px;
  width: 487px;
  height: 280px;
}

.lb-map .boss-06 .island {
  background-image: url("img/map/Island6.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: -60px;
  width: 487px;
  height: 280px;
}

.lb-map .boss-06 .icon-new {
  top: 142px;
  left: 256px;
}

.lb-map .boss-06 .flag {
  top: 65px;
  left: 308px;
}

.lb-map .boss-06 .comming-soon {
  top: 85px;
  left: 180px;
}

.lb-map .boss-07 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 539px;
  height: 241px;
}

.lb-map .boss-07 .island {
  background-image: url("img/map/Island7.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 539px;
  height: 241px;
}

.lb-map .boss-07 .icon-new {
  top: 95px;
}

.lb-map .boss-07 .flag {
  top: -60px;
  left: 105px;
}

.lb-map .boss-07 .comming-soon {
  top: 85px;
  left: 180px;
}

.lb-map-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lb-map-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/map/Background.jpg?v=2");
  background-size: 1280px 720px;
  background-repeat: no-repeat;
  width: 1280px;
  height: 720px;
  z-index: 1;
}

.lb-map-line {
  background-image: url("img/map/SmallIsland.png?v=2");
  background-size: 1280px 720px;
  background-repeat: no-repeat;
  width: 1280px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.lb-ef-tour-start {
  position: absolute;
  top: 98px;
  left: 18px;
  z-index: 1;
}

.lb-ef-tour-start .efts-txt-tournament {
  background-image: url("img/text/txt-tournament.png?v=2");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 19px;
}

.lb-ef-tour-start .efts-txt-end,
.lb-ef-tour-start .efts-txt-start {
  background-image: url("img/text/txt-start.png?v=2");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 18px;
  width: 120px;
  height: 30px;
}

.lb-ef-tour-start .efts-txt-end {
  background-image: url("img/text/txt-end.png?v=2");
  height: 30px;
  width: 81px;
  left: 40px;
}

.lb-ef-tour-start .efts-laser,
.lb-ef-tour-start .efts-laser-1,
.lb-ef-tour-start .efts-laser-2 {
  background-image: url("img/text/ef-laser-tour.png?v=2");
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  left: 155px;
  width: 80px;
  height: 39px;
  display: none;
}

.lb-ef-tour-start .efts-laser-2 {
  top: 26px;
  left: -70px;
}

.lb-ef-tour-start-show .efts-txt-tournament {
  -webkit-animation: slide-left-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lb-ef-tour-start-show .efts-txt-end,
.lb-ef-tour-start-show .efts-txt-start {
  -webkit-animation: slide-right-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lb-ef-tour-start-show .efts-laser-1 {
  display: block;
  -webkit-animation: tour-laser-left-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tour-laser-left-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lb-ef-tour-start-show .efts-laser-2 {
  display: block;
  -webkit-animation: tour-laser-right-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tour-laser-right-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.lb-ef-tour-start-fly .efts-txt-tournament {
  -webkit-animation: fly-up-slow 2s linear both infinite;
  animation: fly-up-slow 2s linear both infinite;
}

.lb-ef-tour-start-fly .efts-txt-end,
.lb-ef-tour-start-fly .efts-txt-start {
  -webkit-animation: fly-down-slow 2s linear both infinite;
  animation: fly-down-slow 2s linear both infinite;
}

.lb-notify-jackpot {
  position: absolute;
  width: 200px;
  height: 196px;
  z-index: 10;
  top: 120px;
  left: 1600px;
  opacity: 1;
  -webkit-transition: all 0.3ms;
  -o-transition: all 0.3ms;
  transition: all 0.3ms;
}

.lb-notify-jackpot.effect-show {
  -webkit-animation: anim-notify-jackpot 12s linear;
  animation: anim-notify-jackpot 12s linear;
}

.lb-notify-jackpot.effect-show .efnjp-container {
  -webkit-animation: anim-background-notify-jackpot 12s linear;
  animation: anim-background-notify-jackpot 12s linear;
}

.lb-notify-jackpot.effect-hide {
  -webkit-animation: anim-hide-notify-jackpot 500ms linear;
  animation: anim-hide-notify-jackpot 500ms linear;
}

.lb-notify-jackpot .efnjp-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 174px;
}

.lb-notify-jackpot .efnjp-bg-container {
  background-image: url("img/jackpot/bg-main.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 174px;
}

.lb-notify-jackpot .efnjp-bg-content {
  background-image: url("img/jackpot/bg-mini.png?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 38px;
  width: 120px;
  height: 120px;
}

.lb-notify-jackpot .efnjp-bg-content.mini {
  background-image: url("img/jackpot/bg-mini.png?v=2");
}

.lb-notify-jackpot .efnjp-bg-content.minor {
  background-image: url("img/jackpot/bg-minor.png?v=2");
}

.lb-notify-jackpot .efnjp-bg-content.major {
  background-image: url("img/jackpot/bg-major.png?v=2");
}

.lb-notify-jackpot .efnjp-bg-content.grand {
  background-image: url("img/jackpot/bg-grand.png?v=2");
}

.lb-notify-jackpot .efnjp-text-game-name {
  position: absolute;
  top: 40px;
  left: 98px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

.lb-notify-jackpot .efnjp-text-game-name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 150%;
  background: -webkit-radial-gradient(center, ellipse, #9e9e9e 0%, black 100%);
  background: -o-radial-gradient(center, ellipse, #9e9e9e 0%, black 100%);
  background: radial-gradient(ellipse at center, #9e9e9e 0%, black 100%);
  border: 1px solid #df413e;
  -webkit-box-shadow: 0px 0px 1px #ffef40;
  box-shadow: 0px 0px 1px #ffef40;
  border-radius: 25px;
}

.lb-notify-jackpot .efnjp-text-game-name .text {
  z-index: 2;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff600), color-stop(#fff600), to(#e19f00));
  background: -webkit-linear-gradient(#fff600, #fff600, #e19f00);
  background: -o-linear-gradient(#fff600, #fff600, #e19f00);
  background: linear-gradient(#fff600, #fff600, #e19f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.lb-notify-jackpot .efnjp-text-game-name .text-shadow {
  z-index: 1;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff521;
  text-shadow: #e03b29 3px 0px 0px, #e03b29 2.83487px 0.98158px 0px, #e03b29 2.35766px 1.85511px 0px, #e03b29 1.62091px 2.52441px 0px, #e03b29 0.70571px 2.91581px 0px, #e03b29 -0.28717px 2.98622px 0px, #e03b29 -1.24844px 2.72789px 0px, #e03b29 -2.07227px 2.16926px 0px, #e03b29 -2.66798px 1.37182px 0px, #e03b29 -2.96998px 0.42336px 0px, #e03b29 -2.94502px -0.5717px 0px, #e03b29 -2.59586px -1.50383px 0px, #e03b29 -1.96093px -2.27041px 0px, #e03b29 -1.11013px -2.78704px 0px, #e03b29 -0.13712px -2.99686px 0px, #e03b29 0.85099px -2.87677px 0px, #e03b29 1.74541px -2.43999px 0px, #e03b29 2.44769px -1.73459px 0px, #e03b29 2.88051px -0.83825px 0px;
}

.lb-notify-jackpot .efnjp-text-type-jackpot {
  position: absolute;
  top: 78px;
  left: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/jackpot/text-mini.png?v=2");
  width: 118px;
  height: 49px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lb-notify-jackpot .efnjp-text-type-jackpot.mini {
  background-image: url("img/jackpot/text-mini.png?v=2");
  width: 118px;
  height: 49px;
}

.lb-notify-jackpot .efnjp-text-type-jackpot.minor {
  background-image: url("img/jackpot/text-minor.png?v=2");
  width: 164px;
  height: 49px;
}

.lb-notify-jackpot .efnjp-text-type-jackpot.major {
  background-image: url("img/jackpot/text-major.png?v=2");
  width: 172px;
  height: 49px;
}

.lb-notify-jackpot .efnjp-text-type-jackpot.grand {
  background-image: url("img/jackpot/text-grand.png?v=2");
  width: 106px;
  height: 32px;
}

.lb-notify-jackpot .efnjp-text-value {
  position: absolute;
  top: 112px;
  left: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff521;
  text-shadow: #b81902 0px 0px 5px;
  font-weight: bold;
  font-size: 22px;
}

.lb-notify-jackpot .efnjp-text-user-name {
  position: absolute;
  top: 132px;
  left: 0;
  width: 198px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 7px;
  font-size: 18px;
  font-weight: bold;
}

.lb-notify-jackpot .efnjp-text-user-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-image: url("img/jackpot/bg-name.png?v=2");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.lb-notify-jackpot .efnjp-text-user-name .text {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9203), color-stop(38%, #ff5c03), to(#ff0303));
  background: -webkit-linear-gradient(top, #ff9203 0%, #ff5c03 38%, #ff0303 100%);
  background: -o-linear-gradient(top, #ff9203 0%, #ff5c03 38%, #ff0303 100%);
  background: linear-gradient(to bottom, #ff9203 0%, #ff5c03 38%, #ff0303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  z-index: 2;
}

.lb-notify-jackpot .efnjp-text-user-name .text-shadow {
  z-index: 1;
  top: 7px;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

.lb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.lb-panel {
  border: 1px solid #f0dece;
  border-radius: 8px;
  background: #200000;
}

.lb-panel-header {
  background: #a93000;
  background: -moz-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -ms-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: radial-gradient(ellipse at center, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  border: 2px solid #c82c16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
}

.lb-panel-header .alignt-center {
  margin: auto;
}

.lb-panel-header .alignt-left {
  margin-right: auto;
}

.lb-panel-header .alignt-right {
  margin-left: auto;
}

.lb-text-yellow {
  color: #fff600;
}

.lb-text-yellow-gradient {
  color: #fff600;
}

.lb-text-yellow-gradient-t1 {
  color: #fff600;
}

.lb-text-yellow-gradient-t2 {
  color: #fff600;
}

.lb-text-yellow-gradient-t3 {
  color: #fff600;
}

.lb-text-red {
  color: #ff0000;
}

.lb-text-red-gradient {
  color: #ff0000;
}

.lb-text-green {
  color: #00ff00;
}

.lb-text-green-gradient {
  color: #00ff00;
}

.lb-text-blue {
  color: #13dcf1;
}

.lb-text-blue-gradient {
  color: #13dcf1;
}

.lb-text-grey {
  color: #ffffff;
}

.lb-text-grey-gradient {
  color: #ffffff;
}

.lb-text-purple {
  color: #e635ca;
}

.lb-text-purple-gradient {
  color: #e635ca;
}

.lb-text-pink {
  color: #e635ca;
}

.lb-text-pink-gradient {
  color: #e635ca;
}

.lb-border-text {
  border-radius: 24px;
  font-size: 24px;
  padding: 0 12px;
  font-weight: bold;
  color: #ffffff;
  background: #210000;
  border: 2px solid #fbe9a1;
  display: inline-block;
}

.lb-badge {
  width: 20px !important;
  height: 20px !important;
  font-size: 12px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  color: #ffffff !important;
  z-index: 1;
  font-weight: normal !important;
  text-shadow: unset !important;
  text-align: center !important;
}

.lb-badge:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: -1;
  background: #ff1601;
  background: -moz-linear-gradient(top, #ff1601 0%, #bd1c0d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1601), color-stop(100%, #bd1c0d));
  background: -webkit-linear-gradient(top, #ff1601 0%, #bd1c0d 100%);
  background: -o-linear-gradient(top, #ff1601 0%, #bd1c0d 100%);
  background: -ms-linear-gradient(top, #ff1601 0%, #bd1c0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1601), to(#bd1c0d));
  background: linear-gradient(to bottom, #ff1601 0%, #bd1c0d 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1601', endColorstr='#bd1c0d', GradientType=0);
}

.tab-bar-item {
  display: none;
}

.tab-bar-item.active {
  display: block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #000000;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 0px 0px, rgba(0, 0, 0, 0.4) 0.5403px 0.84147px 0px, rgba(0, 0, 0, 0.4) -0.41615px 0.9093px 0px, rgba(0, 0, 0, 0.4) -0.98999px 0.14112px 0px, rgba(0, 0, 0, 0.4) -0.65364px -0.7568px 0px, rgba(0, 0, 0, 0.4) 0.28366px -0.95892px 0px, rgba(0, 0, 0, 0.4) 0.96017px -0.27942px 0px;
}

.tocloned,
.toclone {
  display: none !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide {
  display: none;
}

html:not(.ios),
html:not(.mobile) {
  scrollbar-color: #daa520 transparent;
  scrollbar-width: thin;
}

html:not(.ios) ::-webkit-scrollbar,
html:not(.mobile) ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  position: relative;
}

html:not(.ios) ::-webkit-scrollbar-track,
html:not(.mobile) ::-webkit-scrollbar-track {
  border-radius: 10px;
}

html:not(.ios) ::-webkit-scrollbar-thumb,
html:not(.mobile) ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  cursor: pointer;
  background: #e0ae00;
  background: -moz-linear-gradient(left, #e0ae00 0%, #ffd800 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e0ae00), color-stop(100%, #ffd800));
  background: -webkit-linear-gradient(left, #e0ae00 0%, #ffd800 100%);
  background: -o-linear-gradient(left, #e0ae00 0%, #ffd800 100%);
  background: -ms-linear-gradient(left, #e0ae00 0%, #ffd800 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e0ae00), to(#ffd800));
  background: linear-gradient(to right, #e0ae00 0%, #ffd800 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0ae00', endColorstr='#ffd800', GradientType=1);
}

html.mobile {}

html.mobile .lb-lobby-games .slide-game {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

html.mobile .lb-lobby-games .slide-game .game:last-child {
  min-width: 560px;
}

html.mobile .lb-lobby-games .slide-game .game:last-child .list {
  margin-left: 0 !important;
}

html.mobile.ios .lb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

html.mobile.ios .lb-panel {
  border: 1px solid #f0dece;
  border-radius: 8px;
  background: #200000;
}

html.mobile.ios .lb-panel-header {
  background: #a93000;
  background: -moz-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a93000), color-stop(100%, #6f1d01));
  background: -webkit-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -ms-radial-gradient(center, ellipse cover, #a93000 0%, #6f1d01 100%);
  background: -webkit-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: -o-radial-gradient(center, ellipse, #a93000 0%, #6f1d01 100%);
  background: radial-gradient(ellipse at center, #a93000 0%, #6f1d01 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93000', endColorstr='#6f1d01', GradientType=1);
  -webkit-box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.8);
  border: 2px solid #c82c16;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 54px;
}

html.mobile.ios .lb-panel-header .alignt-center {
  margin: auto;
}

html.mobile.ios .lb-panel-header .alignt-left {
  margin-right: auto;
}

html.mobile.ios .lb-panel-header .alignt-right {
  margin-left: auto;
}

html.mobile.ios .lb-panel-header .title {
  -webkit-text-fill-color: #ffff3c;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-yellow-gradient {
  -webkit-text-fill-color: #fff600;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-yellow-gradient-t1 {
  -webkit-text-fill-color: #fff600;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-yellow-gradient-t2 {
  -webkit-text-fill-color: #e19f00;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-yellow-gradient-t3 {
  -webkit-text-fill-color: #dabe57;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-red-gradient {
  -webkit-text-fill-color: #ff220e;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-green-gradient {
  -webkit-text-fill-color: #00ff00;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-blue-gradient {
  -webkit-text-fill-color: #13dcf1;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-grey-gradient {
  -webkit-text-fill-color: #ffffff;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-purple-gradient {
  -webkit-text-fill-color: #e635ca;
}

html.mobile.ios .lb-panel-body .btn-vip .lb-text-pink-gradient {
  -webkit-text-fill-color: #e635ca;
}

html.mobile.ios .lb-menu-header .inner .item .title {
  color: #ffffff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

html.mobile.ios .lb-menu-header .inner .item.active .title {
  color: #e19e00;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e19e00;
}

@media screen and (max-width: 768px) {
  .lb-lobby-games .slide-game {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      overflow: hidden;
      overflow-x: auto;
      -webkit-overflow: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .lb-lobby-games .slide-game .game:last-child {
      min-width: 560px;
  }

  .lb-lobby-games .slide-game .game:last-child .list {
      margin-left: 0 !important;
  }
}

@-moz-document url-prefix() {
  .lb table.fixed-header {
      width: 100%;
      table-layout: fixed;
      border-collapse: separate;
  }

  .lb table.fixed-header thead tr {
      display: block;
      width: 100%;
  }

  .lb table.fixed-header tbody {
      display: block;
      width: calc(100% + 18px);
      overflow: auto;
      height: 500px;
  }

  .lb table.fixed-header tbody tr {
      width: 100%;
  }
}

.mobile.ios {
  height: calc(var(--vh, 1vh) * 100);
}

.mobile.ios .lb-panel-header .title .text {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffff3c;
}

.mobile.ios .lb-panel-body .text.coin {
  background: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff600 !important;
}

.mobile.ios .lb-modal-info .lb-text-yellow-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.mobile.ios .lb-modal-info .lb-text-yellow-gradient-t1 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.mobile.ios .lb-modal-info .lb-text-yellow-gradient-t2 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e19f00;
}

.mobile.ios .lb-modal-info .lb-text-yellow-gradient-t3 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #dabe57;
}

.mobile.ios .lb-modal-info .lb-text-red-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ff220e;
}

.mobile.ios .lb-modal-info .lb-text-green-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #00ff00;
}

.mobile.ios .lb-modal-info .lb-text-blue-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #13dcf1;
}

.mobile.ios .lb-modal-info .lb-text-grey-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

.mobile.ios .lb-modal-info .lb-text-purple-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e635ca;
}

.mobile.ios .lb-modal-info .lb-text-pink-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e635ca;
}

.mobile.ios .lb-menu-header .inner .item .title {
  color: #ffffff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

.mobile.ios .lb-menu-header .inner .item.active .title {
  color: #e19e00;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e19e00;
}

.mobile.ios .lb-header-center .main .jack .slide .item .inner .tt .num {
  font-weight: bold;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.samsung-browser .lb-panel-header .title .text {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffff3c;
}

.samsung-browser .lb-menu-header .inner .item .title {
  color: #ffffff;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

.samsung-browser .lb-menu-header .inner .item.active .title {
  color: #e19e00;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e19e00;
}

.samsung-browser .lb-text-yellow-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.samsung-browser .lb-text-yellow-gradient-t1 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.samsung-browser .lb-text-yellow-gradient-t2 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e19f00;
}

.samsung-browser .lb-text-yellow-gradient-t3 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #dabe57;
}

.samsung-browser .lb-text-red-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ff220e;
}

.samsung-browser .lb-text-green-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #00ff00;
}

.samsung-browser .lb-text-blue-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #13dcf1;
}

.samsung-browser .lb-text-grey-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

.samsung-browser .lb-text-purple-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e635ca;
}

.samsung-browser .lb-text-pink-gradient {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e635ca;
}

.samsung-browser .lb-header-center .main .jack .slide .item .inner .tt .num {
  font-weight: bold;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff600;
}

.welcome {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.welcome-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  z-index: 2;
  width: 120px;
  height: 250px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.23s ease-in;
  -o-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
  position: fixed;
  top: 20%;
}

.welcome-anim img {
  max-width: 120px;
}

.welcome-anim .dot {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif, PadaukRegular !important;
  color: #fff;
  text-align: center;
  font: 300 3em/50% Impact;
  -webkit-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
}

.welcome-anim .dot:after {
  content: " . ";
  -webkit-animation: dots 1s steps(5, end) infinite;
  animation: dots 1s steps(5, end) infinite;
  -webkit-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  margin-left: -10px;
}

@-webkit-keyframes dots {

  0%,
  20% {
      color: transparent;
      text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  40% {
      color: #fff;
      text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  60% {
      text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 transparent;
  }

  80%,
  to {
      text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
  }
}

@keyframes dots {

  0%,
  20% {
      color: transparent;
      text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  40% {
      color: #fff;
      text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }

  60% {
      text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 transparent;
  }

  80%,
  to {
      text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
  }
}

#loading {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 2147483665;
  display: block;
  overflow: hidden;
}

#loading .loading-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading .loading-img img {
  width: 120px;
}

#loadingSrcCodeBG1 {
  -webkit-animation: loadingKeyFrame 1.5s infinite linear;
  -moz-animation: loadingKeyFrame 1.5s infinite linear;
  -ms-animation: loadingKeyFrame 1.5s infinite linear;
  -o-animation: loadingKeyFrame 1.5s infinite linear;
  animation: loadingKeyFrame 1.5s infinite linear;
}

@-webkit-keyframes loadingKeyFrame {
  0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -ms-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}

@keyframes loadingKeyFrame {
  0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -ms-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}

.ohyea__modal:before {
  content: unset;
}

.ohyea__modal .ohyea__modal_dialog--small {
  width: 910px;
}

.ohyea__modal .ohyea__modal_dialog--small .modal-body {
  min-height: 400px;
}

.ohyea__modal .ohyea__modal_dialog--small .ohyea__modal-small_contain {
  min-height: 354px;
}

.ohyea__modal .tab-content {
  display: block;
}

.ohyea__modal .ohyea__modal_dialog {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ohyea__modal .modal-title {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
}

.ohyea__modal .ohyea__panel-inner {
  text-align: left !important;
}

.ohyea__modal .ohyea__form_select {
  padding: 0;
}

.ohyea__modal #box-deposit,
.ohyea__modal #box-feedback {
  height: 630px;
}

.ohyea__modal .depositContent .ohyea__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.ohyea__modal .depositContent .ohyea__items .ohyea__items--item {
  width: 110px;
  margin: auto 0px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ohyea__modal .depositContent .ohyea__items .ohyea__items--item img {
  width: 97px;
  height: 64px;
}

.ohyea__modal .depositContent .deposit-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

.ohyea__modal .depositContent .deposit-table thead tr {
  display: block;
  width: 100%;
}

.ohyea__modal .depositContent .deposit-table tbody {
  display: block !important;
  width: calc(100% + 14px);
  overflow: auto;
  height: 450px;
  margin-bottom: 12px;
  border-radius: unset !important;
}

.ohyea__modal .depositContent .deposit-table tbody#ContainerDepositPaypal tr td {
  width: 778px !important;
  border-radius: 5px;
}

.ohyea__modal .depositContent .deposit-table tbody#ContainerDepositPaypal tr td iframe {
  width: 760px !important;
  height: 436px !important;
}

.ohyea__modal .depositContent .deposit-table tbody#ContainerDepositPaypal tr td iframe html {
  overflow: hidden !important;
  overflow-y: auto;
}

.ohyea__modal .depositContent .deposit-table tbody tr {
  width: 100%;
}

.ohyea__modal .depositContent .deposit-table tbody tr td .td-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row !important;
  flex-flow: row !important;
}

.ohyea__modal .depositContent .deposit-table tbody tr td .td-row .col-md-2 {
  width: 16% !important;
}

.ohyea__modal .depositContent .deposit-table tbody tr td .td-row .col-md-6 {
  width: 50% !important;
}

.ohyea__modal .depositContent .deposit-table tbody tr td .td-row .col-md-4 {
  width: 33% !important;
}

.ohyea__modal .depositContent .deposit-table tbody tr td:first-child {
  width: 80% !important;
}

.ohyea__modal .depositContent .deposit-table tbody tr td:last-child {
  width: 25%;
}

.ohyea__modal .ohyea__modal_close {
  width: 64px;
  height: 64px;
}

.ohyea__modal #frm-UpdateInfoUser .col-md-3 {
  width: 25%;
  float: left;
}

.ohyea__modal #frm-UpdateInfoUser .col-md-9 {
  width: 75%;
  float: left;
}

.ohyea__modal #frm-UpdateInfoUser .col-md-6 {
  width: 50%;
  float: left;
}

.ohyea__modal #frm-UpdateInfoUser .ohyea__form_input-float {
  margin-top: 4px;
}

.ohyea__modal #frm-UpdateInfoUser .ohyea__form-field {
  padding: 4px;
}

.ohyea__modal #fr-login .col-md-6 {
  width: 50% !important;
}

.ohyea__modal .popupTablets {
  max-height: unset;
  height: 550px;
}

.ohyea__modal#ohyea_full{
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c0001), color-stop(28%, #510301), color-stop(59%, #810800), to(#890802));
  background: -webkit-linear-gradient(top, #2c0001 0%, #510301 28%, #810800 59%, #890802 100%);
  background: -o-linear-gradient(top, #2c0001 0%, #510301 28%, #810800 59%, #890802 100%);
  background: linear-gradient(to bottom, #2c0001 0%, #510301 28%, #810800 59%, #890802 100%);
  scrollbar-color: transparent;
}

.ohyea__modal#ohyea_full::-webkit-scrollbar-thumb {
  background: transparent;
}

.ohyea__modal#ohyea_full .modal-dialog {
  max-width: unset;
  width: 1280px;
  height: 720px;
  min-width: 100vw;
  min-height: 100vh;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 0px;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.ohyea__modal#ohyea_full .ohyea__modal_content {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0px;
}

.ohyea__modal#ohyea_full .ohyea__modal_content:after,
.ohyea__modal#ohyea_full .ohyea__modal_content:before {
  background: unset;
  content: unset !important;
  display: none !important;
}

.ohyea__modal#ohyea_full .ohyea__modal_body {
  width: 100%;
  height: 100%;
}

.ohyea__modal#ohyea_full .ohyea__modal_body:after,
.ohyea__modal#ohyea_full .ohyea__modal_body:before {
  background: unset;
  content: unset !important;
  display: none !important;
}

.ohyea__modal#ohyea_full .ohyea__bg--overlay {
  background: unset !important;
  display: none;
}

.ohyea__modal#ohyea_full .ohyea__bg--overlay-hozital {
  background: unset !important;
  display: none;
}

.ohyea__modal#ohyea_full .clog-page {
  width: 100%;
  height: 100%;
}

.ohyea__modal#ohyea_full .clog-page .btn-close-popup {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 51px;
  height: 51px;
  z-index: 2;
  background-image: url("img/btn/close.png");
  cursor: pointer;
}

.ohyea__modal#ohyea_full .col-md-6 {
  width: 50%;
}

.ohyea__modal#ohyea_full .clog-page-wrapper {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-size: 100% 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(96, 0, 0, 1) 100%);
  background-repeat: no-repeat;
}

.ohyea__modal#ohyea_full .clog-page-footer {
  bottom: 110px;
  position: absolute;
}

.ohyea__modal#ohyea_full #LoginTabV3 .sub {
  width: 100%;
}

.ohyea__modal#ohyea_full #LoginTabV3 .sub .button {
  display: block;
  width: 100%;
  text-align: center;
}

.ohyea__modal#ohyea_full .sub .button .txt-signin,
.ohyea__modal#ohyea_full .sub .button .txt-signup {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
}

.ohyea__modal#ohyea_full .clog_btn-img a .txt-fb,
.ohyea__modal#ohyea_full .clog_btn-img a .txt-login-fb,
.ohyea__modal#ohyea_full .clog_btn-img a .txt-playnow,
.ohyea__modal#ohyea_full .clog_btn-img a .txt-signin,
.ohyea__modal#ohyea_full .clog_btn-img a .txt-signup {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
}

.ohyea__modal#ohyea_full .clog_btn-img a .txt-fb,
.ohyea__modal#ohyea_full .clog_btn-img a .txt-login-fb {
  font-size: 2.5rem;
  width: 150px;
  font-size: 24px;
  left: 164px;
}

.ohyea__modal#ohyea_full .clog-page-frm {
  width: 500px;
  margin: auto;
  padding-top: 80px;
}

.ohyea__modal#ohyea_full .clog-page-frm .field {
  text-align: center;
}

.ohyea__modal#ohyea_full .clog-page-frm #imgRegCaptcha {
  width: 150px;
  height: 45px;
}

.ohyea__modal#ohyea_full .clog-page-frm .field input[name="Captcha"] {
  width: 244px !important;
}

.ohyea__modal .ohyea__profile-avatar {
  z-index: 1;
}

.ohyea__modal .ohyea__profile-avatar:before {
  z-index: -1;
}

.ohyea__modal .ohyea__profile-avatar:after {
  z-index: -1;
}

.ohyea__modal .ohyea__profile-avatar img {
  min-height: unset;
  max-height: unset;
  height: 130px;
  width: 138px;
  border-radius: 4px;
}

.ohyea__modal .ohyea__profile-avatar .btn-change {
  padding: 0px;
}

.ohyea__modal .ohyea__profile-avatar .overlay {
  z-index: 2;
  min-height: unset;
  max-height: unset;
  height: 130px;
  width: 139px;
}

.ohyea__modal .clog-page-adv .buttons .button-link {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.ohyea__modal_dialog--tiny {
  max-width: unset !important;
  width: 480px !important;
}

#ohyea__md_info .ohyea__modal_dialog {
  width: 850px;
}

.ohyea__tabs {
  text-align: left;
}

.ohyea__table--td {
  text-align: left;
}

#form_send_inbox .ohyea__form-field .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#form_send_inbox .ohyea__form-field .inbox_step1__layout .row img {
  width: 100px;
  height: 100px;
  max-width: unset !important;
}

#form_send_inbox .ohyea__form-field .inbox_step1__layout .row.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#form_send_inbox .ohyea__form-field .inbox_step1__layout-2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

#form_send_inbox .ohyea__form-field .inbox_step1__layout-2 .row.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-autocomplete {
  text-align: left;
}

.topuser_gametab {
  width: unset !important;
  padding-top: 10px;
}

.topuser_gametab img {
  max-width: 86px;
}

.adv-modal-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clog-page-footer .support a,
.clog-page-footer .support a div {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 365px;
}

.clog-page-frm .sub.mr-left .button div,
.clog_btn-img a div {
  text-transform: uppercase;
  position: absolute;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #f8fcf9;
}

.clog_btn-img a .txt-fb {
  text-shadow: -2px 0 3px #133b87, 0 2px 3px #133b87, 2px 0 3px #133b87, 0 -2px 3px #133b87;
}

.clog_btn-img a .txt-playnow {
  text-shadow: -2px 0 3px #194e16, 0 2px 3px #194e16, 2px 0 3px #194e16, 0 -2px 3px #194e16;
  padding-bottom: 5px;
}

.clog-page-frm .sub.mr-left .button .txt-login {
  text-shadow: -2px 0 3px #994d37, 0 2px 3px #994d37, 2px 0 3px #994d37, 0 -2px 3px #994d37;
  padding-bottom: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.clog-page-footer .support a img {
  z-index: 2;
  height: 115px;
  position: absolute;
  left: 0px;
  top: -15px;
}

.clog-page-footer .support a div {
  background-image: url("../../assets/LoginV3/img/resize/btn_sp.png");
  width: 365px;
  height: 100px;
  background-size: cover;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  text-shadow: -2px 0 3px #033551, 0 2px 3px #033551, 2px 0 3px #033551, 0 -2px 3px #033551;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.clog-page-footer .support a:active,
.clog-page-footer .support a:focus,
.clog-page-footer .support a:hover,
.clog-page-footer .support a:visited {
  text-decoration: none !important;
}

.clog-page-frm .sub.mr-left .button .txt-signin {
  text-shadow: -2px 0 3px #033551, 0 2px 3px #033551, 2px 0 3px #033551, 0 -2px 3px #033551;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  top: 8px;
  left: -16px;
}

.clog-page-frm .sub.mr-left .button .txt-signup {
  text-shadow: -2px 0 3px #89572b, 0 2px 3px #89572b, 2px 0 3px #89572b, 0 -2px 3px #89572b;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 33px;
  left: 103px;
  width: 100%;
}

#btnLoginFacebook {
  position: relative;
}

@media only screen and (max-width: 720px) {
  .ohyea__modal#ohyea_full .clog-page-frm {
      padding-top: 25px;
  }
}



@font-face {
  font-family: Bahnschrift;
  src: url("fonts/BAHNSCHRIFT.TTF?v2");
}

@font-face {
  font-family: robotoRegula;
  src: url("fonts/Roboto-Regular.ttf?v2");
}

@font-face {
  font-family: robotoBold;
  src: url("fonts/Roboto-Bold.ttf?v2");
}

@font-face {
  font-family: robotoBoldCondensed;
  src: url("fonts/RobotoCondensed-Bold.ttf?v2");
}

@font-face {
  font-family: robotoMedium;
  src: url("fonts/Roboto-Medium.ttf?v2");
}

@font-face {
  font-family: utmHelve;
  src: url("fonts/UTM Helve.ttf?v2");
}

@font-face {
  font-family: utmHelveBold;
  src: url("fonts/UTM HelveBold.ttf?v2");
}

.clog-naga-img {
  background-image: url("img/login/girl.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 530px; */
  height: 513px;
  width: 87%;
  /* height: 665px; */
  /* margin-top: 75px; */
  margin: 50px auto auto auto;
  /* width: 75%; */
}

.naga-footer-left {
  /* margin-top: 19px; */
  display: flex;
  padding: 0;
}

.naga_btn-service {
  left: 8px;
  /* bottom: 12px; */
  max-width: 100%;
  width: 100%;
  margin: -17px auto 12px auto;
  position: relative;
}

/* .naga_btn-service img {
  width: 200px;
} */

.naga-ver {
  float: left;
  /* padding-left: 15px; */
  color: #b5afb3;
  font-size: 24px;
  /* font-family: 'robotoRegula'; */
  left: 26px;
  bottom: -21px;
  position: absolute;
}

.naga-footer-left-item {
  font-size: 28px;
  color: #ffffff;
  font-family: 'robotoRegula';
  white-space: nowrap;
}

.naga-footer-left-item-register a {
  font-size: 28px;
  text-decoration: underline;
  color: #f6ff00 !important;
  font-family: 'robotoRegula';
}

.clog-page-langs .inner-naga {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 19px;
  margin-left: 16px;
  position: relative;
  justify-content: flex-end;
  right: 70px;
}

.inner-header-register {
  background-image: url("img/login/header-regis.png");
  background-repeat: no-repeat;
  background-size: 100% 70px;
  height: 70px;
}

.clog-page-langs .inner-other-way-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin: 13px 0px 1px 0;
  height: 34.28px;
}

.naga-login-group {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 100%;
  position: relative;
  justify-content: center;
}

.naga-form-img {
  background-image: url("/Content/distv2/img/sprite-sheet/popup/login-popup-L7/naga-form-img.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 625px;
  height: 600px;
}

.naga-font-size {
  font-size: 25px;
}

.naga_btn-img {
  max-width: 100%;
  width: 100%;
  height: 110px;
  margin: 14px auto 12px auto;
  position: relative;
}

.naga_btn-img label {
  padding: 25px 0px 0px 0px;
  font-size: 37px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.naga-btn-playnow {
  background-image: url("img/login/btn-playnow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.naga-btn-playnow-medium {
  background-image: url("img/login/btn-orange-medium.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.naga-btn-fb {
  background-image: url("img/login/btn-fb-dai.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.naga-small-btn-fb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.naga-btn-create-new-account {
  background-image: url("img/login/btn-red-create.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.naga-btn-green {
  background-image: url("img/login/btn-green-login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56% 100%;
}

.naga-back-icon {
  background-image: url(img/login/back-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 29px;
  position: absolute;
  left: 47px;
  top: 3px;
}

.naga-font-family {
  font-family: 'robotoRegula';
  font-weight: 400;
}

.clog-page-frm .sub.mr-left {
  width: 70%;
  margin-left: 70%;
  text-align: center;
}

.ohyea__modal#ohyea_full .clog-page-frm {
  width: 100%;
  height: 255px;
  padding-top: 5px;
  position: relative;
}

#btnLoginPopup {
  top: 55px;
  left: -18px;
}

.naga-link-forgot-pass {
  font-size: 32px;
  text-decoration: underline;
}

.naga-btn-login-popup {
  background-color: transparent;
  outline: 0;
  max-width: 100%;
  width: auto;
  display: block;
  margin: 12px auto;
  border: none;
  -webkit-transition: -webkit-transform .23s ease-out;
  transition: -webkit-transform .23s ease-out;
  transition: transform .23s ease-out;
  transition: transform .23s ease-out, -webkit-transform .23s ease-out;
  display: block;
  position: relative;
}

.clog-page-frm .field input[type=password],
.clog-page-frm .field input[type=text] {
  padding: 4px 50px 4px 100px !important;
  width: 360px !important;
  height: 68px !important;
  border: 3px solid #900605 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.naga-check-box {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.naga-check-box label {
  text-align: left;
  color: #ff99eb;
  padding-left: 40px;
  font-family: 'utmHelve';
  font-weight: 100;
  font-size: 29px;
}

.naga-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

.naga-check-box:hover input~.checkmark {
  background-color: #ccc;
}

.naga-check-box input:checked~.checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.naga-check-box input:checked~.checkmark:after {
  display: block;
}

.naga-check-box .checkmark:after {
  left: 12px;
  top: 6px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.naga-icon-user {
  width: 42px;
  height: 42px;
  left: 27px;
  top: 12px;
  position: absolute;
  z-index: 1;
}

.naga-icon-key {
  width: 50px;
  height: 50px;
  left: 29px;
  top: 9px;
  position: absolute;
  z-index: 1;
}

.input-container {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.label-other-way-login {
  font-size: 24px;
  display: inline-block;
  padding-left: 77px;
  color: #ff99eb;
  font-weight: 400;
  position: relative;
}

.clog-page-frm-register {
  top: -19px;
  padding-top: 30px !important;
  width: 100% !important;
  margin: 0px 0px 0px 80px !important;
  ;
}

.clog-page-frm-register label {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  width: 205px !important;
  font-size: 28px !important;
  letter-spacing: 0px !important;
  white-space: initial !important;
  text-align: right !important;
}

.logo-live7-register {
  position: absolute;
  right: 100px;
  bottom: -47px;
}

.btn-close-register {
  position: absolute;
  right: 15px;
  top: 2px;
  width: 65px;
  height: 65px;
  z-index: 2;
  background-image: url('img/login/btn-close-register.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.naga-des-chip {
  white-space: nowrap;
  font-size: 30px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -10px;
  margin-left: 120px;
}

.naga-group-error {
  font-size: 30px;
  color: #c2c2c2;
  margin-left: 40px;
  padding-right: 100px;
  width: 555px;
  position: absolute;
  top: 50px;
}

.naga-group-validate {
  width: 1000px;
  position: relative;
  top: -34px;
  left: -80px;
  white-space: nowrap;
  font-size: 20px;
}

.naga-login-val-txt {
  position: absolute;
  top: 69px;
  left: 102px;
  color: #f0ff00 !important;
}

.naga-err-all-login {
  width: 300px !important;
  color: yellow !important;
  font-weight: bold;
  position: absolute;
  left: 95px;
  top: -3px;
  white-space: nowrap;
}

.service-title {
  font-size: 25px;
  padding: 30px 0px 0px 0px;
}

.service-content {
  width: 100%;
  height: 473px;
  background-image: url('img/login/service-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
}

.service-content .button {
  background-color: transparent;
  outline: 0;
  max-width: 100%;
  width: auto;
  display: block;
  margin: 120px auto;
  border: none;
  -webkit-transition: -webkit-transform .23s ease-out;
  transition: -webkit-transform .23s ease-out;
  transition: transform .23s ease-out;
  transition: transform .23s ease-out, -webkit-transform .23s ease-out;
  display: block;
  position: relative;
}

.clog-page-frm {
  max-width: 100% !important;
}

.button-naga {
  position: relative;
  background-color: transparent;
  border: none;
  outline: 0;
}

.button-naga:hover {
  filter: brightness(1.4);
}

::placeholder {
  color: white;
  z-index: 1;
}

.clog-page-adv .buttons {
  padding: 10px 0;
}

input[name="Username"]::placeholder,
input[name="DisplayName"]::placeholder,
input[name="Password"]::placeholder {
  color: #ff99eb;
}

.clog-page-frm-register .field input[type=password],
.clog-page-frm-register .field input[type=text] {
  margin-left: 25px;
  padding: 4px 50px 4px 27px;
}

.ohyea__form-field {
  margin: 0px;
  padding-left: 36px;
}

.text-naga {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.text-header-register {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  position: absolute;
  top: 31px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-image: linear-gradient(#ffef81 37%, #ff8400 64%, #ffef81 79%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text-yellow {
  content: "";
  background-image: linear-gradient(to top, #ffcf8b 0%, #ffffff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #923802;
  -webkit-background-clip: text;
  font-family: "robotoBold";
}

.text-blue {
  content: "";
  background: linear-gradient(to top, #abd8ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.2px #002770;
  -webkit-text-fill-color: transparent;
  font-family: "robotoBold";
}

.text-red {
  content: "";
  background: linear-gradient(to top, #ff9391 0%, #ffffff 100%);
  -webkit-text-stroke: 1.2px #923802;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "robotoBold";
}

.text-green {
  content: "";
  background: linear-gradient(to top, #8bff9f 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.2px #063b02;
  -webkit-text-fill-color: transparent;
  top: 48%;
  font-family: "robotoBoldCondensed";

}

.text-violet {
  content: "";
  background: linear-gradient(to top, #e4b0ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.2px #57007f;
  -webkit-text-fill-color: transparent;
  top: 48%;
  font-family: "robotoBoldCondensed";
}

.naga-btn-gr-fb {
  left: 31px;
  top: 10px;
}

.naga-btn-gr-playnow {
  right: 11px;
  top: 10px;
}

.loading-in-button {
  top: 48%;
  left: 63px;
}

.loading-login-pst-km{
  left: 65px !important;
}

.loading-login-pst-ph{
  left: 77px !important;
}

.loading-login-pst-my{
  left: 75px !important;
}

.service-chat {
  font-size: 28px;
  text-shadow: 1px 0 #f1db78, -1px 0 #f1db78, 0 1px #f1db78, 0 -1px #f1db78;
  color: black;
  font-family: 'robotoMedium';
  position: absolute;
  left: 296px;
  top: 15px;
}

.service-fanpage {
  font-size: 28px;
  text-shadow: 1px 0 #f1db78, -1px 0 #f1db78, 0 1px #f1db78, 0 -1px #f1db78;
  color: black;
  font-family: 'robotoMedium';
  position: absolute;
  left: 296px;
  top: 15px;
}

#btnPlaynowLogin:disabled .loading-in-button,
#btnPlaynowMain:disabled .loading-in-button,
#btnLoginOnRegisterPopup:disabled .loading-in-button {
  display: inline-block;
}

.loading-in-button-icon span {
  border: 5px solid #8f1414;
  border-top-color: transparent;
}

.clog-page-langs .list {
  overflow: unset;
}

.naga-txt-lang {
  font-size: 23.27px;
  font-family: 'utmHelve';
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
  border-radius: 19px;
}

@media only screen and (max-width: 843px) {
  .ohyea__modal#ohyea_full .modal-dialog {
      min-height: 0;
  }
}

.cus-tlg-contain,
.cus-tlg-contain-item {
  box-shadow: rgb(0 0 0 / 10%) 0 12px 24px 0;
  border-radius: 18px;
  transition: opacity .3s, margin .3s, visibility .3s;
  background-color: #fff;
  transform: translate3d(0, 0, 0)
}

@media only screen and (max-width:843px) {
  .ohyea__modal#ohyea_full .modal-dialog {
      min-height: 0
  }
}

.cus-tlg-contain {
  display: flex;
  flex-direction: column;
  width: 360px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 126px;
  position: fixed;
  bottom: 0;
  right: -16px;
  left: auto;
  z-index: 2
}

.cus-tlg-scale {
  margin-right: 410px
}

.cus-tlg-contain-item {
  display: none;
  flex-direction: column;
  width: 100%;
  overflow: hidden
}

.cus-tlg-header {
  background: #197bff;
  color: #111;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px
}

.cus-tlg-body {
  padding: 20px;
  background-color: #f5f5f5;
  position: relative;
  overflow: auto;
  max-height: 360px;
  z-index: 5
}

.cus-tlg-main-btn,
.cus-tlg-x-btn {
  -webkit-box-pack: center;
  position: absolute
}

.cus-tlg-x-btn {
  border-radius: 100%;
  background-color: #ddd;
  padding: 12px;
  right: 12px;
  top: 9px;
  height: 5px;
  width: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000 !important;
  text-decoration: none
}

.cus-tlg-main-btn {
  height: 71px;
  width: 71px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: 0;
  background: url("/assets/imgs/iconstlgram.png") 0 0/100% 100% no-repeat;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  right: 50px;
  bottom: -98px;
  overflow: auto
}

.cus-tlg-main-btn-scale {
  right: -335px
}

.cus-tlg-title {
  text-decoration: none;
  padding: 10px;
  color: #111;
  font-weight: 700;
  font-size: 13px
}

.cus-tlg-chat {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transition: .3s;
  transform-origin: center top;
  box-shadow: rgb(0 0 0 / 13%) 0 1px .5px;
  margin: auto auto 20px;
  max-width: calc(100% - 66px)
}

.cus-tlg-footer {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  appearance: none
}

.cus-tlg-footer-link,
.cus-tlg-header-link {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: #fff
}

.cus-tlg-show {
  display: flex
}

.cus-tlg-header-link {
  font-size: 25px
}

.sprite-header {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/header/header-L7.png");
}

.popupmain-coin {
  width: 51px;
  height: 51px;
  background-position: -585px -69px
}

.b-ic-eve {
  margin-top: -2px;
  background-position: -471px -63px
}

.bg-center-h {
  width: 581px;
  height: 59px;
  background-position: -2px -2px
}

.btn-center {
  width: 173px;
  height: 65px;
  background-position: -585px -2px
}

.h-coin {
  width: 45px;
  height: 49px;
  background-position: -638px -69px
}

.h-icon-bg {
  vertical-align: middle;
  width: 62px;
  height: 63px;
  background-position: -151px -63px;
  z-index: 1;
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
}

.h-mail {
  width: 62px;
  height: 63px;
  background-position: -279px -63px;
  margin-left: -2px;
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
}

.h-setting {
  width: 62px;
  height: 63px;
  background-position: -343px -63px;
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
  margin-left: -9px;
}

.h-ios {
  width: 72px;
  height: 73px;
  background-position: -834px -2px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  left: -12px;
  top: -5px;
  position: absolute;
}

.h-android {
  width: 72px;
  height: 73px;
  background-position: -760px -2px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  left: -9px;
  top: -5px;
  position: absolute;
}

.item .h-android {
  -webkit-transform: scale(0.65) !important;
  -ms-transform: scale(0.65) !important;
  transform: scale(0.65) !important;
  left: 4px;
  position: absolute;
}

.flag-en {
  width: 42px;
  height: 40px;
  background-position: -685px -69px;
  position: absolute;
}

.flag-km {
  width: 42px;
  height: 40px;
  background-position: -729px -77px;
  position: absolute;
}

.flag-my {
  width: 42px;
  height: 40px;
  background-position: -773px -77px;
  position: absolute;
}

.flag-th {
  width: 42px;
  height: 40px;
  background-position: -817px -77px;
  position: absolute;
}

.flag-ph {
  width: 83px;
  height: 59px;
  background-position: -2px -63px;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  left: -3px;
}

.item-flag-ph {
  width: 83px !important;
  height: 59px !important;
  position: absolute;
  background-position: -2px -63px;
  -webkit-transform: scale(0.5) !important;
  -ms-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
  top: 0px !important;
  left: -11px !important;
}



.header-download-logo {
  width: 200px;
  height: 200px;
  background-position: -35px -77px;
  -webkit-transform: scale(0.23);
  -ms-transform: scale(0.23);
  transform: scale(0.23);
  left: -60px;
  position: absolute;
}

.sprite-footer {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/footer/footer-L7.png");
}

.b-ic-chat {
  width: 72px;
  height: 71px;
  background-position: -413px -176px
}

.b-ic-eve-calendar {
  background-position: -721px -160px
}

.b-ic-shop {
  width: 140px;
  height: 157px;
  background-position: -643px -1px
}

.b-ic-sp {
  width: 61px;
  height: 61px;
  background-position: -1030px -106px
}

.b-ic-transfer {
  width: 77px;
  height: 46px;
  background-position: -785px -106px
}

.bg-bottom-frice {
  width: 88px;
  height: 57px;
  background-position: -1061px -169px
}

.b-ic-tut {
  width: 55px;
  height: 68px;
  background-position: -885px -106px;
  -webkit-transform: translateX(-50%) scale(0.85) !important;
  -ms-transform: translateX(-50%) scale(0.85) !important;
  transform: translateX(-50%) scale(0.85) !important;
  top: -8px !important;
}

.b-ic-forum {
  width: 72px;
  height: 71px;
  background-position: -487px -176px;
  -webkit-transform: translateX(-50%) scale(0.85) !important;
  -ms-transform: translateX(-50%) scale(0.85) !important;
  transform: translateX(-50%) scale(0.85) !important;
  top: -8px !important;
}

.b-ic-guild {
  width: 72px;
  height: 71px;
  background-position: -561px -176px;
  -webkit-transform: translateX(-50%) scale(0.85) !important;
  -ms-transform: translateX(-50%) scale(0.85) !important;
  transform: translateX(-50%) scale(0.85) !important;
  top: -3px !important;
}

.b-ic-jack {
  width: 65px;
  height: 60px;
  background-position: -1093px -106px;
  -webkit-transform: translateX(-50%) scale(0.95) !important;
  -ms-transform: translateX(-50%) scale(0.95) !important;
  transform: translateX(-50%) scale(0.95) !important;
}

.bg-ic-circle {
  width: 84px;
  height: 69px;
  background-position: -635px -176px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  left: -2px;
  top: -2px;
}

.bg-ic-ribbon {
  width: 84px;
  height: 69px;
  background-position: -799px -154px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  left: -2px;
  top: -2px;
}

.board-eve {
  background-position: -799px -1px
}

.sprite-ic-new {
  background-image: url("img/sprite-sheet/room/room-L7.png");
  position: absolute;
  background-position: -1459px -314px;
  width: 99px;
  height: 91px;
  left: 10px;
  top: 9px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.rib-ic-new {
  background-image: url("img/sprite-sheet/room/new_ic.png");
  width: 100px;
  height: 93px;
  position: absolute;
  top: -14px;
  left: -20px;
  background-repeat: no-repeat;
}

.rib-ic-hot {
  background-image: url("img/sprite-sheet/room/hot_ic.png");
  width: 100px;
  height: 93px;
  position: absolute;
  top: -12px;
  left: -18px;
  background-repeat: no-repeat;
}

.h-coin-jack {
  width: 45px;
  height: 49px;
  background-position: -638px -69px;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  left: -10px;
  top: -13px;
}

.sprite-prof-ic {
  -webkit-transform: scale(0.27);
  -ms-transform: scale(0.27);
  transform: scale(0.27);
  position: absolute;
  left: -14px;
  top: 11px;
}

.sprite-live777-login {
  background-image: url("/Content/distv2/img/sprite-sheet/popup/login-popup-L7/login-popup-L7.png");
}

.back-btn {
  background-repeat: initial !important;
  background-size: initial !important;
  width: 18px;
  height: 27px;
  background-position: -1819px -2px
}

.login-btn-close-register {
  background-repeat: initial !important;
  background-size: initial !important;
  width: 51px !important;
  height: 51px !important;
  background-position: -1530px -612px !important
}

.btn-create-en {
  width: 538px;
  height: 99px;
  background-position: -2px -74px
}

.btn-create-fil {
  width: 538px;
  height: 99px;
  background-position: -2px -176px
}

.btn-create-km {
  width: 538px;
  height: 99px;
  background-position: -543px -74px
}

.btn-create-my {
  width: 538px;
  height: 99px;
  background-position: -2px -278px
}

.btn-create-ph {
  width: 538px;
  height: 99px;
  background-position: -2px -176px
}

.btn-create-th {
  width: 538px;
  height: 99px;
  background-position: -2px -74px
}

.btn-create-vi {
  width: 538px;
  height: 99px;
  background-position: -2px -74px
}

.btn-create-zh {
  width: 538px;
  height: 99px;
  background-position: -2px -74px
}

.btn-fb-dai {
  width: 537px;
  height: 97px;
  background-position: -542px -380px
}

.btn-green-en {
  width: 531px;
  height: 97px;
  background-position: -2px -584px
}

.btn-green-fil {
  width: 531px;
  height: 97px;
  background-position: -542px -480px
}

.btn-green-km {
  width: 531px;
  height: 97px;
  background-position: -2px -684px
}

.btn-green-my {
  width: 531px;
  height: 97px;
  background-position: -1285px -2px
}

.btn-green-ph {
  width: 531px;
  height: 97px;
  background-position: -542px -480px
}

.btn-green-th {
  width: 531px;
  height: 97px;
  background-position: -2px -584px
}

.btn-green-vi {
  width: 531px;
  height: 97px;
  background-position: -542px -580px
}

.btn-green-zh {
  width: 531px;
  height: 97px;
  background-position: -2px -584px
}

.btn-login-en {
  width: 166px;
  height: 150px;
  background-position: -1487px -696px
}

.btn-login-fil {
  width: 186px;
  height: 150px;
  background-position: -1084px -74px
}

.btn-login-km {
  width: 166px;
  height: 150px;
  background-position: -1656px -694px
}

.btn-login-my {
  width: 186px;
  height: 150px;
  background-position: -1104px -646px
}

.btn-login-ph {
  width: 186px;
  height: 150px;
  background-position: -1084px -74px
}

.btn-login-th {
  width: 166px;
  height: 150px;
  background-position: -1487px -696px
}

.btn-login-vi {
  width: 166px;
  height: 150px;
  background-position: -1487px -696px
}

.btn-login-zh {
  width: 166px;
  height: 150px;
  background-position: -1487px -696px
}

.btn-playfb-en {
  width: 281px;
  height: 97px;
  background-position: -536px -680px
}

.btn-playfb-fil {
  width: 281px;
  height: 97px;
  background-position: -536px -680px
}

.btn-playfb-km {
  width: 281px;
  height: 97px;
  background-position: -820px -680px
}

.btn-playfb-my {
  width: 281px;
  height: 97px;
  background-position: -1273px -102px
}

.btn-playfb-ph {
  width: 281px;
  height: 97px;
  background-position: -536px -680px
}

.btn-playfb-th {
  width: 281px;
  height: 97px;
  background-position: -1557px -102px
}

.btn-playfb-vi {
  width: 281px;
  height: 97px;
  background-position: -536px -680px
}

.btn-playfb-zh {
  width: 281px;
  height: 97px;
  background-position: -536px -680px
}

.btn-playnow-en {
  width: 537px;
  height: 99px;
  background-position: -543px -176px
}

.btn-playnow-fil {
  width: 537px;
  height: 99px;
  background-position: -2px -380px
}

.btn-playnow-km {
  width: 537px;
  height: 99px;
  background-position: -543px -278px
}

.btn-playnow-my {
  width: 537px;
  height: 99px;
  background-position: -2px -482px
}

.btn-playnow-ph {
  width: 537px;
  height: 99px;
  background-position: -2px -380px
}

.btn-playnow-th {
  width: 537px;
  height: 99px;
  background-position: -543px -176px
}

.btn-playnow-vi {
  width: 537px;
  height: 99px;
  background-position: -543px -176px
}

.btn-playnow-zh {
  width: 537px;
  height: 99px;
  background-position: -543px -176px
}

.btn-register-playnow-en {
  width: 251px;
  height: 99px;
  background-position: -1314px -202px
}

.btn-register-playnow-fil {
  width: 251px;
  height: 99px;
  background-position: -1314px -304px
}

.btn-register-playnow-km {
  width: 251px;
  height: 99px;
  background-position: -1568px -202px
}

.btn-register-playnow-my {
  width: 251px;
  height: 99px;
  background-position: -1568px -304px
}

.btn-register-playnow-ph {
  width: 251px;
  height: 99px;
  background-position: -1314px -304px
}

.btn-register-playnow-th {
  width: 251px;
  height: 99px;
  background-position: -1314px -202px
}

.btn-register-playnow-vi {
  width: 251px;
  height: 99px;
  background-position: -1314px -202px
}

.btn-register-playnow-zh {
  width: 251px;
  height: 99px;
  background-position: -1314px -202px
}

.btn-service-en {
  width: 191px;
  height: 83px;
  background-position: -1082px -458px
}

.btn-service-fil {
  width: 191px;
  height: 83px;
  background-position: -1330px -610px
}

.btn-service-km {
  width: 191px;
  height: 83px;
  background-position: -1293px -696px
}

.btn-service-my {
  width: 191px;
  height: 83px;
  background-position: -1584px -608px
}

.btn-service-ph {
  width: 191px;
  height: 83px;
  background-position: -1330px -610px
}

.btn-service-th {
  width: 191px;
  height: 83px;
  background-position: -1082px -458px
}

.btn-service-vi {
  width: 191px;
  height: 83px;
  background-position: -1082px -458px
}

.btn-service-zh {
  width: 191px;
  height: 83px;
  background-position: -1082px -458px
}

.btn-small-fb {
  width: 250px;
  height: 97px;
  background-position: -1584px -508px
}

.btn-submit-en {
  width: 251px;
  height: 99px;
  background-position: -1314px -406px
}

.btn-submit-fil {
  width: 251px;
  height: 99px;
  background-position: -1568px -406px
}

.btn-submit-km {
  width: 251px;
  height: 99px;
  background-position: -1076px -544px
}

.btn-submit-my {
  width: 251px;
  height: 99px;
  background-position: -1330px -508px
}

.btn-submit-ph {
  width: 251px;
  height: 99px;
  background-position: -1568px -406px
}

.btn-submit-th {
  width: 251px;
  height: 99px;
  background-position: -1314px -406px
}

.btn-submit-vi {
  width: 251px;
  height: 99px;
  background-position: -1314px -406px
}

.btn-submit-zh {
  width: 251px;
  height: 99px;
  background-position: -1314px -406px
}

.chat-service1 {
  width: 380px;
  height: 71px;
  background-position: -2px -784px
}

.login-en {
  width: 50px;
  height: 49px;
  background-position: -929px -780px
}

.login-fil {
  width: 51px;
  height: 52px;
  background-position: -1778px -608px
}

.header-regis {
  background-image: linear-gradient(180deg, #482d0f 0%, rgba(96, 0, 0, 1) 100%);
}

.ic-coin {
  width: 35px;
  height: 35px;
  background-position: -1276px -458px
}

.key {
  width: 45px;
  height: 49px;
  background-position: -1293px -782px
}

.login-km {
  width: 51px;
  height: 52px;
  background-position: -768px -780px
}

.live7-vip-service {
  width: 380px;
  height: 71px;
  background-position: -385px -784px
}

.live777-logo {
  width: 228px;
  height: 228px;
  background-position: -1083px -227px
}

.login-my {
  width: 51px;
  height: 50px;
  background-position: -822px -780px
}

.login-ph {
  width: 51px;
  height: 52px;
  background-position: -1778px -608px
}

.login-th {
  width: 50px;
  height: 49px;
  background-position: -982px -780px
}

.user {
  width: 40px;
  height: 41px;
  background-position: -1341px -782px
}

.login-vi {
  width: 50px;
  height: 50px;
  background-position: -876px -780px
}

.login-zh {
  width: 50px;
  height: 49px;
  background-position: -1035px -780px
}


.ohyea__modal_close {
  background-image: url("/Content/distv2/img/sprite-sheet/popup/login-popup-L7/login-popup-L7.png");
  background-position: -1525px -610px !important;
  background-color: transparent;
  width: 56px !important;
  height: 56px !important;
}


.sprite-live777-popupmain {
  background-image: url("/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png");
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
}


.sprite-vip-0 {
  width: 82px;
  height: 76px;
  background-position: -339px -274px;
  left: -14px;
  top: 11px;
}

.sprite-vip-1 {
  width: 89px;
  height: 79px;
  background-position: -753px -253px;
  left: -17px;
  top: 11px;
}

.sprite-vip-2 {
  width: 97px;
  height: 79px;
  background-position: -781px -441px;
  left: -22px;
  top: 11px;
}

.sprite-vip-3 {
  width: 96px;
  height: 88px;
  background-position: -666px -129px;
  left: -22px;
  top: 5px;
}

.sprite-vip-4 {
  width: 96px;
  height: 87px;
  background-position: -764px -129px;
  left: -22px;
  top: 5px;
}

.sprite-vip-5 {
  width: 108px;
  height: 92px;
  background-position: -377px -352px;
  left: -26px;
  top: 3px;
}

.sprite-vip-6 {
  width: 108px;
  height: 92px;
  background-position: -451px -446px;
  left: -26px;
  top: 3px;
}

.sprite-vip-7 {
  width: 108px;
  height: 92px;
  background-position: -487px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-8 {
  width: 108px;
  height: 92px;
  background-position: -533px -253px;
  left: -26px;
  top: 3px;
}

.sprite-vip-9 {
  width: 108px;
  height: 92px;
  background-position: -561px -441px;
  left: -26px;
  top: 3px;
}

.sprite-vip-10 {
  width: 108px;
  height: 92px;
  background-position: -597px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-11 {
  width: 108px;
  height: 92px;
  background-position: -643px -253px;
  left: -26px;
  top: 3px;
}

.sprite-vip-12 {
  width: 108px;
  height: 92px;
  background-position: -671px -441px;
  left: -26px;
  top: 3px;
}

.sprite-vip-13 {
  width: 108px;
  height: 92px;
  background-position: -707px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-14 {
  width: 108px;
  height: 92px;
  background-position: -423px -253px;
  left: -26px;
  top: 3px;
}


.bg-light {
  width: 115px;
  height: 113px;
  background-position: -549px -105px
}

.bg-overlay-vip {
  width: 240px;
  height: 239px;
  background-position: -1px -354px
}

.bg-shop-item-detail {
  width: 32px;
  height: 275px;
  background-position: -1px -77px
}

.bgItemMenu {
  width: 147px;
  height: 85px;
  background-position: -862px -129px
}

.bgItemRank {
  width: 130px;
  height: 140px;
  background-position: -417px -77px
}

.bgPopupHeader {
  width: 1012px;
  height: 74px;
  background-position: -1px -1px
}

.popupmain-bgShape {
  width: 302px;
  height: 72px;
  background-position: -35px -279px;
  background-size: initial !important;
}

.popupmain-btnBlue {
  background-repeat: initial !important;
  background-size: initial !important;
  width: 159px;
  height: 50px;
  background-position: -810px -77px
}

.btnCircleYellow {
  width: 215px;
  height: 63px;
  background-position: -665px -535px
}

.btnGreen {
  width: 159px;
  height: 50px;
  background-position: -504px -540px
}

.popupmain-btnToggle {
  background-repeat: initial !important;
  width: 50px;
  height: 50px;
  background-position: -950px -450px
}

.popupmain-btnYellow {
  background-repeat: initial !important;
  background-size: initial !important;
  width: 159px;
  background-position: -844px -253px;
  white-space: nowrap
}

.btnYellowSmall {
  width: 145px;
  height: 60px;
  background-position: -844px -305px
}

.popupmain-close {
  background-size: initial !important;
  width: 51px;
  height: 51px;
  background-position: -325px -221px;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  margin-top: -12px;
  margin-right: -6px
}

.game-slide-arrow {
  width: 37px;
  height: 75px;
  background-position: -880px -439px
}

/* .h-icon-bg {width:62px; height:63px; background-position: -882px -516px} */
.icon-minus {
  width: 23px;
  height: 26px;
  background-position: -980px -77px
}

.icon-plus {
  width: 23px;
  height: 26px;
  background-position: -980px -216px
}

.iconstlgram {
  width: 96px;
  height: 96px;
  background-position: -243px -483px
}

.live777-logo-icon-download {
  width: 200px;
  height: 200px;
  background-position: -35px -77px
}

.modal_title_bg_aft {
  width: 42px;
  height: 56px;
  background-position: -237px -221px
}

.modal_title_bg_bef {
  width: 42px;
  height: 56px;
  background-position: -281px -221px
}

.progressbar {
  width: 600px;
  height: 30px;
  background-position: -378px -221px
}

.sprite-vip-0 {
  width: 82px;
  height: 76px;
  background-position: -339px -274px;
  left: -14px;
  top: 11px;
}

.sprite-vip-1 {
  width: 89px;
  height: 79px;
  background-position: -753px -253px;
  left: -17px;
  top: 11px;
}

.sprite-vip-2 {
  width: 97px;
  height: 79px;
  background-position: -781px -441px;
  left: -22px;
  top: 11px;
}

.sprite-vip-3 {
  width: 96px;
  height: 88px;
  background-position: -666px -129px;
  left: -22px;
  top: 5px;
}

.sprite-vip-4 {
  width: 96px;
  height: 87px;
  background-position: -764px -129px;
  left: -22px;
  top: 5px;
}

.sprite-vip-5 {
  width: 108px;
  height: 92px;
  background-position: -377px -352px;
  left: -26px;
  top: 3px;
}

.sprite-vip-6 {
  width: 108px;
  height: 92px;
  background-position: -451px -446px;
  left: -26px;
  top: 3px;
}

.sprite-vip-7 {
  width: 108px;
  height: 92px;
  background-position: -487px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-8 {
  width: 108px;
  height: 92px;
  background-position: -533px -253px;
  left: -26px;
  top: 3px;
}

.sprite-vip-9 {
  width: 108px;
  height: 92px;
  background-position: -561px -441px;
  left: -26px;
  top: 3px;
}

.sprite-vip-10 {
  width: 108px;
  height: 92px;
  background-position: -597px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-11 {
  width: 108px;
  height: 92px;
  background-position: -643px -253px;
  left: -26px;
  top: 3px;
}

.sprite-vip-12 {
  width: 108px;
  height: 92px;
  background-position: -671px -441px;
  left: -26px;
  top: 3px;
}

.sprite-vip-13 {
  width: 108px;
  height: 92px;
  background-position: -707px -347px;
  left: -26px;
  top: 3px;
}

.sprite-vip-14 {
  width: 108px;
  height: 92px;
  background-position: -423px -253px;
  left: -26px;
  top: 3px;
}

.popupmain-star {
  width: 51px;
  height: 51px;
  background-position: -451px -540px
}

.star-plas {
  width: 132px;
  height: 128px;
  background-position: -243px -353px
}

.t-icon-bell {
  width: 36px;
  height: 35px;
  background-position: -377px -446px
}

.popupmain-top-1 {
  width: 64px;
  height: 70px;
  background-position: -817px -367px;
  background-size: initial !important;
}

.popupmain-top-2 {
  width: 64px;
  height: 70px;
  background-position: -883px -367px;
  background-size: initial !important;
}

.popupmain-top-3 {
  width: 64px;
  height: 70px;
  background-position: -949px -367px;
  background-size: initial !important;
}

.vipBar {
  width: 259px;
  height: 26px;
  background-position: -549px -77px
}

.vipClup {
  width: 178px;
  height: 142px;
  background-position: -237px -77px
}


.lb-menu-header .inner .item.active:before {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -862px -129px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.profile .common .group-info .lb-panel-body .list .inner .item .progressbar .progressed {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -378px -221px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common .rank-info .rank-progressbar .progressbar .progressed {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -549px -77px;
  height: 26px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .common>.icon .icon-vip-club {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -237px -77px;
  background-size: initial !important;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item.item-rank .overlay {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -243px -353px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .item:before {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -417px -77px;
  background-repeat: initial !important;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-next,
.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-pre {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -880px -439px;
  background-size: initial !important;
  background-repeat: initial !important;
  width: 37px;
  height: 75px;
  -webkit-transform: translateY(-50%) scale(.65);
  -ms-transform: translateY(-50%) scale(.65);
  transform: translateY(-50%) scale(.65);
  margin-left: -4px;
}

.lb-modal-info .lb-modal-body .lb-menu-body>.content>.vip .detail .list-rank .button-next {
  -webkit-transform: translateY(-50%) rotateY(180deg) scale(0.65) translate3d(0, 0, 10px);
  -ms-transform: translateY(-50%) rotateY(180deg) scale(0.65) translate3d(0, 0, 10px);
  transform: translateY(-50%) rotateY(180deg) scale(0.65) translate3d(0, 0, 10px);
  margin-right: -7px;
}

.lb-modal-close:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.cus-tlg-main-btn {
  background: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -243px -483px;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  margin-right: 7px;
  margin-bottom: 7px;
}


.ohyea__modal_header>.ohyea__modal_title:after {
  background: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -237px -221px;
  transform: scaleY(0.83);
  -webkit-transform: scaleY(0.83);
  -ms-transform: scaleY(0.83);
  width: 42px;
  height: 56px;
  top: -5px;
  right: -42px;
}

.ohyea__modal_header>.ohyea__modal_title:before {
  background: url('/Content/distv2/img/sprite-sheet/popup/main-popup-L7/main-popup-L7.png');
  background-position: -281px -221px;
  transform: scaleY(0.83);
  width: 42px;
  height: 56px;
  top: -5px;
  left: -42px;
}

.profileuser-vip-0 {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -10px;
  left: -9px;
}

.profileuser-vip-1 {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -10px;
  left: -13px;
}

.profileuser-vip-2 {
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
  position: absolute;
  top: -10px;
  left: -17px;
}

.profileuser-vip-3,
.profileuser-vip-4 {
  -webkit-transform: scale(0.54);
  -ms-transform: scale(0.54);
  transform: scale(0.54);
  position: absolute;
  top: -15px;
  left: -16px;
}

.profileuser-vip-5,
.profileuser-vip-6,
.profileuser-vip-7,
.profileuser-vip-8,
.profileuser-vip-9,
.profileuser-vip-10,
.profileuser-vip-11,
.profileuser-vip-12,
.profileuser-vip-13,
.profileuser-vip-14 {
  -webkit-transform: scale(0.54);
  -ms-transform: scale(0.54);
  transform: scale(0.54);
  position: absolute;
  top: -18px;
  left: -20px;
}

.vipJackpot-0 {
  position: absolute;
  -webkit-transform: scale(0.53);
  -ms-transform: scale(0.53);
  transform: scale(0.53);
  top: -11px;
  left: 3px;
}

.vipJackpot-1 {
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: -13px;
  left: 0px;
}

.vipJackpot-2 {
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: -13px;
  left: -5px;
}

.vipJackpot-3 {
  position: absolute;
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  top: -17px;
  left: -4px;
}

.vipJackpot-4 {
  position: absolute;
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  top: -16px;
  left: -4px;
}

.vipJackpot-5,
.vipJackpot-6,
.vipJackpot-7,
.vipJackpot-8,
.vipJackpot-9,
.vipJackpot-10,
.vipJackpot-11,
.vipJackpot-12,
.vipJackpot-13,
.vipJackpot-14 {
  position: absolute;
  -webkit-transform: scale(0.44);
  -ms-transform: scale(0.44);
  transform: scale(0.44);
  top: -19px;
  left: -10px;
}

.vipIconTopWin-0 {
  -webkit-transform: scale(0.53);
  -ms-transform: scale(0.53);
  transform: scale(0.53);
  position: absolute;
  top: 83px;
  left: 10px;
}

.vipIconTopWin-1 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: 82px;
  left: 8px;
}

.vipIconTopWin-2 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  top: 82px;
  left: 6px;
}

.vipIconTopWin-3 {
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  position: absolute;
  top: 77px;
  left: 4px;
}

.vipIconTopWin-4 {
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  position: absolute;
  top: 78px;
  left: 4px;
}

.vipIconTopWin-5,
.vipIconTopWin-6,
.vipIconTopWin-7,
.vipIconTopWin-8,
.vipIconTopWin-9,
.vipIconTopWin-10,
.vipIconTopWin-11,
.vipIconTopWin-12,
.vipIconTopWin-13,
.vipIconTopWin-14 {
  -webkit-transform: scale(0.43);
  -ms-transform: scale(0.43);
  transform: scale(0.43);
  position: absolute;
  top: 75px;
  left: 0px;
}

.IconVipToDay-0 {
  position: absolute;
  -webkit-transform: scale(0.53);
  -ms-transform: scale(0.53);
  transform: scale(0.53);
  top: -13px;
  left: -2px;
}

.IconVipToDay-1 {
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: -15px;
  left: -6px;
}

.IconVipToDay-2 {
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  top: -15px;
  left: -9px;
}

.IconVipToDay-3 {
  position: absolute;
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  top: -19px;
  left: -9px;
}

.IconVipToDay-4 {
  position: absolute;
  -webkit-transform: scale(0.46);
  -ms-transform: scale(0.46);
  transform: scale(0.46);
  top: -18px;
  left: -9px;
}


.IconVipToDay-5,
.IconVipToDay-6,
.IconVipToDay-7,
.IconVipToDay-8,
.IconVipToDay-9,
.IconVipToDay-10,
.IconVipToDay-11,
.IconVipToDay-12,
.IconVipToDay-13,
.IconVipToDay-14 {
  position: absolute;
  -webkit-transform: scale(0.44);
  -ms-transform: scale(0.44);
  transform: scale(0.44);
  top: -21px;
  left: -14px;
}

.sprite-live777-popupevent {
  background-image: url(/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png);
}

.popup-close-button {
  width: 50px;
  height: 50px;
  background-position: -277px -2px
}

.popup-date-seperate-bg {
  width: 2px;
  height: 61px;
  background-position: -277px -97px
}

.popup-event-bg-arrow-green {
  width: 10px;
  height: 39px;
  background-position: -277px -55px
}

.popup-event-bg-arrow-grey {
  width: 10px;
  height: 39px;
  background-position: -290px -55px
}

.popup-event-bg-arrow-orange {
  width: 10px;
  height: 39px;
  background-position: -303px -55px
}

.event-bg-line-green {
  width: 1px;
  height: 39px;
  background-position: -316px -55px
}

.popup-event-bg-line-grey {
  width: 1px;
  height: 39px;
  background-position: -320px -55px
}

.popup-event-bg-line-orange {
  width: 1px;
  height: 39px;
  background-position: -324px -55px
}

.popup-event-button-active-bg {
  width: 272px;
  height: 76px;
  background-position: -2px -2px
}

.popup-event-button-bg {
  width: 272px;
  height: 76px;
  background-position: -2px -81px
}

/* deposit tanvn */
.sprite-live777-deposit {background-image:url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);}

.back-mail {width:33px; height:30px; background-position: -224px -0px}
.tab_bg {width:1416px; height:104px; background-position: -0px -141px}
.btnBlue {width:159px; height:50px; background-position: -704px -0px}
.btnBlue-L {width:250px; height:50px; background-position: -1063px -0px}
.btnBlue-md {width:200px; height:50px; background-position: -863px -0px}
.btnGreen {width:159px; height:50px; background-position: -0px -50px}
.btnGreen-L {width:250px; height:50px; background-position: -454px -0px}
.btnGreen-medium {width:200px; height:50px; background-position: -1313px -0px}
.multi-coin {width:64px; height:64px; background-position: -221px -50px}
.h-bonus {width:62px; height:63px; background-position: -159px -50px;transform: scale(0.87);-webkit-transform: scale(0.87);-ms-transform: scale(0.87);position: absolute;top: -2px;left: 1px;}
.deposit-binance {width:123px!important; height:82px!important; background-position: -900px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-gcash {width:123px!important; height:81px!important; background-position: -285px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-paypal {width:123px!important; height:82px!important; background-position:-1146px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-pipay {width:123px!important; height:82px!important; background-position: -654px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-aba {width:123px!important; height:82px!important; background-position: -777px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-wave {width:123px!important; height:82px!important; background-position: -408px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.deposit-wingtowing {width:123px!important; height:82px!important; background-position: -1023px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
.wing_topup {width:123px!important; height:82px!important; background-position: -531px -50px;transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}

.btn_back {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 3px;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.ohyea__panel-back{
  background: url(/Content/distv2/img/sprite-sheet/popup/deposit-popup-L7/deposit-popup-L7.png);
  background-position: -224px -0px;
  width:33px; height:30px;
  background-size: initial !important;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  top: 5px;
  left: 4px;
}


.lb-modal-deposit .lb-modal-body .lb-menu-body>.content>.deposit>.list-bank>.inner>.item {
  margin-bottom: 3px;
}

.IconVipInfor-0 {
  margin-top: 10px;
  transform: scale(1.1);
}

.IconVipInfor-1 {
  margin-top: 13px;
  transform: scaleY(1.118) scaleX(1.06);
}

.IconVipInfor-2 {
  margin-top: 12px;
}

.IconVipInfor-3,
.IconVipInfor-4 {
  margin-top: 5px;
}

.IconVipInfor-5,
.IconVipInfor-6,
.IconVipInfor-7,
.IconVipInfor-8,
.IconVipInfor-9,
.IconVipInfor-10,
.IconVipInfor-11,
.IconVipInfor-12,
.IconVipInfor-13,
.IconVipInfor-14 {
  margin-top: 2px;
  margin-left: 6px;
}

/* Begin Effect */
@-webkit-keyframes anim-star {
  0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }

  25% {
      opacity: 1;
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5)
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }

  75% {
      opacity: 1;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5)
  }

  to {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
      opacity: 0
  }
}

@keyframes anim-star {
  0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
      transform: translateY(0px)
  }

  25% {
      opacity: 1;
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5)
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }

  75% {
      opacity: 1;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5)
  }

  to {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
      opacity: 0
  }
}

@-webkit-keyframes anim-heart {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-filter: brightness(1);
      filter: brightness(1)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -8px, 0);
      transform: translate3d(0, -8px, 0);
      -webkit-filter: brightness(1);
      filter: brightness(1)
  }

  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1)
  }
}

@keyframes anim-heart {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-filter: brightness(1);
      filter: brightness(1)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -8px, 0);
      transform: translate3d(0, -8px, 0);
      -webkit-filter: brightness(1);
      filter: brightness(1)
  }

  90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1)
  }
}

@-webkit-keyframes anim-box {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: scale(1.1, 1.3);
      transform: scaleY(1.1, 1.3)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: scale(1, 1.2);
      transform: scale(1, 1.2)
  }

  90% {
      -webkit-transform: scale(1, 1.1);
      transform: scale(1, 1.1)
  }
}

@keyframes anim-box {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: scale(1.1, 1.3);
      transform: scaleY(1.1, 1.3)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: scale(1, 1.2);
      transform: scale(1, 1.2)
  }

  90% {
      -webkit-transform: scale(1, 1.1);
      transform: scale(1, 1.1)
  }
}

@-webkit-keyframes anim-bow {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0)
  }
}

@keyframes anim-bow {

  20%,
  53%,
  80%,
  0%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
  }

  90% {
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0)
  }
}

.box-bonus {
  position: absolute;
  bottom: 63px;
  right: 220px;
  width: 92px;
  height: 90px;
  z-index: 3;
  cursor: pointer
}

.box-bonus.type-1 {
  bottom: unset;
  left: unset;
  top: 63px;
  right: 12px
}

.box-bonus .bb-star-1 {
  position: absolute;
  top: 18px;
  left: 0px;
  width: 33px;
  height: 32px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -174px -84px;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation: anim-star 1.5s linear infinite;
  animation: anim-star 1.5s linear infinite
}

.box-bonus .bb-star-2 {
  position: absolute;
  top: 0px;
  right: 12px;
  width: 39px;
  height: 43px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -80px -44px;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation: anim-star 1.5s linear infinite;
  animation: anim-star 1.5s linear infinite
}

.box-bonus .bb-star-3 {
  position: absolute;
  top: 32px;
  right: 0px;
  width: 43px;
  height: 43px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -125px -42px;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation: anim-star 1.5s linear infinite;
  animation: anim-star 1.5s linear infinite
}

.box-bonus .bb-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 49px;
  z-index: 1
}

.box-bonus .bb-body {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 63px
}

.box-bonus .bb-body .bb-box {
  margin: auto;
  width: 76px;
  height: 63px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -2px -53px;
  background-repeat: no-repeat;
  -webkit-animation: anim-box 1s ease-out infinite;
  animation: anim-box 1s ease-out infinite
}

.box-bonus .bb-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92px;
  height: 29px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -80px -87px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.box-bonus .bb-bow {
  margin: auto;
  width: 62px;
  height: 49px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -2px -2px;
  background-repeat: no-repeat;
  -webkit-animation: anim-bow 1s ease-out infinite;
  animation: anim-bow 1s ease-out infinite
}

.box-bonus .bb-heart {
  position: absolute;
  top: 15px;
  left: 35px;
  width: 23px;
  height: 22px;
  background-image: url("img/box-bonus/bonus-bones.png?v=1");
  background-position: -209px -94px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: anim-heart 1s ease-out infinite;
  animation: anim-heart 1s ease-out infinite
}

.box-bonus.in-bottom-lobby {
  top: unset;
  left: unset;
  bottom: 72px;
  right: 324px;
  width: 80px;
  height: 80px;
  z-index: 3
}

.box-bonus.in-bottom-lobby.type-1 {
  top: 76px;
  right: 12px;
  bottom: unset
}

.box-bonus.in-bottom-lobby:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("img/box-bonus/bg-ic-circle.png?v=1");
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  z-index: -1
}

.box-bonus.in-bottom-lobby:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url("img/box-bonus/bg-ic-ribbon.png?v=1");
  background-repeat: no-repeat;
  width: 80px;
  height: 67px;
  background-size: contain
}

.box-bonus.in-bottom-lobby .bb-star-1 {
  top: 0px;
  left: 0px
}

.box-bonus.in-bottom-lobby .bb-star-2 {
  top: -12px;
  right: 12px
}

.box-bonus.in-bottom-lobby .bb-star-3 {
  top: 12px;
  right: 0px
}

.box-bonus.in-bottom-lobby .bb-header {
  position: absolute;
  top: -18px;
  left: -2px;
  width: 100%;
  height: 49px;
  z-index: 1
}

.box-bonus.in-bottom-lobby .bb-header .bb-bow {
  margin: auto;
  width: 62px;
  height: 49px;
  background-size: 250px 122px
}

.box-bonus.in-bottom-lobby .bb-header .bb-heart {
  position: absolute;
  top: 15px;
  left: 30px
}

.box-bonus.in-bottom-lobby .bb-body {
  position: absolute;
  top: 0px;
  left: 0px
}

.box-bonus.in-bottom-lobby .bb-body .bb-box {
  position: absolute;
  top: 4px;
  left: 0px;
  margin: auto;
  background-size: 250px 122px
}

.box-bonus.in-bottom-lobby .bb-footer {
  background: unset;
  bottom: 20px;
  left: 0;
  z-index: 4;
  width: 80px;
  height: auto;
  font-weight: bold;
  font-size: 16px;
  color: #501100;
  text-shadow: 1px 0 #f8e59f, -1px 0 #f8e59f, 0 1px #f8e59f, 0 -1px #f8e59f
}

/* End Effect */

/* Begin Ohyeahpopupenvent */
.ohyea__popup-event {
  max-width: 100%;
  min-width: 320px;
}

.ohyea__popup-event .ohyea__popup-event_dialog {
  min-width: 1010px;
}

.ohyea__popup-event .ohyea__popup-event_content {
  background: transparent !important;
  position: relative;
  border: none;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: unset;
}

.ohyea__popup-event .ohyea__bg--overlay,
.ohyea__popup-event .ohyea__bg--overlay-hozital {
  background: transparent !important;
}

.ohyea__popup-event .ohyea__popup-event_header {
  padding: 0px;
  border: none;
}

.ohyea__popup-event-modal-close {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png') no-repeat scroll transparent;
  background-position: -277px -2px;
  width: 50px;
  height: 50px;
  right: 10px;
  z-index: 6;
  top: -15px;
  outline: none;
  position: absolute;
  border: none;
}

.ohyea__popup-event .popup-event-full-frame {
  background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-full-bg.png');
  width: 980px;
  height: 620px;
  padding: 40px 25px 35px 16px;
  background-repeat: no-repeat;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame {
  height: 545px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-left-frame {
  width: 204px;
  border: 2px solid #67320F;
  float: left;
  padding: 15px 0px;
  overflow: auto;
  overflow-x: hidden;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-right-frame {
  margin-left: 13px;
  width: 722px;
  background-color: #EED6BE;
  float: left;
  padding: 5px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-right-frame .popup-event-frame-group-detail {
  width: 100%;
  position: relative;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-group {
  padding: 10px 0px;
  justify-content: center;
  display: flex;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-group .popup-event-group-link {
  background: url('../images//popup-event-button-bg.png') no-repeat scroll center center #5B6C5D;
  width: 190px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  outline: none;
  background-size: 100% 100%;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-group.active .popup-event-group-link {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png') no-repeat scroll #5B6C5D;
  background-position: -2px -2px;
  text-shadow: 2px 2px 2px #063007, -2px -2px 2px #063007, 2px -2px 2px #063007, -2px 2px 2px #063007;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar {
  height: 61px;
  background-color: #E0A98A;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: flex;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar .popup-event-calendar-date-item {
  width: 102px;
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-date-seperate-bg.png') no-repeat scroll right top transparent;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar .popup-event-calendar-date-item:last-child {
  background: none;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar .popup-event-calendar-date-item.active {
  background-color: #C16E4E;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-full-content {
  height: 462px;
  background-color: #FFE9D2;
  margin-top: 10px;
  padding: 5px 4px 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-content {
  height: 454px;
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-calendar-content-bg.png') repeat scroll left top #FCE0C8;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-active-date {
  height: 100%;
  width: 100%;
  background-image: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-event-current-date-bg.png');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: left top;
  background-color: transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-child-content {
  width: calc(100% + 5px);
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-right-content {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-line-bg-right.png') repeat-y scroll right top transparent;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-bottom-content {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-line-bg-bottom.png') repeat-x scroll right bottom transparent;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-left-content {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-line-bg-left.png') repeat-y scroll left top transparent;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-top-content {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-line-bg-top.png') repeat-x scroll left top transparent;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-full {
  position: absolute;
  /*z-index: 1;*/
  width: 84px;
  left: 0;
  top: 8px;
  height: 39px;
  cursor: pointer;
  border-radius: 10px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line {
  height: 39px;
  margin-right: 10px;
  border-radius: 5px 0px 0px 5px;
  color: #FFFFFF;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  font-weight: 600;
  font-size: 16px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-arrow-green {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png');
  background-position: -189px -55px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-arrow-grey {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png');
  background-position: -202px -55px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-arrow-orange {
  background: url('/Content/distv2/img/sprite-sheet/popup/event-popup-L7/event-popup-L7.png');
  background-position: -214px -55px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-green {
  background: url("/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-event-bg-line-green.png") repeat-x scroll left top #138750;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-grey {
  background: url("/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-event-bg-line-grey.png") repeat-x scroll left top #138750;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-orange {
  background: url("/Content/distv2/img/sprite-sheet/popup/event-popup-L7/popup-event-bg-line-orange.png") repeat-x scroll left top #138750;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-content {
  /* position: absolute;
  top: 50%;
  transform: translate(0, -50%); */
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  padding-left: 5px;
  text-transform: uppercase;
  padding-top: 0.8rem;
}


/* Tooltip */

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-full .popup-event-tooltip {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 8px 8px;
  margin-top: 9px;
  position: relative;
  z-index: 10;
  float: right;
  white-space: nowrap;
}

.popup-event-tooltip-arrow {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}


/*.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-full .popup-event-tooltip::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: black transparent transparent transparent;
      }*/

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-full:hover .popup-event-tooltip {
  visibility: visible;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-line-full .popup-event-tooltip .popup-event-tooltip-event-name {
  text-transform: uppercase;
}


/* Navigator */

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator {
  position: absolute;
  z-index: 11;
  top: 284px;
  width: 30px;
  height: 37px;
  /*display: none;*/
  opacity: 0.6;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator:hover {
  opacity: 1;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator.popup-event-calendar-navigator-disable,
.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator.popup-event-calendar-navigator-disable:hover {
  /*opacity: 0.3 !important;*/
  display: none;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator .glyphicon {
  font-size: xx-large;
  color: green;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator-left {
  left: 0;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar-navigator-right {
  right: 0;
}


/*----------------------*/

.popup-event-quick-view-tabs-container {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 61px;
  /*background-color: #E0A98A;*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: flex;
}

.popup-event-quick-view-tab {
  font-size: 20px;
  margin-right: 7px;
  margin-left: 7px;
  border: 1px solid #E0A98A;
  background-color: #E0A98A;
  border-radius: 8px;
  box-shadow: inset 0px 0px 5px 1px #E0A98A;
  text-decoration: none;
  padding: 10px;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
}

.popup-event-quick-view-tab.active {
  background-color: #C16E4E;
  box-shadow: 0px 5px 5px black;
  text-decoration: none;
}

.popup-event-quick-view-header {
  position: relative;
  overflow: hidden;
  padding: 12px 32px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
}

.popup-event-quick-view-title {
  font-size: 30px;
  margin-right: 7px;
  margin-left: 7px;
  border: 1px solid #E0A98A;
  background-color: #E0A98A;
  border-radius: 8px;
  box-shadow: 0px 5px 5px black;
  text-decoration: none;
}

.popup-event-quick-view-content-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  min-height: 100%;
  overflow-y: auto !important;
  height: 450px;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-left-frame {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.ohyea__popup-event .popup-event-full-frame .popup-event-left-frame::-webkit-scrollbar {
  display: none;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-calendar .popup-event-calendar-date-item {
  padding: 1.9rem 1rem;
  font-size: 1.6rem;
  width: 10.2rem;
}

.ohyea__popup-event .popup-event-full-frame .popup-event-frame .popup-event-group .popup-event-group-link {
  padding: 2.2rem 2.6rem;
}

/* End Ohyeahpopupevent */

.sprite-mini-game {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/Content/distv2/img/sprite-sheet/mini-game-L7/mini-game-L7.png");
}

.sp-mini-baby-dragon {
  width: 190px;
  height: 198px;
  background-position: -1px -1px
}

.sp-mini-boxing {
  width: 190px;
  height: 198px;
  background-position: -1px -201px
}

.sp-mini-car-racing {
  width: 190px;
  height: 198px;
  background-position: -1px -401px
}

.sp-mini-castle-defend {
  width: 190px;
  height: 198px;
  background-position: -1px -601px
}

.sp-mini-chinese-chess {
  width: 190px;
  height: 198px;
  background-position: -1px -801px
}

.sp-mini-classic-line {
  width: 190px;
  height: 198px;
  background-position: -193px -1px
}

.sp-mini-diamond-protecting {
  width: 190px;
  height: 198px;
  background-position: -193px -201px
}

.sp-mini-eagle-eye {
  width: 190px;
  height: 198px;
  background-position: -193px -401px
}

.sp-mini-farm {
  width: 190px;
  height: 198px;
  background-position: -193px -601px
}

.sp-mini-fruits-slashing {
  width: 190px;
  height: 198px;
  background-position: -193px -801px
}

.sp-mini-gold-miner {
  width: 190px;
  height: 198px;
  background-position: -385px -1px
}

.sp-mini-jet-fighter {
  width: 190px;
  height: 198px;
  background-position: -385px -201px
}

.sp-mini-jumping-frog {
  width: 190px;
  height: 198px;
  background-position: -385px -401px
}

.sp-mini-jumping-squirrel {
  width: 190px;
  height: 198px;
  background-position: -385px -601px
}

.sp-mini-lolita-plane {
  width: 190px;
  height: 198px;
  background-position: -385px -801px
}

.sp-mini-minesweeper {
  width: 190px;
  height: 198px;
  background-position: -577px -1px
}

.sp-mini-pick-right-way {
  width: 190px;
  height: 198px;
  background-position: -577px -201px
}

.sp-mini-pin-bubble {
  width: 190px;
  height: 198px;
  background-position: -577px -401px
}

.sp-mini-platypus {
  width: 190px;
  height: 198px;
  background-position: -577px -601px
}

.sp-mini-run-away-bear {
  width: 190px;
  height: 198px;
  background-position: -577px -801px
}

.sp-mini-running-rabbit {
  width: 190px;
  height: 198px;
  background-position: -769px -1px
}

.sp-mini-smash-bubbles {
  width: 190px;
  height: 198px;
  background-position: -769px -201px
}

.sp-mini-super-highest-jump {
  width: 190px;
  height: 198px;
  background-position: -769px -401px
}

.sp-mini-super-mario {
  width: 190px;
  height: 198px;
  background-position: -769px -601px
}

.sp-mini-super-soccer-star {
  width: 190px;
  height: 198px;
  background-position: -769px -801px
}

.sp-mini-tetrix {
  width: 190px;
  height: 198px;
  background-position: -961px -1px
}

.sp-mini-the-highest-building {
  width: 190px;
  height: 198px;
  background-position: -961px -201px
}

.vertical-line {
  border-left: 3px solid #f4c900;
  height: 488px;
  position: absolute;
  left: 363px;
  top: 7px;
}

/* header menu right */
.lb-header-icons .icon{
  top: -4px;
}

.item-big-icon-game{
  transform: scale(1.115);
  -webkit-transform: scale(1.115);
  -ms-transform: scale(1.115);
  -o-transform: scale(1.115);
  margin: 51px 0px auto auto !important;
}

@keyframes sprite {
  from {
      background-position: 0px 0px;
  }

  to {
      background-position: -4028px;
  }
}

.terminal {
  height: 388px;
  width: 212px;
  animation: sprite 1s steps(19) infinite;
  position: absolute;
  top: -50px;
}

.banner-jackpot {
  height: 410px;
  width: 265px;
  position: absolute;
  top: -50px;
  background-size: 82.5% 95%;
  background-repeat: no-repeat;
}

.ccu {
    position: absolute;
    width: 50px;
    height: 26px;
    top: 20px;
    right: 5px;
    display: flex;
    align-items: center;
}

.ccu .ccuBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.ccu .ccuIconUser {
    position: absolute;
    background-image: url(/Content/distv2/img/sprite-sheet/room/icon-user.png);
    width: 11px;
    height: 16px;
    left: 5px;
}

.ccu .ccuUserNum {
    position: relative;
    color: white;
    font-size: 16px;
    right: -21px;
}

.game.first .inner .list.wide .item.large .ccu {
    right: 45px;
    top: -25px;
    -webkit-transform: scale(1.115);
    transform: scale(1.115)
}

.game.first .inner .list.wide .item.large .jackpot-count {
  background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/panel-jackpot.png) no-repeat 50% 50%;
  width: 220px;
  height: 100px;
  position: relative;
  top: -80px;
  background-size: contain;
}

.game.first .inner .list.wide .item.large .jackpot-count-text {
  background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/text-jackpot.png) no-repeat 50% 50%;
  width: 220px;
  height: 50px;
  position: absolute;
  top: -3px;
  background-size: 65%;
}
.game.first .inner .list.wide .item.large .jackpot-count-num {
  position: absolute;
  top: -45px;
  font-size: 23px;
  font-weight: 600;
  color: #fefbae;
  text-align: center;
  width: 220px;
  left: 0%;
  z-index: 20;
}

.game.first .inner .list.wide .item.large .jackpot-tutorial {
  background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/icon-guide.png) no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 280px;
  left: 160px;
}

#ohyea_md_event_article .modal-container {
  display: inline-table;
  width: 100%;
  border-radius: 20px;
  border: 0.4rem solid transparent;
  position: relative;
  padding: 15px;
  height: 100%;
}

#ohyea_md_event_article .ms-close-popup{
  background: transparent url(../images/popup/web/popup-btn-close.png) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 10rem;
  height: 10rem;
  z-index: 10;
}

#ohyea_md_event_article .lb-modal-close {
  right: -7px !important;
  cursor: pointer;
}

#ohyea_md_event_article .ohyea__modal_body {
  position: relative;
  height: 83%;
  background: #815247;
}

#ohyea_md_event_article .lb-modal-title{
  font-family: 'Roboto-Bold';
  font-size: 4.2rem;
  color: #fff;
  text-transform: uppercase;
  font-style: unset;
  text-shadow: unset;
}

#ohyea_md_event_article .modal-dialog{
  height: 625px;
  width: 1100px !important;
}

#ohyea_md_event_article #article-content {
  min-height: 55vw;
}
