@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-Bold.woff2') format('woff2'),
      url('./fonts/Mulish-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-ExtraBold.woff2') format('woff2'),
      url('./fonts/Mulish-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-Black.woff2') format('woff2'),
      url('./fonts/Mulish-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-SemiBold.woff2') format('woff2'),
      url('./fonts/Mulish-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-Medium.woff2') format('woff2'),
      url('./fonts/Mulish-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-Light.woff2') format('woff2'),
      url('./fonts/Mulish-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-ExtraLight.woff2') format('woff2'),
      url('./fonts/Mulish-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mulish';
  src: url('./fonts/Mulish-Regular.woff2') format('woff2'),
      url('./fonts/Mulish-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
--bg-hero-color: linear-gradient(90deg,rgba(22, 189, 191, 1) 4%, rgba(45, 216, 217, 1) 100%, rgba(0, 0, 0, 1) 20%);
--bg-red-color: #fe5c36;
--bg-black: #000000;
--text-black: #000000;
}

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
body{  
font-family: "Mulish", sans-serif;
font-weight: 300;
}
.top-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.top-header a img {
      width: 80px;
}

div#navbarNav {
  justify-content: end;
}
.custom-navbar a.nav-link {
  background: #000000;
}
.custom-navbar a.nav-link.active {
  border-color: #727272;
  font-weight: 700;
}
.is-sticky {
background: var(--bg-hero-color);
position: fixed;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
padding: 8px 0;
backdrop-filter: blur(10px);
animation: slideDown 0.35s ease-out;
z-index: 99;
}
@keyframes slideDown {
from {
  transform: translateY(-100%);
}
to {
  transform: translateY(0);
}
}
.is-sticky a img {
  width: 60px !important;
}
.top-header ul.navbar-nav li a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  width: 100px;
  padding: 8px 0 !important;
  text-align: center;
}
.top-header ul.navbar-nav li a.active {
  background: #fff;
  color: #000 !important;
}
.container {
  position: relative;
}
.banner-section{
background: var(--bg-hero-color);
position: relative;
padding-bottom: 30px;
}
.banner-section:after{
content: "";
position: absolute;
right: 0;
bottom: 0;
background: url('../images/Vector-img.png');
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: right bottom;
}
.banner-left h1 {
font-weight: 600;
font-size: 62px;
}
.bg-red {
background: var(--bg-red-color);
} 
.span-btn {
  border-radius: 10px;
  padding: 0 10px;
  line-height: normal;
  font-weight: 800;
}
.hero-btn-black {
background: var(--bg-black);
font-size: 28px;
font-weight: 700;
padding: 12px 45px;
border-radius: 50px;
text-decoration: none;
display: inline-block;
}
.partner-section{
gap: 15px;
}
.as-see-on p {
font-size: 16px;
font-weight: 700;
}
.banner-amount p {
  font-size: 16px;
  color: #FE5C36;
  font-weight: 700;
}
.digit-box {
background-color: #17c9cd; /* teal blue color */
padding: 0px 12px;
margin: 2px;
border-radius: 8px;
font-weight: 700;
font-size: 1.5rem;
color: #000;
}
/*How it works*/
.how-it-work{
position: relative;
padding: 100px 0;
}
.how-it-work:after{
content: "";
background: url('../images/vector-right.png');
position: absolute;
right: 0;
top: 0;
height: 345px;
width: 194px;
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}
.how-it-work:before{
content: "";
background: url('../images/vector-left.png');
position: absolute;
top: 100px;
left: 0;
height: 300px;
width: 194px;
background-repeat: no-repeat;
background-position: left;
background-size: contain;
}
.border-round-15{
border-radius: 20px;
overflow: hidden;
}
.bg-orange {
background-color: #ff5c36;
}
.font-16{
font-size: 16px;
}
.how-it-work h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: normal;
}
.bg-black{
background: var(--bg-black);
}
.box-shadow{
box-shadow: 4px 4px 25px 0 rgba(0,0,0, 0.25);
}
.btn-black i {
  font-size: 25px;
}
/*Boot your income option seection*/
.boot-your-income {
  position: relative;
}
.boot-your-income:after {
  content: "";
  background: url(../images/boot-vector-right.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.common-title {
font-size: 38px;
color: #000;
font-weight: 900;
}
.fw-semibold{
font-weight: 600;
}
.boot-income span {
  color: #505050;
}
.boot-income h5 {
font-size: 26px;
font-weight: 800;
color: var(--text-black);
}
.boot-income div {
border-bottom: 6px solid #DDDDDD;
margin-bottom: 30px;
}
.boot-income div:last-of-type{
border: 0;
margin-bottom: 0;
}

/*trust slider section*/
.bg-gray{
background: #F6F6F6;
}
.user-inner h2 span {
  color: #16BDBF;
}
.user-inner p {
  color: #505050;
  font-weight: 400;
}
.testimonial-item {
padding: 0 15px;
}
.user-trust .slick-track {
  padding: 20px 0;
}
.user-review-box {
background: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.user-review-box h6 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: var(--text-black);
text-align: center;
}
.review-star {
color: #FFC107;
margin-bottom: 20px;
text-align: center;
}
.user-review-box p {  
color: #555;
margin-bottom: 20px;
line-height: 32px;
text-align: center;
}
.user-detail {
display: flex;
align-items: center;  
justify-content: space-between;
}
.pic-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.day-text span {
  font-size: 12px;
  color: #727272;
  font-weight: 500;
  line-height: 32px;
}
.user-detail img {
width: 60px;
height: 60px;
border-radius: 50%;
}
.user-detail h5 {
margin: 0;
font-size: 20px;
font-weight: 700;
color: var(--text-black);
}
.user-detail p {
margin: 0;
font-size: 14px;
color: #16BDBF;
line-height: normal;
}
.custom-arrows {
text-align: center;
margin-top: 30px;
    display: flex;
  align-items: center;
  justify-content: center;
}
.custom-arrows button {
background-color: #F6F6F6;
border: 1px solid #505050;
color: #505050;
border-radius: 8px;
margin: 0 5px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
height: 45px;
width: 45px;
}
.custom-arrows button:hover, .custom-arrows button:focus {
background-color: #f97316;
color: white;
border-color: #f97316;
}
.custom-arrows button {
  position: inherit;
}
.slick-prev:before, .slick-next:before{
display: none;
}
/*footer*/
.footer-section {
background: var(--bg-hero-color);
position: relative;
}
.footer-left-top-vector {
  position: absolute;
  top: 5px;
  left: 0;
}.footer-left-top-vector {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-section:after{
  content: "";
  background: url(../images/footer-top-vector.png);
  position: absolute;
  top: -65px;
  right: 10px;
  height: 115px;
  width: 125px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section:before{
  content: "";
  background: url(../images/Ornament.png);
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 60px;
  width: 72px;
  background-size: cover;
  background-repeat: no-repeat;
}
.font-18 {
font-size: 18px;
}
.footer-contact a {
font-weight: 400;
line-height: 18px;
}
.footer-social-icon a {
border: 1px solid #fff;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
text-decoration: none;
}
.footer-social-icon a:hover {
background: #000;
border-color: #000;
color: #fff;
}
.extrabold {
  font-weight: 800;
}
.ls-1 {
  letter-spacing: 1px;
}
.footer-menu a {
  font-size: 15px;
  font-weight: 700;
}
span.works-round{
  height: 68px;
  width: 68px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  line-height: 4;
  background: #eb8a74;
}
.get-rewards-section h2 {
  font-size: 36px;
  color: #FE6C36;
  font-weight: 800;
  line-height: normal;
}
.get-rewards-section p {
  font-size: 18px;
  color: #505050;
  margin-bottom: 0;
}
p.tag-color {
  color: #16BDBF;
}

/*rewards slider*/
.reward-slider {
width: 100%;
margin: 80px auto 50px;
}

.reward-slider .slick-slide {
opacity: 1;
transform: scale(0.8);
transition: all 0.4s ease;
}
.slider.user-review .slick-slide {
opacity: 1;
transform: scale(0.7);
transition: all 0.4s ease;
}
.reward-slider .slick-center, .slider.user-review .slick-center {
transform: scale(1) !important;
opacity: 1 !important;
z-index: 3;
}
.reward-slider .slick-slide.slick-center, .slider.user-review .slick-slide.slick-center {
transform: scale(1) !important;
opacity: 1 !important;
z-index: 3;
}
.reward-slider .card img {
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.reward-slider .card {
  padding: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: inherit;
  margin: 0;
}
.get-rewards-section button.btn.btn-dash {
  margin: 50px auto;
  display: block;
}
/*.reward-slider .slick-slide.scale-85 {
transform: scale(0.85);
opacity: 0.7;
z-index: 2;
}*/
.slider.user-review .slick-slide.scale-85  {
transform: scale(0.85);
opacity: 1;
z-index: 2;
}

/*.reward-slider .slick-slide.scale-70 {
transform: scale(0.7);
opacity: 0.5;
z-index: 1;
}*/

/*.reward-slider .card {
background: #fff;
margin: 0 10px;
padding: 20px 10px;
text-align: center;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
border: 1px solid #C9E4E1;
border-radius: 10px;
}*/



/*.reward-slider .card p {
  margin: 10px 0;
  color: #6d8ecb;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.points img{
  width: 15px !important;
  margin: 0 !important;
  margin-right: 7px !important; 
}

  .reward-slider .points {
    font-weight: 600;
    color: #e53935;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }*/
/*    .reward-slider .card:after, .reward-slider .card:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #eef7f6;
    border: 1px solid #F6FFFE;
    border-radius: 50%;
    top: 75%;
    transform: translateY(-50%);
    z-index: 1;
   }
.reward-slider .card:before {
  right: -10px;
  }
  .reward-slider .card:after {
      left: -10px;
  }*/
/* Hide arrows */
/*.reward-slider .slick-prev,
.reward-slider .slick-next {
display: none !important;
}*/

/* Hide dots */
/*.reward-slider .slick-dots {
display: none !important;
}*/

.get-rewards-section .container {
  background: #F6FFFE;
  padding: 50px 0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
span.round-line {
  position: absolute;
  top: 5px;
  left: 5px;
}


/*Login Page Css*/
.login-container {
    display: flex;
    height: 100vh;
  }
  .left-section, .right-section {
    width: 50%;
    position: relative;
  }
  .left-section {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .left-section img {
    max-width: 80%;
  }
  .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDFFFE;
  }
  .login-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    width: 90%;
    max-width: 470px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }
  .login-box h4 {
    text-align: center;
    font-weight: 800;
    position: relative;
    font-size: 28px;
    color: #000;
  }
 .btn-teal {
    background-color: #00b5ad;
    color: #fff !important;
    border-radius: 47px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}
  .google-btn {
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 47px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px !important;
  }
  .or-text {
    color: #727272;
    font-weight: 600;
}
  .top-right-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
  }
  .logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .logo img {
    height: 50px;
  }
  .shapes {
    position: absolute;
    top: 80px;
    right: 60px;
  }
  .shapes img {
    height: 60px;
  }
.login-signup-header li.nav-item a.nav-link {
    border-color: gray;
    color: #000 !important;
    font-weight: bold;
}
  .login-signup-header li.nav-item a.nav-link.active {
    background: #000;
    color: #fff !important;
}
  .login-box label.form-label {
    font-size: 16px;
    color: #505050B3;
    font-weight: 400;
    line-height: 15px;
    font-family: "Roboto";
}
form#registerForm .form-check label {
      font-family: Roboto;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #505050;
  }
  form#registerForm .form-check label a {
      color: #505050;
      font-weight: 500;
      text-decoration: underline !important;
  }
.login-box input {
  border-radius: 12px;
  height: 54px;
  border-color: #DDDDDD;
  color: #000;
  font-size: 17px;
  line-height: 14px;
  font-family: "Roboto";
}
.login-box form p {
  color: #000;
  font-weight: normal;
  line-height: 15px;
  font-family: "Roboto";
}
.top-header.login-signup-header {
  background: transparent;
}
.login-box p a {
  color: #648DDB;
}
p.account-para {
  font-size: 14px;
  color: #505050;
  font-weight: normal;
  font-family: 'Mulish';
}
p.account-para a {
  color: #16BDBF;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Mulish';
}
span.custom-line-design {
  text-align: center;
  display: block;
}
.left-section:after {
  content: "";
  background: url(../images/boot-vector-right.png);
  position: absolute;
  top: 30px;
  right: 30px;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Welcome Popup Page*/
h6.Welcome-user-text {
  text-align: center;
  color: #16BDBF;
  font-size: 20px;
  font-weight: 700;
}
.welcome-popup h4 {
  font-weight: 700;
  max-width: 315px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
span.orange-text {
  color: #FE5C36;
  font-weight: 800;
}
.info-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
border-bottom: 6px solid #FE5C36;
padding: 1rem;
margin-bottom: 16px;
display: flex;
align-items: flex-start;
transition: 0.3s;
border-right: 6px solid #FE5C36;
}
.icon-box {
  background-color: #FE5C36;
  border-radius: 8px;
  padding: 10px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
}
.icon-box img {
width: 24px;
height: 24px;
}
.card-text h6 {
font-weight: bold;
margin-bottom: 0.5rem;
color: #000;
}
.card-text p {
  font-size: 14px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 0;
  line-height: normal;
}
.welcome-popup-tiles {
  padding-bottom: 50px;
}
.welcome-popup-container {
  height: 100%;
}
.welcome-popup-container .right-section {
  padding: 50px 0;
}
.welcome-popup {
  max-width: 550px;
  width: 100%;
}
.points-data {
  position: absolute;
  top: 15px;
  right: 0;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px 0 0 50px;
  font-size: 20px;
  font-weight: 700;
}
.btn-dash {
  background: #FE5C36;
  border-radius: 47px;
  color: #fff !important;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.get-rewards-section,.user-trust {
  position: relative;
}
.get-rewards-section .container:after {
  content: "";
  background: url(../images/image-113.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 218px;
  width: 218px;
  background-size: cover;
  background-repeat: no-repeat;
}
.user-trust:after {
  content: "";
  background: url(../images/Ornament53.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background-size: auto;
  background-repeat: no-repeat;
}
.user-trust:before {
  content: "";
  background: url(../images/Ornament76.png);
  position: absolute;
  top: 0;
  left: 20px;
  height: 100px;
  width: 100px;
  background-size: auto;
  background-repeat: no-repeat;
}
.banner-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}


/*Dashboard Css Start*/

/*Sidebar Css Start*/
body { overflow-x: hidden; }
  .sidebar {
    width: 250px;
    height: 100vh;
    background: linear-gradient(90deg,rgba(22, 189, 191, 1) 4%, rgba(45, 216, 217, 1) 100%);
    transition: width .3s;
    border-radius: 16px;
    top: 17px;
    margin-left: 12px;
    z-index: 2;
  }
  .sidebar.collapsed { width: 80px; }
  .sidebar .nav-link, .sidebar .toggle-btn {
    color: #fff;
  }
  .sidebar .nav-link {
    padding: .75rem 1rem;
  }
  .sidebar .nav-link {
    color: #fff;
    transition: background .3s, color .3s, padding-left .3s;
    padding-left: 30px;
    margin-bottom: 10px !important;
  }
/*    .sidebar .nav-link:hover i {
    color: #ffc107;
  }*/
  .sidebar .nav-link:hover {
    background: #E2DDDD4a;
    padding-left: 18px;
    margin: 0 12px;
    border-radius: 8px;
  }
  .sidebar.collapsed .nav-link.active {
      text-align: center;
  }
  .sidebar.collapsed a.nav-link:hover {
      text-align: center;
  }
  .sidebar.collapsed a.nav-link {
      margin: 0 12px;
      padding-left: 18px;
      text-align: center;
  }
  .sidebar .nav-link.active {
      background: #E2DDDD4a;
      font-weight: 500;
      margin: 0 12px;
      border-radius: 8px;
      padding-left: 18px;
  }
  .sidebar .nav-link .menu-text {
    transition: opacity .3s;
    padding-left: 15px;
    font-weight: 600;
  }
  .sidebar.collapsed .menu-text { opacity: 0; display: none; }
  .sidebar .toggle-btn {
    background: none;
    border: none;
    color: #fff;
    width: auto;
    text-align: right;
    padding: .5rem;
    padding-right: 0;
    position: absolute;
    /*top: 30px;*/
    right: 0;
  }
  .custom-header {
    background-color: #EDFFFE;
    height: 96px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
  }
  .custom-header .title {
    font-size: 22px;
    flex: 1;
    text-align: left;
    color: #616161;
    font-weight: 400;
    padding-left: 262px;
}
  .custom-header .icon-btn {
      font-size: 16px;
      margin-left: 0;
      color: #000;
      cursor: pointer;
  }
  button#sidebarToggle i {
    background: #fff;
    color: #000;
    border-radius: 8px 0 0 8px;
    width: 40px;
    text-align: center;
    line-height: 2;
}
  .dash-logo {
      padding: 30px;
      padding-right: 0;
  }
  .dash-logo img {
      width: 150px;
  }
  span.small-dash-logo {
      display: none;
  }
  .sidebar.collapsed span.wide-dash-logo {
      display: none;
  }
  .sidebar.collapsed span.small-dash-logo {
      display: block;
  }
  .sidebar.collapsed .dash-logo {
      padding: 30px 0;
      margin-bottom: 20px;
  }
  .sidebar.collapsed span.small-dash-logo img {
      width: auto;
      padding: 0 5px;
  }
  .dash-section {
      padding: 32px;
      min-height: 90vh !important;

    }
  span.desk-hide {
      display: none;
  }
  header.custom-header.active .title {
      padding-left: 90px;
      display: flex;
  }
  header.custom-header.active span.desk-hide {
      display: block;
  }
  .dash-sticky {
      position: fixed;
      box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
      padding: 8px 0;
      backdrop-filter: blur(10px);
      animation: slideDown 0.35s ease-out;
      z-index: 1;
  }
  .sidebar.collapsed button#sidebarToggle i:before {
      content: "\f054";
  }
  .sidebar.stick {
   position: fixed;
    top: 0px;
  }
  .main-dashboard{
    flex-wrap: wrap;
  }

/*Sidebar Css end*/

/*Login signup header*/
  .footer-section {
      width: 100%;
      z-index: 0;
  }
  .light-blue-header {
      background: #EDFFFE;
  }
  span.profile-name {
    font-size: 14px;
    font-weight: bold;
    color: #161719;
    padding-left: 10px;
    padding-right: 25px;
}
  .icon-btn {
    font-size: 16px;
    margin-left: 0;
    color: #000;
    cursor: pointer;
}

/*Profile and notification dropdown css start*/

.dropdown.profile-dropdown button#userDropdownBtn {
  border: 0;
  background: inherit;
  font-size: 14px;
  font-weight: bold;
  color: #161719;
  padding-left: 10px;
  padding-right: 25px;
  box-shadow: none;
}
/* Remove default Bootstrap caret */
.dropdown-toggle::after {
display: none;
}

/* Button styling */
.btn-user {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 0.5rem 1rem;
transition: background-color 0.2s;
}
.btn-user:hover, .btn-user:focus {
background-color: #f8f9fa;
}

/* Arrow styling and rotation */
.btn-user .arrow {
transition: transform 0.3s ease;
margin-left: 0.5rem;
}
/* Rotate arrow when dropdown is expanded */
.btn-user[aria-expanded="true"] .arrow {
transform: rotate(180deg);
}

/* Dropdown menu styles */
.dropdown-menu {
border-radius: 8px;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
min-width: 250px;
}

.dropdown-item small {
font-size: 0.8rem;
}
.dropdown-item .icon-wrapper {
width: 32px;
height: 32px;
background-color: #e6f7ff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.75rem;
flex-shrink: 0;
}
.dropdown-item .icon-wrapper svg {
width: 18px;
height: 18px;
color: #00a8ff;
}
.dropdown-item .chevron {
flex-shrink: 0;
color: #ccc;
position: absolute;
right: 15px;
}
.dash-header-right {
  display: flex;
  align-items: center;
}
.dropdown.profile-dropdown button#userDropdownBtn img {
  padding-right: 10px;
}
.profile-subtitle {
  font-size: 13px;
  color: #818181;
  font-weight: 400;
}
.profile-title {
  font-size: 16px;
  font-weight: 600;
  color: #000E08;
}
.dropdown-item:active {
  color: inherit;
  background: inherit;
}
.dropdown.noti-dropdown img {
  cursor: pointer;
}
.noti-items p {
  font-size: 16px;
  font-weight: 500;
  color: #1A1F36;
  margin-bottom: 2px;
}
.noti-items span.noti-date{
  font-size: 14px;
  color: #A5ACB8;
  font-weight: 500;
}
.dropdown.noti-dropdown ul {
  max-width: 440px;
  border-radius: 12px;
  right: 0 !important;
  min-width: 440px;
  height: 400px;
  overflow-y: auto;
  padding: 16px 0;
}
.dropdown.noti-dropdown ul a {
  flex-wrap: wrap;
  white-space: normal;
}
span.green-num {
  color: #34C759;
}

