:root {
  --st-color-1: #8faaf0;
  --st-color-2: #6482cf;
  --st-color-3: #3957af;
  
  --st-color-5: #091943;
  --st-color-6: #06112d; /* bg header credit */
  --st-color-7: #06112d; /* bg header credit */
}



body, html {
background-color:var(--st-color-6);

/* background-image: linear-gradient(45deg, var(--st-color-6) 40%, var(--st-color-7) 40%); */
/* background-image: linear-gradient(0deg, var(--st-color-5),var(--st-color-end)); */
background-image: linear-gradient(60deg, var(--st-color-6) 60%, var(--st-color-5) 60%);
background-position: 0 100%;
background-attachment: fixed;
}

/* Copy input ธนาคาร หน้า Modal deposit */
.copyTarget {
border: none;
display: inline;
font-family: inherit;
font-size: inherit;
padding: 0 !important;
width: 140px;
background: unset;
font-size: 1.125rem;
font-weight: 600;
color: #29313e !important;
outline: none;
opacity: 1; 
}
/* .copyTarget:disabled {
color: #000 !important;
-webkit-text-fill-color: #000;
opacity: 1; 
} */


.x-game-badge-image:before {
background: rgb(0 0 0 / 60%);
}

.x-menu-provider .nav-link.-inactive {
  background: rgb(0 0 0 / 29%) !important;
  cursor:not-allowed;
  box-shadow:none !important;
  pointer-events: none;
}
.x-menu-provider .nav-link.-inactive img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.x-menu-provider .nav-link.-inactive .-text-nav-menu.-title {
  color:rgb(255 255 255 / 32%) !important;
}
.x-menu-provider .nav-link.-inactive .-text-nav-menu.-title-trans {
  color:rgb(255 255 255 / 50%) !important;
}


.x-header .-menu-wrapper .nav-link.-inactive {
color:rgb(255 255 255 / 45%);
background: #1f2f4c !important;
cursor:not-allowed;
pointer-events: none;
}

.x-header .-menu-wrapper .nav-link.-inactive img{
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}



/* ใค้ปุ่มสิทธิพิเศษ */
#rectangleGradient {
--color-stop: #1c58b4;
--color-bot: #09244e;
}

/* @media (max-width: 991.98px) {
.x-logged .-balance-container .-ic-coin.-cus {
    position: absolute;
    left: -33px;
    bottom: 0;
    display: block;
}
}
@media (max-width: 375px) {
.x-logged .-balance-container .-ic-coin.-cus {
    width: inherit;
}
} */



.x-control-promotion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 1.5rem 0;
  padding-top: 1.5rem; */
  font-size: 0.875rem;
  color: #fafafa;
  border-bottom: 1px solid #497ead;

  border: 1px solid #497ead;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}


.btn.-btn-withdraw,
.btn.-btn-deposit 
{
padding: 0.5em 1em;
}


/* loader overlay */
@import url("https://fonts.googleapis.com/css?family=Kanit:400,500,600|Prompt:400,500,600|Mitr:300,400,500|Pattaya|Pridi:300");


/* line 87, custom-1.scss */
.font-st-none {
  font-family: 'tahoma'; }

/* line 88, custom-1.scss */
.font-st-1 {
  font-family: 'Prompt', sans-serif; }

/* line 89, custom-1.scss */
.font-st-2 {
  font-family: 'Kanit', sans-serif; }

/* line 90, custom-1.scss */
.font-st-3 {
  font-family: 'Mitr', sans-serif; }

/* line 92, custom-1.scss */
.-font-w-normal {
  font-weight: normal !important; }

#overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  /* background: rgba(34, 34, 34, 80%); */
  background: rgb(12 30 53 / 89%);
  z-index: 9999;
  display: none;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 0.8s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
100% {
  transform: rotate(360deg);
}
}




#modal-block-history .modal-header {
color: #000 !important;
}

/* Shared action buttons (cashback + friend) */
.shared-action-row {
  align-items: center;
}

