@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  src: url(FontsFree-Net-DINPro-1.ttf);
  font-family: "Din Pro";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
}

:root {
  --primary-cta: #ffd737;
  --secondary-cta: #FEDD00;
  --primary-color: #fff;
  --secondary-color: #b0bad1;
  --tertiary-color: #8A99BA;
  --quaternary-color: #b0dfc2;
  --light-background: #4d0233;
  --primary-background: #2c062b;
  --secondary-background: #570128;
  --tertiary-background: #FEDD00;
  --quaternary-background: #02332f;
  --header-background: #3e042a;
  --primary-error: #E50539;
  --landingPage-primary-cta: #00FFFF;
  --landingPage-secondary-cta: #0c9585;
  --testimonial-background: #29354e;
  --gameBox-background: #2a4073;
  --input-background: #e6f5eb;
  --primary-gradient: linear-gradient(270deg, #ffd737 3.57%, #ffee9a 99.29%);
  --secondary-gradient: linear-gradient(#2c062b 30%, #45022b);
  --promises-background: linear-gradient(180deg, #570128 0%, #240022 87.5%);
  --how-it-works-background: linear-gradient(90deg, #240022 7.29%, #570128 52.6%, #240022 100%);
  --extraSmall-fontSize: 12px;
  --small-fontSize: 14px;
  --medium-fontSize: 16px;
  --large-fontSize: 18px;
  --extraLarge-fontSize: 20px;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--primary-background) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.pw-parent-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: var(--primary-background);
}

.pw-side-menu-container {
  position: sticky;
  left: 0;
  top: 0;
  width: 17%;
  height: 100vh;
  background: var(--secondary-gradient);
  overflow-y: auto;
}

.pw-main-content-container {
  width: 63%;
  padding: 0 20px;
}

.pw-main-content-container-bg {
  background: var(--secondary-gradient);
  padding: 0 20px;
}

.pw-promotion-container {
  position: sticky;
  right: 0;
  top: 0;
  width: 20%;
  height: 100vh;
  background: var(--secondary-gradient);
  padding: 10px;
  overflow-y: auto;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

button:disabled,
button.disabled {
  opacity: 0.7;
}

input[type=range] {
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  pointer-events: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

#chat-widget-container {
  bottom: 55px !important;
}

.css-il7ia5.e1ybl9g10 {
  opacity: 0 !important;
}

.pw-iframe-header {
  position: fixed;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  width: calc(100vw - 17%) !important;
  padding: 0 10px;
  background: var(--header-background);
}

iframe#games {
  overflow: hidden;
  border: none;
  width: calc(100vw - 17%) !important;
  height: calc(100vh - 60px) !important;
  position: fixed;
  bottom: 0;
  right: 0;
  background: var(--header-background);
}

iframe#sports {
  overflow: hidden;
  border: none;
  width: calc(100vw - 17%) !important;
  height: calc(100vh - 60px);
  position: fixed;
  bottom: 0;
  right: 0;
  background: var(--header-background);
}

iframe#games body {
  scroll-behavior: smooth;
}

iframe#games body::-webkit-scrollbar {
  width: 5px;
  background: var(--secondary-background);
  border-radius: 10px
}

iframe#games body::-webkit-scrollbar-thumb {
  width: 5px;
  background: var(--tertiary-background);
  border-radius: 10px
}

/* ----- BANNER ----- */

.banner .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  position: static !important;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: var(--quaternary-color) !important;
  border: none;
  outline: none;
  opacity: 1 !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 10px;
  background: var(--primary-cta) !important;
  box-shadow: 0px 0px 4px rgba(0, 151, 57, 0.4);
  border-radius: 5px;
}

.security-section-content {
  background: linear-gradient(90deg, var(--primary-background) 0%, var(--secondary-background) 52.6%, var(--primary-background) 100%) !important;
}

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

/*|-|-| ICONS |-|-|*/
.pw-icon-style {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 8px;
}

.slide-right-icon {
  background-image: url(/Media/icons/slide-left.svg);
}

.coin-icon {
  background-image: url(/Media/icons/coin.svg);
}

.plusLight-icon {
  background-image: url(/Media/icons/math-plus-light.svg);
}

.notification-icon {
  padding: 11px;
  /* background-image: url(/Media/icons/notification.svg); */
}

.search-icon {
  cursor: pointer;
  padding: 10px;
  background-image: url(/Media/icons/search.svg);
}

.copy-icon {
  cursor: pointer;
  background-image: url(/Media/icons/copy.svg);
}

.info-icon {
  background-image: url(/Media/icons/info.svg);
}

.cross-icon {
  background-image: url(/Media/icons/cross.svg);
}

.home-icon {
  background-image: url(/Media/icons/home.svg);
}

.liveCasino-icon {
  background-image: url(/Media/icons/new-live-casino.svg);
}

.casino-icon {
  background-image: url(/Media/icons/new-casino.svg);
}

.sport-icon {
  background-image: url(/Media/icons/sports.svg);
}

.exchange-icon {
  background-image: url(/Media/icons/exchange.svg);
}

.sportsbook-icon {
  background-image: url(/Media/icons/sportsbook.svg);
}

.crazy-time-icon {
  background-image: url(/Media/icons/new-crazy-time.png);
}

.balance-icon {
  background-image: url(/Media/icons/balance.png?v=1);
}

.deposit-icon {
  background-image: url(/Media/icons/deposit.svg);
}

.withdraw-icon {
  background-image: url(/Media/icons/withdraw.svg);
}

.paymentHistory-icon {
  background-image: url(/Media/icons/paymentHistory.svg);
}

.profile-icon {
  background-image: url(/Media/icons/profile.svg);
}

.logout-icon {
  background-image: url(/Media/icons/log-out.svg);
}

.menu-icon {
  background-image: url(/Media/icons/menu.svg);
}

.minus-icon {
  background-image: url(/Media/icons/math-minus.svg);
}

.plus-icon {
  background-image: url(/Media/icons/math-plus.svg);
}

.threeTimes-icon {
  background-image: url(/Media/icons/2times.svg);
}

.twoTimes-icon {
  background-image: url(/Media/icons/3times.svg);
}

.down-icon {
  background-image: url(/Media/icons/dropdown-arrow.svg);
}

.support-icon {
  background-image: url(/Media/icons/support.svg);
  filter: brightness(0) saturate(100%) invert(68%) sepia(11%) saturate(772%) hue-rotate(183deg) brightness(87%) contrast(90%);
}

.filter-icon {
  background-image: url(/Media/icons/filter.svg);
}

.playNow-icon {
  background-image: url(/Media/icons/playNow.svg);
}

.gameHishtory-icon {
  background-image: url(/Media/icons/game-history.svg);
}

.verification-icon {
  background-image: url(/Media/icons/verification.svg);
}

.promo-icon {
  background-image: url(/Media/icons/megaphone.png);
  filter: brightness(3);
}

.i_uploads {
  filter: brightness(0) saturate(100%) invert(87%) sepia(76%) saturate(5237%) hue-rotate(325deg) brightness(103%) contrast(101%);
  background-image: url(/Media/icons/upload.png);
}

.i_delete {
  background-image: url(/Media/icons/delete.svg);
  filter: brightness(0) saturate(100%) invert(27%) sepia(97%) saturate(6240%) hue-rotate(354deg) brightness(94%) contrast(120%);
  cursor: pointer;
}

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

.i_styles {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 31px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

.android-icon {
  background: url(/Media/icons/Android-icon.gif);
  filter: unset !important;
  padding: 21px;
}

.android-grad-icon {
  background: url(/Media/icons/Android-icon.gif);
  padding: 13px 25px;
  position: relative;
  right: 7px;
  bottom: 0px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /* filter: brightness(0) saturate(100%) invert(7%) sepia(28%) saturate(5180%) hue-rotate(281deg) brightness(89%) contrast(104%); */
}

.i_infos {
  background-image: url(/images/infos-icons.svg);
}

.i_diamond {
  background-image: url(/images/diamonds.svg);
}

.i_flag {
  background-image: url(/images/flags.svg);
}

.i_locked {
  background-image: url(/images/lockeds.svg);
}

.i_completed {
  background-image: url(/images/completes.svg);
}

.i_trophy {
  background-image: url(/images/royality-trophy.svg);
}

.i_moneys {
  background-image: url(/images/note-img.svg);
}

.i_stars {
  background-image: url(/images/hand-star.svg);
}

.i_info_close {
  background-image: url(/images/i_info_close.svg);
}

/* |-|-|-| SIDE-MENU |-|-|-| */

.pw-menu-links {
  margin: 0;
  padding-left: 30px;
}

.pw-side-logo-box {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.pw-side-logo-box img {
  width: 100%;
}

.pw-menu-links li {
  list-style: none;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: var(--extraSmall-fontSize);
  text-transform: capitalize;
  width: 90%;
}

.pw-menu-links-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tertiary-color);
  white-space: nowrap;
}

.pw-hide-sideMenu-btn {
  display: none;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 1px;
  top: -1px;
}

.pw-menu-links-heading div {
  margin: 0;
  width: 100%;
  height: 0.75px;
  margin-left: 10px;
  background: var(--tertiary-color);
}

.pw-menu-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--small-fontSize);
  color: var(--secondary-color);
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.pw-menu-links li a i {
  margin-top: 0px;
  margin-right: 10px;
}

li#profile i {
  padding: 11px;
}

