/* ==========================================================================
   Dewabet v2
   ========================================================================== */

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

html,
body {
  margin: 0;
  height: auto;
  padding: 0;
  font-size: 1rem;
  font-family: 'open_sansregular',Tahoma,"Microsoft Yahei",Arial,Helvetica;
  background-color: #282828;
  color: #000;
}

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

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

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;
}

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

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

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.main-wc {
  background: #000 url(../images/dewabet-wc-2018.jpg) top center no-repeat;
}

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

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

body.sports {
  background: #000000 url(../images/_sports/sports-background1.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.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;
}

/* ===================== 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;
}

.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.bs-tether-element-attached-top::after,
.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;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: .75rem;
}

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

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

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

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

img {
  vertical-align: middle;
}

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

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

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

@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;
  -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: -ms-flexbox;
  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;
  }
}

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

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

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

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

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

#header .header-cover-wc {
  background-image: url(../images/logo-wc-2018.png);
  background-repeat: no-repeat;
  background-position: 15px 20px;
}

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

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

#header .top-menu > ul > li {
  display: -ms-inline-flexbox;
  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: 48%;
  height: 56px;
  float: left;
  margin: 0;
  padding: 0;
}

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

#header .header-content .login-panel {
  width: 52%;
  text-align: right;
  height: 28px;
  margin: 0.625rem 0;
}

#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;
}

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

#header .header-content .login-panel a {
  margin-right: 10px;
}

#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-dwb.gif) 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: #16a2a7;
}

#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;
}

/* ===================== 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 );
}

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

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

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

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

#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;
}

#nav-menu .navA {
  width: 85% !important;
}

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

#news {
  margin-top: 114px;
}

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

#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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

#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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  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 {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 14px;
  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-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;
}

/* ===================== 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: 98%;
}

.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: 11px;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  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, transparent 0%, transparent 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, transparent 0%, transparent 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: -ms-inline-flexbox;
  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 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 74px;
  border: 1px solid #60bb46;
}

.home-promotion-wrapper .home-promotion-item .home-promotion-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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;
}

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

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

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

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

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

#footer .icon-spam-free {
  width: 41px;
  height: 32px;
}

#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-bangkok-bank {
  width: 85px;
  height: 19px;
}

#footer .icon-krungthai-bank {
  width: 138px;
  height: 19px;
}

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

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

#footer .icon-siam-commercial-bank {
  width: 86px;
  height: 19px;
}

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

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

#footer .footer-links li {
  display: -ms-inline-flexbox;
  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.75rem;
  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: -ms-inline-flexbox;
  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;
}

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

#footer .footer-copy .advantage {
  width: 341px;
  float: right;
  padding-left: 15px;
}

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

#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-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/icon-footer.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

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

.footer-copy .license a.cagayan:hover {
  opacity: .7;
}

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

.footer-copy .license a.bmm:hover {
  opacity: .7;
}

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

.footer-copy .license a.ceza:hover {
  opacity: .7;
}

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

.footer-copy .license a.pagcor:hover {
  opacity: .7;
}

.footer-copy .partners a.idnplay {
  background-position: -272px 0px;
  width: 108px;
  height: 27px;
}

.footer-copy .partners a.idnplay:hover {
  opacity: .7;
}

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

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

.pokerContainer .pokerh1 {
  text-align: center;
  width: 425px;
  margin: 0 auto;
  height: 65px;
}

.pokerContainer .pokerh1 .pokerText {
  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%;
}

.chooseContainer .chooseText {
  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;
}

.center-poker {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-poker .fleks1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.tabGradient .winnerlist {
  height: 97px;
  width: 254px;
  padding: 10px 21px 12px 28px;
}

.tabGradient .tabMidLine {
  vertical-align: middle;
  border-right: 1px solid #4c4c4c;
  width: 1px;
  line-height: 15px;
  background-color: #fff;
}

#tab1 {
  display: block;
}

#tab2 {
  display: none;
}

#tab1 .tblBox,
#tab2 .tblBox {
  width: 100%;
  height: 43px;
  background-color: #282828;
  background-image: radial-gradient(circle farthest-corner, #282828, #070707);
  background-size: 100% 100px;
}

#tab1 .tblBox2,
#tab2 .tblBox2 {
  width: 100%;
  height: 43px;
}

#tab1 .tblfontHeader,
#tab2 .tblfontHeader {
  color: green;
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  width: 998px;
  margin: 0 auto;
  font-size: 20px;
}

#tab1 .tblfont1,
#tab2 .tblfont1 {
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  width: 998px;
  margin: 0 auto;
}

#tab1 .tblfontHeader .tblfont2,
#tab1 .tblfont1 .tblfont2,
#tab2 .tblfontHeader .tblfont2,
#tab2 .tblfont1 .tblfont2 {
  float: left;
  width: 33.333333%;
}

.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;
}

.thirdbanner .chooseContainer2 .chooseText2 {
  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;
}

.thirdbanner .lastIcons {
  width: 998px;
  text-align: center;
}

.thirdbanner .lastIcons .center2 {
  width: 648px;
  margin: 0 auto;
}

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

.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;
}

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

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

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

.casinoContainer .casinoh1 {
  text-align: center;
  width: 463px;
  margin: 0 auto;
  height: 60px;
}

.casinoContainer .casinoh1 .casinoText {
  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%;
}

.chooseContainer-casino .chooseText {
  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;
}

.studioPosition {
  margin-top: -2%;
}

.studioPosition .fleks1Casino {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  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;
  z-index: 1029;
}

.studioPosition .fleks1Casino .gameImages {
  width: 100%;
  padding: 0 15px;
  height: auto;
  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-top: 8%;
}

.inviContainerP .inviTextP {
  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;
}

.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%;
}

.tabGradientCasino .inviContainer .inviText {
  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;
}

.tabGradientCasino .centerBenefits {
  width: 648px;
  margin: 0 auto;
}

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

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

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

.tabGradientCasino .center2 {
  width: 648px;
  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;
  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-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;
}

/* ===================== 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: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 16px;
  opacity: 1;
}

#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 {
  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 {
  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 {
  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-live-number:hover .iconDefault,
#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number.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-live-number:hover .iconHover,
#nav-menu2.navbar2 .games-wrapper2 a.icon-live-number.active .iconHover {
  display: inline-block;
}

.promo-item {
  margin-bottom: 10px;
}

.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;
}

/* ===================== Slots ===================== */