.shared-action-btn {
  border-radius: 999px !important;
  min-width: 130px;
  font-weight: 700;
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.shared-action-btn:not(:disabled):not(.disabled):hover,
.shared-action-btn:not(:disabled):not(.disabled):focus {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.shared-action-btn:disabled,
.shared-action-btn.disabled,
a.shared-action-btn.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.65;
  transform: none !important;
  box-shadow: none !important;
}

.shared-action-btn:disabled:hover,
.shared-action-btn.disabled:hover,
a.shared-action-btn.disabled:hover,
.shared-action-btn:disabled:focus,
.shared-action-btn.disabled:focus,
a.shared-action-btn.disabled:focus {
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.shared-action-btn.shared-action-btn-claim {
  border-color: rgba(103, 234, 171, 0.62) !important;
  background: linear-gradient(180deg, #36d487 0%, #1ea466 100%) !important;
  color: #f3fff8 !important;
  box-shadow: 0 7px 16px rgba(12, 88, 57, 0.33);
}

.shared-action-btn.shared-action-btn-claim:not(:disabled):not(.disabled):hover,
.shared-action-btn.shared-action-btn-claim:not(:disabled):not(.disabled):focus {
  background: linear-gradient(180deg, #45df95 0%, #25b170 100%) !important;
  color: #ffffff !important;
}

.shared-action-btn.shared-action-btn-claim:disabled,
.shared-action-btn.shared-action-btn-claim.disabled,
a.shared-action-btn.shared-action-btn-claim.disabled {
  border-color: rgba(124, 153, 138, 0.42) !important;
  background: linear-gradient(180deg, #4f6259 0%, #415149 100%) !important;
  color: rgba(235, 246, 239, 0.75) !important;
  box-shadow: none !important;
}

@media (max-width: 1480px) {
.x-menu-provider .nav-link {
    padding: 0.5rem 0.5rem !important;
}
}
/* @media (max-width: 991.98px) {
.x-menu-provider .nav-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}
}
@media (max-width: 767.98px) {
.x-menu-provider .nav-link {
    border-radius: 10px;
}
}
@media (max-width: 575.98px) {
.x-menu-provider .nav-link {
    padding: 0.5rem 0.25rem;
}
}
@media (max-width: 350px) {
.x-menu-provider .nav-link {
    padding: 0.25rem;
}
} */



.x-account-promotion .-account-promotion-container .-active-promotion {
overflow-y: auto !important;
}



#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
background: linear-gradient(180deg, #1c58b4, #09244e);
}



#headerBrand .home-btn {
border: 1px solid rgb(0 0 0 / 16%);
border-radius: 0.9rem;
padding: 0.4rem 0.5rem;
font-size: 0.75rem;
text-align: center;
line-height: 1rem;
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
/* box-shadow: 0 2px 2px rgb(0 0 0 / 10%); */
background-color: rgb(0 0 0 / 19%)
}

#headerBrand .home-btn .fas { color: #FFF; font-size: 1rem;  }

#headerBrand .home-btn:hover { background-color: rgb(255 255 255 / 19%); 
box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
                      border-color: rgb(255 255 255 / 24%);
                      color: rgba(255, 255, 255, 1);
                  }

@media (max-width: 575.98px) {
#headerBrand .home-btn {
  margin-left: 10px;
  padding: 0.3rem 1rem;
}
#headerBrand .home-btn .fas { font-size: 1.2rem;}
#headerBrand .home-btn span { display: none; }
}



/* ปุ่ม ในเมนู 3 ขีด */

.-theme-switcher-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .-theme-switcher-container {
        padding: 0.5rem 1rem;
    }
}

.-inner-center-body-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.-inner-top-body-section .-wrapper-box {
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .-inner-top-body-section {
      margin: 0.4rem 0;
  }
}
.-inner-center-body-section {
  margin: 0.5rem 0;
}
.-inner-center-body-section .-wrapper-box {
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .-inner-center-body-section {
      margin: 0;
  }
  .-inner-center-body-section .-wrapper-box {
    /*  padding: 0.25rem 0.5rem; */
    padding: 0.375rem 0.5rem;
  }
}



.-btn-item.-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.75rem;
    justify-content: center;
}
.-btn-item.-horizontal .-icon-image {
    width: 40px;
    /* height: 40px; */
}
.-btn-item.-horizontal.-menu-center {
    justify-content: flex-start;
}
.-btn-item.-horizontal .-icon-image {
    margin-right: 0.5rem;
}
.-btn-item.-horizontal .-typo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.-btn-item.-menu-center {
    padding: 0.5rem;
    box-shadow: inset 0 4px 10px 0 hsl(0deg 0% 100% / 50%);
    /* background: linear-gradient(180deg,#7b65b6,#443668); */
    background: linear-gradient(180deg,#6249a4,#443668);
    transition: all .2s;
}



.x-theme-switcher .nav-item .-text  {
  font-family: 'Prompt', sans-serif;
}



.x-theme-switcher .nav-item a.-inactive {
  cursor: not-allowed;
  pointer-events: none;
}

.x-theme-switcher .nav-item a.-inactive img {
  filter: grayscale(88%);
  opacity:0.6;
}
.x-theme-switcher .nav-item a.-inactive .-text {
    color: #888;
}


/* เมนูสามขีด ด้านใน */

.modal-dialog button.close.-cl2 {
  width:100%;
  color: #FFF;
  opacity:1;
  text-shadow:none;
  text-align: right;
  padding: 8px 20px;
}

.-modal-content.-cus {
    overflow-x: hidden;
    overflow-y:auto;    
}


.nav-item.-w100-banner {
    width: 100%;
}

.nav-item.-w100-banner .-b100 {
    width: 100%;
    border-radius: 8px;
}
.nav-item.-w100-banner a {
    padding:0;

    overflow: hidden;
    margin-bottom: 0.8rem;
}
.nav-item.-w100-banner .-text {
    /* display: none; */
    font-size: 0.7rem;
}


/* Deposit page */

.-tabDeposit button.-btn { font-size: 1rem !important; } 

.-btn_hover {
    position: relative;
}
.-btn_hover:hover .middle {
    opacity: 1;
    /* transition-delay: 0.5s; */
    height: 101%;
}
.-btn_hover .middle {
    background-color: rgba(0,0,0,0.5);
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
/*     bottom: 0;
    left: 50%;
    right: 0; */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

    width: 101%;
    height: 0%;
}

.-proChoose .-btn-box {
    background-color:rgba(0,0,0,0.5);
    padding: 12px 0;
}
.-proChoose .-btn-box .btn {
    /* padding-top:6px;
    padding-bottom: 6px; */
    min-width: 90px;
    padding: 5px 0;
}
@media only screen and (max-width: 600px) {
    .-proChoose .-btn-box .btn {
        padding-top:4px;
        padding-bottom: 4px;
    }

}

.sweet-title { font-size: 1.2rem !important; }
.swal2-html-container {
    font-size: 0.9rem !important;
}   

.-box-countdown {
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
    margin-bottom: 5px;
    padding: 15px;
}

.-box-countdown .timeCountdown {
    font-size: 1.4rem;
    color: orange;
    font-family: sans-serif;

}
.-cancel-promotion-btn {
    padding: 2px 15px;
    font-size: 0.8rem;
}





/* popup */

#popUpAds.modal {
border-radius: 7px;
overflow: hidden;
background-color: transparent;
font-family: "Poppins", sans-serif; }
#popUpAds.modal .logo a img {
  width: 30px; }
