@charset "UTF-8";

/* ==========================================================================
   Dewabet v3
   ========================================================================== */

/* ===================== General ===================== */

html,body {
  margin: 0;
  /* min-width: 1130px; */
  height: auto;
  padding: 0;
  font-size: 1rem;
  font-family: 'open_sansregular',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  background-color: #282828;
  color: #000;
  scrollbar-color: #60bb46 #414141;
  scrollbar-width: thin;
}

body {
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
  background: #282828;
}

/* width */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #60bb46;
  border-radius: 3px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #54A43D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul,ol,dl,form {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-end {
  text-align: end;
}

form {
  position: relative;
}

img {
  border: 0;
}

input,button,select,textarea {
  outline: none;
}

select {
  -webkit-appearance: none;
}

a {
  text-decoration: underline;
  outline: none;
  color: #60bb46;
}

a:hover,a:focus {
  text-decoration: none;
  color: #60bb46;
}

[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

.clear {
  clear: both;
}

.flex-gap > div {
  margin: 0 6px;
}

.text-decoration-none {
  text-decoration: none;
}

.text-white {
  color: white;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

.icon.icon-pinterest {
  filter: saturate(8);
}

body {
  /* &.messages {
		background: #282828;
    } */
}

body.main {
  background: #000 url("https://landingsplash.xyz/banner/image/dewabet/BG_NEW_Dewabet-1.webp") top center no-repeat;
  background-attachment: fixed;
}

body.christmas {
  background: #000 url("../images/_theme/christmas-2019/christmas-background-2019-v2.jpg") top no-repeat;
  background-position-y: 15px;
  background-attachment: fixed;
}

body.christmas .running-text-wrapper::before,body.christmas .running-text-wrapper::after {
  content: '';
  position: absolute;
  background: url("../images/_theme/christmas-2019/christmas-sidebar-desktop-2019-min.png") no-repeat;
  z-index: 1;
  width: 13rem;
  height: 18rem;
}

body.christmas .running-text-wrapper::before {
  left: -12.7rem;
}

body.christmas .running-text-wrapper::after {
  right: -13rem;
}

body.chn-new-year {
  background: #000 url("../images/_theme/chn-new-year-2020/bg-imlek.png") top no-repeat;
  background-attachment: fixed;
  background-color: #094a46;
  background-size: cover;
}

body.chn-new-year .running-text-wrapper::before {
  content: '';
  position: absolute;
  background: url("../images/_theme/chn-new-year-2020/left-item.png") no-repeat;
  z-index: 1;
  width: 8.6rem;
  height: 32rem;
  top: -1px;
  transform-origin: top center;
  animation: pendulum 3s infinite;
  animation-timing-function: ease-in-out;
}

body.chn-new-year .running-text-wrapper::before {
  left: -12.7rem;
}

@keyframes pendulum {
  0% {
    transform: rotateZ(5deg);
  }

  50% {
    transform: rotateZ(-5deg);
  }

  100% {
    transform: rotateZ(5deg);
  }
}

body.mickeymouse {
  background: #000 url(../images/background-mm.png) top no-repeat;
  background-size: 100% 500px;
}

body.main-th {
  background: #000 url(../images/dewabet-home.jpg) top center no-repeat;
}

body.main-cn {
  background: #000 url(../images/dewabet-home.jpg) top center no-repeat;
}

body.main-vn {
  background: #000 url(../images/dewabet-home.jpg) top center no-repeat;
}

body.sports {
  background: #000000 url(../images/_sports/sports-background1.png) top center no-repeat;
}

body.esports {
  background: #000000 url(../images/_esports/Banner-Background.png) top center no-repeat;
}

body.casino {
  background: #000000 url(../images/_casino/_casino-background.png) top center no-repeat;
}

body.live-casino {
  background: #282828 top center no-repeat;
}

body.poker {
  background: #000000 url(../images/sports-citylights.png) top center no-repeat;
}

body.toto {
  background: #000000 url(../images/_toto/toto-background.png) top center no-repeat;
}

body.slots {
  background: #000000 url(../images/_slots/slots-background.png) top center no-repeat;
}

body.idnrng {
  background: #000000 url(../images/idnrng/Background.webp) top center no-repeat;
}

body.tembak-ikan {
  background: #000000 url(../images/tembak-ikan/background.png) top center no-repeat;
}

body.virtual-sports {
  background: #000000 url(../images/_virtual-sports/virtual-sports-bg.png) top center no-repeat;
}

body.promo {
  background: #000 url(../images/_promo/promo-background.png) top center no-repeat;
}

body.about {
  background: #282828;
}

body.referral {
  background: #000000 url(../images/_referral/referral-bg-top.jpg) top center no-repeat;
}

body #qr-app {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

body #qr-app img {
  height: 125px;
  transition: height 1s;
}

body #qr-app img:hover {
  height: 200px;
}

body #rtp {
  position: fixed;
  left: 0;
  bottom: 19%;
  z-index: 1;
}

body #rtp img {
  height: 125px;
  transition: height 1s;
}

/* ===================== Misc ===================== */

.clear {
  clear: both;
}

.clearBth {
  clear: both;
}

.mr-sm-5 {
  margin-right: 5px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

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

.mtb-10 {
  margin: 10px 0;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-20 {
  padding: 20px 0;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.col-center {
  margin: 0 auto;
}

.has-bg {
  background: #d6d6d6 url("../images/logo-small.png") center center no-repeat;
}

.fa-square:before {
  content: "\F04D";
}

.fa-inverse {
  color: #ffc000;
}

.popover.popover-bottom::after {
  top: -9px;
}

.popover-content .pop-wallet tbody tr td:last-child,.popover-content .pop-wallet tfoot tr td:last-child {
  text-align: right;
}

.popover-content .pop-wallet tfoot tr td:last-child {
  font-weight: bold;
}

.breadcrumb {
  padding: 2px 0 3px 5px;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
  color: #fff;
  font-size: .75rem;
  background: #282828;
}

.breadcrumb > ol > li {
  display: inline-block;
}

.breadcrumb > ol > li i {
  color: #60bb46;
}

.relative {
  position: relative;
}

.poker-tournament-count {
  position: absolute;
  bottom: 9px;
  font-size: 24px;
  font-family: monospace;
  color: white;
  font-weight: bold;
  left: 20%;
}

.poker-tournament-after-login .poker-tournament-count {
  bottom: 4px;
  font-size: 16px;
}

.poker-tournament-after-login .btn-view-tourpoker {
  bottom: 1px;
  right: 11px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.progressive-jackpot {
  background: #000;
}

.btn-view-tourpoker {
  position: absolute;
  background: orange;
  bottom: 7px;
  right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.doors {
  display: flex;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  color: orange;
  font-family: monospace;
  font-weight: bold;
  right: 5%;
  font-size: 30pt;
}

.door {
  background: #fafafa;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;
  width: 28px;
  height: 65px;
  overflow: hidden;
  border-radius: 1ex;
  margin: 0.12rem;
  position: relative;
}

.door .box {
  font-size: 22px;
  font-family: monospace;
  font-weight: bold;
  background: linear-gradient(0deg, #930606 0%, red 78%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translate(25%, 25%);
}

.doors.after-login {
  right: 5%;
  font-size: 23px;
}

.doors.after-login .door {
  margin: 0.1rem;
  width: 16px;
  height: 44px;
}

.doors.after-login .door .box {
  font-size: 15px;
}

.boxes {
  /* transform: translateY(0); */
  transition: transform 1s ease-in-out;
}

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

footer,header,nav,section {
  display: block;
}

img {
  vertical-align: middle;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.tag-special {
  width: 60px;
  height: 30px;
  position: absolute;
  background: #e3b920;
  top: 0;
  right: 0;
  color: black;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding-left: 3px;
}

.tag-special:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #e3b920;
  border-bottom: 15px solid #e3b920;
}

@keyframes mover2 {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes runLoader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.mask {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  top: -45px;
  padding-bottom: 45px;
  box-sizing: content-box;
}

.mask #loader {
  top: 40%;
  position: relative;
}

.mask #loader.loader-wrap {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  perspective: 200px;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mask #loader.loader-wrap .loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/loader.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 10px;
  animation: runLoader 3s linear infinite;
}

.mask #loader.loader-wrap .loader-logo {
  display: inline-block;
  width: 70px;
  height: 90px;
  margin-top: calc(50% - 45px);
  background-image: url("../images/dblogo-3d.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
  animation: mover2 3s linear infinite;
}

.mask #loader.loader-wrap span {
  display: block;
  margin-top: 40px;
  color: #fff;
  font: 13px 'open_sansregular',Tahoma,"Microsoft Yahei",Arial,Helvetica;
}

#reset-form .register-color {
  color: #16a2a7;
  font-weight: 700;
  font-size: 24px;
}

#reset-form .col-form-label {
  text-transform: uppercase;
  color: #fff;
}

#reset-form #txt_verify {
  border: 1px solid #fff;
}

#reset-form .group-add2 img {
  width: 100px;
  height: 30px;
}

.flex {
  display: flex;
}

.flex a {
  position: relative;
  top: 150px;
  z-index: 2;
  padding: 0 10%;
}

@media screen and (min-width: 768px) {
  .flex a {
    top: 145px;
  }
}

@media screen and (min-width: 992px) {
  .flex a {
    top: 172px;
  }
}

@media screen and (min-width: 1200px) {
  .flex a {
    top: 200px;
  }
}

@media screen and (min-width: 1500px) {
  .flex a {
    top: 260px;
  }
}

/* .ico-home {
    &:before {
        content: url(../svg-icons/dewabet_homeicon.svg);
        display: block;
        // background-image: ;
        width: 20px;
        height: 20px;
        margin-top: -3px;
        // filter: invert(0%) sepia(128%) saturate(0%) hue-rotate(97deg) brightness(207%) contrast(100%);
        background-repeat: no-repeat;
        background-size: contain;
    }

    &.current:before{
        filter: unset
    }
} */

.icon-sg8-globalgaming {
  background: url("../svg-icons/global_gaming[white].svg") no-repeat;
  background-size: 75%;
  background-position: center;
}

.flex.justify-content-center {
  justify-content: center;
}

.flex.justify-content-between {
  justify-content: space-between;
}

.no-gutter {
  padding: 0;
}

.no-gutter > * {
  padding: 0;
}

.leaderboard {
  height: auto;
  width: 260px;
  position: absolute;
  right: -245px;
  top: -20px;
  z-index: 2;
}

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,.my-0 {
  margin-top: 0 !important;
}

.mr-0,.mx-0 {
  margin-right: 0 !important;
}

.mb-0,.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,.my-3 {
  margin-top: 1rem !important;
}

.mr-3,.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,.my-5 {
  margin-top: 3rem !important;
}

.mr-5,.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,.py-0 {
  padding-top: 0 !important;
}

.pr-0,.px-0 {
  padding-right: 0 !important;
}

.pb-0,.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,.py-3 {
  padding-top: 1rem !important;
}

.pr-3,.px-3 {
  padding-right: 1rem !important;
}

.pb-3,.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,.py-5 {
  padding-top: 3rem !important;
}

.pr-5,.px-5 {
  padding-right: 3rem !important;
}

.pb-5,.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,.my-auto {
  margin-top: auto !important;
}

.mr-auto,.mx-auto {
  margin-right: auto !important;
}

.mb-auto,.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,.mx-auto {
  margin-left: auto !important;
}

/* ===================== Header ===================== */

#header {
  background: black;
  max-height: 127px;
}

#header .icon-header-pildun {
  width: 10px;
}

#header .cashback-value {
  display: flex;
  border-radius: 5px;
  padding-left: 9px;
  align-items: center;
  font-size: 12px;
}

#header .cashback-value .field-value {
  width: 120px;
  text-align: left;
}

#header .cashback-value .btn-redeem {
  font-size: 12px !important;
  color: #0275d8;
}

#header.bg-lebaran {
  background: url(../images/dewabet-bg-lebaran-desktop.webp);
}

#header.bg-christmas {
  background: url(../images/dewabet-bg-christmas-desktop.webp);
  background-size: cover;
}

#header.bg-header-new-themes {
  background-size: cover;
}

#header .header-cover {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 247px 46px;
  background-position: 15px 20px;
}

#header .header-cover-cny {
  background-image: url(../images/logo-cny.png);
  background-repeat: no-repeat;
  background-size: 250px 74px;
  background-position: 15px 4px;
}

#header .header-cover-xmas-2020 {
  background-image: url(../images/xmas-2020/xmas-2020-fix-fix.gif);
  background-repeat: no-repeat;
  background-size: 25rem 67px;
  background-position: -0.5rem 12px;
}

#header .header-cover-cny-new-year-2021 {
  background-image: url(../images/cny-new-year-2021/cny_new_year_my.gif);
  background-repeat: no-repeat;
  background-size: 30rem 86px;
  background-position: -0.5rem -1px;
}

#header .header-cover-cny-new-year-2021-th {
  background-image: url(../images/cny-new-year-2021/cny_new_year_th.gif);
  background-repeat: no-repeat;
  background-size: 30rem 86px;
  background-position: -0.5rem -1px;
}

#header .top-menu {
  height: 1.75rem;
  line-height: 1.2;
}

#header .top-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 5px 25px 5px 0;
}

#header .top-menu > ul > li {
  display: inline-flex;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

#header .top-menu > ul > li:first-child {
  padding-left: 0;
}

#header .top-menu > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}

#header .top-menu > ul > li > a {
  font: 0.75rem 'open_sansregular';
  color: #fff;
  text-decoration: none;
}

#header .top-menu > ul > li > a:hover,#header .top-menu > ul > li > a:focus {
  text-decoration: underline;
}

#header .top-menu > ul > li > a.main-wallet {
  font-size: 12px;
  font-weight: 700;
  color: #60bb46;
  text-transform: uppercase;
  opacity: 1;
}

#header .top-menu > ul > li > a:hover.main-wallet {
  color: #54A43D;
  text-decoration: underline;
  opacity: .8;
}

#header .top-menu > ul > li > a.main-wallet img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

#header .top-menu > ul > li > a.mobile-view {
  position: absolute;
  margin-top: -16px;
  margin-left: -4px;
}

#header .top-menu > ul > li > a.mobile-view:hover > i,#header .top-menu > ul > li > a.mobile-view:focus > i {
  color: #60bb46;
}

#header .header-content {
  height: 56px;
}

#header .header-content .logo {
  width: 27%;
  height: 56px;
  float: left;
  margin: 0;
  padding: 0;
}

#header .header-content .logo a {
  height: 84px;
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20%;
  text-indent: -9999px;
}

#header .header-content .login-panel {
  width: 60%;
  text-align: right;
  height: 28px;
  margin: 0.625rem 0;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 26px;
}

#header .header-content .login-panel .input-login {
  border: 0.0625rem solid #767676;
  background: transparent;
  padding: 0.3125rem 0.5rem;
  font: 0.875rem 'open_sansregular';
  color: #fff;
  width: 7.5rem;
  height: 1.75rem;
  vertical-align: middle;
}

#header .header-content .login-panel .input-login:first-child {
  margin-right: -5px;
}

#header .header-content .login-panel .btn {
  max-height: 1.75rem;
  text-decoration: none;
  font: 0.875rem 'allerregular';
  text-transform: uppercase;
  padding: .3125rem 1rem;
  line-height: 1.25rem;
  /* &.lucky-spin {
                    padding: 5px 5px 5px 15px;
                } */
}

#header .header-content .login-panel .btn-login {
  width: 6.25rem;
}

#header .header-content .login-panel a {
  margin-right: 10px;
  /* &.lucky-spin {
                    color: #fff;
                    background: transparent;
                    border: 1px solid #ffc000;

                    & img {
                        width: 61px;
                        height: 53px;
                        position: absolute;
                        margin: -22px 0 0 -55px;
                    }
                } */
}

#header .header-content .login-panel a:last-child {
  margin-right: 0;
}

#header .header-content .login-panel a.btn-logout {
  font: 14px 'allerregular';
  font-weight: 700;
  color: #60bb46;
  text-decoration: none;
  text-transform: uppercase;
}

#header .header-content .login-panel a:hover.btn-logout {
  color: #54A43D;
}

#header .header-content .login-panel a.lucky-spin {
  color: #fff;
}

#header .header-content .login-panel a.lucky-spin .bonus-container {
  position: absolute;
  margin: -26px 0 0 -150px;
  width: 169px;
  height: 53px;
  background: url(../images/new-bonus-dwbt.webp) no-repeat;
}

#header .header-content .login-panel a.lucky-spin .bonus-container .bonus-content {
  float: left;
  margin: 18px 0 0 52px;
}

#header .header-content .login-panel a:hover.lucky-spin,#header .header-content .login-panel a:focus.lucky-spin {
  color: #ffc000;
}

#header .header-content .login-panel img {
  width: 1rem;
  height: 1.2rem;
  vertical-align: top;
  margin-right: 5px;
}

#lang-menu {
  border-left: 1px solid #fff;
}

#lang-menu a {
  opacity: 1;
  text-decoration: none;
}

#lang-menu a:hover,#lang-menu a:focus {
  opacity: .7;
  text-decoration: none !important;
}

#lang-menu a img {
  width: 20px;
  height: 16px;
}

#lang-menu .dropdown-menu img {
  width: 20px;
  height: 16px;
}

#profile-menu .profile-name span {
  color: #60bb46;
  font-weight: bold;
}

#notif-menu .notif-header {
  padding: 8px 1rem;
  font-weight: 400;
}

#notif-menu .notif-header div {
  display: inline-block;
}

#notif-menu .notif-title {
  font: 12px 'allerregular';
  font-weight: 700;
  color: #60bb46;
  text-transform: uppercase;
}

#notif-menu .notif-btn a {
  padding: 0 5px;
  color: #282828;
  text-decoration: none;
}

#notif-menu .notif-btn a:hover,#notif-menu .notif-btn a:focus {
  text-decoration: underline;
}

#notif-menu .notif-btn a:last-child {
  padding-right: 0;
}

#lang-menu .dropdown-item a,#profile-menu .dropdown-item a,#notif-menu .dropdown-item a {
  color: #000;
  text-decoration: none;
}

#lang-menu .dropdown-item span,#profile-menu .dropdown-item span,#notif-menu .dropdown-item span {
  padding-left: 10px;
}

#profile-menu .dropdown-menu img,#notif-menu .dropdown-menu img {
  width: 16px;
  height: 16px;
}

#deposit-menu {
  color: #fff;
}

#deposit-menu .dropdown-item a {
  color: #000;
  text-decoration: none;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .625rem;
}

.badge-notif {
  background-color: #da0000;
  position: relative;
  /* top: -2px; */
}

div#notification-dewacrm {
  margin: 0px 8px 0px 0px;
  /* float: right; */
  color: white;
}

/* ===================== Navbar ===================== */

.navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  height: 1.875rem;
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
}

.navbar .nav-item .tag {
  position: absolute;
  right: 0;
  top: -13px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.navbar .nav-item i {
  background-color: red;
  font-size: 7pt;
  width: 17px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 4px;
}

.navbar .nav-item b {
  background-color: red;
  font-size: 9pt;
  width: 45px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.navbar .nav-item a:hover .tag b,.navbar .nav-item .navbar .nav-item a:hover .tag i {
  color: white;
}

#nav-menu .nav-container {
  width: 100%;
  display: flex;
  align-items: center;
}

#nav-menu .nav {
  display: flex;
  flex-wrap: wrap;
}

#nav-menu .nav > li {
  margin: 0;
  padding: 0;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#nav-menu .nav > li > a {
  padding: 6px   10px;
  height: 1.875rem;
  font: 0.85rem 'allerregular';
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

#nav-menu .nav > li > a:focus {
  color: #60bb46;
}

#nav-menu .nav > li > a.lucky-spin {
  color: #000;
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 0%, #826200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#826200',GradientType=0 );
}

#nav-menu .nav > li > a:hover.lucky-spin,#nav-menu .nav > li > a:focus.lucky-spin {
  color: #fff;
}

#nav-menu .nav > li:hover,#nav-menu .nav > li.active,#nav-menu .nav > li .current,#nav-menu .nav > li .hover,#nav-menu .nav > li a:hover,#nav-menu .nav > li:focus {
  color: #60bb46;
}

#nav-menu .nav-login {
  width: 75% !important;
}

/* ===================== Content ===================== */

#news {
  margin-top: 114px;
}

#news .running-text-wrapper {
  background: #000;
  height: 20px;
  font: 0.75rem 'allerregular';
  position: relative;
}

#news .running-text-wrapper .running-text-header {
  float: left;
  background: #60bb46;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 10px;
  width: 11%;
  display: block;
  font-weight: bold;
}

#news .running-text-wrapper .marquee-wrapper {
  width: 89%;
  color: #fff;
  float: left;
  display: block;
  padding: 2px 0;
  overflow: hidden;
}

#content .slider-wrapper {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}

#content .slider {
  height: 280px;
}

#content .games-wrapper {
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
  height: 100px;
  overflow: hidden;
  padding: 26px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#content .games-wrapper-id {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#content .games-wrapper-id a {
  display: block;
  text-align: center;
}

#content .games-wrapper-id .icon-sports > img,#content .games-wrapper-id .icon-live-casino > img,#content .games-wrapper-id .icon-poker > img,#content .games-wrapper-id .icon-slots > img,#content .games-wrapper-id .icon-live-number > img,#content .games-wrapper-id .icon-virtual-sports > img,#content .games-wrapper-id .icon-toto > img,#content .games-wrapper-id .icon-promotion > img {
  width: 100%;
  height: auto;
}

#content .content-wrapper {
  background: #282828;
  padding: 20px 30px;
}

#content .content-wrapper .content-top {
  padding-bottom: 35px;
}

#content .content-wrapper-bottom {
  background: #525252;
  padding: 10px 30px 20px;
}

#content .content-video,#content .content-promo,#content .content-support {
  display: inline-block;
}

#content .content-support {
  float: right;
}

#content .content-video {
  width: 432px;
  height: 243px;
  margin-right: 20px;
  float: left;
}

#content .content-video a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#content .content-video a:hover,#content .content-video a:focus {
  color: #60bb46;
  text-decoration: underline;
}

#content .content-promo {
  width: 255px;
  height: 243px;
  margin-right: 20px;
}

#content .content-mobile {
  width: 212px;
  height: 119px;
  margin-top: -7px;
}

#content .content-cs {
  width: 212px;
  height: 123px;
  margin-top: 8px;
}

.games-wrapper a {
  color: #fff;
  font: 18px 'allerregular';
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 7px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

.games-wrapper a:hover,.games-wrapper a:focus {
  opacity: .7;
}

.games-wrapper a:first-child {
  padding-left: 0;
}

.games-wrapper a:last-child {
  padding-right: 0;
}

.games-wrapper a > h2 {
  vertical-align: middle;
  font-size: 9.5pt;
  display: inline;
}

.games-wrapper .icon-sports > img {
  width: 40px;
  height: 40px;
}

.games-wrapper .icon-live-casino > img {
  width: 50px;
  height: 40px;
}

.games-wrapper .icon-poker > img {
  width: 50px;
  height: 40px;
}

.games-wrapper .icon-slots > img {
  width: 50px;
  height: 40px;
}

.games-wrapper .icon-live-number > img {
  width: 40px;
  height: 40px;
}

.games-wrapper .icon-virtual-sports > img {
  width: 40px;
  height: 40px;
}

.games-wrapper .icon-toto > img {
  width: 40px;
  height: 40px;
}

.games-wrapper .icon-promotion > img {
  width: 40px;
  height: 40px;
}

@-moz-document url-prefix()  {
  .games-wrapper a {
    padding: 0 5px;
  }
}

:root .games-wrapper a {
  padding: 0 5px\9;
}

_:-ms-lang(x),.games-wrapper a {
  padding: 0 5px;
}

@supports (-ms-ime-align: auto) {
  .games-wrapper a {
    padding: 0 5px;
  }
}

.content-bottom {
  height: 65px;
  margin-top: 35px;
  border-top: 1px solid #4c4c4c;
}

.content-bottom .content-tutorial,.content-bottom .content-social {
  display: inline-block;
}

.content-bottom .content-tutorial > ul > li,.content-bottom .content-social > ul > li {
  display: inline-block;
}

.content-bottom .content-tutorial {
  width: 80%;
  padding: 16px 0;
}

.content-bottom .content-tutorial > ul > li {
  vertical-align: middle;
  padding: 0 20px;
  border-right: 1px solid #4c4c4c;
}

.content-bottom .content-tutorial > ul > li:first-child {
  padding-left: 0;
}

.content-bottom .content-tutorial > ul > li:last-child {
  border-right: none;
}

.content-bottom .content-tutorial a {
  vertical-align: middle;
  text-decoration: none;
  font: 1.125rem 'allerregular';
  font-weight: bold;
  text-transform: uppercase;
}

.content-bottom .content-tutorial a > h3 {
  margin-left: 10px;
  display: inline;
  font-size: 18px;
}

.content-bottom .content-tutorial a.free-register {
  color: #14A2A7;
}

.content-bottom .content-tutorial a:hover.free-register {
  color: #0F8F93;
}

.content-bottom .content-tutorial a > .icon-free-register {
  width: 28px;
  height: 33px;
}

.content-bottom .content-tutorial a.how-to-deposit {
  color: #FDC010;
}

.content-bottom .content-tutorial a:hover.how-to-deposit {
  color: #DCA70F;
}

.content-bottom .content-tutorial a > .icon-how-to-deposit {
  width: 29px;
  height: 33px;
}

.content-bottom .content-tutorial a.how-to-play {
  color: #62BB46;
}

.content-bottom .content-tutorial a:hover.how-to-play {
  color: #54A43D;
}

.content-bottom .content-tutorial a > .icon-how-to-play {
  width: 20px;
  height: 33px;
}

.content-bottom .content-social {
  float: right;
  width: 20%;
  padding: 20px 0;
}

.content-bottom .content-social > ul > li {
  padding: 0 5px;
}

.content-bottom .content-social > ul > li:last-child {
  padding-right: 0;
}

.content-bottom .content-social a {
  color: #fff;
  vertical-align: middle;
}

.content-bottom .content-social a > .icon-facebook {
  width: 20px;
  height: 20px;
}

.content-bottom .content-social a:hover > .icon-facebook {
  color: #3B599F;
}

.content-bottom .content-social a > .icon-twitter {
  width: 23px;
  height: 18px;
}

.content-bottom .content-social a:hover > .icon-twitter {
  color: #23B7EB;
}

.content-bottom .content-social a > .icon-instagram {
  width: 21px;
  height: 20px;
}

.content-bottom .content-social a:hover > .icon-instagram {
  color: #d2398a;
}

.content-bottom .content-social a > .icon-youtube {
  width: 25px;
  height: 17px;
}

.content-bottom .content-social a:hover > .icon-youtube {
  color: #E02D27;
}

.home-our-games-wrapper {
  display: inline-block;
  width: 100%;
}

.home-our-games-wrapper .box-our-games {
  border: 1px solid #62bb45;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #62bb45;
  overflow: hidden;
  display: inline-block;
  width: 49%;
}

.home-our-games-wrapper .box-our-games .box-title {
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background: #62bb45;
}

.home-our-games-wrapper .box-our-games .box-title > * {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

.home-our-games-wrapper .box-our-games .box-content {
  display: inline-block;
  background: #282828;
  padding: 5px;
  min-height: 95px;
  width: 100%;
}

.home-our-games-wrapper .box-our-games .box-content a {
  height: 70px;
  position: relative;
  display: inline-block;
  width: 30%;
  margin-right: 1%;
}

.home-our-games-wrapper .box-our-games .box-content .box-image {
  width: 100%;
  height: 52px;
}

.home-our-games-wrapper .box-our-games .box-content span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #529d38;
}

#kypoker-lobby .content-iframe {
  position: relative;
}