.pw-logout-link:hover,
.pw-logout-link:active {
  filter: brightness(0) saturate(100%) invert(53%) sepia(66%) saturate(7287%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.pw-menu-links li a:hover {
  color: var(--primary-color);
}

.pw-menu-links .pw-active-link {
  background: var(--primary-gradient);
  box-shadow: 0px 0px 16px 0px var(--primary-cta);
}

.pw-menu-links .pw-active-link a:hover,
.pw-menu-links .pw-active-link a {
  font-weight: 700;
  color: var(--primary-background);
}

.pw-menu-links .pw-active-link i {
  filter: brightness(0) saturate(100%) invert(6%) sepia(65%) saturate(2798%) hue-rotate(283deg) brightness(92%) contrast(103%);
}

.pw-menu-links li.pw-download-mob {
  display: none;
}

.pw-android-box {
  display: none;
}

/* |-|-|-| Promotions |-|-|-| */

.pw-promotion-head {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  margin-bottom: 20px;
}

.pw-promotion-head img {
  width: 40px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(87%) sepia(76%) saturate(5237%) hue-rotate(325deg) brightness(103%) contrast(101%);
}

.pw-promotion-head span {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--primary-color);
  font-size: var(--extraLarge-fontSize);
}

.pw-promotions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pw-promotion {
  background: var(--light-background);
  padding: 10px;
  border-radius: 10px;
  width: 95%;
  margin-bottom: 30px;
}

.promo-content {
  font-size: var(--small-fontSize);
  color: var(--tertiary-color) !important;
}

.pw-promo-top {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.pw-promo-top img {
  width: 100%;
  border-radius: 10px;
}

.promo_category {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 10px;
}

.promo_category p {
  color: var(--primary-color);
  font-size: var(--extraSmall-fontSize);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.pw-promo-bot {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pw-promo-bot .pw-depositNow-btn {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  font-size: var(--extraSmall-fontSize);
  font-weight: 700;
  color: var(--secondary-background) !important;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-cta);
  border-radius: 8px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.pw-promo-bot .pw-depositNow-btn:hover {
  background: var(--primary-color);
  box-shadow: 0px 0px 10px 0px var(--primary-color);
}

.pw-promo-bot .pw-readMore-btn {
  background: none;
  border: none;
  outline: none !important;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: var(--extraSmall-fontSize);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--secondary-cta);
}

.pw-promo-bot .pw-readMore-btn:hover {
  color: var(--secondary-cta);
}

.pw-promo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.pw-promo-modal .pw-promotion .pw-hide-promo {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 5;
}

.pw-promo-modal .pw-promotion .cross-icon {
  padding: 12px;
}

.pw-promo-modal .pw-promotion {
  padding: 0;
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: var(--secondary-background);
}

.pw-promo-modal .pw-promo-top {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 0;
}

.pw-promo-modal .pw-promo-top img {
  width: 100%;
  height: auto !important;
  max-height: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pw-promo-modal .pw-depositNow-btn {
  padding: 10px;
  width: 60%;
  margin: 10px auto 0;
}

.pw-promo-modal .pw-promo-bot {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

.pw-promo-modal .pw-promoContent {
  height: 40vh;
  overflow-y: auto;
}

.pw-promo-modal .pw-promoContent {
  padding: 0 15px;
  overflow-y: auto;
  scrollbar-color: var(--tertiary-background) var(--secondary-background);
  scrollbar-width: thin
}

.pw-promo-modal .pw-promoContent::-webkit-scrollbar {
  width: 5px;
  background: var(--secondary-background);
  border-radius: 10px
}

.pw-promo-modal .pw-promoContent::-webkit-scrollbar-thumb {
  width: 5px;
  background: var(--tertiary-background);
  border-radius: 10px
}

.pw-promo-title {
  color: var(--primary-color);
  font-size: var(--medium-fontSize);
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.pw-promo-descriptions,
.pw-promo-descriptions *,
.pw-promo-myNotes,
.pw-promo-myNotes * {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-align: justify;
}

.pw-promoContent li {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-align: justify;
}

.pw-promo-modal .promo_category {
  display: none;
}

.pw-promo .game-history-heading {
  font-size: var(--extraLarge-fontSize);
  width: 200px;
  margin: 0 auto;
  padding-top: 20px;
}

/*|-|-| Games-Section |-|-|*/

.pw-game-section {
  margin-bottom: 30px;
}

.pw-game-box {
  min-height: 214px;
}

.pw-game-box-seeAll {
  padding-bottom: 25px;
}

.pw-game-box-seeAll .pw-game-img {
  width: 100%;
  display: block;
  margin: 0;
}

.pw-game-box-seeAll .pw-game {
  max-width: 160px;
}

.pw-game-box-seeAll .pw-game {
  position: relative;
}

.pw-game-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  opacity: 0;
  border: 2px solid var(--secondary-cta);
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.khel-casino {
  margin: 30px 0 40px;
}

.khel-casino .main-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 865px;
  margin: 0 auto;
}

.khel-casino .main-flex .column {
  flex-basis: 48.5%;
  padding: 0;
}

.pw-game-overlay i {
  padding: 15%;
}

.pw-game-overlay:hover {
  opacity: 1;
}

.pw-game-box-seeAll .pw-game-name,
.pw-game-box-seeAll .pw-provider-name {
  max-width: 100%;
  text-align: left;
}

.pw-game-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.pw-game-section-name {
  display: flex;
  align-items: flex-end;
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 600;
  text-transform: capitalize;
}

.pw-slide-seeAll {
  display: flex;
  align-items: center;
}

.pw-slider-right,
.pw-slider-left {
  border-radius: 5px;
  border: 1px solid var(--tertiary-color);
  background: var(--primary-background);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.pw-slider-right i,
.pw-slider-left i {
  padding: 6px;
}

.pw-slider-left {
  transform: rotate(180deg);
}

.pw-game-section-name img {
  width: 22.5px;
  margin-right: 10px;
}

.pw-see-all .pw-game-section-head {
  align-items: flex-end;
}

.pw-see-all .pw-game-section-head p {
  margin-bottom: 2px;
}

.pw-see-all {
  font-size: var(--small-fontSize);
  font-weight: 600;
  color: var(--primary-color) !important;
  text-decoration: none;
}

.pw-seeAll-bottom,
.pw-seeAll-gameLoaded {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pw-seeAll-bottom .pw-submit-btn {
  width: 250px;
}

.pw-seeAll-gameLoaded {
  margin: 20px 0;
}

.pw-seeAll-gameLoaded label {
  color: var(--primary-grey);
  font-size: var(--extraSmall-fontSize);
  text-align: center;
  margin-bottom: 5px;
}

.pw-seeAll-gameLoaded input[type='range'] {
  overflow: hidden;
  width: 100%;
  -webkit-appearance: none;
  background-color: var(--secondary-cta);
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 450px;
}

.pw-seeAll-gameLoaded input[type='range']::-webkit-slider-runnable-track {
  height: 6px;
  -webkit-appearance: none;
  color: var(--primary-brand);
}

.pw-seeAll-gameLoaded input[type='range']::-webkit-slider-thumb {
  width: 0;
  -webkit-appearance: none;
  height: 6px;
  box-shadow: -1000px 0 0 1000px var(--primary-brand);
}

.pw-seeAll-gameLoaded input[type="range"]::-moz-range-progress {
  background-color: var(--primary-brand);
}

.pw-seeAll-gameLoaded input[type="range"]::-moz-range-track {
  background-color: var(--secondary-cta);
}

.pw-see-all:hover {
  color: var(--header-background);
}

.pw-games-section {
  overflow-y: hidden;
}

.pw-games-section,
.game-providers {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.pw-games-container {
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.pw-game-img {
  width: 166px;
  height: 124px;
  border-radius: 10px;
}

.pw-slider-wrapped .pw-game-box .pw-game-img {
  width: 100%;
}

.pw-game-box {
  background: var(--gameBox-background);
  border: 2px solid var(--gameBox-background);
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.pw-slider-wrapped {
  flex-wrap: wrap;
  overflow: hidden;
}

.pw-slider-wrapped .pw-game-box {
  margin: 0;
}

.pw-game-name {
  font-size: var(--extraSmall-fontSize);
  font-weight: 600;
  margin: 5px 0 0 0;
  color: var(--primary-color);
  text-align: center;
}

.pw-game-name,
.pw-provider-name {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pw-win-win {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.pw-win-single,
.pw-win-single .pw-hourly-win {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.pw-win-single .pw-hourly-win {
  justify-content: center;
}

.pw-win-single .pw-hourly-win p {
  text-transform: capitalize;
  margin-right: 10px;
}

.pw-hourly-win .pw-hourly-win:first-child {
  border-right: 1px solid var(--tertiary-color);
}

.pw-win-single .pw-hourly-win:first-child {
  border: 0;
}

.pw-win-single .pw-hourly-win {
  margin-bottom: 10px;
  width: 100%;
}

.pw-hourly-win p {
  font-size: var(--small-fontSize);
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0;
  text-transform: capitalize;
}

.pw-win-amount {
  font-size: var(--extraSmall-fontSize);
  font-weight: 500;
  letter-spacing: 1.5px;
  color: var(--primary-color);
  margin-left: 4px;
}

.pw-play-now-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: var(--medium-fontSize);
  font-weight: 600;
  background: var(--tertiary-background);
  color: var(--primary-color) !important;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}

.pw-game-box-only {
  margin-right: 20px;
}

.pw-game-box-only .pw-game-name,
.pw-game-box-only .pw-provider-name {
  text-align: left;
  padding-left: 5px;
}

.pw-game-box-only .pw-game-img {
  width: 150px;
  height: 150px;
  /* object-fit: cover; */
}

.pw-game-box-only .pw-game {
  position: relative;
}

.pw-game-play-now:hover {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background: var(--light-background);
  border: 2px solid var(--secondary-cta);
}

.pw-game-play-now {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 8px 12px;
  width: 400px;
}

.pw-game-play-now .pw-game-img {
  width: 160px;
  height: 184px;
  -o-object-fit: fill;
  object-fit: fill;
  box-shadow: 0 0 10px var(--primary-background);
}

.pw-game-box-right {
  margin-left: 15px;
  height: 184px;
  width: 180px;
}

.pw-win-divider {
  display: block;
  height: 0.5px;
  background: var(--tertiary-color);
  margin: 6px auto;
  width: 100%;
}

.pw-game-play-now .pw-game-name {
  font-size: var(--medium-fontSize);
  margin: 0 0 10px;
  text-align: left;
  max-width: 100%;
}

.pw-game-play-now:hover .pw-play-now-btn {
  background: var(--secondary-cta);
  color: var(--secondary-background) !important;
}

/*|-|-| HEADER |-|-|*/

.pw-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  max-height: 60px;
  background: var(--header-background);
}

.pw-mobile-headercontent {
  display: none;
}

.pw-user-name {
  color: var(--primary-cta);
  font-size: var(--extraLarge-fontSize);
  font-weight: 600;
  margin-bottom: 0;
}

.pw-user-name span {
  font-style: italic;
}

.pw-menu-btn {
  display: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.pw-menu-btn i {
  padding: 15px !important;
}

.pw-header-right {
  display: flex;
  align-items: center;
}

.pw-balance-deposit {
  background: var(--primary-background);
  border: 1px solid var(--primary-cta);
  box-shadow: 0px 0px 8px 0px var(--primary-cta);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  min-width: 100px;
  text-decoration: none;
  cursor: pointer;
}

.pw-balance-deposit * {
  color: var(--primary-color);
}

.pw-bonus-badge {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 2px 5px 2px 12px;
  z-index: 1;
}

.pw-bonus-badge p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  line-height: 17px;
  text-shadow: 0px 4px 4px rgba(248, 234, 182, 0.59);
  font-family: Bahnschrift !important;
}

.pw-bonus-badge:before {
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 50%, 100% 99%, 0% 100%, 8% 49%, 0% 0%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8EAB6), to(#B77625));
  background-image: -o-linear-gradient(top, #F8EAB6 0%, #B77625 100%);
  background-image: linear-gradient(180deg, #F8EAB6 0%, #B77625 100%);
  -webkit-filter: drop-shadow(-2px 4px 9px rgba(0, 0, 0, 0.68));
  filter: drop-shadow(-2px 4px 9px rgba(0, 0, 0, 0.68));
}

.pw-user-balance {
  font-weight: 600;
  font-size: var(--medium-fontSize);
  margin-left: 10px;
  white-space: nowrap;
  margin-right: 15px;
}

.pw-user-balance.showbalance {
  color: var(--primary-background);
}

.pw-deposit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-cta);
  position: absolute;
  right: -10%;
}

.pw-deposit-btn i {
  filter: invert(1);
}

.pw-deposit-btn:hover {
  box-shadow: 0px 0px 15px 0px var(--secondary-background);
}

.pw-login-btn {
  text-decoration: none;
  font-size: var(--small-fontSize);
  color: var(--primary-background);
  background: var(--primary-gradient);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

.pw-login-btn:hover {
  color: var(--primary-background);
  box-shadow: 0 0 10px #7E186F;
}

.mobile-login-btn {
  display: none;
}

/*|-|-| SLIDER |-|-|*/

.pw-main-slider {
  width: 95%;
  margin: 0 auto 20px;
  padding-top: 20px;
}

.pw-main-banner img {
  width: 532px;
  height: 200px;
}

.pw-main-slider .swiper-pagination {
  position: static;
  margin-top: 5px;
}

.pw-main-slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--quaternary-color) !important;
  opacity: 1;
}

.pw-main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-cta) !important;
  width: 30px;
  border-radius: 5px;
}

.pw-main-slider picture img {
  min-height: 250px;
  border-radius: 5px;
}

.pw-main-slider .swiper-button-prev,
.pw-main-slider .swiper-button-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pw-main-slider .swiper-button-next:after,
.pw-main-slider .swiper-button-prev:after {
  content: none !important;
}

.pw-main-slider .swiper-button-prev {
  background-image: url(/Media/icons/slide-left-slider.svg);
  margin-left: -2.5%;
}

.pw-main-slider .swiper-button-next {
  background-image: url(/Media/icons/slide-right-slider.svg);
  margin-right: -2.5%;
}

.home-slider {
  overflow: visible !important;
}

.home-slider .swiper-container {
  width: 100%;
  padding-bottom: 60px
}

.home-slider .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0 15px;
}

.home-slider .swiper-slide img {
  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
  display: block;
  margin: 0 auto;
}

/*|-|-| SEARCH-BAR |-|-|*/

.pw-searchBar {
  display: flex;
  align-items: center;
  position: sticky;
  background: linear-gradient(270deg, #3c023a, #3d032b);
  padding: 10px;
  margin: 40px 0;
  border-radius: 8px;
  top: 56px;
  z-index: 99;
}

.pw-searchBar-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  padding: 0;
  width: 80%;
  scroll-behavior: smooth;
  overflow-x: auto;
}

.pw-searchBar-links li {
  list-style: none;
}

.pw-searchBar-links li a {
  display: block;
  text-decoration: none;
  color: var(--secondary-color);
  font-size: var(--small-fontSize);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 10px;
  white-space: nowrap;
}

.pw-searchBar-links li a:hover {
  color: var(--secondary-cta);
}

.pw-active-searchLink {
  background: var(--primary-background);
  color: var(--secondary-cta) !important;
}

.pw-searchBar .pw-slider-right,
.pw-searchBar .pw-slider-left {
  background: none;
  border: none;
}

.pw-search-field {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--tertiary-color);
  display: flex;
  align-items: center;
}

.pw-search-field i {
  height: 100%;
  display: block;
  width: 10%;
}

.pw-search-field input {
  width: 90%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: var(--extraSmall-fontSize);
  color: var(--primary-color);
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 10px;
}

.pw-search-field input::placeholder {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: var(--extraSmall-fontSize);
}

.pw-provider-filter-toggler {
  background: none;
  border: none;
  outline: none;
}

.pw-providerFilter {
  position: absolute;
  right: 0%;
  top: 116%;
  width: 600px;
  background: var(--secondary-gradient);
  border-radius: 8px;
  z-index: 5;
}

.pw-providerFilter ul {
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.save_providers {
  float: right;
  background: var(--primary-gradient);
  border: 2px solid var(--quaternary-color);
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
  color: var(--primary-background) !important;
  font-size: var(--extraSmall-fontSize);
  font-weight: 600;
  margin: 5px 15px 15px 5px;
}

.pw-providerFilter .pw-provider-filter-toggler {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--header-background);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}

.pw-providers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  width: 125px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.pw-providers input {
  margin-right: 5px;
  border: 2px solid var(--primary-color) !important;
  border-radius: 6px;
  height: 16px;
  width: 17px;
  cursor: pointer;
}

.pw-providers label {
  font-size: var(--small-fontSize);
  color: var(--primary-color);
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* |-|-|-| HOME|-|-|-| */

.pw-section-heading,
.pw-why-content,
.pw-promise,
.pw-how-it-work,
.pw-faq-container,
.pw-bonus-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pw-next-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pw-section-heading {
  margin-bottom: 40px;
}

.pw-promises,
.pw-why,
.pw-adBanner,
.pw-how-it-works,
.pw-payment-methods,
.pw-faq-container {
  margin: 60px auto;
}

.pw-section-heading h2 {
  color: var(--primary-color);
  font-weight: 500;
  font-size: var(--extraLarge-fontSize);
}

.pw-section-heading span {
  height: 2px;
  width: 100px;
  background: var(--primary-gradient);
}

.pw-why-content img {
  width: 110px;
}

.pw-why-content h4,
.pw-how-it-work h4 {
  color: var(--primary-color);
  font-weight: 500;
  font-size: var(--medium-fontSize);
  margin: 15px 0 10px;
  text-align: center;
}

.pw-why-content p,
.pw-how-it-work p {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: var(--small-fontSize);
  text-align: center;
  width: 90%;
}

.pw-adBanner img {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.pw-promise {
  background: var(--promises-background);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

.pw-promise img {
  width: 85px;
  margin-bottom: 15px;
}

.pw-promise p {
  text-align: center;
  font-size: var(--medium-fontSize);
  color: var(--primary-color);
}

.pw-how-it-work {
  position: relative;
  padding: 30px 10px 10px;
  background: var(--how-it-works-background);
}

.pw-how-it-work img {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.pw-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 40px);
  margin-left: -20px;
  background: var(--primary-color);
  padding: 15px 20px;
}

.pw-payments img {
  width: 16%;
}

.pw-alert-text-payment {
  font-size: var(--small-fontSize);
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--primary-cta) !important;
}

/* Testimonial */

.pw-testimonial-container {
  padding-bottom: 60px;
  margin: 80px 0 50px;
  overflow: hidden;
}

.pw-testimonial,
.pw-testimonial-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pw-testimonials .slick-list {
  overflow: visible !important;
}

.pw-testimonial {
  margin-top: 70px;
  position: relative;
  border-radius: 15px;
  padding: 50px 15px 15px;
  background: var(--primary-background);
  min-height: 260px;
  border: 1px solid var(--primary-color)
}

.pw-testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.pw-testimonial-img img {
  width: 92%;
  height: 92%;
  border-radius: 50%;
}

.pw-testi-content {
  font-size: var(--small-fontSize);
  font-weight: 500;
  text-align: center;
  color: var(--primary-color);
  margin-top: 15px;
}

.pw-testi-name {
  font-size: var(--extraLarge-fontSize);
  font-weight: 600;
  text-align: center;
  color: var(--secondary-cta);
  text-transform: capitalize;
  margin-bottom: 0;
}

.pw-testimonials {
  margin: 0 auto;
  max-width: 600px;
  overflow: visible !important;
}

.pw-testimonials .slick-prev,
.pw-testimonials .slick-next {
  position: absolute;
  bottom: -53px;
  border: 0;
  outline: 0;
  background: none;
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.pw-testimonials .slick-prev {
  left: 44%;
  transform: translateX(-44%);
  background-image: url(/Media/icons/slide-left-slider.svg);
}

.pw-testimonials .slick-next {
  left: 54%;
  transform: translateX(-54%);
  background-image: url(/Media/icons/slide-right-slider.svg);
}

.pw-home-stats {
  display: none !important;
}

.pw-home-how-it-work {
  display: none !important;
}

.pw-home-stats .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  position: static !important;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.pw-home-stats .slick-dots li {
  list-style: none;
  margin: 0 4px;
}

.pw-home-stats .slick-dots li button {
  background: var(--quaternary-color) !important;
  border: none;
  outline: none;
  opacity: 1 !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}

.pw-home-stats .slick-dots li.slick-active button {
  background: var(--primary-cta) !important;
  width: 35px !important;
  border-radius: 5px !important;
}

.pw-home-how-it-work .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  position: static !important;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.pw-home-how-it-work .slick-dots li {
  list-style: none;
  margin: 0 4px;
}

.pw-home-how-it-work .slick-dots li button {
  background: var(--quaternary-color) !important;
  border: none;
  outline: none;
  opacity: 1 !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}

.pw-home-how-it-work .slick-dots li.slick-active button {
  background: var(--primary-cta) !important;
  width: 35px !important;
  border-radius: 5px !important;
}


/* FAQ */

.pw-accordion {
  background: none !important;
  border: none;
  border-radius: none !important;
  border-bottom: 1px solid var(--light-background)
}

.pw-faq-container .accordion {
  width: 85%;
}

.pw-faq-container .faq {
  width: 100%;
}

.pw-accordion .accordion-button {
  border: none !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ced4e1 !important;
  font-weight: 500 !important;
  font-size: var(--small-fontSize);
  display: flex;
  align-items: center;
  padding: 10px 5px !important;
}

.pw-plus-minus-cions {
  margin-right: 10px;
}

.pw-accordion .accordion-body {
  padding: 10px 5px 10px 43px !important;
}

.pw-accordion .accordion-body,
.pw-accordion .accordion-body * {
  color: var(--primary-color);
  font-weight: 400;
  font-size: var(--small-fontSize);
}

.pw-accordion .accordion-button::after {
  content: none !important;
}

.pw-plus-minus-cions .pw-icon-style {
  padding: 17px;
}

.pw-toggleFaqs {
  border: 0;
  background: 0;
  outline: 0;
  font-size: var(--small-fontSize);
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pw-toggleFaqs {
  display: none;
  margin: 0 auto;
}

.toggle-content {
  display: block;
  background: var(--primary-gradient);
  padding: 7.5px 40px;
  font-size: var(--small-fontSize);
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 15px;
  color: #131a3d;
  margin: 20px auto;
}

.toggle-content:hover {
  box-shadow: 0 0 2px var(--primary-color);
}

.pw-accordion-btn.collapsed .pw-plus-minus-cions .plus-icon {
  display: block;
}

.pw-accordion-btn.collapsed .pw-plus-minus-cions .minus-icon {
  display: none;
}

.pw-accordion-btn:not(.collapsed) .pw-plus-minus-cions .plus-icon {
  display: none;
}

.pw-accordion-btn:not(.collapsed) .pw-plus-minus-cions .minus-icon {
  display: block;
}

.pw-accordion-btn .pw-plus-minus-cions .pw-icon-style {
  filter: brightness(0) saturate(100%) invert(83%) sepia(97%) saturate(1058%) hue-rotate(325deg) brightness(103%) contrast(101%) !important;
}

/*|-|-|-|-|-|-| WALLET-PAGE |-|-|-|-|-|-|*/

.pw-wallet-container {
  min-height: 400px;
  margin-top: 15px;
  padding: 20px 40px;
  background: var(--secondary-background);
}

.pw-wallet-navigation-div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(69 2 43 / 92%) 30%, rgba(31, 5, 30, 0.9));
}

.pw-wallet-navigation-dropdown {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 15px;
  background: var(--header-background);
}

.pw-wallet-navigation-dropdown i {
  padding: 6px;
  transition: 0.5s;
}

.up-arrow {
  rotate: 180deg;
  transition: 0.5s;
}

.pw-wallet-navigation-dropdown .pw-menu-btn {
  z-index: 5;
}

.pw-active-link-name {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 600;
  padding: 10px;
}

.pw-wallet-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5px 0;
  margin-bottom: 20px;
}

.pw-wallet-navigation span {
  display: block;
  width: 25%;
  text-align: center;
  color: var(--tertiary-color);
  padding-bottom: 10px;
  cursor: pointer;
}

.pw-wallet-navigation .pw-active-link {
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-cta);
}

.wallet-content {
  display: none !important;
}

.active-wallet-content {
  display: flex !important;
}

/*|-| BALANCE |-|*/
.pw-balance-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pw-balance-box {
  width: 100%;
  background: var(--primary-gradient);
  border-radius: 10px;
  padding: 15px;
}

.pw-withdw {
  width: 92%;
}

.pw-balance-box .coin-icon {
  padding: 20px;
  margin-right: 10px;
}

.pw-balance-box .pw-user-balance {
  font-size: 36px;
  margin: 0;
}

.pw-balance-box span {
  color: var(--primary-background);
  font-style: italic;
  font-size: var(--large-fontSize);
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
  font-weight: 200;
  font-weight: 600;
}

.pw-account-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
}

.pw-account-status-box {
  background: var(--promises-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  min-height: 120px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pw-account-status-box p {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 8px;
}

.pw-account-status-box p i {
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(103%);
}

.pw-status-amount {
  color: var(--primary-color);
  font-weight: 600;
  font-size: var(--medium-fontSize);
}

.pw-status-btn {
  margin-top: 15px;
  font-size: var(--small-fontSize);
  text-align: center;
  width: 100%;
  padding: 8px;
  white-space: nowrap;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  color: var(--secondary-background) !important;
  background: var(--primary-gradient);
}

/*|-| DEPOSIT-PAGE |-|*/

.pw-deposit-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--primary-background);
  padding: 30px 0;
}

.payment-progressBar-container {
  width: 92%;
  max-width: 750px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

.payment-progressBar {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 4px;
  border-radius: 10px;
  background: var(--tertiary-color);
}

.progressedBar {
  width: 13%;
  position: relative;
  background: var(--primary-cta);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}

.progressedBar span {
  position: absolute;
  left: 80%;
  top: 0;
  transform: translate(-80%, -45%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-cta);
}

.pw-deposit-progressBar {
  padding: 0 15px 20px;
  width: 100%;
  position: sticky;
  z-index: 5;
  top: 65px;
  background: var(--primary-background);
}

.progressedBar-offer {
  width: 50.5%;
}

.progressedBar-offer span {
  left: 90%;
  transform: translate(-90%, -45%);
}

.progressedBar-payment {
  width: 77%;
}

.progressedBar-payment span {
  left: 95%;
  transform: translate(-95%, -45%);
}

.progressedBar-completed {
  width: 100%;
}

.progressedBar-completed span {
  left: 100%;
  transform: translate(-100%, -45%);
}

.pw-progressBar-ranges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.pw-progressBar-ranges span {
  color: var(--tertiary-color);
  font-size: var(--small-fontSize);
}

.pw-active-range {
  color: var(--primary-color) !important;
}

.pw-deposit-container .coupan-box {
  max-width: 98%;
  margin: 0 auto;
  border: 2px solid var(--tertiary-color);
  border-radius: 4px;
  background: none;
}

.pw-deposit-container .coupan-box input.coupan-bg {
  background: no-repeat;
  border: none;
  padding: 15px 10px;
  font-weight: 600;
  color: var(--tertiary-color);
}

.coupan-btn {
  padding: 15px 50px;
  background-color: var(--primary-color);
  color: var(--header-background);
  font-weight: 700;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  box-shadow: none !important;
}

.coupan-rem {
  padding: 15px 40px;
  background-color: var(--primary-color);
  color: var(--header-background);
  font-weight: 700;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  box-shadow: none !important;
}

.coupan-btn:hover,
.coupan-rem:hover {
  background-color: var(--primary-color);
  color: var(--header-background);
}

.coupan-check {
  background-image: url(/Media/icons/check-mark.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: var(--tertiary-background);
  padding: 25px 74px 27px;
}

.coupan-check:hover {
  background-color: var(--tertiary-background);
}

.coupan-btn:disabled {
  background-color: var(--primary-color);
  color: var(--tertiary-color);
  opacity: 1;
}

.pw-deposit-container .coupan-box input.coupan-bg::placeholder {
  color: var(--tertiary-color);
}

.pw-deposit-container .coupan-box input.coupan-bg:focus {
  box-shadow: none;
}

/* < !-- INPUT-AMOUNT --> */
.pw-payment-method-container {
  width: 94%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pw-deposit-amount {
  width: 94%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.pw-deposit-heading {
  color: var(--primary-cta);
  font-size: var(--large-fontSize);
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}

.pw-withdrawal-heading {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}

.pw-input-amount input {
  padding: 10px;
  width: 100%;
  font-size: var(--medium-fontSize);
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 5px;
  border: 1px solid var(--primary-cta);
  outline: none !important;
  background: var(--input-background);
}

.pw-choose-amount-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.pw-selcect-amount-btn {
  border: none;
  outline: none;
  font-size: var(--medium-fontSize);
  font-weight: 600;
  color: var(--primary-color);
  background: var(--secondary-background);
  padding: 10px;
  border-radius: 5px;
  width: 18%;
  font-size: var(--medium-fontSize);
  text-align: center;
  white-space: nowrap;
}

.pw-active-btn {
  background: var(--primary-gradient);
  /* color: var(--primary-background); */
}

.pw-payment-method-container .payment-row-method .child-item {
  margin-bottom: 20px;
}

/* < !-- PAYMENT-METHOD --> */
.payment-row-method .col-lg-4 {
  margin-bottom: 20px;
}

.pw-payment-method {
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}

.pw-selected-method {
  border: 1px solid var(--secondary-cta);
  background: none;
}

.pw-payment-method img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.pw-method-name {
  font-size: var(--extraSmall-fontSize);
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--primary-color);
  text-align: center;
}

.pw-method-range {
  text-align: center;
  font-size: var(--extraSmall-fontSize);
  color: var(--primary-color);
  margin-bottom: 7.5px;
}

.pw-avail-method {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid var(--tertiary-color);
  padding-top: 4px;
}

.pw-avail-method p {
  font-size: var(--extraSmall-fontSize);
  color: var(--secondary-cta);
  margin: 0;
}

.pw-avail-method span {
  margin-left: 5px;
  font-size: var(--small-fontSize);
  font-weight: 700;
  padding-bottom: 2px;
  color: var(--secondary-cta);
}

.pw-back-continue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 0;
  width: 92%;
}

.pw-alert-text {
  font-size: var(--small-fontSize);
  font-weight: 600;
  text-align: left;
  color: #54B97A;
}

.pw-payment-method-container .pw-alert-text {
  color: #54B97A;
}

.payment-back-btn,
.payment-continue-btn {
  width: 48%;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
  font-weight: 600;
}

.payment-continue-btn {
  border: 2px solid var(--quaternary-color);
  color: var(--primary-color);
  background: var(--primary-cta);
}

.payment-back-btn {
  background: none;
  border: 2px solid var(--tertiary-color);
  color: var(--tertiary-color);
  outline: none;
}

/* < !-- SELECT-OFFERS --> */
.pw-bonus-container {
  width: 94%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pw-bonuses {
  display: flex;
  /* flex-wrap: nowrap !important; */
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
  overflow-x: auto;
  justify-content: flex-start;
}

.pw-bonus {
  min-width: 33%;
  position: relative;
  margin-bottom: 15px;
  margin-right: 2.5%;
  border: 2px solid transparent;
  border-radius: 5px;
  min-height: 172px;
  max-height: 172px;
}

.pw-deposit-coupon-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pw-header-right,
.pw-slide-seeAll {
  display: flex;
  align-items: center;
}

.deposit-slide-div .pw-slide-seeAll {
  margin-bottom: 15px;
}

.pw-slider-left,
.pw-slider-right {
  border-radius: 5px;
  border: 1px solid var(--secondary-cta);
  background: var(--light-background);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.pw-bonus-selected {
  border: 1px solid var(--secondary-cta);
}

.pw-bonus input {
  position: absolute;
  opacity: 0;
}

.pw-bonus label {
  display: block;
  width: 100%;
  height: 100%;
}

.pw-bonus label img {
  width: 100%;
  height: 100%;
}

.pw-bonus label img:hover {
  cursor: pointer;
}

.pw-bonus-container .pw-alert-text {
  color: var(--tertiary-color);
}

/* < !-- MANUAL-BANK --> */
.pw-manual-bank-container {
  margin-top: 40px;
  width: 94%;
}

.pw-manual-input-box {
  width: 100%;
  margin: 15px auto;
}

.pw-manual-input-box label {
  font-size: var(--small-fontSize);
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.pw-manual-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  border: 1px solid #cbcdd6;
  background: var(--secondary-color);
  text-align: center;
  padding: 12px 15px;
  border-radius: 10px;
  width: 100%;
  font-size: var(--small-fontSize);
  font-weight: 600;
  letter-spacing: 1.5px;
}

.pw-manual-input input {
  border: none;
  outline: none;
  background: none;
  color: var(--tertiary-color);
  width: 100%;
  font-size: var(--small-fontSize);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pw-manual-bank-container .pw-manual-input {
  background: var(--secondary-color) !important;
}

.pw-manual-bank-container .pw-manual-input.pw-utr {
  background: var(--primary-color) !important;
}

.pw-manual-bank-container .pw-manual-input .copy-icon {
  padding: 12px;
}

/* 
.copy-icon-span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-manual-input .copy-icon-span:hover {
  box-shadow: 0 0 10px #000;
} */

.pw-manual-input-box .pw-utr {
  background: var(--primary-color);
  border: 2px solid var(--primary-cta)
}

.pw-manual-input-box .pw-utr input {
  color: var(--secondary-background);
}

.pw-deposit-instruction {
  margin-top: 20px;
  position: relative;
  border-radius: 8px;
  border: 2px solid var(--tertiary-color);
  padding: 15px;
  background: var(--light-background);
}

.pw-deposit-instruction .info-icon {
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 10px;
  margin-top: 6px;
}

.pw-deposit-instruction ul {
  padding-left: 2.5rem;
  margin-bottom: 0;
}

.pw-deposit-instruction ul li {
  font-weight: 400;
  font-size: var(--small-fontSize);
  color: var(--primary-color);
  margin-bottom: 5px;
}

.pw-deposit-instruction ul li:last-child {
  margin-bottom: 0;
}


/* < !-- UPI-BANK --> */

.pw-upiPayment-container {
  width: 94%;
}

.pw-upi-info {
  margin-top: 30px;
}

.pw-upi-info p {
  font-size: var(--small-fontSize);
  font-weight: 500;
  text-align: left;
  color: var(--secondary-color);
  margin: 0;
}

.pw-upi-info p:last-child {
  color: var(--quaternary-color);
}

.pw-upi-scanner-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.pw-upi-scanner-box img {
  width: 224px;
  height: 237px;
  border-radius: 5px;
}

.pw-complete-deposit-btn {
  background: var(--primary-cta);
  border: 2px solid var(--quaternary-color);
  width: 100%;
  color: var(--primary-color);
  border-radius: 5px;
  padding: 10px;
  font-size: var(--small-fontSize);
  font-weight: 600;
  margin-top: 30px;
}

.complete-deposit-new {
  width: 100%;
}

.payment-back-btn,
.pw-complete-deposit-new-btn {
  width: 48%;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
  font-weight: 600;
}

.pw-complete-deposit-new-btn {
  border: 2px solid var(--quaternary-color);
  color: var(--primary-color);
  background: var(--primary-cta);
}

.payment-continue-btn:disabled,
.payment-continue-btn.disabled {
  opacity: 1 !important;
}

.pw-upiPayment-container .pw-complete-deposit-btn {
  margin-top: 100px;
}

.pw-manual-input.pw-upi-bg {
  background: var(--secondary-color) !important;
}

/*|-| WITHDRAWAL-PAGE |-|*/
.pw-withdraw-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--primary-background);
  padding: 30px 0;
}

.pw-select-bank-slider-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

.pw-select-bank {
  margin-top: 40px;
  width: 92%;
  margin-bottom: 20px;
}

.pw-banks {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 5px 0;
}

.pw-bank-slider {
  display: none !important;
}

.pw-bank-slider .pw-bank-box:not(:last-child) {
  margin-right: 0 !important;
}

.pw-bank-slider .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  position: static !important;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.pw-bank-slider .pw-bank-box {
  height: 150px !important;
}

.pw-bank-slider .slick-dots li {
  list-style: none;
  margin: 0 4px;
}

.pw-bank-slider .slick-dots li button {
  background: var(--quaternary-color) !important;
  border: none;
  outline: none;
  opacity: 1 !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}

.pw-bank-slider .slick-dots li.slick-active button {
  background: var(--primary-cta) !important;
  width: 35px !important;
  border-radius: 5px !important;
}

.pw-select-bank-slider-header p {
  margin-bottom: 0;
}

.pw-bank-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-width: 300px;
  position: relative;
  border-radius: 15px;
  height: 200px !important;
  background: var(--tertiary-background);
  cursor: pointer;
  overflow: hidden;
}

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

.pw-bank-selected {
  border: 2px solid var(--secondary-cta);
}

.pw-bank-box:nth-child(even) {
  background: var(--tertiary-color);
}

.pw-bank-box img {
  right: 0;
  top: 0;
  position: absolute;
}

.pw-bank-details {
  width: 100%;
  overflow: hidden;
}

.pw-bank-details p {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.pw-bank-name {
  letter-spacing: 1px;
  font-size: var(--small-fontSize);
  overflow: hidden;
  overflow-x: hidden;
}

.pw-acc-num {
  letter-spacing: 1.5px;
  font-size: var(--extraLarge-fontSize);
}

p.pw-bank-name:hover {
  overflow-x: auto;
  overflow: auto;
  scrollbar-color: var(--secondary-cta) #fbc9328f;
}

p.pw-bank-name:hover {
  overflow-x: auto;
}

p.pw-bank-name::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fbc93200;
  border-radius: 10px;
}

p.pw-bank-name::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  background: var(--secondary-cta);
  border-radius: 10px;
}

.pw-bank-box-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--quaternary-background);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.pw-bank-box-bot p {
  margin: 0;
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 500;
}

.pw-bank-box-bot span {
  rotate: 180deg;
}

.pw-bank-box-bot i {
  padding: 5px;
}

.pw-alert-text {
  margin-top: 10px;
}

.pw-withdraw-container .pw-manual-input-box {
  width: 92%;
}

.pw-manual-input-box label {
  margin-bottom: 10px;
}

.pw-manual-input-box .pw-manual-input {
  background: var(--input-background)
}

.pw-manual-input-box .pw-manual-input input {
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--secondary-background);
  font-size: var(--medium-fontSize);
}

.pw-withdraw-container .pw-complete-deposit-btn {
  width: 92%;
}

.add-new-account {
  background: none;
  border: none;
  outline: none;
  font-size: var(--medium-fontSize);
  font-weight: 600;
  text-align: center;
  color: var(--primary-cta);
  margin-top: 25px;
}

.cancel-new-account {
  background: none;
  border: none;
  outline: none;
  font-size: var(--medium-fontSize);
  font-weight: 600;
  text-align: center;
  color: var(--tertiary-background);
  margin-top: 25px;
}

.add-newAccount-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.add-newAccount-details .pw-manual-input {
  padding: 8px 15px;
}

.add-newAccount-details .pw-manual-input input {
  font-size: var(--small-fontSize);
}


/*|-|-|-| FOOTER |-|-|-|*/

.pw-footer {
  width: calc(100% + 40px);
  margin-left: -20px;
  background: var(--primary-background);
  padding: 4em 0 1em;
  color: var(--primary-color);
}

.pw-useful_box .heads img {
  width: 100%;
  margin-bottom: 10px;
}

.pw-footer .pw-useful_box p {
  font-size: var(--extraSmall-fontSize);
  text-align: left;
  color: var(--secondary-color);
}

.pw-social_links {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}

.pw-social_links li {
  list-style: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.pw-social_links li a img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(87%) sepia(76%) saturate(5237%) hue-rotate(325deg) brightness(103%) contrast(101%);
}

.pw-social_links li:not(:last-child) {
  margin-right: 7.5px;
}

.pw-social_links li a {
  color: var(--header-background);
  text-decoration: none;
}

.pw-useful_links {
  margin: 0;
  padding: 0;
}

.pw-useful_links li {
  margin-bottom: 10px;
  list-style: none;
  font-size: var(--small-fontSize);
}

.pw-useful_links li a {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  text-decoration: none;
}

.pw-useful_links li a:hover {
  color: var(--primary-cta);
}

.pw-footer .game_studios {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.footer-bottom {
  margin-top: 15px;
}

.footer-bottom p {
  font-size: var(--small-fontSize);
  color: var(--secondary-color);
}

/* LOGIN-MODAL */

.modal-dialog {
  max-width: none !important;
  justify-content: center;
}

.modal-content {
  width: 800px !important;
  background: linear-gradient(var(--header-background), var(--secondary-background)) !important;
  overflow: hidden;
  position: relative;
  min-height: 420px !important;
}

.custom-form-padding {
  z-index: 5;
  position: relative;
}

.otp_bggg {
  display: none;
}

.modal-img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
}

.modal-content .login_bggg h3,
.modal-content .otp_bggg h3,
.modal-content .join_otp h3,
.modal-content .join_send_otp h3 {
  color: var(--primary-color);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
}

.modal-content .login_bggg p,
.modal-content .otp_bggg p,
.modal-content .join_otp p,
.modal-content .join_send_otp p {
  margin-bottom: 5px;
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-align: left;
}

.modal-content .log_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.9;
}

.modal-body {
  padding: 0;
  position: static !important;
}

.modal-content .form_control input {
  padding: 10px 16px;
  background: var(--input-background);
  font-weight: 600;
  letter-spacing: 10px;
  box-shadow: none;
}

.modal-content .form_control input#promocode {
  letter-spacing: normal !important;
}

.modal-content .form_control input::placeholder {
  letter-spacing: 2px;
}

.modal-content .actn {
  margin-top: 30px;
}

.modal-content .actn p {
  font-size: var(--medium-fontSize);
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
}

.modal-content .actn p a,
.pw-mobile-numText a {
  text-decoration: none;
  font-weight: 700;
  color: var(--secondary-cta) !important;
}

.pw-payment-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
}

