@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  transition: background 0.3s ease, color 0.3s ease;
}

/* :root {
  font-size: 62.5%;
  --brand-color: #FF7300;
  --primary-color: #ffffff;
  --secondary-color: #cbc1b9;
  --primary-bg: #000000;
  --secondary-bg: #301500;
  --teritary-bg: #190b00;
  --font-xxl: 3rem;
  --font-xl: 2.2rem;
  --font-l: 1.8rem;
  --font-m: 1.6rem;
  --font-s: 1.4rem;
  --font-xs: 1.2rem;
  --font-xxs: 1rem;
  --error-color: #ff1953;
  --primary-gradient: linear-gradient(146.39deg, #000000 55%, #FF7300 125.56%);
  --primary-filter: brightness(0) saturate(100%) invert(46%) sepia(41%) saturate(3680%) hue-rotate(3deg) brightness(106%) contrast(108%);
} */

html,
body {
  background: var(--primary-bg);
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

.text-danger,
.error-msg {
  color: var(--error-color);
  font-size: var(--font-xs);
  font-weight: 400;
}

.ck-ctaBtn {
  background: var(--brand-color);
  color: var(--primary-color);
  font-size: var(--font-m);
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.4rem;
  transition: all 0.3s;
  white-space: nowrap;
}

.ck-ctaBtn:hover {
  transition: all 0.3s;
  color: var(--primary-bg);
  border: none;
  outline: none;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 115, 0, 0.8);
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

a {
  text-decoration: none;
}

button:focus {
  outline: none;
}

a:hover {
  color: initial;
}

.noScroll {
  overflow: hidden;
}

.hide-scrollbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.ck-main {
  min-height: 70vh;
  padding: 1rem 4rem;
}

.back-button {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 1.75rem;
  left: 0.5rem;
  width: 3rem;
  height: 3rem;
  background: var(--brand-color);
  border-radius: 50%;
  z-index: 1001;
  opacity: 0.4;
  cursor: pointer;
}

.back-button:hover {
  opacity: 1;
}

/* |-|-| ICONS |-|-| */
.icon-style {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

.menu-icon {
  background-image: url(/assets/images/2.0/menu-icon.svg);
}

.promotion-icon {
  background-image: url(/assets/images/2.0/promotion-icon.svg);
}

.casino-icon {
  background-image: url(/assets/images/2.0/casino-icon.svg);
}

.sports-icon {
  background-image: url(/assets/images/2.0/sport-icon.svg);
}

.search-icon {
  background-image: url(/assets/images/2.0//search-icon.svg);
}

.moon-icon {
  background-image: url(/assets/images/2.0/moon-icon.svg);
}

.sun-icon {
  background-image: url(/assets/images/2.0/sun-icon.svg);
}

.mail-icon {
  background-image: url(/assets/images/2.0/mail-icon.svg);
}

.down-icon {
  background-image: url(/assets/images/2.0/down-icon.svg);
}

.up-icon {
  background-image: url(/assets/images/2.0/up-icon.svg);
}

.home-icon {
  background-image: url(/assets/images/2.0/home-icon.svg);
}

.promo-icon {
  background-image: url(/assets/images/2.0/promo-icon.svg);
}

.deposit-icon {
  background-image: url(/assets/images/2.0/deposit-icon.svg);
}

.withdraw-icon {
  background-image: url(/assets/images/2.0/withdraw-icon.svg);
}

.close-icon {
  background-image: url(/assets/images/2.0/close-icon.svg);
}

.account-icon {
  background-image: url(/assets/images/2.0/account-icon.svg);
}

.star-icon {
  background-image: url(/assets/images/2.0/star-icon.svg);
}

.star-icon.filled {
  background-image: url(/assets/images/2.0/starFilled-icon.svg);
}

.india-icon {
  margin-right: 0.5rem;
  background-image: url(/assets/images/2.0/india-icon.svg);
}

.eye-icon {
  background-image: url(/assets/images/2.0/eye-icon.svg);
}

.allGames-icon {
  background-image: url(/assets/images/2.0/allGame-icon.svg);
}

.hotGames-icon {
  background-image: url(/assets/images/2.0/hotGames-icon.svg);
}

.provider-icon {
  background-image: url(/assets/images/2.0/provider-icon.svg);
}

.logout-icon {
  padding: 0.75rem;
  background-image: url(/assets/images/2.0/logout-icon.svg);
}

.info-icon {
  background-image: url(/assets/images/2.0/info-icon.svg);
}

.refresh-icon {
  background-image: url(/assets/images/2.0/refresh-icon.svg);
}

.prev-icon {
  background-image: url(/assets/images/2.0/prev-icon.svg);
}

.next-icon {
  background-image: url(/assets/images/2.0/next-icon.svg);
}

.plus-icon {
  background-image: url(/assets/images/2.0/plus-icon.svg);
}

.book-icon {
  background-image: url(/assets/images/2.0/book-icon.svg);
}

.coupon-icon {
  background-image: url(/assets/images/2.0/coupon-icon.svg);
}

.copy-icon {
  background-image: url(/assets/images/2.0/copy-icon.svg);
}

.qr-icon {
  background-image: url(/assets/images/2.0/qr-icon.svg);
}

.download-icon {
  background-image: url(/assets/images/2.0/download-icon.svg);
}

.profile-icon {
  background-image: url(/assets/images/2.0/profile-icon.svg);
}

.verify-icon {
  padding: 1rem !important;
  background-image: url(/assets/images/2.0/verify-icon.svg);
}

.changPass-icon {
  padding: 1rem !important;
  background-image: url(/assets/images/2.0/changPass-icon.svg);
}

.upload-icon {
  background-image: url(/assets/images/2.0/upload-icon.svg);
}

.transaction-icon {
  background-image: url(/assets/images/2.0/transaction-icon.svg);
}

.paymentHistory-icon {
  background-image: url(/assets/images/2.0/paymentHistory-icon.svg);
}

.gameHistory-icon {
  background-image: url(/assets/images/2.0/gameHistory-icon.svg);
}

.back-icon {
  background-image: url(/assets/images/2.0/back-icon.svg);
}

.hour-icon {
  background-image: url(/assets/images/2.0/hour-icon.svg);
}

.lock-icon {
  background-image: url(/assets/images/2.0/lock-icon.svg);
}

.loyalBack-icon {
  background-image: url(/assets/images/2.0/loyalBack-icon.svg);
}

.dullStar-icon {
  background-image: url(/assets/images/2.0/dullStar-icon.svg);
}

.edit-icon {
  background-image: url(/assets/images/2.0/edit-icon.svg);
}

.edit-icon {
  background-image: url(/assets/images/2.0/edit-icon.svg);
}

/* |-|-| HEADER |-|-| */
.ck-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-bg);
  padding: 1rem 4rem;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}

.ck-headerRight,
.ck-headerLeft {
  display: flex;
  align-items: center;
}

.ck-headerLeft .ck-logo img {
  width: 17rem;
}

.ck-headerLeft .ck-headerNav {
  display: flex;
  align-items: center;
  padding-left: 5rem;
  margin: 0;
}

.ck-headerNav li {
  list-style: none;
  margin-right: 2rem;
}

.ck-headerNav li a .icon-style {
  margin-right: 0.5rem;
  padding: 0.8rem;
}

.ck-headerNav li a,
.ck-headerNav li a span {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 500;
  white-space: nowrap;
}

.ck-headerNav .activeLink a,
.ck-headerNav .activeLink a span {
  color: var(--brand-color);
}

.ck-headerNav .activeLink .icon-style {
  filter: var(--primary-filter);
}

.ck-searchIcon {
  margin-right: 2rem;
}

.ck-searchIcon .search-icon {
  padding: 1.5rem;
}

.ck-depositBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.4rem;
  background: none;
  padding: 0 0 0 1rem;
  font-weight: 600;
  min-width: 10rem;
  font-size: var(--font-m);
  color: var(--primary-color);
  border: 2px solid var(--brand-color);
}

.ck-depositBtn span {
  background: var(--brand-color);
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}

.ck-userDp,
.ck-profileBtn {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color);
  margin-left: 2rem;
}

.ck-userDp img,
.ck-profileBtn img {
  width: 100%;
  border-radius: 50%;
}

.ck-userDp {
  position: relative;
}

.ck-userDpInput {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color);
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 65%;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.ck-userDpInput .edit-icon {
  padding: 0.5rem;
}

.theme-toggler {
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
  background: var(--primary-bg);
  margin-left: 2rem;
  display: flex;
  padding: 0;
}

.theme-toggler span {
  width: 50%;
  padding: 1rem 1.2rem;
  display: block;
}

.theme-toggler span:first-child {
  background: var(--brand-color);
}

/* |-|-| SIDEMENU |-|-| */

.ck-sidemenu {
  background: var(--primary-bg);
  padding: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 25rem;
  z-index: 1000;
  opacity: 1;
  overflow-y: auto;
  transition: all 0.3s;
}

.ck-sidemenu.hide-menu {
  padding: 0;
  width: 0;
  z-index: -9;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.sidemenu-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  height: 3rem;
}

.sidemenu-top button {
  background: none;
  border: none;
  outline: none;
}

.sidemenu-top button .icon-style {
  padding: 1.75rem;
}

.ck-sideUser {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.4rem;
  background: var(--primary-gradient);
  border: 2px solid var(--brand-color);
  margin-bottom: 3rem;
}

.ck-sideUser .ck-userDp {
  margin-left: 0;
  margin-right: 1.5rem;
}

.ck-menuUserDetails p {
  margin-bottom: 0.5rem;
  font-size: var(--font-s);
  color: var(--primary-color);
}

.ck-menuUserDetails .ck-loyalLvls .icon-style {
  padding: 0.8rem;
  margin-right: 0.5rem;
}

.ck-menu-links {
  padding-left: 0;
}

.ck-menu-links li {
  margin-bottom: 2rem;
  list-style: none;
}

.ck-menu-links li a {
  display: flex;
  align-items: center;
}

.ck-menu-links li a .icon-style {
  padding: 0.75rem;
}