#kypoker-lobby .clearBth + .container {
  width: 1200px;
}

#kypoker-lobby .clearBth + .container .content-iframe {
  display: flex;
  justify-content: center;
}

#livecasino-lobby-popup .game-title-wrapper .category-title h1 {
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
}

#livecasino-lobby-popup .game-title-wrapper .fs-btn {
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
}

#poker-landing .visibility-hidden {
  visibility: hidden;
}

#poker-lobby .wcl {
  position: absolute;
  right: -150px;
}

#poker-lobby .wcl img {
  width: 150px;
}

#poker-lobby .content-iframe {
  position: relative;
}

#poker-lobby .clearBth + .container {
  width: 1200px;
}

#poker-lobby .clearBth + .container .content-iframe {
  display: flex;
  justify-content: center;
}

#sbo-casino-lobby .live-stream,#sbo-lobby .live-stream {
  position: absolute;
  right: -87px;
}

#sbo-casino-lobby .live-stream img,#sbo-lobby .live-stream img {
  width: 80px;
}

#sbo-casino-lobby .content-iframe,#sbo-lobby .content-iframe {
  position: relative;
}

#virtual-account #content #main .depFont #virtual-amount-edit input {
  width: 45%;
}

#bet-history #trans .table-pos .TH_table .TH_thead,#bet-history #trans .table-pos .TH_table .TH_th {
  text-align: left;
}

#bet-history #paginated {
  display: inline-block;
  float: right;
}

#bet-history #paginated a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

#bet-history #paginated a.active {
  background-color: #4CAF50;
  color: #62BB46;
}

#bet-history #paginated a:hover:not(.active) {
  color: #fff;
  background-color: #62BB46;
}

#bet-history #paginated li {
  float: left;
}

#bet-history #paginated li a {
  position: relative;
  color: black;
  background-color: #ddd;
  border: 1px solid #d5d5d5;
  padding: 0.7rem 1.05rem;
}

#bet-history #paginated li.active {
  color: white;
  background-color: #62BB46;
  /* padding: 0.2rem 0.15rem; */
}

#bet-history #paginated li.disabled {
  color: black;
  background-color: #ddd;
  /* padding: 0.2rem 0.15rem; */
  cursor: not-allowed;
}

#bet-history .page-item.active .page-link,#bet-history .page-item.active .page-link:focus,#bet-history .page-item.active .page-link:hover {
  background-color: #62BB46;
  border-color: #62BB46;
}

#bet-history .page-item.active .page-link,#bet-history .page-item.active .page-link:focus,#bet-history .page-item.active .page-link:hover,#bet-history .page-item.disabled .page-link,#bet-history .page-item.disabled .page-link:focus,#bet-history .page-item.disabled .page-link:hover {
  padding: 0.7rem 0.75rem;
  margin-top: -0.1rem;
}

#bet-history .pagination {
  margin-top: -1rem;
}

#bet-history .row-data {
  cursor: pointer;
}

#bet-history #modalBetHistory .modal-dialog {
  max-width: 80%;
}

#bet-history #modalBetHistory .modal-body {
  background-color: #E4E4E4;
}

#bet-history #modalBetHistory .modal-body .title {
  margin-top: 3vh;
}

#bet-history .table-wrapper {
  overflow-x: scroll;
}

#bet-history .table-wrapper-vertical {
  overflow-y: scroll;
  margin-top: 10px;
  max-height: 40vh;
}

#bet-history .table-wrapper-vertical > table {
  background-color: #fff;
}

#bet-history #modalBetHistory td {
  text-align: right;
}

#bet-history .table-history th,#bet-history .table-history td {
  min-width: 92px;
}

#bet-history .table-detail-bet-history {
  background-color: #fff;
}

#bet-history .input-group-addon {
  cursor: pointer;
}

#bet-history .text-blue {
  color: blue !important;
}

#bet-history .text-red {
  color: red !important;
}

#dashboard .history-games-img img {
  width: 100%;
  height: 100%;
}

#dashboard .history-games .games-casino-group .history-games-casino .history-games-item .history-games-img,#dashboard .history-games .games-casino-group .history-games-slots .history-games-item .history-games-img,#dashboard .history-games
.games-casino-group .history-games-others .history-games-item .history-games-img,#dashboard .history-games .games-casino-group .history-games-favourite .history-games-item .history-games-img,#dashboard .history-games
.games-slots-group .history-games-casino .history-games-item .history-games-img,#dashboard .history-games .games-slots-group .history-games-slots .history-games-item .history-games-img,#dashboard .history-games .games-slots-group
.history-games-others .history-games-item .history-games-img,#dashboard .history-games .games-slots-group .history-games-favourite .history-games-item .history-games-img,#dashboard .history-games .games-others-group
.history-games-casino .history-games-item .history-games-img,#dashboard .history-games .games-others-group .history-games-slots .history-games-item .history-games-img,#dashboard .history-games .games-others-group
.history-games-others .history-games-item .history-games-img,#dashboard .history-games .games-others-group .history-games-favourite .history-games-item .history-games-img,#dashboard .history-games .games-favourite-group
.history-games-casino .history-games-item .history-games-img,#dashboard .history-games .games-favourite-group .history-games-slots .history-games-item .history-games-img,#dashboard .history-games .games-favourite-group
.history-games-others .history-games-item .history-games-img,#dashboard .history-games .games-favourite-group .history-games-favourite .history-games-item .history-games-img {
  background-color: #e5e5e5;
  position: relative;
}

#dashboard .nav-tabs.tabs-wallet {
  font-size: 9pt;
  display: inline-flex;
  justify-content: space-between;
}

#dashboard .nav-tabs.tabs-wallet .nav-item {
  margin-right: 0px;
}

#dashboard #content #main {
  border-radius: 0 5px 5px;
}

#dashboard .history-games-img img.maintenance {
  filter: grayscale(100%);
}

#dashboard .history-games-img .overlay-maintenance {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease-in-out;
}

#dashboard .history-games-img .overlay-maintenance:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../../img/maintenance-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#dashboard .history-games-img > img.maintenance:hover {
  filter: blur(20px);
}

#dashboard .history-games-img img {
  width: 100%;
  height: 100%;
}

#dashboard .new-games {
  text-align: center;
}

#dashboard .slider-promo a {
  pointer-events: none;
}

#dashboard .slider-promo a img,#dashboard .slider-promo a button {
  pointer-events: auto;
}

#dashboard .btn-v88-more {
  font-size: 7.5px;
  bottom: 3px;
}

#dashboard .btn-v88 {
  font-size: 8px;
}

#dashboard .force-relative {
  position: relative !important;
}

#dashboard .leaderboard {
  height: 299px;
  width: 245px;
  position: absolute;
  right: -227px;
  top: -19px;
}

#dashboard #content #main .depFont .list-amount {
  justify-content: flex-end;
  padding-right: 2rem;
}

#dashboard #content #main .depFont #amount-edit input {
  width: 46%;
}

#dashboard #news {
  margin-top: 90px;
}

#edit-bank-data .register-color {
  color: #fff;
}

#new-bank-list .btn-file {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

#new-bank-list .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#new-bank-list #img-upload {
  width: 150px;
  height: 150px;
}

#new-bank-list .as-console-wrapper {
  display: none !important;
}

#force-reset-password .text-green {
  color: #60bb46;
}

#force-reset-password .text-left {
  text-align: left;
}

#force-reset-password .force-password h2.text-header {
  font-family: allerrbold,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: #64b94d;
  background: -webkit-gradient(left top, right top, color-stop(0%, #64b94d), color-stop(100%, #22a2a6));
  background: linear-gradient(to right, #64b94d 0%, #22a2a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b94d', endColorstr='#22a2a6', GradientType=1 );
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#force-reset-password .force-password .content {
  background-color: #000000;
  border: transparent;
  border-radius: 10px;
}

#force-reset-password .force-password .content .content-header {
  background: #469e2e;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #469e2e), color-stop(100%, #295a1a));
  background: linear-gradient(to bottom, #469e2e 0%, #295a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469e2e', endColorstr='#295a1a', GradientType=0 );
  border-bottom: 2px solid #479e2e;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}

#force-reset-password .force-password .content .content-header .content-title {
  font-family: allerrbold,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#force-reset-password .force-password .content .content-header span {
  color: #fff;
  font-size: 14px;
}

#force-reset-password .force-password .content .content-body {
  overflow: hidden;
}

#force-reset-password .form-content {
  width: 700px;
  overflow: hidden;
  margin: 0 auto;
}

#force-reset-password .form-content label {
  text-align: left;
  text-transform: initial !important;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 14px;
}

#force-reset-password .form-content .form-group {
  overflow: hidden;
}

#force-reset-password .form-content .fv-control-feedback {
  right: 15px;
}

#force-reset-password .form-content small.form-control-feedback {
  text-align: left;
  display: block;
  margin-top: 0;
  color: #fc5d60;
}

#force-reset-password .form-content .has-warning .fv-control-feedback,#force-reset-password .form-content .has-warning label,#force-reset-password .form-content .has-warning .form-control-feedback {
  color: #fc5d60;
}

#force-reset-password .form-content .form-password .hint-password {
  display: none;
}

#force-reset-password .form-content .form-password .hint-password p:first-child {
  margin-top: 5px;
  color: #fff;
}

#force-reset-password .form-content .form-password .hint-password p {
  color: #fc5d60;
  font-size: 80%;
  font-weight: 400;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  text-align: left;
  margin-bottom: 0;
}

#force-reset-password .form-content .form-password p.rule-password {
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  margin-bottom: 0;
  text-align: left;
}

#force-reset-password .form-content .btn-info-reset {
  margin: 0 0 0 15px;
  font-family: allerrbold,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 22px;
  text-transform: uppercase;
}

#force-reset-password .form-content .warning-image {
  margin-left: 30px;
}

#force-reset-password .form-content .warning-text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  font-size: 16px;
  margin-left: 5px;
  color: #fff;
}

#force-reset-password .form-content .form-password .hint-password .true {
  color: #60bb46;
}

#force-reset-password .form-content .form-password .hint-password .false {
  color: #fc5d60;
}

#leaderboard .text-yellow {
  color: yellow;
}

#memo #paginated {
  display: inline-block;
  width: 100%;
  text-align: right;
}

#memo #paginated a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

#memo #paginated a.active {
  background-color: #4CAF50;
  color: #62BB46;
}

#memo #paginated a:hover:not(.active) {
  color: #fff;
  background-color: #62BB46;
}

#memo #paginated li {
  float: left;
}

#memo #paginated li a {
  position: relative;
  color: black;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

#memo #paginated li.active {
  color: white;
  background-color: #62BB46;
}

#memo #paginated li.disabled {
  color: black;
  background-color: #fff;
  cursor: not-allowed;
}

#memo #paginated .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#memo #content .heightContent #main2 .msg-search-pos {
  position: relative;
}

#memo #content .heightContent #main2 .msg-search-pos .msg-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
}

#password-change .hint-password {
  display: none;
}

#password-change .hint-password p:first-child {
  margin-top: 5px;
}

#password-change .hint-password p {
  color: #f0ad4e;
  font-size: 80%;
  font-weight: 400;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  margin-bottom: 0;
}

#password-change .hint-password .true {
  color: #60bb46;
}

#password-change .hint-password .false {
  color: #f0ad4e;
}

#password-change .has-warning .form-control-feedback {
  display: block;
}

#password-reset .alert-dismissible .close,#password-reset-idr .alert-dismissible .close {
  top: -33px;
}

#password-reset .alert-dismissible .close,#password-reset-idr .alert-dismissible .close {
  top: -33px;
}

#password-reset .input-group.captcha-form,#password-reset-idr .input-group.captcha-form {
  display: flex;
  position: relative;
}

#password-reset .input-group.captcha-form > input,#password-reset-idr .input-group.captcha-form > input {
  width: 50%;
}

#password-reset #reg-form .form-group .group-add2,#password-reset-idr #reg-form .form-group .group-add2 {
  padding: .2rem .6rem;
  height: auto;
  width: 50%;
}

#password-reset #reg-form .form-group .group-add3,#password-reset-idr #reg-form .form-group .group-add3 {
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  z-index: 7;
  /* position: relative; */
  /* right: 0; */
  padding: unset;
  background: #e1e6e8;
  /* background: red; */
  width: 20px;
  /* box-sizing: border-box; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 4px;
}

#password-reset #reg-form .form-group .group-add3 > img,#password-reset-idr #reg-form .form-group .group-add3 > img {
  cursor: pointer;
  filter: brightness(100);
}

#password-reset #reset-step1,#password-reset-idr #reset-step1 {
  color: white;
}

#promotion .info1 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  background-color: #929292;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 10px;
}

#promotion .info1 .nav > li > a:focus,#promotion .info1 .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #555;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#promotion .info1 .nav-tabs > li > a {
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  color: white;
}

#promotion .info1 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 50px;
}

#promotion .info1 .nav > li {
  position: relative;
  display: block;
}

#promotion .info1 .nav-tabs > li.active > a,#promotion .nav-tabs > li.active > a:focus,#promotion .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#promotion .tab-content {
  background-color: #ffffff;
  margin: 1px;
  padding: 25px 25px 25px 25px;
}

#promotion .tab-pane > p {
  font-size: 13px;
}

#promotion .tab-pane > img {
  width: 100%;
}

#promotion .promotion-content table tr td {
  border: 1px solid black;
}

#promotion .btn-grey.after-login {
  margin-top: 33px;
  height: 80px;
}

#registration .hint-password {
  display: none;
}

#registration .hint-password p:first-child {
  margin-top: 5px;
}

#registration .hint-password p {
  color: #f0ad4e;
  font-size: 80%;
  font-weight: 400;
  font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
  margin-bottom: 0;
}

#registration .hint-password .true {
  color: #60bb46;
}

#registration .hint-password .false {
  color: #f0ad4e;
}

#registration .has-warning .form-control-feedback {
  display: block;
}

#transaction-history #paginated {
  display: inline-block;
  float: right;
}

#transaction-history #paginated a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

#transaction-history #paginated a.active {
  background-color: #4CAF50;
  color: #62BB46;
}

#transaction-history #paginated a:hover:not(.active) {
  color: #fff;
  background-color: #62BB46;
}

#transaction-history #paginated li {
  float: left;
}

#transaction-history #paginated li a {
  position: relative;
  color: black;
  background-color: #ddd;
  border: 1px solid #d5d5d5;
}

#transaction-history #paginated li.active {
  color: white;
  background-color: #62BB46;
  padding: 8px 16px;
}

#transaction-history #paginated li.disabled {
  color: black;
  background-color: #ddd;
  padding: 8px 16px;
  cursor: not-allowed;
}

#transaction-history .pagination {
  margin-top: -1rem;
}

/* ===================== Slider ===================== */

.slider-wrapper #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1000;
}

.slider-wrapper #progressBar #bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
  background: #60bb46;
}

.slider-wrapper .owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.slider-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page span {
  margin: 5px 2px 7px;
  background-color: white;
  width: 8px;
  height: 8px;
}

.slider-wrapper .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
}

.slider-wrapper .owl-carousel .item {
  padding: 0px 0;
  color: white;
}

.slider-wrapper .owl-carousel .item img {
  max-width: 100%;
}

.slider-wrapper .owl-carousel,.big-slide-wrapper .owl-carousel {
  height: 280px;
}

/* ===================== Home ===================== */