.payments .payment_card {
  max-width: 400px;
}

.inProgress {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.inProgress img {
  width: 20%;
}

.modal-content .btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(121deg) brightness(104%) contrast(105%);
  background-image: url(/Media/icons/cross.svg) !important;
  opacity: 0.75 !important;
  position: absolute;
  left: 100%;
  top: 2%;
  left: 98%;
  transform: translateX(-98%);
  border: 2px solid var(--primary-color);
  padding: 7.5px;
  z-index: 6;
  border-radius: 50%;
}

.modal-content .btn-close:hover {
  opacity: 1 !important;
}

.modal-backdrop.fade.show {
  display: none !important;
}

.modal-content .btn.btn-danger.w-100 {
  color: var(--primary-color);
  border: 2px solid var(--quaternary-color);
  font-weight: 600;
  background: var(--primary-cta);
  margin-top: 20px;
  padding: 12px;
  box-shadow: none !important;
}

.modal-content .btn.btn-danger.w-100.disabled,
.modal-content .btn.btn-danger.w-100:disabled {
  background: #cbb030;
  opacity: 1;
}

.custom-form-padding {
  padding: 30px 30px 30px 0;
}

.pw-mobile-numText {
  color: var(--secondary-color) !important;
  margin-bottom: 40px !important;
}

.join_otp .form_control.otp_input,
.otp_bggg.login-otp .form_control.otp_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join_otp .form_control.otp_input input,
.otp_bggg.login-otp .form_control.otp_input input {
  width: 14%;
  height: 50px;
  padding: 5px;
  border: 0;
  outline: none;
  box-shadow: none !important;
  border-radius: 8px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0;
}

.modal-content .join_otp h3,
.modal-content .otp_bggg h3 {
  margin-bottom: 8px;
}

.pw-resend-otp {
  display: flex;
  width: 100%;
  margin-top: 15px;
  color: var(--primary-color);
  font-size: var(--small-fontSize);
}

.pw-resend-otp a {
  text-decoration: none;
  font-weight: 700;
  color: var(--secondary-cta) !important;
  margin-left: 5px;
}

.pw-resend-otp-timer {
  margin-top: 10px;
  text-align: center !important;
  font-weight: 700;
  color: var(--secondary-cta) !important;
}

.error,
.text-danger,
.error_message,
#amount_error {
  display: block;
  margin-top: 8px;
  margin-left: 5px;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: left !important;
  color: var(--primary-error) !important;
}

.errorBorder {
  border: 2px solid var(--primary-error) !important;
  border-radius: 10px;
}

.referal-code-text {
  margin-top: 25px;
}

.referal-code-text span {
  color: var(--tertiary-color);
}

.pw-table-container .i_delete {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#deleteModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  pointer-events: auto;
  background: var(--primary-color) !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  min-height: 135px !important;
}

#deleteModal h4.modal-title {
  font-size: var(--small-fontSize);
}

#deleteModal .modal-body h5 {
  font-size: var(--small-fontSize);
  margin-top: 14px;
}

#deleteModal .modal-footer {
  padding: 3px;
}

/* |-|-| DATA-TABLE |-|-| */
.game-history-heading {
  font-size: var(--medium-fontSize);
  color: var(--primary-color);
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  width: 150px;
  margin: 20px auto;
  border-bottom: 2px solid var(--secondary-cta);
}

.pw-table-container {
  width: 100%;
  overflow: hidden;
}

.pw-dataTable {
  width: 100%;
  overflow-x: auto;
  margin-top: 20px;
  padding: 0 20px;
  scrollbar-color: var(--tertiary-background) var(--secondary-background);
  scrollbar-width: thin
}

.pw-dataTable::-webkit-scrollbar {
  width: 5px;
  background: var(--secondary-background);
  border-radius: 10px
}

.pw-dataTable::-webkit-scrollbar-thumb {
  width: 5px;
  background: var(--tertiary-background);
  border-radius: 10px
}

.btn-action.btn-show-child {
  background: var(--primary-cta);
  color: var(--header-background);
  font-size: var(--small-fontSize);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.pw-dataTable table {
  min-width: 400px;
}

#deleteModal .modal-dialog {
  max-width: 500px !important;
  margin: 1.75rem auto;
}

.nested-table>:not(caption)>*>*,
.pw-dataTable .table>:not(caption)>*>* {
  padding: 0.3rem;
  color: var(--primary-color);
  background: none !important;
  font-size: var(--extraSmall-fontSize);
  border-bottom-width: 1px;
  box-shadow: none !important;
}

.nested-table {
  border: none;
  margin: 1rem 0.5rem;
}

.pw-dataTable th {
  white-space: nowrap;
}

/* Sticky-Footer */

.pw-sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgb(44 6 43 / 90%) 30%, rgb(69 2 43 / 92%));
  padding: 10px 20px;
  z-index: 998;
}

.pw-sticky-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-color);
  font-size: var(--extraSmall-fontSize);
}

.pw-sticky-footer a span {
  color: var(--primary-color);
}

.pw-sticky-footer a i {
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7493%) hue-rotate(254deg) brightness(121%) contrast(96%);
  padding: 12px;
  margin-bottom: 8px;
}

.pw-sticky-footer a i.crazy-time-icon {
  filter: none !important;
  padding: 15px;
  margin-bottom: 2px;
}

.active-wallet-content.blks {
  display: block !important;
}

.pw-support-btn i {
  padding: 12px;
  margin-bottom: 8px;
}

.pw-support-btn {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-color);
  font-size: var(--extraSmall-fontSize);
}

/* |-|-|-| pw-paymentHistory-container |-|-|-| */

.pw-paymentHistory-container {
  background: var(--primary-background);
}

.pw-payment-history-tabs {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.pw-payment-history-tabs button {
  width: 50%;
  text-align: center;
  border: none;
  outline: none;
  padding: 10px 0px;
  background: none;
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 600;
  cursor: pointer;
}

.rv-bg-color:hover {
  background-color: transparent;
}

.pw-payment-history-tabs button.btn-active {
  border-bottom: 2px solid var(--secondary-cta);
}

/* pw-profile-container */

.mobile-tab {
  display: none;
}

.pw-profile-container {
  margin: 10px auto;
}

.pw-profile-container .pw-manual-input-box {
  margin: 10px auto;
}

.pw-profile-container .pw-manual-input {
  padding: 8px 12px;
}

.pw-profile-container .pw-manual-input input::placeholder {
  font-size: var(--small-fontSize);
}

.pw-profileupdate-btn {
  text-decoration: none;
  color: var(--primary-color) !important;
  background: var(--primary-cta);
  border: 0;
  outline: 0;
  float: right;
  cursor: pointer;
  margin-top: 15px;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: var(--small-fontSize);
  font-weight: 600;
}

/*|-|-| PW-TEXT-CONTENT |-|-|*/

.pw-text-content {
  margin: 20px auto;
  height: 100%;
}

.pw-text-content * {
  font-size: var(--small-fontSize);
  text-align: justify;
  color: var(--primary-color);
}

.pw-text-content h1 {
  font-size: var(--extraLarge-fontSize);
  font-weight: 700;
  text-align: center;
  color: var(--tertiary-color);
}

.show-less-content {
  height: 500px;
  overflow: hidden;
}

/* |-|-|-|-|  NEW-SLIDER-CODE  |-|-|-|-| */
.pw-slider {
  width: 90% !important;
  margin: 0 auto;
}

.pw-slider .slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}

.pw-slider .slick-list.draggable {
  padding: 20px 0px 0 !important;
}

.pw-slider .slick-slide {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.pw-slider .slick-slide:not(.slick-current) {
  filter: brightness(0.5);
}

.pw-slider .slick-slide.slick-current {
  transform: scale(2.2, 1.5);
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 9px var(--primary-cta);
  border-radius: 5px;
}

.pw-slider .slick-slide img {
  width: 100%;
  min-height: 150px;
  border-radius: 5px;
}

.pw-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: var(--primary-color);
  font-family: monospace;
  font-size: 5rem;
  z-index: 300;
  outline: none;
}

.pw-slider .slick-prev {
  left: -40px;
  text-align: left;
}

.pw-slider .slick-next {
  right: -52px;
  text-align: right;
}

.pw-slider .slick-arrow img {
  max-width: 100%;
  width: auto;
  display: block !important;
  cursor: pointer;
}

.pw-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.pw-slider ul.slick-dots li {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  opacity: 1;
  padding: 0;
  cursor: pointer;
}

.pw-slider ul.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--quaternary-color);
  border: unset;
  display: block;
  font-size: 0;
  padding: 0;
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.pw-slider ul.slick-dots li.slick-active {
  width: 28px;
  height: 2px;
}

.pw-slider ul.slick-dots li.slick-active button {
  width: 28px;
  border: 4px solid var(--primary-cta);
  border-radius: 5px;
  background: var(--primary-cta);
}

/* |-|-|-|-|  NEW-SLIDER-CODE-END  |-|-|-|-| */


/* deposit success  */

.pw-container {
  max-width: 480px;
  margin: 40px auto;
  background-color: var(--primary-color);
  box-shadow: 0px 13.3231px 39.9694px rgba(170, 170, 170, 0.12);
  border-radius: 32px;
  min-width: 480px;
}

.pw-success-box {
  text-align: center;
  padding: 32px;
  border-bottom: 1.6px solid var(--primary-color);
}

.pw-img-box {
  width: 93px;
  margin: 0 auto;
  background: var(--quaternary-color);
  border-radius: 50%;
  padding: 22px 0px;
  margin-bottom: 33px;
}

.pw-img-box-fail {
  width: 93px;
  margin: 0 auto;
  background: #f6d3d3;
  border-radius: 50%;
  padding: 22px 0px;
  margin-bottom: 33px;
}