.ck-menu-links li a span {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 500;
  margin-left: 1.5rem;
}

.ck-menu-links .ck-active .icon-style {
  filter: var(--primary-filter);
}

.ck-menu-links .ck-active span {
  color: var(--brand-color);
}

.ck-sidemenu .socialLinks {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  width: 100%;
  justify-content: space-between;
}

.ck-sidemenu .socialLinks a {
  padding: 0.5rem;
  width: 15%;
}

.ck-sidemenu .socialLinks a img {
  width: 100%;
}

/* |-|-| ANNOUNCEMENT |-|-| */
.ck-announcement {
  display: flex;
  width: 100%;
  background: var(--primary-bg);
  align-items: center;
}

.ck-announcement p {
  color: var(--brand-color);
  font-weight: 600;
  width: 12rem;
  margin: 0;
  font-size: var(--font-l);
}

.ck-announcement .marqueee {
  width: calc(100% - 12rem);
}

.ck-announcement .marqueee,
.ck-announcement .marqueee p,
.ck-announcement .marqueee span {
  color: var(--primary-color);
  font-size: var(--font-m);
  font-weight: 500;
}

/* |-|-| HERO-BANNER |-|-| */
.ck-heroBanner {
  margin: 3rem auto;
}

.ck-heroBanner img {
  width: 100%;
  max-height: 40rem;
  border-radius: 0.75rem;
}

/* |-|-| GAME-PROVIDERS |-|-| */
.ck-providerLists {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* |-|-| GAME-MENU |-|-| */
.ck-gameMenu-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3rem auto;
}

.ck-gameMenu {
  border: 2px solid var(--brand-color);
  background: var(--primary-gradient);
  width: 32%;
  border-radius: 0.5rem;
  padding: 2rem 3rem 3rem;
}

.ck-gameMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}

.ck-gameMenuTop h3 {
  font-size: var(--font-xl);
  color: var(--brand-color);
  margin: 0;
  font-weight: 600;
}

.ck-gameMenuBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ck-gameMenuBottom a {
  position: relative;
  display: block;
  width: 48%;
}

.ck-gameMenuBottom img {
  aspect-ratio: 2 / 1.2;
  width: 100%;
  border-radius: 0.5rem;
}

.ck-gameMenuBottom a:nth-child(-n+2) {
  margin-bottom: 1.5rem;
}

/* |-|-| TESTIMONIALS |-|-| */
.ck-testimonial-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 3rem auto;
  border: 2px solid var(--brand-color);
  background: var(--primary-gradient);
  border-radius: 0.5rem;
}

.ck-testimonial-container * {
  transition: all 0.3s;
}

.testiBanner {
  width: 45%;
}

.testiBanner img {
  width: 100%;
  max-width: 550px;
}

.ck-testimonials {
  width: 55%;
  padding: 2.5% 5% 5%;
}

.ck-testimonials .testoDetails {
  font-size: var(--font-xl);
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.ck-testimonials .testoName span {
  font-size: var(--font-m);
  color: var(--brand-color);
  font-weight: 500;
  display: block;
}

.ck-testimonials .carousel-indicators {
  justify-content: flex-start;
  margin: 0;
  bottom: -2rem;
}

.carousel-indicators button,
.carousel-indicators li {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 50% !important;
  margin: 0 1rem 0 0 !important;
  border: none !important;
  cursor: pointer;
  opacity: 1 !important;
  background: var(--primary-color) !important;
}

.carousel-indicators .active {
  background: var(--brand-color) !important;
}

/* |-|-| BLOGS |-|-| */
.ck-blog-container {
  margin: 5rem auto;
}

.ck-blog-container .ck-heading {
  font-size: var(--font-xl);
  color: var(--brand-color);
  font-weight: 600;
  text-align: center;
  margin: 0 0 2rem;
}

.ck-blogBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-blogBox .ck-blog {
  width: 32%;
  padding: 2rem 2rem 1rem;
  border-radius: 0.4rem;
  border: 2px solid var(--brand-color);
}

.ck-blog .blog-heading {
  font-size: var(--font-xl);
  color: var(--brand-color);
  font-weight: 500;
}

.ck-blog .blog-title {
  font-size: var(--font-m);
  color: var(--primary-color);
  font-weight: 500;
}

.ck-blog .blog-info {
  font-size: var(--font-xs);
  color: var(--primary-color);
  font-weight: 300;
  margin: 0;
}

.ck-blog .ck-ctaBtn {
  margin: 2rem auto 0;
  display: block;
  padding: 0.5rem 2rem;
  font-size: var(--font-s);
}


/* |-|-| HOME-CONTENT |-|-| */
.ck-contentBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ck-leftContent,
.ck-rightContent {
  width: 48.5%;
  padding: 2rem;
}

.ck-contentBox .contents {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 300;
}

.contentHeading {
  font-size: var(--font-xl);
  color: var(--brand-color);
  font-weight: 600;
  font-style: italic;
}

.ck-leftContent a img {
  margin: 1rem 0 2rem;
}

/* |-|-| FOOTER |-|-| */
.ck-footer {
  padding: 1rem 4rem;
}

.top-footer {
  display: flex;
  padding: 4rem 2rem 2rem;
  background: var(--primary-gradient);
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
  align-items: center;
  justify-content: space-between;
}

.ck-payments,
.ck-safety {
  width: 49%;
}

.ck-payments img {
  max-height: 2.7rem;
  max-width: 14rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

.ck-safety {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.trusted-footer {
  background: var(--primary-color);
  border-radius: 0.4rem;
  padding: 0 2rem;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.trusted-footer img:not(:last-child) {
  margin-right: 2.6%;
}

.trusted-footer img {
  max-width: 14%;
}

.trusted-footer img:nth-child(4) {
  width: 150px;
}

.trusted-footer img:last-child {
  max-width: 100%;
  height: 12rem;
  margin-bottom: -0.75rem;
}

.bottom-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem;
}

.footerLinks-box {
  display: flex;
  align-items: flex-start;
}

.footer-links {
  margin-right: 5rem;
}

.footer-links h2 {
  font-size: var(--font-xl);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-links h2 .up-icon {
  display: none;
}

.footerLink {
  display: inline-block;
  padding: 0;
  margin-right: 3rem;
}

.footerLink li {
  list-style: none;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.footerLink li a {
  font-size: var(--font-xs);
  font-weight: 400;
  color: var(--primary-color);
}

.footerLink li a .icon-style {
  margin-right: 1rem;
}

.footerLink li a:hover {
  color: var(--brand-color);
}

.bootomLeft-foot .socialLinks {
  display: flex;
  align-items: flex-end;
}

.bootomLeft-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bootomLeft-foot .socialLinks a {
  padding: 1.5rem;
}

.ck-footerTxt {
  margin-top: 4rem;
  font-size: var(--font-s);
  font-weight: 500;
  text-align: center;
  color: var(--primary-color);
}

.ck-stickyFooter {
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem;
  background: var(--primary-bg);
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.ck-stickyFooter button {
  background: none;
  border: none;
  outline: none;
}

.ck-stickyFooter a,
.ck-stickyFooter button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18%;
}

.ck-stickyFooter a span,
.ck-stickyFooter button span {
  color: var(--primary-color);
  font-size: var(--font-s);
  font-weight: 500;
  margin-top: 1rem;
}

.ck-stickyFooter .ck-active {
  filter: var(--primary-filter);
}


/* |-|-| LOGIN-REGISTER-MODAL |-|-| */
.ck-loginModal,
.ck-registerModal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.ck-modalContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-gradient);
  width: 100rem;
  max-width: 95%;
  border-radius: 0.5rem;
}

.ck-modalContent-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 2rem;
  position: relative;
}

.ck-modalContent-right img {
  width: 90%;
}

.close-loginRegister-modal {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background: none;
  border: none;
  outline: none;
}

.close-loginRegister-modal .icon-style {
  padding: 2rem;
}

.ck-modalContent-left {
  padding: 2rem 2rem 2rem 4rem;
  width: 50%;
}

.ck-topHeading {
  width: 100%;
  margin-bottom: 2rem;
}

.backToNum {
  background: none;
  border: none;
  outline: none;
}

.backToNum .back-icon {
  padding: 2rem;
}

.ck-topHeading p {
  margin: 0;
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-xxl);
  font-weight: 600;
}

.ck-loginType {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  border: 2px solid var(--brand-color);
}

.ck-loginType p {
  margin: 0;
  color: var(--primary-color);
  font-size: var(--font-m);
  font-weight: 500;
  width: 50%;
  border-radius: 0.4rem;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.ck-loginType .ck-active {
  background: var(--brand-color);
}

.ck-phoneInput label {
  color: var(--primary-color);
  font-size: var(--font-xs);
  font-weight: 300;
}

.ck-inputBox {
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  background: var(--primary-color);
}

.ck-inputBox {
  display: flex;
  align-items: center;
  color: var(--primary-bg);
  font-size: var(--font-l);
  font-weight: 500;
}

.ck-inputBox input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 2rem;
  font-weight: 500;
  width: calc(100% - 6rem);
  color: var(--primary-bg);
  background: none;
  font-size: var(--font-l);
}

.ck-confirm {
  display: flex;
  align-items: center;
}

.ck-confirm input {
  width: 1.5rem;
  height: 1.5rem;
}

.ck-confirm p {
  font-weight: 400;
  font-size: var(--font-xs);
  color: var(--primary-color);
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.ck-loginRegister .ck-ctaBtn {
  min-width: 100%;
  margin: 3rem auto;
}

.ck-haveAcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ck-haveAcc p {
  font-weight: 400;
  font-size: var(--font-xs);
  color: var(--primary-color);
  margin-bottom: 0;
}

.ck-haveAcc button {
  background: none;
  padding-left: 0.25rem;
  outline: none;
  border: none;
  text-decoration: underline;
  font-weight: 500;
  font-size: var(--font-xs);
  color: var(--primary-color);
}

.ck-haveAcc button:hover {
  color: var(--brand-color);
}

.ck-otpVerify .ck-topHeading p {
  font-size: var(--font-l);
  font-weight: 500;
}

.ck-otpInputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-otpInputs input {
  width: 6rem;
  max-width: 15%;
  height: 6rem;
  border: none;
  color: var(--primary-bg);
  font-weight: 600;
  font-size: var(--font-xxl);
  border-radius: 0.4rem;
  text-align: center;
  outline: none;
}

.ck-resendOtpBtn {
  background: none;
  border: none;
  outline: none;
  display: block;
  margin: 1rem auto 0;
  color: var(--primary-color);
  font-size: var(--font-xs);
  font-weight: 500;
  cursor: pointer;
}

.ck-resendOtpBtn:hover {
  color: var(--brand-color);
}

.ck-resendOtpBtn:disabled {
  cursor: not-allowed;
  color: var(--secondary-color);
  pointer-events: none;
}

.ck-otpInputs input:active,
.ck-otpInputs input:focus {
  border: 1px solid var(--brand-color);
}

.otpAgain {
  background: none;
  border: none;
  outline: none;
  display: block;
  color: var(--primary-color);
  margin: 1rem auto;
  font-weight: 400;
  font-size: var(--font-l);
}

.otpAgain:hover {
  color: var(--brand-color);
}

.ck-otpVerify .ck-ctaBtn {
  width: 100%;
  margin: 1rem auto 3rem;
}

.ck-forgotPassword .ck-phoneInput,
.loginWpassword .ck-phoneInput {
  margin-top: 2rem;
}

.loginWpassword .ck-inputBox {
  justify-content: space-between;
}

.loginWpassword .ck-inputBox input {
  margin-left: 0;
  margin-right: 1rem;
}

.toggle-inputType {
  background: none;
  border: none;
  outline: none;
}

.ck-remForgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.ck-forgotPass {
  color: var(--primary-color);
  font-size: var(--font-xs);
  font-weight: 300;
  cursor: pointer;
}

.ck-forgotPassword .ck-ctaBtn {
  width: 100%;
  margin-top: 3rem;
}


/* |-|-| CASINO-FLITER-NAV |-|-| */
.ck-casinoFilterNav {
  margin: 3rem auto;
  position: relative;
}

.ck-casinoFilters {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.ck-casinoFilters li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 2px solid var(--brand-color);
}

.ck-casinoFilters .ck-active {
  background: var(--brand-color);
}

.ck-casinoFilters li:not(:last-child) {
  margin-right: 1.5rem;
}

.ck-casinoFilters li span {
  font-size: var(--font-m);
  color: var(--primary-color);
  font-weight: 500;
  margin-left: 1rem;
  white-space: nowrap;
}

.ck-casinoFilters li .icon-style {
  padding: 0.9rem;
}

.ck-filtersBoxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-filtersBox {
  display: flex;
  align-items: center;
  width: 49%;
  background: var(--primary-color);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

.ck-toggleFilterPop {
  cursor: pointer;
}

.ck-providerFilter .ck-toggleFilterPop {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}

.ck-providerFilter .ck-toggleFilterPop .close-icon {
  padding: 1.8rem;
}

.ck-filtersBox .search-icon {
  filter: invert(1);
  padding: 1.2rem;
}

.ck-filtersBox input,
.ck-filtersBox p {
  border: none;
  outline: none;
  padding: 0;
  font-size: var(--font-l);
  color: var(--primary-bg);
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: 500;
  width: calc(100% - 4rem);
}

.ck-filtersBox input::placeholder {
  color: var(--primary-bg);
}

.ck-filtersBoxes:last-child {
  cursor: pointer;
}

.ck-providerFilter {
  padding: 3rem 1rem 1rem 3rem;
  width: 100%;
  background: var(--teritary-bg);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 -40px 40px -10px rgba(0, 0, 0, 0.7);
}

.ck-providerFilter.hide-scetion {
  height: 0;
  opacity: 0;
  z-index: -9;
  overflow: hidden;
}

.ck-providerFilter h2 {
  font-size: var(--font-xxl);
  font-weight: 700;
  font-style: italic;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--brand-color);
}

.ck-providerFilter ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 30vh;
  max-height: 60vh;
  overflow-y: auto;
}

.ck-providerFilter ul li {
  padding: 2rem 1rem;
  width: 13%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
  border-radius: 0.5rem;
  font-weight: 600;
  font-style: italic;
  list-style: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: var(--font-m);
  color: var(--primary-color);
  background: var(--secondary-bg);
}

/* |-|-| GAMES-SECTION |-|-| */
.ck-gamesSection {
  padding: 2rem;
  margin: 3rem auto;
  border-radius: 0.5rem;
  background: var(--primary-gradient);
  border: 2px solid var(--brand-color);
}

.ck-gameHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.ck-gameHeader h2 {
  font-size: var(--font-xl);
  font-weight: 700;
  font-style: italic;
  margin: 0;
  color: var(--brand-color);
}

.ck-gameHeader button {
  padding: 0.75rem 2rem;
  font-style: italic;
}

.ck-gamesBox {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.ck-gamesBox a {
  display: block;
  min-width: 17rem;
  max-width: 17rem;
  aspect-ratio: 2/1.6;
  position: relative;
}

.ck-gamesBox a:not(:last-child) {
  margin-right: 1.5rem;
}

.ck-gamesBox a img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.ck-gameOverlay .ck-ctaBtn {
  font-size: var(--font-s);
  padding: 0.5rem 2rem;
  color: var(--primary-bg);
}

.ck-gameOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s;
  pointer-events: none;
}

.ck-allGames-box a:hover .ck-gameOverlay,
.ck-gameMenuBottom a:hover .ck-gameOverlay,
.ck-gamesBox a:hover .ck-gameOverlay {
  opacity: 1;
}

/* |-|-| SEE-ALL-PAGE |-|-| */
.ck-viewMore-games {
  padding: 3rem;
  margin: 3rem auto;
  border-radius: 0.5rem;
  background: var(--primary-gradient);
  border: 2px solid var(--brand-color);
}

.ck-viewMore-games .ck-gameHeader button {
  background: none;
  border: none;
  outline: none;
}

.ck-viewMore-games .ck-gameHeader button .search-icon {
  padding: 1.5rem;
}

.ck-viewMore-games .ck-gameHeader button .search-icon:hover {
  filter: var(--primary-filter);
}

.ck-allGames-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ck-allGames-box a {
  display: block;
  width: 15%;
  position: relative;
  margin-bottom: 2%;
  margin-right: 2%;
}

.ck-allGames-box a img {
  width: 100%;
  aspect-ratio: 2/1.6;
  border-radius: 0.5rem;
}

.ck-allGames-box a:nth-child(6n) {
  margin-right: 0;
}


/* |-|-| AFTER-LOGIN-MODAL |-|-| */
.afterLoginPage-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 6rem);
  background: var(--teritary-bg);
}