.home-title-wrapper {
  width: 100%;
  height: 28px;
  padding: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.home-title-wrapper .home-title {
  display: inline-block;
  margin-right: 10px;
}

.home-title-wrapper .inner-divider {
  content: '';
  display: inline-block;
  float: right;
  border-top: 1px solid #4c4c4c;
  margin-top: 12px;
}

.history-games {
  width: 100%;
}

.history-games .inner-divider {
  width: 66%;
}

.history-games .inner-divider.idr {
  width: 33%;
}

.history-games a {
  display: inline-block;
}

.history-games a:hover span,.history-games a:focus span {
  color: #54A43D;
  text-decoration: none;
}

.history-games a .history-games-item {
  margin-right: 5px;
}

.history-games a .history-games-item .history-games-img {
  width: 85px;
  height: 85px;
  border: none;
  border-radius: .5rem;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 10px;
  background-position: 50% 50%;
}

.history-games a .history-games-item span {
  max-width: 85px;
  margin: 0 auto;
  display: block;
  font: 11px 'allerregular';
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #60bb46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-games .games-casino-group,.history-games .games-slots-group,.history-games .games-others-group,.history-games .games-favourite-group {
  display: inline-block;
  margin-right: 5px;
}

.history-games .games-casino-group:last-child,.history-games .games-slots-group:last-child,.history-games .games-others-group:last-child,.history-games .games-favourite-group:last-child {
  margin-right: 0;
}

.history-games .games-casino-group .history-games-title,.history-games .games-slots-group .history-games-title,.history-games .games-others-group .history-games-title,.history-games .games-favourite-group .history-games-title {
  margin-bottom: 5px;
  font: 14px 'allerregular';
  font-weight: bold;
  color: #60bb46;
  text-transform: uppercase;
}

.history-games .games-casino-group .history-games-casino,.history-games .games-casino-group .history-games-slots,.history-games .games-casino-group .history-games-others,.history-games .games-casino-group .history-games-favourite,.history-games .games-slots-group .history-games-casino,.history-games .games-slots-group .history-games-slots,.history-games .games-slots-group .history-games-others,.history-games .games-slots-group .history-games-favourite,.history-games .games-others-group .history-games-casino,.history-games .games-others-group .history-games-slots,.history-games .games-others-group .history-games-others,.history-games .games-others-group .history-games-favourite,.history-games .games-favourite-group .history-games-casino,.history-games .games-favourite-group .history-games-slots,.history-games .games-favourite-group .history-games-others,.history-games .games-favourite-group .history-games-favourite {
  display: flex;
  flex-direction: row;
}

.history-games .games-casino-group .history-games-casino .history-games-item,.history-games .games-casino-group .history-games-slots .history-games-item,.history-games .games-casino-group .history-games-others .history-games-item,.history-games .games-casino-group .history-games-favourite .history-games-item,.history-games .games-slots-group .history-games-casino .history-games-item,.history-games .games-slots-group .history-games-slots .history-games-item,.history-games .games-slots-group .history-games-others .history-games-item,.history-games .games-slots-group .history-games-favourite .history-games-item,.history-games .games-others-group .history-games-casino .history-games-item,.history-games .games-others-group .history-games-slots .history-games-item,.history-games .games-others-group .history-games-others .history-games-item,.history-games .games-others-group .history-games-favourite .history-games-item,.history-games .games-favourite-group .history-games-casino .history-games-item,.history-games .games-favourite-group .history-games-slots .history-games-item,.history-games .games-favourite-group .history-games-others .history-games-item,.history-games .games-favourite-group .history-games-favourite .history-games-item {
  margin-right: 5px;
}

.history-games .games-casino-group .history-games-casino .history-games-item .history-games-img,.history-games .games-casino-group .history-games-slots .history-games-item .history-games-img,.history-games .games-casino-group .history-games-others .history-games-item .history-games-img,.history-games .games-casino-group .history-games-favourite .history-games-item .history-games-img,.history-games .games-slots-group .history-games-casino .history-games-item .history-games-img,.history-games .games-slots-group .history-games-slots .history-games-item .history-games-img,.history-games .games-slots-group .history-games-others .history-games-item .history-games-img,.history-games .games-slots-group .history-games-favourite .history-games-item .history-games-img,.history-games .games-others-group .history-games-casino .history-games-item .history-games-img,.history-games .games-others-group .history-games-slots .history-games-item .history-games-img,.history-games .games-others-group .history-games-others .history-games-item .history-games-img,.history-games .games-others-group .history-games-favourite .history-games-item .history-games-img,.history-games .games-favourite-group .history-games-casino .history-games-item .history-games-img,.history-games .games-favourite-group .history-games-slots .history-games-item .history-games-img,.history-games .games-favourite-group .history-games-others .history-games-item .history-games-img,.history-games .games-favourite-group .history-games-favourite .history-games-item .history-games-img {
  width: 85px;
  height: 85px;
  border: 2px solid #5d5d5d;
  border-radius: .5rem;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 10px;
  background-position: 50% 50%;
}

.history-games .games-casino-group .history-games-casino .history-games-item .history-games-name,.history-games .games-casino-group .history-games-slots .history-games-item .history-games-name,.history-games .games-casino-group .history-games-others .history-games-item .history-games-name,.history-games .games-casino-group .history-games-favourite .history-games-item .history-games-name,.history-games .games-slots-group .history-games-casino .history-games-item .history-games-name,.history-games .games-slots-group .history-games-slots .history-games-item .history-games-name,.history-games .games-slots-group .history-games-others .history-games-item .history-games-name,.history-games .games-slots-group .history-games-favourite .history-games-item .history-games-name,.history-games .games-others-group .history-games-casino .history-games-item .history-games-name,.history-games .games-others-group .history-games-slots .history-games-item .history-games-name,.history-games .games-others-group .history-games-others .history-games-item .history-games-name,.history-games .games-others-group .history-games-favourite .history-games-item .history-games-name,.history-games .games-favourite-group .history-games-casino .history-games-item .history-games-name,.history-games .games-favourite-group .history-games-slots .history-games-item .history-games-name,.history-games .games-favourite-group .history-games-others .history-games-item .history-games-name,.history-games .games-favourite-group .history-games-favourite .history-games-item .history-games-name {
  max-width: 85px;
  margin: 0 auto;
  display: block;
  font: 11px 'allerregular';
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #60bb46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-games .inner-divider {
  width: 5%;
}

.new-games .inner-divider.idr {
  width: 57%;
}

.new-games a {
  display: inline-block;
  text-decoration: none;
}

.new-games a .new-games-item.idr .new-games-bg {
  background: #000;
  width: 275px;
  max-height: 85px;
  margin-bottom: 5px;
}

.new-games a .new-games-item.idr .new-games-bg .new-games-img {
  width: 275px;
  height: 85px;
  border: none;
  border-radius: .5rem;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.new-games a .new-games-item.idr .new-games-bg .new-games-img .grad {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  width: inherit;
  height: 85px;
  position: absolute;
  border-radius: 0 .5rem .5rem 0;
}

.new-games a .new-games-item.idr .new-games-bg .new-games-img .btn {
  display: inline-block;
  font: 11px 'allerregular';
  text-transform: uppercase;
  margin: 27px 15px;
  position: relative;
}

.new-games .new-games-item .new-games-title {
  margin-bottom: 5px;
  font: 14px 'allerregular';
  font-weight: bold;
  color: #77787b;
  text-transform: uppercase;
  text-align: left;
}

.new-games .new-games-item .new-games-bg {
  background: #000;
  width: 157px;
  max-height: 85px;
  margin-bottom: 5px;
}

.new-games .new-games-item .new-games-bg .new-games-img {
  width: 157px;
  height: 85px;
  border: 2px solid #5d5d5d;
  border-radius: .5rem;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.new-games .new-games-item .new-games-bg .new-games-img .grad {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  width: inherit;
  height: 85px;
  position: absolute;
  border-radius: 0 .5rem .5rem 0;
}

.new-games .new-games-item .new-games-bg .new-games-img .btn {
  display: inline-block;
  font: 11px 'allerregular';
  text-transform: uppercase;
  margin: 27px 15px;
  position: relative;
}

.new-games .new-games-item span {
  display: block;
  font: 12px 'allerregular';
  text-transform: uppercase;
  font-weight: 700;
  color: #77787b;
}

.new-games .new-games-item .btn-play-newgames {
  font-size: 12px;
  text-transform: uppercase;
}

.new-promo .inner-divider {
  width: 77%;
}

.new-promo a {
  display: inline-block;
  text-decoration: none;
  margin-right: 55px;
}

.new-promo a:last-child {
  margin-right: 0;
}

.new-promo a:hover .promo-item .promo-item-title span + span,.new-promo a:focus .promo-item .promo-item-title span + span {
  color: #54A43D;
  text-decoration: none;
}

.new-promo a .promo-item {
  max-width: 295px;
  height: 85px;
  display: block;
}

.new-promo a .promo-item img {
  width: 180px;
  height: 85px;
  vertical-align: top;
}

.new-promo a .promo-item .new-promo-img {
  width: 180px;
  height: 85px;
  vertical-align: top;
  display: inline-block;
  border-radius: .5rem;
  overflow: hidden;
  background-size: cover;
  background-position: 0 50%;
}

.new-promo a .promo-item .promo-item-title {
  padding-left: 10px;
  max-width: 110px;
  height: 50px;
  display: inline-block;
}

.new-promo a .promo-item .promo-item-title span {
  font-size: 14px;
  color: #fff;
  max-height: 50px;
}

.new-promo a .promo-item .more {
  display: inline-block;
  font: 11px 'allerregular';
  text-transform: uppercase;
  text-decoration: underline;
  color: #60bb46;
}

.rounded {
  border-radius: .5rem;
}

.rounded-left {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}

.btn-lg-wrapper {
  padding: 25px 0;
}

.btn-lg-wrapper .btn-lg {
  display: block;
  margin: 20px 0;
}

.btn-lg-wrapper a {
  text-decoration: none;
}

.btn-lg-wrapper .btn {
  font: 'allerregular';
  font-weight: bold;
  text-transform: uppercase;
}

.home-info-wrapper {
  margin-top: 30px;
  padding: 24px 10px;
  background: #fff;
}

.home-info-wrapper .home-info-transfer h3,.home-info-wrapper .home-info-deposit h3 {
  color: #60bb46;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.home-info-wrapper .home-info-transfer img,.home-info-wrapper .home-info-deposit img {
  display: block;
  padding: 10px 0;
}

.home-info-wrapper .home-info-transfer p {
  color: #77787b;
  font-size: 12px;
  text-align: justify;
}

.home-info-wrapper .home-info-transfer a {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.home-info-wrapper .home-info-deposit {
  font-size: 13px;
  color: #77787b;
}

.home-info-wrapper .home-info-deposit .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.home-info-wrapper .home-info-deposit .attention-info {
  width: 100%;
  height: 50px;
  padding: 8px;
  background: #ffc000;
  color: #363636;
  font-size: 13px;
  margin-top: 30px;
}

.home-info-wrapper .home-info-deposit .attention-info > div {
  display: inline-block;
  max-width: 85%;
}

.home-info-wrapper .home-info-deposit .attention-info > div:first-child {
  vertical-align: top;
}

.home-info-wrapper .home-info-deposit .attention-info > div:last-child {
  max-width: 85%;
  line-height: 1rem;
}

.content-wrapper-bottom .col-md-4 {
  width: 35%;
}

.content-wrapper-bottom .col-md-8 {
  width: 65%;
}

.title-green {
  font-size: 16px;
  text-transform: uppercase;
  color: #60bb46;
  margin-bottom: 10px;
}

.home-our-games-wrapper a {
  display: inline-flex;
  text-decoration: none;
}

.home-our-games-wrapper a:focus,.home-our-games-wrapper a:hover {
  text-decoration: underline;
}

.home-our-games-wrapper a .home-our-games-item {
  max-width: 74px;
  display: block;
  margin-bottom: 5px;
}

.home-our-games-wrapper a .home-our-games-item span {
  max-width: 85px;
  margin: 0 auto;
  padding-top: 3px;
  display: block;
  font: 10px 'allerregular';
  text-align: center;
  text-transform: uppercase;
  color: #60bb46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-promotion-wrapper .home-promotion-item {
  margin-bottom: 21px;
}

.home-promotion-wrapper .home-promotion-item .home-promotion-image {
  width: 417px;
  display: inline-flex;
  max-height: 65px;
  border: 1px solid #60bb46;
}

.home-promotion-wrapper .home-promotion-item .home-promotion-button {
  display: inline-flex;
  align-items: center;
  height: 74px;
  border-radius: 4px;
  background-color: #16a3a7;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.home-promotion-wrapper .home-promotion-item .home-promotion-button:hover {
  background-color: #097376;
}

.home-promotion-wrapper .home-promotion-more {
  margin-top: -10px;
  text-align: center;
}

.home-promotion-wrapper .home-promotion-more a {
  font-size: 14px;
  font-weight: bold;
  color: #60bb46;
  text-decoration: underline;
}

.home-promotion-wrapper .home-promotion-more a:focus,.home-promotion-wrapper .home-promotion-more a:hover {
  text-decoration: none;
}

.game-one-third-home {
  float: left;
  width: 31.90%;
  margin: 0 10px;
}

.game-one-third-home:first-child {
  margin: 0 10px 0 0;
}

.game-one-third-home:last-child {
  margin: 0 0 0 10px;
}

.game-one-third-home a {
  color: #60bb46;
  text-decoration: none;
  overflow: hidden;
}

.game-one-third-home a:hover {
  text-decoration: underline;
}

.game-one-third-home a:hover .home-hover-buttons {
  opacity: 1;
}

.game-one-third-home a > .home-hover-buttons {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 31.9%;
  height: auto;
  border: 2px solid #58595b;
}

.game-one-third-home a > .home-hover-buttons .home-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 30.5% auto;
  text-align: center;
}

.game-one-third-home a > .home-hover-buttons .home-play-button img {
  width: 100px;
  margin-right: 11px;
}

.game-one-third-home a > .home-hover-buttons .home-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

.game-one-third-home a > img {
  border: 2px solid #58595b;
}

.game-one-third-home a > .game-one-third-title {
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.slider-progress-main-banner {
  width: 100%;
  height: 3px;
  background: #eee;
}

.slider-progress-main-banner .progress {
  width: 0%;
  height: 3px;
  background: #62BB46;
}

.hotmatch {
  font-size: 16px;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  overflow: hidden;
  padding: 26px;
  width: 100%;
}

.hotmatch .hm-category {
  display: flex;
  font-weight: bold;
  color: #ffff;
  position: relative;
}

.hotmatch .hm-category .hotmatch-icon {
  position: absolute;
  left: 13%;
}

.hotmatch .hm-category .hotmatch-icon.before-login {
  left: 8.5%;
}

.hotmatch .hm-category .hm-category-title {
  font-weight: bold;
  margin-right: 4%;
}

.hotmatch .hm-category .hm-category-active {
  cursor: pointer;
  color: gray;
}

.hotmatch .hm-category .hm-category-active:hover {
  color: white;
}

.hotmatch .hm-category .active {
  background-color: #62BB46;
  border-radius: 5px;
  color: white;
}

.hotmatch .hm-lobby {
  display: flex;
  margin-top: 20px;
  font-size: .8rem;
}

.hotmatch .hm-lobby .promo-tag {
  color: #fff;
  font-size: 12px;
  width: 68px;
  height: 20px;
  background: red;
  text-align: center;
  border-radius: 3px;
  margin-left: 10px;
  z-index: 1;
}

.hotmatch .hm-lobby .promo-gif {
  content: '';
  background-image: url("/assets/img/fire.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 50px;
  width: 100px;
  position: absolute;
  right: -20%;
  top: -1rem;
  mix-blend-mode: lighten;
}

.hotmatch .hm-lobby .promo-title {
  overflow: hidden;
  background-color: red;
  padding-left: 5px;
  height: 25px;
  text-transform: uppercase;
}

.hotmatch .hm-lobby .slick-slide {
  margin: 0 10px;
}

.hotmatch .hm-lobby .card-hm {
  border-radius: 5px;
  width: 15rem;
}

.hotmatch .hm-lobby .card-hm.bg-sepakbola {
  background-image: url("../images/home/hotmatch/Sepakbola.webp");
  background-position: center;
  background-size: cover;
}

.hotmatch .hm-lobby .card-hm.bg-basket {
  background-image: url("../images/home/hotmatch/Basketball.webp");
  background-position: center;
  background-size: cover;
}

.hotmatch .hm-lobby .card-hm.bg-e-sport {
  background-image: url("../images/home/hotmatch/Esport.webp");
  background-position: center;
  background-size: cover;
}

.hotmatch .hm-lobby .card-hm .card-title {
  background: linear-gradient(90deg, #07d177, #1acf65 31%, #01c1b8);
  border-radius: 5px 5px 0 0;
}

.hotmatch .hm-lobby .card-hm .card-title .text-title {
  width: 184px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hotmatch .hm-lobby .card-hm .card-title .promo-tag.hovertext:before {
  left: -110px;
}

.hotmatch .hm-lobby .card-hm .card-title .hovertext {
  position: relative;
}

.hotmatch .hm-lobby .card-hm .card-title .hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 155px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 1;
  left: -159px;
  top: 0;
}

.hotmatch .hm-lobby .card-hm .card-title .hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

.hotmatch .hm-lobby .card-hm .home-away {
  color: white;
  height: 115px;
}

.hotmatch .hm-lobby .card-hm .home-away .homeaway-name {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hotmatch .hm-lobby .card-hm .home-away .rounded-home {
  border-radius: 999px;
  width: 30px;
  background: #11ac4a;
}

.hotmatch .hm-lobby .card-hm .home-away .rounded-away {
  border-radius: 999px;
  width: 30px;
  background: red;
}

.hotmatch .hm-lobby .card-hm .home-away .hdp-odds {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  color: white;
}

.hotmatch .hm-lobby .card-hm .home-away .hdp-odds .hm-hdp,.hotmatch .hm-lobby .card-hm .home-away .hdp-odds .hm-odds {
  background: #14A2A7;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.hotmatch .hm-lobby .card-hm .home-away .hdp-odds .hm-hdp .text-bet,.hotmatch .hm-lobby .card-hm .home-away .hdp-odds .hm-odds .text-bet {
  margin-left: 10px;
  margin-right: 10px;
}

.hotmatch .hm-lobby .hm-hdp > p {
  margin: 0;
  font-size: 10px;
}

.hotmatch .hm-lobby .hm-odds > p {
  margin: 0;
  font-size: 10px;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(25, 25, 25, 0.9);
}

/* Modal Content (image) */

.img-banner {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add Animation */

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */

.close-banner {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  z-index: 999;
  transition: 0.3s;
}

.close-banner:hover,.close-banner:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.content-popup-banner {
  position: relative;
  height: 100%;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* ===================== Footer ===================== */

.copyright {
  font-size: 12px;
  font-weight: 600;
  padding: 18px 15px;
  color: #fff;
}

#footer {
  position: absolute;
  width: 100%;
}

#footer .icon-know-limits {
  width: 28px;
  height: 28px;
}

#footer .icon-eighteen-plus {
  width: 28px;
  height: 28px;
}

#footer .icon-online-safety {
  width: 72px;
  height: 28px;
}

#footer .icon-spam-free {
  width: 38px;
  height: 30px;
}

#footer .icon-bca {
  width: 59px;
  height: 19px;
}

#footer .icon-bni {
  width: 55px;
  height: 19px;
}

#footer .icon-bri {
  width: 79px;
  height: 19px;
}

#footer .icon-danamon {
  width: 77px;
  height: 19px;
}

#footer .icon-mandiri {
  width: 79px;
  height: 19px;
}

#footer .icon-cimb {
  width: 77px;
  height: 19px;
}

#footer .icon-permata {
  width: 80px;
  height: 19px;
}

#footer .icon-kospin {
  width: 88px;
  height: 19px;
}

#footer .icon-voucher {
  width: 80px;
  height: 15px;
}

#footer .icon-bangkok-bank {
  width: 85px;
  height: 19px;
}

#footer .icon-kasikorn-bank {
  width: 76px;
  height: 19px;
}

#footer .icon-krungsri-bank {
  width: 50px;
  height: 19px;
}

#footer .icon-tmb-bank {
  width: 60px;
  height: 35px;
}

#footer .icon-acb-bank {
  width: 60px;
  height: 25px;
}

#footer .icon-sacom-bank {
  width: 64px;
  height: 19px;
}

#footer .icon-techcom-bank {
  width: 68px;
  height: 32px;
}

#footer .icon-vientin-bank {
  width: 70px;
  height: 27px;
}

#footer .icon-vietcom-bank {
  width: 65px;
  height: 27px;
}

#footer .icon-mega {
  width: 100px;
  height: 17px;
}

#footer .icon-panin {
  width: 71px;
  height: 18px;
}

#footer .icon-jenius {
  width: 71px;
  height: 18px;
}

#footer .icon-btpn {
  width: 60px;
  height: 26px;
}

#footer .icon-maybank {
  width: 80px;
  height: 36px;
  margin-top: -8px;
}

#footer .footer-wrapper {
  background: #191919;
  border-bottom: 2px solid #60bb46;
  height: 52px;
}

#footer .footer-links {
  padding: 14px 0;
}

#footer .footer-links li {
  display: inline-flex;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

#footer .footer-links li:first-child {
  padding-left: 0;
}

#footer .footer-links li:last-child {
  border-right: 0;
}

#footer .footer-links li a {
  font-size: 0.65rem;
  font-family: 'open_sansregular';
  color: #fff;
  text-decoration: none;
}

#footer .footer-links li a:hover,#footer .footer-links li a:focus {
  text-decoration: underline;
}

#footer .footer-feature {
  padding: 9px 0 3px;
}

#footer .footer-feature li {
  display: inline-flex;
  padding: 0 5px;
}

#footer .footer-feature li:last-child {
  padding-right: 0;
}

#footer .footer-copy {
  background: #282828;
  font-size: 0.6875rem;
  color: #616161;
  padding: 10px 0;
}

#footer .footer-copy .statement {
  padding: 0 15px;
  width: 674px;
  float: left;
  color: #d2c9c9;
}

#footer .footer-copy .statement h1 {
  font-size: 16px;
  margin-bottom: 15px;
}

#footer .footer-copy .statement p.footer-title {
  font-size: 16px;
  margin-bottom: 15px;
}

#footer .footer-copy .advantage {
  /* width: 341px;float: right;padding-left: 15px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-end: 1;
}

#footer .footer-copy .payment li,#footer .footer-copy .license li,#footer .footer-copy .partners li {
  display: inline-flex;
  padding: 5px;
}

#footer .footer-copy .payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#footer .footer-copy .payment li:nth-child(odd) {
  padding-right: 0;
}

#footer .footer-copy .license li,#footer .footer-copy .partners li {
  padding-right: 0;
}

#footer .footer-copy .col-payment {
  display: inline-block;
  width: 202px;
  padding-right: 15px;
  float: right;
  border-right: 1px solid #616161;
}

#footer .footer-copy .col-license-partners {
  display: inline-block;
  /* width: 124px; */
  padding-left: 15px;
  float: right;
}

#footer .footer-copy .col-license-partners2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-top: 10px;
  margin-bottom: 15px;
}

#footer .footer-copy .col-license-partners2 .partners li {
  float: none;
}

#footer .footer-copy .col-license-partners2 div {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: left;
}

#footer .footer-copy .col-title {
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 5px;
  clear: both;
}

#footer .footer-copy .col-title h4 {
  font-size: 12px;
}

.footer-copy .license li a,.footer-copy .partners li a {
  background: url("../images/ftr-ico.png");
  background-position-y: -33px;
  background-repeat: no-repeat;
  display: inline-flex;
  opacity: .8;
}

.footer-copy .license a.cagayan {
  background-position: 0px -35px;
  width: 127px;
  height: 27px;
}

.footer-copy .license a.cagayan:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.footer-copy .license a.bmm {
  background-position: -113px -35px;
  width: 92px;
  height: 27px;
}

.footer-copy .license a.bmm:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.footer-copy .license a.ceza {
  background-position: -237px -35px;
  width: 25px;
  height: 27px;
  margin-right: 10px;
}

.footer-copy .license a.ceza:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.footer-copy .license a.pagcor {
  background-position: -2010px -35px;
  width: 114px;
  height: 27px;
}

.footer-copy .license a.pagcor:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.footer-copy .partners li {
  /* width: 130px; */
  justify-content: flex-end;
}

.footer-copy .partners a {
  width: 128px;
  height: 27px;
  /* transition: all 0.3s ease-in-out; */
}

.footer-copy .partners a.gameplay {
  background-position-x: -1368px;
  width: 113px;
}

.footer-copy .partners a.sg8 {
  background-position-x: -1487px;
  width: 47px;
}

.footer-copy .partners a.sports-5050 {
  background-position-x: -1804px;
  width: 42px;
}

.footer-copy .partners a.idnplay {
  background-position-x: -888px;
  width: 105px;
}

.footer-copy .partners a:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}

/* ===================== Poker ===================== */

/* .bannerPoker {
	height: 20%;
	margin-top: auto;
} */

.pokerContainer {
  width: 100%;
  position: absolute;
  top: 510px;
  left: 5px;
}

.pokerContainer .pokerh1 {
  /* background-image: url(../images/sports-pokerh1.png);
		background-repeat: no-repeat; */
  text-align: center;
  /* padding-top: 0px; */
  width: 425px;
  margin: 0 auto;
  height: 65px;
}

.pokerContainer .pokerh1 .pokerText {
  /* padding: 6px 32px 6px 0px; */
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

.pokerContainer .bannerPokertext {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.bannerChoose {
  padding: 2% 34%;
}

.chooseContainer {
  width: 100%;
  text-align: center;
  margin-top: 8%;
  /* position: absolute;
	bottom: -71px; */
}

.chooseContainer .chooseText {
  /* padding: 1px 0px 21px 343px; */
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: #fff; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.center-poker {
  /* width: 1000px;
	margin: 0 auto; */
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center;
	flex-direction: column; */
}

.center-poker .fleks1 {
  display: flex;
  justify-content: center;
}

.center-poker .fleks1:hover .tableIconsPoker {
  opacity: 0.6;
}

.center-poker .fleks1 .tableIconsPoker {
  width: 125px;
  padding: 0 15px;
  height: 95px;
}

.center-poker .tableTexts {
  color: #fff;
  text-align: center;
  width: 130px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.mobileContainer {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 1%;
}

.mobileContainer .mobileText {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ios-download {
  text-decoration: none;
}

.ios-download .ios-button {
  padding: 10px 30px;
  border-radius: 4px;
  border: 1px solid #16a2a7;
  color: #16a2a7;
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#020202',GradientType=0 );
  text-transform: uppercase;
}

.android-download .android-button {
  padding: 10px 30px;
  border-radius: 4px;
  border: 1px solid #60bb46;
  color: #60bb46;
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#020202',GradientType=0 );
  text-transform: uppercase;
}

.secondbanner {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondbanner a > img {
  width: 100%;
  height: auto;
}

#tab1 {
  display: block;
}

#tab2 {
  display: none;
}

.thirdbanner {
  background: url(../images/sports-3rdbanner.jpg) top center no-repeat;
  width: 100%;
  height: 350px;
}

.thirdbanner .chooseContainer2 {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  /* padding: 44px 0px 0px 713px; */
}

.thirdbanner .chooseContainer2 .chooseText2 {
  /* padding: 0px 0px 21px 104px; */
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thirdbanner .lastIcons {
  /* margin-left: 25px; */
  width: 998px;
  text-align: center;
}

.thirdbanner .lastIcons .center2 {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.thirdbanner .lastIcons .center2 .fleks3 {
  padding: 10px;
}

.thirdbanner .lastIcons .center2 .fleks3:hover .tableIcons1 {
  opacity: 0.6;
}

.thirdbanner .lastIcons .center2 .fleks3 .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.thirdbanner .lastIcons .center2 .tableTexts1 {
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
}

.thirdbanner .lastIcons .moreinfo {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#poker-tournament table,#poker-tournament td,#poker-tournament th {
  border: 1px solid;
}

#poker-tournament th {
  text-align: center;
  background-color: #000;
  padding: 12px;
  text-transform: uppercase;
}

#poker-tournament td {
  text-align: center;
  padding: 8px;
}

#poker-tournament tr:nth-child(even) {
  background-color: #8f8f8f;
}

#poker-tournament table {
  color: white;
  width: 100%;
  border-collapse: collapse;
}

#profile .form-control[readonly] {
  color: black !important;
  background-color: white !important;
}

#profile .card {
  border-radius: 10px;
  min-height: 236px;
}

#profile .card .tags-rejected {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

#profile .card .tags-rejected p {
  font-size: 30px;
  text-transform: uppercase;
  color: red;
  font-weight: bold;
  border: 5px red solid;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

#profile .card .tags-pending {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

#profile .card .tags-pending p {
  font-size: 30px;
  text-transform: uppercase;
  color: yellow;
  font-weight: bold;
  border: 5px yellow solid;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

#profile .card.card-add-bank {
  position: relative;
}

#profile .card.card-add-bank .card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#profile .card .card-header {
  background-color: #60bb46;
  color: white;
  border-radius: 10px 10px 0 0;
}

/* ===================== Casino Landing ===================== */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bannerCasino {
  height: 20%;
  margin-top: auto;
}

.casinoContainer {
  width: 100%;
  position: absolute;
  top: 455px;
  left: 13px;
}

.casinoContainer .casinoh1 {
  /* background-image: url(../images/_casino/_casino-h1.png); */
  /* background-repeat: no-repeat; */
  text-align: center;
  width: 463px;
  margin: 0 auto;
  height: 60px;
}

.casinoContainer .casinoh1 .casinoText {
  /* padding: 49px 49px 0px 9px; */
  font-family: allerrbold;
  letter-spacing: 1px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

.casinoContainer .bannerCasinotext {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 5px 38px 0 10px;
}

.bannerChooseCasino {
  padding: 8% 34%;
}

.chooseContainer-casino {
  width: 100%;
  text-align: center;
  margin-top: 7%;
  /* position: absolute; */
  /* bottom: -11px; */
}

.chooseContainer-casino .chooseText {
  /* padding: 1px 0px 81px 344px; */
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.studioPosition {
  /* position: absolute; */
  margin-top: -2%;
}

.studioPosition .fleks1Casino {
  display: flex;
  justify-content: center;
}

.studioPosition .fleks1Casino:hover .studioImages {
  opacity: 0.6;
}

.studioPosition .fleks1Casino:hover .gameImages {
  opacity: 0.6;
}

.studioPosition .fleks1Casino .studioImages {
  width: 100%;
  padding: 0 15px;
  height: auto;
  /* margin-top: -55px; */
  z-index: 1029;
}

.studioPosition .fleks1Casino .gameImages {
  width: 100%;
  padding: 0 15px;
  height: auto;
  /* margin-top: -55px; */
  z-index: 1029;
}

.studioPosition .studioTexts {
  color: #fff;
  text-align: center;
  width: 249px;
  font-weight: bold;
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
}

.inviContainerP {
  width: 100%;
  text-align: center;
  /* position: absolute; */
  /* margin: -330px 10px 10px 782px; */
  position: absolute;
  margin-top: 8%;
}

.inviContainerP .inviTextP {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inviContainerP .inviTextP2 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.bannersecond {
  background: url(../images/_casino/_casino-mobile.png) top center no-repeat;
  height: 480px;
  margin-top: -7%;
}

.bannersecond-thai {
  background: url(../images/_casino/_casino-mobile-thai.png) top center no-repeat;
  height: 480px;
  margin-top: -7%;
}

.tabGradientCasino {
  text-align: center;
  height: 250px;
  background-color: #282828;
  background-image: radial-gradient(circle farthest-corner, #282828, #070707);
  background-size: 100% 100px;
}

.tabGradientCasino .benefitsText {
  height: 18px;
  width: 371px;
  padding: 0px 0px 0px 0px;
  margin: 23px;
}

.tabGradientCasino .inviContainer {
  width: 100%;
  text-align: center;
  padding-top: 1%;
  /* margin: 0px 0px 0px 10px; */
}

.tabGradientCasino .inviContainer .inviText {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent; */
  /* margin: -41px 18px 0px 0px; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabGradientCasino .centerBenefits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.tabGradientCasino .centerBenefits .fleks3Casino {
  padding: 10px;
}

.tabGradientCasino .centerBenefits .fleks3Casino:hover .tableIcons1 {
  opacity: 0.6;
}

.tabGradientCasino .centerBenefits .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.tabGradientCasino .center2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.tabGradientCasino .center2 .benefitsIcontxt {
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
}

.tabGradientCasino .moreinfoCasino {
  text-align: center;
  /* padding: 22px 10px 10px 42px; */
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ===================== Casino Inside ===================== */

.game-title-wrapper {
  width: 100%;
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  height: 40px !important;
}

.game-title-wrapper .breadcrumb {
  width: 280px;
  float: left;
  padding: 2px 0 3px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: .75rem;
}

.game-title-wrapper .breadcrumb ol li {
  display: inline-block;
}

.game-title-wrapper .breadcrumb ol li a {
  margin-right: 5px;
}

.game-title-wrapper .category-title h1 {
  float: left;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  width: 42%;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-title-wrapper .category-title h1 img {
  width: 24px;
  vertical-align: top;
  margin-right: 10px;
}

.game-title-wrapper .search-input {
  width: 205px;
  height: 20px;
  position: relative;
  float: right;
}

.game-title-wrapper .search-input input {
  height: 20px;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  padding-right: 35px;
}

#casino .col-sm-3 {
  max-width: 18%;
  padding-right: 0;
  padding-left: 0;
  background: #b1b3b6;
  min-height: 563px;
}

#casino .col-sm-3 .casino-sidebar-nav {
  text-align: center;
}

#casino .col-sm-3 .casino-sidebar-nav .sort {
  font-size: 12px;
  padding: 8px 0;
}

#casino .col-sm-3 .casino-sidebar-nav li {
  padding: 10px 0;
  background: #7f7f7f;
  background: linear-gradient(to bottom, #7f7f7f 0%, #525252 100%, #525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#525252',GradientType=0 );
}

#casino .col-sm-3 .casino-sidebar-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#casino .col-sm-3 .casino-sidebar-nav li a.active,#casino .col-sm-3 .casino-sidebar-nav li a:focus,#casino .col-sm-3 .casino-sidebar-nav li a:hover {
  color: #60bb46;
}

#casino .col-sm-9 {
  width: 100%;
  padding: 0;
  background: #000000;
  min-height: 563px;
}

#casino .col-sm-9 .horizontal-list-wrapper {
  width: 100%;
  padding: 20px 30px;
  white-space: nowrap;
  overflow: hidden;
}