hr.dropdown-divider {
  color: #E4E8EE;
}
.top-header .dash-header-right .dropdown.noti-dropdown ul {
  left: auto;
  top: auto;
  margin-top: 0;
}
/*end*/

/*Dashboard Page Css start 24 june*/
.card-survey h5.card-title {
  color: #212121;
  font-size: 15px;
  font-weight: bold;
}
.card-survey .btn-outline-info {
  font-size: 12px;
  font-weight: bold;
  color: #16BDBF;
  border-color: #16BDBF;
  border-radius: 6px;
  background-color: #fff;
}
.card-survey p.card-text {
  font-size: 12px;
  font-weight: 400;
  color: #54525C;
  line-height: 18.2px;
}
  .card-survey { border-radius: 18px; border: 1px solid #f0bab0; }
  .card-survey .card-body { text-align: center;z-index: 1; }
.btn-poll {
  border: 2px solid #BDBDBD;
  border-radius: 12px;
  color: #505050;
  text-align: left;
  font-size: 16px !important;
  font-weight: 500;
  height: 48px;
  align-items: center;
  display: flex;
}
.btn-check:checked + .btn-poll {
  background-color: #F1FFFE;
  color: #16BDBF;
  border-color: #16BDBF;
  font-weight: bold;
}
   .step-box.filled { background: #fd5e44; }
  .step-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -18px;
    align-items: center;
  }
  .step-box {
    width: calc(100% / 5 - 4px);
    height: 5px;
    background: #e9ecef;
    border-radius: 4px;
  }
  .progress-content {
      justify-content: space-between;
  }
  .progress-total span {
      color: #FE5C36;
  }
  .progress-total {
    font-size: 12px;
    line-height: 13px;
}
.progress-left-text span {
  font-size: 12px;
  font-weight: 600;
  line-height: 11px;
  color: #727272;
}
.progress-right-text span {
  font-size: 10px;
  line-height: 5px;
  color: #505050;
  font-weight: bold;
}
.social-cards {
  max-width: 740px;
  margin: 50px auto;
  background: #F8F8F8;
  padding: 25px 28px;
  width: 100%;
  padding-bottom: 0;
} 
.social-cards-left {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  padding-right: 15px;
}

.email-bg-img{
   background-image: url(../images/email-frame.png);
}
.linkedin-bg-img{
background-image: url(../images/Frame-linke.png);
}
.invite-bg-img{
background-image: url(../images/invite-frame.png);
}
.social-cards-left h5.card-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 15px;
  color: #000;
}
.social-card-right {
  float: right;
  padding-bottom: 25px;
}