.pw-content h3 {
  color: var(--quaternary-background);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pw-content h2 {
  color: var(--secondary-background);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.pw-detail-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1.6px dashed var(--primary-color);
  padding: 23px 32px 23px 32px;
}

.pw-detail-box .col-left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.pw-detail-box .col-right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.payment-status-urls {
  margin: 20px auto;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #877f24;
}

.payment-status-urls a {
  text-decoration: none;
  background-color: var(--secondary-color);
  color: var(--header-background);
  font-size: var(--small-fontSize);
  padding: 8px 25px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  min-width: 135px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.payment-status-urls a:last-child {
  color: var(--secondary-cta);
  background-color: var(--header-background);
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.pw-detail-box .col-left h5 {
  font-size: var(--medium-fontSize);
  color: var(--tertiary-color);
  line-height: 16px;
  font-weight: 500;
}

.pw-detail-box .col-right h6 {
  color: var(--secondary-background);
  font-weight: 600;
  font-size: var(--small-fontSize);
  text-align: right;
}

.pw-detail-box .col-left h5:not(:last-child) {
  margin-bottom: 16px;
}

.pw-detail-box .col-right h6:not(:last-child) {
  margin-bottom: 15px;
}

.pw-fees {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 23px 32px 23px 32px;
}

.pw-fees .col-l {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.pw-fees .col-r h6:not(:last-child) {
  margin-bottom: 16px;
}

.pw-fees .col-l h5 {
  font-size: var(--small-fontSize);
  color: var(--tertiary-color);
  line-height: 16px;
  font-weight: 500;
}

.pw-fees .col-r h6 {
  color: var(--secondary-background);
  font-weight: 600;
  font-size: var(--small-fontSize);
  text-align: right;
}

.pw-fees .col-r {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.pw-fees .col-l h5:not(:last-child) {
  margin-bottom: 18px;
}

.pw-btn a {
  text-align: center;
  color: var(--tertiary-background);
  font-size: var(--extraLarge-fontSize);
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
}

.pw-btn a img {
  margin-right: 10px;
}

.pw-btn {
  text-align: center;
  margin-top: 30px;
}

/* deposit failure */

.pw-container-failure {
  max-width: 480px;
  margin: 0 auto;
  background-color: var(--primary-color);
  box-shadow: 0px 13.3231px 39.9694px rgba(170, 170, 170, 0.12);
  border-radius: 32px;
  min-width: 480px;
  top: 30px;
  position: relative;
}

.pw-failure-box {
  text-align: center;
  padding: 32px;
  border-bottom: 1.6px solid var(--primary-color);
}

.pw-failure-img-box {
  width: 93px;
  margin: 0 auto;
  background: rgb(255 105 97 / 50%);
  border-radius: 50%;
  padding: 22px 0px 21px;
  margin-bottom: 33px;
}

.pw-failure-content h3 {
  color: var(--quaternary-background);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pw-failure-content h2 {
  color: var(--secondary-background);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.pw-failure-detail-box {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: stretch;
  justify-content: center;
  border-bottom: 1.6px dashed var(--primary-color);
  padding: 23px 32px 23px 32px;
}

.pw-failure-detail-box .left-col {
  width: 50% !important;
}

.pw-failure-detail-box .right-col {
  width: 50% !important;
}

.pw-failure-detail-box .left-col h5 {
  font-size: var(--small-fontSize);
  color: var(--tertiary-color);
  line-height: 16px;
  font-weight: 500;
}

.pw-failure-detail-box .right-col h6 {
  color: var(--tertiary-color);
  font-weight: 600;
  font-size: var(--small-fontSize);
  text-align: right;
}

.pw-failure-detail-box .left-col h5:not(:last-child) {
  margin-bottom: 16px;
}

.pw-failure-detail-box .right-col h6:not(:last-child) {
  margin-bottom: 16px;
}

.pw-failure-fees {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 23px 32px 23px 32px;
}

.pw-failure-fees .col-l {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.pw-failure-fees .col-r h6:not(:last-child) {
  margin-bottom: 16px;
}

.pw-failure-fees .col-l h5 {
  font-size: var(--small-fontSize);
  color: var(--tertiary-color);
  line-height: 16px;
  font-weight: 500;
}

.pw-failure-fees .col-r h6 {
  color: var(--tertiary-color);
  font-weight: 600;
  font-size: var(--small-fontSize);
  text-align: right;
}

.pw-failure-fees .col-r {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.pw-failure-fees .col-l h5:not(:last-child) {
  margin-bottom: 18px;
}

.pw-failure-btn a {
  text-align: center;
  color: var(--tertiary-background);
  font-size: var(--extraLarge-fontSize);
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
}

.pw-failure-btn {
  margin-top: 55px;
  text-align: center;
}

.pw-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.pw-pagination button {
  background: var(--primary-cta) !important;
  border-radius: 4px;
  padding: 8px 25px;
  cursor: pointer;
  color: var(--primary-background) !important;
  font-size: var(--small-fontSize);
  font-weight: 600;
}

.pw-pagination button:not(:last-child) {
  margin-right: 10px;
}

/*------ profile form starts here ------*/
.pw-profile-container ul.pw-nav {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.pw-profile-container ul.pw-nav li.pw-nav-item {
  color: var(--tertiary-color);
  font-size: var(--small-fontSize);
  line-height: 48px;
  font-weight: 500;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
}

.pw-tabber {
  background-color: var(--secondary-background);
  padding: 35px 48px;
}

.pw-pane-child {
  background-color: var(--primary-background);
  padding: 20px 48px;
}

.pw-pane-child label {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  width: 100%;
  margin-bottom: 10px;
}

.pw-pane-child input {
  background-color: var(--input-background) !important;
  border-radius: 8px;
  width: 100% !important;
  padding: 5px 14px;
  margin-bottom: 15px;
  font-size: var(--large-fontSize);
  font-weight: 600;
  outline: none;
  color: var(--secondary-background);
}

.pw-dob {
  width: 100%;
}

.pw-pholder input::placeholder {
  color: var(--tertiary-color) !important;
}

.pw-pane-child .pw-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pw-code {
  -ms-flex-preferred-size: 246px;
  flex-basis: 246px;
  margin-right: 40px;
  position: relative;
}

.pw-code input::placeholder {
  margin-left: 30px;
}

.pw-code img {
  position: absolute;
  left: 15px;
  top: 38px;
  width: 28px;
}

.pw-code input#pw-number {
  padding: 4px 14px 4px 46px;
}

.pw-flex .pw-number {
  -ms-flex-preferred-size: calc(100% - 286px);
  flex-basis: calc(100% - 286px);
}

.pw-pane-child input[type="submit"] {
  background-color: var(--primary-cta) !important;
  border: 2px solid var(--quaternary-color);
  border-radius: 4px;
  font-size: var(--large-fontSize);
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 20px;
  padding: 15px 14px;
}

.pw-profile-container ul.pw-nav li.pw-nav-item.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-cta);
}

.pw-pane-child.new-padd {
  padding: 48px;
}

.pw-pane-child ul.pw-item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-background);
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.pw-pane-child ul.pw-item li {
  color: var(--primary-color);
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
}

.pw-dob input[type="date"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.pw-dob input[type="date"]:after {
  position: absolute;
  width: 1px;
  height: 30px;
  content: "";
  background-color: var(--secondary-color);
  right: 52px;
  top: 5px;
}

.pw-dob input[type="date"]::-webkit-date-and-time-value {
  text-align: left !important;
}

.pw-dob input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

.pw-dob input[type="date"]::before {
  position: absolute;
  content: "";
  top: 0;
  right: 6px;
  bottom: 0;
  width: 40px;
  height: auto;
  background-image: url(/Media/icons/calender.svg) !important;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  background-position: center;
  cursor: pointer;
}

.pw-dob input[type=date]::-webkit-datetime-edit {
  text-align: left !important;
}

.pw-user input:disabled::placeholder {
  color: var(--secondary-background) !important;
  opacity: 1 !important;
}

.pw-pane-child input:disabled {
  opacity: 0.9 !important;
}

.khel-signUp-link a#changePswd-btn {
  text-align: center;
  text-decoration: none;
  color: var(--primary-cta);
  cursor: pointer;
  font-weight: 700;
  border-bottom: 2px solid var(--primary-background);
}

.khel-signUp-link a#changePswd-btn:hover {
  border-bottom: 2px solid var(--primary-cta);
}

.khel-signUp-link {
  text-align: center;
}

.khel-change-pwd.show {
  display: block;
}

.khel-change-pwd .pwd-box {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0;
}

.khel-password-box {
  margin-top: 59px;
  box-shadow: none !important;
  padding: 0 !important;
}

.khel-change-pwd .modal-content {
  width: 500px !important;
}

.khel-password-box .custom_form {
  padding: 0px 30px;
  box-shadow: none !important;
}

.khel-password-box h3 {
  text-align: center !important;
  width: 100%;
  font-style: normal !important;
  font-weight: 600 !important;
  color: var(--primary-cta) !important;
}

.ba-number-login-box.khel-pwd-design {
  position: relative;
  margin-top: 20px;
}

.khel-change-pwd input {
  background-color: var(--input-background) !important;
  border-radius: 8px;
  width: 100% !important;
  padding: 10px 14px;
  font-size: var(--small-fontSize);
  font-weight: 600;
  outline: none;
  color: var(--secondary-background);
}

.khel-change-pwd input::placeholder {
  color: var(--secondary-background);
}

.khel-change-pwd .btn-changePswd {
  background-color: var(--primary-cta) !important;
  border: 2px solid var(--quaternary-color);
  border-radius: 4px;
  font-size: var(--large-fontSize);
  font-weight: 600;
  color: var(--primary-color);
  padding: 15px 14px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

/*----- Profile form ends here ------*/

/*------ files upload starts from here ----*/

.pw-col-left {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  text-align: center;
  position: relative;
}

#pw-card-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 656px;
  margin: 0 auto;
}

.pw-profile-container ul.pw-nav li.pw-nav-item:hover {
  color: var(--primary-color);
}

.pw-col-right {
  -ms-flex-preferred-size: 43.9%;
  flex-basis: 43.9%;
  text-align: center;
  position: relative;
}

.pw-col-left h3 {
  font-size: var(--medium-fontSize);
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.pw-col-left:not(:nth-child(3n+3)) {
  margin-right: 8%;
}

#pw-card-flex .pw-verification-form {
  background: var(--secondary-background);
  border: 1px dashed var(--secondary-cta);
  border-radius: 12px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  min-height: 208px;
  max-height: 208px;
}

#pw-card-flex img.verify_input_img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  max-height: 208px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 2;
}

#pw-card-flex .pw-verification-form input[type="file"] {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

#pw-card-flex img {
  max-width: 100%;
  border-radius: 12px;
}

#pw-card-flex h4 {
  font-size: var(--extraLarge-fontSize);
  color: var(--primary-color);
  line-height: 32px;
  font-weight: 500;
}

#pw-card-flex p {
  max-width: 175px;
  font-size: var(--medium-fontSize);
  margin: 10px auto;
  margin-bottom: 26px;
  line-height: 16px;
  color: var(--secondary-color);
}

#pw-card-flex p.pw-file-type {
  font-weight: 500;
  font-size: var(--extraSmall-fontSize);
  line-height: 16px;
  margin-bottom: 8px;
}

.pw-card-sub {
  margin-top: 250px;
  text-align: center;
  background-color: #cbb030;
  border: 2px solid var(--quaternary-color);
  border-radius: 4px;
  padding: 9px 16px;
  cursor: pointer;
}

.pw-card-sub a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
  font-size: var(--medium-fontSize);
  line-height: 24px;
}

.pw-pane-child ul.pw-item li.active {
  color: var(--primary-background);
  background: var(--primary-gradient);
  border-radius: 8px;
  padding: 6px 16px;
  font-weight: 700;
}

/*----- files upload ends here --------*/

/* transaction status  */
.pw-detail-box-transaction {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  border: 1.6px dashed var(--primary-color);
  padding: 23px 32px 23px 32px;
}

p.pw-ce-align {
  text-align: center;
}

.pw-output {
  padding: 23px 32px 23px 32px;
}


.page-item.disabled .page-link {
  background-color: var(--primary-cta);
  border: 2px solid var(--quaternary-color);
  color: var(--primary-color);
  opacity: 0.75;
}

.page-item .page-link {
  background-color: transparent;
  border: 2px solid var(--quaternary-color);
  color: var(--primary-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 4px 20px;
}

.page-item.active .page-link {
  cursor: pointer;
  background-color: var(--primary-cta);
  border-color: var(--quaternary-color);
}

.page-item .page-link:hover {
  background-color: var(--primary-cta);
}

.page-item.active .page-link:hover {
  background-color: transparent;
}

.pw-promo .card-face {
  background: var(--light-background);
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.pw-promo .promp_thumb img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
}

.pw-promo .promp_thumb .pw-sub-title p {
  color: var(--primary-color);
  font-size: var(--extraSmall-fontSize);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.pw-promo .promotionContainer {
  margin-top: 30px;
}

.pw-promo .promotionBottomBtns {
  background: none;
  border: none;
  outline: none !important;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: var(--extraSmall-fontSize);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--secondary-cta);
  position: absolute;
  display: inline-block;
  bottom: 45px;
}

.pw-promo .promo-btn {
  text-decoration: none;
  display: inline-block;
  width: 95%;
  text-align: center;
  padding: 5px 10px;
  font-size: var(--extraSmall-fontSize);
  font-weight: 700;
  color: var(--secondary-background) !important;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-cta);
  border-radius: 8px;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 0 !important;
  position: absolute;
  bottom: 10px;
}

.pw-promo .promo-btn:hover {
  background: var(--primary-color);
  box-shadow: 0px 0px 10px 0px var(--primary-color);
  border-color: var(--secondary-cta);
}

.pw-promo .promotionBottomBtns:hover {
  color: var(--secondary-cta);
  background-color: transparent;
}

.pw-promo .promotionBottomBtns:focus {
  box-shadow: none;
}

.promo_category span {
  color: var(--primary-color);
  display: block;
  font-size: var(--extraSmall-fontSize);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.pw-promo-modal .pw-aligns,
.pw-promo-modal .pw-aligns * {
  text-align: left !important;
}

.pw-promo-myNotes.pw-aligns,
.pw-promo-myNotes.pw-aligns * {
  text-align: left !important;
}

/*|-| DEPOSIT UPI MODAL STARTS HERE  |-|*/

.pw-next-div i.pw-space {
  margin-left: 10px;
  cursor: pointer;
}

.tag-line p {
  text-align: left;
  color: var(--primary-color);
}

.pw-depo-mod {
  padding: 20px 40px;
  width: 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: var(--secondary-background);
  z-index: 99999;
}

.pw-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.pw-main-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 30px;
}

.pw-main-flex .pw-depo-box {
  -ms-flex-preferred-size: 30.333%;
  flex-basis: 30.333%;
}

.pw-main-flex .pw-depo-box:not(:nth-child(3n+3)) {
  margin-right: 4%;
}

.pw-main-flex .pw-depo-box img {
  width: 100%;
  height: auto;
  min-height: 338px;
  max-height: 338px;
}

.pw-main-flex .pw-depo-box p {
  color: var(--primary-color);
  text-align: center;
  border-bottom: 1px solid var(--bs-blue);
  padding-bottom: 8px;
}

.pw-depo-mod .close {
  position: absolute;
  right: 2px;
  top: -18px;
  cursor: pointer;
}

ul.pw-depo-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

ul.pw-depo-lists li.pw-depo-item {
  width: 33.333%;
  display: block;
  text-align: center;
  color: var(--tertiary-color);
  padding-bottom: 10px;
  cursor: pointer;
}

ul.pw-depo-lists li.pw-depo-item.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-cta);
}

.pw-depo-child {
  text-align: center;
}

.pw-depo-child img {
  width: auto;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*|-| DEPOSIT UPI MODAL ENDS HERE |-|*/

.pw-text-content .new-error-page h1 {
  font-size: 100px;
  font-weight: 700;
}

.new-error-page .info_error h3 {
  font-size: 40px;
}

.new-error-page .info_error p {
  font-size: var(--large-fontSize);
}

.new-error-page .info_error,
.new-error-page .info_error h3,
.new-error-page .info_error p {
  text-align: center;
}

.new-error-page .info_error h3 {
  font-size: 40px;
}

.new-error-page .info_error p {
  font-size: var(--large-fontSize);
}

.new-error-page .info_error,
.new-error-page .info_error h3,
.new-error-page .info_error p {
  text-align: center;
}

.new-error-page a.error-btn {
  text-decoration: none;
  font-size: var(--small-fontSize);
  color: var(--primary-color);
  background: var(--primary-gradient);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.pw-main-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 30px;
}

.pw-main-flex .pw-depo-box {
  -ms-flex-preferred-size: 30.333%;
  flex-basis: 30.333%;
}

.pw-main-flex .pw-depo-box:not(:nth-child(3n+3)) {
  margin-right: 4%;
}

.pw-main-flex .pw-depo-box img {
  width: 100%;
  height: auto;
  min-height: 338px;
  max-height: 338px;
}

.pw-main-flex .pw-depo-box p {
  color: var(--primary-color);
  text-align: center;
  border-bottom: 1px solid var(--bs-blue);
  padding-bottom: 8px;
}

.pw-depo-child {
  text-align: center;
}

.event-banner .pw-hero-ads {
  width: 100%;
  border-radius: 10px;
  min-height: auto !important;
}

.pw-leader-datatable .main-flexes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

section.pw-leader-datatable {
  padding-top: 0px;
}

.pw-leader-datatable .col.one {
  flex-basis: 19%;
}

.pw-leader-datatable .col.two {
  flex-basis: 59.8%;
}

.pw-leader-datatable .col.three {
  flex-basis: 20%;
}

.pw-leader-datatable .main-flexes .image-box img {
  width: 100%;
}

.pw-leader-datatable .heading {
  text-align: center;
  margin-bottom: 30px;
}

.pw-leader-datatable .heading h2 {
  background: linear-gradient(315deg, var(--landingPage-primary-cta) 32%, var(--landingPage-secondary-cta) 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 700;
  font-family: "Din Pro" !important;
  line-height: 30px;
}

.pw-leader-datatable table {
  width: 100%;
  border: 1px solid var(--landingPage-primary-cta);
  text-align: left;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
}

.pw-leader-datatable tr {
  border: 1px solid var(--landingPage-primary-cta);
  text-align: left;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: -3px -3px 21px 0px rgba(0, 255, 255, 0.5);
}

.pw-leader-datatable th {
  border: 1px solid var(--landingPage-primary-cta);
  padding: 8px;
  color: var(--primary-color);
  text-align: center;
  font-size: var(--small-fontSize);
  font-family: "Din Pro" !important;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: unset;
}


.pw-leader-datatable td {
  border: 1px solid var(--landingPage-primary-cta);
  text-align: center;
  color: var(--primary-color);
  padding: 8px;
  font-size: var(--small-fontSize);
  font-family: "Din Pro" !important;
  line-height: 17px;
  font-weight: 400;
  border-top: unset;
}

.pw-leader-datatable thead tr {
  background-color: var(--secondary-background);
  border-top-left-radius: 20px;
  border-bottom: unset;
}


.pw-leader-datatable tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.pw-leader-datatable tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.pw-leader-datatable tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.pw-leader-datatable tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.pw-leader-datatable tr:nth-child(even) {
  background: linear-gradient(to right, rgba(0, 0, -5, 1) -24%, rgba(0, 255, 255, 0.9) 42%, rgba(0, 0, -5, 1) 121%);
}

.pw-leader-datatable .pw-table-des {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 0px;
}

.pw-leader-datatable .pw-table-des p:not(:last-child) {
  margin-bottom: 20px;
}

.pw-leader-datatable .pw-table-des p {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Din Pro" !important;
}

.pw-leader-datatable .divider {
  border-bottom: 1px solid var(--landingPage-primary-cta);
  max-width: 376px;
  margin: 0 auto;
}

.pw-leader-datatable .col.one .image-box {
  margin-top: -59px;
}

.pw-leader-datatable .col.three .image-box {
  margin-left: -58px;
  margin-top: 163px;
}

.pw-leader-datatable .col.three .image-box img {
  max-width: 303px;
}

.pw-leader-datatable ul.lists {
  color: var(--primary-color);
  list-style: none;
  font-family: "Din Pro" !important;
  padding-left: 33px;
  margin-top: 25px;
  text-align: left;
}

.pw-leader-datatable ul.lists li {
  margin-bottom: 7px;
  position: relative;
  font-family: "Din Pro" !important;
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-transform: capitalize;
}

.pw-leader-datatable ul.lists li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--secondary-background);
  transform: translate(-50%, -50%);
  top: 10px;
  left: -17px;
}

.pw-leader-datatable .image-mob-box {
  display: none;
}

.pw-leader-datatable thead tr th {
  font-weight: 800;
}

.pw-leader-datatable tr:nth-child(odd) {
  box-shadow: -3px -3px 22px 0px rgba(0, 255, 255, 0.2);
}

/*------- leader Table With Images ends here --------*/

/*------- Leader table two starts from here --------*/

section.pw-leaderboard-datatable {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pw-leaderboard-datatable .heading {
  margin-bottom: 20px;
}

.pw-leaderboard-datatable .container {
  max-width: 1152px;
}

.pw-leaderboard-datatable .heading h2 {
  background: linear-gradient(315deg, var(--landingPage-primary-cta) 42%, var(--landingPage-secondary-cta) 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 700;
  font-family: "Din Pro" !important;
  line-height: 30px;
  text-align: center;
}

.pw-leaderboard-datatable table {
  width: 100%;
  text-align: left;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid var(--landingPage-primary-cta);
  border-right: unset;
}

.pw-leaderboard-datatable tr {
  border-bottom: 1px solid var(--landingPage-primary-cta);
  text-align: left;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: -3px -3px 21px 0px rgba(0, 255, 255, 0.5);
}

.pw-table-box {
  text-align: left;
  width: 100%;
  /* border-radius: 20px; */
}

.pw-scrollers::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #177bd9a8;
}

.pw-scrollers::-webkit-scrollbar-thumb {
  width: 8px;
  background: var(--secondary-background);
  border-radius: 10px;
}

.pw-leaderboard-datatable .pw-scrollers {
  height: 288px;
  max-height: 288px;
  overflow-y: auto;
  padding-right: 9px;
  border-radius: 20px;
}

.pw-leaderboard-datatable .pw-table-des {
  margin-top: 10px;
}

.pw-leaderboard-datatable th {
  border: 1px solid var(--landingPage-primary-cta);
  padding: 8px;
  color: var(--primary-color);
  text-align: center;
  font-size: var(--medium-fontSize);
  font-family: "Din Pro" !important;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: unset;
}

.pw-leaderboard-datatable tr th {
  font-weight: 800;
}


.pw-leaderboard-datatable td {
  border-bottom: 1px solid var(--landingPage-primary-cta);
  text-align: center;
  color: var(--primary-color);
  padding: 8px;
  font-size: var(--medium-fontSize);
  font-family: "Din Pro" !important;
  line-height: 24px;
  font-weight: 400;
  border-right: 1px solid var(--landingPage-primary-cta);
  text-transform: capitalize;
}

.pw-leaderboard-datatable thead tr {
  background-color: var(--secondary-background);
  border-top-left-radius: 20px;
  position: sticky;
  top: 0;
}


.pw-leaderboard-datatable tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.pw-leaderboard-datatable tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.pw-leaderboard-datatable tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.pw-leaderboard-datatable tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.pw-leaderboard-datatable tr:nth-child(even) {
  background: linear-gradient(to right, rgba(0, 0, -5, 1) -24%, rgba(0, 255, 255, 1) 42%, rgba(0, 0, -5, 1) 121%)
}

.pw-leaderboard-datatable .pw-table-des p {
  color: var(--primary-color);
  font-size: var(--small-fontSize);
  font-weight: 400;
  font-family: "Din Pro" !important;
  text-transform: capitalize;
}

.pw-leaderboard-datatable .pw-lead-table ul.lists {
  color: var(--primary-color);
  list-style: none;
  font-family: "Din Pro" !important;
  padding-left: 0px;
  margin-top: 45px;
}

.pw-leaderboard-datatable .pw-lead-table ul.lists li {
  margin-bottom: 7px;
  position: relative;
  font-family: "Din Pro" !important;
  font-size: var(--small-fontSize);
  font-weight: 400;
  text-transform: capitalize;
}

.pw-leaderboard-datatable .pw-lead-table ul.lists li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--secondary-background);
  transform: translate(-50%, -50%);
  top: 10px;
  left: -21px;
}

.pw-leaderboard-datatable .mob-texts {
  display: none;
}

/* .pw-leaderboard-datatable td:last-child {
  border-right: unset;
} */

.pw-leader-cta {
  text-align: center;
  margin-top: 40px;
}

.pw-leader-cta a.pw-btn {
  text-decoration: none;
  font-size: var(--small-fontSize);
  color: var(--primary-color);
  background: var(--primary-gradient);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}

/*------- leader table two ends here --------*/

/*-------- Aviator starts from here ------*/

.pw-new-header .main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pw-new-header .main-flex .pw-col-left {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-right: 3%;
}

.pw-new-header .main-flex .pw-col-left a img {
  width: 245px;
}

.pw-new-header .main-flex .pw-col-right {
  -ms-flex-preferred-size: 82%;
  flex-basis: 82%;
  text-align: right;
}

.pw-new-header .main-flex .pw-col-right p {
  margin: 0;
  color: var(--primary-color);
  text-shadow: 1px 2px 2px rgba(251, 251, 251, 0.4);
  filter: drop-shadow(0px 6px 10px rgba(251, 251, 251, 0.6s));
  -webkit-filter: drop-shadow(0px 6px 10px rgba(251, 251, 251, 0.6s));
  font-weight: 500;
}

.pw-new-header .containers {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 80px;
}

section.pw-new-header {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(33deg, #040f2b 12%, #e9709d 70%);
  border-bottom: 1px solid #bf6690;
}

.pw-new-header .main-flex .pw-col-right p br {
  display: none;
}

.register-otp-back-arrow {
  width: 50px;
}

.pw-otp-back-cta {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
}

span#usermobile {
  color: #01091c;
}

.pw-aviator-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pw-aviator-logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: auto;
  height: auto;
}

section.pw-aviator-banner {
  position: relative;
}

section.pw-aviator-banner::after {
  position: absolute;
  content: "";
  width: 1006px;
  height: 1006px;
  border-radius: 50%;
  background: var(--primary-error);
  filter: blur(350px);
  z-index: -10;
  transform: translate(-21%, -43%);
  left: 0%;
  top: 0;
}

.pw-container-box {
  position: relative;
}

.pw-desk-contents .pw-container-box {
  max-width: 1040px;
  margin: 0 auto;
}

.pw-desk-contents .main-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -29px;
}