#casino .col-sm-9 .horizontal-list-wrapper .h1SEO1 {
  position: absolute;
  font-size: 23px;
  margin: 10px 341px;
  color: transparent;
}

#casino .col-sm-9 .horizontal-list-wrapper .title-pos1 {
  width: 12%;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
}

#casino .col-sm-9 .horizontal-list-wrapper .game-one-half-casino {
  float: left;
  width: 25%;
  margin-top: 20px;
}

#casino .col-sm-9 .horizontal-list-wrapper .game-one-half-casino .game-box-casino {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#casino .col-sm-9 .horizontal-list-wrapper .game-one-half-casino .game-box-casino:hover .game-title-casino {
  color: #60bb46;
  text-decoration: none !important;
}

#casino .col-sm-9 .horizontal-list-wrapper .game-one-half-casino .game-box-casino img.cas-img {
  border: 1px solid #707174;
}

#casino .col-sm-9 .horizontal-list-wrapper .game-one-half-casino .game-box-casino .game-title-casino {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games a {
  overflow: hidden;
  text-decoration: none;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games:hover .casino-hover-buttons {
  opacity: 1;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games .casino-hover-buttons {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 22.5%;
  height: 134px;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 31% auto;
  text-align: center;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button img {
  width: 100px;
  margin-right: 11px;
}

#casino .col-sm-9 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

#casino .col-sm-2 {
  width: 15%;
  padding-right: 0;
  padding-left: 0;
  background: #424242;
  min-height: 645px;
}

#casino .col-sm-2 .live-casino-sidebar li {
  padding: 0;
  border-bottom: 1px solid #7b7b7b;
}

#casino .col-sm-2 .live-casino-sidebar li:first-child {
  border-top: 1px solid #7b7b7b;
}

#casino .col-sm-2 .live-casino-sidebar li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 10px 45px;
  text-decoration: none;
}

#casino .col-sm-2 .live-casino-sidebar li a.active,#casino .col-sm-2 .live-casino-sidebar li a:focus,#casino .col-sm-2 .live-casino-sidebar li a:hover {
  background: #000;
  color: #60bb46;
  font-weight: bold;
}

#casino .col-sm-2 .live-casino-sidebar li a.active.active span,#casino .col-sm-2 .live-casino-sidebar li a.active:focus span,#casino .col-sm-2 .live-casino-sidebar li a.active:hover span,#casino .col-sm-2 .live-casino-sidebar li a:focus.active span,#casino .col-sm-2 .live-casino-sidebar li a:focus:focus span,#casino .col-sm-2 .live-casino-sidebar li a:focus:hover span,#casino .col-sm-2 .live-casino-sidebar li a:hover.active span,#casino .col-sm-2 .live-casino-sidebar li a:hover:focus span,#casino .col-sm-2 .live-casino-sidebar li a:hover:hover span {
  color: #60bb46;
}

#casino .col-sm-2 .live-casino-sidebar li a span {
  position: absolute;
  margin-top: -10px;
  left: 5px;
  width: 41px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  color: #fff;
}

#casino .col-sm-2 .live-casino-sidebar li a [class^="icon-"],#casino .col-sm-2 .live-casino-sidebar li a [class*=" icon-"] {
  font-size: 1.25rem;
  vertical-align: text-bottom;
}

#casino .col-sm-10 {
  width: 85%;
  padding: 0;
  min-height: 645px;
}

#casino .col-sm-10 .breadcrumb {
  padding: 12px;
}

#casino .col-sm-10 .breadcrumb ol li {
  display: inline-block;
  color: #60bb46;
}

#casino .col-sm-10 .breadcrumb ol li a {
  margin-right: 5px;
}

#casino .col-sm-10 .horizontal-list-wrapper {
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
}

#casino .col-sm-10 .horizontal-list-wrapper .game-one-half-casino {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}

#casino .col-sm-10 .horizontal-list-wrapper .game-one-half-casino .game-box-casino {
  margin: 0 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#casino .col-sm-10 .horizontal-list-wrapper .game-one-half-casino .game-box-casino:hover .game-title-casino {
  color: #60bb46;
  text-decoration: none !important;
}

#casino .col-sm-10 .horizontal-list-wrapper .game-one-half-casino .game-box-casino img.cas-img {
  border: 1px solid #707174;
}

#casino .col-sm-10 .horizontal-list-wrapper .game-one-half-casino .game-box-casino .game-title-casino {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games a {
  overflow: hidden;
  text-decoration: none;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games:hover .casino-hover-buttons {
  opacity: 1;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games .casino-hover-buttons {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 31.8%;
  height: auto;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 31% auto;
  text-align: center;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button img {
  width: 100px;
  margin-right: 11px;
}

#casino .col-sm-10 .horizontal-list-wrapper .casino-games .casino-hover-buttons .casino-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

#casino-id .col-sm-3 {
  max-width: 18%;
  padding-right: 0;
  padding-left: 0;
  background: #b1b3b6;
  min-height: 563px;
}

#casino-id .col-sm-3 .casino-id-sidebar-nav {
  text-align: center;
}

#casino-id .col-sm-3 .casino-id-sidebar-nav .sort {
  font-size: 12px;
  padding: 8px 0;
}

#casino-id .col-sm-3 .casino-id-sidebar-nav li {
  padding: 10px 0;
  background: #7f7f7f;
  background: linear-gradient(to bottom, #7f7f7f 0%, #525252 100%, #525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#525252',GradientType=0 );
}

#casino-id .col-sm-3 .casino-id-sidebar-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#casino-id .col-sm-3 .casino-id-sidebar-nav li a.active,#casino-id .col-sm-3 .casino-id-sidebar-nav li a:focus,#casino-id .col-sm-3 .casino-id-sidebar-nav li a:hover {
  color: #60bb46;
}

#casino-id .col-sm-9 {
  width: 100%;
  padding: 0;
  background: #000000;
  min-height: 563px;
}

#casino-id .col-sm-9 .horizontal-list-wrapper {
  width: 100%;
  padding: 20px 30px;
  white-space: nowrap;
  overflow: hidden;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .h1SEO1 {
  position: absolute;
  font-size: 23px;
  margin: 10px 341px;
  color: transparent;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .title-pos1 {
  width: 12%;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .game-one-half-casino-id {
  float: left;
  width: 50%;
  margin-top: 20px;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .game-one-half-casino-id .game-box-casino-id {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .game-one-half-casino-id .game-box-casino-id:hover .game-title-casino-id {
  color: #60bb46;
  text-decoration: none !important;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .game-one-half-casino-id .game-box-casino-id img.cas-img {
  border: 1px solid #707174;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .game-one-half-casino-id .game-box-casino-id .game-title-casino-id {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games a {
  overflow: hidden;
  text-decoration: none;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games:hover .casino-id-hover-buttons {
  opacity: 1;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games .casino-id-hover-buttons {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 46%;
  height: auto;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games .casino-id-hover-buttons .casino-id-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 16% auto;
  text-align: center;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games .casino-id-hover-buttons .casino-id-play-button img {
  width: 100px;
  margin-right: 11px;
}

#casino-id .col-sm-9 .horizontal-list-wrapper .casino-id-games .casino-id-hover-buttons .casino-id-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#dewabet-casino .hidden {
  display: none !important;
}

#dewabet-casino .image-wrapper {
  position: relative;
}

#dewabet-casino .tag-new {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: #60bb46;
  text-align: center;
  margin: 0;
  top: 10px;
  right: -24px;
  transform: rotate(41deg);
  box-shadow: 0px 1px 12px 1px #60bb46;
  z-index: 1;
}

#dewabet-casino .tag-promo-right {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: red;
  text-align: center;
  margin: 0;
  top: 10px;
  right: -24px;
  transform: rotate(41deg);
  box-shadow: 0px 1px 12px 1px red;
  z-index: 1;
}

#dewabet-casino .tag-promo {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: red;
  text-align: center;
  margin: 0;
  top: 10px;
  left: -24px;
  transform: rotate(-41deg);
  box-shadow: 0px 1px 12px 1px red;
  z-index: 1;
}

#dewabet-casino .favorite-game {
  background: black;
  padding: 5px;
  font-size: 20px;
  color: white;
  position: absolute;
  z-index: 11;
  cursor: default;
}

#dewabet-casino .maintenance img {
  filter: grayscale(1) !important;
}

#dewabet-casino .game-wrapper .image-wrapper .overlay-maintenance {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75) url("../images/icon-maintenance-new.png") no-repeat;
  background-size: 56px;
  background-position: 92px 6px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.2s linear;
  opacity: 0;
}

#dewabet-casino .game-wrapper:hover .image-wrapper .overlay-maintenance {
  opacity: 1;
  transition: 0.2s linear;
  /* animation-name: fadeIn;
        animation-duration: 0.7s;
        animation-timing-function: linear;
        animation-delay: 0.5s;
        animation-direction: alternate;
        animation-play-state: running;
        animation-fill-mode: forwards; */
}

#dewabet-casino .new-idnlive-wrapper {
  grid-column: span 3;
  grid-row: span 2;
  margin-top: auto;
  border: #e3b920 4px solid;
}

#dewabet-casino .new-idnlive-wrapper .image-wrapper {
  max-height: 180px !important;
}

#dewabet-casino .new-idnlive-wrapper .image-wrapper img {
  height: 180px !important;
}

#dewabet-casino .remove {
  height: 100%;
  color: white;
  font-size: 25px;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul .icon {
  background-position-y: -4px;
  background-size: 31px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul .icon > img {
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: -0.4rem;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul > li.active .icon > img {
  filter: invert(65%) sepia(60%) saturate(417%) hue-rotate(62deg) brightness(87%) contrast(92%);
}

/* ===================== Promotion ===================== */

#nav-menu2.navbar2 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  height: 45px;
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
}

#nav-menu2.navbar2 .games-wrapper2 a {
  color: #636466;
  font-family: 'allerregular';
  font-size: 13px;
  /* font-weight: bold; */
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 5px;
  opacity: 1;
  /* &:first-child {
					padding-left: 45px;
				} */
  /* &:last-child {
					padding-right: 0;
				} */
}

#nav-menu2.navbar2 .games-wrapper2 a:hover,#nav-menu2.navbar2 .games-wrapper2 a.active {
  opacity: 1;
  color: #fff;
}

#nav-menu2.navbar2 .games-wrapper2 a .iconDefault {
  display: inline-block;
  width: 25px;
  height: 30px;
}

#nav-menu2.navbar2 .games-wrapper2 a .iconHover {
  display: none;
}

#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion img,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports img,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino img,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker img,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots img,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number img,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport img,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto img,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse img,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport img {
  width: 25px;
  height: 30px;
}

#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse img:hover,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport img:hover {
  opacity: 1;
  color: #fff;
}

#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion span,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports span,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino span,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker span,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots span,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number span,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport span,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto span,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse span,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport span {
  margin-left: 10px;
  vertical-align: middle;
}

#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number.active .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport:hover .iconDefault,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport.active .iconDefault {
  display: none;
}

#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-promotion.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-sports.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-casino.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-poker.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-slots.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-virtual-sport.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-toto.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-mickeymouse.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number.active .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport:hover .iconHover,#nav-menu2.navbar2 .games-wrapper2 a.icon-esport.active .iconHover {
  display: inline-block;
}

.promo-item {
  margin-bottom: 10px;
}

.promo-item p {
  margin: unset;
}

.promo-item:last-child {
  margin-bottom: 0;
}

.promo-item .btnContainer1 {
  margin: -21px 0px 0px -34px;
}

.promo-item .info1 {
  color: #000;
  background: #e5e5e5;
  text-align: left;
  padding: 15px;
  margin: 5px 0;
}

.promo-item .promotion-content {
  font-size: 12pt;
}

.promo-item .promotion-content .tab-content ol {
  list-style: decimal;
}

.promo-item .promotion-content .tab-content ul {
  list-style: disc;
}

/* ===================== Slots ===================== */

#content .bannerSlots {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#content .bannerSlots img {
  width: 80%;
}

#content .slotsContainer {
  width: 100%;
  margin-top: -5rem;
}

#content .slotsContainer .slotsh1 {
  text-align: center;
  width: 820px;
  margin: 0 auto;
}

#content .slotsContainer .slotsh1 .slotsText {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

#content .slotsContainer .slotsh1 .ptext {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

#content .greenBackground {
  background: #000 url(../images/_slots/slots-bg-mid.jpg) bottom center no-repeat;
  width: 100%;
  height: 450px;
}

#content .greenBackground .havefun {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

#content .greenBackground .havefun .slotsText2 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content .greenBackground .slider-wrapperSlots {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#content .greenBackground .slider-wrapperSlots .slider-slot {
  position: relative;
  z-index: 1;
  display: flex;
  left: 5px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .main-slider {
  width: 100%;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .row.fishing {
  margin: 0;
  display: inline-block;
  text-align: center;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .row.fishing .fishing-item {
  width: 23%;
  display: inline-block;
  margin-bottom: 1.6rem;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots {
  justify-content: center;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 12px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1:hover .iconHoverSlot {
  display: inline-block;
  width: 204px;
  height: 162px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 .iconDefaultSlot {
  display: inline-block;
  width: 204px;
  height: 162px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 .slotPosition {
  width: 204px;
  height: 162px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 .iconHoverSlot {
  display: none;
  position: absolute;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 .iconHoverSlot .hoverPosition {
  width: 150px;
  margin: 63px auto;
}

#content .greenBackground .slider-wrapperSlots .flex {
  position: relative;
  height: 1px;
}

#content .greenBackground .slider-wrapperSlots .flex div {
  top: 90px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot-prev {
  cursor: pointer;
  z-index: 2;
  position: relative;
  color: #60bb46;
  font-size: 60px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot-next {
  cursor: pointer;
  z-index: 2;
  position: relative;
  color: #60bb46;
  font-size: 60px;
}

.banner-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -150px;
}

.slotsh3 {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

.slotsh3 .slotsContainer3 {
  width: 100%;
  text-align: center;
}

.slotsh3 .slotsContainer3 .slotsText3 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lastIcons {
  width: 1000px;
  text-align: center;
}

.lastIcons .center2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lastIcons .center2 .fleks3 {
  padding: 10px;
}

.lastIcons .center2 .fleks3 .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.lastIcons .center2 .tableTexts1 {
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.lastIcons .moreinfoSlots {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ===================== Slots Inside ===================== */

#content .game-title-wrapper {
  width: 100%;
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  height: 40px !important;
}

#content .game-title-wrapper .breadcrumb {
  width: 280px;
  float: left;
}

#content .game-title-wrapper .breadcrumb a {
  margin-right: 5px;
}

#content .game-title-wrapper .search-input {
  width: 205px;
  height: 20px;
  position: relative;
  float: right;
}

#content .game-title-wrapper .search-input input {
  height: 20px;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  padding-right: 35px;
}

#content #slots .col-sm-2 {
  width: 17%;
  padding-right: 0;
  padding-left: 0;
  background: #424242;
  min-height: 645px;
  position: sticky;
  top: 15%;
  bottom: 30px;
  transition: all 0.3s linear;
}

#content #slots .col-sm-2.currency-1 {
  position: relative;
  margin-top: 30px;
}

#content #slots .col-sm-2 .legend-icon {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#content #slots .col-sm-2 .legend-icon .legend-tournament i {
  color: #ff0000;
  font-size: 12px;
}

#content #slots .col-sm-2 .legend-icon .legend-newgame i {
  color: #00ff0c;
  font-size: 12px;
}

#content #slots .col-sm-2 .slots-sidebar li {
  padding: 0;
  border-bottom: 1px solid #7b7b7b;
}

#content #slots .col-sm-2 .slots-sidebar li:first-child {
  border-top: 1px solid #7b7b7b;
}

#content #slots .col-sm-2 .slots-sidebar li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 13.5px;
  padding: 10px 15px 10px 35px;
  text-decoration: none;
  min-height: 57px;
}

#content #slots .col-sm-2 .slots-sidebar li a.active,#content #slots .col-sm-2 .slots-sidebar li a:focus,#content #slots .col-sm-2 .slots-sidebar li a:hover {
  background: #000;
  color: #60bb46;
  font-weight: bold;
}

#content #slots .col-sm-2 .slots-sidebar li a.active.active span,#content #slots .col-sm-2 .slots-sidebar li a.active:focus span,#content #slots .col-sm-2 .slots-sidebar li a.active:hover span,#content #slots .col-sm-2 .slots-sidebar li a:focus.active span,#content #slots .col-sm-2 .slots-sidebar li a:focus:focus span,#content #slots .col-sm-2 .slots-sidebar li a:focus:hover span,#content #slots .col-sm-2 .slots-sidebar li a:hover.active span,#content #slots .col-sm-2 .slots-sidebar li a:hover:focus span,#content #slots .col-sm-2 .slots-sidebar li a:hover:hover span {
  color: #60bb46;
}

#content #slots .col-sm-2 .slots-sidebar li a.active.active span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a.active:focus span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a.active:hover span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:focus.active span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:focus:focus span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:focus:hover span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:hover.active span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:hover:focus span.icon-sg8-globalgaming,#content #slots .col-sm-2 .slots-sidebar li a:hover:hover span.icon-sg8-globalgaming {
  background: url("../svg-icons/global_gaming[green].svg") no-repeat;
  background-size: 75%;
  background-position: center;
}

#content #slots .col-sm-2 .slots-sidebar li a span {
  position: absolute;
  margin-top: 0;
  left: 0;
  width: 37px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  color: #fff;
}

#content #slots .col-sm-2 .slots-sidebar li a [class^="icon-"],#content #slots .col-sm-2 .slots-sidebar li a [class*=" icon-"] {
  font-size: 1.5rem;
  vertical-align: text-bottom;
}

#content #slots .col-sm-2 .slots-sidebar li a .small,#content #slots .col-sm-2 .slots-sidebar li a small {
  display: block;
}

#content #slots .col-sm-10 {
  width: 81%;
  padding: 0;
  min-height: 645px;
}

#content #slots .col-sm-10 .breadcrumb {
  width: 50%;
  padding: 12px;
  display: inline-flex;
}

#content #slots .col-sm-10 .breadcrumb ol li {
  display: inline-block;
  color: #60bb46;
}

#content #slots .col-sm-10 .breadcrumb ol li a {
  margin-right: 5px;
}

#content #slots .col-sm-10 .search-input {
  width: 50%;
  float: right;
  display: inline-flex;
}

#content #slots .col-sm-10 .search-input .icon-search {
  font-size: 20px;
  color: #676767;
  position: absolute;
  margin: 10px 0 0 10px;
}

#content #slots .col-sm-10 .search-input input {
  margin: 7px 0;
  color: #696969;
  font-size: 13px;
  padding: 5px 5px 5px 40px;
  border-radius: 0;
  height: 26px;
  background-color: transparent;
  border: 1px solid #696969;
}

#content #slots .col-sm-10 .horizontal-list-wrapper {
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot .game-box-slots {
  margin: 0 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot .game-box-slots:hover .game-title-slots {
  color: #60bb46;
  text-decoration: none !important;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot .game-box-slots .game-title-slots {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  padding-top: 131px;
  margin-top: 8px;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot .more-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 162px;
  font-size: 14px;
  background: #424242;
  text-align: center;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games a {
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games:hover .slot-hover-buttons {
  opacity: 1;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 23.6%;
  height: 162px;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons.idnrng {
  height: 202px;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons .slot-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 47% auto;
  text-align: center;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons .slot-play-button img {
  width: 100px;
  margin-right: 11px;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons .slot-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

#slotindex-dbcasino {
  /* .icon-opus-pragmatic-special {
		width: 37px !important;
		height: 41px !important;
		background: url({{ asset('assets/v2/desktop/svg-icons/pp-flash-promo.svg') }}) center no-repeat;
		background-size: 25px;
	}

	a:hover .icon-opus-pragmatic-special,	a.active .icon-opus-pragmatic-special {
		background: url({{ asset('assets/v2/desktop/svg-icons/pp-flash-promo-active.svg') }}) center no-repeat;
		background-size: 25px;
	} */
}

#slotindex-dbcasino .favorite-game {
  background: black;
  padding: 5px;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: default;
}

#slotindex-dbcasino #news .running-text-wrapper {
  margin-right: 1%;
}

#slotindex-dbcasino .wcl img {
  width: 150px;
}

#slotindex-dbcasino .wcl {
  position: absolute;
  right: -150px;
}

#slotindex-dbcasino .content-iframe {
  position: relative;
}

#slotindex-dbcasino .css-shapes {
  height: 80px;
  width: 0px;
  border-left: 23px solid #98231C;
  border-right: 23px solid #98231C;
  border-bottom: 39px solid transparent;
  position: absolute;
  z-index: 200;
  opacity: 0.9;
  content: 'Event';
}

#slotindex-dbcasino .maintenance {
  filter: grayscale(100%);
}

#slotindex-dbcasino .slot-hover-buttons img {
  width: 73%;
  height: 100px;
  margin-top: 20px;
}

#slotindex-dbcasino .maintenance-title {
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 5%;
  background: #373a3c;
  border-bottom: 1px solid #fff;
  color: #62bb46;
}

#slotindex-dbcasino .slots-sidebar .search-input {
  width: 100%;
  float: right;
  display: inline-flex;
}

#slotindex-dbcasino .slots-sidebar .search-input .icon-search {
  font-size: 20px;
  color: #676767;
  position: absolute;
  right: 0;
  margin: 5%;
}

#slotindex-dbcasino .slots-sidebar .search-input input {
  padding: 6px 0 8px 9px;
}

#slotindex-dbcasino .slots-sidebar .search-input input[type="text"]::-moz-placeholder {
  font-size: 13px;
}

#slotindex-dbcasino .slots-sidebar .search-input input[type="text"]::placeholder {
  font-size: 13px;
}

#slotindex-dbcasino .legend-icon {
  display: flex;
  justify-content: flex-end;
  margin: 0 1.3% 1.5% 0;
  color: #fff;
}

#slotindex-dbcasino .legend-icon div {
  margin: 0 0 0 10px;
}

#slotindex-dbcasino .col-sm-12.loader {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  opacity: 0;
  transition: all 0.2s ease-out;
}

#slotindex-dbcasino .wcl {
  visibility: hidden;
}

#slotindex-dbcasino .grayscale {
  filter: grayscale(100%);
}

#slotindex-dbcasino .slot-game-title {
  background: #373a3c;
  height: 27px;
  padding: 3px 0 0 5px;
  color: #fff;
  text-align: center;
}

#slotindex-dbcasino .tournament-icon,#slotindex-dbcasino .badge-game,#slotindex-dbcasino .new-icon {
  z-index: 1;
}

#slotindex-dbcasino .badge-game.playstar span:before {
  font-size: 1.5rem;
}

#slotindex-dbcasino .badge-game.sky {
  padding-left: 0.8rem;
}

#slotindex-dbcasino .badge-game.sky span {
  position: absolute;
}

#slotindex-dbcasino .badge-game.sky .path1 {
  margin-left: -0.8rem;
}

#slotindex-dbcasino .icon-elottery {
  background-position-y: 8px !important;
}

#content #slots .col-sm-10 .breadcrumb {
  width: 45%;
}

#content #slots .col-sm-10 .search-input {
  margin-right: 1%;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .game-one-half-slot .game-box-slots {
  position: relative;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons.maintenance {
  height: 73%;
  filter: none;
}

#content #slots .col-sm-10 .horizontal-list-wrapper .slots-games .slot-hover-buttons .slot-play-button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#content #slots .col-sm-2 .slots-sidebar li a [class^="icon-idnseamless-sky"] {
  font-size: 1.2rem;
}

/* ===================== FISHING ===================== */

#fishing-game #fishing .col-sm-10 .breadcrumb {
  width: 45%;
}

#fishing-game #fishing .col-sm-10 .search-input {
  margin-right: 1%;
}

#fishing-game .wcl img {
  width: 150px;
}

#fishing-game .wcl {
  position: absolute;
  right: -150px;
}

#fishing-game .content-iframe {
  position: relative;
}

#fishing-game .css-shapes {
  height: 80px;
  width: 0px;
  border-left: 23px solid #98231C;
  border-right: 23px solid #98231C;
  border-bottom: 39px solid transparent;
  position: absolute;
  z-index: 200;
  opacity: 0.9;
  content: 'Event';
}

#fishing-game .maintenance {
  filter: grayscale(100%);
}

#fishing-game .slot-hover-buttons img {
  width: 100%;
}

#fishing-game .maintenance-title {
  font-weight: 900;
  color: #fff;
}

#fishing-game .slots-sidebar .search-input {
  width: 100%;
  float: right;
  display: inline-flex;
}

#fishing-game .slots-sidebar .search-input .icon-search {
  font-size: 20px;
  color: #676767;
  position: absolute;
  right: 0;
  margin: 5%;
}

