@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.cursor-pointer{ cursor: pointer;}
body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  background-color: #000000;
}
.css-mpcrd8{
  height: auto !important;
}

button {
  border: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.cur-pointer {
  cursor: pointer;
}

.bg-black {
  /* background-color: #282940; */
   background: #000000 0% 0% no-repeat padding-box;
}

.bg-blue {
  /* background-color: #282940; */
   background: #16161D 0% 0% no-repeat padding-box;
}

.bg-blue2 {
  background-color: #1C1C2E;
}

.bg-green {
background: transparent linear-gradient(314deg, #E09131 0%, #FBC730 100%) 0% 0% no-repeat padding-box;
}

.bg-orange {
  background-color: #FBC64F;
}

.bg-purple {
  background-color: #FFA5FC;
}

.bg-green2 {
  background-color: #5FFFBB;
}

.bg-pink {
  background-color: #FF5D83;
}

.bg-purple2 {
  background-color: #694e79;
}

.bg-brown {
  background-color: #685845;
}

.bg-green3 {
  background-color: #396a65;
}

.bg-blue3 {
  background-color: #4c4b7a;
}

.bg-blue4 {
  background-color: #030B11;
}

.bg-red {
  background-color: #691d2d;
}

.bg-white {
  background-color: #ffffff;
}

.bg-transparent {
  background: none;
}
.bg-oragne-dark{background: #F9D735 0% 0% no-repeat padding-box;}

.text-yellow {
  color: #FFEB36;
}

.text-green {
  color: #FDDB35;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #8082A0;
}

.text-gold {
  color: #FDDB35;
}

.text-red {
  color: #FF0808 !important;
}
.text-orange{ color:#F96300}

.text-500 {font-weight: 500;}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}
.f-left{
  float: left;
}
.mt-5{
  margin-top: 5px;
}

.mt-10{
  margin-top: 10px;
}
.mr-10{
  margin-right: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mt-50{
  margin-top: 50px;
}
.mt-90{
  margin-top: 90px;
}
.mt--30{
  margin-top: -30px;
}
.ml-20{
  margin-left: 20px;
}
.mr-30{
  margin-right: 30px;
}
.width-60 {
  width: 60%;
}

.mw-650{
  max-width: 650px;
}

.mw-450{
  max-width: 450px;
}

.padding-50 {
  padding: 50px !important;
}

.padding-30 {
  padding: 30px !important;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.ml-auto {
  margin-left: auto;
}

.mobile-header {
  display: none;
}

.alert-notification {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  border-radius: 8px;
}

.alert-blue {
  background-color: #2CAEFF;
  color: #fff;
}

.btn-transparent {
  width: 180px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  background: none;
}

.btn-rounded {
  width: 180px;
  box-shadow: 0px 3px 26px #00000086;
  height: 50px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.btn-filled {
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.btn-filled-green {
   background: transparent linear-gradient(285deg, #E09131 0%, #FBC730 100%) 0% 0% no-repeat padding-box;border-radius:8px;
  color: #282940;
}

.btn-filled-green:disabled {
  background: #8082A0;
}

.btn-filled-grey {
  color: #FDDB35;
  background-color: #16161D 0% 0% no-repeat padding-box;
}

.grey-btn-disable{
  color: #8082A0;
  background-color: #16161D 0% 0% no-repeat padding-box;
}

.btn-line {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 20px;
    border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

.grey-btn-rounded{
  color: #8082A0;
  background-color: #16161D;
  margin-left: 10px;
  cursor: pointer;
}

.btn-line-green {
  border-color: #FDDB35;
  color: #FDDB35;
}

.green-btn-rounded {
  color: #201943;
background: transparent linear-gradient(291deg, #E09131 0%, #FBC730 100%) 0% 0% no-repeat padding-box;
}

.btn-full {
  width: 100%;
}
.btn-half {
  width: 50%;
}

.btn-icon {
  border-radius: 8px;
  background-color: #000;
  font-size: 16px;
  width: 100%;
  height: 35px;
  border: none;
}

.apply-btn {
  border-radius: 8px;
  font-size: 14px;
  width: 80px;
  height: 30px;
  font-weight: 500;
  border: none;
}

.min-h-500 {
  min-height: 500px;
}

.min-200{
  min-height: 200px;
}

.login-wrap {
  padding: 50px 0px;
}

.login-welcome { margin-bottom: 50px;}
.login-welcome h2 { 
  font-size: 42px;
}

.login-welcome h4 {
  font-size: 18px;
  margin: 0;
}

.form-row {
  margin-bottom: 20px;
  position: relative;
}

.form-row .btn-row {height: 45px; border-radius: 8px; font-size: 16px;}

.form-row>label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form-row .form-control {
  height: 45px;
  border-radius: 8px;
}

.form-row .form-textarea {
  resize: none;
  width: 100%;
  border: 0;
  height: 100px;
  border-radius: 8px;
  padding: 10px 10px;
}

.input-icon-field {
  padding-right: 50px;
}

.input-icon {
  position: absolute;
  right: 10px;
  top: 35px
}


.form-row .login-info-label {
  opacity: 0.5;
  font-size: 12px;
}

.login-left-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.reset-password-label {
  margin-right: 30px;
  font-size: 14px;
}

.login-bottom-info {
  font-size: 10px;
  text-align: center;
}

.login-bottom-text h2 {
  font-size: 36px;
}

.login-bottom-text p {
  font-size: 14px; line-height: 22px; color: #fff;
}

.divider {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}

.divider:before,
.divider:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 1px;
  top: 12px
}

.divider:before {
  left: 0;
  background: transparent linear-gradient(90deg, #01D68114 0%, #01D681 100%) 0% 0% no-repeat padding-box;
}

.divider:after {
  right: 0;
  background: transparent linear-gradient(270deg, #01D68114 0%, #01D681 100%) 0% 0% no-repeat padding-box;
}

.login-account-label {
  font-size: 16px;
}

header {
  /* background-color: #282940; 
  border: 1px solid #3E3E3E;*/
  background: #16161D 0% 0% no-repeat padding-box;
}

.daily-bonus-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: right;
  padding: 25px 0px 22px;
}

.daily-bonus-label a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
}

.daily-bonus-label a:hover {
  color: #FDDB35;
  text-decoration: none;
}

.daily-bonus-wrap.active-bonus { border-bottom: 4px solid #FDDB35;}

.daily-bonus-label {
  font-size: 16.8px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.daily-bonus-small {
  font-size: 12px;
}

header .logo {
  padding: 20px 0;
}

.logo {
  font-size: 30px;
}

.mm-logo{
  width: auto;
  margin-left: 30px;
}
.adscend-logo{
  width: 133px;
}

.logo.small {
  font-size: 24px;
}
.border-left{  border-left: 1px solid #3E3E3E; }
.border-right{border-right: 1px solid #3E3E3E;  }
.carousel-inner{padding: 0px 48px;}
.carousel-inner h4{ font-size: 24px; line-height: 34px;}
.top-menu { border-right: 0px solid #3E3E3E; border-left: 0px solid #3E3E3E;   
  gap: 30px;  margin-top: 18px;
  flex-direction: row;
}

.top-menu li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
  border-bottom: 2px solid transparent;
}

.top-menu li a {
  color: #FDDB35;
  font-size: 14px;
  font-weight: 600; 
  display: block;
  border-bottom: 10px solid transparent;
}

.top-menu li a img {
  margin-top: -3px;
}

.top-menu li a.top-menu__profile {
  line-height: initial;
  padding: 14px 0;
}
 

.top-menu li a:hover,
.top-menu li a:focus {
  color: #FDDB35;
}

.top-menu li.active-head {
  border-bottom: 2px solid #FDDB35;
}

.top-menu li button {
  /* margin-top: 17px; */
}

.home-banner {
  padding: 100px 0;
}

.home-banner-titles h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.home-banner-titles h3 {
  font-size: 28px;
  margin-bottom: 50px;
}

.home-banner-titles h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.bonus-wrap-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.bonus-wrap-title h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.bonus-wrap-title h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.bonus-wrap-title p {
  font-size: 16px;
  margin-bottom: 50px;
}

.bonus-wrap {
  padding: 50px 0;
}

.works-wrap {
  padding: 50px 0;
}

.title-wrap h1 {
  font-size: 48px;
}

.works-wrap .logo img {
  width: 150px;
  margin-bottom: 20px;
}

.steps-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.steps-wrap .step-box {
  border: 1px solid #FFEB36;
  text-align: center;
  padding: 50px 50px 35px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}

.steps-wrap .step-box:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.steps-wrap .step-box:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.step-box .step {
  border: 2px dashed #FFEB36;
  position: absolute;
  padding: 4px;
  top: -15px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.step-box .step em {
  font-weight: 500;
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  background-color: #FFEB36;
  border-radius: 4px;
  display: block;
}

.steps-wrap .step-box h4 {
  font-size: 18px;
}

.steps-wrap .step-box p {
  font-size: 14px;
}

.steps-wrap .step-border {
  position: absolute;
  top: 51%;
  background-color: #FFEB36;
  width: 42px;
  height: 1px;
  right: -82px;
  z-index: 2;
}

.steps-wrap .step-box:before,
.steps-wrap .step-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 40px solid #1C1C2E;
  top: 0;
  right: -39px;
}


.steps-wrap .step-box:before {
  border-left: 40px solid #FFEB36;
  top: 0;
  right: -40px;
}

.steps-wrap .step-box:last-child:before {
  right: initial;
  left: 0;
}

.steps-wrap .step-box:last-child:after {
  right: initial;
  left: -1px;
}

.steps-back-arrow:before,
.steps-back-arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 40px solid #1C1C2E;
  top: 0;
  left: -1px;
}

.steps-back-arrow:before {
  border-left: 40px solid #FFEB36;
  left: 0;
}

.brand-logos {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.bottom-disclaimer {
  border-top: 2px solid #1C1C2E;
  padding: 20px 0;
  margin-top: 30px;
}

.bottom-disclaimer p {
  font-size: 12px;
  margin: 0;
}

footer {
  /* background-color: #282940; */
  background: #16161D 0% 0% no-repeat padding-box;
  padding-top: 50px;
}

.footer .logo {
  width: 110px;
  margin-bottom: 20px;
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-quick-links li {
  flex-basis: 50%;
  margin-bottom: 15px;
}

.footer-quick-links li a {
  color: #fff;
}

.coins-text-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.coins-text-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.coins-text-section h2 {
  font-size: 48px;
}

.coins {
  padding-bottom: 80px;
}

.footer-info-label {
  font-size: 16px;
  margin: 10px 0;
}

.footer-info-small {
  font-size: 12px;
}

.leaderboard-wrap {
  padding: 50px 0;
}

.daily-card {
  box-shadow: 0px 3px 20px #00000038;
  border-radius: 12px;
  padding: 20px;
}

.border-green{
  border: 1px solid #FDDB35;
}

.daily-card h4 {
  font-size: 18px;
}

.daily-card h3 {
  font-size: 32px;
}

.daily-card p {
  font-size: 14px;
}

.board-title-bar {
  margin-bottom: 20px;
}

.board-title-bar h1 {
  font-size: 28px;
}

.board-title-bar h4 {
  font-size: 20px;
  margin-left: auto;
  font-weight: 500;
}

.board-title-bar h4 span {
  margin: 0 10px;
}

.board-title-bar h4 i {
  cursor: pointer;
}
.board-date-bar{
  float: inline-end;
}

.leaderboard-content {
  margin-bottom: 50px;
}

.rank-indicator {
   background-color: #bfb139; 
  height: 40px;
  width: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  border-radius: 10px;
}
.offer-icon-url{
  border-radius: 10px;
}

.btn-reset{
  font-size: 12px;
  font-weight: 600;
  background: #16161D 0% 0% no-repeat padding-box;
  border: 1px solid #8082A0;
  border-radius: 54px;
  padding: 4px 12px 4px 12px;
}
.filter-icon-green{
  position: absolute;
  right: 11px;
  top: 23px;
}

.board-table table th,
.board-table table td {
  font-size: 14px;
  vertical-align: middle;
}

.board-table .table-striped>tbody>tr th {
  color: #8082A0 !important
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  --bs-table-accent-bg: #16161D !important;
  background: #16161D 0% 0% no-repeat padding-box;
  border: 0
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #000;
  border: 0
}

.table-striped>tbody>tr.active-green td {
  /* background-color: #263331; */
  --bs-table-accent-bg: transparent;
}

.active-green .rank-indicator {
  background: #64bf46
}

.cashout-wrap {
  padding: 50px 0 100px;
} 

.cashout-wrap-title {
  margin-bottom: 30px;
  gap: 20px;
}

.cashout-wrap-title h1 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.cashout-wrap-title p {
  font-size: 14px;
}

.cashout-wrap-title h1 span {
  font-weight: 300;
}

.payment-method {
  display: flex;
  gap: 20px;
}

.payment-methods-box {
  width: 320px;
  height: 165px;
  border-radius: 12px;
  box-shadow: 0px 3px 20px #00000038;
  display: flex;
  justify-content: center;
  align-items: center;
}


.payment-methods-box.amazon {
  background-color: #FFD6A3;
}

.payment-methods-box.paypal {
  background-color: #81D9FF;
}


.featured-offer {
  padding: 50px 0;
}

.offered-users-box {
  display: flex;
  border-radius: 12px;
  gap: 10px;
  background-color: #1C1D34;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.offered-users-box>div {
  flex-grow: 1;
}

.offered-users-initial {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  text-transform: capitalize;
  color: #201943;
  font-weight: 600;
}

.completed-offers {
  padding: 20px 15px;
  box-shadow: 0px 3px 20px #00000038;
  border-radius: 12px;
  max-height: calc(100vh - 130px);
}

.completed-offers h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.offered-users-name h5 {
  font-size: 14px;
  margin: 0;
  line-height: 17px;
}

.offered-users-name small {
  font-size: 10px;
}

.offered-users-amout {
  width: 65px;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  background-color: #263437;
  color: #FDDB35;
}

.offer-categories-wrap {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  /* max-height: calc(100vh - 130px); */
}

.offer-categories-item {
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0px 3px 20px #00000038;
  width: 118px;
  margin-bottom: 15px;
  position: relative;
}

.w-138{
  width: 138px;
}

.offer-categories-box {
  /* height: 115px; */
  position: relative;
  border-radius: 18px;
  display: flex;
  overflow: hidden;
}



.offer-categories-box i {
  color: #fff;
}

.offer-categories-item h4 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}

.offer-categories-item p {
  font-size: 18px;
  margin-bottom: 10px;
}

.offer-categories-tag {
  font-size: 10px;
  color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 2px 8px;
  display: inline-block;
}

.offer-categories-btn {
  display: none;
  position: absolute;
  width: 100px;
  border-radius: 8px;
  height: 30px;
  font-weight: 500;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 0;
  border-radius: 8px;
}

.offer-categories-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.offer-categories-item:hover {background: #424360}
.offer-categories-item:hover .offer-categories-btn {
  display: block;
}

.offer-categories-item:hover .offer-categories-box:after {content: '';}

.offer-application-type {
  position: absolute;
  background-color: rgba(40, 41, 64, 0.5);
  right: 5px;
  top: 5px;
  border-radius: 20px;
  padding: 2px 8px;
}
.offer-icon-left{
  position: absolute;
  background-color: rgba(40, 41, 64, 0.5);
  left: 5px;
  top: 5px;
  border-radius: 20px;
  padding: 4px 8px;
}
.offer-icon-right{
  position: absolute;
  background-color: rgba(40, 41, 64, 0.5);
  right: 5px;
  top: 5px;
  border-radius: 20px;
  padding: 4px 8px;
}

.wallet {    margin-top:0px;
  display: flex;
}

.your-wallet {
  font-size: 10px;
  margin-left: 15px;
  font-size: 16px;
  line-height: 22px;
}


.daily-bonus-small>a {
  text-decoration: underline;
}

.side-bar {
  padding: 20px;
  box-shadow: 0px 3px 20px #0000006E;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}

.side-bar ul li {
  line-height: 31px;
  position: relative;
}

.side-bar ul li .sidebar-arrow {
  display: none;
  position: relative;
  top: 7px;
}

.side-bar ul li .active-tab .sidebar-arrow {
  display: inline-block;
}

.icon-sidebar {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #8082A0;
  position: relative;
  top: 6px;
}

.icon-profile {
  -webkit-mask: url(../images/icon-profile.svg) no-repeat center;
  mask: url(../images/icon-profile.svg) no-repeat center;
}

.icon-ledger {
  -webkit-mask: url(../images/icon-ledger.svg) no-repeat center;
  mask: url(../images/icon-ledger.svg) no-repeat center;
}

.icon-in-progress {
  -webkit-mask: url(../images/icon-in-progress.svg) no-repeat center;
  mask: url(../images/icon-in-progress.svg) no-repeat center;
}

.icon-chargebacks {
  -webkit-mask: url(../images/icon-chargebacks.svg) no-repeat center;
  mask: url(../images/icon-chargebacks.svg) no-repeat center;
}

.icon-withdrawl {
  -webkit-mask: url(../images/icon-withdrawl.svg) no-repeat center;
  mask: url(../images/icon-withdrawl.svg) no-repeat center;
}


.icon-referrals {
  -webkit-mask: url(../images/icon-referrals.svg) no-repeat center;
  mask: url(../images/icon-referrals.svg) no-repeat center;
}

.side-bar ul li a:hover {
  color: #FDDB35;
}

.side-bar ul li a:hover .icon-sidebar,
.active-tab .icon-sidebar {
  background-color: #FDDB35;
}


.active-tab {
  color: #FDDB35;
}

.logout-svg {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.my-profile {
  padding: 35px 0;
}

.profile {
  display: flex;
  gap: 50px;
}
.profile-icon-text{
  font-size: 18px;
  color: #000;
}
.profile-icon {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  font-size: 77px;
  text-align: center;
  padding: 50px;
}

.profile-name {
  font-size: 28px;
}

.profile-name>a {
  font-size: 14px;
}

.profile-name>img {
  margin: 5px;
}

.email {
  font-size: 16px;
}

.profile-details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.info {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
}

.info-title {
  font-size: 14px;
}

.info-desc {
  font-size: 18px;
}

.info-icon {
  width: 38px;
  height: 38px;
  /* background: #44753B; */
  background: rgba(249, 215, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-big-details,
.wallet-small-details {
  display: flex;
  gap: 20px 2%;
}

.wallet-card {
  background: #16161D;
  border-radius: 8px;
}

.wallet-card-big {
  width: 48%;
  padding: 20px;
}

.big-dollar {
  width: 70px;
  height: 68px;
  padding: 10px;
  font-size: 33px;
}

.wallet-title-big {
  font-size: 16px;
}

.wallet-desc-big {
  font-size: 32px;
}

.wallet-card-big>button, .wallet-card-big>a {
  margin-left: auto;
  margin-top: auto;
}

.wallet-card-small {
  width: 23%;
  padding: 15px;
}

.wallet-title-small {
  font-size: 12px;
}

.wallet-desc-small {
  font-size: 24px;
}

.small-dollar {
  width: 40px;
  height: 39px;
  padding: 5px;
  font-size: 20px;
}

.menu-item {
  margin-left: 15px;
  font-weight: normal;
}

.ledger {
  margin-left: 0px;
  margin-right: 30px;
}

.ledger-name {
  align-items: center;
  gap: 5px;
}

.page-link {
  font-size: 12px;
  background-color: transparent;
  border: none;
}

.page-link:hover,
.page-link:focus {
  background-color: #FDDB35;
  color: #201943 !important;
  box-shadow: none;
}

.active-page {
  border-radius: 50%;
  background-color: #FDDB35;
  color: #201943 !important;
}

/* .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    opacity: 1;
 } */

.modal-header {
  padding: 40px;
  border-bottom: none;
}

.modal-heading {
  gap: 40px;
  margin-bottom: 20px;
}

.back-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  background: none;
  z-index: 1;
  color: #FFF;
  font-size: 15px;
}

.back-popup i {
  font-size: 25px;
  position: relative;
  top: 4px;
}


.popup-icon {
  width: 115px;
  height: 115px;
  background: #1C1C2E;
  border-radius: 12px;
  overflow: hidden;
}
.inprogress-count{    font-size: 14px;
  color: #000;
  background-color: #FDDB35;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 7px;
  text-align: center;}
.remove-popup-icon{padding: 30px 0px;}
.remove-popup-icon .popup-icon{margin: auto;}
.remove-popup-title{font-size: 24px;}
.featured-offer-model{ max-width: 575px;}
.popup-heading-text{font-size: 25px; font-weight: 600;}
.popup-heading-text small{font-size: 18px;}
.featured-offers-details{max-height: 300px; overflow: auto; padding-right: 10px;}
.popup-heading {
  font-size: 24px;
}

.task-heading {display: flex; align-items: center;}
.task-heading h5{font-size: 16px; color: #FFF;}
.task-heading p{margin-left: auto;}
.task-heading p span{ font-weight: 500;}
.task-cell{display: flex; align-items: center; gap: 10px; padding: 7px; border-radius: 10px;}
.cell-title{font-size: 14px; color: #8082A0;}
.task-status{display: flex; gap: 10px; align-items: center; color: #FFF;}
.task-status label {font-size: 12px;}
.task-amount{ padding: 4px 18px 4px 15px; font-size: 14px; border-radius: 10px; color: #FFF;}
.task-cell .custom-radio span{ top:0px}
.task-amount small{font-size: 10px;}
.task-pending{ color: #8082A0;}
.task-pending .cell-title, .task-pending .task-status, .task-pending .task-amount{
  color: #8082A0;
}
.task-completed{color: #FDDB35;}
.task-completed .cell-title, .task-completed .task-status, .task-completed .task-amount{
  color: #FDDB35;
}
.task-cancelled{border: 1px solid #FF0D0E; color: #FF0D0E;}
.task-cancelled .cell-title, .task-cancelled .task-status, .task-cancelled .task-amount{
  color: #FF0D0E;
}

.feature {
  display: flex;
  gap: 15px;
  align-items: center;
}

.feature-box {
  height: 30px;
  background: #1C1C2E;
  border-radius: 54px;
  padding: 3px 12px;
  font-size: 16px;
}

.feature-box>i {
  margin-right: 5px;
  font-size: 14px;
}

.modal-body {
  padding: 40px;
}

.info-heading {
  font-size: 16px;
  position: relative; 
}

.info-heading::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 35px;
  background-color: #1C1C2E;
  right: 20px;
  top: 6px;
}

.info-heading:last-child:after {
  content: none;
}

.info-body {
  font-size: 18px;
}

.seperator {
  width: 2px;
  height: 40px;
  border-radius: 12px;
}

.modal-desc {
  border-radius: 12px;
  padding: 20px;
}

.desc-title {
  font-size: 16px;
}

.desc-body {
  font-size: 14px;
}

.rewards-title {
  font-size: 16px;
}

.task {
  display: flex;
  width: 100%;
  border-radius: 12px;
  font-size: 16px;
  padding: 20px;
  justify-content: space-between;
}

.money {
  padding: 6px 8px;
  border-radius: 6px;
  margin-left: 20px;
}

.steps {
  font-size: 16px;
}

.modal-footer {
  border-top: none;
}

.modal-footer-checklist {
  justify-content: center;
  margin-top: -30px;
}

.capsule-wrap {
  background-color: #16161D 0% 0% no-repeat padding-box;
  color: #8082A0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 54px;
}

.earnon-container .capsule-wrap.selected-capsule {
  border-radius: 8px;
  padding: 5px 10px;
}

.capsule-wrap.selected-capsule i {
  color: #FDDB35;
}

.earnon-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.earnon-container .capsule-wrap {
  margin-right: 15px;
  padding: 5px 15px;
}

.earnon-container .label-earnon {
  line-height: 34px;
}

.custom-radio input {
  display: none;
}

.custom-radio span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8082A0;
  position: relative;
  top: 4px;
  margin-right: 2px;
}

.custom-radio span i {
  display: none;
}

.custom-radio em {
  font-style: normal;
  display: inline-block;
}

.custom-radio input:checked+span {
  border: 2px solid #FDDB35;
  background-color: #FDDB35;
}

.custom-radio input:checked+span i {
  display: block;
  color: #282940;
  font-size: 20px;
  position: absolute;
  line-height: 20px;
  left: -2px;
  top: -1px;
}

.custom-radio input:checked~em,
.custom-radio input:checked~i {
  color: #FDDB35;
}

.table-title {
  width: 22%;
}

.table-desc {
  width: 80%;
  font-size: 14px;
}

.headset-icon {
  font-size: 18px;
}

.menu-icons {
  font-size: 19px;
}

.accordion-button:not(.collapsed) {
  background-color: #16161D;
  box-shadow: none;
  font-size: 18px;
  padding: 10px 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBC730'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
}

.accordion-body {
  padding: 10px 15px;
  font-size: 14px;
}

.accordion-button {
  background: #16161D;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 8px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBC730'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.my-profile-header .dropdown>button,
.mobile-header .dropdown>button,
.ledger .dropdown>button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
}

.my-profile-header .btn-secondary,
.mobile-header .btn-secondary {
  background: #1C1C2E !important;
  border: none;
  color: #FDDB35 !important;
}

.my-profile-header .dropdown-menu,
.mobile-header .dropdown-menu,
.ledger .dropdown-menu {
  transform: translate3d(10px, 35px, 0px) !important;
}

.my-profile-header .dropdown-menu-arrow,
.mobile-header .dropdown-menu-arrow,
.ledger .dropdown-menu-arrow {
  top: -25px;
  left: 90%;
  position: relative;
}

.my-profile-header .dropdown-menu-arrow:before,
.mobile-header .dropdown-menu-arrow:before,
.ledger .dropdown-menu-arrow:before,
.my-profile-header .dropdown-menu-arrow:after,
.mobile-header .dropdown-menu-arrow:after,
.ledger .dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
}

.my-profile-header .dropdown-menu-arrow:after,
.mobile-header .dropdown-menu-arrow:after,
.ledger .dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #282940;
}

.my-profile-header .dropdown-item:hover,
.mobile-header .dropdown-item:hover,
.ledger .dropdown-item:hover {
  color: #FDDB35 !important;
  background-color: #16161D 0% 0% no-repeat padding-box;
}

.status {
  display: flex;
}

.friend-heading {
  width: 33%;
}


.seperator {
  width: 2px !important;
  height: 40px;
  border-radius: 12px;
}

.update-username {
  /* max-width: 350px;
  max-height: 350px; */
}

.update-username>div>div {
  padding: 0;
}

.update-username>div {
  border: 1px solid #5F5F5F!important;
  padding: 20px;
}

.update-username-close {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.error-field {
  border: 2px solid #FF0808;
}

.update-username-body {
  padding: 0px;
}

.error-text {
  font-size: 12px;
}

.sticky-bar { display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  height: 70px;
}
/* .sticky-bar li { padding: 12px 10px 0px 10px;} */

.sticky-bar li a {  padding: 12px 10px 0px 10px; font-size: 10px;  
  text-align: center;
}

.footer-sticky-bar {   padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;}
.footer-sticky-bar  li { text-align: center;padding: 5px 13px; border-bottom:transparent   solid 3px;}
.footer-sticky-bar  li a {    font-size: 10px;    text-align: center; }
.footer-sticky-bar .active-tab{ background: #000;  border-bottom: #F8C031 solid 3px; color: #F9D735;}
.footer-sticky-bar .active-tab  a{color: #F9D735;}
.footer-sticky-bar .active-tab img{ filter:none;}
.footer-sticky-bar  li a img{   padding: 2px 0px;   filter: brightness(0.7) grayscale(100%) contrast(120%);
}



.icon-menu {
  width: 20px;
  height: 20px;
  margin: 0 auto 2px;
  background-color: #8082A0;
}

.icon-home {
  -webkit-mask: url(../images/home.svg) no-repeat center;
  mask: url(../images/home.svg) no-repeat center;
}

.icon-earn {
  -webkit-mask: url(../images/icons/icon_earn.svg) no-repeat center;
  mask: url(../images/icons/icon_earn.svg) no-repeat center;
}

.icon-journey {
  -webkit-mask: url(../images/icons/icon_journey.svg) no-repeat center;
  mask: url(../images/icons/icon_journey.svg) no-repeat center;
}

.icon-bonus {
  -webkit-mask: url(../images/icons/icon_bonus.svg) no-repeat center;
  mask: url(../images/icons/icon_bonus.svg) no-repeat center;
}

.icon-cashout {
  -webkit-mask: url(../images/icons/icon_cashout.svg) no-repeat center;
  mask: url(../images/icons/icon_cashout.svg) no-repeat center;
}
.icon-spin{
   -webkit-mask: url(../images/icons/icon_spin.svg) no-repeat center;
  mask: url(../images/icons/icon_spin.svg) no-repeat center; 
}

.sticky-bar li a:hover,
.sticky-bar li a:active {
  fill: #FDDB35;
}

.sticky-bar li a.active-tab {
  border-bottom: 4px solid #FDDB35;
}

.sticky-bar li a.active-tab .icon-menu {
  background-color: #FDDB35;
}


.sticky-bar i {
  font-size: 20px;
  display: block;
}

.dropdown-filter {
  transform: translate3d(14px, 21px, 0px) !important;
  padding: 10px;
  width: 200px;
}

.dropdown-filter>div {
  padding-left: 5px;
}

.filter-item:hover {
  color: white !important;
}

.filter-item label {
  font-size: 14px;
}

/* .modal:nth-of-type(even) {
  z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1061 !important;
} */

.remove-filter {
  margin-right: 15px;
  font-size: 14px;
}
.filter-disabled{opacity: 0.3;}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #16161D;
  border: 1px solid #FFFFFF;
}

.checkbox-container input:checked~.checkmark {
  background-color: #FDDB35;
  border-color: #FDDB35;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 3px;
  top: 0px;
  width: 7.5px;
  height: 10px;
  border: solid #282940;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.profile-popup-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
}

.profile-popup-table>tbody>*>* {
  padding: 16px 16px;
}

.profile-popup-table>tbody>tr:nth-child(odd)>td:first-child,
.profile-popup-table>tbody>tr:nth-child(odd)>th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.profile-popup-table>tbody>tr:nth-child(odd)>td:last-child,
.profile-popup-table>tbody>tr:nth-child(odd)>th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.offer-partners {
  margin-bottom: 50px;
}

.offer-partners h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

.offer-partners p {
  margin-bottom: 30px;
}

.offer-partners__row {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.offer-partners__block {
  height: auto;
  border-radius: 12px;
  background-color: #16161D;
  width: 190px;
  position: relative;
}

.offer-partners__block h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 12px 0;
}

.partners-top-block img {
  width: 100%;
}

.close-modal {
  background-color: transparent;
  z-index: 1;
  opacity: unset;
  border: 0;
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: -30px;
  top: -5px;
}

.earning-head {
  display: flex;
  gap: 10px;
}

.earning-head .profile-popup-icon {
  width: 65px;
  height: 65px;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  margin-left: 0;
}

.earning-table-wrap {
  margin-top: 40px
}

.earning-head .profile-name {
  font-size: 20px;
}

.earning-head .info-title {
  font-size: 12px;
}

.sm-country-flag {
  width: 14px;
  height: 14px;
}

.earning-head .info-desc {
  font-size: 12px;
}

.earning-cards-wrap .info-icon {
  width: 40px;
  height: 40px;
  font-size: 22px;
  padding: 5px 10px;
}

.earning-cards-wrap .info {
  gap: 10px
}

.earning-cards-wrap .wallet-title-big {
  font-size: 12px;
}

.earning-cards-wrap .wallet-desc-big {
  font-size: 20px;
}

.earning-cards-wrap .wallet-card {
  background-color: #1C1C2E;
}

.earning-cards-wrap .wallet-card-big {
  padding: 10px;
}

.modal-title {
  font-size: 18px;
}

.popup-heading h4 {
  font-size: 24px;
  font-weight: 500;
}

.popup-heading p {
  font-size: 24px;
  font-weight: 500;
}

.popup-heading__cash-icon {
  margin-right: 5px;
}

.feature-overwrap {
  max-height: 460px;
  overflow: hidden;
}

.contact-wrap {
  padding: 100px 15px;
}

.contact-wrap-box {
  padding: 50px;
  border-radius: 12px;
}

.contact-wrap-box p {
  font-size: 14px;
  margin-bottom: 30px;
}

.contact-wrap-box .btn-filled {
  height: 45px;
}

.contact-information {
  background-size: cover;
}

.contact-information > h5 {font-size: 18px;}
.contact-information > h2 {font-size: 48px;}

.contact-information-row {
  margin-top: 50px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.contact-information-box {
  border-radius: 8px;
  padding:10px 20px;
  max-width: 300px;
}

.contact-information-box .bi-envelope-open-fill {margin-right: 5px;}

.contact-information-row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.world-map {padding-top: 100px;}

.feature__view-all {
  display: block;
  position: absolute;
  top: 93px;
  right: 25px;
}

.feature__view-all i {position: relative; left: 0; transition: all 0.5s ease;}
.feature__view-all:hover {color: #000;}
.feature__view-all:hover i {left: 5px;}


.claim-button {
  background-color: #395343;
  color: #FDDB35;
  padding: 5px 15px;
  border-radius: 7px;
}

.birthday-input {
  width: 95px;
}

.birthday-feedback {
  font-size: 12px;
}

.birthday-validation {
  font-size: 14px;
}

.birthday-validation ol {
  list-style-position: inside;
  padding-left: 0px;
}

.birthday-validation ol li {
  list-style: inherit;
}

.enter-birthday {
  gap: 20px;
}

.view-birthday {
  min-height: 492px;
}

.birthday-info {
  margin-top: auto;
  flex-grow: 1;
}

.display-birthday {
  margin-bottom: 18px;
}

.display-birthday p,
.show-confirm-birthday p {
  font-size: 18px;
  font-weight: 500;
}

.edit-birthday button {
  font-size: 14px;
  font-weight: 600;
}

.edit-birthday button i {
  margin-right: 7px;
}

.customer-support {
  font-size: 14px;
  margin-bottom: 50px;
}

.birthday-confirm {
  padding: 60px;
}

.revenue-universe {
  max-width: 822px;
}

.revenue-content {
  padding: 30px;
}

.revenue-content__cash-icon {
  font-size: 24px;
}

.revenue-content .nav-pills .nav-link {
  font-size: 14px;
  background: #1C1C2E;
  box-shadow: 0px 3px 6px #00000029;
  color: #ffffff;
  border-radius: 54px;
}

.revenue-content .nav-pills,
.revenue-content__form {
  gap: 10px;
}

.revenue-content__form select {
  background: #16161D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #8082A0;
  border-radius: 54px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.revenue-content__form select:first-child {
  width: 170px;
}

.revenue-content__form select:last-child {
  width: 98px;
}

.revenue-content__items {
  flex-wrap: wrap;
  gap: 15px;
}

.revenue-content__item {
  background: #1C1D34;
  border-radius: 12px;
  padding: 10px;
  gap: 15px;
  flex-basis: 49%;
}

.revenue-content__item-price {
  background: rgba(127, 251, 79, 0.1);
  border-radius: 6px;
  padding: 12px;
  width: 35%;
}

.revenue-content__old-price {
  font-size: 14px;
  text-decoration: line-through;
}

.revenue-content__new-price {
  font-size: 18px;
}

.active-nav {
  background-color: #FDDB35 !important;
  color: #201943 !important;
}

.amazon-pay {
  padding: 30px;
}

.amazon-pay__heading {
  gap: 15px;
}

.amazon-pay__heading i {
  font-size: 16px;
}

.amazon-pay__heading h3 {
  margin-bottom: 0px;
}

.amazon-pay__coins {
  font-size: 18px;
  font-weight: 500;
}

.amazon-pay__body {
  width: 320px;
  margin: auto;
}

.amazon-pay__select-amount {
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  color: #8082A0;
  margin-bottom: 5px;
}

.amazon-pay__select-amount:focus-visible {
  outline: none;
}

.amazon-pay__select-amount option {
  background-color: #16161D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #0000006E;
  border-radius: 8px;
  font-size: 16px;
}

.amazon-pay__select-amount option:not(:first-of-type) {
  color: #ffffff;
}

.amazon-pay .form-row {
  margin-bottom: 40px;
}

.amazon-pay-confirm {
  padding: 40px;
}

.amazon-pay-confirm__heading {
  font-size: 18px;
  font-weight: 500;
}

.amazon-pay-confirm__gift-card {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 10px;
  margin: 0px auto 30px auto;
}

.amazon-pay-confirm__gift-card-heading {
  text-align: left;
  gap: 100px;
}

.amazon-pay-confirm__gift-card-heading img,
.paypal-pay-confirm__gift-card-heading img {
  width: 125px; 
  /* height: 25px */
}


.amazon-pay-confirm__gift-card-amount {
  font-size: 36px;
  font-weight: 600;
}

.amazon-pay-confirm__cta,
.verification-code__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amazon-pay-confirm__cta button {
  width: 240px;
}

.amazon-pay-confirm .payment-methods-box.amazon {
  background-color: #243040;
  box-shadow: 0px 3px 20px #00000038;
}

.amazon-congrats h3 {margin: 0; font-size: 28px; }
.amazon-congrats .subheading {font-size: 14px; font-weight: 500;}
.amazon-logo img {box-shadow: 0px 3px 20px #00000038;}
.details-verification__list {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.details-verification__footer p {
  font-size: 12px;
}

.verification-code {
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.verification-code__cta button {
  width: 200px;
}

.fill-mobile {
  min-height: 458px;
}

.fill-mobile__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fill-mobile .form-row {
  margin-bottom: 5px;
}

.claim-cash {
  padding: 70px 60px;
}

.claim-cash__title {
  margin-bottom: 50px;
}

.claim-cash__title-confirm {
  font-size: 23px;
}

.claim-cash__cta {
  gap: 15px;
}

.claim-cash__cta button {
  width: 150px;
}

.claim-cash__cta button:last-child {
  border: 1px solid #FDDB35;
}

.amazon-congrats__card,
.amazon-congrats__cta {
  margin: 0 auto 30px auto
}

.amazon-congrats__cta {
  width: 320px;
}

.mobile-number {
  font-size: 12px;
}

.enter-amount .dropdown>button {
  width: 100%;
  background-color: white;
  color: #8082A0;
  text-align: left;
  padding: 10px;
}

.enter-amount .dropdown>button:after {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #000;
}

.enter-amount .dropdown>button:hover,
.enter-amount .dropdown>button:active {
  background-color: white;
  color: #8082A0;
  border-color: white;
}

.enter-amount .dropdown-menu {
  width: 100%;
  transform: translate3d(0px, 50px, 0px) !important;
}

.enter-amount .dropdown-item {
  color: #ffffff;
}

.paypal-pay-box p {
  font-size: 12px;
}

.paypal-pay-confirm__total {
  font-size: 22px;
  font-weight: 600;
}

.paypal-pay-confirm__gift-card-heading {
  gap: 75px;
  text-align: left;
}

.paypal-pay-confirm__disclaimer {
  padding: 10px;
}

.account-locked-img {
  height: 95px;
  width: 95px;
}

.details-verification__verified-box {
  background-color: #2CAEFF;
  width: 235px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: -12px;
  line-height: 29px;
}

.details-verification__check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

.details-verification__check-icon i::before {
  vertical-align: -0.5px;
}

.upload-document__browse-gallery {
  font-size: 12px;
  background: transparent;
}

.upload-document__input {
  width: 100%;
  height: 45px;
  background: white;
  border-radius: 8px;
  padding: 10px;
}

.upload-document__input span {
  font-size: 16px;
}

.details-verification__pending {
  font-size: 12px;
}

.file-reuplod {position: absolute; top: 40px; right: 10px; font-weight: 600; cursor: pointer;}
.file-reuplod input{display: none;}
.browse-files-btn {line-height: 48px; cursor: pointer;}
.browse-files-btn input{display: none;}

.gift-card-wrap h3 {font-size: 20px; margin-bottom: 20px;}
.gift-card-row {display: flex; flex-wrap: wrap; gap: 20px;}
.gift-card-row__box {flex-grow: 1;}
.gift-card-row__box img {width: 162px; border-radius: 8px; cursor: pointer;}
.gift-card-row__box img.selected {border: 3px solid #FDDB35;}
.gift-card-checkout h3 {font-size: 20px; margin-bottom: 20px;}
.gift-card-payment {background-color: #16161D; border-radius: 12px; padding: 15px;}
.gift-card-payment h4 {font-size: 14px; font-weight: 500;}
.gift-card-payment .clear { margin-left: auto; font-size: 14px; font-weight: 500; cursor: pointer;}
.payment-brand {margin: 20px 0; display: flex; gap: 15px;}
.payment-brand img {width: 120px; height: 75px; box-shadow: 0px 3px 20px #00000038;}
.gift-card-payment .btn-filled {font-size: 16px; height: 45px;}
.gift-brand-wrap {display: flex; flex-wrap: wrap; margin-top: 50px; gap: 25px;}
.gift-brand-box img {width: 94px; height: 70px; border-radius: 8px;}
.gift-brand-box img.selected {border: 3px solid #FDDB35;}
.payment-process {min-height: 210px;}

.coming-soon { display: table; margin: 50px auto; text-align: center;}
.coming-soon h1 {font-size: 38px; margin: 30px 0 0;}
.coming-soon h2 {font-size: 28px; margin: 30px 0 0;}
.coming-soon p {font-size: 16px;}

.coming-soon .form-row {text-align: left;}

.home-slider {margin-bottom: 50px; padding-bottom: 20px;}
.home-slider .carousel-indicators {margin: 0; justify-content: flex-start; z-index: 1;}

.home-slider .carousel-indicators [data-bs-target] {width: 11px; height: 11px; border-radius: 50%; border: 0;}
.home-slider .carousel-indicators .active {width: 30px; border-radius: 10px;}

.coins .coin-grid {max-width: 500px; margin: auto;}
.coins .coin-grid .coin-image {text-align: center; margin: 30px 0;}

.timer-box{
  display: inline-block;
  min-width: 90px;
}

.paypal-logo{
  width: 125px !important;
  height: 45px !important;
}
.LTC-price{
  font-size: 36px;
  color: #201943;
  font-weight: 600;
}
.litecoin-icon{
  width: 40px;
  height: auto;
}
.copiedtext {
  position: absolute;
  left: 0; top: 0; right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all .500s;
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-2em);
}

.reload-user{
  margin-left: auto;
  text-align: right;
  gap: 10px;
  display: flex;
}

.mobile-dropdown a{
  margin-bottom: 10px;
  color: #FFF;
}

.mobile-dropdown .active-tab{
  color: #FDDB35 !important;
}

.notified-alert {
  margin-top: 50px;
  text-align: center;
}

.notified-alert h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.notified-alert p {
  font-size: 16px;
}

.table-user-icon {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  line-height: 34px;
  display: inline-block;
}

.referral-link {
  margin: 30px 0;
}

.referral-link__box {
  display: flex;
  background: #16161D 0% 0% no-repeat padding-box;
  padding: 30px;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.referral-link__button {margin-left: auto;}
.referral-link__item label{display: block;}

.payment-process__transaction {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.payment-brand__label {
  line-height: 18px;
  width: 140px;
}

.ledger-message {
  display: table;
  margin: 50px auto;
  text-align: center;
}

.ledger-message .btn-filled {
  max-width: 400px;
  width: 100%;
}

.ledger-message p{
  font-size: 14px;
    font-weight: 500;
}

/* Intro Css */

.intro-wrap {
  display: none;
  background-color: #1C1C2E;
  border-radius: 8px;
  padding: 20px;
}

.intro-mode:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
    background-color: rgba(0,0,0,0.85);
}

.intro-center-content {
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
 z-index: 1;
}
.intro-wrap h4 {
  font-size: 20px;
}

.sticky-bottom-mobile{
  position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    /* padding: 0 15px; */
    /* z-index: 1; */
}

.sticky-bottom-mobile ul li{
  position: relative;
}

.bottom-80{
  bottom: 80px;
  left: -20px;
}

.intro-mode .intro-wrap {
  display: block;
  } 

  /* .intro-mode #reload-userstatus{
    background-color: #666;
  } */

.intro-content {
  position: absolute;
  min-width: 280px;
  z-index: 1;
}

.intro-support{
  position: fixed;
  top: 55%;
  right: 80px;

}

.intro-content-view-all {
  top: 50px;
  right: 100px;
}

.intro-mode .highlight-intro {position: relative; display: inline-block; z-index: 1;}
.intro-mode .highlight-intro-abs {z-index: 1;}

.intro-mode .highlight-intro:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro-mode .home-slider .carousel-indicators{
  z-index: 0;
}

.left--50 {
  left: -50px;
}
.left--110 {
  left: -110px;
}

.left-180 {
  left: 180px;
}

.left-225 {
  left: 225px;
}

.right-20{
  right: 20px;
}
.right-150 {
  right: 150px;
}

.top-25 {
  top: 25px;
}
.top-80 {
  top: 80px;
}
.top-120 {
  top: 120px;
}

.top--150 {
  top: -150px;
}

.top--170 {
  top: -170px;
}

.right-50 {
  right: 50px;
}

.right-80 {
  right: 80px;
}

.right--250 {
  right: -250px;
}

.top-65 {
  top: 65px;
}

.right--80 {
  right: -80px;
}

.left--300 {
  left: -300px;
}
.left--350 {
  left: -350px;
}
.top--50 {
  top: -50px;
}
.top--120 {
  top: -120px;
}
.bottom-40{
  bottom: 40px;
}
.top-200 {
  top: 200px;
}
.bottom-120{
  bottom: 120px;
}
.bottom-105{
  bottom: 105px;
}
.intro-feature-arrow {
  left: -65px;
  bottom: 0;
}

.intro-faq-arrow {
  left: 10px;
  bottom: -25px;
}

.intro-viewall-arrow {
  right: -40px;
  top: 0px;
}

.intro-offer-arrow {
  left: -95px;
  bottom: 0;
}

.arrow-daily-bonus {
  position: absolute;
  top: -67px;
  left: 90px;
}

.arrow-leaderboard {
  position: absolute;
  top: 85px;
  left: 229px;
}


.arrow-header-profile {
  position: absolute;
  top: -80px;
  right: -50px;
}

.arrow-edit-profile {
  position: absolute;
  top: -80px;
  left: 0;
}

.intro-ledger-arrow {
  left: -95px;
  top: 0px;
}

.intro-ledger-title-arrow {
  right: -50px;
  top: -50px;
}

.intro-cashout-arrow {
  left: 35px;
  bottom: -25px;
}

.intro-arrow-cashout {
  left: 14px;
  bottom: -50px;
}

.intro-service-arrow {
  right: -5px;
  bottom: -9px;
}

.arrow-cashout-bonus {
  position: absolute;
  top: -25px;
  right: -80px;
}

.arrow-cashout-menu{
  position: absolute;
  bottom: -63px;
  right: 0px;
}

.arrow-earn-menu {
  position: absolute;
  top: -80px;
  left: 0;
}

.top-menu .intro-content {
  min-width: 270px;
}


.intro-content-final {
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 12px;
  padding: 30px;
}

.intro-content__left h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.intro-content__left h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.intro-content__congrats {
  background-color: #0d0c0c;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
}

.intro-content__congrats-img {
  margin: 40px 0;
}

.intro-content__congrats h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.intro-content__steps .circle-icon {
  color: #FDDB35;
  font-size: 20px;
}

.intro-content__steps ul {
  position: relative;
}

.intro-content__steps ul:before {
  content: '';
  border: 2px dashed #FDDB35;
  position: absolute;
  left: 8px;
  height: 78px;
  top: 28px;
  ;
}

.intro-content__steps li {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.intro-content__steps li label {
  font-weight: 500;
}

.intro-content__steps li p {
  font-weight: 500;
  font-size: 18px;
}

.arrow-earn-mobile { position: absolute; bottom: -35px; left: 12px;}
.arrow-bonus-mobile { position: absolute; bottom: -58px; left: 83px;}

.signup-tooltip {background: #0D0C0C; text-align: center; border-radius: 10px; padding: 20px; position: absolute; right: 20px; top: 85px; width: 250px; z-index: 1;}
.signup-tooltip:after {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 18px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 18px solid #0d0c0c;
  right: 0;
  top: -10px;
}

.signup-tooltip h4 {font-size: 18px;}
.signup-tooltip p {font-size: 14px;}

.modal-profile {max-width: 800px; width: 95%; margin: auto;}
.profile-popup-body .profile-name {font-size: 20px;}
.profile-popup-body .info-title {font-size: 12px;}
.profile-popup-body .info-desc {font-size: 12px;}

.profile-popup-body .big-dollar {width: 40px; height: 40px; font-size: 20px;}
.profile-popup-body .wallet-title-big {font-size: 12px;}
.profile-popup-body .wallet-desc-big {font-size: 20px;}
.profile-popup-body .small-profile {display: flex; gap: 10px;}

.profile-popup-body .wallet-card-big {width: auto; background-color: #171827; padding: 10px; margin: 0 0 0 20px;}
.profile-popup-body .wallet-big-details, .profile-popup-body .wallet-small-details {gap: initial;}

.offer-partners__info {
  position: absolute;
  top: 10px;
  right: 10px;
}

.offer-partners__info-box {
  position: absolute;
  background-color: #2CAEFF;
  width: 270px;
  right: 0;
  bottom: 60px;
  padding: 20px;
  border-radius: 8px;
  z-index: 1;
}

.offer-partners__info-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid #2caeff;
  border-bottom: 18px solid transparent;
  right: 0;
  bottom: -12px;
}

.offer-partners__info-box h4 {font-size: 16px; text-align: left; margin: 0;}
.offer-partners__info-box p {margin: 10px 0 0;}

.country-dropdown {
  margin-left: 20px;
}

.country-dropdown > button {
  color: #201943;
  text-align: left;
  background-color: #FAFBFB;
  height: 32px;
  width: 170px;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 16px;
}

.country-dropdown > .dropdown-toggle:hover, .country-dropdown > .dropdown-toggle:active, .country-dropdown > .dropdown-toggle.show{
  background-color: #FAFBFB;
  color: #201943;
}

.country-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
}


.user-list-strip { display: flex; margin: 10px 0; gap: 10px; overflow: hidden;}
.user-list-strip .user-detail {display: flex; background-color: #16161D; padding: 5px; border-radius: 6px; gap: 10px; min-width: 185px;}
.user-detail-name span { width: 26px; height: 26px; font-size: 14px; display: inline-block; text-align: center; border-radius: 6px; line-height: 26px;}
.user-detail-desc h5 {font-size: 12px; margin-bottom: 0;}
.user-detail-desc p {font-size: 10px;}
.user-detail-money span{display: inline-block; padding: 5px 10px; font-size: 12px; background-color: #1C1D34; border-radius: 6px; margin-left: 5px;}
.arrow-user-strip {position: absolute; right: -20px; color: #fff; font-size: 18px; cursor: pointer; top: 8px;}
.user-transaction {width: 200px; padding: 10px; background-color: #1C1C2E; position: absolute; right: 0; top: 0; z-index: 1; flex-direction: column; margin: 0;}
.user-transaction h4 {font-size: 14px; color: #fff;}
.close-transactions {float: right; color: #fff; font-size: 14px;}
.user-detail-money {margin-left: auto;}


.max-height { max-height: calc(100vh - 130px);}
.width-170 { width: 170px;}
.font-12 { font-size: 12px;}
.underline{text-decoration: underline;}
.font-10 { font-size: 10px;}
.review-wrap__card {
  padding: 40px;
  border-radius: 14px;
  min-height: 375px;
  border: 1px solid transparent;
}
.review-wrap__card:hover {
  border: 1px solid #FDDB35;
}
.review-wrap__card h4 {
  font-size: 18px;
  margin: 20px 0;
}
.reviwer-date {margin-top: 20px;}
.review-wrap {margin-top: 50px;}
.review-wrap {margin-top: 50px;}
.review-wrap .title-wrap {margin-bottom: 50px;}
.logo-trustpilot {margin-bottom: 20px;}
.reviwer-date__logo {float: right;}

.surveys-coins-won {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100px;
  background: url(../images/bg-coin.png) no-repeat;
  align-items:center;
  justify-content: center;
  border-radius: 18px 18px 0 0;
}

.featured-surveys .offer-categories-item {
  padding: 0;
}

.surveys-coins-won h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.surveys-coins-won span {
  font-size: 18px;
  font-weight: 600;
}

.survey-content {
  padding: 10px;
}

.star-rating-wrap {
  color: #FFEB37;
  font-size: 12px;
  margin-bottom: 5px;
}

.offer-categories-item .survey-content__ratings {
  font-size: 14px;
}

.offer-categories-item .survey-content__time {
  font-size: 12px;
}

.offer-categories-item .survey-content__time span {
  font-size: 18px;
}

.offer-partners__tabs ul {
  display: flex;
  gap: 20px;
}

.offer-partners__tabs ul li span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #16161D 0% 0% no-repeat padding-box;
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.offer-partners__tabs ul li.active-offers span{
  color: #0D0C0C;
  background-color: #FDDB35;
}

.offer-patners__brand ul {
  display: flex;
}

.offer-patners__brand-box {
  position: relative;
  height: 130px;
  padding: 10px;
  border-radius: 12px;
  background-color: #16161D 0% 0% no-repeat padding-box;
}

.offer-patners__brand-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.offer-patners__brand-tags span {
  background-color: #16161D 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 25px;
}

.spin-wheel-wrap {padding: 5px 0; position: relative;}

.spin-wheel-holder { max-width: 650px; margin: auto;}
.spin-wheel-holder h2 {font-size: 36px; font-weight: 600; color: #fff;}
.spin-wheel__outer-left {background-color: #16161D; border-radius: 12px; padding: 15px; width: 480px; height: 300px; display: flex; flex-direction: column}
.spin-wheel__inner-left {background-color: #16161D;}
.spin-wheel__outer-circle {width: 400px; height: 400px; border-radius: 50%; background-color: #16161D; padding: 15px; 
  position: absolute; right: 0; bottom: 0;}
.spin-wheel__inner-circle {width: 370px; height: 370px; border-radius: 50%; background-color: #16161D; position: relative; z-index: 2;}
.spin-wheel__balancer {display: flex; position: relative; margin-top: 80px; z-index: 0;}
.spin-wheel__inner-left {width: 290px; border-radius: 12px 0 0 12px; position: relative; z-index: 1;}
.spin-wheel__center-text {height: 200px; display: flex; flex-direction: column; justify-content: center; text-align: center;}
.spin-wheel__center-text h5 {color: #fff;}
.spin-wheel__center-text p {color: #fff;}

.spin-wheel__inner-label { color: #fff; position: absolute; top: -37px; background: #16161D; padding: 10px;
  border-radius: 12px 12px 0 0; left: 15px; font-weight: 600; font-size: 20px;
}
.spin-wheel__count { background-color: #FDDB35; color: #201943; width: 25px; height: 25px; display: inline-block; border-radius: 50%; text-align: center;  line-height: 25px;}
.spin-wheel__outer-left button {width: 280px; margin-top: 15px; font-weight: 600;}
.wheels-steps {padding: 100px 0;}
.wheels-steps__box {
  background-color: #16161D ;
  border-radius: 12px;
  text-align: center;
  position: relative;
  padding: 15px 0 20px;
  border: 1px solid #F9D735;
}
.wheels-steps__box:hover {border: 1px solid #FDDB35;}
.wheels-steps__img {position: absolute; left: 50%; transform: translateX(-50%); top: -40px;}
.wheels-steps__box h5 { background: #16161D;  color: #FDDB35; font-size: 20px; border: 1px solid #FDDB35; border-radius: 12px;     position: relative;
 transform: translateX(76%);    margin: -38px 0px 20px 0px;    width: 160px;    padding: 14px 0px;}
.wheels-steps__box p {font-size: 22px; color: #fff; font-weight: 600;}
.spin-wheel__won {  text-align: center;}
.spin-wheel__won {padding: 10px 0; position: relative;}
.spin-wheel__won h2{color: #FDDB35;}
.spin-wheel__won h3{font-size:32px; }
.spin-wheel__won h4{font-size:16px; }
.spin-lottie-player{
  position: absolute;
  top: 40%;
  left: 50%;
  height: 250px;
  width: 250px;
  transform: translate(-50%, -50%);
}

.btn-disabled {background-color: #7E7F9D;}
.spin-coin-bg {text-align: center;}

.top-menu li a small {color: #fff; display: block; font-weight: 400; font-size: 12px;}
.top-menu li .spin-icon {position: relative;}
.spin-count {
  position: absolute;
  background-color: #FDDB35;
  color: #282940;
  font-size: 10px;
  font-weight: 600;
  border: 3px solid #282940;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
   top: -20px;  
  right: -32px;
}

.intro-lottie-player{
  margin: 20px auto;
  display: table;
  
}
.intro-mode .daily-bonus-wrap.highlight-intro{
  display: block;
}

.intro-mode .top-menu .highlight-intro{
  display: flex;
}

.alert-spin-wheel {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}

.more-spin__label {text-align: center; max-width:350px; margin-top: 20px;}

.spin-tooltip { position: relative; display: inline-block; width: 24px;}
.spin-tooltip__overlay {position: absolute; display: none; background-color: #2CAEFF; color: #fff; font-size: 12px; border-radius: 8px; 
  width: 200px; padding: 10px; text-align: center; bottom: 35px; left: 10px;}
.spin-tooltip__overlay:before {content: ''; position: absolute; width: 0; height: 0; border-left: 0px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #2caeff;
  left: 0; bottom: -12px;}
.spin-tooltip:hover .spin-tooltip__overlay {display: block;}

.icon-support{
  -webkit-mask: url(../images/icon-support.svg) no-repeat center;
  mask: url(../images/icon-support.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block; 
}

.icon-support-green{
  background-color: #FDDB35;
}
.icon-support-grey{
  background-color: #8082A0;
}

.support-tooltip-wrap{
  position: relative;
  display: inline-block;

}

.support-tooltip{
  display: none;
  position: absolute;
  background-color: #16161D 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000042;  
  border: 1px solid #2CAEFF;
  border-radius: 6px 6px 0px 6px;
  width: 200px;
  padding: 10px;
  right: 35px;
  text-align: left;  
  bottom: 10px;

}

.support-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 12px solid #2CAEFF;
  position: absolute;
  right: -11px;
  bottom: -1px;
}

.support-tooltip:after {
  content: "";
  width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-bottom: 0 solid transparent;
   border-left: 10px solid #16161D 0% 0% no-repeat padding-box;
   position: absolute;
   right: -8px;
   bottom: 0px;
}

.support-tooltip p{
  color: #2CAEFF;
  margin: 0px;
  font-size: 12px;
}

.support-tooltip-wrap:hover .support-tooltip{
  display: block;
}

.spin-wheel__left-box {width: 230px; margin: 0 20px;}
.spin-wheel__earn-box {background-color: #16161D; border-radius: 12px; padding: 20px 0; margin-bottom: 10px; }
.top-menu li a .your-wallet small{color: #FDDB35;}

.user-detail-name .rank-indicator {width: 26px; height: 26px; border-radius: 6px; background-color: transparent;}

.filter-wrap {margin-left: auto; display: flex; gap: 20px;}
.filter-dropdown {display: flex; align-items: center; gap: 10px;}
.filter-dropdown__label {color: #8082A0; font-size: 14px;}
.filter-dropdown .dropdown-toggle::after { content: none; }
.filter-select {background-color: transparent; border: 1px solid #8082A0; border-radius: 54px; font-size: 14px; color: #fff; font-weight: 600; padding: 8px 20px; width: 175px;}

.filter-select-body {background-color: #16161D 0% 0% no-repeat padding-box; border-radius: 8px;}
.filter-select-body li {padding: 7px; color: #fff;}

.filter-select-body .custom-radio input:checked+span {background-color: transparent;}
.custom-radio input:checked+span .bi-circle-fill { line-height: 19px; left: 3.5px; top:4px; font-size: 10px; color: #FDDB35;}

.cashout-wrap__back{display: inline-block; margin-right: 5px; background-color: #FDDB35; border-radius: 8px; width: 32px; height: 24px; color: #1C1C2E;     font-size: 16px;
  text-align: center; line-height: 26px; cursor: pointer;}
.cashout-wrap__back i {  display: block;  margin-top: 4px;}

.filter-info {color: #2CADFF; margin-left: 10px;}

.filter-tooltip { position: relative; display: inline-block; width: 24px;}
.filter-tooltip__overlay {position: absolute; display: none; background-color: #2CAEFF; color: #fff; font-size: 12px; border-radius: 8px; 
  width: 420px; padding: 10px; text-align: left; top: 35px; left: 20px; z-index: 1;}
.filter-tooltip__overlay:before {content: ''; position: absolute; width: 0; height: 0; border-left: 0 solid transparent;
  border-right: 20px solid transparent; border-bottom: 20px solid #2caeff; left: 0; top: -12px;}
.filter-tooltip:hover .filter-tooltip__overlay {display: block;}

.sorting-active {position: relative;}
.sorting-active:before { content: ''; position: absolute; height: 8px; width: 8px; right: 0; border-radius: 50%; background-color: #FDDB35;}
.btn-line-reset {font-size: 12px; color: #fff; border-radius: 13px; border: 1px solid #8082A0; padding: 5px 10px; background-color: transparent; margin-right: 10px;}


.cashout-venmo__title {font-size: 22px; color: #FFEB36; font-weight: 600;}
.form-row__icon-wrap {position: relative;}
.form-row__icon {    position: absolute; color: #201943; left: 0; top: 10px; width: 40px; height: 25px; text-align: center; font-size: 16px; line-height: 25px;} 
/*border-right: 1px solid #707070; */
.form-row .form-row__icon-wrap .form-control {padding-left: 50px; } 
.btn-max-amount {position: absolute; right: 5px; top: 5px;}
.save-venmo-user {display: flex; align-items: end;}
.save-venmo-user .btn-line {border-width: 2px; height: 45px; border-radius: 8px; padding: 7px 25px;}

.venmo-info > label {font-size: 16px; }

.button-confirm .btn-filled {height: 45px; width: 180px; font-size: 16px; border-radius: 8px;}

.cashout-venmo .offer-partners__info {position: relative; margin-left: 10px; display: inline-block; top: 0; right: 0;}
.cashout-venmo .offer-partners__info-box p {margin: 0;}
.cashout-venmo .offer-partners__info-box {display: none; bottom: 35px; right: 50%; transform: translateX(50%);}
.cashout-venmo .offer-partners__info:hover .offer-partners__info-box {display: block;}
.cashout-venmo .offer-partners__info-box:after { width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent;  border-top: 18px solid #2caeff; border-bottom: 0; right: 50%; transform: translateX(50%);}
.cashout-venmo .offer-partners-info-icon {color: #2CADFF}

.highlight-ltc-wrap {display: flex; align-items: end;}
.highlight-ltc {background-color: #1C1D34; height: 45px; font-size: 16px; text-align: center; border-radius: 6px; line-height: 45px; width: 100%;}

.ltc-address-wrap__dropdown {position: absolute; right: 10px; bottom: 5px;}
.ltc-address-wrap__dropdown button{color: #201943; font-size: 12px;}
.ltc-btn-padding{padding: 11px 25px;}
.amazon-pay-confirm__gift-card.litecoin{
  background-color: #FFF;
  padding: 20px;
  width: 300px;
}
.litecoin  .paypal-pay-confirm__gift-card-heading {width: 100%; align-items: center;}
.litecoin .paypal-pay-confirm__gift-card-heading img{
  width: 40px;
  margin-left: auto;
}
.gift-card-paypal{
  flex-grow: initial;
  background: #16161D;
  padding: 12px;
  border-radius: 12px;
  border: 2px solid #16161D;
}

.img-80{
  width: 80%;
}

.gift-card-paypal:hover{
  border: 2px solid #FDDB35;
}

.social-links{
  display: flex;
  gap:15px;
}
.proof-human{
  height: 50%;
}

.unsubscribe-wrap {max-width: 580px; margin: 100px auto; }
.unsubscribe-wrap__block {padding: 40px; border-radius: 8px; margin-top: 40px;}
.unsubscribe-wrap__title {font-size: 28px; text-align: center;}

.earned-coins__amount {margin-bottom: 10px;}
.earned-coins__amount > span {font-size: 18px; font-weight: 500; }
.earned-coins__progress {height: 8px; border-radius: 12px; background-color: #343652; margin-bottom: 10px; overflow: hidden;}
.earned-coins__progress-fill {background-color: #2EABFF; height: 8px; border-radius: 12px;}
.earned-coins__info {position: relative; margin-left: 10px; cursor: pointer;}
.earned-coins-info-icon {color: #2CADFF;}
.earned-coins__info-box {position: absolute; top: 45px; display: none; background-color: #2CAEFF; right: 6px; border-radius: 8px 0 8px 8px; padding: 10px; width: 300px;}
.earned-coins__info-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 20px solid #2caeff;
  right: 0;
  top: -12px;
}
.earned-coins__info:hover .earned-coins__info-box {display: block;}
.earned-coins__md-text {font-size: 14px;}
.earned-coins__sm-text {font-size: 12px;}
.popup-social-links a{
  margin-left: 20px;
}
.cashout_info_content{
  background: #16161D; 
  border-radius: 8px;
  padding: 12px;
}
.cashout_info_content_box{
  color: #2CAEFF;
}
.dropcode-btn{ position: fixed; top: 25%; right: 7px; }
.dropcode-body{width: 80%;}
.text-center{text-align: center;}
.promo-body{width: 60%;}
.dropcode-active img{
width: 30px; height: auto;
}
.dropcode-tooltip {background: #0D0C0C; text-align: center; border-radius: 10px; padding: 5px; position: absolute; right: -50px; top: 80px; width: 160px; z-index: 1;}
.dropcode-tooltip:after {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #0d0c0c;
  right: 50px;
  top: -10px;
}
.bi-star{
  color: #a8945d ;
}
.bi-star-fill {
  color: #FFBA00;
}

.checklist>:not(caption)>*>* {
      border-bottom-width: 0px;
}

.private-mini-profile img{
width: 100%;
}
.profile-lock{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.profile-lock img{
  width: 30px;
}
.private-mini-profile{
  position: relative;
}

.private-account-dropdown {
  float: right;
}

.private-account__action {
  color: #fff;
  cursor: pointer;
}

.private-account__menu {
  padding: 15px;
  min-width: 240px;
}
.profileStatus{
  position: relative;
  top: 5px;
}
.private-account__box {
  display: flex;
}

.private-account__text h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.private-account__text small {
  font-size: 10px;
}

.private-account__toggle {
  margin-left: auto;
}
.private-account__toggle a {
  font-size: 13px;
  text-decoration: underline;
}

.private-account__toggle .form-check-label {
  font-size: 12px;
}

.private-account__toggle .form-check-input {
  background-color: #fff;
  cursor: pointer;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1.0)'/></svg>");
}

.private-account__toggle .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1.0)'/></svg>");
}

.private-account__toggle .form-switch .form-check-input:checked {
  background-color: #FDDB35;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,1.0)'/></svg>");
  border: none;
}

.confirm-delete{
  width: 80%;
}

/* signup page css */
.signup-container-fluid { 
  box-shadow: 0px 3px 20px #00000038;
  padding: 60px 120px;
  background-color: #16161d;
  border: 1px solid #5F5F5F;
border-radius: 8px;
}

.green-line {
  border: 1px solid #fff;
  margin: 40px;
}

#para {
  font-size: 10px; line-height: 16px; color: #8082A0;
  align-items: center;
}
.signup-slider .carousel-indicators {
  margin: 0;
  justify-content: center;
  z-index: 1;
}
/* end signup page */

.besitos_banner{
  margin-top: -30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.header-referrlsbadge{
  width: 160px;
  cursor: pointer;
}


.custom-tabs {
      background: #000;
      padding: 10px 0px;
      border-radius: 8px;
    }

     .custom-tabs  li{width: 33.3%;}
    .custom-tabs .nav-link { 
      color: #aaa;
      text-align: center;
      border-radius: 10px;
      padding: 1px 1px;
      font-size: 11px;
      transition: 0.3s;
    }

    .custom-tabs .nav-link img { filter: grayscale(100%);
      display: block; margin: auto;
      font-size: 18px;
      /* margin-bottom: 10px;   */
    }

    .custom-tabs .nav-link.active {
      background: transparent linear-gradient(292deg, #E09131 0%, #FBC730 100%) 0% 0% no-repeat padding-box;
      color: #000;
      font-weight: 600;
    }
    .custom-tabs .nav-link.active img{filter: brightness(0%);}

    .custom-tabs .nav-link:hover {
      color: #fff;
    }


    .currently-not-message{background: #000000 0% 0% no-repeat padding-box; border-radius: 12px; padding: 30px;
box-shadow: 0px 8px 30px #50505038; color: #7B7D9A; font-size: 14px;
border: 2px solid #292929;}
 .currently-not-message img{    float: left; padding: 0px 20px 0px 10px; margin-top: -15px;}
 .currently-not-message  h4{ color: #fff; font-size: 16px; line-height: 26px;}

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

  .show-confirm-birthday {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 95%;
  }

  .custom-scroll {
    position: relative;
    overflow: auto;
  }
  
  .custom-scroll::-webkit-scrollbar {
      width: 5px; 
      height: 7px;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
      background-color: #FDDB35;
      outline: 1px solid #FDDB35;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
      border-radius: 50px;
  }
  .custom-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  }

}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 1220px) { 
  .top-menu {gap: 15px;}
  .top-menu li a {font-size: 14px;}
  .daily-bonus-label {font-size: 16px;}
}

@media only screen and (max-width: 1150px) {

  .steps-wrap .step-box:before,
  .steps-wrap .step-box:after {
    content: none;
  }

  .steps-back-arrow:before,
  .steps-back-arrow:after {
    content: none;
  }

  .steps-wrap .step-box {
    border-radius: 10px;
    padding: 50px 20px 35px;
    ;
  }

  .steps-wrap {
    gap: 30px;
  }

  .steps-wrap .step-border {
    display: none;
  }

  .home-banner-titles h2 {
    font-size: 36px;
  }

  .bonus-wrap-title h2 {
    font-size: 36px;
  }

  .bonus-wrap-title h3 {
    font-size: 24px;
  }

  .home-banner {
    padding: 50px 0;
  }

  .coins-text-section h2 {
    font-size: 36px;
  }

  .coins-text-section h3 {
    font-size: 24px;
  }

  .offered-users-initial {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .offered-users-name h5 {
    font-size: 13px;
  }

  .offered-users-amout {
    font-size: 13px;
    padding: 6px;
  }

  .offered-users-box {
    gap: 8px;
    padding: 8px;
  }

  .profile {
    gap: 30px;
  }

  .info {
    gap: 10px;
  }

  .wallet-desc-big {
    font-size: 28px;
  }

  .wallet-card-big {
    padding: 10px;
  }

  .wallet-card-small {
    padding: 10px;
  }

  .feature-overwrap {
    max-height: initial;
  }
  .reviwer-date__logo {float: none; margin-bottom: 20px;}
}


@media only screen and (max-width:1024px) {
  .feature__view-all {
    position: static;
    padding: 12px 20px;
  }
  .signup-container-fluid{
    padding: 10px;
  }

  .offer-categories-wrap {margin-bottom: 20px;}

  .feature__view-all i {
    float: right;
  }
  .review-wrap__card {padding: 30px;}
}

@media only screen and (max-width: 990px) {
  .mobile-header {
    display: block;
  }

  .mobile-header__btns {
    margin-left: auto;
  }

  .mobile-header__top-bar {
    padding: 20px 15px 15px 15px;
  }

  /* .mobile-header__btns button {
    margin-left: 10px
  } */

  .desktop-header {
    display: none;
  }

  header {
    padding: 0;
  }

  .daily-bonus-wrap {
    display: block;
    padding: 3px 0;
    text-align: center;
    margin: 0;
    float: none;
    border-radius: 0;
    background: #171827;
  }

  .wallet-big-details {
    flex-direction: column;
  }

  .profile-popup-body .wallet-big-details {flex-direction: row;}

  .wallet-card-big {
    width: 100%;
    flex-wrap: wrap;
  }

  .wallet-header {
    margin-left: auto;
  }

  .contact-wrap-box {
    padding: 30px;
  }

  .contact-information {
    margin: 30px 0;
  }

  header .logo {
    padding: 2px 0;
  }

  .offered-users-wrap {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }

  .offered-users-box {
    display: inline-flex;
  }

  .completed-offers {
    padding: 20px 15px 10px;
    margin-bottom: 20px;
  }

  .featured-offer {
    padding: 20px 0 30px;
  }
  .cashout-wrap {
    padding: 20px 0 30px;
  } 

}


@media only screen and (max-width: 820px) {
  .popup-icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
  }

  .popup-heading, 
  .wallet-desc-small,
  .board-title-bar h1 {
    font-size: 18px;
  }

  .profile {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }

  .profile-icon {
    width: 127px;
    height: 127px;
    font-size: 61px;
    padding: 20px;
    margin-bottom: 10px;
  }

  .username {
    display: block !important;
  }

  .username,
  .profile-name,
  .email {
    text-align: center;
  }

  .profile-name,
  .wallet-desc-big {
    font-size: 22px;
  }

  .email,
  .info-desc,
  .task,
  .steps {
    font-size: 14px;
  }

  .info-title,
  .wallet-title-big {
    font-size: 12px;
  }


  .wallet-card-big>button,
  .wallet-card-big>a,
  .table-title {
    width: 100%;
  }


  .wallet-big-details {
    flex-direction: column;
  }

  .wallet-card-big {
    width: 100%;
    flex-wrap: wrap;
  }

  .big-dollar {
    width: 50px;
    height: 50px;
    padding: 8px;
    font-size: 25px;
  }

  .wallet-small-details {
    flex-flow: row wrap;
  }

  .wallet-card-small {
    width: 48.5%;
  }

  .small-dollar {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .wallet-title-small {
    font-size: 10px;
  }

  .ledger {
    margin-left: 15px;
    margin-right: 15px;
  }

  .board-title-bar {
    flex-direction: column;
  }

  .faq-topics {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
    width: 800px;
  }
  .faq-topics > li {
      font-size: 12px;
      border-radius: 54px;
      padding: 8px;
      text-align: center;
  }

  .login-left-section {
    min-height: 0px;
  }

  .sidebar-leader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .daily-card {
    width: 47%;
  }
  .daily-card h4 {
    font-size: 14px;
  }
  
  .daily-card h3 {
    font-size: 20px;
  }
  
  .daily-card p {
    font-size: 10px;
  }

  .board-title-bar h4 {
    font-size: 14px;
    font-weight: normal;
    margin-left: inherit;
  }

  /* .cashout-wrap-title {
    flex-direction: column;
    gap: 0px;
  } */

  .status {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .status>div {
    width: 100%;
  }

  .info-body {
    font-size: 16px;
  }

  .modal-header,
  .modal-body {
    padding: 20px;
  }

  .popup-heading {
    min-width: 0px;
  }

  .profile-popup-table>tbody>*>* {
    padding: 8px 8px;
  }

  /* .info-heading:nth-child(2)::before,
  .info-heading:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #1C1C2E;
    bottom: -16px;
  } */

  .info-heading:nth-child(2)::after {
    content: none;
  }

  .feature-box {
    font-size: 14px;
  }

  .modal-heading {
    margin-bottom: 20px;
  }

  .popup-heading div {
    margin-bottom: 10px;
  }

  .birthday-confirm {
    padding: 50px;
  }

  .gift-card-row {flex-wrap: wrap; gap: 11px;}
  .gift-card-row__box {flex-grow: initial;}
  .home-banner-titles h2 br{display: none;}
}

@media only screen and (max-width: 768px) { 
    .besitos_banner{
  margin-top: 2px;
  margin-bottom: 2px;
}
  .logo {
    font-size: 20px;
  }
  .signup-logo{
  padding: 10px;
  }
  .table-desc{
    width: 100%;
  }

  .popup-heading-text{font-size: 18px; font-weight: normal;}
  .popup-heading-text small{font-size: 14px;}

  .intro-mode .highlight-intro.profile-name {
    display: block;
  }
  .intro-wrap h4 br{
    display: none;
  }
  .intro-content {
    max-width: 310px;
}
  .home-banner {
    padding: 50px 20px;
  }
  .intro-ledger-title-arrow {
    right: -2px;
    top: -50px;
  }
  .intro-arrow-cashout {
    left: 60px;
    bottom: -75px;
  }

  .more-spin__label{
    margin-top: 0px;
  }

  .intro-support {
    position: fixed;
    top: 50%;
    right: 53px;
}

.spin-count{
  right: 20px;
  top: 0px;
}

.spin-wheel__won {padding: 60px 0 10px;}

  .home-banner-titles {
    text-align: center;
    margin-bottom: 30px;
  }

  .home-banner-titles h4 {
    font-size: 14px;
  }

  .home-banner-titles h2 {
    font-size: 32px;
  }

  .home-banner-titles h3 {
    font-size: 24px;
  }

  .bonus-wrap {
    padding: 0 20px;
  }

  .bonus-wrap-title {
    text-align: center;
  }

  .bonus-wrap-title h2 {
    font-size: 32px;
  }

  .bonus-wrap-title h3 {
    font-size: 24px;
  }

  .bonus-wrap-title p {
    font-size: 14px;
  }

  .steps-wrap .step-box:before,
  .steps-wrap .step-box:after {
    content: none;
  }

  .steps-wrap {
    gap: 50px;
  }

  .steps-wrap .step-border {
    display: block;
    height: 38px;
    width: 1px;
    right: 50%;
    top: 100%;
  }

  .steps-back-arrow:before,
  .steps-back-arrow:after {
    content: none;
  }

  .steps-wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .logo.small {
    font-size: 14px;
  }

  .coins {
    padding: 0 20px 50px;
  }

  .coins-text-section {
    margin-top: 30px;
    text-align: center;
  }

  .coins-text-section h3 {
    font-size: 24px;
  }

  .coins-text-section h2 {
    font-size: 32px;
  }

  .footer-quick-links {
    margin-top: 30px;
  }

  .footer-quick-links li {
    flex-basis: 100%;
  }

  footer {
    padding: 50px 20px 0;
  }

  .works-wrap {
    padding: 50px 20px;
  }

  .offer-categories-item {
    margin-bottom: 8px;
  }

  .cashout-wrap-title {
    margin: 20px 0;
  }

 

  .close-modal {
    top: 10px;
    right: 10px;
  }

  .mobile-bg-transparent {
    background-color: transparent;
  }

  .side-bar {
    min-height: initial;
    padding: 0;
  }

  .side-bar ul {
    overflow-x: auto;
    white-space: nowrap;
    margin: 15px 0;
  }

  .side-bar h5 {
    font-size: 16px;
  }

  .side-bar ul li {
    display: inline-flex;
  }

  .menu-item {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .wallet-big-details,
  .wallet-small-details {
    gap: 12px 2%;
  }

  .close-modal {
    top: -3px;
    right: 0;
  }
/*Profile popup*/
 .top-0{
    top: 0px;
  }

  .offer-partners__row {
    gap: 20px;
  }

  .offer-partners__block {
    height: auto;
  }

  .title-wrap h1 {font-size: 36px;}
  .works-wrap .logo img {width: 100px;}
  .leaderboard-content .board-table table th, .board-table table td {vertical-align: top;}
  .revenue-content__items {
    flex-direction: column;
  }

  .revenue-content__filters {
    flex-direction: column;
    gap: 20px;
  }

  .faq-topics>li {
    background-color: #16161D 0% 0% no-repeat padding-box;
    border-radius: 54px;
    padding: 8px;
    text-align: center;
    height: 25px;
    align-items: center;
  }

  .revenue-content__wallet {
    position: absolute;
    right: 20px;
    top: 85px;
  }

  .contact-wrap {
    padding: 0 15px;
  }

  .contact-information > h2 br {display: none;}
  .contact-information-box {max-width: initial;}
  .world-map {padding: 50px 0;}
  .offer-partners__block{
    width: 45%;
  }

  .home-slider .carousel-indicators {
    justify-content: center;
  }

  .referral-link__box {flex-direction: column; align-items: flex-start; gap: 20px;}
  .referral-link__button {margin-left: 0;}

  .intro-content-final {
    top: 0;
    transform: translate(-50%, 0);
    max-width: 400px;
  }
.arrow-leaderboard {
    position: absolute;
    top: 115px;
    left: 15px;
}
  .m-left-140 {left: 140px;}
  .m-top--140 {top: -140px;}
  .m-bottom--140 {
    top: initial;
    bottom: -140px;
  }
  .m-top-200 { top: 200px;}
  .m-left-15 {
    right: initial;
    left: 15px;
  }

  .m-top--100{
    top:-100px;
  } 
  .m-start-100{
    left:100px !important;
  }

  .m-left-0 {
    right: initial;
    left: 0 !important;
  }

  .intro-offer-arrow {
    left: -40px;
  }
  .m-right-0 {
    left: initial;
    right: 0;
  }
  .arrow-daily-bonus {
    left: initial;
    right: 0;
  }

  .arrow-edit-profile {
    left: initial;
    right: -15px;
  }

  .profile-popup-body .wallet-big-details {
    flex-wrap: wrap;
  }
  .profile-popup-body .small-profile {margin-bottom: 20px;}
  .profile-popup-body .wallet-card-big {margin: 0 10px;}
  .review-wrap__card {margin-bottom: 20px;}
  .reviwer-date__logo {float: right; margin-bottom: 0;}

  .spin-wheel__balancer { flex-direction: column;}
  .spin-wheel__outer-circle {position: static;}
  .spin-wheel-holder {max-width: 400px;}
  .spin-wheel__outer-circle {width: 350px; height: 350px; margin: auto;}
  .spin-wheel__inner-circle {width: 320px; height: 320px;}
  .spin-wheel__outer-left {width: 100%; height: auto; flex-direction: column-reverse; background: none;}
  .spin-wheel__center-text{height: auto;}
  .spin-wheel__center-text p br {display:none}
  .spin-wheel__center-text p {    font-size: 12px;
    color: #8082A0;}
    .spin-wheel-wrap{padding: 0px;}
    .spin-wheel__center-text h5 {font-size:16px}
  .spin-wheel__inner-left {width: 100%; border-radius: 12px; background:none; margin-top: 30px;}
  .spin-wheel__inner-label {left: 50%; transform: translateX(-50%);}
  .spin-wheel-holder h2 {text-align: center;}
  .spin-wheel__outer-left button {width: 100%;}
  .spin-wheel__congratulations {position: relative; top: -100px; max-width: 250px; margin: auto; } 
  .wheels-steps__box {margin-bottom: 70px;}
  .spin-wheel__congratulations .spin-wheel__inner-left{background-color: #16161D 0% 0% no-repeat padding-box; margin-top: 0px;}
  .spin-wheel__congratulations.spin-wheel__outer-left{background-color: #1C1C2E; flex-direction: column;}
  .spin-lottie-player { height: 250px; width: 250px;}
  .spin-wheel__left-box {width: auto; margin: 0;}
  .more-spin__label {max-width: initial;}
  .filter-wrap-mobile {position: fixed; bottom: 0; width: 100%; left: 0; z-index: 1; height: 100%; background-color: rgba(0,0,0,0.8); padding: 20px; display: flex; align-items: end;}
  .filter-wrap__outer {background-color: #1C1C2E; border-radius: 16px; padding: 20px; width: 100%; position: relative;}
  .filter-wrap__block ul{background-color: #16161D 0% 0% no-repeat padding-box;  }
  .filter-wrap__block-label {font-size: 14px; color: #8082A0; margin: 20px 0;}
  .close-filters {position: absolute; right: 20px; top: -30px; color: #fff; font-size: 24px; }
  .cell-title {font-size: 12px;}
  .info-heading {font-size: 14px;}
  .remove-popup-title {font-size: 22px;}
  .custom-radio input:checked+span .bi-circle-fill {top: 3px; left: 3px;}

  .save-venmo-user {justify-content: right;}
  .button-confirm {margin-top: 20px;}
  .button-confirm .btn-filled {width: 100%;}
  /* Mobile adjustments for Spin Wheel */
  .spin-wheel-holder h2 {
      display: block; /* Header hide on mobile // block spinwheel page coin */
  }
  .spin-wheel-wrap .spin-wheel-holder {
      margin-top: -50px; /* Adjust wheel position */
      padding-top: 0;
  }

}


@media only screen and (max-width: 480px) {
  .signup-container-fluid{ border: none; background: none;}
  .offer-categories-item {
    width: 32%;
  }

  .modal-footer-checklist {
    margin-top: -3px;    
  }

  .offer-categories-box {
    height: 100px;
    border-radius: 8px;
  }

  /* .offer-categories-item {min-height: 200px;} */
  .offer-categories-item h4 {font-size: 14px;}
  .offer-categories-item p {font-size: 14px;}
  
  .login-wrap .signup-container-fluid{
    padding: 50px 15px;
  }

  .btn-rounded {
    width: 100%;
  }

  .signin-btn-rounded{
    width: 180px;
    margin-bottom: 100px;
  }

  .birthday-validation {
    font-size: 12px;
  }

  .enter-birthday-title {
    font-size: 28px;
  }

  .mobile-btn-width {
    font-size: 12px;
    width: 100%;
  }

  .amazon-pay-confirm__gift-card {
    width: 300px;
  }

  .fill-mobile button {
    width: 100%;
  }

  .claim-cash__cta {
    flex-direction: column;
    align-items: center;
  }

  .amazon-congrats__card-ordered {
    margin-bottom: 20px;
  }

  .paypal-pay-confirm__gift-card-heading {
    gap: 65px;
  }

  .details-verification__check-icon {
    width: 16px;
    height: 16px;
  }

  .details-verification__check-icon i::before {
    vertical-align: 1px;
  }

  .mobile-header .logo img {        width: 145px;          margin-top: 5px;      }
  .gift-brand-box img {width: 100px;}

  .mm-logo, .adscend-logo{
    width: 90px !important;
    margin-left: 5px !important;
  }

  .offer-categories-btn {width: 88px; font-size: 14px;}

  .modal-profile .modal-header, .modal-profile .modal-body {padding: 10px}
  .modal-profile .board-table table th, .modal-profile .board-table table td {font-size: 12px;}

  .offer-partners__info {
    top: 2px;
    right: 2px;
  }
  .offer-partners__info-box {bottom: 45px;}
  .filter-tooltip {position: static;}
  .filter-tooltip__overlay { width: calc(100% - 40px);  left: 20px; top: 110px;}
  .filter-tooltip__overlay:before {  border-left: 20px solid transparent; left: 50%; transform: translateX(-50%);}
  .btn-half{
    width: 70%;
  }
  .mobile-view-btn{
    font-size: 12px;
    float: left;
  }
  .btn-line, .btn-filled{
    padding: 7px 12px;
  }
}

.mobile-wrap{
  display: flex;
  gap: 10px;
}
.country-code{
  width: 60px;
}
.text-white{ color: #fff;} 
.progress{ height:10px;}
.journey-icon { margin-top: 4px;}
.journey-icon img{ width: 32px;}
.user-top-amount{ top: 10px;  color: #fff; font-size: 14px;     line-height: 25px;
width:75px; margin:4px 15px 5px 0px;  text-align: center;
 background: #000000 0% 0% no-repeat padding-box;
border: 1px solid #FDDB35;
border-radius: 7px; padding: 3px 8px; 
 }
.game-container {  display: flex;  flex-wrap: wrap;}

 .game-container     .game-card {border: 1px solid #5F5F5F!important;
      background: #16161D ;
      border-radius: 12px;
      /* max-width: 16.66%; 
      min-width:170px;*/
      transition: 0.3s ease;   
       box-sizing: border-box; 
      /*  float: left;
         */
        margin-right: 15px;
    margin-top: 15px;
    width: 170px;
    }

.game-container    .game-card:hover{border: 1px solid #FDDB35!important;     } 

.game-container  .hover-btn {     width: 100%; padding-top: 10px;
    height: 86px;
    position: absolute;
    background: rgba(90, 75, 0, 0.7);
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
     display: none;
    border-radius: 10px 10px 0px 0px;} 
 .game-container  .hover-btn img{     width: 45px !important;  height: 45px !important;}
.game-container    .game-card:hover .hover-btn { display: flow-root;}
.game-container      .game-card h6{ text-overflow: ellipsis; overflow: hidden;     width: 140px; white-space: nowrap; font-size: 14px; }

    

 .game-container    .game-card img {  border-radius: 12px 12px 0px 0px;      height: 86px;
      object-fit: cover;
      width: 100%;
    }
 .game-container    .game-card  i{color: #fff;    font-size: 12px !important;  float: right; margin-top: 0px;}
    .price { /*color: #ff7a00;*/ color: #fff; font-size: 14px; } 
    .scroll-row {
      overflow-x: auto;
      flex-wrap: nowrap;
    }

    .scroll-row::-webkit-scrollbar {
      display: none;
    }
 
    .right-popup{  background: #000000; display: block;
    color: #fff;
     width:420px;  
    right: 0;
    position: fixed;
    height: 100vh;
    overflow: auto;
    /* left: 65%; */
    /* right: 0; */
    top: 0;
    /* width: 35%; */
    z-index: 100000;}
    .right-popup  h4{ font-size: 20px;}
    .right-popup  h5{ font-size: 18px;}
    
.level-wrapper{     margin-top: -25px;  background:linear-gradient(180deg,#1b1e2b,#141622);    padding:25px;     color:#fff;
} 
.level-card{
    background:#000;
    border-radius:14px; 
}

.level-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:radial-gradient(circle at 30% 30%, #ffb36b, #a14c19);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0 0 4px rgba(255,165,0,.2);
}
.benefits strong{ color:#FFEB37; font-size: 12px;}
.level-icon-inner{
    width:38px;
    height:38px;
    border-radius:50%;
    background:linear-gradient(180deg,#d97a2b,#7c2f07);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:bold;
}

.level-subtext{
    color:#ffc107;
    font-size:12px;
}
.statuscheck{ font-size: 12px;}

 /* Timeline Wrapper */
.timeline{ background: #000000;
    position:relative;
    padding-left:100px;
    max-width:600px;
    margin:auto;
}
.system-card{ position: relative;  font-size: 12px}
.system-card .status{ color:#ffc107;}
/* Yellow Completed Line */
.system-card::before{
    content:'';
    position:absolute;
    left:-56px;
    top:25px;
    height:225px;   /* height until level 2 icon */
    width:3px;
    background:#facc15;
}
.system-card-lastChild{ position: relative;  font-size: 12px}
.system-card-lastChild .status{ color:#ffc107;}
/* Yellow Completed Line */
.system-card-lastChild::before{
    content:'';
    position:absolute;
    left:-56px;
    top:25px;
    height:225px;   /* height until level 2 icon */
    width:3px;
    background:transparent;
}

.unlocked-card{ position: relative;  font-size: 12px}
.unlocked-card .status{ color:#ffc107;}
/* Yellow Completed Line */
.unlocked-card::before{
    content:'';
    position:absolute;
    left:-56px;
    top:25px;
    height:225px;   /* height until level 2 icon */
    width:3px;
    background:#facc15;
}

.inprogress-card{ position: relative;  font-size: 12px; } 
/*.inprogress-card img{ filter: grayscale(100%);} // commented this for system levels check icon
 .inprogress-card .status{ color:#ffc107;} */
.inprogress-card::before{
    content:'';
    position:absolute;
    left:-56px;
    top:25px;
    height:225px; 
    width:3px;
    background: repeating-linear-gradient(
        to bottom,
        #6b7280,
        #6b7280 8px,
        transparent 8px,
        transparent 16px
    );
}

.locked-card{ position: relative;  font-size: 12px; border: 2px solid #8082A0!important; }  
.locked-card img{ filter: grayscale(100%);}
.locked-card .status{ color: #D80000;}
/* Timeline Item */
.timeline-item{ 
    position:relative;
    padding: 20px 0px;
}

/* Icons */
.timeline-icon{     z-index: 10;
    position:absolute;
   left: -84px;
    top:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:18px;
    color:#fff;
    border:5px solid #000;
}

  .coming-wrapper {border: 2px solid #8082A0!important;
        position: relative;
          margin-top: 40px;
    }

    /* Vertical dashed lines */  
    .coming-wrapper::before,
    .coming-wrapper::after {
        content: "";      z-index: 1;
        position: absolute;
        top: -40px;
        height: 60px;
        border-left: 2px dashed #6c757d;
    }

    .coming-wrapper::before {
        left: 25px;
    }

    .coming-wrapper::after {
        right: 25px;
    }

    .coming-card {
        background: linear-gradient(145deg, #1c2230, #171c28);
        border-radius: 16px;
        border: 1px solid #3a4052;
        padding: 25px 20px; 
        color: #fff;
        position: relative;
    }

    .top-icons {
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        padding: 0 12px;
    }

    .icon-circle {     margin: 8px 2px;
        width: 20px;
        height: 20px;
        background-color: #232a3b;
        border-radius: 50%;
        display: flex;  
        border: 1px solid #3a4052;
    }

    .icon-circle i {
        font-size: 14px;
        color: #aab2c5;
    }

    .coming-text { padding-left: 30px; 
    margin-top: -5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.6;
    }
/* Icon Colors */
.icon-gold{
    background:linear-gradient(145deg,#ffb347,#b45309);
}
.icon-orange{
    background:linear-gradient(145deg,#ff7a18,#8b1e00);
}
.icon-blue{
    background:linear-gradient(145deg,#4facfe,#0052d4);
}

/* Level Card */
.level-card-top{    width: 93%;
    background:linear-gradient(145deg,#0c0f1f,#111325); 
    border-radius:15px; 
}

.level-card{    width: 93%;
    background:linear-gradient(145deg,#0c0f1f,#111325);
    border:2px solid #facc15;
    border-radius:15px; 
}

.level-header{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.status{ font-size: 12px; 
    font-weight:600;
}
.status img{ margin-right:10px}
.progress{
    height:8px;
    background:#444;
}

.progress-bar{
    background:#2EABFF;
}
.progress-width{
  width: max-content;
}
.fc-progressbar{
  background: #16161D;
  padding: 15px;
}

.benefits{
    border-top:2px solid #facc15; 
    font-size:14px;
} 
#freecoinJourneyPopup {   z-index: 100000;}
#timelineDataItem{padding-top: 25px; padding-bottom: 25px; border: solid 1px #7D7F9C; }
#freecoinJourneyPopup .modal-content{ background: transparent;}
#freecoinJourneyPopup .close-modal{right: 25px;   top: 10px;  }
    
@media only screen and (max-width: 576px) {
  .revenue-universe {
    max-width: 100%;
  } 
  .revenue-content__form { gap: 15px; }
.game-container .game-card{width:46%; margin: 2%;      max-width:46%; min-width: 46%;} 
 /* .game-card{ width: 45%;} */
 .right-popup{ left: 0%;         width: 100%;}
}

@media only screen and (max-width: 1245px) {
  .revenue-content__item {
    flex-basis: 48%;
  }
}

/* Home page style */
.board-table .table-striped>tbody>tr > *:first-child {
  border-radius: 8px 0 0 8px;
}
.board-table .table-striped>tbody>tr > *:last-child {
  border-radius: 0 8px 8px 0;
}
.dropdown-item.logout-call-verisoul .btn-icon{
  background: #000;
}
.grey-btn-rounded{
  border-radius: 8px;
}
.user-detail-name .rank-indicator{
  overflow: hidden;
}
.user-detail-money span{
  background: none;
  padding: 0;
  margin-left: 0;
}
.user-list-strip .user-detail{
  align-items: center;
}
.mb-50 {
  margin-bottom: 50px;
}

.padding-y-90{
  padding: 90px 0;
}
.fc-bold{
  font-weight: bold;
}

/* --- Hero Slider --- */
.fc-hero-section {
    position: relative;
    height: calc(80vh - 120px);
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../images/home/MaskGroup119736.png') no-repeat center center;
    background-size: cover;
    border-bottom: 1px solid #3E3E3E;
}
.fc-coin-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 1920px;
    background: url('../images/home/coin.png') no-repeat center center;

}
.fc-slider-container {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
}

.fc-slide {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}
.fc-slide .fc-text{
    font-size: 2.7rem;
}
.fc-slide .fc-welcom-text {
    font: normal normal medium 2.4rem/28px ;
    margin-bottom: 10px;
    color: #FDDB35;
    font-weight: medium;
}
.fc-border {
    border:1px solid #FFEB36;
    border-left: 0;
    border-right: 0;

}
.fc-logo{
  width: 370px;
  margin-bottom: 50px;
}

.fc-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.fc-slider-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    z-index: 10;
}
.fc-stat-heading{
  font-size: 1.5rem; 
  line-height: 1.4;
}
.fc-dot {
    width: 11px;
    height: 11px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
    opacity: 0.5;
    transition: background-color 0.3s;
    transition: all ease-in-out 0.3s;
}

.fc-dot.active {
    width: 30px;
    opacity: 1;
}

/* --- Custom Grid Layouts --- */
.fc-stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #3E3E3E;
}

.fc-stat-item {
    flex: 1;
    text-align: center;
    border-left: 1px solid #FDDB35;
}
.fc-stat-item:nth-child(2) {
    border-left: none;
}
.fc-grid-no{
  font-size: 2rem;
  font-weight: bold;
}
.fc-stat-item:first-child {
    border-left: none;
    text-align: left;
    flex: 1.5;
}

.fc-cards-grid {
    display: flex;
    justify-content: space-around;
}

.fc-how-it-works{
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
}
.fc-button{
  background: transparent linear-gradient(281deg, #E09131 0%, #FBC730 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
/* Custom Gradients overriding style.css for cards */
.fc-bg-grad-1 { background: linear-gradient(180deg, rgba(216,82,193,0.2) 0%, #8051C1 100%); }

.fc-bg-grad-2 { background: linear-gradient(180deg, rgba(0,180,216,0.2) 0%, #0077b6 100%); }
.fc-bg-grad-3 { background: linear-gradient(180deg, rgba(82,183,136,0.2) 0%, #2d6a4f 100%); }
.fc-bg-grad-4 { background: linear-gradient(180deg, rgba(255,183,3,0.2) 0%, #e85d04 100%); }

.fc-step-card::after{
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
}
.fc-bg-grad-1::after { background: transparent linear-gradient(180deg, #8052C100 0%, #8051C1 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000038;}
.fc-bg-grad-2::after { background: transparent linear-gradient(180deg, #0B9D9700 0%, #0E9C96 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000038;}
.fc-bg-grad-3::after { background: transparent linear-gradient(180deg, #67A02600 0%, #67A026 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000038; }
.fc-bg-grad-4::after { background: transparent linear-gradient(180deg, #E7B63200 0%, #E7B632 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000038; }


.fc-step-card {
    border-radius: 14px;
    overflow: hidden;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    text-align: left;
    background-size: cover;
    position: relative;
}
.fc-card-img{
  width: 100%;
  z-index: 0;
  position: relative;
}
.fc-text-wraper{
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fc-text-wraper .font-14{
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.fc-text-wraper:hover .font-14 {  
  height: 45px;
}
.fc-withdrawal-txt{
  font-size: 3rem;
}
.fc-help-txt{
  font-size: 1.2rem;
}
.fc-withdrawal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.fc-withdrawal-logos > div {
  background: #000000;
  border-radius: 12px;
  width: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-withdrawal-logos {
    flex: 1.5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.fc-partner-grid {
    display: flex;
}

.fc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
}

.fc-partners-section {
    overflow-x: hidden; 
}

.fc-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-bottom: 20px !important;
}

.fc-marquee-track {
    display: flex;
    gap: 20px; 
    width: max-content; 
}

.fc-partner-item {
    flex-shrink: 0;
}

.fc-partner-item img {
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
}


.fc-marquee-track:hover {
    animation-play-state: paused;
}
.works-wrap + .padding-y-90{
  margin-top: 50px;
}
/* --- Animation Classes --- */

.fc-scroll-left {
    animation: scrollLeft 30s linear infinite; 
}

.fc-scroll-right {
    animation: scrollRight 30s linear infinite;
}

.fc-hero-section a {
    position: relative;
    z-index:3
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); } 
    100% { transform: translateX(0); }
}

.fc-mobile-screen{
  display: none;
}

    .fc-profile .profile-check-icon{
      background: #F9D735;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      position: relative;
      display: inline-block;
    }
    .fc-profile .profile-check-icon::after {
      content: '✔';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 9px;
      color: #000;
      font-weight: bold;
    }
    .fc-profile .bi-check2{
      display: none;
    }



/*Responsive Breakpoints for Freecoin Custom Sections*/
@media only screen and (max-width: 1100px) {
    .fc-cards-grid {
      flex-wrap: wrap;
      gap: 30px;
    }
    .fc-step-card {
       width: 40%;
    }
}


@media (max-width: 990px) {
    /* Collapse Stats */
    
    .fc-text-wraper .font-14{
      height: auto;
    }
    .fc-stat-item {
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }
    

    /* Collapse Withdrawal Section */
    .fc-withdrawal-flex {
        flex-direction: column;
        text-align: center;
    }
    .fc-withdrawal-flex .text-left {
        text-align: center !important;
    }
    .fc-withdrawal-logos {
        width: 100%;
    }
    .fc-stats-grid {
        flex-wrap: wrap;
        text-align: center;
        gap: 30px;
    }
    .fc-stats-grid > div:first-child {
        flex-basis: 100%;
        text-align: center;
    }
    /*Previous CSS changes*/
    .mobile-header__btns > a:not(:last-child){
      margin-right: 10px;
    }
    .mobile-header .logo img {        width: 155px;          margin-top: 5px;      }
    .mobile-dropdown .dropdown-item{
      align-items:center
    } 
    .mobile-dropdown .dropdown-item .icon-sidebar{
        top:0
    }
    .btn.show:focus-visible{
      box-shadow:none !important;
    }
}

@media (max-width: 768px) {
    html{
      font-size: 18px;
    }
    .fc-stat-item {
      border-left: none;
    }
    .fc-stats-grid > div:not(:first-child) {
        flex-basis: 45%;
    }
    .fc-stat-item:nth-child(n+2):nth-child(-n+3)::before{
        content: '';
        width: 40%;
        height: 1px;
        background: #FDDB35;
        left: 50%;
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
    }
    .fc-stat-item:nth-child(3):after, .fc-stat-item:last-child:after{
        content: '';
        width: 1px;
        height: 80%;
        background: #FDDB35;
        left: -5%;
        position: absolute;
        top: 0;
    }
    .fc-stat-item:first-child {
        text-align: center;
        border-bottom: none;
    }
    
    .fc-coin-img{
      background-size: contain; 
    }
    .fc-mobile-screen{
      display: block;
    }
    .fc-desktop-screen{
      display: none;
    }
    .fc-partner-items-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      width: 80%;
      margin: 0 auto;
      justify-content: center;
    }
    .fc-partner-item{
      width: 45%;
    }
    .fc-partner-item img{
      height: auto;
      width: 100%;
    }
    .fc-step-card {
       width: 40%;
    }
    .fc-hero-section {
        height: auto;
        padding: 80px 0;
    }

    .fc-slider-container {
        height: 213px; 
    }
    .fc-slide .fc-text {
        font-size: 1.8rem;
    }
    .fc-slide .fc-welcom-text {
        font-size: 1.5rem;
    }
    .fc-logo {
        width: 260px;
        margin-bottom: 30px;
    }
    .fc-how-it-works, 
    .fc-withdrawal-txt {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .fc-withdrawal-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .fc-withdrawal-logos > div {
        width: 100%;
        height: 90px;
    }
    .fc-progressbar .progress-width{
      width: auto;
    }
    /*previous css changes*/
    .custom-tabs .nav-link img {
        width: 20px;
        height: auto;
    }
    #usernameModalPopup .modal-dialog-centered{
      align-items: end;
      margin: 0px;
    } 
     #usernameModalPopup .modal-dialog-centered > div.modal-content{
      border: 0px !important;
     }
     #usernameModalPopup .modal-dialog-centered .modal-footer .btn-full {
      width: auto !important;
      min-width: 150px;
     }
    .mobile-header .logo img {        width: 145px;          margin-top: 5px;      }
    .leaderboard-wrap{
      padding: 0;
    }
    .game-container .game-card .card-body {
      padding: 10px !important;
    }
    .my-profile.container.fc-profile-container {
      padding: 0 15px;
    }
    .fc-profile .info{
      width: 100%;
      display: flex;
      align-items: center;
    }
    .fc-profile .info-title br{display: none;}
    .fc-profile .info-title{
      display: flex;
      flex: 1;
      justify-content: space-between;
      font-size: 16px;
    }
    .fc-profile .info-title span{
      font-size: 14px;
    }
    .username, .profile-name, .email{
      text-align: left;
    }
 
}

@media (max-width: 576px) {
    .fc-cards-grid {
        grid-template-columns: 1fr;
    }
    .fc-step-card {
        width: 80%;
    }
    .fc-slider-container {
        height: 286px; 
    }
    .fc-coin-img {
        background: url('../images/home/coin-mobile.png') no-repeat center center;
    }
    .fc-partner-items-grid {
      width: calc(80% + 30px);
    }
    .fc-grid-no {
        font-size: 1.8rem;
    }
    .fc-slide .fc-text{
      font-size: 1.5rem;
    }
    .fc-slide .fc-welcom-text{
      font-size: .8rem;
    }
    

    .game-container .game-card h6{
      width: 115px;
    }
    .custom-tabs .nav-link img{
      margin-bottom : 0;
    }
    .custom-tabs .nav-link{
      padding: 5px 10px;
    }
}