#content .bannerSlots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

#content .slotsContainer {
  width: 100%;
  position: absolute;
  top: 403px;
  left: 0;
}

#content .slotsContainer .slotsh1 {
  text-align: center;
  width: 820px;
  margin: 0 auto;
  height: 60px;
}

#content .slotsContainer .slotsh1 .slotsText {
  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;
}

#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: 390px;
  overflow: hidden;
  position: relative;
}

#content .greenBackground .slider-wrapperSlots .slider-slot {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots {
  -ms-flex-pack: center;
  justify-content: center;
}

#content .greenBackground .slider-wrapperSlots .slider-slot .fleksSlots .icon-slot1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  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: 50px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot-prev {
  z-index: 2;
  position: relative;
  color: #60bb46;
  font-size: 60px;
}

#content .greenBackground .slider-wrapperSlots .slider-slot-next {
  z-index: 2;
  position: relative;
  color: #60bb46;
  font-size: 60px;
}

.banner-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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: 648px;
  margin: 0 auto;
}

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

.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 {
  background: #b1b3b6;
}

#content #slots .col-sm-3 {
  width: 18%;
  padding-right: 0;
  padding-left: 0;
  min-height: 563px;
}

#content #slots .col-sm-3 .slot-sidebar-nav {
  text-align: center;
}

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

#content #slots .col-sm-3 .slot-sidebar-nav .search-input {
  margin-bottom: 5px;
}

#content #slots .col-sm-3 .slot-sidebar-nav .search-input input {
  font-size: 13px;
  padding: 5px;
  border-radius: 0;
  height: 40px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

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

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

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

#content #slots .col-sm-3 .slot-sidebar-nav li.tournament-leaderboard {
  background: #fbbf31;
  background: linear-gradient(to bottom, #fbbf31 0%, #6e5416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbf31', endColorstr='#6e5416',GradientType=0 );
}

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

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

#content #slots .col-sm-9 .horizontal-list-wrapper .game-one-half-slot {
  float: left;
  width: 25%;
}

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

#content #slots .col-sm-9 .horizontal-list-wrapper .game-one-half-slot .game-box-slots:hover .game-title-slots {
  color: #fff;
  text-decoration: none !important;
}

#content #slots .col-sm-9 .horizontal-list-wrapper .game-one-half-slot .game-box-slots .slots-img-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#content #slots .col-sm-9 .horizontal-list-wrapper .game-one-half-slot .game-box-slots .game-title-slots {
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

#content #slots .col-sm-9 .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: 0px 25px;
}

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

#content #slots .col-sm-9 .horizontal-list-wrapper .slots-games .slot-hover-buttons .slot-play-button img {
  width: 100px;
}

/* ===================== Sports ===================== */

#contentSports {
  overflow: hidden;
}

#contentSports .justify-content-center {
  -ms-flex-pack: 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: 519px;
  margin: 0 auto;
}

.centerforyou-sport .centerBenefitsSports1 .fleks3Casino {
  padding: 10px 0 0;
}

.centerforyou-sport .centerBenefitsSports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.centerforyou-sport .centerBenefitsSports2 {
  width: 519px;
  margin: 0 auto;
}

.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 .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 {
  width: 12%;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
}

#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 img.cas-img {
  border: 1px solid #707174;
}

#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 .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;
  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;
}

#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;
}

/* ===================== 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 .bannerTototext {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: -17px 10px 11px 10px;
}

#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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

#content .secBannerToto .centerToto .fleks1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 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;
}

.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: 742px;
  margin: 0 auto;
}

.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;
}

.lastIconsToto .moreinfoToto {
  text-align: center;
  font-size: 20px;
  padding-left: 445px;
  font-weight: bold;
}

/* ===================== Virtual Sports ===================== */