#fishing-game .slots-sidebar .search-input input {
  padding: 6px 0 8px 9px;
}

#fishing-game .slots-sidebar .search-input input[type="text"]::-moz-placeholder {
  font-size: 13px;
}

#fishing-game .slots-sidebar .search-input input[type="text"]::placeholder {
  font-size: 13px;
}

#fishing-game .legend-icon {
  display: flex;
  justify-content: flex-end;
  margin: 0 1.3% 1.5% 0;
  color: #fff;
}

#fishing-game .legend-icon div {
  margin: 0 0 0 10px;
}

#fishing-game .col-sm-12.loader {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  opacity: 0;
  transition: all 0.2s ease-out;
}

#fishing-game .wcl {
  visibility: hidden;
}

#fishing-game .grayscale {
  filter: grayscale(100%);
}

#fishing-game .icon-fishing-games {
  width: 37px !important;
  height: 41px !important;
  background: url(../images/_slots/icon-games-fish.png) center no-repeat;
  background-size: 25px;
}

#fishing-game a:hover .icon-fishing-games,#fishing-game a.active .icon-fishing-games {
  background: url(../images/_slots/icon-games-fish-active.png) center no-repeat;
  background-size: 25px;
}

/* ===================== Sports ===================== */

#contentSports {
  overflow: hidden;
}

#contentSports .sports-lobby .sports-lobby-wrapper img {
  width: 100% !important;
}

#contentSports .container.sport-frame-container {
  margin-top: 140px;
}

#contentSports .justify-content-center {
  justify-content: center;
}

#contentSports .bannerSports {
  width: 100%;
}

@media (min-width: 1440px) {
  #contentSports .bannerSports {
    width: 75%;
  }
}

#contentSports .sportContainer {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 25px;
}

#contentSports .sportContainer .sportsh1 {
  text-align: center;
  width: 495px;
  margin: 0 auto;
  height: 70px;
}

#contentSports .sportContainer .sportsh1 .sportsText {
  font-family: allerrbold;
  letter-spacing: 1px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

#contentSports .sportContainer .bannerSportstext {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 5px 38px -170px 10px;
}

#contentSports .sports-lobby {
  margin-top: -135px;
  position: relative;
}

#contentSports .sports-lobby .sports-lobby-wrapper {
  background-color: #000;
  padding: 30px;
}

#contentSports .sports-lobby .sports-lobby-wrapper img {
  border: 1px solid #75767b;
  margin-right: 25px;
}

#contentSports .sports-lobby .sports-lobby-wrapper img:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  #contentSports .sports-lobby .bannerSports {
    margin: 0px 10px 15px -142px;
  }

  #contentSports .sports-lobby .sports-lobby-wrapper img {
    width: 33%;
  }
}

@media (min-width: 992px) {
  #contentSports .sports-lobby .bannerSports {
    margin: 0px 10px 15px -142px;
  }

  #contentSports .sports-lobby .sports-lobby-wrapper img {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  #contentSports .sports-lobby .bannerSports {
    margin: 0px 10px 15px -142px;
  }

  #contentSports .sports-lobby .sports-lobby-wrapper img {
    width: 33%;
  }
}

.secondSports {
  background: url(../images/_sports/sports-2ndbanner.png) top center no-repeat;
  height: 370px;
  margin-top: -105px;
}

.centerforyou-sport {
  margin-top: -24%;
}

.centerforyou-sport .benefitsTextSports {
  margin: -483px 7px 10px 333px;
}

.centerforyou-sport .inviContainerSports1 {
  width: 100%;
  text-align: center;
}

.centerforyou-sport .inviContainerSports1 .inviTextSports1 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.centerforyou-sport .centerBenefitsSports1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou-sport .centerBenefitsSports1 .fleks3Casino {
  padding: 10px 0 0;
}

.centerforyou-sport .centerBenefitsSports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.centerforyou-sport .centerBenefitsSports2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou-sport .centerBenefitsSports2 .benefitsSportstxt {
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
}

.moreinfoSports {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.inviContainerSports2 {
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.inviContainerSports2 .inviTextSports2 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thirdSports {
  margin: 17px 0px 60px -22px;
}

#sport .border-title {
  border-top: 1px solid #77787b;
  border-bottom: 1px solid #77787b;
}

#sport .col-sm-9 {
  width: 100%;
  padding: 0;
  background: #000000;
  min-height: 563px;
}

#sport .col-sm-9 .horizontal-list-wrapper {
  width: 100%;
  padding: 20px 30px;
  white-space: nowrap;
  overflow: hidden;
}

#sport .col-sm-9 .horizontal-list-wrapper .h1SEO1 {
  position: absolute;
  font-size: 23px;
  margin: 10px 341px;
  color: transparent;
}

#sport .col-sm-9 .horizontal-list-wrapper .title-pos1 {
  margin: 0 auto;
  padding: 0.6rem 0px;
  text-align: center;
}

#sport .col-sm-9 .horizontal-list-wrapper .title-pos1 img {
  margin-bottom: 0.3rem;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport {
  float: left;
  width: 50%;
  margin-top: 20px;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport:hover .game-title-sport {
  color: #60bb46;
  text-decoration: none !important;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .favorite-game {
  background: black;
  padding: 5px;
  font-size: 20px;
  color: white;
  position: absolute;
  z-index: 11;
  cursor: default;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport img.cas-img {
  border: 1px solid #707174;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .img-wrapper {
  position: relative;
  overflow: hidden;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .img-wrapper img {
  width: 100%;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .img-wrapper .promo-tag {
  position: absolute;
  left: -25px;
  top: 10px;
  background: red;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(-40deg);
  box-shadow: 0px 0px 10px 0px #ff0808;
  color: white;
  font-size: 11pt;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .img-wrapper .promo-tag-right {
  position: absolute;
  right: -25px;
  top: 10px;
  background: red;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(40deg);
  box-shadow: 0px 0px 10px 0px #ff0808;
  color: white;
  font-size: 11pt;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .img-wrapper .new-tag {
  position: absolute;
  right: -25px;
  top: 10px;
  background: #60bb46;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(40deg);
  box-shadow: 0px 0px 10px 0px #60bb46;
  color: white;
  font-size: 11pt;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport .game-title-sport {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport.maintenance .slots-img-wrap img {
  filter: grayscale(100%);
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport.maintenance .game-title-sport {
  color: whitesmoke;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport.maintenance .sport-hover-buttons .sport-play-button {
  margin-top: 5%;
}

#sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport.maintenance .sport-hover-buttons .sport-play-button img {
  margin: 0;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games a {
  overflow: hidden;
  text-decoration: none;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games:hover .sport-hover-buttons {
  opacity: 1;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 46%;
  height: auto;
  opacity: 0;
  height: 29%;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons .sport-play-button {
  padding: 2px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  margin: 16% auto;
  text-align: center;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons .sport-play-button img {
  width: 100px;
  margin-right: 11px;
}

#sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons .sport-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

/* ===================== esports ===================== */

.w-33 {
  width: 33.333333%;
}

#contentesports {
  overflow: hidden;
}

#contentesports .container.esport-frame-container {
  margin-top: 140px;
}

#contentesports .justify-content-center {
  justify-content: center;
}

#contentesports .banneresports {
  width: unset;
}

#contentesports .esportContainer {
  width: 100%;
  position: absolute;
  top: 29rem;
  left: 25px;
}

#contentesports .esportContainer .esportsh1 {
  text-align: center;
  margin: 0 auto;
  height: 50px;
}

#contentesports .esportContainer .esportsh1 .esportsText {
  font-family: allerrbold;
  letter-spacing: 1px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

#contentesports .esportContainer .banneresportstext {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 5px 38px -170px 10px;
}

#contentesports .esports-lobby {
  margin-top: -135px;
  position: relative;
}

#contentesports .esports-lobby .esports-lobby-wrapper {
  background-color: #000;
  padding: 30px;
}

#contentesports .esports-lobby .esports-lobby-wrapper img {
  border: 1px solid #75767b;
  margin-right: 25px;
  width: 33%;
}

#contentesports .esports-lobby .esports-lobby-wrapper img:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  #contentesports .esports-lobby .banneresports {
    margin: 0px 10px 15px -142px;
  }

  #contentesports .esports-lobby .esports-lobby-wrapper img {
    width: 33%;
  }
}

@media (min-width: 992px) {
  #contentesports .esports-lobby .banneresports {
    margin: 0px 10px 15px -142px;
  }

  #contentesports .esports-lobby .esports-lobby-wrapper img {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  #contentesports .esports-lobby .banneresports {
    margin: 0px 10px 15px -142px;
  }

  #contentesports .esports-lobby .esports-lobby-wrapper img {
    width: 33%;
  }
}

.secondesports {
  background: url(../images/_esports/Game%20Background.jpg) top center no-repeat;
  height: 361px;
  margin-top: -25px;
}

.centerforyou-esport {
  margin-top: -34%;
}

.centerforyou-esport .inviContaineresports1 {
  width: 100%;
  text-align: center;
}

.centerforyou-esport .inviContaineresports1 .inviTextesports1 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.centerforyou-esport .centerBenefitsesports1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou-esport .centerBenefitsesports1 img {
  border: white 2px solid;
}

.centerforyou-esport .centerBenefitsesports1 .fleks3Casino {
  padding: 10px 0 0;
}

.centerforyou-esport .centerBenefitsesports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.centerforyou-esport .centerBenefitsesports2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou-esport .centerBenefitsesports2 .benefitsesportstxt {
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
}

.inviContaineresports2 {
  width: 100%;
  text-align: center;
  margin-top: unset;
}

.inviContaineresports2 .inviTextesports2 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.mobile-banner {
  margin-top: 1.9rem;
  background: url(../images/_esports/Mobile-Background.jpg) center no-repeat;
  padding-top: 25px;
}

section.mobile-banner .centerBenefitsesports1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.mobile-banner .centerBenefitsesports1 .fleks3Casino {
  padding: 10px 0 0;
}

section.mobile-banner .centerBenefitsesports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

section.mobile-banner .centerBenefitsesports2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.mobile-banner .centerBenefitsesports2 .benefitsesportstxt {
  color: #fff;
  text-align: center;
  width: 131px;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
}

.thirdesports {
  margin: -63px 0px -140px -22px;
}

.thirdesports a img {
  margin-left: 105px;
}

#esport .border-title {
  border-top: 1px solid #77787b;
  border-bottom: 1px solid #77787b;
}

#esport .col-sm-9 {
  width: 100%;
  padding: 0;
  background: #000000;
  min-height: 563px;
}

#esport .col-sm-9 .horizontal-list-wrapper {
  width: 100%;
  padding: 20px 30px;
  white-space: nowrap;
  overflow: hidden;
}

#esport .col-sm-9 .horizontal-list-wrapper .h1SEO1 {
  position: absolute;
  font-size: 23px;
  margin: 10px 341px;
  color: transparent;
}

#esport .col-sm-9 .horizontal-list-wrapper .title-pos1 {
  margin: 0 auto;
  padding: 0.6rem 0px;
  text-align: center;
}

#esport .col-sm-9 .horizontal-list-wrapper .title-pos1 img {
  margin-bottom: 0.3rem;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport {
  float: left;
  width: 50%;
  margin-top: 20px;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport:hover .game-title-esport {
  color: #60bb46;
  text-decoration: none !important;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport img.cas-img {
  border: 1px solid #707174;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport .img-wrapper {
  position: relative;
  overflow: hidden;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport .img-wrapper img {
  width: 100%;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport .img-wrapper .promo-tag {
  position: absolute;
  left: -25px;
  top: 10px;
  background: red;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(-40deg);
  box-shadow: 0px 0px 10px 0px #ff0808;
  color: white;
  font-size: 11pt;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport .img-wrapper .new-tag {
  position: absolute;
  right: -25px;
  top: 10px;
  background: #60bb46;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(40deg);
  box-shadow: 0px 0px 10px 0px #60bb46;
  color: white;
  font-size: 11pt;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport .game-title-esport {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport.maintenance .slots-img-wrap img {
  filter: grayscale(100%);
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport.maintenance .game-title-esport {
  color: whitesmoke;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport.maintenance .esport-hover-buttons .esport-play-button {
  margin-top: 5%;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-half-esport .game-box-esport.maintenance .esport-hover-buttons .esport-play-button img {
  margin: 0;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport {
  float: left;
  width: 100%;
  margin-top: 20px;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport:hover .game-title-esport {
  color: #60bb46;
  text-decoration: none !important;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport img.cas-img {
  border: 1px solid #707174;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .img-wrapper {
  position: relative;
  overflow: hidden;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .img-wrapper img {
  width: 100%;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .img-wrapper img.esport-maintenance {
  filter: grayscale(1);
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .img-wrapper .promo-tag {
  position: absolute;
  left: -25px;
  top: 10px;
  background: red;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(-40deg);
  box-shadow: 0px 0px 10px 0px #ff0808;
  color: white;
  font-size: 11pt;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .img-wrapper .new-tag {
  position: absolute;
  right: -25px;
  top: 10px;
  background: #60bb46;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(40deg);
  box-shadow: 0px 0px 10px 0px #60bb46;
  color: white;
  font-size: 11pt;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport .game-title-esport {
  color: #60bb46;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport.maintenance .slots-img-wrap img {
  filter: grayscale(100%);
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport.maintenance .game-title-esport {
  color: whitesmoke;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport.maintenance .esport-hover-buttons .esport-play-button {
  margin-top: 5%;
}

#esport .col-sm-9 .horizontal-list-wrapper .game-one-esport .game-box-esport.maintenance .esport-hover-buttons .esport-play-button img {
  margin: 0;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games a {
  overflow: hidden;
  text-decoration: none;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games:hover .esport-hover-buttons {
  opacity: 1;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  padding: 1px 30px;
  width: 93%;
  height: auto;
  opacity: 0;
  height: 28%;
  text-align: center;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons .mt-trigger {
  width: auto;
  height: 100px;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons .sport-maintenance-caption {
  color: white;
  filter: grayscale(1);
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons .esport-play-button {
  padding: 4rem 2px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  text-align: center;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons .esport-play-button img {
  width: 100px;
  margin-right: 11px;
}

#esport .col-sm-9 .horizontal-list-wrapper .esport-games .esport-hover-buttons .esport-play-button .borderleft-hover {
  border-left: 1px solid white;
  padding: 13px 7px;
}

/* ===================== Live Number ===================== */

#content .totoContainer {
  width: 100%;
  position: absolute;
  top: 420px;
  left: 0;
}

#content .totoContainer .totoH4 {
  color: #fff;
  text-align: center;
  font-family: allerrbold;
  font-size: 23px;
  margin-bottom: 0;
}

#content .totoContainer .totoh1 {
  background-image: url(../images/_toto/toto-title.png);
  background-repeat: no-repeat;
  text-align: center;
  width: 505px;
  margin: -10px auto 0;
}

#content .totoContainer .totoh1 .totoText {
  padding: 11px 30px 8px 46px;
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 55px;
  color: transparent;
}

#content .totoContainer .fantasyh1 {
  background-image: url(../images/_fantasySports/fantasy-title.png);
  background-repeat: no-repeat;
  text-align: center;
  width: 505px;
  margin: -10px auto 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#content .totoContainer .fantasyh1 .totoText {
  padding: 11px 30px 8px 46px;
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 55px;
  color: transparent;
}

#content .totoContainer .bannerTototext {
  text-align: center;
  color: #fff;
  font-size: 1.6vh;
  margin: 0;
}

#content .bannerToto {
  height: 20%;
  margin-top: auto;
}

#content .secBannerToto {
  background: url(../images/_toto/toto-grey.jpg) top center no-repeat;
  height: 310px;
}

#content .secBannerToto .bannerChooseT {
  padding: 2% 31%;
}

#content .secBannerToto .totoContainerExp {
  width: 100%;
  position: absolute;
  bottom: -11px;
}

#content .secBannerToto .totoContainerExp .totoExplore {
  padding: 0px 0px 21px 307px;
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 22px;
  color: transparent;
}

#content .secBannerToto .centerToto {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#content .secBannerToto .centerToto .fleks1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

#content .secBannerToto .centerToto .fleks1:hover .iconToto1 {
  opacity: 0.6;
}

#content .secBannerToto .centerToto .fleks1 a {
  text-decoration: none;
}

#content .secBannerToto .centerToto .fleks1 .totoTexts {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#content .secondBannerT {
  background: url(../images/_toto/toto-2ndbanner1.png) top center no-repeat;
  height: 349px;
}

#content .secondBannerT .totoContainerA {
  margin: 0px 10px 10px 486px;
}

#content .secondBannerT .totoContainerA .totoAvailable {
  font-family: allerregular;
  letter-spacing: -9px;
  font-size: 88px;
  color: transparent;
  padding: 30px 9px 8px 7px;
}

#content .secondBannerT .totoContainerM {
  margin: 10px 10px 10px 991px;
}

#content .secondBannerT .totoContainerM .totoMobile {
  font-family: allerregular;
  letter-spacing: -5px;
  font-size: 149px;
  color: transparent;
  margin: 40px 10px 10px -56px;
}

#content.toto-lobby-section .toto-lobby-wrapper {
  background-color: #3d3d3d;
  min-height: 600px;
  padding-bottom: 12%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-header {
  height: 53px;
  background: linear-gradient(0deg, #191919 0%, #414141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-header .breadcrumb {
  background-color: transparent;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-header .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font: 25px allerregular;
  font-weight: 600;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-header .title img {
  margin-right: 10px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content {
  display: grid;
  grid-template-columns: 186px 1fr;
  padding: 0 15px;
  margin-top: 20px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content {
  display: grid;
  padding: 0 15px;
  grid-gap: 29px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 112px);
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper {
  text-decoration: none;
  position: relative;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .togel-timer-value {
  background: #62BB46;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 50%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .togel-timer-timer {
  background: gray;
  color: white;
  border-radius: 5px;
  border: solid 1px;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 50%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .togel-timer-close {
  background: red;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 100%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .image-wrapper {
  max-width: 100%;
  max-height: 90px;
  height: 100%;
  overflow: hidden;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .image-wrapper.elottery {
  max-width: 87%;
  max-height: 98px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .game-title {
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  /* position: absolute; */
  bottom: 0;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper .game-title.elottery {
  width: 87%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper:hover .image-wrapper img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .content .game-wrapper.last .image-wrapper {
  overflow: inherit;
  max-height: 107px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .search-wrapper {
  position: relative;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .search-wrapper .search-control {
  width: 100%;
  background: transparent;
  outline: none;
  border: 2px solid #77787b;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .search-wrapper .search-control::-moz-placeholder {
  font-style: italic;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .search-wrapper .search-control::placeholder {
  font-style: italic;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .search-wrapper .append {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 100%;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list .btn-history {
  background-color: #63b94d;
  color: #fff;
  text-transform: capitalize;
  padding: 7px 12px;
  margin: 9px 0;
  width: 100%;
  text-decoration: none;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul {
  background-color: #1a1a1a;
  height: 100%;
  padding: 12px 0;
  color: #fff;
  border-radius: 7px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li {
  padding: 0 5px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li:hover,#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li.active {
  background-color: #232323;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li:hover a,#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li.active a {
  color: #63b94d;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li:hover a .icon,#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li.active a .icon {
  color: #fff;
  background-position-y: -4px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 0.4rem;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li a:hover {
  color: #63b94d;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul li a:hover .icon {
  color: #fff;
  background-position-y: -4px;
}

#content.toto-lobby-section .toto-lobby-wrapper .toto-content .list ul .icon {
  background-position-y: -26px;
  background-size: 130px;
  width: 26px;
  height: 23px;
  margin-left: 5px;
  font-size: 20px;
}

.getmore {
  /* margin: 23px 10px 0px 790px; */
}

.chooseContainerT {
  width: 100%;
  margin: -102px 10px 10px -30px;
}

.chooseContainerT .chooseTextT {
  padding: 0px 0px 80px 110px;
  font-family: allerrbold;
  letter-spacing: 1.5px;
  font-size: 22px;
  color: transparent;
}

.lastIconsToto {
  margin: -20px 9px 100px 10px;
  margin-left: 25px;
  width: 998px;
}

.lastIconsToto .center2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lastIconsToto .center2 .fleks3 {
  padding: 26px 0px 0px 16px;
}

.lastIconsToto .center2 .fleks3:hover .tableIcons1 {
  opacity: 0.6;
}

.lastIconsToto .center2 .fleks3 .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.lastIconsToto .center2 .tableTexts1 {
  color: #fff;
  text-align: center;
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  padding-left: 10px;
}

.lastIconsToto .moreinfoToto {
  text-align: center;
  font-size: 20px;
  padding-left: 445px;
  font-weight: bold;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#idntoto-lobby .hidden {
  display: none !important;
}

#idntoto-lobby .image-wrapper {
  position: relative;
}

#idntoto-lobby .tag-new {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: #60bb46;
  text-align: center;
  margin: 0;
  top: 10px;
  right: -24px;
  transform: rotate(41deg);
  box-shadow: 0px 1px 12px 1px #60bb46;
  z-index: 1;
}

#idntoto-lobby .tag-new-left {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: #60bb46;
  text-align: center;
  margin: 0;
  top: 10px;
  left: -24px;
  transform: rotate(-41deg);
  box-shadow: 0px 1px 12px 1px #60bb46;
  z-index: 1;
}

#idntoto-lobby .tag-promo-right {
  position: absolute;
  right: -25px;
  top: 10px;
  background: red;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  transform: rotate(40deg);
  box-shadow: 0px 0px 10px 0px #ff0808;
  color: white;
  font-size: 11pt;
  z-index: 1;
}

#idntoto-lobby .tag-promo {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: red;
  text-align: center;
  margin: 0;
  top: 10px;
  left: -24px;
  transform: rotate(-41deg);
  box-shadow: 0px 1px 12px 1px red;
  z-index: 1;
}

#idntoto-lobby .favorite-game {
  background: black;
  padding: 5px;
  font-size: 20px;
  color: white;
  position: absolute;
  z-index: 11;
  cursor: default;
}

#idntoto-lobby .maintenance img {
  filter: grayscale(1) !important;
}

#idntoto-lobby .game-wrapper .image-wrapper .overlay-maintenance {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75) url("../images/icon-maintenance-new.png") no-repeat;
  background-size: 56px;
  background-position: 92px 6px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.2s linear;
  opacity: 0;
}

#idntoto-lobby .game-wrapper:hover .image-wrapper .overlay-maintenance {
  opacity: 1;
  transition: 0.2s linear;
  /* animation-name: fadeIn;
		animation-duration: 0.7s;
		animation-timing-function: linear;
		animation-delay: 0.5s;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards; */
}

#idntoto-lobby .new-idnlive-wrapper {
  grid-column: span 3;
  grid-row: span 2;
  margin-top: auto;
  border: #e3b920 4px solid;
}

#idntoto-lobby .new-idnlive-wrapper .image-wrapper {
  max-height: 180px !important;
}

#idntoto-lobby .new-idnlive-wrapper .image-wrapper img {
  height: 180px !important;
}

#idntoto-lobby .remove {
  height: 100%;
  color: white;
  font-size: 25px;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

#idntoto-lobby hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#idntoto-lobby .grid-row-col {
  grid-row-start: 3;
  grid-column-end: 3;
}

#idntoto-lobby .grid-col-1 {
  grid-column-start: 1;
}

#idntoto-lobby .hr-lottery,#idntoto-lobby .idnraffle-span {
  grid-column: span 3;
}

#idntoto-lobby .idnraffle-img-wrapper {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

#toto-landing .black-outline {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#toto-landing #content .secBannerToto .centerToto .fleks1 .totoTexts {
  font-size: 14px;
  max-width: 81px;
}

#toto-landing .img-wrapper {
  width: 81px;
  height: auto;
  position: relative;
}

#toto-landing .img-wrapper .trophy {
  position: absolute;
  background-color: #f42f27;
  bottom: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#toto-landing .centerToto {
  width: 71%;
}

#toto-landing #content .totoContainer .totoh1 {
  background-position: -2.4rem -3rem;
}

#toto-lobby iframe {
  transform: scale(0.8, 0.8);
  transform-origin: top left;
  margin-left: -14%;
}

#totomacau-landing #content {
  position: relative;
}

#totomacau-landing .black-outline {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#totomacau-landing #content .secBannerToto .centerToto .fleks1 .totoTexts {
  font-size: 14px;
  max-width: 81px;
}

#totomacau-landing .img-wrapper {
  width: 81px;
  height: auto;
  position: relative;
}

#totomacau-landing .img-wrapper .trophy {
  position: absolute;
  background-color: #f42f27;
  bottom: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#totomacau-landing .centerToto {
  width: 71%;
}

#totomacau-landing #content .totoContainer {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

#totomacau-landing #content .secBannerToto .bannerChooseT {
  padding: 2% 39%;
}

#totomacau-landing .btn-play-now {
  margin: 4% 45%;
}

#totomacau-landing #content .secBannerToto {
  height: 180px;
}

#totomacau-landing .image-box {
  width: 100%;
}

#totomacau-landing .image-box img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tournament-icons {
  background: url(/assets/v2/desktop/images/_slots/tournament-icon-sidebar.png) no-repeat;
  position: absolute;
  width: 16px;
  height: 20px;
  margin-top: -26px;
  right: 8px;
}

/* ===================== Live Number ===================== */

#content .tradeContainer {
  width: 100%;
  position: absolute;
  top: 420px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content .tradeContainer .tradeText {
  font-family: allerrbold;
  letter-spacing: 1px;
  font-size: 56px;
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

#content .tradeContainer .bannertradetext {
  width: 70%;
  text-align: center;
  color: #fff;
  font-size: 1.6vh;
  margin: 0;
}