.afterLoginPages-box {
  display: flex;
  width: 100rem;
  max-width: 100%;
  min-height: 70vh;
  background: var(--teritary-bg);
  border: 1px solid #622B00;
  border-radius: 0.4rem;
}

.afterLoginPages-left {
  width: 30%;
  padding: 2rem;
  background: var(--secondary-bg);
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.afterLoginPages-right {
  width: 70%;
  padding: 2rem 3rem;
  max-height: 85vh;
  overflow-y: auto;
}

.ck-logoutBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: -1rem;
}

.ck-logoutBtn span {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 500;
  margin-left: 1.5rem;
}

.afterLoginRight-head {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 3rem;
}

.afterLoginRight-head a {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  white-space: nowrap;
  border: 1px solid var(--brand-color);
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  text-decoration: none;
}

.afterLoginRight-head a .icon-style {
  padding: 0.75rem;
}

.afterLoginRight-head a .deposit-icon,
.afterLoginRight-head a .withdraw-icon {
  padding: 0.6rem;
}

.afterLoginRight-head a span {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 500;
  margin-left: 1.5rem;
}

.afterLoginRight-head a:not(:last-child) {
  margin-right: 2rem;
}

.afterLoginRight-head a span {
  margin-left: 1rem;
}

.afterLoginRight-head .ck-active {
  background: var(--brand-color);
}

.afterLoginRight-head .ck-active span {
  color: var(--primary-color);
}

.afterLoginRight-head .ck-active .icon-style {
  filter: none;
}

/* |-|-| ACCOUNT-MODAL |-|-| */
.account-container {
  padding: 1.5rem;
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
}

.total-balance-box {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
  position: relative;
  background: var(--brand-color);
}

.total-balance-box .totalBalance-top,
.total-balance-box .totalBalance-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-balances .balances-bot button,
.total-balance-box .totalBalance-top button,
.total-balance-box .totalBalance-bot button {
  background: none;
  border: none;
  outline: none;
}

.total-balance-box .totalBalance-top {
  margin-bottom: 1rem;
}

.total-balance-box .totalBalance-top p {
  font-size: var(--font-m);
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 0;
}

