#navbar-header-mini {
  background: var(--gradient-1);
}
#nav-categorygame .nav-item .nav-link {
  background: var(--gradient-1);
}
#nav-categorygame .nav-item .nav-link:before {
  background: var(--gradient-2);
}
.item-credit {
  background: var(--gradient-1);
  display: flex; 
  justify-content: center; 
  align-items: center; 
}
.text-wrap {
  color: var(--font-2);
}
#div_auto_dp, #div_auto_dp2 {
  background: var(--gradient-1);
  color:var(--font-2);
}

:focus {
  outline: none;
}

/* ============= POPUP ANNOUNCEMENT ============= */
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.modal-popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:99999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;    
}

.modal-popup-wrapper.open {
  opacity: 1;
  visibility: visible;  
}

.modal-popup {
  width: 600px;
  height: 800px;
  display: none;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 30%;
  left: 50%;
  background: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-popup-wrapper.open .modal-popup {
  margin-top: -200px;
  opacity: 1;
  display: block;
}

.head-popup {
  width: 100%;
  height: 55px;
  padding: 1.5em 7%;
  overflow: hidden;
  background: none;
  position:relative;
  top:35px;
  right:-40px;
}

.btn-close-popup {
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  background:#000;
  border-radius:5px;	
  padding-left:4px;	
}

.btn-close-popup::before,
.btn-close-popup::after {
  content: '';
  width: 24px;
  height: 6px;
  display: block;
  background: #FFF;
}

.btn-close-popup::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close-popup::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-popup {
  background:none;
}

/* ============= POPUP ANNOUNCEMENT ============= */

.newmodal {
  text-decoration: none;
  color:#000;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;  
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto;
  }
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
      width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
      width: 900px;
  }
}

#widget_lucky_spin {
	position: fixed;
	bottom: 250px;
	visibility: visible;
	z-index: 2147483639;
	background: transparent;
	border: 0px;
	padding: 10px 10px 0px 0px;
	float: left;
	margin-right: -10px;
	backface-visibility: hidden;
	opacity: 1;
	left: 0px;
	filter: drop-shadow(2px 2px 2px black);
}


#pagination_post {
  margin: 20px auto;
  padding: 0;
  text-align: center
}

#pagination_tabel {
  padding: 0
}

#pagination_tabel li {
  display: inline-block;
  background: var(--gradient-2);
  border-radius:8px;
}

#pagination_tabel li a {
  color: #000;
  float: left;
  font-weight:bold;
  padding: 8px 16px;
  text-decoration: none
}

#pagination_tabel .active {
  background: var(--gradient-1) !important;  
}

#pagination_tabel .active a {
  color: #000 !important
}

#pagination_tabel li a:hover {
  color: var(--gradient-1);
}


#pagination_post_modal {
  margin: 20px auto;
  padding: 0;
  text-align: center
}

#pagination_tabel_modal {
  padding: 0
}

#pagination_tabel_modal li {
  display: inline-block;
  background: var(--gradient-2);
  border-radius:8px;
}

#pagination_tabel_modal li a {
  color: #000;
  float: left;
  font-weight:bold;
  padding: 8px 16px;
  text-decoration: none
}

#pagination_tabel_modal .active {
  background: var(--gradient-1) !important;  
}

#pagination_tabel_modal .active a {
  color: #000 !important
}

#pagination_tabel_modal li a:hover {
  color: rgba(254, 192, 0, 1.00)
}


#pagination_post_modal2 {
  margin: 20px auto;
  padding: 0;
  text-align: center
}

#pagination_tabel_modal2 {
  padding: 0
}

#pagination_tabel_modal2 li {
  display: inline-block;
  background: linear-gradient(180deg, #8be0ff, #009dd8);
  border-radius:8px;
}

#pagination_tabel_modal2 li a {
  color: #000;
  float: left;
  font-weight:bold;
  padding: 8px 16px;
  text-decoration: none
}

#pagination_tabel_modal2 .active {
  background: #FC0 !important;  
}

#pagination_tabel_modal2 .active a {
  color: #000 !important
}

#pagination_tabel_modal2 li a:hover {
  color: rgba(254, 192, 0, 1.00)
}

.table-responsive-custom-v2 {
  background: transparent;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 0;
  width:100%;
}
.table-responsive-custom-v2 th {
  border-bottom: 1px solid #364043;
  color: #E2B842;
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
}
.table-responsive-custom-v2 td {
  color: #fff;
  font-weight: 400;
  padding: 0.65em 1em;
  border-bottom:1px solid #5f5f5f;
}
.table-responsive-custom-v2 > .disabled td {
  color: #4F5F64;
}
.table-responsive-custom-v2 tbody tr {
  transition: background 0.25s ease;
}
.table-responsive-custom-v2 tbody tr:hover {
  background: #014055;
}

.desc-game {
  padding:20px;
  font-size:16px;
  display:none;
  color:#000;
}
.daily-win {
  width:30px !important;
  height:auto !important;
  position:absolute;
  top:-5px;
  right:-5px;
  z-index:99999;
}