#content .bannertrade {
  height: 20%;
  margin-top: auto;
}

#content .secBannertrade {
  background: url(../images/_trade/trade-grey.jpg) top center no-repeat;
  height: 310px;
}

#content .secBannertrade .bannerChooseT {
  padding: 2% 31%;
}

#content .secondBannerT {
  background: url(../images/_trade/trade-2ndbanner1.png) top center no-repeat;
  height: 349px;
}

#content.trade-lobby-section .trade-lobby-wrapper {
  background-color: #3d3d3d;
  min-height: 600px;
  padding-bottom: 12%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-header {
  height: 53px;
  background: linear-gradient(0deg, #191919 0%, #414141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-header .breadcrumb {
  background-color: transparent;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-header .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font: 25px allerregular;
  font-weight: 600;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-header .title img {
  margin-right: 10px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content {
  display: grid;
  grid-template-columns: 186px 1fr;
  padding: 0 15px;
  margin-top: 20px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content {
  display: grid;
  padding: 0 15px;
  grid-gap: 29px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 112px);
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper {
  text-decoration: none;
  position: relative;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .togel-timer-value {
  background: #62BB46;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 50%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .togel-timer-timer {
  background: gray;
  color: white;
  border-radius: 5px;
  border: solid 1px;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 50%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .togel-timer-close {
  background: red;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  align-self: baseline;
  flex: 100%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .image-wrapper {
  max-width: 100%;
  max-height: 90px;
  height: 100%;
  overflow: hidden;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .image-wrapper.elottery {
  max-width: 87%;
  max-height: 98px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .game-title {
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  /* position: absolute; */
  bottom: 0;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper .game-title.elottery {
  width: 87%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper:hover .image-wrapper img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .content .game-wrapper.last .image-wrapper {
  overflow: inherit;
  max-height: 107px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .search-wrapper {
  position: relative;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .search-wrapper .search-control {
  width: 100%;
  background: transparent;
  outline: none;
  border: 2px solid #77787b;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .search-wrapper .search-control::-moz-placeholder {
  font-style: italic;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .search-wrapper .search-control::placeholder {
  font-style: italic;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .search-wrapper .append {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 100%;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list .btn-history {
  background-color: #63b94d;
  color: #fff;
  text-transform: capitalize;
  padding: 7px 12px;
  margin: 9px 0;
  width: 100%;
  text-decoration: none;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul {
  background-color: #1a1a1a;
  height: 100%;
  padding: 12px 0;
  color: #fff;
  border-radius: 7px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li {
  padding: 0 5px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li:hover,#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li.active {
  background-color: #232323;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li:hover a,#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li.active a {
  color: #63b94d;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li:hover a .icon,#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li.active a .icon {
  color: #fff;
  background-position-y: -4px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 0.4rem;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li a:hover {
  color: #63b94d;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul li a:hover .icon {
  color: #fff;
  background-position-y: -4px;
}

#content.trade-lobby-section .trade-lobby-wrapper .trade-content .list ul .icon {
  background-position-y: -26px;
  background-size: 130px;
  width: 26px;
  height: 23px;
  margin-left: 5px;
  font-size: 20px;
}

.getmore {
  /* margin: 23px 10px 0px 790px; */
}

.chooseContainerT {
  width: 100%;
  margin: -102px 10px 10px -30px;
}

.chooseContainerT .chooseTextT {
  padding: 0px 0px 80px 110px;
  font-family: allerrbold;
  letter-spacing: 1.5px;
  font-size: 22px;
  color: transparent;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#idntrade-lobby .hidden {
  display: none !important;
}

#idntrade-lobby .image-wrapper {
  position: relative;
}

#idntrade-lobby .tag-new {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: #60bb46;
  text-align: center;
  margin: 0;
  top: 10px;
  right: -24px;
  transform: rotate(41deg);
  box-shadow: 0px 1px 12px 1px #60bb46;
  z-index: 1;
}

#idntrade-lobby .tag-promo {
  position: absolute;
  color: #fff;
  font-size: 13px;
  width: 95px;
  height: 20px;
  background: red;
  text-align: center;
  margin: 0;
  top: 10px;
  left: -24px;
  transform: rotate(-41deg);
  box-shadow: 0px 1px 12px 1px red;
  z-index: 1;
}

#idntrade-lobby .maintenance img {
  filter: grayscale(1) !important;
}

#idntrade-lobby .game-wrapper .image-wrapper .overlay-maintenance {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75) url("../images/icon-maintenance-new.png") no-repeat;
  background-size: 56px;
  background-position: 92px 6px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.2s linear;
  opacity: 0;
}

#idntrade-lobby .game-wrapper:hover .image-wrapper .overlay-maintenance {
  opacity: 1;
  transition: 0.2s linear;
  /* animation-name: fadeIn;
		animation-duration: 0.7s;
		animation-timing-function: linear;
		animation-delay: 0.5s;
		animation-direction: alternate;
		animation-play-state: running;
		animation-fill-mode: forwards; */
}

#idntrade-lobby .remove {
  height: 100%;
  color: white;
  font-size: 25px;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

#idntrade-lobby hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#idntrade-lobby .grid-row-col {
  grid-row-start: 3;
  grid-column-end: 3;
}

#idntrade-lobby .grid-col-1 {
  grid-column-start: 1;
}

#idntrade-lobby .hr-lottery {
  grid-column: span 3;
}

#trade-landing .black-outline {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#trade-landing .img-wrapper {
  width: 81px;
  height: auto;
  position: relative;
}

#trade-landing .img-wrapper .trophy {
  position: absolute;
  background-color: #f42f27;
  bottom: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#trade-lobby iframe {
  transform: scale(0.8, 0.8);
  transform-origin: top left;
  margin-left: -14%;
}

#trademacau-landing #content {
  position: relative;
}

#trademacau-landing .black-outline {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#trademacau-landing .img-wrapper {
  width: 81px;
  height: auto;
  position: relative;
}

#trademacau-landing .img-wrapper .trophy {
  position: absolute;
  background-color: #f42f27;
  bottom: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#trademacau-landing #content .tradeContainer {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

#trademacau-landing #content .secBannertrade .bannerChooseT {
  padding: 2% 39%;
}

#trademacau-landing .btn-play-now {
  margin: 4% 45%;
}

#trademacau-landing #content .secBannertrade {
  height: 180px;
}

#trademacau-landing .image-box {
  width: 100%;
}

#trademacau-landing .image-box img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#content.mickeymouse-section .mm-container {
  position: relative;
}

#content.mickeymouse-section .mm-container .text-promotion {
  text-align: center;
  color: #fff;
  font: 14px 'open_sansregular';
  padding: 0 10% 50px 10%;
}

#content.mickeymouse-section .mm-container .list-icon {
  position: absolute;
  bottom: -46px;
}

#content.mickeymouse-section .mm-container .list-icon ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20%;
}

#content.mickeymouse-section .full {
  width: 100%;
  margin-bottom: 15px;
}

#content.mickeymouse-section .full img {
  width: 100%;
}

#content.mickeymouse-section .last-item {
  text-align: center;
}

#content.mickeymouse-section .last-item .btn {
  text-transform: uppercase;
  text-decoration: none;
}

/* ===================== Virtual Sports ===================== */

#content-virtual-sports {
  padding: 0 10px;
}

#content-virtual-sports .banner-virtual-sports {
  margin-top: -23px;
  z-index: 1;
}

#content-virtual-sports #golden-race-desktop-app {
  height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content-virtual-sports #golden-race-desktop-app iframe {
  width: 100%;
  height: 100%;
}

#content-virtual-sports .virtual-sport-container {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 0;
}

#content-virtual-sports .virtual-sport-container .virtual-sports-h1 {
  /* background-image: url(../images/_virtual-sports/virtual-sports-title.png);
			background-repeat: no-repeat; */
  text-align: center;
  width: 640px;
  margin: 0 auto;
  height: 70px;
}

#content-virtual-sports .virtual-sport-container .virtual-sports-h1 .virtual-sports-text {
  /* padding: 6px 40px 7px 0px; */
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 56px;
  /* color: transparent; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #000;
}

#content-virtual-sports .virtual-sport-container .banner-virtual-sports-text {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 5px 38px -170px 10px;
}

#content-virtual-sports .virtual-sport-container .container-lobby {
  padding: 15px;
  margin: auto;
  margin-top: 11rem;
  width: 800px;
}

#content-virtual-sports .virtual-sport-container .container-lobby .list-lobby {
  display: flex;
  justify-content: center;
}

#content-virtual-sports .virtual-sport-container .container-lobby .list-lobby div {
  margin: 10px;
}

#content-virtual-sports .virtual-sport-container .container-lobby .list-lobby div img {
  width: 225px;
  border: 1px solid #fff;
}

.virtual-sports-wrapper {
  margin: -12% 3% 0 3%;
}

.midbanner-virtual-sports {
  background: url(../images/_virtual-sports/virtual-sports-midbanner.jpg) top center no-repeat;
  height: 530px;
  margin-top: -260px;
}

.centerforyou {
  /* margin: 3px 10px 10px 29px; */
  width: 100%;
  text-align: center;
  margin-top: -24%;
}

.centerforyou .benefits-text-virtual-sports {
  /* margin: -483px 7px 10px 333px; */
}

.centerforyou .invi-container-virtual-sports1 {
  width: 100%;
  /* margin: -266px 10px 10px 125px; */
}

.centerforyou .invi-container-virtual-sports1 .invi-text-virtual-sports1 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent;
			margin: -41px 0px -17px 209px; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.centerforyou .center-benefits-virtual-sports1 {
  /* margin: 10px 10px 10px 185px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou .center-benefits-virtual-sports1 .fleks3Casino {
  padding: 10px;
}

.centerforyou .center-benefits-virtual-sports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.centerforyou .center-benefits-virtual-sports2 {
  /* margin: 10px 10px 10px 121px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerforyou .center-benefits-virtual-sports2 .benefits-virtual-sports-txt {
  width: 150px;
  font-size: 14px;
  padding-top: 7px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.more-info-virtual-sports {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.virtual-sports-mobile {
  margin: 66px 0px 60px 294px;
}

.invi-container-virtual-sports2 {
  width: 100%;
  /* margin: -80px 10px 10px 300px; */
  text-align: center;
  margin-top: 5%;
}

.invi-container-virtual-sports2 .invi-text-virtual-sports2 {
  font-family: allerrbold;
  letter-spacing: 2px;
  font-size: 24px;
  /* color: transparent; */
  text-transform: uppercase;
  background: linear-gradient(89deg, #60bb46 40%, #16a2a6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.botbanner-virtual-sports {
  margin: 20px 0 60px;
}

#virtual-sport-index .game-box-sport.maintenance .slots-img-wrap img {
  filter: grayscale(100%);
}

#virtual-sport-index #sport .col-sm-9 .horizontal-list-wrapper .game-one-half-sport .game-box-sport.maintenance .game-title-sport {
  color: whitesmoke;
}

#virtual-sport-index #sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons {
  opacity: 0;
  height: 29%;
}

#virtual-sport-index #sport .col-sm-9 .horizontal-list-wrapper .sport-games .game-box-sport.maintenance .sport-hover-buttons .sport-play-button {
  margin-top: 5%;
}

#virtual-sport-index #sport .col-sm-9 .horizontal-list-wrapper .sport-games .game-box-sport.maintenance .sport-hover-buttons .sport-play-button img {
  margin: 0;
}

#virtual-sport-index .img-wrapper {
  position: relative;
  overflow: hidden;
}

#virtual-sport-index .border-theme {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

#virtual-sport-index #sport .col-sm-9 .horizontal-list-wrapper .sport-games .sport-hover-buttons .sport-play-button.maintenance {
  margin: 4% auto;
}

/* ===================== Referral ===================== */

#content .referralText1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

#content .main-referral-banner {
  position: relative;
  height: auto;
  overflow: hidden;
}

#content .allerbold {
  font-family: 'allerrbold';
}

#content .referral-download-btn {
  position: absolute;
  right: 5rem;
  bottom: 2.5%;
  background: #62cd40;
  background: linear-gradient(to bottom, #62cd40 0%, #3b7c27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62cd40', endColorstr='#3b7c27',GradientType=0 );
  border-color: #3b7c27;
  text-decoration: none;
  font-family: 'allerrbold';
  letter-spacing: 3px;
  font-size: 11pt;
}

#content .referral-download-btn:hover {
  background: #62cd40;
}

#content .ref-img {
  margin-bottom: 3.4rem;
}

#content .referralMidBanner {
  background: url(../images/_referral/referral-bg-mid.jpg) top center no-repeat;
}

#content .referralMidBanner .referral-container {
  color: #fff;
  font-size: 14px;
}

#content .referralMidBanner .referral-container .referral-header {
  padding: 10px 20px;
  text-align: center;
}

#content .referralMidBanner .referral-col-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

#content .referralMidBanner .referral-col-wrap .referral-col {
  width: 33.33%;
  margin-right: 70px;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(to bottom, #62bb46 0%, #16a0a5 100%);
}

#content .referralMidBanner .referral-col-wrap .referral-col:last-child {
  margin-right: 0;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-header {
  background: #62bb46;
  background: linear-gradient(to right, #62bb46 0%, #16a0a5 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bb46', endColorstr='#16a0a5',GradientType=1 );
  height: 70px;
  padding: 10px 20px;
  color: #1a1a1a;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  font-family: 'allerrbold';
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content {
  background: #1a1a1a;
  padding: 0 15px;
  border-radius: 0 0 12px 12px;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content.first {
  padding: 0;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content .referral-total {
  text-align: center;
  padding: 5px 10px;
  background: #4c4c4c;
  font-size: 18px;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ul {
  font-size: 16px;
  padding: 0 15px;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ul li {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ul li:last-child {
  border-bottom: none;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ul .line {
  height: 1px;
  background: linear-gradient(to right, #62bb46, #16a0a5);
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ol {
  list-style: decimal;
  text-align: left;
  padding: 15px;
}

#content .referralMidBanner .referral-col-wrap .referral-col .referral-col-content ol li {
  padding-bottom: 5px;
}

/* ===================== About Us ===================== */

#headerA {
  background: rgba(0, 0, 0, 0.85);
  max-height: 84px;
}

#headerA .header-coverA {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 247px 46px;
  background-position: 50% 16px;
}

#headerA .header-coverA.xmas-cover {
  background-image: url(../images/xmas-2020/xmas-2020-fix-fix.gif);
  background-repeat: no-repeat;
  background-size: 30rem 77px;
  background-position: 50% 5px;
}

#headerA .header-coverA.cny-cover {
  background-image: url(../images/cny-new-year-2021/cny_new_year_my.gif);
  background-repeat: no-repeat;
  background-size: 30rem 77px;
  background-position: 50% 5px;
}

#headerA .header-coverA .top-menuA {
  height: 1.75rem;
  line-height: 1.2;
}

#headerA .header-coverA .top-menuA > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 5px 0;
}

#headerA .header-coverA .top-menuA > ul > li {
  display: inline-flex;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

#headerA .header-coverA .top-menuA > ul > li:first-child {
  padding-left: 0;
}

#headerA .header-coverA .top-menuA > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}

#headerA .header-coverA .top-menuA > ul > li a {
  font: 0.75rem 'open_sansregular';
  color: #fff;
  text-decoration: none;
}

#headerA .header-coverA .top-menuA > ul > li a:hover,#headerA .header-coverA .top-menuA > ul > li a:focus {
  text-decoration: underline;
}

#headerA .header-coverA .header-contentA {
  height: 56px;
}

#headerA .header-coverA .header-contentA .logoA {
  width: 30%;
  height: 56px;
  float: left;
  margin: 0;
  padding: 0;
}

#headerA .header-coverA .header-contentA .logoA a {
  height: 84px;
  display: inline-block;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  margin: 0% 7% 1% 42%;
}

#headerA .header-coverA .header-contentA .login-panel {
  width: 70%;
  text-align: right;
  height: 28px;
  margin: 0.625rem 0;
}

.aboutUS {
  color: #60bb46;
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
  font-size: 18px;
}

.pClass2 {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.rContainer {
  display: block;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.rContainer .rcorners1 {
  border-radius: 5px;
  background: #e5e5e5;
  padding: 20px;
  width: 880px;
  margin: 0 auto;
}

.rContainer .rcorners1 .aboutIcons1 {
  padding: 10px 6px 0 40px;
}

.rContainer .rcorners1 .pclass {
  margin-top: 28px;
}

.rContainer .rcorners1 .iContainer {
  margin: 10px 10px 10px -20px;
}

.rContainer .rcorners1 .iContainer .aboutIcons2 {
  padding: 10px 16px 0 40px;
}

.rContainer .rcorners1 .iContainer .aboutIcons3 {
  padding: 4px 16px 0 40px;
}

/* ===================== Dompet Utama ===================== */

#content .walletColor2 {
  color: #fff;
  margin: 10px 0;
  text-transform: uppercase;
  height: 28px;
}

#content .walletColor2 .line1 {
  border-style: solid;
  border-width: 0.5px;
  color: #4c4c4c;
  width: 250px;
  margin: -11px 10px 10px 150px;
}

#content .walletColor2 .desktop-wallet {
  width: 95px;
}

#content .walletColor2 .fundTransfer {
  margin: -6% 6%;
  color: #ffc000;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}

#content .currency-code {
  background: #60bb46;
  background: linear-gradient(45deg, #60bb46 0%, #16a2a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bb46', endColorstr='#16a2a7',GradientType=1 );
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  border-radius: 6px;
}

#content .currency-code.idk {
  float: right;
  margin-top: -24px;
}

#content .walOri .wallet {
  width: 20px;
  margin-right: 5px;
}

#content .walOri .dompetP {
  color: #fff;
  text-transform: uppercase;
}

#content .walOri .spanNum {
  font-size: 14px;
  color: #fff;
  float: right;
}

#content .walOri .line2 {
  border-style: solid;
  border-width: 0.5px;
  color: #4c4c4c;
  margin: 10px 0;
}

#content .walOri .gameTitle {
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
}

#content .walOri .gameCash1 {
  color: #fff;
  float: right;
}

#content .walOri .gameCash1 a {
  color: #60bb46;
  text-decoration: underline;
}

#content .walOri .gameCash1 a:hover,#content .walOri .gameCash1 a:focus,#content .walOri .gameCash1 a:active {
  color: #60bb46;
  text-decoration: none;
}

#content .walOri .dompetP,#content .walOri .gameCash1,#content .walOri .gameTitle {
  font-size: 13px;
}

#content .walOri .rcorners3 {
  border-radius: 6px;
  border: 3px solid #60bb46;
  padding: 5px 10px;
  margin: 10px 0;
}

#content .walOri .rcorners3 .spanJumlah {
  color: #60bb46;
  text-transform: uppercase;
}

#content .walOri .rcorners3 .spaceJumlah {
  float: right;
  color: #60bb46;
  font-weight: 700;
}

#content .walOri a#btnCashOut {
  text-decoration: none;
}

#content .walOri a#btnCashOut .spanJumlah {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#content .walOri2 .rcorners2 {
  border-radius: 6px;
  background: #e5e5e5;
}

#content .walOri2 .rcorners2 .fundContainer {
  padding: 15px 20px;
}

#content #main {
  padding: 1em;
  border-radius: 0 8px 8px;
  background: #e5e5e5;
}

#content #main .col-form-label {
  text-transform: uppercase;
  color: #000;
}

#content #main .depFont {
  font-size: 14px;
}

#content #main .depFont .btn-bank {
  width: 198px;
}

#content #main .depFont .btn-bank div {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/bank-icon.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#content #main .depFont .btn-bank div.bca {
  background-position: 0 0;
  width: 60px;
  height: 25px;
}

#content #main .depFont .btn-bank div.mandiri {
  background-position: -66px 0;
  width: 62px;
  height: 25px;
}

#content #main .depFont .btn-bank div.bni {
  background-position: -135px 0;
  width: 62px;
  height: 25px;
}

#content #main .depFont .btn-bank div.bri {
  background-position: -204px 0;
  width: 78px;
  height: 25px;
}

#content #main .depFont .btn-bank div.danamon {
  background-position: -291px 0;
  width: 71px;
  height: 25px;
}

#content #main .depFont .btn-bank div.cimb {
  /* background-position: -374px 0;
						width: 110px;
						height: 25px; */
  background: url("../icon-bank/cimb-min.png") center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btn-bank div.mega {
  background: url(../svg-icons/bank_mega.svg) center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btn-bank div.jago {
  background: url(https://object-d001-cloud.akucloud.com/banner/image/bank/jago-colored.webp) center no-repeat;
  background-size: contain;
  width: 50%;
  height: 30px;
}

#content #main .depFont .btn-bank div.seabank {
  background: url(https://object-d001-cloud.akucloud.com/banner/image/bank/seabank-colored.webp) center no-repeat;
  background-size: contain;
  width: 50%;
  height: 30px;
}

#content #main .depFont .btn-bank div.panin {
  background: url(../icon-bank/panin-bank.png) center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btn-bank div.permata {
  background-position: -492px 0;
  width: 66px;
  height: 25px;
}

#content #main .depFont .btn-bank div.maybank {
  background-position: -446px -49px;
  width: 100px;
  height: 25px;
}

#content #main .depFont .btn-bank div.btpn {
  background: url(../icon-bank/icon-bank-btpn.png) center no-repeat;
  background-size: contain;
  width: 66px;
  height: 25px;
}

#content #main .depFont .btn-bank div.jenius {
  background: url(../icon-bank/jenius-bank.png) center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btn-bank div.bsi {
  background: url(https://object-d001-cloud.akucloud.com/banner/image/bank/Dewagg_BSI%20Thumbnail_For%20All.png) center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btn-bank div.sinarmas {
  background: url(../icon-bank/sinarmas.png) center no-repeat;
  background-size: contain;
  width: 105px;
  height: 30px;
}

#content #main .depFont .btnCopy {
  margin: -4px 0 0;
  font-size: 14px;
  padding: 9px 20px;
}

#content #main .depFont .list-amount {
  display: flex;
}

#content #main .depFont .list-amount div.child-amount,#content #main .depFont .list-amount div.child-qrpay-amount,#content #main .depFont .list-amount div.child-virtual-amount,#content #main .depFont .list-amount div.child-ewallet-amount {
  padding: 6px 10px;
  color: white;
  background-color: #16a2a7;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#content #main .depFont .list-amount div.edit {
  padding: 6px 10px;
  color: white;
  background-color: #ffc000;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#content #main .depFont #amount-edit input {
  margin: 4px;
  width: 44%;
}

#content #main .depFont #amount-edit #amount-save {
  padding: 4px 10px;
  color: white;
  background-color: #62bb46;
  border-radius: 5px;
  margin: 6px 14px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

#content #main .depFont #amount-edit #amount-cancel {
  padding: 4px 10px;
  color: white;
  background-color: #d9534f;
  border-radius: 5px;
  margin: 6px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

#content #main .attention {
  width: 100%;
  height: 50px;
  padding: 8px;
  background: #ffc000;
  color: #363636;
  font-size: 13px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

#content #main .attention > div {
  display: inline-block;
}

#content #main .attention > div:first-child {
  vertical-align: top;
}

#content #main .attention > div:nth-child(2) {
  width: 86%;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
}

#content #main .attention > div:last-child {
  vertical-align: top;
  float: right;
}

/* ===================== Dompet Utama International ===================== */

.wallet-fix-btn {
  display: block;
  line-height: 0;
  padding-top: 12px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2002;
}

.wallet-fix-btn a {
  display: block;
  background-color: #efefef;
  padding: 12px;
  border-radius: 50% 0 0 50%;
  cursor: pointer;
  margin: 0;
  right: 0;
  transition: background-color .15s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wallet-fix-btn a:hover {
  background-color: #e5e5e5;
  opacity: .8;
  filter: alpha(opacity=80);
}

.wallet-fix-btn a img {
  width: 24px;
  height: 24px;
}

#content .wallet-drawer {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  width: 280px;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  right: -280px;
  top: 84px;
  z-index: 1001;
}

#content .wallet-drawer .wallet-drawer-menu {
  width: 100%;
  height: 40px;
  display: flex;
  background-color: #f0f0f0;
}

#content .wallet-drawer .wallet-drawer-menu li {
  display: inline-flex;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

#content .wallet-drawer .wallet-drawer-content {
  padding: 20px 10px;
}

#transfer-form {
  position: fixed;
  width: 100%;
  min-height: 80px;
  bottom: 0;
  background: #e5e5e5;
  z-index: 1002;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#transfer-form .transfer-form-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}

#transfer-form .transfer-form-wrapper .transfer-title {
  color: #60bb46;
  text-transform: uppercase;
}

#transfer-form .transfer-form-wrapper #from-wallet,#transfer-form .transfer-form-wrapper #to-wallet {
  width: 160px;
}

.nav-tabs {
  border-bottom: none;
  text-transform: uppercase;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover {
  color: #60bb46;
  background-color: #e5e5e5;
  border-color: transparent;
  text-decoration: none;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-item .nav-link {
  color: #6a6a6a;
  background: #929292;
  text-decoration: none;
  border: none;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-item .nav-link.active,.nav-tabs .nav-item .nav-link.active:focus,.nav-tabs .nav-item .nav-link.active:hover {
  color: #60bb46;
  background-color: #e5e5e5;
  border-color: transparent;
  text-decoration: none;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-item .nav-link:hover,.nav-tabs .nav-item .nav-link:focus {
  color: #60bb46;
}

#main-depo {
  background: #e5e5e5;
  padding: 1em;
  border-radius: 0 8px 8px;
}

#main-depo .col-sm-3 .list-group-payment {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

#main-depo .col-sm-3 .list-group-payment .payment-item {
  background-color: #c0c0c0;
  color: #000;
  border: none;
  margin-bottom: 1px;
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: all 0.2s;
}

#main-depo .col-sm-3 .list-group-payment .payment-item:focus,#main-depo .col-sm-3 .list-group-payment .payment-item:hover,#main-depo .col-sm-3 .list-group-payment .payment-item.active {
  background-color: #60bb46;
  color: #fff;
}

#main-depo .col-sm-9 .form-check-label {
  margin-right: 20px;
}