.pw-desk-contents .pw-columns {
  -ms-flex-preferred-size: 30.8%;
  flex-basis: 30.8%;
  border-radius: 35px;
  text-align: center;
  padding: 35px;
  background: linear-gradient(180deg, #0B2182 0%, rgba(11, 33, 130, 0.00) 100%);
}

.pw-desk-contents .pw-columns:not(:nth-child(3n+3)) {
  margin-right: 1%;
}

.pw-desk-contents .pw-columns:nth-child(2n+2) {
  -ms-flex-preferred-size: 36.1%;
  flex-basis: 36.1%;
  background: linear-gradient(180deg, #4059C9 0%, rgba(64, 89, 201, 0.00) 100%);
  box-shadow: 0px 0px 20px 5px rgba(1, 1, 73, 0.90);
}

.pw-content-box img {
  width: auto;
  height: auto;
  margin-bottom: var(--small-fontSize);
}

.pw-content-box p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  margin-bottom: 0;
  font-weight: 500;
}

.pw-desk-contents .pw-columns:nth-child(2n+2) .pw-content-box p {
  font-size: 24px;
}

.pw-aviation-join-mob {
  display: none;
}

.pw-aviation-join {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  /* position: relative; */
}

.pw-aviation-join-mob a,
.pw-aviation-join a {
  background-color: #F7201C;
  padding: 9px 51px;
  border-radius: 50px;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-style: normal;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  border: 2px solid var(--primary-color);
  position: relative;
  box-shadow: 3px -4px 31px 0px rgba(0, 255, 255, 0.55);
}

.pw-aviation-join-mob a:before,
.pw-aviation-join a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 24px;
  left: 2px;
  box-shadow: 6px -6px 9px 14px rgba(247, 32, 28, 0.8);
  width: 165px;
  height: 20px;
  border-radius: 50px;
  background-color: rgba(247, 32, 28, 0.9);
}

.pw-mob-contents {
  display: none;
}

.pw-avi-join-now {
  position: relative;
  padding-bottom: 80px;
}

section.three-column-mod {
  margin-bottom: 30px;
}

.desk-image-box img {
  width: 100%;
}

section.aviation-welcome-banner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.aviation-welcome-banner .mob-image-box {
  display: none;
}

.aviator-desk-box img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.aviator-desk-box {
  max-height: 200px;
}

.footer-join-box {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}

.footer-join-box h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: 36px;
  font-weight: 700;
}

.footer-join-box p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.avi-reg-box a {
  background-color: #F7201C;
  padding: 9px 51px;
  border-radius: 50px;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-style: normal;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  border: 2px solid var(--primary-color);
  position: relative;
  box-shadow: 3px -4px 31px 0px rgba(0, 255, 255, 0.55);
}

.avi-reg-box a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 24px;
  left: 2px;
  box-shadow: 6px -6px 9px 14px rgba(247, 32, 28, 0.8);
  width: 171px;
  height: 20px;
  border-radius: 50px;
  background-color: rgba(247, 32, 28, 0.9);
}

.aviator-divider-two,
.aviator-divider {
  padding-top: 35px;
  border-bottom: 1px solid #202097;
  max-width: 1360px;
  margin: 0 auto;
}

.aviator-divider-two {
  padding-top: 0px !important;
}

.aviator-footer .flex-boxes {
  max-width: 1165px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px;
}

.aviator-footer .flex-boxes .cols {
  display: flex;
  -ms-flex-preferred-size: 25.2%;
  flex-basis: 25.2%
}

.aviator-footer .flex-boxes .cols:not(:nth-child(3n+3)) {
  margin-right: 12%;
}

.aviator-footer .flex-boxes .cols .contents p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-weight: 400;
  margin-bottom: 0;
}

.aviator-footer .flex-boxes .col .icon-box {
  margin-right: 30px;
}

.aviator-footer .flex-boxes .cols .icon-box {
  margin-right: 30px;
}

.aviator-footer .description {
  max-width: 1165px;
  margin: 0 auto;
}

.aviator-footer .description p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-weight: 700;
  padding: 20px 0px;
  margin-bottom: 0;
}

.pw-footer-contents {
  background: linear-gradient(179deg, var(--primary-background) 0%, var(--primary-error) 136%);
}

.aviator-mob-box {
  display: none;
}

.aviator-how-it-works .pw-container-box {
  max-width: 1465px;
  margin: 0 auto;
  position: relative;
}

.aviator-how-it-works .section-heading {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.aviator-how-it-works .section-heading h3 {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: 36px;
  font-weight: 700;
}

.aviator-how-it-works .section-heading p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: 24px;
  font-weight: 500;
}

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

.content-boxes {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.content-boxes.one {
  max-width: 484px;
  text-align: right;
  padding-right: 13px;
  position: relative;
}

.aviator-how-it-works .pw-container-box img.cloud-two {
  position: absolute;
  right: 0px;
  top: 12%;
  transform: translate(-4%, -50%);
}

.aviator-how-it-works .pw-container-box img.cloud-three {
  position: absolute;
  top: 70%;
  right: 0;
  transform: translate(-5%, 50%);
}

.title-text h4 {
  color: var(--primary-color);
  font-family: "Din Pro" !important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-text p {
  color: var(--primary-color);
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-weight: 500;
  text-transform: capitalize;
}

.content-boxes.three {
  max-width: 484px;
  text-align: left;
  margin-left: 33.9%;
  padding-left: 13px;
  position: relative;
}

.steps h6 {
  color: var(--primary-color);
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-weight: 500;
}

.icon-boxes img {
  width: auto;
  height: auto;
}

.icon-boxes {
  margin-bottom: 8px;
}

.infinte-text-box .content-boxes {
  text-align: center;
  position: relative;
}

.infinte-text-box .content-boxes img.step-three {
  position: absolute;
  top: -15%;
  left: 48.2%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.infinte-text-box .content-boxes .icon-boxes {
  margin-bottom: 0;
  margin-top: -17px;
}

.infinte-text-box .boxes {
  max-width: 587px;
  margin: 0 auto;
  margin-top: -120px;
}

.infinte-text-box .boxes img {
  width: 100%;
}

.content-boxes.three .title-text p {
  margin-bottom: 0;
}

.content-boxes.three .steps h6 {
  margin-bottom: 14px;
}

.infinte-text-box {
  position: relative;
  margin-bottom: 35px;
}

.infinte-text-box:before {
  position: absolute;
  content: "";
  width: 1006px;
  height: 1006px;
  border-radius: 50%;
  background: var(--primary-error);
  filter: blur(350px);
  z-index: -1;
  transform: translate(-50%, -27%);
  left: 50%;
  top: 100%;
}

section.aviator-how-it-works {
  overflow: hidden;
}

.aviator-dividers {
  border-bottom: 1px solid var(--primary-color);
  max-width: 346px;
  margin: 0 auto;
}

.elipse-description {
  max-width: 891px;
  margin: 0 auto;
  text-align: center;
}

.elipse-description p {
  color: var(--primary-color);
  text-align: center;
  font-family: "Din Pro" !important;
  font-size: 24px;
  font-weight: 500;
  margin: 35px 0px 50px;
}

.content-boxes.one .steps {
  position: relative;
}

.content-boxes.one .steps img {
  position: absolute;
  content: "";
  width: 41px;
  height: 36px;
  transform: translate(23%, -40%);
  left: 100%;
  top: 100%;
}

.content-boxes.three .title-text img {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  transform: translate(-50%, 35%);
  left: 16%;
  top: 100%;
}

.mob-contents {
  display: none;
}

.mob-infinite {
  display: none;
}

.content-boxes.one img.cloud-one {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%, -26%);
  top: 100%;
}

.cloud-mob-one,
.cloud-mob-two,
.cloud-mob-three {
  display: none;
}

.aviation-join-modal .pw-container-box {
  max-width: 600px !important;
  margin: 0 auto;
  padding: 0 15px;
}

section.aviation-join-modal.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  display: block;
}

section.aviation-join-modal.modal .pw-req-otp {
  width: 100%;
}

.aviation-join-modal .login-boxes {
  border-radius: 13px;
  padding: 35px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(-1deg, var(--primary-background) -20%, var(--primary-error) 100%) !important;
  z-index: 1;
  position: relative;
  width: 100%;
}

.aviation-join-modal .login-boxes h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Din Pro" !important;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.aviation-join-modal .login-boxes input {
  width: 100%;
  padding: 11px 13px;
  font-size: var(--medium-fontSize);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 10px;
  background-color: #0B2182;
  font-family: "Din Pro" !important;
  outline: none;
}

.aviation-join-modal .login-boxes input::placeholder {
  color: var(--primary-color);
}

.aviation-join-modal .login-boxes button.btn-close {
  position: absolute;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(121deg) brightness(104%) contrast(105%);
  background-image: url(/Media/icons/cross.svg) !important;
  opacity: 0.75 !important;
  top: 3%;
  left: 98%;
  transform: translateX(-98%);
  border: 2px solid var(--primary-color);
  padding: 7.6px 7.5px 7px 7.5px;
  z-index: 6;
  border-radius: 50%;
}

.aviation-join-modal .login-boxes button.btn-close:hover {
  opacity: 1 !important;
}

.aviation-join-modal button.ba-otp-btn {
  padding: 9px 51px;
  border-radius: 9px;
  font-family: "Din Pro" !important;
  font-size: var(--extraLarge-fontSize);
  font-style: normal;
  font-weight: 600;
  color: var(--primary-color) !important;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-family: "Din Pro" !important;
  background: linear-gradient(30deg, var(--primary-background) 5%, var(--primary-error) 100%) !important;
  border: 2px solid;
}

.aviation-join-modal .pw-req-otp button.pw-new-cta {
  border-radius: 13px;
  background-image: linear-gradient(41deg, var(--primary-background) 0%, var(--primary-error) 105%) !important;
  padding: 9px 51px;
  width: 100%;
  font-size: var(--extraLarge-fontSize);
  color: var(--primary-color);
  font-weight: 600;
  border: none;
  font-family: "Din Pro" !important;
  opacity: 0.75;
  border: 2px solid var(--primary-color);
}

.aviation-join-modal .pw-req-otp input.otpdigit {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #0B2182;
  margin-right: 8px;
  font-size: var(--large-fontSize);
  text-align: center;
  color: var(--primary-color) !important;
  font-weight: 600;
  background-color: #0B2182;
  filter: drop-shadow(0px 0px 2px var(--primary-color));
  transition: color .25s ease-in-out, background-image .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  font-family: "Din Pro";
}

.aviation-join-modal .pw-req-otp input.otpdigit:focus-visible {
  border-width: 0px;
  outline-color: #0B2182;
  outline-width: 0;
}

.aviation-join-modal .otp-box {
  border-radius: 13px;
  padding: 60px 17px 17px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(-1deg, var(--primary-background) -20%, var(--primary-error) 100%) !important;
  z-index: 1;
  position: relative;
}

.aviation-join-modal p.pw-usermobilenumber {
  color: var(--primary-color);
  max-width: 248px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 9px;
  font-family: "Din Pro" !important;
}

.aviation-join-modal .otp-box a.pw-resend-otp {
  background-color: unset !important;
  padding: 0;
  text-align: center;
  display: block;
  border: none;
  box-shadow: unset !important;
}

.aviation-join-modal .otp-box a.pw-resend-otp::before {
  background-color: unset;
  box-shadow: unset;
}

.aviation-join-modal .otp-box a.pw-resend-otp:hover {
  color: var(--primary-color);
}

.pw-otp-back-cta {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
}

.pw-req-otp button.pw-new-cta:disabled {
  opacity: 0.7 !important;
}

.register-otp-back-arrow {
  width: 50px;
}

.aviation-join-modal p.pw-usermobilenumber {
  color: var(--primary-color);
  max-width: 248px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 9px;
  font-family: "Din Pro" !important;
}


/*------ Time Popup starts from here ----*/

#time-popup {
  min-height: 420px !important;
}

#time-popup .modal-content {
  max-height: 335px;
  min-height: 335px !important;
}

div.pw-reg-popup {
  padding: 0;
}

.pw-reg-popup .container {
  max-width: 100%;
  margin: 0 auto;
}

.pw-reg-popup .main-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 38px 20px;
  position: relative;
}

.pw-reg-popup .col-left {
  flex-basis: 55%;
  margin-right: 5%;
}

.pw-reg-popup .col-right {
  flex-basis: 40%;
}

.pw-reg-popup .image {
  flex-basis: 48%;
  max-height: 95px;
  min-height: 95px;
  cursor: pointer;
}

.pw-reg-popup .col-left h3 {
  color: var(--primary-color);
  font-size: 35px;
  margin: 0;
}

.pw-reg-popup .col-left h3 span.time,
.pw-reg-popup .col-left h3 span.discounts {
  color: #56de0d;
}

.pw-reg-popup .col-left h3 span.times-down {
  color: #E6214E;
}

.pw-reg-popup .col-right img {
  width: 100%;
  border-radius: 10px;
}

.pw-reg-popup .col-left p {
  background: linear-gradient(270deg, #E6214E 9.81%, #3836A0 92.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.pw-reg-popup .cross-box {
  position: absolute;
  top: 11px;
  right: 0;
  cursor: pointer;
}

.pw-reg-popup .pw-login-btn {
  max-width: 160px;
  text-align: center;
  background: linear-gradient(270deg, #E6214E 9.81%, #3836A0 92.24%);
}

.pw-reg-popup .pw-login-btn a.time {
  text-decoration: none;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
}

/*----- Time-ends starts from here -----*/

section.pw-time-end-popup {
  padding-bottom: 65px;
}

.pw-time-end-popup .container {
  max-width: 100%;
  margin: 0 auto;
}

.pw-time-end-popup .flex-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 38px;
  position: relative;
}

.pw-time-end-popup .flex-boxes .col-l {
  flex-basis: 55%;
  margin-right: 5%;
}

.pw-time-end-popup .flex-boxes .col-r {
  flex-basis: 40%;
}

.pw-time-end-popup .flex-boxes img {
  width: 100%;
  border-radius: 10px;
}

.pw-time-end-popup .flex-boxes h3 {
  color: var(--primary-color);
  font-size: 35px;
  margin: 0;
}

#time-end .modal-content {
  max-height: 252px !important;
  min-height: 252px !important;
}

.pw-time-end-popup .flex-boxes span {
  background: linear-gradient(270deg, #E6214E 9.81%, #3836A0 92.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  text-transform: capitalize;
}

.pw-time-end-popup .cross-box {
  position: absolute;
  top: 11px;
  right: 0;
  cursor: pointer;
}

.pw-time-end-popup i.fi-br-cross {
  font-size: var(--small-fontSize);
  position: absolute;
  left: 50%;
  top: 16px;
  color: var(--primary-color);
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}

.pw-time-end-popup .cross-box:hover {
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}

.pw-time-end-popup .cross-box:hover i.fi-br-cross {
  color: #56de0d;
  transition: 0.3s all ease-in-out;
}


/*----- modal popup for download Cta starts from here -------*/

.pw-download-modal .pw-login-btn {
  display: inline-block;
}

.pw-download-modal .cta {
  text-align: center;
  margin-top: 40px;
}

.pw-download-modal .login_box_child {
  position: relative;
  min-width: 340px !important;
  max-width: 340px !important;
}

.pw-download-modal .login_box_child img {
  width: 100%;
}

.pw-download-modal .pw-download-icon {
  background: var(--primary-gradient);
  box-shadow: 0px 0px 16px 0px var(--primary-cta);
  border-radius: 10px;
  font-size: var(--large-fontSize);
  color: var(--primary-background) !important;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 16px 27px 16px 18px;
  margin: 18px 0px 30px 0;
  cursor: pointer;
  text-decoration: none;
}

.pw-download-modal .modal-content .btn-close {
  top: 26%;
  transform: translate(-50%, -50%);
  left: 94%;
}

.pw-download-modal .cta .android-icon {
  margin-right: 10px;
}

.pw-download-modal .modal-content {
  background: rgb(77 2 51 / 69%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
}

.khel-pwd-design label.khel-change-password {
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(15%, -50%);
  left: 0%;
  background: var(--input-background) !important;
  padding: 2px 8px;
  font-size: var(--extraSmall-fontSize) !important;
  border-radius: 5px !important;
  font-weight: 700;
  color: var(--secondary-background) !important;
  border: 1px solid var(--secondary-background) !important;
}

.khel-pwd-design input.input-pswd.has-value+label.khel-change-password,
.khel-pwd-design input.input-pswd:focus+label.khel-change-password {
  opacity: 1;
}

.khel-pwd-design input:focus::placeholder {
  opacity: 0;
}

.otp-input-pwd input {
  width: 14% !important;
  height: 50px;
  padding: 5px !important;
  border: 0;
  outline: none;
  box-shadow: none !important;
  border-radius: 8px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0 !important;
}

.form_control.otp-input-pwd {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

p.enter-text {
  margin-bottom: 1rem !important;
  font-size: 16px !important;
}

a.login-pwd {
  display: block;
  cursor: pointer;
  text-align: center;
}

.sucess-badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #1affbe;
  font-size: 0.75em;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  -webkit-animation: 1.25s infinite ba-pulse;
  animation: 1.25s infinite ba-pulse
}

@keyframes ba-pulse {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

ul.nav-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 17px;
}

ul.nav-box li.nav-item {
  width: 33%;
  padding: 10px;
  text-align: center;
  font-size: var(--medium-font);
  font-weight: 600;
  opacity: 0.6;
  color: #fff;
  list-style: none;
  cursor: pointer;
}

.khel-new-faq {
  background: var(--primary-background);
  border-radius: 10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

ul.nav-box li.nav-item.active {
  opacity: 1;
  border-bottom: 2px solid var(--secondary-cta);
}

.kheelAccordion {
  background: var(--header-background) !important;
  margin: 0 15px 15px;
}

.khel-new-faq .accordion-body {
  border-top: 3px solid var(--primary-background);
}

.notification-icon {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  z-index: 99999;
}

.notification-icon img.notification-icon-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.notification-icon .notification-count {
  position: absolute;
  top: 12%;
  right: -7%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffda73;
  color: #6d163e;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.notification-msg {
  position: absolute;
  top: 90%;
  left: -260px;
  transform: translateY(4px);
  width: 255px;
  min-height: 41px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--primary-color);
  transition: all 0.5s ease;
  border: 2px solid #ffda73;
  height: auto;
  max-height: 80px;
  overflow: auto;
}

.notification-position {
  left: 90px;
  bottom: 70px;
}

.notification-left .notification-msg {
  left: -85px;
  transition: all 0.5s ease;
}

.notification-msg p.notification-msg-content {
  margin: 0;
  font-size: var(--small-fontSize);
  color: #6d163e;
  width: 100%;
  text-align: left;
  line-height: normal !important;
  letter-spacing: 0px !important;
  font-weight: 600;
}

/*--- iframe starts from here ---*/
.ig-tabs {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  top: 11px;
  left: 65%;
  z-index: 9999;
  transform: translateX(-65%);
}

.ig-tabs .ig-tab {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--secondary-color);
  font-size: var(--small-fontSize);
  border: 2px solid var(--secondary-color);
  opacity: .6;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  max-width: 32%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.ig-tabs .ig-tab:not(:last-child) {
  margin-right: 20px;
}

.btn.ig-tab.ig-active {
  pointer-events: none;
  border: 2px solid var(--primary-gradient);
  font-weight: 700;
  opacity: 1;
  background: var(--primary-gradient);
  box-shadow: 0px 0px 16px 0px var(--primary-cta);
  color: var(--primary-background);
}

/*---- iframe ends here ---*/

/*---- royality program starts from here -----*/

.royality-title {
  display: none;
}

.royality-accordion {
  position: sticky;
  right: 0;
  top: 0;
  width: 20%;
  height: 100vh;
  background: linear-gradient(187.47deg, #2C062B 77.55%, #43022B 110.82%);
  padding: 10px;
  overflow-y: auto;
}

.royality-title h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 0;
}

.royality-title i {
  padding: 9px;
}

.royality-user {
  /* display: flex; */
  width: 56px;
  margin-right: 7px;
}

.royality-accordion .title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.royality-accordion .col-left h4 {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;

}

.royality-accordion .col-right {
  display: flex;
  align-items: center;
}

.royality-accordion .col-right h5 {
  color: var(--primary-cta);
  font-size: 11px;
  margin-bottom: 3px;
  font-weight: 500;
  margin-right: 7px;
  border-bottom: 1px solid var(--primary-cta);
  cursor: pointer;
}

.royality-accordion .col-right i {
  padding: 10px;
}

.k2-royality-program {
  background: #3D032B;
  border: 1px solid #FFEF9A;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 150px;
}

.k2-royality-program .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.k2-royality-program .top-box .left-box p {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 12px;
  margin-bottom: 0;
}

.k2-royality-program .top-box .left-box h2 {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 7px;
}

.k2-royality-program .top-box .right-box {
  border-radius: 24px;
  border: 1px solid #8AF7FF33;
  padding: 8px 20px;
}

.k2-royality-program .top-box .right-box a {
  text-decoration: none;
  color: #C6C6C6;
  font-weight: 600;
}

.k2-royality-program .middle-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.k2-royality-program .middle-box .col-lefts {
  flex-basis: 60%;
  padding-right: 2%;
  position: relative;
}

.k2-royality-program .middle-box .col-rights {
  flex-basis: 40%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.k2-royality-program .middle-box .col-lefts img {
  width: 100%;
  border-radius: 12px;
}

.k2-royality-program .middle-box .contents-box:not(:nth-child(2n+2)) {
  margin-right: 10px;
}

.k2-royality-program .middle-box .contents-box {
  background: #580A40;
  flex-basis: 48.5%;
  padding: 22px 18px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k2-royality-program .middle-box .contents-box:nth-child(3),
.k2-royality-program .middle-box .contents-box:nth-child(4) {
  margin-bottom: 0;
}

.k2-royality-program .middle-box .contents-box h5 {
  margin-bottom: 4px;
  color: var(--primary-color);
  font-weight: 600;
  /* margin-top: 20px; */
}

.k2-royality-program .middle-box .contents-box p {
  font-weight: 400;
  color: var(--primary-color);
  font-size: 13px;
  margin-bottom: 0;
}

.royalty-progress-container {
  align-items: center;
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  z-index: 1;
  margin-top: 2.5rem;
  border-radius: 2rem;
  padding: 0.4rem;
  width: 100%;
  background: #64214C;
  position: relative;
}

.royalty-level {
  background: #FFFFFF1F;
  padding: 5px 20px;
  border-radius: 40px;
  color: var(--primary-color);
  font-weight: 600;
}

.royalty-progress-bar {
  background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
  height: 34px;
  border-radius: 40px;
  margin-right: 10px;
  /* justify-content: flex-start;
  display: flex */
  position: absolute;
}

.progress-main-bar {
  position: relative;
  width: 78%;
  height: 34px;
}

.royalty-level.start-level {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  width: 15%;
}

.royalty-level.end-level {
  display: flex;
  justify-content: center;
  width: 15%;
  margin-left: 10px;
  /* position: absolute;
  right: 7px; */
}

.k2-royality-program:nth-child(5) .royalty-level.end-level {
  background: none;
  position: absolute;
  right: 7px;
  width: 6%;
}

.k2-royality-program:nth-child(5) .royalty-level.end-level .i_trophy {
  padding: 14px;
}

.progress-contents {
  margin-top: 10px;
  margin-bottom: 30px;
}

.progress-contents p.levelPointsComplete {
  margin-bottom: 0;
  color: #C6C6C6;
  text-align: center;
  font-weight: 500;
}

.k2-royality-program a.privilege-btn {
  background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: #2C062B;
  font-weight: 600;
}

.royality-accordion .accordion-item {
  background-color: #3D032B;
  margin-bottom: 17px;
  border-radius: 16px;
}

.royality-accordion .accordion-item h2 {
  /* display: flex; */
}

.royality-accordion .flexes:nth-child(5) {
  flex-basis: 100%;
}

.read-more-section .img-contents {
  background: #3D032B;
  border: 1px solid #FFEF9A;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 24px;
  padding: 40px 0px;
}

.read-more-section .heading-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0px 40px;
}

.read-more-section .heading-flex h3 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
}

.read-more-section .icon-text-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.read-more-section .icon-text-col h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 5px;
}

.read-more-section .icon-text-col i {
  padding: 11px;
}

.read-more-childs:not(:nth-child(1)) {
  margin-left: -10px;
}

.user-img-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
}