#popUpAds.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px; }
#popUpAds.modal .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    /* background-color: #fff; */
    color: #FFF;
    font-size: 14px; 
    background-color: var(--st-color-7);
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); 
}


#popUpAds .modal-header .close {
margin: 0;
position: absolute;
top: -42px;
right: -10px;

border-radius: 23px;
background-color: var(--st-color-2);
color: #FFF;
font-size: 26px;
opacity: 1;
z-index: 10;
padding: 5px 10px;
}

#popUpAds .modal-header {
border: 0;
padding: 0;
position: relative;
}




/* Deposit page */

.wrapper {
  width: 100%;
  padding: 60px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: 3px;
  cursor: pointer;
  line-height: 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  border-radius: 2px;
  height: 20px;
  padding: 5px;
  background-color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 6px;
  top: -4px;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  width: 0;
}

[type="radio"]:checked + label:after {
  opacity: 1;
  width: calc(100% - 24px);
}

.checkbox-all:checked + label:after,
.checkbox-all:not(:checked) + label:after {
  background-color: hotpink;
}

.checkbox-js:checked + label:after,
.checkbox-js:not(:checked) + label:after {
  background-color: #f1c40f;
}

.checkbox-html:checked + label:after,
.checkbox-html:not(:checked) + label:after {
  background-color: #ff932b;
}