#main-depo .col-sm-9 .form-check-label:last-child {
  margin-right: 0;
}

#main-depo .col-sm-9 .col-form-label {
  color: #000;
  text-transform: uppercase;
}

#main-depo .col-sm-9 .lucky-depo-text {
  color: #60bb46;
  margin-bottom: 5px;
}

#main-depo .col-sm-9 .amount-wrapper {
  width: 91%;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1rem;
  text-align: center;
  width: 17%;
  margin-bottom: 5px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice input[type="radio"]:active ~ label {
  opacity: 1;
  background-color: #60bb46;
  color: #fff;
  text-decoration: none;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice input[type="radio"]:checked ~ label {
  opacity: 1;
  background-color: #60bb46;
  color: #fff;
  text-decoration: none;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice input[type="radio"].radio-amount {
  display: none;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice label {
  box-sizing: border-box;
  display: block;
  padding: 8px 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
}

#main-depo .col-sm-9 .amount-wrapper .amount-choice label:hover,#main-depo .col-sm-9 .amount-wrapper .amount-choice label:focus,#main-depo .col-sm-9 .amount-wrapper .amount-choice label:active {
  background-color: #60bb46;
  color: #fff;
}

#main-depo .col-sm-9 .btn-bank {
  width: 69%;
}

#main-depo .col-sm-9 .btn-bank div {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/bank-icon.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#main-depo .col-sm-9 .btn-bank div.bbl {
  background-position: 0 -25px;
  width: 98px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.ktb {
  background-position: -101px -25px;
  width: 104px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.kbank {
  background-position: -208px -25px;
  width: 93px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.bay {
  background-position: -304px -25px;
  width: 70px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.scb {
  background-position: -375px -25px;
  width: 76px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.tmb {
  background-position: -456px -25px;
  width: 85px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.public {
  background-position: 0 -50px;
  width: 102px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.cimbmy {
  background-position: -106px -50px;
  width: 136px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.rhb {
  background-position: -247px -50px;
  width: 69px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.hongleong {
  background-position: -322px -50px;
  width: 114px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.maybank {
  background-position: -442px -50px;
  width: 107px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.vcb {
  background-position: 0 -75px;
  width: 121px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.vietin {
  background-position: -126px -75px;
  width: 89px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.sacom {
  background-position: -221px -75px;
  width: 141px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.acb {
  background-position: -369px -75px;
  width: 58px;
  height: 25px;
}

#main-depo .col-sm-9 .btn-bank div.techcom {
  background-position: -433px -75px;
  width: 120px;
  height: 25px;
}

#main-depo .col-sm-9 .btnPadding1 {
  padding: 8px 40px;
}

/* ===================== Dompet Utama Shared Class ===================== */

.walletColor {
  color: #4c4c4c;
}

.walletContainer .bordered {
  padding: 10px 0;
  border-bottom: 1px solid #4c4c4c;
}

.walletContainer .bordered.last {
  border-bottom: none;
}

.walletContainer .bordered .wallet {
  width: 20px;
  margin-right: 5px;
}

.walletContainer .bordered .dompetP {
  font-size: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.walletContainer .bordered .spanNum {
  font-size: 12px;
  color: #4c4c4c;
  float: right;
}

.walletContainer .bordered .gameTitle {
  font-size: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.walletContainer .bordered .gameCash1 {
  font-size: 12px;
  color: #4c4c4c;
  float: right;
}

.walletContainer .rcorners3 {
  margin-top: 10px;
  border-radius: 6px;
  border: 2px solid #60bb46;
  padding: 5px 10px !important;
}

.walletContainer .rcorners3 .spanJumlah {
  color: #60bb46;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.walletContainer .rcorners3 .spaceJumlah {
  float: right;
  color: #60bb46;
  font-weight: bold;
}

.cashoutBtn {
  margin: 10px 0;
}

.cashoutBtn a {
  text-decoration: none;
}

.cashoutBtn a .spanCashout {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #929292;
  opacity: 1;
  color: #fff;
}

.bank-schedule {
  color: #fff;
  font-size: 9px;
}

.bank-schedule .bank-schedule-item {
  border-radius: 4px;
  background-color: #525252;
  width: 100%;
  height: 43px;
  display: inline-flex;
  margin-bottom: 5px;
}

.bank-schedule .bank-schedule-item:last-child {
  margin-bottom: 0;
}

.bank-schedule .bank-schedule-item .bank-schedule-indicator {
  width: 15px;
  background-color: #4e9839;
  border-radius: 4px 0 0 4px;
}

.bank-schedule .bank-schedule-item .bank-schedule-indicator.online {
  background: #468833;
  background: linear-gradient(to bottom, #468833 0%, #60bb46 40%, #60bb46 40%, #60bb46 60%, #468833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468833', endColorstr='#468833',GradientType=0 );
}

.bank-schedule .bank-schedule-item .bank-schedule-indicator.maintenance {
  background: #FF9800;
  background: linear-gradient(to bottom, #FF9800 0%, #cf7c00 40%, #cb7b02 40%, #cf7c00 60%, #FF9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9800', endColorstr='#cf7c00',GradientType=0 );
}

.bank-schedule .bank-schedule-item .bank-schedule-indicator.offline {
  background: #a00000;
  background: linear-gradient(to bottom, #a00000 0%, #d90000 40%, #d90000 60%, #a00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00000', endColorstr='#a00000',GradientType=0 );
}

.bank-schedule .bank-schedule-item .bank-schedule-name {
  width: 83px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-schedule .bank-schedule-item .bank-schedule-name.online {
  background-color: #e5e5e5;
}

.bank-schedule .bank-schedule-item .bank-schedule-name.maintenance {
  background-color: #e5e5e5;
}

.bank-schedule .bank-schedule-item .bank-schedule-name.offline {
  background-color: #9c9c9c;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .bca {
  background: url("../svg-icons/bca-color.svg") center no-repeat;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .mandiri {
  background: url("../svg-icons/mandiri-color.svg") center no-repeat;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .bni {
  background: url("../svg-icons/bni-color.svg") center no-repeat;
  width: 100%;
  height: 13px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .bri {
  background: url("../svg-icons/bri-color.svg") center no-repeat;
  width: 100%;
  height: 16px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .cimb {
  background: url("../icon-bank/cimb-min.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 11px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .mega {
  background: url(../svg-icons/bank_mega.svg) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 11px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .jenius {
  background: url(../icon-bank/jenius-bank.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 11px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .sinarmas {
  background: url(../icon-bank/sinarmas.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 11px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .ovo {
  background: url(../../../themes/dwbt/img/bank-icon/ovo.webp) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .linkaja {
  background: url(../../../themes/dwbt/img/bank-icon/linkaja.webp) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .dana {
  background: url(../../../themes/dwbt/img/bank-icon/dana.webp) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 37px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .gopay {
  background: url(../../../themes/dwbt/img/bank-icon/gopay.webp) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .panin {
  background: url(../icon-bank/panin-bank.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .danamon {
  background: url("../svg-icons/danamon-color.svg") center no-repeat;
  width: 100%;
  height: 17px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .permata {
  background: url("../svg-icons/permata-color-black.svg") center no-repeat;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .permata-white {
  background: url("../svg-icons/permata-color.svg") center no-repeat;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .maybank {
  background: url("../icon-bank/inter-maybank.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .btpn {
  background: url("../icon-bank/icon-bank-btpn.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 25px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .bsi {
  background: url(https://object-d001-cloud.akucloud.com/banner/image/bank/Dewagg_BSI%20Thumbnail_For%20All.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 25px;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .sakuku {
  background: url("https://object-d001-cloud.akucloud.com/banner/image/bank/sakuku-colored.webp") center no-repeat;
  width: 50%;
  height: 40px;
  background-size: 100%;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .jago {
  background: url("https://object-d001-cloud.akucloud.com/banner/image/bank/jago-colored.webp") center no-repeat;
  width: 50%;
  height: 40px;
  background-size: 100%;
}

.bank-schedule .bank-schedule-item .bank-schedule-name .seabank {
  background: url("https://object-d001-cloud.akucloud.com/banner/image/bank/seabank-colored.webp") center no-repeat;
  width: 50%;
  height: 40px;
  background-size: 100%;
}

.bank-schedule .bank-schedule-item .bank-schedule-desc {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

.bank-schedule .bank-schedule-item .bank-schedule-desc .bank-schedule-desc-detail {
  text-align: center;
  padding: 6px 10px;
  line-height: 11px;
}

.status-bank {
  background: #e5e5e5;
  display: flex;
  border-radius: 5px;
  color: white;
  padding: 7px;
}

.status-bank .online {
  width: 33%;
  background: #468833;
  background: linear-gradient(to bottom, #468833 0%, #60bb46 40%, #60bb46 40%, #60bb46 60%, #468833 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468833', endColorstr='#468833',GradientType=0 );
  text-align: center;
  border-radius: 5px;
}

.status-bank .maintenance {
  width: 33%;
  background: #FF9800;
  background: linear-gradient(to bottom, #FF9800 0%, #cf7c00 40%, #cb7b02 40%, #cf7c00 60%, #FF9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9800', endColorstr='#cf7c00',GradientType=0 );
  text-align: center;
  border-radius: 5px;
}

.status-bank .offline {
  width: 33%;
  background: #a00000;
  background: linear-gradient(to bottom, #a00000 0%, #d90000 40%, #d90000 60%, #a00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00000', endColorstr='#a00000',GradientType=0 );
  text-align: center;
  border-radius: 5px;
}

/* ===================== Register ===================== */

#reg-form .register-color {
  color: #16a2a7;
  font-weight: bold;
  font-size: 24px;
}

#reg-form .account-color {
  color: white;
  font-size: 14px;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

#reg-form .form-group {
  margin-bottom: 0.625rem;
}

#reg-form .form-group .form-control {
  height: 40px;
}

#reg-form .form-group .input-group .form-control {
  border: 1px solid #fff;
}

#reg-form .form-group .pass {
  color: white;
  font-size: 12px;
  font-weight: bold;
  color: #60bb46;
  padding: 10px 10px;
  margin: 0 auto;
  padding-bottom: 0;
}

#reg-form .form-group .group-add {
  height: 40px;
  background-color: grey;
  color: white;
  width: 145px;
}

#reg-form .form-group .group-add2 {
  height: 40px;
  width: 145px;
  color: white;
}

#reg-form .form-group .group-add3 {
  height: 40px;
  background-color: white;
  color: white;
  border: transparent;
  padding-right: 38px;
}

#reg-form .form-group #txt_verify {
  height: 48px;
}

#reg-form .terms-box {
  width: 20px;
  height: 18px;
}

#reg-form .terms-container {
  margin: -25px 0px 0px 25px;
}

#reg-form .terms-container .terms {
  color: #77787b;
  font-size: 13px;
}

#reg-form .btn-info-reg {
  margin: 10px 0px 7px 0px !important;
  padding: 8px 35px 8px 35px !important;
  font-size: 20px !important;
  background-color: #5bc0de;
  color: white;
}

.register-banner {
  margin: 0 auto;
  width: 460px;
  padding-top: 40px;
}

/* amount list E-wallet */

#ewalletForm .list-amount {
  display: flex;
}

#ewalletForm .list-amount div.child-amount {
  padding: 6px 10px;
  color: white;
  background-color: #62BB46;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#ewalletForm .list-amount div.edit {
  padding: 6px 10px;
  color: white;
  background-color: #f7941d;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#ewalletForm #ewallet-amount-edit input {
  margin: 4px;
  width: 46%;
}

#ewalletForm #ewallet-amount-edit input:first-child {
  margin: 6px;
  width: 46%;
}

#ewalletForm #ewallet-amount-edit #ewallet-amount-save {
  padding: 4px 10px;
  color: white;
  background-color: #62bb46;
  border-radius: 5px;
  margin: 6px 14px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

#ewalletForm #ewallet-amount-edit #ewallet-amount-cancel {
  padding: 4px 10px;
  color: white;
  background-color: #d9534f;
  border-radius: 5px;
  margin: 6px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

/* amount list virtual acc */

#virtualForm .list-amount {
  display: flex;
}

#virtualForm .list-amount div.child-amount {
  padding: 6px 10px;
  color: white;
  background-color: #62BB46;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#virtualForm .list-amount div.edit {
  padding: 6px 10px;
  color: white;
  background-color: #f7941d;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#virtualForm #virtual-amount-edit input {
  margin: 4px;
  width: 46%;
}

#virtualForm #virtual-amount-edit input:first-child {
  margin: 6px;
  width: 46%;
}

#virtualForm #virtual-amount-edit #virtual-amount-save {
  padding: 4px 10px;
  color: white;
  background-color: #62bb46;
  border-radius: 5px;
  margin: 6px 14px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

#virtualForm #virtual-amount-edit #virtual-amount-cancel {
  padding: 4px 10px;
  color: white;
  background-color: #d9534f;
  border-radius: 5px;
  margin: 6px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

/* amount list qrpay */

#qrpayForm .list-amount {
  display: flex;
}

#qrpayForm .list-amount div.child-amount {
  padding: 6px 10px;
  color: white;
  background-color: #62BB46;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#qrpayForm .list-amount div.edit {
  padding: 6px 10px;
  color: white;
  background-color: #f7941d;
  border-radius: 5px;
  margin: 6px;
  cursor: pointer;
}

#qrpayForm #qrpay-amount-edit input {
  margin: 4px;
  width: 46%;
}

#qrpayForm #qrpay-amount-edit input:first-child {
  margin: 6px;
  width: 46%;
}

#qrpayForm #qrpay-amount-edit #qrpay-amount-save {
  padding: 4px 10px;
  color: white;
  background-color: #62bb46;
  border-radius: 5px;
  margin: 6px 14px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

#qrpayForm #qrpay-amount-edit #qrpay-amount-cancel {
  padding: 4px 10px;
  color: white;
  background-color: #d9534f;
  border-radius: 5px;
  margin: 6px;
  width: 52px;
  cursor: pointer;
  display: inline;
}

.info-virtual-account {
  background-color: #62BB46;
  text-align: center;
  color: white;
  padding: 10px;
  width: 100%;
}

.bank-list-virtual {
  background: white;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  color: black;
}

.bank-list-qrpay {
  background: white;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  color: black;
}

.biaya-layanan-content {
  background: #62BB46;
  border-radius: 5px;
  padding: 15px 15px 25px 15px;
  text-align: center;
  font-size: 14px;
  justify-content: space-between;
}

.total-biaya-content {
  background: #FFFF;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  height: 50px;
  color: black;
  font-weight: bold;
}

.img-qris {
  border-bottom: 1px solid #b1b0b0;
}

.circle-status-bank {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 2px solid gray;
}

.absolute-circle {
  position: absolute;
  top: 15px;
  left: 10px;
}

.info-virtual-account {
  background-color: #62BB46;
  text-align: center;
  color: white;
  padding: 10px;
  width: 100%;
}

.banklist-virtual {
  position: relative;
  background: white;
  display: flex;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  width: 100%;
}

.banklist-virtual img {
  max-width: 80px;
}

.banklist-qrpay {
  position: relative;
  background: white;
  padding-bottom: 8px;
  padding-top: 15px;
  padding-left: 32px !important;
  border-radius: 10px;
  width: 100%;
}

.img-bank {
  max-height: 20px;
  margin: 2px;
}

.circle-status-bank {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  /* background:black; */
  border: 2px solid gray;
  position: absolute;
  top: 5px;
  left: 6px;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type=radio]:checked + .banklist-virtual > .circle-status-bank {
  background: #090;
  border: 2px solid black;
}

input[type=radio] + .banklist-virtual > .circle-status-bank {
  cursor: pointer;
}

input[type=radio]:checked + .banklist-qrpay > .circle-status-bank {
  background: #090;
  border: 2px solid black;
}

input[type=radio] + .banklist-qrpay > .circle-status-bank {
  cursor: pointer;
}

.biaya-layanan-content {
  background: #62BB46;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.total-biaya-content {
  height: 34px;
}

.nav-tabs-dashboard {
  font-size: 9pt;
  display: flex;
}

#fantasy-sports-landing .black-outline {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#fantasy-sports-landing .text-decoration-none {
  text-decoration: none;
}

#fantasy-sports-landing .secBannerToto .centerToto .fleks1 .totoTexts {
  font-size: 14px;
  max-width: 81px;
}

#fantasy-sports-landing .img-wrapper {
  width: 81px;
  height: auto;
  position: relative;
}

#fantasy-sports-landing .img-wrapper .trophy {
  position: absolute;
  background-color: #f42f27;
  bottom: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fantasy-sports-landing .centerToto {
  width: 71%;
}

#fantasy-sports-landing .totoContainer .totoh1 {
  background-position: -2.4rem -3rem;
}

#fantasy-sports-landing .fantasy-text {
  color: white;
}

#fantasy-sports-landing .bannerToto {
  width: 130%;
  margin-left: -10vw;
}

#fantasy-sports-landing .totoContainer {
  top: 383px !important;
}

#fantasy-sports-landing .gradient-text {
  font-weight: bold;
  background: -webkit-linear-gradient(45deg, #60bb46, #16a2a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  background-color: transparent;
}

body.rtp {
  background: url(../images/_rtpslot/bg-rtpslot.webp) top center no-repeat;
  background-attachment: fixed;
}

.align-flex-end {
  align-items: flex-end;
}

.rtp-lists .card {
  color: white;
  border: 2px solid #62bb46 !important;
  background-color: #1c1919 !important;
}

.rtp-lists .card .overlay-maintenance {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 25px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75) no-repeat;
  -webkit-background-size: contain;
  /* background-size: 56px; */
  /* background-position: 92px 6px; */
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-direction: alternate;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

.rtp-lists .card img {
  padding: 5px;
}

.rtp-lists .card .card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 19px;
  margin-top: 5px;
}

.rtp-lists .card .card-text .schedule {
  padding: 5px 0;
  background: #07d177;
  background: linear-gradient(90deg, #07d177 0%, #1acf65 31%, #01c1b8 100%);
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
}

.rtp-lists .card .play-rtp {
  background: #48e906;
  background: linear-gradient(90deg, #48e906 0%, #00bf29 100%);
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0;
  box-shadow: inset 0px -1px 8px 0px rgba(0, 0, 0, 0.4);
}

.rtp-lists .col-md-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.owl-rtp-menu .rtp-menu-item {
  width: 138px;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: relative;
}

.owl-rtp-menu .rtp-menu-item .active {
  position: absolute;
  width: 30%;
  height: 5px;
  background-color: #62bb46;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.owl-rtp-menu .rtp-menu-item .promo-rtp {
  position: absolute;
  right: 14px;
  top: 0;
}

.owl-rtp-menu .owl-wrapper-outer {
  z-index: 2;
}

.owl-rtp-menu .owl-wrapper-outer .owl-wrapper {
  display: flex;
  align-items: center;
}

.owl-rtp-menu .owl-wrapper-outer .owl-wrapper .owl-item {
  display: flex;
  justify-content: center;
}

.owl-rtp-menu .owl-buttons {
  display: flex;
  width: 105%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: -2.5rem;
}

.owl-rtp-menu .owl-buttons button:focus,.owl-rtp-menu .owl-buttons button:hover {
  outline: none;
  box-shadow: none;
}

.owl-rtp-menu .owl-buttons div {
  background: transparent !important;
  opacity: 1 !important;
  padding: 0px !important;
}

.owl-rtp-menu .owl-buttons button {
  margin: 0;
}

.owl-rtp-menu .owl-buttons .owl-prev span {
  font-size: 55px;
  opacity: 1;
}

.owl-rtp-menu .owl-buttons .owl-prev:hover span {
  opacity: 1;
}

.owl-rtp-menu .owl-buttons .owl-next {
  position: absolute;
  right: -2rem;
}

.owl-rtp-menu .owl-buttons .owl-next span {
  font-size: 55px;
  opacity: 1;
}

.owl-rtp-menu .owl-buttons .owl-next:hover span {
  opacity: 1;
}

.rtp-slot .modal .modal-dialog {
  max-width: 400px;
  margin: 10% auto;
}

.rtp-slot .modal .modal-dialog .modal-content {
  background-color: #252424;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-header {
  background-color: #62bb46;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-header .modal-title {
  color: white;
  font-size: 16px;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  text-align: start;
  color: white;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .top-content {
  padding: 15px;
  color: white;
  text-decoration: underline;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-header {
  background-color: #706d6d;
  padding: 8px 0;
  color: white;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-header .content-title {
  font: 16px 'allerrbold';
  text-align: center;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-body .pola {
  padding: 15px;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-body .tips .tips-title {
  width: 100%;
  background-color: #dfed20;
  padding: 8px 0;
  color: black;
  font: 16px 'allerrbold';
  text-align: center;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-body .tips .tips-body {
  padding: 15px;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row {
  margin: 0;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .col-md-6 {
  padding: 0;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .col-md-6 a {
  text-decoration: none;
  color: white;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .col-md-12 {
  padding: 0;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .col-md-12 a {
  text-decoration: none;
  color: white;
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .masuk {
  text-align: center;
  padding: 13px;
  background-color: #62bb46;
  text-decoration: none;
  font: 16px 'allerrbold';
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .main {
  text-align: center;
  padding: 13px;
  background-color: #62bb46;
  text-decoration: none;
  color: white;
  font: 16px 'allerrbold';
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body .content-footer .row .daftar {
  text-align: center;
  padding: 13px;
  background-color: #14a2a7;
  font: 16px 'allerrbold';
}

.rtp-slot .modal .modal-dialog .modal-content .modal-body p {
  text-align: start;
}

/* ===================== Transaction History ===================== */

#trans .form-inline input,#trans .form-inline select {
  font-size: 12px;
}

#trans .form-inline .th-menu-label {
  color: #fff;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 12px;
}

#trans .form-inline .TH-form {
  height: 30px;
  width: 15% !important;
}

#trans .form-inline .TH-form .form-control {
  height: 30px;
}

#trans .form-inline .TH-form .input-group-addon {
  font-size: .725rem;
  margin: 1px -1px !important;
  border: none;
  z-index: 2;
}

#trans .form-inline .TH-select-height {
  height: 30px;
  padding-right: 70px !important;
}

#trans .form-inline .TH-btn-height {
  height: 30px !important;
  padding: 8px 15px !important;
  color: #fff;
  background-color: #62BB46;
  border-color: #62BB46;
  margin-left: 5px;
  font-size: 12px;
}

#trans .form-inline .right-links a {
  color: #6a6a6a;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#trans .form-inline .right-links a.active,#trans .form-inline .right-links a:hover {
  color: #62BB46;
}

#trans .form-inline .right-links .between {
  color: #6a6a6a;
  padding: 0px 3px;
}

#trans .table-pos {
  width: 100%;
  margin: 0 auto;
}

#trans .table-pos .TH_table {
  margin-top: 20px;
  margin-bottom: 30px;
}

#trans .table-pos .TH_table .panel-heading {
  background-color: grey;
  border-radius: 4px;
  padding: 10px 10px;
}

#trans .table-pos .TH_table .TH_thead,#trans .table-pos .TH_table .TH_th {
  background-color: #929292 !important;
  color: #fff !important;
  border-top: none !important;
  font-weight: 100;
  text-align: center;
}

#trans .table-pos .TH_table thead th:first-child {
  border-top-left-radius: 5px;
}

#trans .table-pos .TH_table thead th:last-child {
  border-top-right-radius: 5px;
}

#trans .table-pos .TH_table tbody tr.color1 {
  background-color: #fff !important;
}

#trans .table-pos .TH_table tbody tr.color2 {
  background-color: #ededed;
}

#trans .table-pos .TH_table tbody tr td .color1,#trans .table-pos .TH_table tbody tr td .type,#trans .table-pos .TH_table tbody tr td .TH_remark,#trans .table-pos .TH_table tbody tr td .tcenter {
  font-size: 14px;
}

#trans .table-pos .TH_table tbody tr td .color1 {
  color: #000000;
}

#trans .table-pos .TH_table tbody tr td .type {
  text-transform: capitalize;
  color: #909090;
}

#trans .table-pos .TH_table tbody tr td .status-pending {
  color: #0cbec9;
  text-transform: capitalize;
}

#trans .table-pos .TH_table tbody tr td .status-cancel {
  color: #9f9f9f;
  text-transform: capitalize;
}

#trans .table-pos .TH_table tbody tr td .status-reject {
  color: #ff0000;
  text-transform: capitalize;
}

#trans .table-pos .TH_table tbody tr td .status-approve {
  color: #1e971b;
  text-transform: capitalize;
}

#trans .table-pos .TH_table tbody tr td .TH_td {
  color: #fff;
  padding: 10px 0px !important;
  text-align: center;
  font-size: 15px;
}

#trans .table-pos .TH_table tbody tr td .TH_remark {
  color: #000000;
}

#trans .table-pos .TH_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

#trans .table-pos .TH_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

body.messages {
  background: #282828 top center no-repeat;
}

.msg-content-pos {
  width: 70%;
  margin: 0 auto;
}

.msg-content-width {
  width: 100%;
}

.center {
  width: 910px;
  margin: 0 auto;
}

.navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  height: 1.875rem;
  background: #414141;
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
}

.msg-inbox-icon {
  width: 25px;
}

.msg-padding {
  padding: 0px 10px;
}

.nav-active {
  color: #60bb46 !important;
  z-index: 99999999999;
  font-weight: bold;
  color: #60bb46;
}

.nav-active .green-icon-active {
  display: inline;
}

nav {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

nav a {
  position: relative;
  display: inline-block;
  padding: 20px 70px 16px 50px;
  color: inherit;
  text-decoration: none;
  margin: -2px -4px -1px -15px;
  color: #6a6a6a;
}

#content > div > div > div > div:nth-child(2) > div > nav > ul > a:nth-child(2),#content > div > div > div > div:nth-child(2) > div > nav > ul > a:nth-child(3) {
  position: relative;
  display: inline-block;
  padding: 40px 55px 15px 55px;
  color: inherit;
  text-decoration: none;
  margin: -2px -4px -1px -15px;
}

.nav-active {
  color: #60bb46 !important;
  z-index: 99999999999;
  font-weight: bold;
}

.active-body2 {
  display: inline;
}

.tab2 {
  display: none;
}

#content nav.tabs-container2 ul > a:hover {
  color: black;
  text-decoration: none;
}

#content nav.tabs-container2 ul > a.nav-active:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6px !important;
  left: 0;
  z-index: -1;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(15px) rotateX(2deg);
  transform-origin: bottom left;
}