.social-cards-left a {
  border-radius: 21px;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 10px;
  color: #fff !important;
  float: right;
}
.social-cards-left p.card-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000;
}
.btn-email{
  background: #FE5C36;
}
.btn-linkedin{
background: #278ABA;
}
.btn-invite{
background: #6A5ACD;
}
.btn-invite img {
  width: 16px;
}
.dash-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-title h2 span {
  color: #FE5C36;
}
.dash-title h2 {
  font-size: 28px;
  font-weight: 400;
  color: #616161;
}
.dash-head-points {
  background: #21C4B94a;
  border-radius: 14px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  line-height: 11px;
  letter-spacing: 0.5px;
}
.dash-head-points span {
  color: #FE5C36;
  font-size: 36px;
  vertical-align: middle;
  line-height: 34px;
  padding-right: 4px;
}
.top-dash-detail {
  max-width: 740px;
  margin: 0 auto;
}
.card-top-head h6 span {
  color: #F44219;
  margin: 0 5px;
}
.card-top-head h6 {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
}
span.card-time i {
  color: #d5b11f;
  padding-right: 5px;
  line-height: normal;
  vertical-align: middle;
}
span.card-time {
  background: #9A7C001a;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  color: #505050;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.card-top-head {
  border-bottom: 1px dashed #707070;
}
.head-text {
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  display: flex;
  align-items: center;
}
.head-text img {
  padding-left: 5px;
}
.survey-cards-section {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 27px;
}
.daily-poll-section p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 21px;
}
.daily-poll-section p small {
  font-size: 12px;
  color: #505050;
  font-weight: 500;
  line-height: 21px;
}
.submit-survey-btn button{
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
}
.ellipse-img img {
  width: 100%;
}
.ellipse-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  width: 100%;
}

/*verify modal and otp modal css start*/
#verifyModal .modal-content,#otpModal .modal-content  {
  border-radius: 25px;
  overflow: hidden;
}
#verifyModal .modal-header, #verifyModal .modal-footer,
#otpModal .modal-header, #otpModal .modal-footer {
  border: none;
}
#verifyModal .phone-input .form-select,
#verifyModal .phone-input .form-control {
  border-radius: 0.5rem;
}
#verifyModal .verify-btn, #otpModal .verify-btn {
  border-radius: 2rem;
  background: linear-gradient(90deg, #16BDBF, #2DD8D9);
  border: none;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.country-code, .mob-num {
  text-align: left;
}
#verifyModal h5.modal-title,#otpModal h5.modal-title  {
  font-size: 30px;
  font-weight: 700;
  color: #292731;
}
#verifyModal .modal-body p, #otpModal .modal-body p  {
  font-size: 24px;
  color: #505050;
  font-weight: 400;
}
.phone-input label {
  font-size: 18px;
  color: #505050B3;
  font-weight: 400;
  margin-bottom: 6px;
  font-family: Roboto;
}
.phone-input select, .phone-input input {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  border-color: #D8DADC;
}
#otpModal .modal-body p span {
  display: block;
  color: #FE5C36;
}
p.resend-mail a {
  color: #21C4B9;
}
p.resend-mail {
  color: #292731;
  font-size: 16px;
  font-weight: 500;
}
.code-inputs input {
width: 3rem;
height: 3rem;
text-align: center;
font-size: 24px;
color: #000;
font-family: "Open Sans", sans-serif;
border-radius: 10px;
}
/*Dashboard Css end*/

/*26 june FAQ page css start*/
.Faq-page .accordion-item {
  border: 1px solid #DDDDDD !important;
  border-radius: 10px;
}
.Faq-page .accordion-item .accordion-button:not(.collapsed) {
  background-color: #FE5C36;
  color: #fff;
  border-radius: 10px 10px 0 0 !important;
}
.Faq-page .accordion-item .accordion-button:not(.collapsed)::after {
  filter: invert(1);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(313deg) brightness(105%) contrast(101%);
}
.Faq-page .accordion-collapse.collapse.show {
  border: 1px solid red !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px;
}
.Faq-page .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border-radius: 10px !important;
  box-shadow: none;
} 
.Faq-page .accordion-item .accordion-body p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.faq-container {
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
}
.Faq-page:after {
  content: "";
  background: url(../images/footer-top-vector.png);
  position: absolute;
  top: 115px;
  right: 10px;
  height: 115px;
  width: 125px;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-top-items {
  text-align: center;
  margin-bottom: 124px;
}
.faq-top-items h6 {
  font-weight: 600;
  font-size: 16px;
  color: #505050;
  margin-bottom: 15px;
}
.faq-top-items h1 {
  font-weight: 900;
  font-size: 48px;
  color: #000000;
  margin-bottom: 15px;
}
span.sly-blue-text {
  color: #16BDBF;
}
/*26 june css end*/

/*26 june Survey Page css start*/  
.survey-container .step { display: none; }
.survey-container .step.active { display: block; }

.survey-container .progress {
  height: 6px;
  max-width: 545px;
  margin: 16px auto 40px;
}
  .survey-container .btn-nav { min-width: 150px; }
  .survey-container .survey-options .btn {
  flex: 1 1 calc(50% - 0.5rem);
  text-align: left;
  margin-top: 16px;
  border: 2px solid #BDBDBD;
  border-radius: 12px !important;
  color: #505050;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  height: 50px;
  align-items: center;
}
.survey-container .btn-check:checked + .btn-outline-info {
  background-color: #F1FFFE;
  color: #16BDBF;
  border-color: #16BDBF;
  font-weight: bold;
}
.survey-container .btn-outline-info:hover,.btn-outline-info:active{
background-color: inherit;
}
.survey-container form#surveyForm .progress-bar {
  background-color: #FE5C36;
}
.survey-container .progress-step-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FE5C36;
}
.survey-container .survey-heading {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}
.survey-container .prev-next-btn button {
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}
.survey-container .prev-next-btn button#nextBtn {
  background: linear-gradient(90deg, #0dcaf0, #0a9eae);
  color: #fff;
}
.survey-container .prev-next-btn button#prevBtn {
  border: 1px solid #DDDDDD;
  color: #000;
}
.survey-container form#surveyForm .step h5 {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 25px 20px;
}
/*26 june css end*/
/*23 june gift card details css start*/
  .gift-card-details-container {
    position: relative;
    border-radius: 25px;
    padding: 37px 64px;
    max-width: 906px;
    margin: 40px auto;
    background-color: transparent;
    z-index: 1;
  }

  .gift-card-details-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 25px;
    padding: 1px;
    background: linear-gradient(to bottom, #21C4B9, #FE5C36);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .gift-card-details-container .left-list ul {
      list-style: order;
      font-size: 16px;
      line-height: 1.6;
      margin: 0;
      padding-left: 16px;
  }
  .gift-card-details-container .left-list ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    padding-right: 12px;
  }
  .gift-card-details-container span.gift-card-logo {
    display: block;
    text-align: center;
    margin-bottom: 33px;
}
  .gift-card-details-container p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}
  .gift-card-details-container .left-list h4 {
    font-size: 22px;
    font-weight: 700;
    color: #FE5C36;
    text-decoration: underline;
    margin-bottom: 18px;
}
.card-details-point-box .card-reward {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px 50px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 305px;
    margin: 0 auto;
    width: 100%;
  }
  .card-details-point-box {
    border-left: 1px dashed #727272;
}
  
  .card-details-point-box .card-reward::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 71px;
    background: url('../images/right-half.png');
    background-repeat: no-repeat;
    z-index: 0;
  }
.card-details-point-box .card-reward::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 71px;
    background: url('../images/left-half.png');
    background-repeat: no-repeat;
    z-index: 0;
  }
  .card-details-point-box .card-reward::before {
    left: 0;
  }
  .card-details-point-box .card-reward::after {
    right: 0;
  }
  .card-details-point-box .card-reward .value {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    color: #0CC72E;
    margin: 0 auto 10px;
    display: inline-block;
    padding: 8px 32px;
    border: 0.5px dashed #0CC72E;
    border-radius: 4px;
    line-height: 20px;
    /* max-width: 140px; */
    width: 100%;
    background: #E2FFE933;
}
 .card-details-point-box .gift-card-bgimage {
    position: absolute;
    right: 15px;
    top: 15px;
}
.card-details-point-box .card-reward .reward-points {
  position: relative;
  z-index: 1;
  font-size: 11px;
  color: #505050;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-details-point-box .card-reward .reward-points img {
  margin-right: 5px;
}
.card-details-point-box .card-reward p {
  position: relative;
  z-index: 1;
  color: #282828;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gift-card-details-btn .pts-redeem-btn {
  background-color: #FE5C36;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  max-width: 252px;
  width: 100%;
}
.gift-card-details-btn {
  text-align: center;
}