.checkbox-react:checked + label:after,
.checkbox-react:not(:checked) + label:after {
  background-color: #64e1fe;
}

.checkbox-vue:checked + label:after,
.checkbox-vue:not(:checked) + label:after {
  background-color: #6edbbe;
}

.checkbox-angular:checked + label:after,
.checkbox-angular:not(:checked) + label:after {
  background-color: #e75139;
}

.checkbox-all:checked + label {
  margin-left: 17px;
}

.wrapper .seperator {
  width: 100%;
  height: 30px;
}

.wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
}

.project {
  border-radius: 4px;
  box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.7);
  -webkit-transition: all 0.2s linear;
  transition: all 0.3s linear;
}

.project.js {
  border: 3px solid #f1c40f;
}

.project.html {
  border: 3px solid #ff932b;
}

.project.react {
  border: 3px solid #64e1fe;
}

.project.vue {
  border: 3px solid #6edbbe;
}

.project.angular {
  border: 3px solid #e75139;
}

.project.js,
.project.html,
.project.react,
.project.vue,
.project.angular {
  opacity: 0;
  transform: scale(0);
  padding: 0;
  margin: 0;
  visibility: hidden;
  border-width: 0;
}

.checkbox-all:checked ~ .cards .project.js,
.checkbox-all:checked ~ .cards .project.html,
.checkbox-all:checked ~ .cards .project.react,
.checkbox-all:checked ~ .cards .project.vue,
.checkbox-all:checked ~ .cards .project.angular,
.checkbox-js:checked ~ .cards .project.js,
.checkbox-html:checked ~ .cards .project.html,
.checkbox-react:checked ~ .cards .project.react,
.checkbox-vue:checked ~ .cards .project.vue,
.checkbox-angular:checked ~ .cards .project.angular {
  opacity: 1;
  min-height: 140px;
  min-width: calc(22% - 28px);
  padding: 0 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  visibility: visible;
  transform: scale(1);
  border-width: 3px;
}

@media only screen and (max-width: 650px) {
  .wrapper .container {
    width: 100%;
  }

  .wrapper label {
    display: block;
  }

  .wrapper .cards {
    flex-direction: column;
    width: auto;
  }
}



/* Edit css/style-min.css */
.x-game-badge-component.-new {
  color: #fff;
  background: linear-gradient(182deg,#cd36ff,#ff0000) !important;
  border: 1px solid #ff0000;
}

/* New anmation (game provider) */
.waviy {
position: relative;
-webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0,0,0,.2));
}
.waviy span {
position: relative;
display: inline-block;
color: #fff;
text-transform: uppercase;
animation: waviy 1s infinite;
animation-delay: calc(.1s * var(--i));
font-size: 0.8em;
}
@keyframes waviy {
0%,40%,100% {
  transform: translateY(0)
}
20% {
  transform: translateY(-2px)
}
}

/* Casino provider grid - 5 columns (square cards) */
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .navbar-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: start;
}
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .navbar-nav .nav-item {
  width: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .navbar-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .navbar-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 10px;
  }
}
@media (max-width: 575.98px) {
  .x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .navbar-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .x-game-list-item-macro {
  width: auto;
}
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .x-game-list-item-macro .-inner-wrapper .-cover-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
}
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .text-center {
  font-size: 0.8rem;
  color: var(--st-color-2, #9e5045);
  margin-top: 4px;
}
.x-category-index .-games-list-container .-games-list-wrapper.-casino-grid .-provider-name {
  margin-top: 0;
  padding-top: 6px !important;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 500;
  color: #f3f3f3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}