.read-more-childs .img-boxes {
  width: 176px;
  position: relative;
}

.read-more-childs .img-boxes img {
  width: 100%;
}

.read-more-childs {
  width: 165px;
  /* padding: 0px 40px; */
}

.read-more-childs .contents {
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.mob-read-more {
  display: none;
}

.read-more-childs h4 {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.read-more-childs p {
  color: var(--primary-color);
  font-size: 12px;
  margin-bottom: 0;
}

.read-more-section .description-box {
  background: #3D032B;
  border: 1px solid #FFEF9A;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 24px;
  padding: 33px;
}

.read-more-section .description-box h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 24px;
}

.read-more-section .description-box p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
}

.read-more-section .description-box p.notes {
  font-style: italic;
  margin-bottom: 0;
  margin-top: 17px;
}

.read-more-section .description-box p.nte {
  margin-top: 17px;
}

.read-more-section .description-box td {
  border: 1px solid var(--primary-color);
  text-align: center;
  color: var(--primary-color);
  padding: 7px 10px;
  width: 41%;
  font-size: 12px;
}

.read-more-section .description-box table {
  border-collapse: collapse;
  border: 1px solid var(--primary-color);
}


.read-more-section .description-box td:first-child {
  text-align: left;
  padding-left: 27px;
}

.read-more-section {
  padding-bottom: 100px;
}

.read-more-childs .img-boxes:before {
  position: absolute;
  content: "";
  width: 176px;
  height: 176px;
  border-radius: 300px;
  box-shadow: -48px 48px 48px 0px #0000007A;
}

.royality-accordion .accordion-item button {
  background: #3D032B;
  border-radius: 16px;
  padding: 10px;
  display: block;
}

.royality-accordion .mini-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.royality-accordion .mini-flex .mini-left img {
  width: 50px;
  height: 50px;
}

.royality-accordion .mini-flex .mini-left {
  display: flex;
  align-items: center;
}

.royality-accordion .mini-flex .mini-left h4 {
  color: var(--primary-color);
  margin-bottom: 0;
  margin-left: 3px;
  font-size: 18px;
}

.royality-accordion .mini-flex .mini-left img {
  width: 50px;
}

.royality-accordion .flexes:nth-child(5) a img {
  width: 30px;
}

.royality-accordion .flexes:nth-child(5) p:nth-child(2) {
  font-size: 19px;
  font-weight: 600;
}

.royality-accordion .accordion-item.locked .flexes img {
  opacity: 0.5;
}

.royality-accordion .mini-flex .mini-right {
  display: flex;
  align-items: center;
  background: #580A40;
  padding: 8px 8px;
  border-radius: 8px;
}

.royality-accordion .mini-flex .mini-right h4 {
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 6px;
  color: #E9E8E8;
  text-transform: capitalize;
}

.accordion-button::after {
  display: none;
}

.royality-accordion .img-boxes img {
  width: 100%;
  filter: grayscale(0);
  border-radius: 8px;
}

.royality-accordion .img-boxes:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: unset;
}

.royality-accordion .accordion-item.locked .img-boxes:after,
.royality-accordion .accordion-item.active .img-boxes:after {
  background: #580A408F;
}

.royality-accordion .accordion-item.locked .img-boxes img,
.royality-accordion .accordion-item.active .img-boxes img {
  filter: grayscale(1);
}

.royality-accordion .accordion-item.locked .flexes p,
.royality-accordion .accordion-item.locked .flexes h5,
.royality-accordion .accordion-item.active .flexes p,
.royality-accordion .accordion-item.active .flexes h5 {
  color: #c1aebb;
}

.royality-accordion .accordion-item.completed .flexes p,
.royality-accordion .accordion-item.completed .flexes h5,
.royality-accordion .accordion-item.active .flexes p,
.royality-accordion .accordion-item.active .flexes h5 {
  color: #c1aebb;
}

.royality-accordion .accordion-item.active button {
  padding-bottom: 0;
}

.royality-accordion .accordion-item .mini-flex .mini-right .i_flag {
  padding: 5px;
}

.royality-accordion .img-boxes {
  position: relative;
  border-radius: 8px;
}

.royality-accordion .accordion-body {
  padding: 10px;
}