/*23 june css end*/

/*20 june gift card page css start*/

.gift-card-container .card-reward {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .gift-card-container .card-reward::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 71px;
    background: url('../images/right-half.png');
    background-repeat: no-repeat;
    z-index: 0;
  }
.gift-card-container .card-reward::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 71px;
    background: url('../images/left-half.png');
    background-repeat: no-repeat;
    z-index: 0;
  }
 .gift-card-container .card-reward::before {
    left: 0;
  }
 .gift-card-container .card-reward::after {
    right: 0;
  }
  .gift-card-container .card-reward img {
    position: relative; z-index:1;
  }
   .gift-card-container .card-reward p {
      position: relative;
      z-index: 1;
      color: #282828;
      margin-bottom: 15px;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      min-height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .gift-card-container .card-reward .value {
      position: relative;
      z-index: 1;
      font-size: 16px;
      /* font-weight: 700; */
      /* color: #0CC72E; */
      margin: 0 auto 10px;
      display: inline-block;
      padding: 8px 32px;
      border: 0.5px dashed #0CC72E;
      border-radius: 4px;
      line-height: 16px;
      /* max-width: 140px; */
      width: 100%;
      background: #E2FFE933;
  }
 .gift-card-container .card-reward .reward-points {
      position: relative;
      z-index: 1;
      font-size: 11px;
      color: #505050;
      margin-bottom: 18px;
      font-weight: 600;
      line-height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .gift-card-container .card-reward .reward-points img {
      margin-right: 5px;
  }
 .gift-card-container .card-reward .btn-redeem {
      position: absolute;
      left: 50%;
      bottom: -20px;
      transform: translateX(-50%);
      background-color: #FE5C36;
      color: white;
      border: none;
      border-radius: 25px;
      padding: 15px 30px;
      font-weight: 700;
      font-size: 16px;
      line-height: 13px;
      max-width: 156px;
      width: 100%;
  }
  .gift-card-container .card-reward .btn-redeem:hover {
    background-color: #e65b2a;
  }
  .btn-grey{
    background-color: #E0E0E0 !important;
  }
  .option-rejected{
    background-color:red !important;
    color:white !important;
  }
  .poll-box .btn-poll.option-label {
    height: auto;
}
span.red-num {
    position: absolute;
    background: red;
    padding: 5px;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 0.7;
    left: 18px;
    top: -4px;
}
 .gift-card-container .card-reward .btn-redeem img {
      margin-bottom: 0;
      height: auto;
  }
   .gift-card-container .card-reward-img {
      min-height: 100px;
      margin-bottom: 8px;
  }
  .gift-card-container .card-reward-img img {
      /* height: 47px; */
      object-fit: scale-down;
  }
  .gift-card-container .gift-card-bgimage {
      position: absolute;
      right: 15px;
      top: 15px;
  }
 .gift-card-container .gift-card-title {
      text-align: center;
      font-size: 36px;
      font-weight: 800;
      color: #000000;
      margin-bottom: 15px;
  }
  .gift-card-container .gift-card-title span {
      color: #FE5C36;
  }
 .gift-card-container .gift-card-para p {
      text-align: center;
      color: #505050;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 43px;
      border-bottom: 1px solid #00000012;
      padding-bottom: 30px;
  }
  .gift-card-container .see-more-btn button.btn {
      font-size: 20px;
      font-weight: 600;
      color: #16BDBF;
      border: 1px solid #16BDBF;
      border-radius: 50px;
      line-height: 13px;
      padding: 17px 38px;
  }
  .gift-card-container .see-more-btn{
      text-align: center;
  }
/*20 june gift card page css end*/

/*24 june leaderboard page css start*/
  .leaderboard-container .list-group-item {
      border: 1px solid #ECECEC !important;
      border-radius: 12px;
      margin-bottom: 24px;
  }
  .user-info {  
      display: flex;
      align-items: center;
      gap: .75rem;
      justify-content: space-between;
  }
  .user-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }
  .leaderboard-top-data .user-info img {
    width: 46px;
    height: 46px;
}
  .rank {
      text-align: center;
      border: 1px solid #E6E6E6;
      border-radius: 20px;
      height: 30px;
      width: 30px;
      align-items: center;
      display: flex;
      justify-content: center;
      color: #505050;
      font-size: 14px;
      font-weight: 500;
      background: #fff;
  }
  .name-block {
      display: flex;
      line-height: 1;
      align-items: center;
      gap: 20px;
  }
  .right-block {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: .5rem;
  }

  .social-icons i {
    font-size: 1.2rem;
    margin-left: .5rem;
    cursor: pointer;
  }
  .leaderboard-notification {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    background: #FFF7E0;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.leaderboard-noti-msg span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #403F3F;
}
.leaderboard-noti-msg p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    color: #505050;
    margin-bottom: 0;
}
.leaderboard-top-data ul.list-group li {
    background: #21C4B91a;
    border-radius: 12px;
    border: 1px solid #21C4B9 !important;
}
.user-info .social-icons img {
    width: 22px;
    height: 22px;
}
.leaderboard-top-data {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.tile-card {
    border: 2px solid #E8A60E;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 10px auto 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  .tile-left {
    display: flex;
    align-items: center;
  }
  .tile-rank {
    width: 24px;
    height: 24px;
    background-color: #E8A60E;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .tile-card-light .tile-rank {
    background-color: #F18638;
 }
  .tile-card-gray .tile-rank {
    background-color: #A4A7AB;
  }
  .tile-avatar {
    display: flex;
    align-items: center;
    gap: 5px;
}
  .tile-avatar span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
  }
  .tile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tile-info h6 {
    margin: 0;
    font-weight: bold;
  }
  .tile-info span {
    font-size: 14px;
    color: #6c757d;
  }
  .tile-info span strong {
      color: #000;
      font-weight: 600;
      font-size: 14px;
  }
  .tile-icons i {
    margin: 0 5px;
    color: #6c757d;
    cursor: pointer;
  }
  .tile-points {
      color: #34C759;
      font-weight: 700;
      text-align: right;
      font-size: 15px;
      margin-top: 4px;
  }
  .tile-icons {
    text-align: right;
  }
  .tile-avatar h6 {
      margin-bottom: 0;
      font-size: 17px;
      font-weight: 700;
      color: #0C092A;
  }
  .tile-info span {
      font-size: 13px;
      color: #505050;
      font-weight: 400;
  }