.cpn-boxzero {
  margin: 0 0;
  padding: 0 !important;
}
ul.cpn-boxzero > li {
  list-style: none;
}
.ui-li-supply {
  padding:10px;
  background: var(--gradient-1);
  width:calc((100% / 6) - 4px);
  margin:2px 0;
  text-align:center;
  border:1px solid #CCC;
  border-radius:7px;
}
.ui-li-supply a {
  text-decoration: none;
  color:#FFF;
  font-family: Noto Sans Thai, Roboto !important;  
  font-weight:bold;
}
.cpn-inBlock-row > .cpn-inBlock-cell, ul.cpn-inBlock-row > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
}
.ui-lnk-inquire {
  width: 23px;
  height: 35px;
  background: url(../../img/resources/lnk_inquire.png) no-repeat left center;
  margin: 0 0 0 -33px;
  vertical-align: middle;
  position: relative;
}
#wrap-banner-show {
  margin-top:70px;
}


.ul-apSlot {
  padding: 0 3.6px;
}
.li-apSlot {
  width: 240px;
  margin: 7.2px 16px;
  padding-bottom: 28px;
  position: relative;
}
.lnk-apSlot-favorites {
  display: block;
  height: 37px;
  background: url(../../img/resources/lnk_slotgame_favorites.jpg) repeat-x;
  padding: 0 50px 0 15px;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
.lnk-apSlot-favorites-selected {
  background-image: url(../../img/resources/lnk_slotgame_favoritesSelected.jpg);
}
.bg-apSlot-favorites {
  display: block;
  width: 20px;
  height: 17px;
  background: url(../../img/resources/icn_slotgame_favorites.png) no-repeat;
  margin-top: -8.5px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.lnk-apSlot-favorites-selected > .bg-apSlot-favorites {
  background-image: url(../../img/resources/icn_slotgame_favoritesSelected.png);
}
.txt-apSlot-favorites {
  display: table-cell;
  height: 37px;
  color: #FFF;
  vertical-align: middle;
}
.lnk-apSlot-favorites-selected > .txt-apSlot-favorites {
  color: #f1cb80;
}
.img-apSlot {
  width: 240px;
  height: 146px;
}
.lnk-apSlot-enter, .lnk-apSlot-freeplay, .lnk-apSlot-enter-noFree {
  display: block;
  width: 120px;
  background: url(../../img/resources/lnk_slotgame.jpg) repeat-x;
  color: #fff;
  text-align: center;
  line-height: 31px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
}
.lnk-apSlot-enter-noFree {
  width: 240px;
}
.lnk-apSlot-enter:hover, .lnk-apSlot-freeplay:hover {
  color: #ff7a76;
}
.lnk-apSlot-enter {
  left: 0;
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
}
.lnk-apSlot-enter:after {
  display: block;
  content: "";
  width: 2px;
  height: 31px;
  background: url(../../img/resources/lnk_slotgame_line.jpg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 119px;
}
.lnk-apSlot-freeplay {
  right: 0;
  border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
}
#record_cari {
  background:#FFF;
  border-radius:5px;
  margin-left:10px;
  padding:5px;
}


.ul-lang { display: none; border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; -ms-border-radius: 0 0 2px 2px; }
.lnk-lang { box-sizing: border-box; display: block; position: relative; top:3px; width: 15px; height: 29px; padding: 0 50px 0 0; line-height: 28px; color: #fff; -moz-border-radius: 4px; -ms-border-radius: 4px; }
.lnk-lang:hover { color: #ff0; }
.lnk-lang:hover + .ul-lang {
  display: block;
}
.ul-lang:hover {
  display: block;
}
.txt-lang { display: none; }
.bg-lang { position: absolute; top: 1px; left: 5px; width: 32px; height: 27px; background: no-repeat center; }
.bg-lang-en { background-image: url(../../img/resources/lang_iconEn.png?qq); background-size:cover; }
.bg-lang-th { background-image: url(../../img/resources/lang_iconTh.png?qq); background-size:cover; }
.bg-lang-arrow { background: none; display: inline-block; transform: scale(1.5); position: absolute; top: 0; right: 3px; color: #000; }

.forgot-pass-action {
  color:red !important;
  bottom:0 !important;
}


.btn-close-newmodal {
  width: 32px;
  height: 32px;
  display: block;
  float: right;
  background:#000;
  border-radius:5px;	
  padding-left:4px;	
}

.btn-close-newmodal::before,
.btn-close-newmodal::after {
  content: '';
  width: 24px;
  height: 6px;
  display: block;
  background: #FFF;
}

.btn-close-newmodal::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close-newmodal::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blk-freeregist {
  margin-bottom:10px;
}
.txt-freeregist-star {
  color:red;
}
.txt-head {
  color:#FFF;
  display:block;
  font-size:16px;
  text-align:left;
}
.ipt-freeregist {
  background:hsla(0,0%,100%,.16);
  color:#FFF;
  width:100%;
  border-radius: 10px;
  padding:5px;
  padding-left:15px;
  font-size:16px;
}
.blk-notice {
  color:#8C8C8C;
}
.blk-freeregist select {
  background:hsla(0,0%,100%,.16);
  color:#FFF;
  width:100%;
  border-radius: 10px;
  padding:8px;
  font-size:16px;
}
.blk-freeregist select option {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}
.ol-notice {
  color:#FFF;
  margin-top:20px;
}
.btn-send {
  background: var(--gradient-2);
  font-weight: 700;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  padding:10px 60px;
  border-radius:27px;
}
.lnk-services {
  background: linear-gradient(180deg,#ffdf46,#ffdc42 23.96%,#feeb52 49.48%,#fbc316 71.87%,#f69b09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  cursor: pointer;
  margin-top:20px;
  line-height:30px;
}

.cutsom-checkbox-row input[type="checkbox"] {
  margin: 0;
  opacity: 0;
}
.cutsom-checkbox-row {
  position: relative;
  margin-bottom: 15px;
}
.cutsom-checkbox-row input[type="checkbox"] + label {
  padding-left: 25px;
  display: inline-block;
  margin-bottom: .4rem;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
  border-color: #dddddd;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 21px;
  left: 0;
  position: absolute;
  transition: 0.3s linear all;
  width: 21px;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
  border-color: #ffdf46;
  background-color: #000;
  border-radius: 5px;
  transform: scale(1);
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
  border-color: #ffdf46;
  border-style: dotted;
  transition: 0.3s linear all;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {  
  border-style: solid;
  transform: scale(1.2);
  border-color: #fbebeb;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
  transform: scale(1);
  opacity: 1;
}
.cutsom-checkbox-row  input[type="checkbox"]:checked + label::after {
  color: #FFF;
  content: "\f00c";
  cursor: pointer;
  font-family: 'FontAwesome';
  left: 3px;
  position: absolute;
  top: 3px;
  transform: scale(1);
  transition: 0.3s linear all;
}
.cutsom-checkbox-row  input[type="checkbox"] + label::after {
  transform: scale(2);
  opacity: 0;
}
.cutsom-checkbox-row  input[type="checkbox"] + label::after {
  content: "";
  transform: scale(0);
  transition: 0.3s linear all;
}
.h1-title {
  text-align:center;
  margin-bottom:20px;
}
.theme-content-desc h3 {
  font-size:20px;
  margin:25px 0 5px;
}
.cpn-ul-decimal > li {
  list-style-type: decimal;
}
.cpn-ul-decimal {
  padding-left: 35px !important;
}
.v-btn--disabled {
  background-color: hsla(0,0%,100%,.12)!important;
  text-shadow: 0 0 #000;
  opacity: .5!important;
}
.desc-footer {
  margin-bottom:20px;
}
.modalnew {
  text-decoration: none;
}

.btn {
  margin-right: 0.07rem;
  margin-left: 0.07rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  outline: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0069d9;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #218838;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #c82333;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #e0a800;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #138496;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #e2e6ea;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #23272b;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
#box-loading-cont {
  height:10000px;
}

.txt-head-profile, .txt, .ipt-BankAccount1, .ipt-BankAccount2 {
  width:46%;
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
.txt-colon {
  width:2%;
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
.i-necessary {
  color:red;
}

.vip_stat {
  padding: 0;
  background: #fdfdfd;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  color:#000;
  width:80px;
}

.vip_stat.silver {
  background: #dcdcdc
}

.vip_stat.gold {
  background: #ffefd5
}

.vip_stat.vip {
  background: #ffdead
}
.t-highlight {
  margin-bottom:2px;
}
.t-box-list {
  margin:2px 0;
}

[hover-tooltip] {
  position: relative;
  cursor: default;
}
[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 14px;
  text-align: center;
  position: absolute;
  display: block;
  left: -100px;
  min-width: 150px;
  max-width: 250px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  color: #000;
  z-index: 99999999;
}
[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: -100px;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -100px;
  border: 1px solid black;
  border-color: #272727 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 99999999;
}
[hover-tooltip][tooltip-position=bottom]:hover::before {
  bottom: auto;
  top: calc(100% + 10px);
}
[hover-tooltip][tooltip-position=bottom]:hover::after {
  bottom: auto;
  top: calc(100% + 6px);
  border-color: transparent transparent #272727;
  border-width: 0 6px 4px;
}



@media only screen and (max-width: 600px) {
  .modal-popup {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding:10px;
    text-align: center;
    position: relative;
    left:0;
    background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .modal-popup-wrapper.open .modal-popup {
    opacity: 1;
  }

  .head-popup {
    width: 100%;
    height: 55px;
    padding: 0 1%;
    overflow: hidden;
    background: none;
    position:relative;
    top:55px;
    left:3px;
  }
  .cutsom-checkbox-row  input[type="checkbox"]:checked + label::after {    
    top:25px;
  }
}

.list-game-slot {
  width:100% !important;
}


.wrap-logo {
  max-width:1600px;
  overflow-x:auto;
  overflow-y:hidden;
}
.wrap-credit {
  padding-left:15px;
}
.navbar-header .wrap-header .menu-content li .nav-link {
  min-width:85px;
}
.item-credit, .banker {
  white-space: nowrap;
  float:right;
}