.royality-accordion .contents-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.royality-accordion .flexes {
  background: #580A40;
  flex-basis: 48.5%;
  padding: 9px 8px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.royality-accordion .flexes:nth-child(5) .cits {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.royality-accordion .childs-desks {
  text-align: left
}

.royality-accordion .flexes h5 {
  margin-bottom: 0;
  margin-top: 0px;
  color: var(--primary-color);
  font-size: 18px;
}

.royality-accordion .flexes p {
  margin-top: 3px;
  color: var(--primary-color);
  font-size: 12px;
  margin-bottom: 0;
}

.royality-accordion .accordion-item button:focus {
  border: none;
  box-shadow: unset;
}

.royality-accordion .accordion-item.current-level {
  box-shadow: 0px 0px 12px 0px #F0D23CAD;
}

.royality-accordion .accordion-item.current-level .mini-flex .mini-left h4 {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 0px;
}

.royality-accordion .accordion-item button:focus {
  border: none;
  box-shadow: unset;
}

.royality-accordion .accordion-item.current-level .mini-flex .mini-right h4 {
  background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.royality-accordion .accordion-item .mini-flex .mini-right .i_flag {
  padding: 5px;
}

.royality-accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 16px !important;
}

.k2-royality-program .middle-box .contents-box:nth-child(5) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-basis: 100%;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.k2-royality-program .middle-box .contents-box:nth-child(5) h4 {
  color: var(--primary-color);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.k2-royality-program .middle-box .contents-box:nth-child(5) h2 {
  color: var(--primary-color);
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 600;
}

.k2-royality-program .middle-box .contents-box:nth-child(5) img {
  width: 42px;
}

.cits {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.royalty-levels {
  width: 3%;
  position: absolute;
  right: 8px;
}

.royalty-levels .i_trophy {
  padding: 12px;
}

.locked .lockeds {
  position: absolute;
  top: 10px;
  width: 37px;
  left: 10px;
}

.locked .lockeds img {
  opacity: 0.5;
}

.k2-royality-program .middle-box .col-lefts .dates {
  position: absolute;
  bottom: 4%;
  left: 21%;
  background: #000A1F3D;
  backdrop-filter: blur(12px);
  border-radius: 60px;
  padding: 7px 14px;
  text-align: center;
  border: 1px solid #FFFFFF33;
}

.k2-royality-program .middle-box .col-lefts .dates p {
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
}

.mob-royality-accordion {
  display: none;
}

.mob-royality-accordion .flexes:nth-child(5) {
  flex-basis: 100%;
  justify-content: space-between;
}

.mob-royality-accordion .flexes:nth-child(5) .cits {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.mob-royality-accordion .accordion-item.locked .flexes img {
  opacity: 0.5;
}

.mob-royality-accordion .flexes:nth-child(5) p:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
}

.mob-royality-accordion .childs-mobs {
  text-align: left;
}

.mob-royality-accordion .flexes:nth-child(5) a img {
  width: 30px;
}

/* .royality-accordion .collapse {
  display: none;
} */

/*----- royality program ends here ------*/

/*---- deposit loader starts from here ---*/

.depo-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#2c062b 30%, #45022b);
}

.depo-loader img {
  margin: 0;
  width: 100px;
  margin-bottom: 24px;
}

.depo-loader h3,
.depo-loader h2 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  font-style: italic;
  margin: 0;
  text-align: center;
  letter-spacing: 4%;
}

.depo-loader h2 {
  font-size: 37px;
  background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.depo-loader h3 {
  font-size: 30px;
  background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*----- media query starts from here ------*/

@media(min-width: 1025px) and (max-width: 1460px) {
  .k2-royality-program .middle-box .contents-box p {
    font-size: 11px;
  }

  .k2-royality-program .middle-box .contents-box {
    flex-basis: 47.5%;
    padding: 18px 11px;
  }

  .k2-royality-program .middle-box .col-lefts {
    flex-basis: 56%;
  }

  .k2-royality-program .middle-box .col-rights {
    flex-basis: 43%;
  }

  .k2-royality-program .middle-box .col-lefts .dates p {
    font-size: 10px;
  }

  .k2-royality-program .middle-box .col-lefts .dates {
    left: 17%;
    padding: 7px 11px;
  }

  .royalty-level.start-level,
  .royalty-level.end-level {
    width: 21%;
  }

  .royality-accordion .accordion-item button {
    padding: 4px;
  }

  .royality-accordion .mini-flex .mini-left img {
    width: 40px;
    height: 40px;
  }

  .royality-accordion .mini-flex .mini-left h4 {
    font-size: 12px;
  }

  .royality-accordion .mini-flex .mini-right {
    padding: 6px 6px;
  }

  .royality-accordion .flexes h5 {
    font-size: 12px;
  }

  .royality-accordion .flexes:nth-child(5) p:nth-child(2) {
    font-size: 13px;
  }

  .royality-accordion .flexes p {
    font-size: 10px;
  }
}

@media(min-width: 1025px) and (max-width: 1180px) {
  .royality-accordion .flexes {
    padding: 9px 6px;
  }

  .royality-accordion .flexes p {
    font-size: 8px;
  }

  .royality-accordion .mini-flex .mini-right h4 {
    font-size: 8px;
  }
}

@media (max-width: 1300px) {
  .infinte-text-box .content-boxes img.step-three {
    position: absolute;
    top: -11%;
    left: 48.9%;
    transform: translate(-50%, -50%);
    width: 5%;
  }

  .infinte-text-box .boxes {
    max-width: 378px;
    margin: 0 auto;
    margin-top: -77px;
  }

  .title-text h4 {
    font-size: var(--medium-fontSize);
  }

  .aviator-how-it-works .section-heading p {
    font-size: var(--large-fontSize);
  }

  .infinte-text-box:before {
    transform: translate(-50%, -14%);
  }

  .aviator-how-it-works .content-boxes {
    flex-basis: 33%;
  }

  .content-boxes.three .title-text img {
    width: 10%;
    transform: translate(-50%, 13%);
    left: 11%;
  }

  .mob-royality-accordion .top-box .left-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    /* overflow-x: scroll; */
    width: 75%;
  }

  .ig-tabs {
    padding: 10px 20px;
    top: 48px;
    left: 0;
    width: 100vw;
    transform: none;
    background: var(--header-background);
  }
}

@media (max-width:1025px) {
  .pw-leaderboard-datatable .pw-lead-table ul.lists {
    padding-left: 31px;
  }

  .pw-download-mob a.pw-download-icon {
    width: 100%;
    background: var(--primary-gradient);
    box-shadow: 0px 0px 16px 0px var(--primary-cta);
    color: var(--primary-background);
    font-weight: 700;
    border-radius: 10px;
  }

  .pw-android-box {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    /* background: var(--primary-gradient); */
    padding: 9px;
    margin-right: 11px;
    /* animation: zoom-in-zoom-out 1.8s ease infinite; */
  }

  .pw-android-box .android-icon {
    width: 100%;
    display: block;
    height: 100%;
    filter: brightness(0) saturate(65%) invert(77%) sepia(63%) saturate(160%) hue-rotate(95deg) brightness(100%) contrast(119%) !important;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }

    50% {
      transform: scale(0.7, 0.7);
    }

    100% {
      transform: scale(1, 1);
    }
  }

  #deleteModal .modal-body {
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    padding: 7px !important;
  }

  #deleteModal .modal-body h5 {
    margin: 0;
  }

  #deleteModal .modal-header.text-center {
    padding: 13px;
  }

  .pw-parent-container {
    background: var(--secondary-background);
  }

  .banner {
    margin-top: 50px;
  }

  .pw-table-container {
    margin-top: 50px;
  }

  .pw-promo .game-history-heading {
    margin: 50px auto 20px;
  }

  .pw-menu-links li a {
    white-space: nowrap;
  }

  .pw-text-content {
    padding: 15px;
  }

  .caption {
    padding: 5px 0 10px;
  }

  .pw-mobile-headercontent {
    display: flex;
  }

  .wrap .slick-list.draggable {
    padding: 85px 0px !important;
  }

  .pw-how-it-work {
    padding: 10px;
  }

  .pw-logo img {
    margin-left: 20px;
    width: 140px;
    height: 28px;
  }

  .wrap .slider {
    margin-top: 5rem auto 1rem;
  }

  .pw-providerFilter {
    z-index: 999;
  }

  iframe#games {
    height: calc(100vh - 53px) !important;
    width: 100vw !important;
  }

  iframe#sports {
    height: calc(100vh - 53px);
    width: 100vw !important;
  }

  iframe#sports body,
  iframe#games body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 !important;
  }

  iframe#sports body::-webkit-scrollbar,
  iframe#games body::-webkit-scrollbar {
    display: none;
  }

  #deleteModal .modal-content {
    position: relative !important;
    height: auto !important;
  }

  .pw-container {
    position: relative;
    top: 5px;
  }

  .pw-slider .slick-list.draggable {
    padding: 66px 0px 0 !important;
  }

  .pw-slider .slick-arrow {
    top: 58%;
  }

  .pw-providerFilter .pw-provider-filter-toggler {
    display: flex;
  }

  .pw-balance-box span {
    font-weight: 600;
  }

  .pw-providerFilter {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100vw;
  }

  .pw-providerFilter ul {
    padding: 25px 15px 15px;
    justify-content: space-between;
    overflow-y: auto;
    height: auto;
    min-height: 220px;
    max-height: 60vh;
  }

  .pw-providers {
    margin-right: 0;
  }

  .balance-mobile-line {
    width: 106%;
    display: block;
    margin: 30px 0 26px;
    height: 2px;
    background: var(--quaternary-background);
  }

  .pw-balance-container {
    margin-top: 15px;
    padding: 20px 10px;
    background: var(--primary-background);
    overflow: hidden;
  }

  .pw-paymentHistory-container,
  .pw-withdraw-container {
    margin-top: 15px;
  }

  .withdrawl-amout .pw-manual-input input::placeholder {
    letter-spacing: 1.5px;
  }

  .pw-deposit-progressBar {
    padding: 15px;
    position: fixed;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }

  .pw-deposit-container {
    margin-top: 0px;
    padding-top: 0px;
  }

  .pw-testimonial {
    margin-top: -50px;
  }

  .pw-testi-content {
    height: 130px;
    overflow-y: auto;
    padding: 0 5px;
    overflow-y: auto;
    scrollbar-color: var(--tertiary-background) var(--secondary-background);
    scrollbar-width: thin
  }

  .pw-testi-content::-webkit-scrollbar {
    width: 2px;
    background: var(--secondary-background);
    border-radius: 10px
  }

  .pw-testi-content::-webkit-scrollbar-thumb {
    width: 2px;
    background: var(--tertiary-background);
    border-radius: 10px
  }

  .pw-testimonial-container {
    margin: 40px 0;
    padding-bottom: 0;
  }

  .pw-faq-container .accordion {
    width: 95%;
  }

  .pw-testimonials {
    padding: 100px 0 0;
  }

  .pw-testimonials .slick-prev,
  .pw-testimonials .slick-next {
    display: none !important;
  }

  .pw-main-slider .swiper-button-next,
  .pw-main-slider .swiper-button-prev {
    display: none !important;
  }

  .pw-banks {
    display: none;
  }

  .pw-bank-slider {
    display: block !important;
  }

  .pw-bank-slider .slick-list {
    height: auto !important;
  }

  .pw-sticky-footer {
    display: flex;
  }

  .pw-main-slider {
    margin-top: 65px;
    margin-bottom: 20px;
  }

  .pw-bonuses {
    width: 100%;
  }

  .pw-footer {
    padding: 2em 1em 5em;
    width: 100%;
    margin-left: 0;
  }

  .pw-select-bank-slider-header .pw-slide-seeAll {
    display: none;
  }

  .pw-deposit-amount {
    margin: 17px auto 20px;
    width: 92%;
  }

  .pw-bonus-container {
    width: 92%;
    margin-bottom: 0;
  }

  .pw-payment-method-container {
    margin: 10px auto;
    width: 92%;
  }

  .pw-side-menu-container {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 70vw;
    height: 100vh;
    max-width: 300px;
    background: linear-gradient(rgb(44 6 43 / 92%) 30%, rgb(69 2 43 / 92%));
    transition: 0.5s;
  }

  .pw-hide-side-menu {
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transition: 0.5s;
  }

  .pw-hide-sideMenu-btn {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    width: 100%;
    z-index: 10;
    left: 100%;
    top: 0;
    padding: 7px 0px 0px;
    background: rgb(44 6 43 / 90%);
  }

  .pw-side-logo-box {
    position: sticky;
    top: 23px;
    background: rgb(44 6 43 / 90%);
    z-index: 9;
  }

  .cross-icon {
    padding: 8px;
  }

  .pw-menu-btn {
    display: block;
  }

  .pw-promotion-container {
    display: none;
  }

  .pw-main-content-container {
    width: 100% !important;
    background: var(--secondary-gradient) !important;
    padding: 0;
  }

  .pw-game-section {
    padding: 40px;
  }

  .pw-menu-links {
    padding: 20px;
    height: 100vh !important;
    padding-bottom: 50px !important;
    position: absolute;
    width: 100%;
    overflow-y: scroll !important;
  }

  .pw-menu-links li.pw-spaces {
    margin-bottom: 35px;
  }

  .pw-menu-links-heading div {
    background: var(--primary-color);
  }

  .pw-menu-links a i {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(125deg) brightness(108%) contrast(101%);
  }

  .pw-download-icon i.pw-icon-style.android-icon {
    filter: brightness(0) saturate(100%) invert(7%) sepia(28%) saturate(5180%) hue-rotate(281deg) brightness(89%) contrast(104%) !important;
  }

  .pw-method-name,
  .pw-method-range {
    text-align: left;
  }

  .pw-method-range {
    margin-bottom: 0;
  }

  .pw-payment-text br {
    display: none;
  }

  .pw-payment-method img {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  /*|-| WALLET-PAGE |-|*/
  .pw-wallet-container {
    padding: 10px;
    margin-top: 55px;
    overflow: hidden;
    background: var(--primary-background);
  }

  .pw-user-name {
    display: none;
  }

  .pw-balance-deposit {
    margin-right: 5px !important;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .royality-user {
    width: 35px;
    margin-right: 4px;
  }

  .pw-user-balance {
    font-size: var(--small-fontSize);
    margin-left: 8px;
    margin-right: 10px;
  }

  .pw-deposit-btn {
    width: 22px;
    height: 22px;
  }

  .pw-deposit-btn i {
    padding: 6px;
  }

  .pw-login-btn {
    font-size: var(--small-fontSize);
    padding: 6px 15px;
  }

  .pw-wallet-navigation-dropdown {
    display: flex;
  }

  .pw-wallet-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(rgb(44 6 43 / 90%) 30%, rgb(69 2 43 / 92%));
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 0;
    height: 208px;
    transition: 0.3s;
    margin: 0;
  }

  .pw-wallet-navigation span {
    width: 100%;
    text-align: left;
    padding: 10px 20px 10px;
    color: var(--primary-color);
    transition: 0.3s;
  }

  .pw-wallet-navigation span:not(:last-child) {
    margin-bottom: 10px;
  }

  .pw-wallet-navigation-hide {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .pw-active-link {
    background: var(--secondary-background);
    border: none !important;
  }

  .pw-progressBar-ranges span {
    display: none;
  }

  .pw-progressBar-ranges span:nth-child(2) {
    position: relative;
    left: 39%;
  }

  .pw-progressBar-ranges span:nth-child(3) {
    position: relative;
    left: 53%;
  }

  .pw-progressBar-ranges span:last-child {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
  }

  .pw-active-range {
    display: block !important;
  }

  .pw-choose-amount-btns {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pw-selcect-amount-btn {
    width: 18%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: var(--extraSmall-fontSize);
  }

  .pw-selcect-amount-btn:last-child {
    width: 18%;
  }

  .pw-selcect-amount-btn:nth-child(4) {
    width: 18%;
  }

  .pw-back-continue {
    margin-top: 0px;
    flex-direction: column-reverse;
  }

  .pw-back-continue button {
    width: 100%;
    margin-bottom: 10px;
  }

  .pw-bonus {
    width: 48.3%;
  }

  .pw-payment-method {
    justify-content: space-between;
    flex-direction: row;
  }

  .modal-body {
    padding: 1.5rem 1rem 1rem !important;
  }

  .modal-body * .pe-3,
  .modal-body * .pe-2 {
    padding: 0 !important;
  }

  .modal-box {
    padding-top: 5vh;
  }

  .modal-box .col-lg-7 {
    z-index: 5;
  }

  .pw-avail-method {
    width: auto;
    border-top: 0;
    padding-top: 0;
  }

  .pw-avail-method p {
    display: none;
  }

  .pw-header {
    position: fixed;
  }

  .pw-main-banner {
    margin-top: 60px;
  }

  .pw-why-content img {
    width: 72px;
  }

  .pw-why-content h4 {
    font-size: var(--small-fontSize);
    margin-bottom: 4px;
  }

  .pw-game-section-head .pw-slider-right,
  .pw-game-section-head .pw-slider-left {
    display: none;
  }

  .pw-see-all {
    color: var(--secondary-cta) !important;
    margin-right: 10px;
  }

  .pw-sticky-footer a.sticky-active i {
    filter: brightness(4);
  }

  .pw-sticky-footer button.sticky-active i {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(99deg) brightness(106%) contrast(102%);
  }

  .pw-sticky-footer span {
    color: var(--tertiary-color);
    font-weight: 500;
    text-transform: capitalize;
  }

  .pw-sticky-footer a.sticky-active {
    position: relative;
  }

  .pw-sticky-footer a.sticky-active,
  .pw-sticky-footer button.sticky-active {
    position: relative;
  }

  .pw-sticky-footer a.sticky-active:after,
  .pw-sticky-footer button.sticky-active:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    background: #a6fb89;
    top: -8px;
    box-shadow: -4px 20px 46px 10px rgba(166, 251, 137, 1);
    z-index: -1;
  }

  .pw-sticky-footer a.sticky-active span,
  .pw-sticky-footer button.sticky-active span {
    color: var(--primary-color);
  }

  .drp-dwns.show .close-tab {
    display: block;
    background-color: var(--primary-background);
    width: 37px;
    height: 32px;
    border-radius: 8px;
  }

  .drp-dwns.show .title {
    display: block;
    text-align: center;
    width: 90%;
  }

  .mob-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }

  .drp-dwns.show .close-tab h5 {
    font-size: var(--large-fontSize);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    padding: 8px 11px 11px 11px;
  }

  .drp-dwns.show .title h4 {
    color: var(--primary-color);
    font-size: var(--large-fontSize);
  }

  .image-boxes h3 {
    display: block;
    line-height: 32px;
    color: var(--primary-color);
  }

  .imgs:not(:nth-child(2n+2)) {
    margin-right: 2%;
  }

  .imgs {
    margin-bottom: 15px;
    width: 44%;
  }

  .main-cta {
    display: block;
    text-align: center;
    margin: 30px 0px;
    padding: 13px;
    background: var(--primary-background);
  }

  .pw-profile-container .pw-manual-input-box {
    margin: 8px auto;
  }

  .pw-home-stats {
    display: block !important;
  }

  .pw-home-how-it-work {
    display: block !important;
  }

  .pw-home-how-it-work .slick-list.draggable {
    height: auto !important;
    padding-top: 30px;
  }

  .pw-how-it-work h4 {
    margin: 30px 0 10px;
  }

  .pw-how-it-works {
    margin-bottom: 0px;
  }

  .pw-why {
    margin-top: 10px !important;
  }

  .pw-promises {
    display: none;
  }

  .home-desk-how-it-work {
    display: none;
  }

  .pw-manual-input.pw-upi-bg .upiID {
    padding-right: 15px;
  }


  #time-popup .modal-content {
    max-height: unset;
    min-height: unset !important;
    height: 104vh !important;
  }

  .pw-reg-popup .main-flex {
    padding: 52px 20px;
    background: #000000;
  }

  div.pw-reg-popup {
    position: fixed;
    top: 29vh;
  }

  #time-end .modal-content {
    max-height: unset !important;
    min-height: unset !important;
    height: 104vh !important;
  }

  #time-end .pw-time-end-popup .flex-boxes {
    padding: 52px 20px;
    background: #000000;
  }

  #time-end .pw-time-end-popup {
    position: fixed;
    top: 29vh;
  }

  .pw-payment-method {
    max-height: 125px;
    min-height: 125px;
  }

  .khel-change-pwd .modal-content {
    width: 500px !important;
    height: auto !important;
    position: relative !important;
  }

  .khel-change-pwd .modal-body {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }

  .khel-password-box {
    margin-top: 18px !important;
  }

  .pw-searchBar {
    top: 51px;
  }

  .ig-tabs {
    padding: 10px 20px;
    top: 48px;
    left: 0;
    width: 100vw;
    transform: none;
    background: var(--header-background);
  }

  .royality-accordion {
    display: none;
  }

  .k2-royality-program {
    display: none;
  }

  .mob-royality-accordion {
    display: block;
    padding-bottom: 58px;
    background: linear-gradient(358.06deg, #2C062B 98.19%, #45022B 104.37%);
  }

  .mob-royality-accordion .title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 57px;
    background: #3E042A;
  }

  .mob-royality-accordion .title-flex h4 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .mob-royality-accordion .title-flex .col-left {
    display: flex;
    align-items: center;
  }

  .mob-royality-accordion .title-flex .col-right {
    display: flex;
    align-items: center;
  }

  .mob-royality-accordion .title-flex h5 {
    color: var(--primary-cta);
    font-size: 11px;
    margin-bottom: 3px;
    font-weight: 500;
    margin-right: 7px;
    border-bottom: 1px solid var(--primary-cta);
  }

  .mob-royality-accordion .title-flex .col-left {
    display: flex;
    align-items: center;
  }

  .mob-royality-accordion .accordion-item.active {
    box-shadow: 0px 0px 12px 0px #F0D23CAD;
  }

  .mob-royality-accordion .accordion-item {
    background-color: #3D032B;
    margin-bottom: 17px;
    border-radius: 16px;
  }

  .mob-royality-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 16px !important;
  }

  .mob-royality-accordion .accordion-item button {
    background: #3D032B;
    border-radius: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
  }

  .mob-royality-accordion .accordion {
    margin: 0 15px;
    margin-top: 15px;
  }

  .mob-royality-accordion .mini-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mob-royality-accordion .mini-left {
    display: flex;
    align-items: center;
  }

  .mob-royality-accordion .mini-right {
    display: flex;
    align-items: center;
    background: #580A40;
    padding: 8px 8px;
    border-radius: 8px;
  }

  .mob-royality-accordion .mini-left h4 {
    color: var(--primary-color);
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 22px;
  }

  .mob-royality-accordion .mini-right h4 {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 6px;
    color: #E9E8E8;
    text-transform: capitalize;
  }

  .mob-royality-accordion .accordion-body {
    padding: 10px;
  }

  .mob-royality-accordion .accordion-item.locked .img-boxes:after {
    background: #580A408F;
  }

  .mob-royality-accordion .img-boxes:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: unset;
  }

  .mob-royality-accordion .img-boxes {
    position: relative;
    border-radius: 8px;
  }

  .mob-royality-accordion .accordion-item.locked .img-boxes img {
    filter: grayscale(1);
  }

  .mob-royality-accordion .img-boxes img {
    width: 100%;
    filter: grayscale(0);
    border-radius: 8px;
  }

  .mob-royality-accordion .locked .lockeds {
    position: absolute;
    top: 10px;
    width: 37px;
    left: 10px;
  }

  .mob-royality-accordion .locked .lockeds img {
    opacity: 0.5;
  }

  .mob-royality-accordion .contents-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .mob-royality-accordion .flexes {
    background: #580A40;
    flex-basis: 48.5%;
    padding: 9px 8px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-royality-accordion .cits {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mob-royality-accordion .accordion-item.locked .flexes h5,
  .mob-royality-accordion .accordion-item.locked .flexes p {
    color: #c1aebb;
  }

  .mob-royality-accordion .flexes h5 {
    margin-bottom: 0;
    margin-top: 0px;
    color: var(--primary-color);
    font-size: 18px;
  }

  .mob-royality-accordion .flexes p {
    margin-top: 3px;
    color: var(--primary-color);
    font-size: 12px;
    margin-bottom: 0;
  }

  .mob-royality-accordion .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .mob-royality-accordion .top-box .left-box p {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 12px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .mob-royality-accordion .top-box .left-box h2 {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 7px;
  }

  .mob-royality-accordion .top-box .right-box {
    border-radius: 24px;
    border: 1px solid #8AF7FF33;
    padding: 8px 15px;
    font-size: 14px;
  }

  .mob-royality-accordion .top-box .right-box a {
    text-decoration: none;
    color: #C6C6C6;
    font-weight: 600;
  }

  .mob-royality-accordion .royalty-level.start-level {
    justify-content: center;
    width: 27%;
  }

  .mob-royality-accordion .royalty-level {
    padding: 4px 9px;
    font-size: 12px;
  }

  .mob-royality-accordion .royalty-level.end-level {
    width: 27%;
    /* position: absolute;
  right: 7px;
  background: none; */
  }

  .mob-royality-accordion .accordion-item:last-child .royalty-level.end-level {
    width: 11%;
    background-color: none;
  }

  .mob-royality-accordion .royalty-level.end-level .i_trophy {
    padding: 10px;
  }

  .mob-royality-accordion .royalty-progress-container {
    margin-top: 3px;
  }

  .mob-royality-accordion .royalty-progress-bar {
    height: 24px;
    top: 6px;
  }

  .mob-royality-accordion .progress-contents {
    margin-bottom: 15px;
  }

  .mob-royality-accordion a.privilege-btn.privilege-deposit {
    background: linear-gradient(90deg, #FFEF9A 0%, #FFD737 100%);
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    color: #2C062B;
    font-weight: 600;
  }

  .mob-royality-accordion .accordion-item.active .mini-flex,
  .mob-royality-accordion .accordion-item.locked .top-box,
  .mob-royality-accordion .accordion-item.completed .top-box {
    display: none;
  }

  .mob-royality-accordion .dates {
    position: absolute;
    bottom: 4%;
    left: 14%;
    background: #000A1F3D;
    backdrop-filter: blur(12px);
    border-radius: 60px;
    padding: 7px 14px;
    text-align: center;
    border: 1px solid #FFFFFF33;
  }

  .mob-royality-accordion .dates p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--primary-color);
  }

  .mob-read-more {
    display: block;
    margin: 0px 15px;
  }

  .desk-readmore {
    display: none;
  }

  .mob-read-more .img-contents {
    margin-top: 10px;
    padding: 15px 0px;
  }

  .mob-read-more .img-contents .heading-flex {
    padding: 0px 15px;
  }

  .mob-read-more .img-contents .heading-flex .icon-text-col {
    padding-left: 24px;
  }

  .mob-read-more .user-img-boxes {
    flex-wrap: nowrap;
    padding-left: 15px;
    justify-content: flex-start;
  }

  .read-more-childs:not(:nth-child(1)) {
    margin-left: 0;
  }

  .read-more-childs .img-boxes {
    width: 120px;
  }

  .read-more-childs {
    margin-right: 17px;
    padding-bottom: 19px;
  }

  .read-more-childs .contents {
    margin-top: 12px;
  }

  .read-more-childs .img-boxes:before {
    width: 120px;
    height: 120px;
  }

  .read-more-section .description-box {
    padding: 15px;
    border-radius: 12px;
  }

  .read-more-section .description-box h5 {
    font-size: 20px;
  }

  /* .read-more-section .description-box p{
  font-size: 12px;
} */

  .read-more-childs p {
    font-size: 11px;
  }

  .read-more-childs h4 {
    font-size: 18px;
  }

  .mob-read-more .user-img-boxes::-webkit-scrollbar {
    width: 100%;
    height: 8px;
    background: #E8E8E80A;
    border-radius: 10px;
  }

  .mob-read-more .user-img-boxes::-webkit-scrollbar-thumb {
    width: 10px;
    height: 8px;
    background: var(--primary-cta);
    border-radius: 10px;
  }

  .read-more-section .description-box p br {
    display: none;
  }

  .read-more-section .description-box td:nth-child(2) {
    width: 40%;
  }

  .read-more-section .description-box td {
    width: 12%;
  }

  .mob-royality-accordion .accordion-item button:focus {
    box-shadow: none;
  }

  .mob-royality-accordion .completed .flexes h5 {
    color: #c1aebb;
  }

  .mob-royality-accordion .completed .flexes p {
    color: #c1aebb;
  }
}

@media (max-width: 991px) {
  .pw-depo-mod {
    width: 85%;
  }

  .pw-promo .promotionContainer .promotions {
    width: 50%;
  }

  .desk-contents {
    display: none;
  }

  .mob-contents {
    display: block;
  }

  .mob-contents .content-boxes {
    flex-basis: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-emphasis: center;
  }

  .content-boxes.one {
    text-align: center;
  }


  .mob-infinite img {
    width: 100%;
  }

  .aviator-how-it-works .mob-infinite {
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
  }

  .aviator-how-it-works .section-heading h3 {
    font-size: var(--extraLarge-fontSize);
  }

  .aviator-how-it-works .mob-flexes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .aviator-how-it-works .mob-flexes .icon-boxes {
    margin-right: 10px;
  }

  .mob-infinite {
    display: block;
  }

  .aviator-how-it-works .mob-infinite h6 {
    color: var(--primary-error);
    text-align: center;
    font-family: "Din Pro" !important;
    font-size: var(--small-fontSize);
    font-weight: 500;
  }

  .aviator-how-it-works .mob-infinite h6.stp-one {
    position: absolute;
    top: 4%;
    transform: translate(-50%, -50%);
    left: 4%;
  }

  .aviator-how-it-works .mob-infinite h6.stp-two {
    position: absolute;
    bottom: 1%;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .aviator-how-it-works .mob-infinite h6.stp-three {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0%;
  }

  .aviator-how-it-works .shadows {
    position: relative;
  }

  .aviator-how-it-works .shadows:before {
    position: absolute;
    content: "";
    width: 1006px;
    height: 1006px;
    border-radius: 50%;
    background: var(--primary-error);
    filter: blur(350px);
    z-index: -1;
    transform: translate(-50%, -27%);
    left: 50%;
    top: 74%;
  }

  .aviator-how-it-works .mob-flexes h4 {
    font-size: var(--medium-fontSize);
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
  }

  .content-boxes.one img.cloud-one,
  .aviator-how-it-works .pw-container-box img.cloud-two,
  .aviator-how-it-works .pw-container-box img.cloud-three {
    display: none;
  }

  .cloud-mob-one,
  .cloud-mob-two,
  .cloud-mob-three {
    display: block;
  }

  .aviator-how-it-works img.cloud-mob-one {
    position: absolute;
    top: 32%;
    left: 23%;
    transform: translate(-50%, -49%);
    width: 54%;
  }

  .aviator-how-it-works img.cloud-mob-two {
    position: absolute;
    width: 35%;
    top: 16%;
    right: 0;
    transform: translate(19%, -84%);
  }

  .aviator-how-it-works img.cloud-mob-three {
    position: absolute;
    bottom: 4%;
    right: 0;
    transform: translate(0%, -50%);
    width: 39%;
  }

  .mob-contents .content-boxes.three,
  .mob-contents .content-boxes.two {
    text-align: center;
  }

  section.aviation-join-modal.modal .container {
    padding: 0;
  }

  .elipse-description {
    padding: 0px 15px;
  }

  .elipse-description p br {
    display: none;
  }

  .aviator-footer .flex-boxes {
    padding: 20px 15px;
  }

  .aviator-footer .description {
    padding: 0px 15px;
  }

  section.aviator-how-it-works {
    padding-top: 30px;
  }

  section.pw-aviator-banner::after {
    width: 0;
    height: 0;
  }

  div.pw-reg-popup {
    top: 37vh;
  }

  .pw-payment-method {
    max-height: 96px;
    min-height: 96px;
  }
}

@media (max-width: 768px) {
  .pw-promo .promotionContainer .promotions {
    width: 100%;
  }

  .pw-content-transaction h3 {
    font-size: var(--medium-fontSize);
    font-weight: 700;
  }

  .pw-pagination {
    margin-bottom: 40px;
  }

  .modal {
    overflow: hidden;
  }

  .modal-body {
    padding: 1.5rem 1rem 1rem !important;
  }

  .modal-body * .pe-3,
  .modal-body * .pe-2 {
    padding: 0 !important;
  }

  .modal-box {
    padding-top: 5vh;
  }

  .modal-box .col-lg-7 {
    z-index: 5;
  }

  .custom-form-padding {
    z-index: 5;
    position: relative;
  }

  .pw-failure-content h2 {
    font-size: var(--medium-fontSize);
    line-height: 27px;
  }

  .pw-failure-content h3 {
    font-size: var(--extraLarge-fontSize);
    line-height: normal;
    margin-bottom: 0;
  }

  .pw-failure-detail-box h6 {
    font-size: 15px !important;
    margin-bottom: 0;
  }

  .pw-failure-box {
    padding-bottom: 0;
  }

  .pw-container-failure {
    min-width: 400px;
    top: 28px;
    position: relative;
  }

  .pw-content h2 {
    font-size: var(--medium-fontSize);
  }

  .pw-content h3 {
    font-size: var(--extraLarge-fontSize);
    margin-bottom: 0;
    line-height: normal;
  }

  .pw-img-box {
    margin-bottom: 10px;
  }

  .pw-slider .slick-slide img {
    min-height: 100px;
  }

  .pw-slider .slick-arrow {
    display: none !important;
  }

  .pw-slider .slick-slide.slick-current {
    transform: scale(2.3, 1.8);
    position: relative;
    z-index: 1;
  }

  .pw-slider .slick-list.draggable {
    padding: 60px 0px 0 !important;
  }

  .mobile-tab {
    position: fixed;
    top: 12px;
    left: 27%;
    z-index: 9999;
    display: block;
    width: 100%;
    max-width: 247px;
    text-align: center;
    cursor: pointer;
    height: auto !important;
  }

  .mobile-tab h6 .rotate180 {
    rotate: 180deg;
  }

  .pw-mob-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
  }

  .mobile-tab h6 span {
    color: var(--primary-color);
    line-height: 26px;
    margin-right: 5px;
  }

  .mobile-tab h6 span.shows .fa-solid {
    transform: rotate(180deg);
    top: 43px;
  }

  .mobile-tab h6 span.shows i.fa-solid.fa-angle-down {
    transform: rotate(-180deg);
    top: 5px;
  }

  .pw-dob input[type="date"]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    content: "";
    background-color: var(--secondary-color);
    right: 52px;
    top: 7px;
  }

  .pw-profile-container ul.pw-nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    background: linear-gradient(rgb(44 6 43 / 90%) 30%, rgb(69 2 43 / 92%));
    top: 57px;
    z-index: 99;
    height: auto !important;
  }

  .pw-profile-container ul.pw-nav li.pw-nav-item.active {
    background: #552e40;
    border-bottom: none;
  }

  .pw-profile-container ul.pw-nav li.pw-nav-item {
    text-align: left;
    padding: 8px 16px;
    color: var(--primary-color);
  }

  .pw-flex .pw-number {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .pw-code {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  .pw-pane-child {
    padding: 20px 19px;
    background-color: var(--secondary-background);
  }

  .pw-pane-child input {
    padding: 8px 14px;
    font-size: var(--medium-fontSize);
    line-height: 24px;
    border: 2px solid var(--primary-cta);
    width: calc(100vw - 40px) !important;
  }

  .pw-col-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .pw-col-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pw-card-sub {
    margin-top: 42px;
  }

  .pw-pane-child.new-padd {
    padding: 17px;
  }

  .pw-tabber {
    padding: 0px 0px;
    margin-top: 73px;
  }

  .pw-col-left:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .pw-dob input[type="date"] {
    width: calc(100vw - 40px) !important;
    min-height: 40px !important;
  }

  .mobile-tab i.fa-solid.fa-angle-down {
    color: var(--primary-color);
    font-family: "Font Awesome 6 Free" !important;
    position: absolute;
    top: 6px;
    right: 61px;
  }

  .pw-code img {
    top: 40px;
  }

  .pw-code input#pw-number {
    padding: 8px 14px 8px 46px;
  }

  .pw-text-content .new-error-page h1 {
    font-size: 80px;
  }

  .pw-depo-mod {
    width: 93%;
    padding: 20px 15px;
  }

  .pw-leader-datatable .col.one .image-box {
    margin-top: -11px;
    position: absolute;
    left: 0;
    transform: translate(-44%, -50%);
    top: -8px;
    width: 228px;
  }

  .pw-leader-datatable .col.one {
    flex-basis: 100%;
    max-width: 200px;
  }

  .pw-leader-datatable .main-flexes {
    position: relative;
  }

  .pw-leader-datatable .col.two {
    flex-basis: 90%;
    margin: 0 auto;
  }

  .pw-leader-datatable .col.three .image-box {
    margin-top: -11px;
    position: absolute;
    right: 0;
    transform: translate(46%, 217%);
    bottom: 0;
    width: 228px;
  }

  .pw-leader-datatable .divider {
    max-width: 160px;
    width: 100%;
  }

  .pw-leader-datatable td {
    font-size: var(--extraSmall-fontSize);
    padding: 2px;
  }

  .pw-leader-datatable th {
    padding: 2px;
    font-size: var(--extraSmall-fontSize);
  }

  .pw-leader-datatable .heading h2 {
    font-size: var(--large-fontSize);
    background: linear-gradient(315deg, var(--landingPage-primary-cta) 48%, var(--landingPage-secondary-cta) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  section.pw-leader-datatable {
    padding-top: 95px;
  }

  .pw-leader-datatable .heading {
    margin-bottom: 10px;
  }

  .pw-leader-datatable .pw-table-des p br {
    display: none;
  }

  .pw-leader-datatable .pw-table-des {
    margin-top: 22px;
  }

  .pw-leader-datatable .col.three {
    display: none;
  }

  .pw-leader-datatable .image-mob-box {
    display: block;
    width: 200px;
    height: 90px;
    position: absolute;
    right: 0;
    transform: translate(46%, -60%);
  }

  .pw-leader-datatable .dice-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .pw-leader-datatable img {
    width: 100%;
  }

  .pw-leaderboard-datatable th {
    padding: 4px;
    font-size: var(--extraSmall-fontSize);
    line-height: 25px;
  }

  .pw-leaderboard-datatable td {
    padding: 7px;
    font-size: var(--extraSmall-fontSize);
    line-height: 15px;
  }

  .pw-scrollers {
    height: 249px;
    max-height: 230px;
    width: 100%;
    overflow-x: auto;
  }

  .pw-table-box {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .pw-table-box::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    background: transparent;
    border-radius: 10px;
    border: 2px solid #177bd9a8;
  }

  .pw-table-box::-webkit-scrollbar-thumb {
    width: 8px;
    background: var(--secondary-background);
    border-radius: 10px;
  }

  .pw-leaderboard-datatable .mob-texts {
    display: block;
    color: var(--primary-color);
    font-family: "Din Pro" !important;
    text-align: center;
  }

  .pw-leaderboard-datatable .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--secondary-background);
    width: 168px;
    margin: 0 auto;
    padding: 2px;
    background: var(--secondary-background);
    position: relative;
  }

  .pw-leaderboard-datatable .contents {
    width: 52px;
    background-color: #000818;
  }

  .pw-leaderboard-datatable .contents p {
    margin: 0;
    line-height: 24px;
  }

  .pw-leaderboard-datatable .page-text p {
    margin: 0;
    line-height: 24px;
    position: relative;
    left: -7px;
  }

  .pw-leaderboard-datatable .page-text {
    background-color: var(--secondary-background);
    padding-left: 7px;
  }

  .pw-leaderboard-datatable span {
    position: absolute;
    transform: rotate(90deg);
    left: 36px;
    color: var(--secondary-background);
    font-size: 24px;
  }

  .pw-leaderboard-datatable .pw-table-des p {
    text-align: center;
  }

  .pw-leaderboard-datatable .mob-texts p.row-text {
    margin-bottom: 7px;
  }

  .pw-leaderboard-datatable .pw-lead-table ul.lists {
    padding-left: 0;
  }

  section.pw-leaderboard-datatable {
    padding-bottom: 25px;
  }

  .pw-leaderboard-datatable .heading {
    margin-bottom: 10px;
  }

  .pw-scrollers::-webkit-scrollbar {
    width: 7px;
  }

  .pw-scrollers::-webkit-scrollbar-thumb {
    width: 7px;
  }

  .pw-aviator-logo {
    top: 3%;
    left: 36%;
    width: 99px;
    height: 87px;
  }

  .pw-mob-contents {
    display: block;
  }

  .pw-desk-contents {
    display: none;
  }

  .pw-mob-contents .main-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
  }

  .pw-mob-contents .pw-mob-columns {
    -ms-flex-preferred-size: 41.8%;
    flex-basis: 41.8%;
    border-radius: 5px;
    text-align: center;
    padding: 18px 30px;
    background: linear-gradient(180deg, #4059C9 0%, rgba(64, 89, 201, 0.00) 100%);
  }

  .pw-mob-contents .pw-mob-columns:not(:nth-child(2n+2)) {
    margin-right: 3%;
  }

  .pw-mob-contents .pw-mob-columns:last-child {
    -ms-flex-preferred-size: 56.1%;
    flex-basis: 56.1%;
    margin-top: 30px;
    margin-right: 0;
  }

  .pw-content-box p {
    font-size: var(--small-fontSize);
  }

  .pw-aviation-join {
    display: none;
  }

  .avi-reg-box a,
  .pw-aviation-join-mob a {
    padding: 6px 37px;
    border-radius: 50px;
    font-size: var(--small-fontSize);
    border: 1px solid var(--primary-color);
  }

  .avi-reg-box a:before,
  .pw-aviation-join-mob a:before {
    top: 22px;
    left: 8px;
    box-shadow: 3px -7px 4px 13px rgba(247, 32, 28, 0.8);
    width: 113px;
    height: 9px;
  }

  .pw-aviation-join-mob {
    position: absolute;
    top: 91%;
    transform: translate(-50%, -45%);
    left: 50%;
  }

  .pw-aviation-join-mob {
    display: block;
  }

  .aviation-welcome-banner .mob-image-box {
    display: block;
  }

  .aviation-welcome-banner .desk-image-box {
    display: none;
  }

  .aviation-welcome-banner .mob-image-box img {
    width: 100%;
  }

  .aviator-mob-box {
    display: block;
  }

  .aviator-desk-box {
    display: none;
  }

  section.aviation-welcome-banner {
    padding-bottom: 0px;
  }

  .aviator-mob-box img {
    width: 100%;
  }

  .footer-join-box h4 {
    font-size: var(--extraLarge-fontSize);
  }

  .footer-join-box p {
    font-size: var(--medium-fontSize);
  }

  .aviator-footer .flex-boxes .cols .contents p {
    font-size: var(--small-fontSize);
  }

  .aviator-footer .flex-boxes .cols:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .aviator-footer .flex-boxes .cols {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }

  .aviator-footer .flex-boxes {
    padding: 45px 0px 15px;
  }

  .aviator-footer .description p {
    font-size: var(--extraSmall-fontSize);
    font-weight: 700;
  }

  .pw-footer-contents {
    background: linear-gradient(164deg, var(--primary-background) 0%, var(--primary-error) 222%);
    padding: 0px 15px;
  }

  .aviator-dividers {
    max-width: 300px;
    margin-top: 35px;
  }

  .elipse-description p br {
    display: none;
  }

  .aviator-how-it-works .section-heading {
    margin-bottom: 25px;
  }

  .elipse-description {
    max-width: 500px;
  }

  .elipse-description p {
    font-size: var(--large-fontSize);
  }

  .aviator-how-it-works .mob-flexes .steps h6 {
    font-weight: 500;
  }

  .aviator-divider-two,
  .aviator-divider {
    padding-top: 45px;
  }

  .aviator-footer .flex-boxes .cols:last-child {
    margin-bottom: 0;
  }

  .pw-reg-popup .col-left h3 {
    font-size: 25px;
    text-align: center;
  }

  .pw-reg-popup .col-left {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .pw-reg-popup .col-right {
    flex-basis: 100%;
  }

  .pw-time-end-popup .flex-boxes .col-r {
    flex-basis: 100%;
  }

  .pw-time-end-popup .flex-boxes .col-l {
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .pw-time-end-popup .flex-boxes span {
    font-size: 25px;
  }

  .pw-time-end-popup .flex-boxes h3 {
    font-size: 25px;
  }

  section.pw-reg-popup {
    padding-top: 45px;
  }

  div.pw-reg-popup {
    top: 20vh;
  }

  .pw-reg-popup .col-left p {
    text-align: center;
  }

  .pw-reg-popup .pw-login-btn {
    margin: 0 auto;
  }

  div.pw-download-modal.modal.fade {
    opacity: 1;
  }

  .pw-download-modal .modal-content .btn-close {
    transform: translate(-41%, -50%);
    left: 100%;
    top: -3%;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
  }

  .main-sportsbook-mod .main-flex a.tab-link {
    padding: 11px;
    font-size: 16px;
  }

  .main-sportsbook-mod .main-flex a.sportsbook-img:after {
    width: 44px;
    height: 21px;
    transform: translate(-34%, 98%);
  }

  .sportsbook-content-box .tab-item a.tab-child {
    margin-right: 10px;
  }

  iframe#sports {
    width: 100% !important;
    position: relative !important;
  }

  .pw-iframe-header {
    width: 100% !important;
    position: relative !important;
  }

  .main-sportsbook-mod {
    margin-bottom: 35px;
  }

  .pw-selcect-amount-btn:nth-child(4) {
    width: 19%;
  }

  .pw-selcect-amount-btn:last-child {
    width: 21%;
  }

  .pw-payment-method img {
    max-height: 96px;
    min-height: 96px;
  }

  .pw-bonus {
    min-height: 140px;
    max-height: 140px;
  }

  .khel-casino .main-flex .column {
    flex-basis: 50%;
    padding: 0 5px;
  }

  .khel-casino .main-flex {
    padding: 0px 13px;
  }

  .pw-new-header .main-flex .pw-col-left a img {
    max-width: 100% !important;
  }

  .pw-new-header .containers {
    padding: 15px 12px;
  }

  .pw-new-header .main-flex {
    padding: 0;
  }

  .pw-new-header .main-flex .pw-col-left {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin-right: 3%;
  }

  .notification-icon {
    bottom: 113px;
  }

  .notification-left .notification-msg {
    left: -63px;
    width: 195px;
  }

  .notification-position {
    left: 64px;
  }

  .progress-contents p.levelPointsComplete {
    font-size: 12px;
  }
}

@media(max-width: 567px) {
  .modal-dialog {
    margin: 0;
  }

  .pw-header {
    height: 45px;
    padding: 10px;
  }

  .pw-promo .promp_thumb img {
    height: 191px !important;
  }

  .pw-promo .card-face {
    height: 323px !important;
  }

  .promo_category span {
    font-size: var(--small-fontSize) !important;
  }

  .pw-promo .card-face {
    max-width: 441px;
    margin: 0 auto;
  }

  .pw-promo .promotionBottomBtns {
    font-size: 13px !important;
  }

  .promotionContainer .pw-promo .card-face {
    margin-bottom: 0 !important;
  }

  .promotions:last-child {
    margin-bottom: 30px;
  }

  .pw-alert-text-payment {
    font-size: var(--extraSmall-fontSize);
  }

  .modal-dialog-centered {
    min-height: 100vh;
  }

  .modal.fade .modal-dialog {
    transform: translate(0px, 0px);
  }

  .modal.show .modal-dialog {
    transform: unset;
    transition: transform .3s ease-out;
  }

  .mobile-tab {
    background-color: transparent;
    left: 50%;
    transform: translate(-50%, 2%);
  }

  .pw-pane-child ul.pw-item li {
    font-size: var(--small-fontSize);
  }

  .pw-pane-child ul.pw-item li.active {
    padding: 4px 9px;
  }

  .pw-promo-modal .pw-promotion {
    /* width: 444px; */
    width: 96%;
  }

  #deleteModal .modal-dialog {
    margin: 5px;
  }

  .pw-download-mob a.pw-download-icon {
    padding: 3px 18px;
    font-size: 14px;
  }

  .payment-status-urls {
    display: flex;
  }

  .payment-status-urls {
    display: flex;
  }

  .pw-account-status {
    padding: 10px;
    margin: 0;
  }

  .pw-success-box,
  .pw-detail-box-transaction,
  .pw-output {
    padding: 15px 10px 10px !important;
  }

  .pw-fees {
    padding: 15px 23px 10px !important;
  }

  .pw-container {
    border-radius: 20px;
    min-width: 0;
    width: 95% !important;
  }

  .pw-btn {
    margin: 15px auto;
  }

  .pw-btn a {
    font-size: var(--medium-fontSize);
  }

  .pw-container {
    margin: 40px auto 0 !important;
  }

  .pw-statusPopup {
    margin: 80px auto 0 !important;
  }

  .payment-progressBar-container {
    max-width: 300px;
  }

  .pw-deposit-progressBar {
    padding: 10px;
  }

  .pw-container-failure {
    margin: 35px auto !important;
  }

  .pw-failure-btn {
    margin-top: 20px !important;
    font-size: var(--small-fontSize) !important;
  }

  .pw-failure-btn a {
    font-size: var(--medium-fontSize);
  }

  .progressedBar-offer {
    width: 59%;
  }

  .progressedBar-payment {
    width: 83%;
  }

  .custom-form-padding {
    padding: 0;
    margin-top: 2vh;
  }

  .pw-login-btn {
    display: none;
  }

  .pw-game-play-now {
    width: 320px;
  }

  .pw-game-play-now .pw-game-img {
    width: 150px;
    height: 180px;
  }

  .pw-game-box-right {
    margin-left: 10px;
    height: 180px;
    width: 140px;
  }

  .pw-game-play-now .pw-game-name {
    font-size: var(--small-fontSize);
  }

  .mobile-login-btn {
    display: block !important;
  }

  .home-slider {
    overflow: hidden !important;
  }

  .pw-balance-box {
    padding: 10px;
  }

  .pw-account-status-box {
    width: 48%;
    padding: 10px 5px;
  }

  .pw-account-status-box p {
    font-size: var(--extraSmall-fontSize);
  }

  .pw-account-status-box p i {
    margin-right: 3px;
  }

  .pw-status-btn {
    font-size: var(--extraSmall-fontSize);
  }

  .pw-deposit-instruction ul li {
    font-size: var(--extraSmall-fontSize);
    text-align: justify;
  }

  .pw-upiPayment-container .pw-complete-deposit-btn {
    margin-top: 30px;
  }

  .pw-manual-input-box .pw-manual-input input {
    font-size: var(--small-fontSize);
  }

  .withdrawl-amout .pw-manual-input {
    border: 2px solid var(--primary-cta);
  }

  .payment-back-btn,
  .payment-continue-btn {
    padding: 8px;
  }

  .payment-back-btn,
  .pw-complete-deposit-new-btn {
    padding: 8px;
  }

  .pw-alert-text {
    font-size: var(--extraSmall-fontSize);
  }

  .pw-payment-text {
    min-width: 206px;
  }

  .pw-payment-method {
    max-height: 75px;
    min-height: 75px;
  }

  .payment-row-method .col-lg-4 {
    margin-bottom: 10px;
  }

  .pw-game-section {
    padding: 10px;
  }

  .pw-header .pw-user-name {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pw-searchBar .pw-slider-right,
  .pw-searchBar .pw-slider-left {
    display: none;
  }

  .pw-searchBar {
    padding: 10px 0 60px;
    margin: 20px 0 40px;
    top: 52px !important;
  }

  .pw-searchBar-links {
    position: absolute;
    width: 100vw;
    top: 65px;
    margin: 0;
    background: var(--light-background);
    padding: 10px 5px;
  }

  .pw-search-field {
    width: 95%;
    margin: 0 auto;
    background: var(--light-background);
  }

  .pw-providerFilter .pw-provider-filter-toggler,
  .pw-providerFilter {
    background: var(--light-background);
  }

  .pw-how-it-works .pw-section-heading {
    margin-bottom: 30px;
  }

  .pw-why-content p {
    font-size: var(--extraSmall-fontSize);
  }

  .pw-promises {
    width: 94%;
    margin: 0 auto;
  }

  .pw-promises .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }

  .pw-promise {
    padding: 10px 10px 30px 10px;
  }

  .pw-promise img {
    width: 65px;
  }

  .pw-promise p {
    font-size: var(--small-fontSize);
    margin-bottom: 0;
  }

  .pw-how-it-works .row .col-lg-6:not(:last-child) {
    margin-bottom: 3rem;
  }

  .pw-how-it-works .row {
    margin-top: 40px;
  }

  .pw-payments {

    flex-wrap: wrap;
  }

  .pw-payments img {
    width: 30%;
  }

  .pw-main-content-container-bg {
    padding: 0;
  }

  .pw-detail-box {
    padding: 23px 15px 23px 19px;
  }

  .pw-detail-box .col-left {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .pw-leader-datatable ul.lists {
    padding-left: var(--small-fontSize);
  }

  .pw-leader-datatable ul.lists li:before {
    left: -14px;
    width: 6px;
    height: 6px;
    top: 11px;
  }

  .pw-leader-datatable td {
    padding: 8px;
  }

  .pw-scrollers {
    width: 445px;
    padding-right: 15px;
  }

  .pw-leaderboard-datatable .pw-lead-table ul.lists li:before {
    left: 0;
    width: 6px;
    height: 6px;
    top: 8px;
  }

  .pw-leaderboard-datatable .pw-lead-table ul.lists li {
    padding-left: var(--small-fontSize) !important;
  }

  .pw-leaderboard-datatable .heading h2 {
    background: linear-gradient(315deg, var(--landingPage-primary-cta) 35%, var(--landingPage-secondary-cta) 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--large-fontSize);
  }

  ul.pw-depo-lists li.pw-depo-item {
    font-size: var(--small-fontSize);
  }

  .tag-line p {
    font-size: var(--small-fontSize);
  }

  .pw-depo-child img {
    max-height: 395px;
  }

  .new-error-page .info_error h3 {
    font-size: var(--extraLarge-fontSize);
  }

  .new-error-page .info_error p {
    font-size: var(--medium-fontSize);
  }

  .pw-container-failure {
    min-width: 290px;
  }

  .coupan-btn {
    padding: 9px 42px;
  }

  .pw-deposit-container .coupan-box input.coupan-bg {
    padding: 9px 10px;
  }

  .coupan-rem {
    padding: 9px 33px;
  }

  .coupan-check {
    padding: 14px 67px 27px;
  }

  .pw-deposit-container .coupan-box {
    max-width: 100%;
  }


  .aviator-how-it-works .mob-flexes .steps h6 {
    font-size: var(--small-fontSize);
  }

  .aviator-how-it-works .title-text p {
    font-size: var(--small-fontSize);
  }

  .elipse-description p {
    font-size: var(--extraSmall-fontSize);
  }

  .elipse-description {
    max-width: 320px;
  }

  .aviator-dividers {
    max-width: 171px;
    margin-top: 35px;
  }

  .mob-contents .content-boxes.one {
    max-width: 484px;
    text-align: left;
  }

  .mob-contents .content-boxes.three {
    margin-left: 0;
  }

  .mob-contents .content-boxes {
    flex-basis: 100%;
    padding: 0px 15px;
    margin-bottom: 25px;
  }

  .aviator-how-it-works .mob-flexes {


    justify-content: flex-start;
  }

  .aviator-how-it-works .section-heading p {
    font-size: var(--medium-fontSize);
    max-width: 192px;
    margin: 0 auto;
  }

  .mob-contents .content-boxes.three,
  .mob-contents .content-boxes.two {
    text-align: left;
  }

  .aviator-how-it-works img.cloud-mob-one {
    position: absolute;
    top: 35%;
    left: 25%;
    transform: translate(-50%, -49%);
    width: auto;
  }

  .aviator-how-it-works img.cloud-mob-two {
    position: absolute;
    width: auto;
    top: 16%;
    right: 0;
    transform: translate(-12%, -84%);
  }

  .aviator-how-it-works img.cloud-mob-three {
    position: absolute;
    bottom: 2%;
    right: 0;
    transform: translate(0%, -50%);
    width: auto;
  }

  section.pw-new-header.aviator {
    background: linear-gradient(109deg, #000E2B 16%, var(--landingPage-secondary-cta) 100%);
  }

  section.pw-new-header.aviator .pw-col-left {
    margin-bottom: 0;
  }

  .coupan-btn {
    padding: 9px 42px;
  }

  .pw-deposit-container .coupan-box input.coupan-bg {
    padding: 9px 10px;
  }

  .coupan-rem {
    padding: 9px 33px;
  }

  .coupan-check {
    padding: 14px 67px 27px;
  }

  .pw-deposit-container .coupan-box {
    max-width: 100%;
  }

  .pw-aviator-banner img.mob-imgs {
    max-height: 92vh;
  }

  .pw-payment-method img {
    max-height: 75px;
    min-height: 75px;
  }

  .pw-bonus {
    min-height: 90px;
    max-height: 90px;
  }

  .pw-selcect-amount-btn {
    padding: 4px;
  }

  .khel-password-box h3 {
    font-size: 19px !important;
    margin-bottom: 25px !important;
  }

  .khel-password-box .custom_form {
    padding: 0px 15px;
  }

  .khel-change-pwd.show {
    padding: 0px 10px;
  }

  .khel-change-pwd .btn-changePswd {
    padding: 11px 11px !important;
  }

  .pw-new-header .main-flex .pw-col-right p br {
    display: block;
  }

  .pw-new-header .main-flex .pw-col-right p {
    font-size: 9px;
  }

  section.pw-new-header.aviator .pw-col-left {
    margin-bottom: 0;
  }

  .ig-tabs .ig-tab {
    font-size: var(--extraSmall-fontSize);
    padding: 5px 10px;
  }

  .ig-tabs {
    padding: 5px;
  }

  .modal {
    overflow: hidden;
  }

  .modal,
  .modal-content,
  .modal-body {
    transition: none !important;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
  }

  .modal-box {
    flex-direction: column-reverse;
  }


  .modal-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    /* padding: 1.5rem 1.5rem 0 1.5rem; */
    padding: 0 !important;
  }

  .modal-content .log_img {
    width: 65vh;
    position: static;
  }
}

@media (max-width:380px) {
  .mobile-tab {
    max-width: 133px;
  }

  .mobile-tab i.fa-solid.fa-angle-down {
    right: 19px;
  }

  .pw-promo-modal .pw-promotion {
    width: 96%;
  }

  .pw-download-mob a.pw-download-icon {
    width: 100%;
  }

  .pw-logo img {
    margin-left: 10px;
    width: 112px;
    margin-top: -5px;
  }

  .pw-manual-input-box .pw-manual-input input {
    font-size: 13.5px;
    letter-spacing: 2px;
  }

  .pw-side-menu-container {
    width: 75vw;
  }

  .pw-method-name {
    font-size: 10px;
  }

  .pw-method-range {
    font-size: 9px;
  }

  .pw-payment-text {
    min-width: 168px;
  }

  .pw-download-modal .login_box_child img {
    min-width: 340px !important;
    max-width: 340px !important
  }

  .pw-download-modal .modal-content .btn-close {
    top: -3%;
    left: 94%;
  }

  .khel-casino .main-flex {
    padding: 0px 8px;
  }

  .pw-sticky-footer a span {
    font-size: 10px;
  }

  .pw-req-otp input.otpdigit {
    width: 35px !important;
    height: 35px !important;
  }

  .mob-royality-accordion .royalty-level.start-level {
    width: 35%;
  }

  .mob-royality-accordion .royalty-level.end-level {
    width: 35%;
  }

  .mob-royality-accordion .top-box .right-box {
    padding: 8px 13px;
    font-size: 13px;
  }
}

@media (min-width: 567px) {
  .modal .col-lg-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
  }

  .modal .col-md-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
  }
}

/*----- media query ends  here ------*/