.leaderboard-banner-tiles-section {
    background-image: url(../images/leaderboard-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 209px;
    position: relative;
    padding: 32px 20px 10px;
}
  .leaderboard-reward-img img {
    width: 100%;
}
.tile-card-white {
  background: #fff;
}
.tile-card-gray {
  background: #DBDBDB;
  border-color: #91969A;
}
.tile-card-light {
  background: #FFF4EC;
  border-color: #6F8ABF;
}
.leaderboard-reward-img {
    text-align: center;
    width: 67px;
    height: 67px;
    margin: 0 auto;
}
.leaderboard-top-data .survey-count {
    font-size: 16px;
}
.leaderboard-top-data .name-block strong {
    font-weight: 500;
    font-style: italic;
}
.leaderboard-bottom-data .user-info .social-icons img {
    width: 31px;
    height: 31px;
}
.leaderboard-pts {
    font-weight: 700;
    font-size: 18px;
    color: #34C759;
}
.survey-count {
    font-weight: 400;
    font-size: 18px;
    color: #505050;
}
.name-block strong {
    font-weight: 700;
    font-size: 20px;
    color: #0C092A;
}
.weekly-daily-btn button {
  padding: 11px 40px;
  border: 0;
  border-radius: 6px;
  background-color: inherit;
  cursor: pointer;
  margin-right: 0;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 11px;
}
.weekly-daily-btn {
  background: #fff;
  border: 1px solid #21C4B9;
  border-radius: 8px;
  margin-bottom: 11px;
}
.weekly-daily-btn button.active {
  background-color: #21C4B9;
  color: #fff;
  font-weight: 600;
}
.my-rank-btn {
  background: #21C4B91a;
  border: 1px solid #21C4B9;
  border-radius: 8px;
  font-size: 16px;
  color: #16BDBF !important;
  font-weight: 600;
  padding: 11px 30px;
  line-height: 11px;
}
.rank-week-daily-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.my-rank-btn-box {
  margin-bottom: 11px;
}
/*24 june css end*/
/*24 june Invite Page css start*/
.invite-wrapper {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.invite-label {
  font-weight: 800;
  font-size: 26px;
  line-height: 24px;
  color: #000;
  margin-bottom: 7px;
}
.arrow-horiz {
  position: absolute;
  top: 2.3rem;
  left: 235px;
  right: 16rem;
  height: 2px;
  background: repeating-linear-gradient(to right, #66c1ad 0, #66c1ad 8px, transparent 8px, transparent 16px);
  z-index: 1;
}
.arrow-corner {
  position: absolute;
  top: 2.4rem;
  left: auto;
  right: 16rem;
  width: 2px;
  height: 45px;
  background: repeating-linear-gradient(to bottom, #66c1ad 0, #66c1ad 8px, transparent 8px, transparent 16px);
  z-index: 1;
}
.arrow-corner::after {
  content: "";
  position: absolute;
  top: calc(100%);
  left: -6px;
  width: 12px; height: 12px;
  background: #fff;
  border-top: 2px solid #66c1ad;
  border-right: 2px solid #66c1ad;
  transform: rotate(135deg);
}
.invite-friend-box {
  align-items: center;
}
.invite-frnd-rightbox h5 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  color: #6A5ACD;
  position: relative;
}
.invite-frnd-rightbox ul li {
  font-weight: 400;
  font-size: 12px;
  color: #333F4E;
  line-height: 18px;
  margin-bottom: 14px;
  list-style: none;
  display: flex;
}
.invite-frnd-rightbox {
  max-width: 291px;
  width: 100%;
  margin: 0 auto;
}
.invite-frnd-rightbox ul li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-right: 6px;
}
.copy-code-box {
  place-items: center;
}
.invite-frnd-img {
  text-align: center;
  margin-bottom: -25px;
  padding-top: 60px;
}
.invite-frnd-leftbox h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #505050;
}
button.invite-btn {
  background: linear-gradient(90deg, #16BDBF, #2DD8D9);
  border-radius: 25px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  max-width: 134px;
  width: 100%;
  color: #fff !important;
}
button.invite-btn img {
  padding-right: 12px;
}
.copy-input-field {
  border: 1px dashed #16BDBF;
  border-radius: 50px;
  padding: 12px 23px;
}
.copy-input-field input#inviteCode {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333F4E;
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.copy-code-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333F4E;
}
.invite-frnd-rightbox h5:before {
  content: "";
  border: 1px solid #6A5ACD3A;
  width: 80px;
  position: absolute;
  left: 0px;
  top: 8px;
}
.invite-frnd-rightbox h5:after {
  content: "";
  border: 1px solid #6A5ACD3A;
  width: 80px;
  position: absolute;
  right: 0px;
  top: 8px;
}
.referal-activity-box .card {
  flex-direction: row;
  border-color: #DDDDDD;
  border-radius: 12px;
  max-width: 290px;
  width: 100%;
  justify-content: space-between;
}
.referal-activity-box {
  padding: 30px 40px;
}
.referal-activity-box h5 {
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  color: #161719;
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
}
.referal-activity-box h5:before {
  content: "";
  border: 1px solid #888888;
  width: 20px;
  position: absolute;
  left: -25px;
  top: 8px;
}
.referal-activity-box h5:after {
  content: "";
  border: 1px solid #888888;
  width: 20px;
  position: absolute;
  right: -25px;
  top: 8px;
}
.referal-activity-box p {
  font-weight: 500;
  font-size: 16px;
  color: #505050;
  margin-bottom: 32px;
}
.referal-activity-box .card .card-name {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  color: #0C092A;
}
.referal-activity-box .card .card-pts {
  font-weight: 700;
  font-size: 20px;
  color: #34C759;
}
/*24 june css end*/

/*common css for my-points-option page and payout page start*/
.pts-earned-text {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.complete-pts-text span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.complete-pts-text {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}
.pts-earned-text span {
  margin-left: 5px;
}

/*common css end*/
/*20 june My Payout Page css start*/
.Payout-redeem-section{
  background: url(../images/payouts-banner.png);
  background-size: 100% 100%;
  height: 217px;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 16px;
}
.pts-payouts-inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.blue-redeem-btn {
  background-color: #15CCDA;
  color: #fff !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 42px;
  line-height: 16px;
  border: 2px solid #fff;
  box-shadow: rgb(50 127 165 / 40%) 0px 2px 4px, rgb(43 128 129) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
  margin-top: 20px;
}
.payout-container h5.card-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px dashed #16BDBF6A;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.payout-container .card .card-body ul.list-group {
  padding: 0 20px;
}

.payout-container ul.list-group li strong {
  font-size: 19px;
  font-weight: 800;
  line-height: 18px;
  color: #000;
}
.payout-container ul.list-group li span {
  font-size: 17px;
  font-weight: 600;
  color: #505050;
}
.payout-container ul.list-group li .payout-list-date {
  font-size: 15px;
  font-weight: 500;
  line-height: 13px;
  color: #5050507a;
}
.payout-container .card {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payout-container .card .card-body {
  padding: 20px 0;
}
.payout-container ul.list-group li {
  padding: 20px 0 24px;
}
.payout-container ul.list-group li span.badge {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  color: #34C759;
  background: #34C7591a;
  padding: 10px 35px;
}
.payout-list-data {
  display: grid;
  gap: 15px;
}
/*20 june My Payout Page css end*/

/*My Points Option Css start*/
  .option-table-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0;
  }
  .option-status-complete {
      color: #16BDBF;
      font-weight: 600;
      font-size: 14px;
  }
  .option-status-failed {
      color: #EC5252;
      font-weight: 600;
      font-size: 14px;
  }
  .option-table-heading h5 {
      font-size: 24px;
      color: #000;
  }

  .option-points {
      background-color: #16BDBF1a;
      color: #16BDBF;
      padding: 10px 24px;
      border-radius: 20px;
      font-weight: 700;
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
  }
  .option-points.red {
      background-color: #EC52521a;
      color: #EC5252;
  }
  .option-filter-btn {
      border: 1px solid #BBBDC0;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 14px;
      background-color: #F2FFFE;
      font-weight: 600;
      color: #16BDBF;
  }
  .option-filter-btn i {
      color: #000000;
  }
  .option-table-container tr td:nth-child(2) {
      text-align: left;
      font-size: 15px;
  }
  .option-table-container tr td {
      text-align: center;
      color: #505050;
      font-weight: 500;
      padding: 14px 8px;
  }
  .option-table-container tr th {
      padding-left: 20px;
      color: #000;
  }
 .option-table-heading {
      padding: 16px 20px;
      border-bottom: 1px solid #0000001a;
  }
  .option-table-container table.table {
      margin-bottom: 0;
  }
  .option-table-container tr td:last-of-type {
      padding-right: 20px;
      text-align: right;
      font-size: 14px;
  }
  .points-range-text {
      text-align: center;
      color: #000;
      font-size: 26px;
      font-weight: 400;
      margin-bottom: 16px;
  }
  .points-range-text span {
      margin-left: 10px;
  }

  .redeem-btn {
      background-color: #FE5C36;
      color: #fff !important;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 700;
      padding: 12px 42px;
      line-height: 16px;
      border: 2px solid #fff;
      box-shadow: rgb(50 127 165 / 40%) 0px 2px 4px, rgb(43 128 129) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
  }
  .redeem-btn-box {
      margin-left: 10px;
  }
  .top-dash-range .step-box {
      width: calc(100% / 9 - 4px);
  }
  .top-dash-range .dash-head-points {
      margin-right: 10px;
  }
  .point-option-second {
      background: url(../images/pts-option-second.png);
      background-size: 100% 100%;
      height: 145px;
      position: relative;
      background-repeat: no-repeat;
  }
  .pts-option-inner-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 22px;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 100%;
  }


/*filter css*/
  #filterPanel .btn-apply {
      color: #fff;
      background: linear-gradient(90deg, #16BDBF, #2DD8D9);
      border-radius: 25px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      padding: 13px 27px;
      max-width: 180px;
      width: 100%;
      line-height: 18px;
  }
  #filterPanel .btn-link {
      color: #727272;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
  }
  h5#filterPanelLabel {
      font-size: 22px;
      font-weight: 700;
      line-height: 22px;
  }
  #filterPanel .custom-check {
    display: block;
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .75rem;
    cursor: pointer;
    font-size: 1rem;
    user-select: none;
    font-weight: 700;
    color: #21C4B9;
    border-bottom: 1px solid #6261611a;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #filterPanel .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0; width: 0;
  }
 #filterPanel .custom-check .checkmark {
    position: absolute;
    top: 20px; left: 0;
    height: 1.25rem; width: 1.25rem;
    background-color: #eee;
    border-radius: .25rem;
    transition: background-color .2s;
  }
  #filterPanel .custom-check:hover input ~ .checkmark { background-color: #ccc; }
  #filterPanel .custom-check input:checked ~ .checkmark { background-color: #16BDBF; }
 #filterPanel .custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  #filterPanel .custom-check input:checked ~ .checkmark:after {
      display: block;
      left: 7px;
      top: 4px;
      width: 6px;
      height: 10px;
      border: solid white;
      border-width: 0 .2rem .2rem 0;
      transform: rotate(45deg);
  }
  #filterPanel .custom-check .label-text {
      color: #727272;
      transition: color .2s;
      font-weight: 400;
  }
   #filterPanel .custom-check input:checked ~ .label-text {
    color: #21C4B9;
    font-weight: 700;
  }

  .progress-line {
    position: relative;
    height: 50px;
  }
   .connector {
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #727272;
    top: 14px;
  }

  .connector.left {
    left: 60px;
  }

  .connector.right {
    right: 60px;
  }
 .horizontal-bottom-line {
    position: absolute;
    bottom: 14px;
    left: 60px;
    right: 60px;
    height: 2px;
    background-color: #727272;
  }
   .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #727272;
    border-radius: 50%;
    top: 8px;
  }

  .dot.left {
    left: 57px; /* 60px (connector left) - 2px (connector width/2) */
  }

  .dot.right {
    right: 57px; /* 60px - same */
  }

/*Profile Page Css Start*/
  .avatar-input { 
    position: relative; 
    display: inline-block; 
  }
  .avatar-input input { 
    opacity: 0; 
    position: absolute; 
    top:0; 
    left:0;
    width:100%;
    height:100%; 
    cursor: pointer; 
    z-index: 1;
  }
  .avatar-preview { 
    width:120px; 
    height:120px; 
    object-fit: cover; 
    border: 2px solid #3D9F9F; p
    adding: 2px;
  }
  .edit-picture {
      position: absolute;
      right: 20px;
      bottom: 5px;
  }
  #changePwdBtn {
      position: absolute;
      right: 10px;
      top: 10px;
      font-family: Roboto;
      font-weight: 500;
      font-size: 16px;
      color: #007AFF;
  }
  .save-dlt-btn button{
      font-size: 20px;
      font-weight: 500;
      border-radius: 24px;
      width: 100%;
      max-width: 484px;
      display: block;
      margin: 0 auto;
  }
  .save-btn,.btn-yes {
      background: linear-gradient(90deg, #16BDBF, #2DD8D9);
      color: #fff !important;
  }
  #deleteModal .modal-dialog .modal-content .modal-body button{
    font-family: Montserrat;
    font-size: 18px;
    border-radius: 24px;
    max-width: 122px;
    width: 100%;
  }
  .btn-yes{
    font-weight: 600;
    color: #fff;
  }
  .btn-no {
    font-weight: 500;
    color: #000;
    border: 1px solid #CACACA;
    margin-right: 20px;
}
  .dlt-acc-btn{
      color: #FF000080 !important;
      border: 1px solid #FF000080;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }
  .profile-container .card {
      max-width: 748px;
      width: 100%;
      border-radius: 24px;
  }
  .profile-container .card .card-body {
      padding: 33px 24px;
  }
  .profile-container .card .card-body form .form-label {
      font-size: 16px;
      font-weight: 400;
      color: #0000007A;
  }
  .profile-container .card .card-body form input.form-control, .profile-container .card .card-body form select.form-select {
      border-color: #DDDDDD;
      border-radius: 12px;
      padding: 12px 16px;
      font-size: 17px;
      font-weight: 500;
      color: #000;
  }
  #deleteModal .modal-dialog .modal-content {
      border-radius: 24px;
  }
  #deleteModal .modal-dialog {
      max-width: 433px;
  }
  #deleteModal .modal-dialog .modal-content .modal-body {
      padding: 35px 80px;
  }
  #deleteModal .modal-dialog .modal-content .modal-body h5 {
      font-family: Montserrat;
      font-weight: 600;
      font-size: 18px;
      color: #000;
      margin-top: 18px;
  }
  #deleteModal .modal-dialog .modal-content .modal-body p {
      font-family: Mulish;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 1.5px;
      color: #000;
      margin-bottom: 30px;
  }
/*Profile Page Css End*/