.total-balance-box .totalBalance-bot p {
  font-size: var(--font-xl);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.ck-balances .balances-bot,
.ck-balances-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-balances {
  width: 24%;
  padding: 1rem;
  border-radius: 0.4rem;
  background: var(--brand-color);
}

.ck-balances p {
  font-size: var(--font-s);
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 0;
}

.ck-balances .balances-bot p {
  font-size: var(--font-l);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.totalBalance-bot,
.balances-bot {
  position: relative;
}

.ck-balances .balances-bot {
  margin-top: 2rem;
}

.total-depoWith {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem auto;
}

.total-depoWith a {
  font-size: var(--font-l);
  text-align: center;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
  width: 49%;
  padding: 0.5rem;
  border-radius: 0.4rem;
  border: 2px solid var(--brand-color);
}

.total-depoWith a:first-child {
  background: none;
}

.total-depoWith a:last-child {
  background: var(--brand-color);
}

/* |-|-| TABLE |-|-| */
.ck-dataTable {
  padding: 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--brand-color);
}

.ck-dataTable table {
  width: 100%;
}

.ck-dataTable thead th {
  font-size: var(--font-s);
  font-weight: 500;
  padding: 1rem;
  background: var(--brand-color);
  color: var(--primary-color);
  text-align: center;
}

.ck-dataTable thead th:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.ck-dataTable thead th:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.ck-dataTable td {
  font-size: var(--font-xs);
  font-weight: 400;
  padding: 0.5rem;
  color: var(--primary-color);
  text-align: center;
}

.ck-dataTable tr td:first-child {
  padding-left: 1rem;
}

.ck-dataTable tr td:last-child {
  padding-right: 1rem;
}

.ck-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.ck-pagination button {
  background: none;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  margin-left: 1rem;
  border: 1px solid var(--brand-color);
}

.ck-pagination button .icon-style {
  padding: 0.4rem;
}

.ck-toolTip {
  display: none;
  width: 20rem;
  height: auto;
  border-radius: 0.5rem;
  padding: 1rem;
  z-index: 5;
  position: absolute;
  left: 100%;
  top: 100%;
  background: var(--secondary-bg);
  transform: translateX(-100%);
}

.ck-toolTip p {
  color: var(--primary-color);
  font-size: var(--font-xxs) !important;
  text-align: left;
  line-height: normal;
  margin-bottom: 0;
}

.toolTipBtn:hover+.ck-toolTip,
.toolTipBtn:focus+.ck-toolTip {
  display: block !important;
}

.ck-balances:first-child .ck-toolTip,
.ck-balances:nth-child(2) .ck-toolTip {
  left: 20rem;
}


/* |-|-| WITHDRAW-MODAL |-|-| */
.withdraw-container {
  padding: 1.5rem;
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
}

.withdraw-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  border-radius: 0.4rem;
  background: var(--brand-color);
}

.withdraw-top p {
  margin-bottom: 0;
  font-style: italic;
  color: var(--primary-color);
}

.withdraw-top p:first-child {
  font-weight: 400;
  font-size: var(--font-s);
}

.withdraw-top p:last-child {
  font-weight: 600;
  font-size: var(--font-xl);
}

.withdraw-inputBox {
  margin: 2rem 0;
}

.withdraw-inputBox label {
  font-weight: 600;
  font-size: var(--font-m);
  display: block;
  color: var(--primary-color);
}

.withdraw-inputBox input {
  font-weight: 600;
  font-size: var(--font-s);
  display: block;
  border: none;
  width: 100%;
  padding: 1rem;
  border-radius: 0.4rem;
  outline: none;
  color: var(--primary-bg);
  background: var(--primary-color);
}

.withdraw-inputBox p {
  margin: 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.withdraw-inputBox p span {
  font-weight: 400;
  font-size: var(--font-xs);
  color: var(--primary-color);
}

.withdraw-bankAcc .heading {
  font-weight: 600;
  font-size: var(--font-m);
  display: block;
  color: var(--primary-color);
}

.bankAccount-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bankAccount-box .bankAcc {
  border-radius: 0.4rem;
  width: 30%;
  padding: 1rem;
  cursor: pointer;
  margin-bottom: 3%;
  border: 1px solid var(--brand-color);
}

.bankAccount-box .bankAcc.selected {
  background: var(--brand-color);
}

.bankAccount-box .bankAcc:not(:last-child) {
  margin-right: 3%;
}

.bankAccount-box .bankAcc p {
  color: var(--primary-color);
  font-weight: 500;
  font-size: var(--font-xs);
  margin-bottom: 0.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bankAccount-box .bankAcc.selected p {
  font-weight: 600;
}

.bankAccount-box .bankAcc p:last-child {
  margin-bottom: 0;
}

.bankAcc.add-new {
  height: 8.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.bankAcc.add-new .icon-style {
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.bankAcc.add-new p {
  text-align: center;
  font-size: var(--font-s);
}

.howToBtn {
  display: block;
  margin: 2rem auto;
  font-weight: 400;
  font-style: italic;
  background: none;
  outline: none;
  border: none;
  color: var(--primary-color);
  font-size: var(--font-s);
}

.howToBtn .icon-style {
  margin-left: 0.5rem;
  padding: 0.7rem;
}

.deposit-btn.ck-ctaBtn {
  width: 100%;
  display: block;
}

.add-bankAcc {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.add-bankAcc h2 {
  font-size: var(--font-l);
  color: var(--primary-color);
  font-weight: 600;
  width: 100%;
  margin-bottom: 2rem;
}

.add-bankAcc .inputBox {
  width: 48%;
  margin-bottom: 2rem;
}

.add-bankAcc .inputBox label {
  color: var(--primary-color);
  font-weight: 500;
  font-size: var(--font-xs);
  margin-bottom: 0.5rem;
}

.add-bankAcc .inputBox input {
  font-weight: 500;
  font-size: var(--font-s);
  display: block;
  border: none;
  width: 100%;
  padding: 1rem;
  border-radius: 0.4rem;
  outline: none;
  color: var(--primary-bg);
  background: var(--primary-color);
}

.add-bankAcc .ck-ctaBtn {
  width: 100%;
}

/* |-|-| DEPOSIT |-|-| */
.deposit-inputBox {
  margin: 2rem 0;
}

.deposit-inputBox label {
  font-weight: 600;
  font-size: var(--font-m);
  display: block;
  color: var(--primary-color);
}

.coupon-input input,
.deposit-inputBox input {
  font-weight: 600;
  font-size: var(--font-s);
  display: block;
  border: none;
  width: 100%;
  padding: 1rem;
  border-radius: 0.4rem;
  outline: none;
  color: var(--primary-bg);
  background: var(--primary-color);
}

.deposit-inputBox p {
  margin: 0.5rem 0 0;
  font-weight: 400;
  font-size: var(--font-xs);
  color: var(--primary-color);
}

.ck-amountpicks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-amountpicks button {
  width: 24%;
  color: var(--primary-color);
  font-size: var(--font-s);
  border: none;
  outline: none;
  padding: 0.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s;
  white-space: nowrap;
  background: none;
  border: 2px solid var(--brand-color);
}

.ck-amountpicks button.selected {
  background: var(--brand-color);
}

.ck-couponBox {
  margin: 3rem auto;
}

.ck-coupons,
.coupon-input,
.ck-couponBox .ck-couponTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ck-couponBox .ck-couponTop label {
  font-weight: 600;
  font-size: var(--font-m);
  display: block;
  color: var(--primary-color);
}

.ck-couponBox .ck-couponTop span {
  font-weight: 400;
  font-size: var(--font-s);
  display: block;
  color: var(--primary-color);
}

.coupon-input input {
  width: 73%;
}

.coupon-input .ck-ctaBtn {
  width: 25%;
  font-size: var(--font-s);
}

.ck-coupons {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ck-coupons .ck-coupon {
  width: 49%;
  padding: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  margin-top: 1rem;
  border: 1px solid var(--brand-color);
}

.ck-coupons .ck-coupon.selected {
  background: var(--brand-color);
}

.ck-coupons .ck-coupon .aboutCoupon {
  font-weight: 400;
  font-size: var(--font-s);
  display: block;
  margin-bottom: 0;
  color: var(--primary-color);
}

.ck-coupons .ck-coupon .couponName {
  font-weight: 700;
  font-size: var(--font-xl);
  display: block;
  margin-bottom: 0;
  color: var(--primary-color);
}

.ck-coupons .ck-coupon .couponName .icon-style {
  margin-right: 1rem;
}

.ck-paymentMethods p {
  font-weight: 600;
  font-size: var(--font-m);
  display: block;
  color: var(--primary-color);
}

.ck-paymentBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ck-paymentBox .ck-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  height: 8rem;
  padding: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
  margin-bottom: 1rem;
  border: 1px solid var(--brand-color);
}

.ck-paymentBox .ck-payment:not(:nth-child(4n)) {
  margin-right: 2.5%;
}

.ck-payment.selected {
  background: var(--brand-color);
}

.ck-paymentBox .ck-payment img {
  width: 80%;
}

.submitHash-box p:first-child,
.submitUTR-box p:first-child,
.manualBank-box p:first-child {
  color: var(--primary-color);
  font-weight: 500;
  font-size: var(--font-m);
  margin-bottom: 0.5rem;
}

.manualBank-box p:nth-child(2) {
  color: var(--primary-color);
  font-weight: 300;
  font-size: var(--font-xs);
  margin-bottom: 1.5rem;
}

.manualBank-box p:nth-child(2) b {
  font-weight: 600;
  color: var(--brand-color);
}

.manual-inputBox {
  width: 100%;
  margin-bottom: 2rem;
}

.manual-inputBox label {
  color: var(--primary-color);
  font-weight: 400;
  font-size: var(--font-s);
  margin-bottom: 0.5rem;
}

.manual-inputBox .inputBox {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.manual-inputBox .inputBox input {
  font-weight: 500;
  font-size: var(--font-s);
  display: block;
  border: none;
  width: calc(100% - 5rem);
  padding: 0.9rem 1rem;
  border-radius: 0.4rem;
  outline: none;
  color: var(--primary-bg);
  background: var(--primary-color);
}

.manual-inputBox .inputBox button {
  background: var(--brand-color);
  border: none;
  width: 4rem;
  margin-left: 1rem;
  border-radius: 0.4rem;
  height: 4rem;
}

.manual-amount p {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  text-align: center;
}

.manual-amount p b {
  color: var(--brand-color);
}

.manual-amount p:first-child {
  font-weight: 400;
  font-style: italic;
  font-size: var(--font-s);
}

.manual-inputBox p {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  text-align: center;
}

.manual-inputBox p:first-child {
  font-weight: 500;
  margin-bottom: 0;
  font-size: var(--font-m);
}

.manual-inputBox p:nth-child(2) {
  font-weight: 400;
  font-style: italic;
  font-size: var(--font-s);
  margin-bottom: 1rem;
}

.manualUPI-box .inputBox input::placeholder {
  color: var(--primary-bg);
}

.divider-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0;
}

.divider-box .divider {
  width: 45%;
  height: 1px;
  background: var(--secondary-color);
}

.divider-box p {
  margin: 0 1rem;
  color: var(--secondary-color);
  font-size: var(--font-s);
  font-weight: 400;
}

.ck-qrBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ck-qrBox .qrBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 48%;
  border-radius: 0.5rem;
  padding: 2rem;
  cursor: pointer;
  background: var(--secondary-bg);
}

.ck-qrBox .qrBox .icon-style {
  padding: 2rem;
}

.ck-qrBox .qrBox span {
  font-weight: 500;
  font-size: var(--font-m);
  margin-top: 1rem;
  color: var(--primary-color);
}

.ck-qrBox p {
  font-weight: 300;
  font-style: italic;
  font-size: var(--font-xs);
  margin-top: 1rem;
  color: var(--primary-color);
}

.manualCrypto-box .cryptoQr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.manualCrypto-box .cryptoQr p:first-child {
  font-size: var(--font-l);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.manualCrypto-box .cryptoQr img {
  width: 25rem;
}

.manualCrypto-box .cryptoQr p:nth-child(3) {
  font-weight: 400;
  font-size: var(--font-xs);
  margin-top: 1rem;
  text-align: center;
  color: var(--primary-color);
}

.cryptoValue {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-bg);
  font-size: var(--font-xs);
  pointer-events: none;
  z-index: 1;
}

.submitUTR-box .manual-inputBox .inputBox input,
.submitHash-box .manual-inputBox .inputBox input {
  width: 100%;
}

.submitHash-box .manual-inputBox p:nth-child(2) {
  text-align: left;
  font-size: var(--font-xs);
  margin: 0.5rem 0 0;
}

.progress-detail-box {
  margin: 3rem 0;
}

.progress-boxTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3rem;
}

.progress-boxTop img {
  width: 10rem;
}

.progress-boxTop p {
  font-weight: 500;
  font-size: var(--font-l);
  margin-top: 2rem;
  color: var(--primary-color);
}

.payment-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}

.payment-details p {
  font-size: var(--font-s);
  margin-bottom: 0;
  width: 55%;
  color: var(--primary-color);
}

.payment-details p:first-child {
  font-weight: 300;
}

.payment-details p:last-child {
  text-align: right;
  font-weight: 500;
}

.progress-txt {
  font-weight: 400;
  font-size: var(--font-xs);
  margin-top: 1rem;
  text-align: center;
  color: var(--primary-color);
}

.pg-loader-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teritary-bg);
}