#content nav.tabs-container2 ul > a:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7px !important;
  left: 0;
  z-index: -1;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(15px) rotateX(2deg);
  transform-origin: bottom left;
}

#content nav.tabs-container2 ul > a:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -50px;
  bottom: 7px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}

#content nav.tabs-container2 ul > a:nth-child(2)::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 11px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}

nav.left a {
  padding: 1.5em 2em 1em 1em;
}

nav.left a::before {
  transform-origin: bottom left;
}

nav a.selected {
  z-index: 4;
}

nav a.selected::before {
  margin-bottom: -1px;
  border-top-width: 1px;
}

nav a.selected::before,#main2 {
  padding: 1em;
  border-radius: 8px;
  border-top-left-radius: 0px;
  margin-top: -10px;
  background: #e5e5e5;
}

.main-white {
  background-color: #fff;
  margin: 0 -30px;
  padding: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.msg-table {
  padding: 10px 30px 30px;
}

.main-white2 {
  background-color: #fff;
  margin: 0 -30px;
  padding: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.msg-table2 {
  padding: 10px 30px 30px;
}

.heightContent {
  height: 840px;
}

.msg-search {
  width: 158px;
  display: inline-block;
  height: 27px;
  padding: 0 10px;
  border-radius: 15px;
  border: none;
}

.msg-icon {
  margin: 0px -28px;
  color: #939598;
}

.form-group {
  padding: 0px;
}

.msg-search-pos {
  float: right;
}

.msg-delete {
  text-decoration: none;
  color: #939598;
  padding: 0px 0px 0 40px;
  text-transform: capitalize;
}

.col-form-label1 {
  margin: 0px 0px 0px 60px;
  width: 17% !important;
  font-size: 15px;
}

.col-form-label2 {
  width: 17% !important;
  font-size: 15px;
}

td.subject {
  padding-left: 0px;
  width: 70%;
}

label.date {
  padding-left: 10px;
}

a.not-read {
  text-decoration: none;
  color: #60bb46;
}

a.not-read:hover {
  text-decoration: underline;
}

a.read {
  text-decoration: none;
  color: #939598;
}

a.read:hover {
  text-decoration: underline;
}

a.delete {
  text-decoration: none;
  color: #939598;
}

a.delete:hover {
  text-decoration: underline;
  color: #60bb46;
}

.dot-padding {
  padding: 0px 5px;
}

#msg-table td.top-none {
  border-top: none;
}

#msg-table td {
  border-top: 1px solid #b1b3b6;
}

a,tr.msg-not-active {
  color: #939598;
}

#compose-subject .comp-subj {
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
}

#compose-subject .comp-msg {
  width: 90%;
  height: 150px;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
}

.cmp-btn-pos {
  margin: -5px 33px;
}

/* ===================== Memo ===================== */

#content .heightContent {
  height: 840px;
}

#content .heightContent nav {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

#content .heightContent nav.tabs-container2 ul a {
  position: relative;
  display: inline-block;
  padding: 20px 70px 16px 50px;
  color: inherit;
  text-decoration: none;
  margin: -2px -4px -1px -15px;
  color: #6a6a6a;
}

#content .heightContent nav.tabs-container2 ul a:hover {
  color: black;
  text-decoration: none;
}

#content .heightContent nav.tabs-container2 ul a:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7px !important;
  left: 0;
  z-index: -1;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(15px) rotateX(2deg);
  transform-origin: bottom left;
}

#content .heightContent nav.tabs-container2 ul a:nth-child(2)::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 11px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}

#content .heightContent nav.tabs-container2 ul a:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -50px;
  bottom: 7px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #929292;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}

#content .heightContent nav.tabs-container2 ul a:nth-child(2),#content .heightContent nav.tabs-container2 ul a:nth-child(3) {
  position: relative;
  display: inline-block;
  padding: 40px 55px 15px 55px;
  color: inherit;
  text-decoration: none;
  margin: -2px -4px -1px -15px;
}

#content .heightContent nav.tabs-container2 ul a .nav-active {
  color: #60bb46 !important;
  z-index: 99999999999;
  font-weight: bold;
}

#content .heightContent nav.tabs-container2 ul a .nav-active .green-icon-active {
  display: inline;
}

#content .heightContent nav.tabs-container2 ul a.nav-active:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6px !important;
  left: 0;
  z-index: -1;
  border-bottom: none;
  bottom: 0.3em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;
  transform: perspective(15px) rotateX(2deg);
  transform-origin: bottom left;
}

#content .heightContent nav.tabs-container2 ul a .msg-padding {
  padding: 0px 10px;
}

#content .heightContent nav.tabs-container2 ul a .msg-padding .msg-inbox-icon {
  width: 25px;
}

#content .heightContent #main2 {
  padding: 1em;
  border-radius: 8px;
  border-top-left-radius: 0px;
  margin-top: -10px;
  background: #e5e5e5;
}

#content .heightContent #main2 .form-group {
  padding: 0px;
}

#content .heightContent #main2 .form-group .col-form-label1 {
  margin: 0px 0px 0px 60px;
}

#content .heightContent #main2 .form-group .col-form-label1,#content .heightContent #main2 .form-group .col-form-label2 {
  width: 17% !important;
  font-size: 15px;
}

#content .heightContent #main2 .msg-search-pos {
  float: right;
}

#content .heightContent #main2 .msg-search-pos .msg-search {
  width: 158px;
  display: inline-block;
  height: 27px;
  padding: 0 10px;
  border-radius: 15px;
  border: none;
}

#content .heightContent #main2 .msg-search-pos .msg-icon {
  margin: 0px -28px;
  color: #939598;
}

#content .heightContent #main2 .msg-search-pos .msg-delete {
  text-decoration: none;
  color: #939598;
  padding: 0px 0px 0 40px;
  text-transform: capitalize;
}

#content .heightContent #main2 #msg-inbox.main-white,#content .heightContent #main2 #msg-inbox.main-white2 {
  background-color: #fff;
  margin: 0 -30px;
  padding: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#content .heightContent #main2 #msg-inbox.msg-table,#content .heightContent #main2 #msg-inbox.msg-table2 {
  padding: 10px 30px 30px;
}

#content .heightContent #main2 #msg-inbox #msg-table td {
  border-top: 1px solid #b1b3b6;
}

#content .heightContent #main2 #msg-inbox #msg-table td.top-none {
  border-top: none;
}

#content .heightContent #main2 #msg-inbox #msg-table .date {
  padding-left: 10px;
}

#content .heightContent #main2 #msg-inbox #msg-table .subject {
  padding-left: 0px;
  width: 60%;
}

#content .heightContent #main2 #msg-inbox #msg-table .not-read {
  text-decoration: none;
  color: #60bb46;
}

#content .heightContent #main2 #msg-inbox #msg-table .not-read:hover {
  text-decoration: underline;
}

#content .heightContent #main2 #msg-inbox #msg-table .delete {
  text-decoration: none;
  color: #939598;
}

#content .heightContent #main2 #msg-inbox #msg-table .delete:hover {
  text-decoration: underline;
  color: #60bb46;
}

#content .heightContent #main2 #msg-inbox #msg-table .dot-padding {
  padding: 0px 5px;
}

#content .heightContent #main2 .tab2 {
  display: none;
}

#content .heightContent #main2 .tab2 #compose-subject .comp-subj {
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
}

#content .heightContent #main2 .tab2 #compose-subject .comp-msg {
  width: 90%;
  height: 150px;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
}

#content .heightContent #main2 .tab2 .cmp-btn-pos {
  margin: -5px 33px;
}

#content .heightContent #main3 {
  padding: 1em;
  border-radius: 8px;
  border-top-left-radius: 0px;
  margin-top: -10px;
  background: #e5e5e5;
}

#content .heightContent #main3 #msg-inbox.main-white3 {
  background-color: #fff;
  margin: -15px -30px;
  padding: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#content .heightContent #main3 #msg-inbox.msg-table2 {
  padding: 10px 50px 30px;
}

#content .heightContent #main3 #msg-inbox #msg-table .read-bottom {
  border-bottom: 2px solid #b1b3b6;
}

#content .heightContent #main3 #msg-inbox .inbox-image {
  width: 100%;
}

#content .heightContent #main3 #msg-inbox .read-description .read-content {
  padding: 10px 170px 0 0px;
  font-size: 17px;
}

#content .heightContent #main3 #msg-inbox .read-description .more-active {
  color: #60bb46;
  text-decoration: underline;
}

/* ===================== Sent Message ===================== */

.active-body3 {
  display: inline;
}

.tab3 {
  display: none;
}

#bonus {
  color: white;
  min-height: 100vh;
  background-color: #000;
  padding-bottom: 15px;
}

#bonus .text-green {
  color: #60bb46;
}

#bonus #headerA {
  max-height: unset;
  height: 143px;
}

#bonus #headerA .header-coverA {
  background-size: 206px 46px;
}

#bonus #headerA .header-coverA.xmas-cover {
  background-size: 392px 52px;
}

#bonus #headerA .header-coverA.cny-cover-th {
  background-size: 270px ​58px !important;
}

#bonus #headerA .header-coverA.cny-cover {
  background-size: 270px ​58px !important;
}

#bonus #headerA .header-coverA .header-contentA .logoA {
  width: unset;
}

#bonus #headerA .header-coverA .header-contentA .title-bonus {
  font-size: 45px;
  color: #60bb46;
  margin-top: 30px;
  font-weight: bolder;
  text-align: center;
}

#bonus #headerA .header-coverA .header-contentA .title-bonus h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
  font-family: open_sansbold;
}

#bonus #headerA .header-coverA .header-contentA .title-bonus::before {
  content: '';
  background: url(../images/bonus/header-bg.png) no-repeat;
  background-size: cover;
  width: 80%;
  height: 150%;
  position: absolute;
  left: 49%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}

#bonus #nav-menu .nav li {
  margin: 0 10px 0 10px;
}

#bonus #nav-menu .nav li a.active {
  color: #60bb46;
}

#bonus #content {
  padding-top: 3rem;
}

#bonus #content.history table {
  width: 65%;
  text-align: center;
  margin: auto;
  background: #636466;
  border-radius: 7px;
}

#bonus #content.history table thead {
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
}

#bonus #content.history table thead th {
  text-align: unset;
  font-family: open_sansbold;
  font-size: 21px;
  padding: 5px;
}

#bonus #content.history table thead th:first-child {
  border-radius: 7px 0 0 0;
}

#bonus #content.history table thead th:last-child {
  border-radius: 0 7px 0 0;
}

#bonus #content.history table td {
  padding: 7px;
}

#bonus #content.history table td.num-row {
  font-size: 25px;
  font-family: open_sansbold;
}

#bonus #content.deposit-history table {
  width: 45%;
  text-align: center;
  margin: auto;
  background: #636466;
  border-radius: 7px;
}

#bonus #content.deposit-history table thead {
  background: linear-gradient(to bottom, #414141 0%, #191919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#191919',GradientType=0 );
}

#bonus #content.deposit-history table thead th {
  text-align: unset;
  font-family: open_sansbold;
  font-size: 21px;
  padding: 5px;
}

#bonus #content.deposit-history table thead th:first-child {
  border-radius: 7px 0 0 0;
}

#bonus #content.deposit-history table thead th:last-child {
  border-radius: 0 7px 0 0;
}

#bonus #content.deposit-history table td {
  padding: 7px;
}

#bonus #content.deposit-history table td.num-row {
  font-size: 25px;
  font-family: open_sansbold;
}

#bonus #content.progress-body #content-body {
  width: 55%;
  margin: auto;
}

#bonus #content.progress-body #content-body .progress-layout {
  background-color: #383838;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 13px;
}

#bonus #content.progress-body #content-body .progress-layout .hint-button {
  color: yellow;
  text-decoration: unset;
  border: 1px solid white;
  border-radius: 10px;
  padding: 0 7px;
  font-size: 13px;
}

#bonus #content.progress-body #content-body .progress-layout:last-child {
  margin-bottom: 0;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view {
  margin-bottom: 5px;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view:after {
  content: '';
  display: table;
  clear: both;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .progress-item {
  width: 84%;
  float: left;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .progress-item .progress-bar {
  width: 98%;
  background-color: #383838;
  border: 1px solid;
  border-color: #60bb46;
  border-radius: 5px;
  position: relative;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .progress-item .progress-bar .bar {
  width: 1%;
  height: 30px;
  line-height: 30px;
  background-color: #60bb46;
  text-align: center;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .progress-item .progress-bar span {
  position: absolute;
  top: 5px;
  width: 100%;
  text-align: center;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .claim-item {
  width: 15%;
  float: left;
  position: relative;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .claim-item button {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #32a2a7;
  border: 0;
  color: white;
  border-radius: 5px;
  height: 30px;
}

#bonus #content.progress-body #content-body .progress-layout .progress-view .claim-item button[disabled] {
  background-color: #034346;
  cursor: not-allowed;
}

/* ===================== Fonts ===================== */

@font-face {
  font-family: 'allerregular';
  src: url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'allerrbold';
  src: url("../fonts/aller_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ===================== Buttons ===================== */

.btn-primary {
  color: #fff;
  background-color: #14A2A7;
  border-color: #14A2A7;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0F8F93;
  border-color: #0F8F93;
}

.btn-primary:focus,.btn-primary.focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(20, 162, 167, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #62BB46;
  border-color: #62BB46;
}

.btn-success:hover {
  color: #fff;
  background-color: #54A43D;
  border-color: #54A43D;
}

.btn-success:focus,.btn-success.focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(98, 187, 70, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FDC010;
  border-color: #FDC010;
}

.btn-warning:hover {
  color: #fff;
  background-color: #DCA70F;
  border-color: #DCA70F;
}

.btn-warning:focus,.btn-warning.focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(253, 192, 16, 0.5);
}

.btn-success-line {
  color: #62BB46;
  background-color: transparent;
  border-color: #62BB46;
}

.btn-success-line:hover {
  color: #fff;
  background-color: transparent;
  border-color: #54A43D;
}

.btn-success-line:focus,.btn-success-line.focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(98, 187, 70, 0.5);
}

.btn-bank {
  color: #4c4c4c;
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #949494 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#949494',GradientType=0 );
  /* IE6-9 */
  border-color: #929292;
  text-decoration: none;
  font-size: 14px;
  padding: .25rem .5rem;
}

.btn-bank:hover {
  color: #fff;
  background-color: #949494;
  border-color: #929292;
}

.btn-bank:focus,.btn-bank.focus {
  color: #fff;
  box-shadow: 0 0 0 2px rgba(148, 148, 148, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #16a2a7;
  border-color: #16a2a7;
  margin: 43px 0px -10px 40px;
  padding: 6px 22px 4px 24px;
  font-size: 13px;
  font-weight: bold;
}

.btn-info2 {
  margin: -3px 0 0;
}

.btn-grey {
  color: #fff;
  background-color: #636466;
  border-color: #636466;
  margin: 20px 0px 0px 40px;
  padding: 8px 10px 6px 12px;
  font-size: 13px;
  list-style: none;
  font-weight: bold;
}

.btn-v88 {
  color: #fff;
  background: #53bf03;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #53bf03 0%, #204a01 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53bf03', endColorstr='#204a01',GradientType=0 );
  border: none;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 58%;
  right: 14%;
}

.btn-v88:hover {
  color: #fff;
  background: #204a01;
  border: none;
}

.btn-v88:focus,.btn-v88z.focus {
  color: #fff;
  background: #204a01;
  border: none;
}

.btn-v88-more {
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  bottom: 6px;
  left: 30%;
}

.btn-v88-more:hover {
  color: #fff;
  text-decoration: none;
}

.btn-v88-more:focus,.btn-v88-more.focus {
  color: #fff;
  text-decoration: none;
  background-color: #636466;
  border-color: #636466;
  margin: 20px 0px 0px 40px;
  padding: 8px 10px 6px 12px;
  font-size: 13px;
  list-style: none;
  font-weight: bold;
}

.btn-info-reg {
  margin: 10px 0 7px !important;
  padding: 8px 35px !important;
  font-size: 20px !important;
  background-color: #5bc0de;
  color: #fff;
}

/* ===================== Modal ===================== */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 300px;
    margin: 15% auto;
  }

  .modal-dialog-bank {
    max-width: 800px;
    margin: 3% auto;
  }
}

.modal-content {
  background-color: #e5e5e5;
  border: transparent;
  border-radius: .5rem;
}

.modal-header {
  border-bottom: none;
  /* background: rgb(96,187,70);
    background: -moz-linear-gradient(left,  rgba(96,187,70,1) 0%, rgba(22,162,167,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(96,187,70,1) 0%,rgba(22,162,167,1) 100%);
    background: linear-gradient(to right,  rgba(96,187,70,1) 0%,rgba(22,162,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bb46', endColorstr='#16a2a7',GradientType=1 ); */
  border-radius: .5rem .5rem 0 0;
}

.modal-header i {
  color: #fff;
}

.modal-title {
  color: #000;
  font: 20px 'allerrbold';
  text-transform: uppercase;
  text-align: center;
}

.modal-body {
  text-align: center;
}

.modal-body p {
  font: 14px 'open_sansregular';
  text-align: center;
}

.modal-body p strong {
  font-family: 'allerrbold';
}

.modal-body h5 {
  text-align: center;
  font-family: 'allerrbold';
}

.modal-body button {
  text-transform: uppercase;
  margin: 10px 0 10px;
}

.modal-footer a {
  text-decoration: none;
}

.modal-dialog-bank .modal-content {
  background-color: #313131;
  border: transparent;
  border-radius: 1rem;
}

.modal-dialog-bank .modal-content .modal-header {
  background: #62bb46;
  background: linear-gradient(to bottom, #62bb46 0%, #287317 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bb46', endColorstr='#287317',GradientType=0 );
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
}

.modal-dialog-bank .modal-content .modal-header .modal-title {
  color: #fff;
  font: 20px 'allerrbold';
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.modal-dialog-bank .modal-content .modal-header .modal-title span {
  text-transform: uppercase;
}

.modal-dialog-bank .modal-content .modal-body {
  color: #fff;
}

.modal-dialog-bank .modal-content .modal-body h5 {
  color: #60bb46;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini {
  max-width: 540px;
  margin: 0 auto;
  background: #62bb46;
  background: linear-gradient(to bottom, #62bb46 0%, #287317 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bb46', endColorstr='#287317',GradientType=0 );
  border: transparent;
  border-radius: 1rem;
  padding-top: 3px;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-header {
  padding: 10px;
  background-color: #246615;
  border-bottom: 3px solid #7acf56;
  border-radius: .6rem .6rem 0 0;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-header p {
  font: 14px 'open_sansregular';
  text-align: center;
  margin-bottom: 0;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-header p strong {
  font-family: 'allerrbold';
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-body {
  font: 14px 'open_sansregular';
  padding: 10px 40px;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-body table {
  width: 100%;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-body table .label-mini {
  text-align: left;
  padding-right: 20px;
  width: 25%;
}

.modal-dialog-bank .modal-content .modal-body .modal-mini .modal-mini-body table .form-control-mini {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: transparent;
  border-radius: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.modal-dialog-bank .modal-content .warning-banner {
  background-color: #ffdf01;
  color: #000;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'open_sansregular';
}

.modal-dialog-bank .modal-content .modal-footer {
  padding: 30px 15px;
  background-color: #222222;
  text-align: center;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}

.modal-dialog-bank .modal-content .modal-footer .btn {
  text-transform: uppercase;
}

.modal-dialog-bank .modal-content .modal-footer .btn .fa-stack-1x {
  color: #fff;
}

.modal-dialog-bank .modal-content .modal-footer .btn .icon-stop {
  color: #880000;
}

.modal-dialog-bank .modal-content .modal-footer .notes {
  color: #fff;
  position: absolute;
  margin-top: -36px;
  right: 18%;
}

.modal-dialog-bank .modal-content .modal-footer .notes .notes-caret {
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}

.modal-dialog-bank .modal-content .modal-footer .notes .notes-content {
  font-size: 10px;
  display: inline-block;
  max-width: 125px;
  text-align: left;
  line-height: 12px;
}

/* ===================== Dropdown ===================== */

.dropdown-menu {
  font-size: 12px;
  color: #282828;
  background-color: #e5e5e5;
}

.dropdown-menu::after,.dropdown-menu::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.dropdown-menu::after {
  content: "";
  border-width: 10px;
}

.dropdown-menu::before {
  content: "";
  border-width: 11px;
}

.dropdown-menu.dropdown-menu-right {
  margin: 15px 0 0;
}

.dropdown-menu.dropdown-menu-right::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.dropdown-menu.dropdown-menu-right::after,.dropdown-menu.dropdown-menu-right::before {
  left: 86%;
  border-top-width: 0;
}

.dropdown-menu.dropdown-menu-right::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #e5e5e5;
}

.dropdown-item {
  padding: 6px 1rem;
  font-weight: 400;
  color: #282828;
}

.dropdown-item:focus,.dropdown-item:hover {
  text-decoration: none;
  background-color: #c7c8ca;
}

.dropdown-item.active,.dropdown-item:active {
  text-decoration: none;
  background-color: #c7c8ca;
}

.dropdown-divider {
  height: 1px;
  margin: 0 .5rem;
  background-color: #c7c8ca;
}

/* ===================== Device Style ===================== */

@media (min-width: 992px) and (max-width: 1024px) {
  #content .container {
    width: 940px;
  }

  #content .container .games-wrapper {
    padding: 33px 30px;
  }

  #content .container .games-wrapper .icon-sports > img {
    width: 35px;
    height: 35px;
  }

  #content .container .games-wrapper .icon-live-casino > img {
    width: 47px;
    height: 32px;
  }

  #content .container .games-wrapper .icon-poker > img {
    width: 45px;
    height: 35px;
  }

  #content .container .games-wrapper .icon-slots > img {
    width: 48px;
    height: 35px;
  }

  #content .container .games-wrapper .icon-live-number > img {
    width: 35px;
    height: 35px;
  }

  #content .container .games-wrapper .icon-promotion > img {
    width: 35px;
    height: 35px;
  }

  #content .container .content-wrapper .content-top .content-video {
    width: 387px;
    height: 218px;
    margin-right: 10px;
  }

  #content .container .content-wrapper .content-top .content-video .vids {
    width: 387px;
    height: 218px;
  }

  #content .container .content-wrapper .content-top .content-promo {
    width: 229px;
    height: 218px;
    margin-right: 10px;
  }

  #content .container .content-wrapper .content-top .content-promo .front-promo-img {
    width: 229px;
    height: 218px;
  }

  #content .container .content-wrapper .content-top .content-mobile {
    height: 107px;
  }

  #content .container .content-wrapper .content-top .content-mobile .mobile-banner {
    width: 212px;
    height: 107px;
  }

  #content .container .content-wrapper .content-top #content .content-cs {
    height: 111px;
  }

  #content .container .content-wrapper .content-top #content .content-cs .cs-banner {
    width: 212px;
    height: 111px;
  }

  #content .container .content-wrapper .content-bottom .content-tutorial {
    width: 81%;
  }

  #content .container .content-wrapper .content-bottom .content-social {
    width: 19%;
  }

  #content .container .content-wrapper .history-games {
    width: 102%;
  }

  #content .container .content-wrapper .new-promo a {
    margin-right: 12px;
  }

  #content .container .content-wrapper .home-info-wrapper .home-info-deposit .attention {
    font-size: 11px;
  }

  #footer .footer-copy .statement {
    width: 599px;
  }
}

@media (min-width: 544px) {
  .container {
    max-width: 1030px;
    width: 1030px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1030px;
    width: 1030px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1030px;
    width: 1030px;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 1030px;
  }

  .container .content-wrapper .vids {
    width: 432px;
    height: 243px;
  }

  .container .content-wrapper .front-promo-img {
    width: 255px;
    height: 243px;
  }

  .container .content-wrapper .mobile-banner {
    width: 212px;
    height: 119px;
  }

  .container .content-wrapper .cs-banner {
    width: 212px;
    height: 123px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  #sbo-casino-lobby .live-stream {
    display: none;
  }

  #sbo-lobby .live-stream {
    display: none;
  }
}

@media (min-width: 576px) {
  .force-password {
    font-family: open_sansregular,Tahoma,"Microsoft Yahei",Arial,Helvetica;
    max-width: 800px;
    margin: 1% auto;
    text-align: center;
    color: #fff;
  }
}