/*Take survey css start*/
.card-custom {
  position: relative;
  max-width: 856px;
  margin: 2rem auto;
  padding: 2rem 38px;
  border: 1px solid #F29C1F;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.timer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
.badge-circle {
width: 84px;
height: 84px;
border: 2px solid #FFB965;
border-radius: 50%;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin: -60px auto 1rem;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
z-index: 1;
}
.gradient-box .points {
font-size: 36px;
font-weight: 600;
background: linear-gradient(to right, #FFB900 0%, #E57E25 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gradient-box {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.take-survey-banner-text {
position: absolute;
transform: translate(-50%, -50%);
top: 75%;
left: 50%;
}
.gradient-box .desc {
font-size: 13px;
margin-top: 0.25rem;
font-weight: 500;
}
.card-custom h5 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.card-custom p {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 43px;
}
.info-box {
  border: 1px dashed #F59A85;
  border-radius: 10px;
  padding: 1rem 5rem;
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 24px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 34px;
}
.info-box a {
  color: #FE5C36;
  text-decoration: none;
}
.card-custom .btn-custom {
  border: 1px solid #FE5C36;
  color: #FE5C36;
  border-radius: 47px;
  padding: 0.6rem 2.5rem;
  font-weight: 800;
  transition: 0.3s;
  font-size: 16px;
}
.timer img {
  padding-right: 12px;
}
/*end*/
/*Change Password css start*/
  .btn-submit {
      font-size: 20px;
      font-weight: 500;
      border-radius: 24px;
      width: 100%;
      max-width: 484px;
      display: block;
      margin: 0 auto;
      background: linear-gradient(90deg, #16BDBF, #2DD8D9);
      color: #fff !important;
  }
  .change-pwd .card-body h3 {
      text-align: center;
      font-weight: 700;
      font-size: 32px;
      color: #000000;
      margin-bottom: 12px;
  }
  .change-pwd .card-body p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    max-width: 484px;
    margin: 0 auto 45px;
}
  .toggle-password {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: gray;
  }
  .form-control-wrapper {
    position: relative;
  }
/*end*/
/*messages page css start*/
.card-custom-inner {
    border: none;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 42px 70px;
    max-width: 1012px;
    width: 100%;
    background-image: url('../images/Ellipse 3259.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
.btn-dashboard {
    background: linear-gradient(90deg, #16BDBF, #2DD8D9);
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 0px;
    max-width: 180px;
    width: 100%;
    line-height: 20px;
  }
  .quality-page p, .over-quota-page p, .failed-page p, .congratulation-page p, .survey-closed-page p {
    font-weight: 500;
    color: #505050;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
}
.quality-page h2, .over-quota-page h2, .failed-page h2, .congratulation-page h2, .survey-closed-page h2 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 44px;
}
h6.signal-msg {
    font-weight: 600;
    line-height: 13px;
    color: #000;
}
.icon-circle {
    margin-bottom: 16px;
}
h6.signal-msg img {
  margin-right: 5px;
}
.over-quota-page p span, .congratulation-page p span, .survey-closed-page p span{
  color: #FE5C36;
}
.end-message-page:after {
  content: "";
  background: url(../images/footer-top-vector.png);
  position: absolute;
  top: 115px;
  right: 10px;
  height: 115px;
  width: 125px;
  background-size: cover;
  background-repeat: no-repeat;
}
.end-message-page{
position: relative;
}
.congratulation-page h2 {
  background: #02E4D4;
  background: linear-gradient(to right, #02E4D4 30%, #F45935 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  line-height: 1.2;
}
.congratulation-page h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #0c0c0c;
  margin-bottom: 20px;
}
.congratulation-page h5 span {
  color: #16BDBF;
  font-weight: 600;
}
.pro-tip {
  background: #16BDBF1a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 670px;
  margin: 0 auto;
  width: 100%;
  padding: 14px;
  font-size: 14px;
  color: #403F3F;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 35px;
}
.pro-tip span {
  background: #D9D9D9;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.congratulation-page h2:after {
  content: "";
  background: url(../images/sparks1.png);
  position: absolute;
  top: -25px;
  right: 255px;
  height: 31px;
  width: 31px;
  background-size: cover;
  background-repeat: no-repeat;
}
.congratulation-page h2:before {
  content: "";
  background: url(../images/sparks2.png);
  position: absolute;
  top: 40px;
  left: 245px;
  height: 31px;
  width: 31px;
  background-size: cover;
  background-repeat: no-repeat;
}
.announce-text strong {
  color: #403F3F;
  font-weight: 700;
}
.congratulation-page .card-custom-inner .cong-top-box {
  padding: 42px 70px;
  border: 1px solid #F45935;
  border-radius: 20px 20px 0 0;
  border-bottom: 4px solid #F45935;
  margin-bottom: 30px;
}
.congratulation-page .card-custom-inner {
  padding: 0;
}
.cong-bottom-box {
  padding: 0 70px 40px;
}
.survey-screen-out-page .icon-circle {
  max-width: 634px;
  margin: 0 auto;
}
/*end*/
.landing-page-content h4 {
  margin: 40px 0 0;
}
/* error color hanlding */
.login_err_colr strong {
font-weight: 300;
}
.login-container {
height: inherit !important;
min-height: 100vh !important;
}
.dash-section{
min-height: 100vh !important;
}
.mob-num .iti__flag-container .iti__selected-flag {
background-color: inherit;
height: 51px;
}
.mob-num .iti input#phone {
height: 51px;
width: 100%;
border: 1px solid #D8DADC;
}
.mob-num .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
font-size: 20px;
font-weight: 600;
color: #000;
}
.mob-num .iti input#phone {
padding-left: 105px !important;
}


/* change password end */
#logoutModal .modal-dialog .modal-content .modal-body {
padding: 35px 80px;
}
#logoutModal .modal-dialog .modal-content {
border-radius: 24px;

}
#logoutModal .modal-dialog {
max-width: 433px;
}
#logoutModal .modal-dialog .modal-content .modal-body h5 {
font-family: Montserrat;
font-weight: 600;
font-size: 18px;
color: #000;
margin-top: 18px;
}
#logoutModal .modal-dialog .modal-content .modal-body p {
font-family: Mulish;
font-weight: 400;
font-size: 16px;
letter-spacing: 1.5px;
color: #000;
margin-bottom: 30px;
}
#logoutModal .modal-dialog .modal-content .modal-body button{
font-family: Montserrat;
font-size: 18px;
border-radius: 24px;
max-width: 122px;
width: 100%;
}
#logoutModal .btn-yes{
font-weight: 600;
color: #fff;
background: linear-gradient(90deg, #16BDBF, #2DD8D9);
}
#logoutModal .btn-no {
font-weight: 500;
color: #000;
border: 1px solid #CACACA;
margin-right: 20px;
}
/* gift card page */

/* Share Modal Styles */
.share-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
backdrop-filter: blur(4px);
}

.share-modal {
background: #EDFFFE;
border-radius: 24px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
width: 90%;
max-width: 400px;
overflow: hidden;
animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}

.share-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 24px 16px;
border-bottom: 1px solid #E4E8EE;
}

.share-modal-title {
font-weight: 800;
font-size: 22px;
line-height: 100%;
color: #161719;
margin: 0;
position: relative;
display: inline-block;
}

.share-modal-title:before {
content: "";
border: 1px solid #888888;
width: 20px;
position: absolute;
left: -25px;
top: 8px;
}

.share-modal-title:after {
content: "";
border: 1px solid #888888;
width: 20px;
position: absolute;
right: -25px;
top: 8px;
}

.share-modal-close {
background: none;
border: none;
cursor: pointer;
padding: 8px;
border-radius: 50%;
transition: background-color 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
}

.share-modal-close:hover {
background-color: #f5f5f5;
}

.share-modal-body {
padding: 24px;
}

.share-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}

.share-option {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 16px;
border: 1px solid #E4E8EE;
border-radius: 16px;
text-decoration: none;
color: #333F4E;
font-weight: 600;
font-size: 14px;
transition: all 0.2s ease;
background: #fff;
cursor: pointer;
border: none;
}

.share-option:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
text-decoration: none;
color: #333F4E;
}

.share-option:active {
transform: translateY(0);
}

.share-icon {
margin-bottom: 8px;
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 12px;
background: #f8f9fa;
}

.whatsapp-share:hover .share-icon {
background: #25D366;
}

.whatsapp-share:hover .share-icon svg path {
fill: #fff;
}

.facebook-share:hover .share-icon {
background: #1877F2;
}

.facebook-share:hover .share-icon svg path {
fill: #fff;
}

.twitter-share:hover .share-icon {
background: #1DA1F2;
}

.twitter-share:hover .share-icon svg path {
fill: #fff;
}

.copy-link-share:hover .share-icon {
background: #16BDBF;
}

.copy-link-share:hover .share-icon svg path {
fill: #fff;
}

.share-option span {
font-weight: 600;
font-size: 14px;
color: #333F4E;
}
.login_err_colr, .vaildation_errors {
  font-family: "Roboto";
  font-weight: 400;
}
#phone_error {
  color: red;
  font-weight: 400;
  font-family: "Roboto";
}
.login-box select {
  border-radius: 12px;
  height: 54px !important;
  border-color: #DDDDDD;
  color: #000;
  font-size: 17px;
  line-height: 14px;
  font-family: "Roboto";
}
#agree_privacy {
  height: unset !important;
}
.dropdown.profile-dropdown button#userDropdownBtn span {
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
}