.pg-loader-modal img {
  width: 50rem;
  max-width: 90%;
}

/* |-|-| PROFILE |-|-| */
.info-container {
  padding: 1.5rem;
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
}

.ck-info-inputBox {
  margin-bottom: 1.5rem;
}

.ck-info-inputBox label {
  font-weight: 500;
  font-size: var(--font-s);
  margin-bottom: 0.5rem;
  display: block;
  color: var(--primary-color);
}

.ck-info-inputBox input {
  border: none;
  outline: none;
  padding: 0.8rem;
  border-radius: 0.4rem;
  font-weight: 500;
  width: 100%;
  color: var(--primary-bg);
  font-size: var(--font-m);
  background: var(--primary-color);
}

.changePass-container .ck-ctaBtn,
.info-container .ck-ctaBtn {
  width: 100%;
  margin-top: 2rem;
}

/* |-|-| VERIFICATION |-|-| */
.verification-container {
  padding: 1.5rem;
  border: 2px solid var(--brand-color);
  border-radius: 0.4rem;
}

.verfication-types {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.uploadDoc-section h3,
.verfication-types h3 {
  font-weight: 600;
  font-size: var(--font-m);
  margin-bottom: 2rem;
  width: 100%;
  color: var(--primary-color);
}

.verfyType {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-right: 3rem;
  font-weight: 400;
  cursor: pointer;
  font-size: var(--font-m);
  color: var(--primary-color);
}

.verfyType input {
  display: none;
}

.verfyType span {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid var(--brand-color);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.verfyType input:checked+span::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--brand-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uploadDoc-section .uploadDoc-box:first-of-type {
  margin-bottom: 3rem;
}

.uploadDoc-box p:first-child {
  font-weight: 400;
  font-size: var(--font-s);
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.uploadDoc-box .uploadDoc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 2px dotted var(--brand-color);
}

.uploadDoc-right {
  width: 40%;
}

.uploadDoc-right img {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.uploadDoc-left {
  width: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.uploadDoc-left .upload-icon {
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.uploadDoc-left:first-child {
  font-weight: 500;
  font-size: var(--font-s);
  text-align: center;
  color: var(--primary-color);
}

.uploadDoc-left:first-child span {
  color: var(--secondary-color);
}

.uploadDoc-left p:last-child {
  font-weight: 400;
  margin-bottom: 0;
  font-size: var(--font-xs);
  color: var(--secondary-color);
}

/* |-|-| TRANSACTION TABLES |-|-| */
.depositWithdraw-tabs {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--brand-color);
}

.depositWithdraw-tabs button {
  background: none;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: var(--font-l);
  text-align: center;
  width: 50%;
  font-style: italic;
  color: var(--primary-color);
}

.depositWithdraw-tabs .ck-active {
  color: var(--brand-color);
}

/* |-|-| PROMOTIONS |-|-| */
.ck-promotionContainer {
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--brand-color);
  background: var(--primary-gradient);
  min-height: 80vh;
}

.ck-promotionContainer h1 {
  font-weight: 700;
  font-size: var(--font-xl);
  color: var(--brand-color);
  font-style: italic;
  margin-bottom: 2rem;
}

.ck-promotions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ck-promotion {
  width: 49%;
}

.ck-promotion:not(:last-child) {
  margin-bottom: 4rem;
}

.ck-promotion p {
  font-weight: 500;
  font-size: var(--font-s);
  font-style: italic;
  color: var(--primary-color);
}

.ck-promotion img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 0.5rem;
}

.promo-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-btns button,
.promo-btns a {
  color: var(--primary-color);
  font-size: var(--font-m);
  border: none;
  outline: none;
  padding: 0.75rem;
  height: 4rem;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0.5rem;
  white-space: nowrap;
  width: 49%;
  text-align: center;
  font-style: italic;
}

.promo-btns {
  margin-top: 1.5rem;
}

.promo-btns button {
  background: none;
  border: 1px solid var(--brand-color);
}

.promo-btns a {
  background: var(--brand-color);
}

.ck-promoModal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding-top: 6rem;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
}

.ck-promoModal .ck-promoBox {
  width: 60rem;
  background: var(--primary-gradient);
  max-width: 95%;
  padding: 1rem;
  border-radius: 0.5rem;
}

.promoModal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.promoModal-head p {
  font-weight: 700;
  font-size: var(--font-xl);
  color: var(--primary-color);
  font-style: italic;
  margin-bottom: 0;
}

.promoModal-head button {
  background: none;
  border: none;
  outline: none;
}

.promoModal-head button .close-icon {
  padding: 1.5rem;
}

.ck-promoBox img {
  width: 100%;
  height: 40vh;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.promo-content {
  max-height: 25vh;
  width: calc(100% - 0.5rem);
  padding-right: 0.5rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color) var(--secondary-bg);
}

.promo-content::-webkit-scrollbar {
  width: 8px;
}

.promo-content::-webkit-scrollbar-track {
  background: var(--secondary-bg);
  border-radius: 999px;
}

.promo-content::-webkit-scrollbar-thumb {
  background: var(--brand-color);
  border-radius: 999px;
  border: 2px solid var(--secondary-bg);
}

.promo-content::-webkit-scrollbar-button {
  display: none;
  opacity: 0;
}

.promo-content p {
  font-weight: 300;
  text-align: justify;
  font-size: var(--font-xs);
  color: var(--primary-color);
}

.ck-promoBox .promo-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* |-|-| CONTENT |-|-| */
.ck-contentPage {
  border-radius: 0.5rem;
  padding: 2rem 0;
  background: var(--primary-gradient);
  border: 1px solid var(--brand-color);
}

.content-heading {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.content-heading a i {
  padding: 1.4rem;
}

.content-heading h1 {
  font-weight: 800;
  font-size: var(--font-xl);
  color: var(--brand-color);
  margin-left: 3rem;
}

.content-nav {
  border-bottom: 1px solid var(--brand-color);
}

.content-nav ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: calc(100% - 8rem);
  margin: 0 auto;
  padding-left: 0;
}

.content-nav li {
  list-style: none;
  margin-right: 2rem;
}

.content-nav li a {
  font-size: var(--font-l);
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  color: var(--primary-color);
}

.content-nav li a:hover {
  color: var(--brand-color);
}

.content-nav .ck-active a {
  color: var(--brand-color);
}

.content-container {
  padding: 4rem;
}

.content-container .contextHead {
  font-weight: 600;
  font-size: var(--font-l);
  color: var(--brand-color);
  margin-bottom: 2rem;
}

.content-container li,
.content-container span,
.content-container p {
  font-weight: 300;
  text-align: justify;
  font-size: var(--font-s);
  color: var(--primary-color);
}

.content-container h3,
.content-container h2 {
  font-weight: 600;
  font-size: var(--font-m);
  color: var(--primary-color);
}

.alertify-notifier {
  z-index: 9999999 !important;
}

/* |-|-| LOYALTY-PROGRAM |-|-| */
.loyalty-program-page {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 6.5rem;
  height: calc(100vh - 6rem);
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
}

.loyal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--secondary-bg);
  padding: 1rem 4rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loyalty-close-btn {
  background: none;
  border: none;
  outline: none;
}

.loyalty-close-btn .icon-style {
  padding: 0.8rem;
}