#content-virtual-sports {
  padding: 0 10px;
}

#content-virtual-sports .banner-virtual-sports {
  margin-top: -23px;
  z-index: 1;
}

#content-virtual-sports .virtual-sport-container {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 0;
}

#content-virtual-sports .virtual-sport-container .virtual-sports-h1 {
  text-align: center;
  width: 640px;
  margin: 0 auto;
  height: 70px;
}

#content-virtual-sports .virtual-sport-container .virtual-sports-h1 .virtual-sports-text {
  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;
}

#content-virtual-sports .virtual-sport-container .banner-virtual-sports-text {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 5px 38px -170px 10px;
}

.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 {
  width: 100%;
  text-align: center;
  margin-top: -24%;
}

.centerforyou .invi-container-virtual-sports1 {
  width: 100%;
}

.centerforyou .invi-container-virtual-sports1 .invi-text-virtual-sports1 {
  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 .center-benefits-virtual-sports1 {
  width: 518px;
  margin: 0 auto;
}

.centerforyou .center-benefits-virtual-sports1 .fleks3Casino {
  padding: 10px 0 0;
}

.centerforyou .center-benefits-virtual-sports1 .fleks3Casino .tableIcons1 {
  width: 130px;
  padding: 0 15px;
  height: 100px;
}

.centerforyou .center-benefits-virtual-sports2 {
  width: 518px;
  margin: 0 auto;
}

.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%;
  text-align: center;
  margin-top: 5%;
}

.invi-container-virtual-sports2 .invi-text-virtual-sports2 {
  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;
}

.botbanner-virtual-sports {
  margin: 20px 0 60px;
}

/* ===================== 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: 15%;
  bottom: 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: 21px;
}

#content .referral-download-btn:hover {
  background: #62cd40;
}

#content .ref-img {
  margin-bottom: 20px;
}

#content .referralMidBanner {
  background: url(../images/_referral/referral-bg-mid.jpg) top center no-repeat;
  height: 459px;
}

#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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: 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;
  min-height: 270px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  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 .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: -ms-inline-flexbox;
  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 16px 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;
}

#content #main .depFont .btn-bank div.permata {
  background-position: -492px 0;
  width: 66px;
  height: 25px;
}

#content #main .depFont .btnCopy {
  margin: -4px 0 0;
  font-size: 14px;
  padding: 9px 20px;
}

#content #main .attention {
  width: 100%;
  height: 50px;
  padding: 8px;
  background: #ffc000;
  color: #363636;
  font-size: 13px;
  margin-top: 28px;
}

#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: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
}

#content .wallet-drawer .wallet-drawer-menu li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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"];
}

#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: -ms-inline-flexbox;
  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.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bank-schedule .bank-schedule-item .bank-schedule-name.online {
  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("../svg-icons/cimb-color.svg") center no-repeat;
  width: 100%;
  height: 11px;
}

.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.svg") center no-repeat;
  width: 100%;
  height: 18px;
}

.bank-schedule .bank-schedule-item .bank-schedule-desc {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.bank-schedule .bank-schedule-item .bank-schedule-desc .bank-schedule-desc-detail {
  text-align: center;
  padding: 6px 10px;
  line-height: 11px;
}

/* ===================== 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;
}

#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;
}

/* ===================== 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-active .green-icon-inactive {
  display: none;
}

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;
}

.nav-activeS {
  color: #60bb46 !important;
  z-index: 99999999999;
  font-weight: bold;
}

.nav-activeC {
  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.nav-activeS:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -50px;
  bottom: 6px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.2em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  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(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.nav-activeC:nth-child(2):before {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 5px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.2em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  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,
#content .heightContent nav.tabs-container2 ul a .nav-activeS,
#content .heightContent nav.tabs-container2 ul a .nav-activeC {
  color: #60bb46 !important;
  z-index: 99999999999;
  font-weight: bold;
}

#content .heightContent nav.tabs-container2 ul a .nav-active .green-icon-active,
#content .heightContent nav.tabs-container2 ul a .nav-activeS .green-icon-active,
#content .heightContent nav.tabs-container2 ul a .nav-activeC .green-icon-active {
  display: inline;
}

#content .heightContent nav.tabs-container2 ul a .nav-active .green-icon-inactive,
#content .heightContent nav.tabs-container2 ul a .nav-activeS .green-icon-inactive,
#content .heightContent nav.tabs-container2 ul a .nav-activeC .green-icon-inactive {
  display: none;
}

#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.nav-activeC:nth-child(2):before {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 5px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.2em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  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.nav-activeS:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -50px;
  bottom: 6px !important;
  left: 0;
  z-index: -2;
  border-bottom: none;
  bottom: 0.2em;
  border-radius: 10px 10px 0 0;
  background: #e5e5e5;
  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 .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: 70%;
}

#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;
}

/* ===================== 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;
}

/* ===================== 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;
  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;
  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: 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;
  }
}