.card-top-head h6,span.card-time,.card-survey h5.card-title,.card-survey p.card-text,
.card-survey .btn-outline-info,.daily-poll-section .poll-chart-content p.poll-question,
.daily-poll-section .poll-chart-content .poll-description,.view-more-polls a,.social-cards-left p.card-text,.social-cards-left a,
.option-table-container tr td,.option-table-container tr th,.points-range-text,.top-dash-range .dash-head-points,
.redeem-btn-box,.pts-earned-text,.blue-redeem-btn,.payout-list-data,
.payout-container ul.list-group li span.badge,.leaderboard-noti-msg span,.leaderboard-noti-msg p,.my-rank-btn,.weekly-daily-btn button,
.user-info,.leaderboard-bottom-data li p,.invite-frnd-leftbox h6,.invite-frnd-rightbox ul li,.copy-code-label,button.invite-btn,
.referal-activity-box p,.referal-activity-box .card,.noti-items p,.noti-items span.noti-date,.all-polls-container .poll-chart-content p.poll-question,
#filterPanel .custom-check .label-text,#filterPanel h6,#filterPanel .btn-link,#filterPanel .btn-apply,.gift-card-details-container p,
.gift-card-details-container .left-list ul li,.card-details-point-box .card-reward .value,.card-details-point-box .card-reward .reward-points,
.gift-card-details-btn .pts-redeem-btn,.gift-card-container .gift-card-para p,.gift-card-container .card-reward p,.gift-card-container .card-reward .value,
.gift-card-container .card-reward .reward-points,.gift-card-container .card-reward .btn-redeem,.gift-card-container .see-more-btn button.btn,
.profile-title,.profile-subtitle,.congratulation-page h5,.quality-page p, .over-quota-page p, .failed-page p, .congratulation-page p, .survey-closed-page p,
.pro-tip,.btn-dashboard,.change-pwd .card-body p,.profile-container .card .card-body form .form-label,.btn-submit,.save-dlt-btn button,
.survey-container form#surveyForm .step h5,.survey-container .progress-step-text,.survey-container .prev-next-btn button,.progress-left-text span,
.timer,.gradient-box .desc,.card-custom p,.info-box,.card-custom .btn-custom,.card-text p,.card-text h6,.btn-dash,.btn-teal,#verifyModal .modal-body p, #otpModal .modal-body p,
#verifyModal .verify-btn, #otpModal .verify-btn,p.resend-mail,.custom-header .title,.dropdown.profile-dropdown button#userDropdownBtn span,.sidebar .nav-link .menu-text,
.footer-menu h6,.footer-menu li a,.footer-contact,.footer-section p,.payout-container h5.card-title,.share-modal-title,.progress-right-text span,
.poll-question,.poll-chart-content p,.submit-survey-btn button,.btn-poll,.option-filter-btn,.social-cards-left h5.card-title,.or-text,
.google-btn,h5#filterPanelLabel,.payout-container ul.list-group li p{
    font-family: "Roboto";
}
.empty-state h5, .empty-state p {
    color: #fff !important;
    font-family: "Roboto";
}
.invite-frnd-rightbox h5,.referal-activity-box .card .card-name,.all-polls-container .poll-chart-content .poll-description,
#logoutModal .modal-dialog .modal-content .modal-body h5,#logoutModal .modal-dialog .modal-content .modal-body p,
#logoutModal .modal-dialog .modal-content .modal-body button,p.account-para{
  font-family: "Roboto" !important;
}
.payout-container ul.list-group li p {
    color: #000;
}
/* internal css */
.login_err_colr, .vaildation_errors{
  color:red;
}
.register-container{
  height:auto !important;
}
.right-section {
  padding: 50px 0px;
}
#agree_privacy{
  float: left;
  height: unset;
  margin-right: 5px;
  margin-top: 6px;
}
.suggestion-option {
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
  word-break: break-all;
  max-width: 200px;
  text-align: center;
}
.suggestion-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.suggestion-option.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}
.suggestion-option.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.suggestion-option.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.suggestion-option.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}
#suggestion-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#ageConsentModal .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
#ageConsentModal .modal-title {
  color: #495057;
  font-weight: 600;
}
#ageConsentModal .modal-body {
  padding: 20px;
}
#ageConsentModal .modal-body p {
  margin-bottom: 15px;
  line-height: 1.6;
}
#userAgeDisplay {
  font-weight: bold;
  color: #007bff;
}
#ageConsentModal .modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 15px 20px;
}
#consentConfirm {
  background-color: #28a745;
  border-color: #28a745;
}
#consentConfirm:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
#consentDecline {
  background-color: #6c757d;
  border-color: #6c757d;
}
#consentDecline:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.help-block {
  color: red;
  display: block;
  margin-top: 5px;
}
.poll-chart-box {
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 24px;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
}
.poll-results-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px !important;
  width: 400px !important;
}
.poll-results-chart canvas {
  height: 300px !important;
  width: 300px !important;
}
.daily-poll-section .poll-chart-content p.poll-question {
  font-size: 26px !important;
}
.daily-poll-section .poll-chart-content .poll-description {
  font-size: 18px !important;
  margin-top: 10px;
}
.view-more-polls a {
  background: linear-gradient(90deg, #16BDBF, #2DD8D9);
  border-radius: 25px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  max-width: 134px;
  width: 100%;
  color: #fff !important;
}
.view-more-polls {
  text-align: center;
}
.poll-question {
     font-size: 18px;
     color: #333;
     margin-bottom: 15px;
     margin-top: 10px;
     font-weight: 600;
 }
.profile-content h3 {
  color: #336666;
}
.profile-content p.MsoNormal {
  margin-top: 24px !important;
}
.holdRwdColr{
  background-color: #FF8C00;
}
.pricing-content-1 .price-table-content{
  background-color: transparent !important;
}
.reward-image{
  background-size : cover !important;
}
.bhoechie-tab-menu {
  display: none !important;
}
.poll-container {
  margin: 0;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}
.poll-container-inner-box {
  padding: 20px;
  background: #fff;
  border-radius: 10px !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
  position: relative;
  height: 100%;
}
.poll-title {
  font-size: 15px;
  font-weight: 700;
  color: #046091;
  text-transform: uppercase;
  margin-bottom: 0;
}
.poll-option {
  margin-bottom: 15px;
  position: relative;
}
.progress {
  height: auto;
  background: transparent;
  position: relative;
  overflow: inherit;
  border: 0;
  display: inline-block;
  margin-bottom: 0;
}
.progress-bar {
  height: 100%;
  border-radius: 20px 0 0 20px !important;
  background: transparent;
  display: flex;
  align-items: normal;
  transition: width 0.3s ease;
  width: 100%;
  text-align: left;
  box-shadow: none;
}
/* Custom Radio Button */
.custom-radio {
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50% !important;
  background: white;
  cursor: pointer;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #046091;
  margin-bottom: 0;
  margin-left: 5px;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.custom-radio input:checked + .inner-circle {
  background: #58c5ff;
}
.inner-circle {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50% !important;
  transition: background 0.3s ease;
}
.option-label {
  color: #046091;
  font-weight: bold;
  font-size: 12px;
  width:100%;
}
.option-badge {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #046091;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 0;
  font-weight: bold;
  line-height: normal;
}
.vote-btn, .vote-btn:hover {
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  background: #046091;
  color: #fff;
  border-radius: 20px !important;
  padding: 8px 20px;
  display: block;
  margin: 0 20px;
  margin-left: 0;
}
.poll-container-inner-box .poll-results-chart canvas {
  box-shadow: none;
  transform: inherit;
  position: inherit;
}
.vote-btn-box {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.vote-view-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
}
.vote-view-btn.custom-view-btn {
  float: right;
}
.view-more-box {
  text-align: right;
  width: 80%;
  position: absolute;
  bottom: 10px;
  right: 100px;
}
.poll-results-chart canvas {
  box-shadow: none;
  overflow: inherit !important;
}
/*.poll-results-chart canvas{
height: 265px !important;
width: 371px !important;
}*/
.all-polls-container .poll-chart-box {
margin: 0 auto;
display: flex;
padding: 20px 0;
align-items: center;
flex-direction: row;
gap: 50px;
justify-content: space-between;
border: 0;
}
.all-polls-container .poll-chart-box .poll-results-chart {
display: flex;
align-items: center;
justify-content: center;
height: 400px !important;
width: 400px !important;
}
.all-polls-container .poll-chart-box .poll-results-chart canvas {
height: 300px !important;
width: 300px !important;
}
.all-polls-container {
height: auto;
}
.all-polls-container .poll-results-chart {
display: flex;
align-items: center;
justify-content: center;
height: 400px !important;
width: 400px !important;
}
.all-polls-container .poll-chart-content p.poll-question {
font-size: 26px !important;
}
.all-polls-container .poll-chart-content .poll-description {
font-size: 18px !important;
margin-top: 10px;
}
.option-pending{
  color:rgb(198, 201, 26) !important;
  background-color: #bfaa161a !important;
}
.option-approved{
  color:rgb(58, 190, 25) !important;
  background-color:rgba(36, 191, 22, 0.1) !important;
}
.dash-pagination svg {
  width: 20px;
}
.dash-pagination a {
  text-decoration: none;
}
.dash-pagination nav {
  display: flex;
  justify-content: right;
  align-items: center;
}
.dash-pagination nav p {
  display: none;
}
.dash-pagination {
  padding: 50px 0 0;
}
.justify-between{
display:none;
}
.vaildation_errors{
  color:red;
}
.invite_tbl {
  width: 40% !important;
  min-width: 200px !important;
}
.screen-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-content {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.loader-content .spinner-border {
  width: 3rem;
  height: 3rem;
}

.loader-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
h5.card-title.error{
  text-align: center;
  font-size: 16px;
}
.blog-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  height: 400px;
}
.blog-card img {
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  object-fit: cover;
}
.blog-card h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card p {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.blog-type {
  font-style: normal;
  color: #046091;
  font-size: 14px;
  font-weight: 600;
}
.blog-card .btn-view-more {
  color: #046091;
  padding: 7px 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  float: right;
}
.blog-link-title{
  color: #333;
  text-decoration: none;
}
.blog-link-title:hover,:focus{
  color: #333;
  text-decoration: none;
}
.fa.fa-twitter{
  font-family:sans-serif;
}
.fa.fa-twitter::before{
  content:"Ã°Ââ€¢Â";
  font-size:1.2em;
}
/* internal css end*/
.dash-head-points span{
  font-family: "Mulish", sans-serif;
}
.dash-section.row {
    margin: 0 0;
}

@media(min-width: 576px) {
.right-block {
  margin-top: 0;
}
}

@media(min-width: 1400px){
.banner-left h1 {
  font-weight: 600;
  font-size: 80px;
}
.digit-box{
  font-size: 40px;
}
.common-title {
  font-size: 48px;
  color: #000;
  font-weight: 900;
}
.boot-income h5 {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-black);
}
.user-detail img {
  width: 80px;
  height: 80px;
}
}

@media(max-width: 1236px){
  .leaderboard-banner-tiles-section {
    height: 235px;
    padding: 32px 5px 10px;
  }
  .tile-card{
    padding: 8px;
  }
  .tile-rank {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    font-size: 10px;
  }
  .tile-info span {
    font-size: 12px;
  }
  .tile-points{
    font-size: 13px;
  }
}

@media(max-width: 1199px){
.banner-left h1{
  font-size: 48px;
}
.banner-section:after{
  height: 65%;
  width: 100%;
  background-size: contain;
}
.banner-amount p{
  color: #fff;
}
.digit-box{
  padding: 0px 10px;
  font-size: 16px;
}
}

@media(max-width: 1100px){
.card-custom-inner {
  max-width: 90%;
}
.gradient-box .points {
  font-size: 24px;
}
.gradient-box .desc {
  font-size: 12px;
  margin-top: 0;
}
.take-survey-banner-text {
  width: 100%;
}
}

@media(max-width: 991px){
.banner-left h1{
  font-size: 38px;
}
.hero-btn-black{
  font-size: 22px;
}
.common-title{
  font-size: 28px;
}
.boot-income h5{
  font-size: 22px;
}
.banner-section:after{
  display: none;
}
.leaderboard-banner-tiles-section {
  background-color: #3265ce;
  border-radius: 12px;
  background-image: none;
  height: auto;
}
.tile-rank {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 12px;
}
.leaderboard-reward {
    margin-bottom: 16px;
}
.arrow-corner::after,.arrow-horiz,.arrow-corner{
  display: none;
}
.gradient-box .points {
    font-size: 16px;
}
.banner-right {
  position: inherit;
  text-align: center;
}
.number-joint {
    justify-content: center;
}
.top-header {
    background: #2ad4d5;
    z-index: 99;
}
div#navbarNav {
    padding: 25px 0;
}
.banner-left {
    padding: 20px 0;
}
div#navbarNav.custom-navbar .profile-noti-box .dash-header-right {
  justify-content: space-between;
  padding-left: 0;
}
.navbar-light .navbar-toggler {
  border: 0;
  outline: 0 !important;
  box-shadow: none;
}
.poll-chart-box{
    padding: 20px 5px;
    flex-direction: column !important;
}
.poll-results-chart {
  height: 250px !important;
  width: 250px !important;
}
.poll-results-chart canvas {
  height: 250px !important;
  width: 250px !important;
}
.all-polls-container .poll-chart-box .poll-results-chart{
    height: 250px !important;
    width: 250px !important;
}
.all-polls-container .poll-chart-box .poll-results-chart canvas {
    height: 250px !important;
    width: 250px !important;
}
.daily-poll-section.p-4.render-poll-results {
    padding: 0px !important;
}
.dash-head-points span {
    font-size: 16px;
    line-height: 18px;
}
.redeem-btn{
    padding: 12px 24px;
}
.dash-head-points{
  padding-right: 0;
}
.points-range-text{
  font-size: 20px;
}
.option-table-container tr td {
    font-size: 12px !important;
}
.invite-frnd-rightbox h5:before,.invite-frnd-rightbox h5:after{
  display: none;
}
.option-table-container {
    display: grid;
}
.all-polls-container .poll-chart-box{
  padding: 0;
}
}