.loyal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loyal-header h2 {
  font-size: var(--font-l);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.loyal-header-right,
.loyal-header-right p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loyal-header-right p {
  color: var(--secondary-color);
  margin: 0;
  font-size: var(--font-s);
}

.loyal-header-right p .hour-icon {
  margin-left: 0.5rem;
}

.loyalty-infoToogler {
  display: flex;
  align-items: flex-end;
  background: none;
  border: none;
  outline: none;
  margin-left: 2rem;
}

.loyalty-infoToogler span {
  font-weight: 400;
  font-size: var(--font-s);
  border-bottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  transition: all 0.3s;
}

.loyalty-infoToogler .icon-style {
  margin-left: 0.5rem;
  opacity: 0.7;
  transition: all 0.3s;
}

.loyalty-infoToogler:hover span {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.loyalty-infoToogler:hover .icon-style {
  opacity: 1;
}

.ck-loyalty-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  padding: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.ck-loyalty-slider::-webkit-scrollbar {
  display: none;
}

.loyalty-main {
  border-radius: 1rem;
  width: 30rem;
  min-width: 30rem;
  min-height: 35rem;
  padding: 1rem;
  background: var(--primary-bg);
  position: relative;
  transition: all 0.3s;
  border: 2px solid var(--brand-color);
}

.loyalty-main.ck-current-lvl {
  border: 0.5rem solid var(--brand-color);
}

.loyalty-main.ck-current-lvl .loyalty-main-bottom {
  border: 1px solid var(--brand-color);
}

.loyalty-main:not(:last-child) {
  margin-right: 2rem;
}

.loyal-user-info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.loyal-user-lvl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.loyal-user-lvl p,
.loyal-user-lvl p span {
  font-size: var(--font-s);
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 0;
}

.loyal-user-lvl .icon_marked {
  width: 2rem;
  height: 2rem;
}

.loyal-user-lvl .lock-icon {
  margin-right: 0.75rem;
  padding: 0.7rem;
}

.loyalty-progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  padding: 0px;
  background: rgba(225, 167, 20, 0.5);
  overflow: hidden;
}

.loyalty-level {
  background: #ffd202;
  color: var(--primary-bg);
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: var(--font-s);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.loyalty-level .icon-style {
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
}

.loyalty-level:last-child {
  opacity: 0.7;
}

.loyalty-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 98.5%;
  height: 92%;
  position: absolute;
  left: 3px;
  border-radius: 20px;
  background: linear-gradient(269.84deg, #ffd202 2.96%, #e1a714 96.87%);
}

.loyalty-progress-bar .icon-style {
  padding: 0.75rem;
  width: auto;
  height: auto;
  margin-right: 5px;
}

.bet-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bet-flex .bet-child {
  background: var(--primary-color);
  padding: 16px;
  width: 32%;
  border-radius: 8px;
}

.bet-flex .bet-child:not(:last-child) {
  margin-right: 2%;
}

.bet-child.active {
  background: var(--brand-color);
}

.bet-flex .bet-child.active .bet-title h4,
.bet-flex .bet-child.active .days h4 {
  color: var(--primary-color);
}

.bet-flex .bet-child.active .no-box .no-bets h6 {
  color: var(--primary-color);
}

.bet-flex .bet-child .bet-title h4 {
  color: var(--primary-bg);
  font-size: 28px;
  font-weight: 600;
}

.container-wd.bet-no {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 26px;
}

.no-box .no-bets h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--primary-bg);
}

.no-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.no-box {
  margin-top: 30px;
}

.days h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  text-transform: none;
  color: var(--primary-bg);
}

.max-min-points {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.max-min-points .star-icon {
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  padding: 1rem;
}

.max-min-points span {
  margin-bottom: 0;
  color: var(--primary-bg);
  font-weight: 600;
  font-size: var(--font-xs);
}

.loyalty-lvl-badge {
  width: 7rem;
  height: 7rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  background: var(--secondary-color);
  border-radius: 50%;
}

.loyalty-main.ck-current-lvl .loyalty-lvl-badge {
  width: 9rem;
  height: 9rem;
}

.loyalty-main-top {
  margin-bottom: 2rem;
}

.loyalty-main-top .loyal-user-progress {
  width: 100%;
  justify-content: center;
}

.loyalty-main-top .loyal-user-progress .dullStar-icon:not(:last-child) {
  margin-right: 0.5rem;
}

.loyalty-main-bottom {
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0) 53.04%, rgba(255, 255, 255, 0.15) 107.12%);
  margin-top: 1rem;
  border: 2px solid #ff7300b0;
  padding: 1rem 1rem 0;
  position: relative;
}

.loyalty-main-bottom.locked-lvl::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70%;
  width: 60%;
  opacity: 0.6;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/images/2.0/lock-icon.svg);
}

.loyalty-main-bottom.tx-hide-locked::before {
  content: none;
}

.loyalty-botMain-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ff7300b0;
}

.loyalty-botMain-head .loyalty-viewLess {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  outline: none;
}

.loyalty-botMain-head .loyalty-viewLess .down-icon {
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
  opacity: 0.65;
}

.loyalty-botMain-head h2 {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: var(--font-m);
}

.loyalty-botMain-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 400px;
  opacity: 1;
  padding-top: 1.3rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #ff7300b0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.loyalty-botMain-bottom p {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 0;
  white-space: nowrap;
}

.loyalty-botMain-bottom p:first-child {
  position: relative;
  font-size: var(--font-xs);
}

.loyalty-botMain-bottom p:first-child .icon-style {
  padding: 0.7rem;
  position: absolute;
  left: 0;
  top: -1.5rem;
}

.loyalty-botMain-bottom p:last-child {
  border: 1px solid #ff7300b0;
  font-size: 10px;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

.loyalty-botMain-bottom p:last-child .icon-style {
  padding: 0.8rem;
  width: 1rem;
  margin-left: 0.5rem;
  height: 1rem;
}

.levelPointsComplete {
  font-weight: 600;
  color: var(--secondary-color);
  margin: 1rem 0 0.5rem;
  text-align: center;
  font-size: var(--font-xs);
}

.loyalty-botMain-head .loyalty-viewLess span {
  background: none;
  outline: none;
  margin-right: 0.25rem;
  line-height: normal;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: var(--font-xs);
}

.icon-style.icon-greenCheckmark {
  right: 0.5px;
  top: 1px;
  padding: 1.6rem;
  position: absolute;
}

.icon-style.icon-locked {
  right: -1px;
  top: -0.5px;
  padding: 1.75rem;
  position: absolute;
}

.privileges-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-height: 500px;
  opacity: 1;
  position: relative;
  border-radius: 1rem;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.privileges-right,
.privileges-left {
  width: 50%;
}

.privileges-left p,
.privileges-right p {
  font-weight: 500;
  padding: 0.5rem 0;
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: var(--font-xs);
}

.loyaltyExpires {
  margin: 0.5rem auto;
  text-align: center;
  font-weight: 500;
  color: var(--secondary-color);
  font-size: var(--font-xs);
}

.privileges-left p:first-child {
  padding-bottom: 1.2rem;
}

.privileges-right p:first-child {
  position: relative;
  padding-bottom: 1.2rem;
}

.privileges-right p span {
  color: var(--secondary-color);
  font-size: 0.7rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 2.2rem;
  white-space: nowrap;
}

.privileges-left p:not(:last-child),
.privileges-right p:not(:last-child) {
  border-bottom: 1px solid #ff7300b0;
}

.privileges-right p {
  text-align: right;
}

.tx-hide-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.privilege-btn {
  display: block;
  text-align: center;
  margin: 2rem auto 0;
  font-size: var(--font-s);
  padding: 0.75rem;
}

.info-modal-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9;
  background: var(--primary-bg);
}

.info-modal-box {
  width: 90rem;
  max-width: 100%;
  height: 90vh;
  padding: 2rem;
  background: linear-gradient(146.39deg, #000000 61.15%, #FF7300 125.56%);
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow-y: auto;
}

.info-modal-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.info-modal-head h2 {
  font-size: var(--font-xl);
  color: var(--primary-color);
  font-weight: 600;
}

.info-modal-head button {
  background: none;
  border: none;
  outline: none;
}

.info-modal-head button .icon-style {
  padding: 1.5rem;
}

.info-modal-box .info-img {
  width: 100%;
  border-radius: 1rem;
}

.loyalty-terms,
.info-tableBox {
  width: 100%;
  margin-top: 2rem;
}

.bonus-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--brand-color);
}

.bonus-table th,
.bonus-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid var(--brand-color);
}

.bonus-table thead th {
  background: var(--brand-color);
  font-weight: 600;
  color: var(--primary-color);
  font-size: var(--font-s);
}

.bonus-table td {
  font-size: var(--font-xs);
  color: var(--primary-color);
}

.bonus-table td:first-child {
  font-weight: 600;
}

.loyalty-terms h2 {
  font-size: var(--font-l);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--brand-color);
}

.loyalty-terms ol {
  padding-left: 18px;
  font-size: 13px;
}

.loyalty-terms li {
  font-size: var(--font-xs);
  font-weight: 300;
  color: var(--primary-color);
  margin-top: 8px;
}

.loyalty-terms strong {
  font-weight: 700;
}

.ck-loyal-menu {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 5rem;
}

.loyal-user-img {
  width: 40px;
  height: 40px;
  padding: 2px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-left: 2.5rem
}

.loyal-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ck-loyal-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  width: 100px;
}

.ck-toggle-loyal {
  cursor: pointer;
}