@media(max-width: 840px){
  .complete-pts-text {
    font-size: 30px;
    padding-bottom: 15px;
}
}

@media(max-width: 768px) {
.login-container {
  flex-direction: column;
}
.left-section, .right-section {
  width: 100%;
  padding: 100px 0;
}
.top-right-buttons {
  position: static;
  margin: 10px auto;
  text-align: center;
}
.login-container {
  height: auto;
}
.table-responsive {
  font-size: 14px;
}
}

@media(max-width: 767px){
.order-m1 {
  order: 1;
}
.order-m2 {
  order: 2;
}
.banner-section{
  text-align: center;
}
.banner-right img {
  width: 60%;
}
.banner-amount > div, .partner-section {
    justify-content: center;
}
.how-it-work{
  padding: 100px 15px;
}
.how-it-work .col-md-4 {
  margin-bottom: 30px;
}
.how-it-work .col-md-4:last-of-type {
  margin-bottom: 0px;
}
.pe-5{
  padding-right: 0 !important;
}
.boot-your-income:after{
  top: -45px;
}
.how-it-work:before{
  bottom: 0;
  top: auto;
}
.get-rewards-section button.btn.btn-dash {
  width: 100% !important;
  max-width: 200px;
}
.leaderboard-banner-tiles-section {
  padding: 32px 20px 10px;
}
#changePwdBtn {
  position: inherit;
  margin-bottom: 20px;
}
.reward-slider .card img {
      max-width: 90%;
      margin-bottom: 0;
  }
  .sidebar{
      height: 100vh !important;
  }
   .custom-header .title{
          font-size: 16px;
          padding-top: 24px;
    }
    .custom-header {
        display: block;
        height: auto;
    }
     header.custom-header.active .dash-header-right {
        padding-left: 80px;
    }
    .dropdown.profile-dropdown button#userDropdownBtn {
        font-size: 12px;
        padding-left: 0;
        padding-right: 10px;
    }
  .dash-header-right {
      justify-content: space-between;
      padding-left: 262px;
  }
  .card-custom-inner,.congratulation-page .card-custom-inner .cong-top-box,.cong-bottom-box {
      padding: 35px;
  }
  .card-details-point-box {
    border: 0;
}
.gift-card-details-container {
    padding: 37px 24px;
}
.info-box{
    padding: 1rem;
}
.timer img {
    width: 35px;
}
.card-custom{
    padding: 2rem 10px;
}
.gradient-box img{
    height: 245px;
    object-fit: cover;
}
.take-survey-banner-text {
    padding: 0 15px;
}
.timer {
    top: 5px;
    right: 10px;
    font-size: 12px;
}
.social-card-right {
    float: none;
    text-align: center;
    margin-top: 10px;
}
.social-cards-left {
    text-align: center;
    position: inherit;
    gap: 20px;
    padding: 20px 15px;
}
.submit-survey-btn button#submitBtn {
    margin-top: 20px;
}
.social-cards-left a {
    float: none;
}
.survey-cards-section {
    padding: 10px;
}
.get-rewards-section h2 {
  font-size: 26px;
}
.complete-pts-text {
  font-size: 24px;
  padding-bottom: 15px;
}
.boot-your-income, .get-rewards-section {
  padding-left: 30px;
  padding-right: 30px;
}
.slider.user-review .slick-slide {
  transform: scale(0.9);
}
.testimonial-item {
  padding: 0;
}
.payout-container ul.list-group li,.payout-container h5.card-title {
  text-align: center;
}
.leaderboard-notification {
  max-width: 100%;
  display: block;
  text-align: center;
}
.rank-week-daily-btns, .leaderboard-top-data {
  display: block;
  max-width: 100%;
}
.weekly-daily-btn button {
  padding: 11px 25px;
  width: 100%;
}
.weekly-daily-btn {
      display: flex;
  }
.user-info {
  display: flex;
  flex-direction: column;
}
.invite-frnd-rightbox h5:before,.invite-frnd-rightbox h5:after{
  display: block;
}
}
@media(max-width: 576px) {
    .info-card {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
    .icon-box {
      margin-right: 0;
      margin-bottom: 1rem;
    }
    /*25 june Responsive Sidebar, header, dropdown and main content css start*/
    .main-dashboard {
      display: block !important;
    }
    .custom-header .title{
          font-size: 16px;
          padding-top: 24px;
          padding-left: 80px;
    }
    .custom-header {
        display: block;
        height: auto;
    }
    header.custom-header.active .dash-header-right {
        padding-left: 80px;
    }
    .dropdown.profile-dropdown button#userDropdownBtn {
        font-size: 12px;
        padding-left: 0;
        padding-right: 10px;
    }
    .dash-section {
          padding: 32px 16px;
    }
    .dropdown.noti-dropdown ul {
        max-width: 275px;
        min-width: 275px;
        width: 100%;
    }
    .dash-header-right {
          justify-content: space-between;
          padding-left: 80px;
      }
      div#mainContent{
          margin-left: 80px !important;
      }
       /*25 june Responsive Sidebar, header, dropdown and main content css end*/
      .step-box { height: 12px; }
        .survey-container .btn-nav {
          min-width: 100px;
      }
      .tile-icons {
          margin-top: 10px;
      }
      .rank-week-daily-btns,.leaderboard-top-data{
          display: block;
          max-width: 100%;
      }

      .leaderboard-bottom-data.mt-3 {
          overflow-x: auto;
      }
      .weekly-daily-btn{
          display: flex;
      }
      .leaderboard-container .list-group-item{
          display: table;
      }
      .leaderboard-top-data {
          overflow-x: auto;
      }
      .weekly-daily-btn button{
          padding: 11px 25px;
          width: 100%;
      }
     .save-dlt-btn button {
          font-size: 15px;
      }
      .invite-frnd-rightbox h5:after,.invite-frnd-rightbox h5:before{
        display: none;
    }
    .dash-head-points {
        padding: 5px 8px;
        font-size: 14px;
    }
    .dash-head-points span {
        font-size: 22px;
    }
    .redeem-btn{
        padding: 10px 24px;
        font-size: 14px;
    }
    .option-table-container tr td:last-of-type {
        text-align: center;
    }
    .card-custom .btn-custom {
        padding: 0.6rem 1.5rem;
    }
    .dash-title h2 {
        font-size: 20px;
    }
    .poll-results-chart {
      height: 200px !important;
      width: 200px !important;
    }
    .poll-results-chart canvas {
        height: 150px !important;
        width: 150px !important;
    }
    .all-polls-container .poll-chart-box .poll-results-chart {
      height: 200px !important;
      width: 200px !important;
  }
    .all-polls-container .poll-chart-box .poll-results-chart canvas {
      height: 150px !important;
      width: 150px !important;
  }
    #logoutModal .modal-dialog {
      max-width: 100%;
    }
  }

/* Responsive adjustments */
@media(max-width: 480px) {
.share-modal {
    width: 95%;
    margin: 20px;
}

.share-options {
    grid-template-columns: 1fr;
    gap: 12px;
}

.share-modal-header {
    padding: 20px 20px 12px;
}

.share-modal-body {
    padding: 20px;
}

.share-modal-title {
    font-size: 20px;
}

.share-modal-title:before,
.share-modal-title:after {
    width: 15px;
}

.share-modal-title:before {
    left: -20px;
}

.share-modal-title:after {
    right: -20px;
}
}

@media(max-width: 479px){
.referal-activity-box {
  padding: 30px 20px;
}
.referal-activity-box .card .card-name,.referal-activity-box .card .card-pts {
  font-size: 16px;
}
.referal-activity-box .card {
  padding: 12px 5px !important;
}
.payout-list-data {
  margin-bottom: 15px;
}
.pts-option-inner-box{
  display: block !important;
}
.point-option-second{
  height: 200px !important;
}
.top-dash-range .dash-head-points {
  display: grid;
}
.redeem-btn {
  padding: 10px 12px;
  font-size: 13px;
}
.dropdown.profile-dropdown button#userDropdownBtn span {
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
  font-size: 10px;
}
.dropdown.profile-dropdown button#userDropdownBtn img {
    padding-right: 5px;
    height: 25px;
}
.tile-card {
  flex-direction: column;
  text-align: center;
}
#logoutModal .modal-dialog .modal-content .modal-body {
    padding: 35px 20px;
}
#logoutModal .btn-no {
    margin-right: 0;
}
}

 @media(max-width: 375px){
  .tile-card {
      flex-direction: column;
  }
   .tile-points {
      text-align: center;
  }
  .pro-tip {
    display: grid;
    place-items: center;
    gap: 30px;
}
} 