.ck-loyal-users {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.loyal-username {
  color: var(--primary-bg);
  font-size: var(--medium-font);
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loyal-lvl-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.loyal-lvl-box img {
  width: 100%;
}

.loyal-lvl-box i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.loyal-lvl-box .icon_bronze {
  background-image: url(/assets/images/2.0/icon_bronze.svg);
}

.loyal-user-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8rem;
}

.star-icon.ck-active,
.loyal-user-progress .dullStar-icon.ck-active {
  filter: brightness(0) saturate(100%) invert(69%) sepia(97%) saturate(523%) hue-rotate(352deg) brightness(106%) contrast(107%);
}

.tx-loyalMobile-header {
  width: 5rem;
  position: relative;
}

.tx-loyalMobile-header .loyal-lvl-box {
  width: 3.5rem;
  height: 3.5rem;
  top: -1.75rem;
  right: 0.5rem;
}

.hide-hide {
  display: none !important;
}

.exclusiveAccess .menuitem .icon-whatsAap {
  filter: none;
}

span.loyality-program-left,
span.loyality-program-right {
  display: none;
}



/* |-|-| FAQ |-|-| */
.ck-faq-container {
  margin: 4rem 0 2.5rem;
  width: 100%;
}

.ck-faq-container h2 {
  font-size: var(--font-xl);
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin-bottom: 2rem;
}

.ck-faqBox {
  width: 100%;
  background: var(--secondary-bg);
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.language-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.language-tabs button {
  width: 33%;
  max-width: 28rem;
  padding: 1rem;
  text-align: center;
  font-size: var(--font-m);
  color: var(--primary-color);
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
  border-radius: 0.5rem;
}

.language-tabs .active-tab {
  background: var(--brand-color);
}

.accordion-item {
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.5rem !important;
  overflow: hidden;
  background: var(--primary-bg);
}

.accordion-button {
  color: var(--brand-color);
  background: none;
  padding: 1.5rem;
  line-height: normal;
  font-size: var(--font-m);
  box-shadow: none !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out, ;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-color);
  background: none;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out, ;
}

.tezAccordion .accordion-item {
  margin-bottom: 1rem;
}

.accordion-body {
  border: none;
  font-size: var(--font-s);
  color: var(--primary-color);
  padding: 1rem;
}

.accordion-body * {
  color: var(--primary-color);
}

.accordion-button::after {
  width: 2.25rem;
  height: 2.25rem;
  background-size: 2.25rem;
  filter: var(--primary-filter);
}

.ck-toggleFaqs {
  display: none;
  padding: 0.6rem 2rem;
  border: 0;
  outline: none;
  color: var(--primary-color);
  background: var(--brand-color);
  font-size: var(--font-s);
  font-weight: 500;
  border-radius: 0.5rem;
  margin: 1rem auto;
  opacity: 0.8;
}

.ck-toggleFaqs:hover {
  opacity: 1;
}

.sports-widget-home {
  width: 100%;
  margin: 3rem auto;
}

.sports-widget-home iframe {
  width: 100%;
  height: 15rem;
}

/* |-|-| MEDIA-QUERIES |-|-| */
@media (max-width: 1025px) {
  .ck-loyalty-slider {
    justify-content: flex-start;
  }

  i.i_loyalty_program {
    display: flex;
  }

  .loyal-header-right p {
    display: none;
  }

  .loyal-header {
    padding: 1rem;
  }

  .loyal-header h2 {
    left: 40%;
    font-size: 18px;
  }

  .loyalty-infoToogler span {
    font-size: var(--font-xs);
    margin-bottom: 0;
  }

  .loyalty-infoToogler .icon-style {
    margin-left: 0.5rem;
    margin-top: 0px;
  }

  .loyal-header-right button {
    margin-left: 10px;
  }

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

  .bankAccount-box .bankAcc:not(:last-child) {
    margin-right: 0;
  }

  .bankAccount-box .bankAcc {
    width: 48.5%;
    margin-bottom: 2rem;
  }

  .withdraw-inputBox p {
    flex-direction: column;
    align-items: flex-start;
  }

  .withdraw-inputBox p span {
    font-size: var(--font-xxs);
  }

  .withdraw-top p:last-child {
    font-size: var(--font-l);
  }

  .add-bankAcc .inputBox {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .add-bankAcc .ck-ctaBtn,
  .deposit-btn.ck-ctaBtn {
    font-size: var(--font-s);
    padding: 1rem;
  }

  .afterLoginPage-container {
    height: auto;
    align-items: flex-start;
  }

  .afterLoginPages-box {
    border: none;
  }

  .afterLoginPages-left {
    display: none;
  }

  .afterLoginPages-right {
    width: 100%;
    padding: 2rem;
  }

  .ck-allGames-box a {
    width: 18.4%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .ck-allGames-box a:nth-child(7n) {
    margin-right: 2%;
  }

  .ck-allGames-box a:nth-child(5n) {
    margin-right: 0;
  }

  .ck-footer,
  .ck-header,
  .ck-main {
    padding: 1rem 2rem;
  }

  .ck-headerLeft .ck-headerNav {
    display: none;
  }

  .ck-stickyFooter {
    display: flex;
  }

  .ck-providerLists {
    overflow-x: auto;
  }

  .ck-providerLists img {
    max-width: 15rem;
    margin-right: 4rem;
  }

  .ck-testimonials .testoDetails {
    font-size: var(--font-l);
  }

  .top-footer,
  .ck-contentBox,
  .ck-blogBox,
  .ck-gameMenu-container {
    flex-direction: column;
  }

  .ck-gameMenu-container {
    margin: 2rem auto;
  }

  .ck-blogBox .ck-blog,
  .ck-gameMenu {
    padding: 2rem;
    width: 100%;
  }

  .ck-blogBox .ck-blog:not(:last-child),
  .ck-gameMenu:not(:last-child) {
    margin-bottom: 3rem;
  }

  .ck-gameMenuBottom {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .ck-gameMenuBottom::-webkit-scrollbar {
    display: none;
  }

  .ck-gameMenuBottom a {
    width: 23%;
    min-width: 12rem;
    max-width: 12rem;
  }

  .ck-gameMenuBottom a:nth-child(-n+2) {
    margin-bottom: 0;
  }

  .ck-gameMenuBottom a:not(:last-child) {
    margin-right: 1.5rem;
  }

  .ck-faqBox {
    padding: 1rem;
  }

  .ck-payments,
  .ck-safety,
  .ck-leftContent,
  .ck-rightContent {
    padding: 0;
    width: 100%;
  }

  .ck-leftContent {
    margin-bottom: 3rem;
  }

  .ck-contentBox .contents {
    text-align: justify;
  }

  .trusted-footer {
    padding: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ck-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ck-safety {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ck-safety img:nth-child(2) {
    margin: 0 3rem;
  }

  .trusted-footer img {
    max-width: 18rem;
  }

  .trusted-footer img:not(:last-child) {
    margin-right: 3rem;
  }

  .bottom-foot {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
  }

  .ck-footerTxt {
    margin-top: 1rem;
  }

  .footerLinks-box {
    flex-direction: column;
    width: 100%;
  }

  .footer-links {
    margin: 0;
    width: 100%;
    padding: 1rem 0;
    border-radius: 1rem;
    background: #00152D;
  }

  .footer-links:last-child {
    margin-top: 2rem;
  }

  .footer-links h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 1rem;
    font-weight: 500;
    cursor: pointer;
    font-size: var(--font-l);
    border-bottom: 1px solid var(--primary-color);
  }

  .footer-links h2 .up-icon {
    display: inline-block;
  }

  .footerLink {
    display: block;
    padding-left: 2rem;
  }

  .footer-links.hide-links h2 {
    border: none;
    margin: 0;
    padding: 0 2rem;
  }

  .footer-links.hide-links h2 .up-icon {
    transform: rotate(180deg);
  }

  .footer-links.hide-links .footerLink {
    display: none;
  }

  .bootomLeft-foot {
    margin-top: 3rem;
  }

  .ck-modalContent {
    flex-direction: column-reverse;
  }

  .ck-modalContent-left,
  .ck-modalContent-right {
    width: 100%;
  }

  .ck-modalContent-right {
    justify-content: center;
    border-bottom: 2px solid var(--brand-color);
    width: 80%;
  }

  .ck-modalContent-right img {
    width: auto;
    max-height: 30vh;
  }

  .ck-providerFilter ul li {
    padding: 1rem;
    width: 15.3%;
  }

  .ck-loginModal,
  .ck-registerModal {
    background: var(--primary-bg);
  }
}

@media (max-width: 567px) {
  .language-tabs button {
    padding: 0.5rem;
    font-size: var(--font-s);
  }

  .ck-otpInputs input {
    height: 5rem;
  }

  .close-loginRegister-modal {
    right: 0;
    top: 5rem;
  }

  .accordion-button {
    padding: 1rem;
    font-size: var(--font-s);
  }

  .accordion-body {
    font-size: var(--font-xs);
  }

  .back-button {
    top: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .loyalty-program-page {
    top: 4.8rem;
    padding-top: 0;
    height: calc(100vh - 4.8rem);
  }

  .info-modal-container {
    align-items: flex-start;
  }

  .info-modal-box {
    padding: 1rem;
    height: 100vh;
  }

  .info-modal-head h2 {
    font-size: var(--font-l);
  }

  .loyalty-terms h2 {
    font-size: var(--font-m);
  }

  .bonus-table thead th {
    font-size: var(--font-xs);
  }

  .bonus-table td {
    font-size: var(--font-xxs);
  }

  .info-modal-head {
    margin-bottom: 1rem;
  }

  .ck-loyalty-slider {
    padding: 2rem;
  }

  .loyalty-main {
    width: 85vw;
    min-width: 85vw;
  }

  .loyalty-main:not(:last-child) {
    margin-right: 1.5rem;
  }

  .ck-contentPage {
    background: none;
    border: none;
  }

  .content-container {
    padding: 2rem 0;
  }

  .content-container .contextHead {
    font-size: var(--font-m);
  }

  .content-nav ul {
    width: 100%;
  }

  .content-nav li a {
    font-size: var(--font-s);
  }

  .content-heading {
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .content-heading h1 {
    margin-left: 2rem;
    color: var(--primary-color);
    font-size: var(--font-l);
  }

  .content-container li,
  .content-container span,
  .content-container p {
    font-size: var(--font-xs);
  }

  .ck-promotionContainer {
    padding: 1rem;
  }

  .ck-promotion {
    width: 100%;
  }

  .ck-promotion:not(:last-child) {
    margin-bottom: 3rem;
  }

  .promo-btns button,
  .promo-btns a {
    height: 3.5rem;
    padding: 0.5rem;
    font-size: var(--font-s);
  }

  .ck-promoBox img {
    max-height: 26rem;
    height: 35vh;
  }

  .ck-promoModal {
    padding-top: 0;
  }

  .promoModal-head p {
    font-size: var(--font-l);
  }

  .verfication-types {
    margin-bottom: 3rem;
  }

  .uploadDoc-left:first-child {
    font-size: var(--font-xs);
  }

  .uploadDoc-section h3,
  .verfication-types h3 {
    margin-bottom: 1.5rem;
  }

  .verfyType {
    gap: 1rem;
    margin-right: 2rem;
    font-size: var(--font-s);
  }

  .verfyType span {
    width: 2.1rem;
    height: 2.1rem;
  }

  .verfyType input:checked+span::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .uploadDoc-section .uploadDoc-box:first-of-type {
    margin-bottom: 3rem;
  }

  .afterLoginRight-head a:not(:last-child) {
    margin-right: 1rem;
  }

  .uploadDoc-left p:last-child {
    font-size: var(--font-xxs);
  }

  .uploadDoc-box .uploadDoc {
    padding: 2rem 1rem;
  }

  .uploadDoc-right img {
    width: 50%;
  }

  .ck-paymentBox .ck-payment {
    width: 31.6%;
    height: 6rem;
  }

  .ck-paymentBox .ck-payment:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .ck-paymentBox .ck-payment:not(:nth-child(3n)) {
    margin-right: 2.5%;
  }

  .afterLoginPages-right {
    max-height: 100vh;
    padding: 1rem;
  }

  .afterLoginRight-head {
    justify-content: space-around;
    margin-bottom: 2rem;
  }

  .account-container {
    padding: 0;
    border: none;
  }

  .ck-balances {
    padding: 1rem 0.5rem;
  }

  .ck-balances p {
    font-size: var(--font-xxs);
  }

  .ck-balances .balances-bot p {
    font-size: var(--font-xs);
  }

  .ck-balances .balances-bot .info-icon {
    padding: 0.75rem;
  }

  .ck-balances:nth-child(2) .balances-bot {
    margin-top: 0.5rem;
  }

  .total-depoWith a {
    font-size: var(--font-m);
  }

  .ck-dataTable thead th {
    padding: 0.5rem;
    font-size: var(--font-xs);
  }

  .ck-dataTable td {
    padding: 0.25rem;
    font-size: var(--font-xxs);
  }

  .ck-dataTable tr td:first-child {
    padding-right: 0.5rem;
  }

  .ck-dataTable tr td:last-child {
    padding-right: 0.5rem;
    text-align: right;
  }

  .total-depoWith button {
    font-size: var(--font-m);
  }

  .ck-viewMore-games {
    padding: 1rem;
  }

  .ck-searchIcon .search-icon {
    padding: 1.2rem;
  }

  .ck-allGames-box a {
    width: 31.3%;
    margin-bottom: 3%;
    margin-right: 3%;
  }

  .ck-allGames-box a:nth-child(5n),
  .ck-allGames-box a:nth-child(7n) {
    margin-right: 3%;
  }

  .ck-allGames-box a:nth-child(3n) {
    margin-right: 0;
  }

  .ck-headerLeft .ck-logo img {
    width: 12rem;
  }

  .ck-ctaBtn {
    font-size: var(--font-xs);
    padding: 0.5rem 1rem;
  }

  .ck-searchIcon {
    margin-right: 1rem;
  }

  .theme-toggler {
    margin-left: 1rem;
  }

  .theme-toggler span {
    padding: 0.5rem;
  }

  .theme-toggler span .icon-style {
    padding: 0.75rem;
  }

  .ck-depositBtn {
    padding-left: 0.5rem;
    min-width: 7.5rem;
    font-size: var(--font-s);
  }

  .ck-depositBtn span {
    margin-left: 0.5rem;
    padding: 0.4rem 0.75rem;
  }

  .ck-depositBtn .deposit-icon {
    padding: 0.75rem;
  }

  .ck-headerRight .ck-profileBtn {
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
  }

  .ck-safety {
    justify-content: space-around;
  }

  .ck-safety img {
    width: 30%;
  }

  .ck-safety img:nth-child(2) {
    margin: 0;
  }

  .ck-payments img {
    max-height: 2rem;
    max-width: 12rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }

  .ck-footer,
  .ck-header {
    padding: 1rem;
  }

  .ck-announcement p {
    width: 9rem;
    font-size: var(--font-s);
  }

  .ck-announcement .marqueee {
    width: calc(100% - 9rem);
  }

  .ck-announcement .marqueee,
  .ck-announcement .marqueee p,
  .ck-announcement .marqueee span {
    font-size: var(--font-xs);
  }

  .ck-heroBanner {
    margin: 1rem auto 2rem;
  }

  .ck-main {
    padding: 0 1rem;
  }

  .ck-providerLists img {
    max-width: 10rem;
    margin-right: 2rem;
  }

  .ck-blogBox .ck-blog,
  .ck-gameMenu {
    padding: 1rem;
  }

  .ck-gameMenuTop {
    margin-bottom: 1.5rem;
  }

  .ck-gameMenuTop h3 {
    font-size: var(--font-l);
  }

  .ck-testimonial-container {
    flex-direction: column;
  }

  .ck-testimonials {
    width: 100%;
    padding: 1rem;
  }

  .testiBanner {
    width: 90%;
  }

  .ck-testimonials .testoName span {
    text-align: center;
  }

  .ck-testimonials .testoDetails {
    font-size: var(--font-m);
    margin-bottom: 1rem;
    text-align: center;
  }

  .ck-testimonials .carousel-indicators {
    bottom: -1rem;
    justify-content: center;
  }

  .ck-testimonials .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
  }

  .footer-links h2 {
    font-size: var(--font-s);
  }

  .footer-links h2 .up-icon {
    padding: 0.8rem;
  }

  .bootomLeft-foot {
    margin-top: 2rem;
  }

  .top-footer {
    display: flex;
    padding: 2rem 1rem 1rem;
  }

  .contentHeading {
    font-size: var(--font-l)
  }

  .ck-leftContent a img {
    margin: 0 0 1rem;
    width: 15rem;
  }

  .trusted-footer {
    justify-content: space-between;
    padding: 2rem 1rem;
    margin: 2rem 0;
  }

  .trusted-footer img:nth-child(-n+4) {
    width: 22%;
  }

  .trusted-footer img:nth-child(5) {
    width: 35%;
  }

  .trusted-footer img:nth-child(6) {
    width: 65%;
    height: auto;
  }

  .trusted-footer img:not(:last-child) {
    margin-right: 0;
  }

  .bottom-foot {
    padding: 1rem 0;
  }

  .ck-stickyFooter {
    padding: 0.5rem 1rem;
  }

  .ck-stickyFooter a span,
  .ck-stickyFooter button span {
    margin-top: 0.5rem;
  }

  .ck-blog .blog-heading {
    font-size: var(--font-m);
  }

  .ck-blog .blog-title {
    font-size: var(--font-s);
  }

  .ck-blog .blog-info {
    font-size: var(--font-xxs);
  }

  .ck-blog .ck-ctaBtn {
    font-size: var(--font-xs);
  }

  .ck-modalContent-right,
  .ck-modalContent-left {
    padding: 1rem;
  }

  .ck-loginType {
    padding: 0.5rem;
    margin-bottom: 2rem;
  }

  .ck-topHeading p {
    font-size: var(--font-xl);
  }

  .ck-inputBox {
    padding: 0.5rem;
  }

  .ck-loginType p {
    font-size: var(--font-s);
  }

  .ck-forgotPassword .ck-phoneInput,
  .loginWpassword .ck-phoneInput {
    margin-top: 1.5rem;
  }

  .ck-remForgot {
    margin: 0.5rem 0;
  }

  .ck-loginRegister .ck-ctaBtn {
    margin: 1.5rem auto;
    padding: 1rem;
    font-size: var(--font-m);
  }

  .ck-inputBox input {
    margin-left: 1rem;
  }

  .ck-registerModal .ck-confirm {
    margin-top: 1rem;
  }

  .ck-registerModal .ck-confirm p {
    font-size: 0.9rem;
  }

  .ck-casinoFilterNav {
    margin: 2rem auto 1rem;
  }

  .ck-casinoFilters li {
    padding: 0.5rem 1rem;
  }

  .ck-casinoFilters li span {
    font-size: var(--font-s);
    margin-left: 0.5rem;
  }

  .ck-casinoFilters li .icon-style {
    padding: 0.8rem;
  }

  .ck-casinoFilters li:not(:last-child) {
    margin-right: 1rem;
  }

  .ck-casinoFilters {
    margin-bottom: 1rem;
  }

  .ck-filtersBox {
    padding: 1rem;
  }

  .ck-filtersBox input,
  .ck-filtersBox p {
    font-size: var(--font-s);
    margin-left: 0.5rem;
    width: calc(100% - 2rem);
  }

  .ck-filtersBox .search-icon {
    padding: 0.85rem;
  }

  .ck-filtersBox .provider-icon {
    padding: 0.75rem;
  }

  .ck-gamesSection {
    padding: 1rem;
  }

  .ck-gameHeader {
    margin-bottom: 1.5rem;
  }

  .ck-gameHeader h2 {
    font-size: var(--font-l);
  }

  .ck-gameHeader button {
    padding: 0.5rem 2rem;
  }

  .ck-gamesBox a {
    min-width: 12rem;
    max-width: 12rem;
  }

  .ck-gamesBox a:not(:last-child) {
    margin-right: 1rem;
  }

  .ck-providerFilter {
    max-height: 50vh;
    min-height: 28rem;
    overflow-y: auto;
    padding: 2rem 0 0 1rem;
  }

  .ck-providerFilter h2 {
    font-size: var(--font-xl);
    margin-bottom: 2rem;
  }

  .ck-providerFilter ul li {
    padding: 1rem;
    width: 22%;
    font-size: var(--font-s);
    margin-right: 3%;
  }

  .ck-providerFilter .ck-toggleFilterPop .close-icon {
    padding: 1.5rem;
  }

  .changePass-container .ck-ctaBtn,
  .info-container .ck-ctaBtn {
    padding: 1rem;
    font-size: var(--font-m);
  }

  .ck-otpVerify .ck-ctaBtn {
    padding: 1rem;
    font-size: var(--font-s);
  }

}