/*=== Reset Css Start ===*/

:root {
  --black: #000000;
  --white: #fff;
  --black-light: #141718;
  --blue: #4c96f8;
  --green: #34a853;
  --green-thik: #51c49d;
  --green-medium: #509188;
  --green-dark: #53a99d;
  --blue: #27a7e8;
  --red: #ec4515;
  --red-light: #ff4458;
  --yellow-light: #f7d786;
  --yellow-dark-light: #887b5b;
  --orange-light: #ffe9ca;
  --blue-light: #e0ebf1;
  --grey-light: #eff2e1;
  --green-light: #31b768;
  --light: rgba(20, 23, 24, 0.6);
  --light-thik: #eff3f5;
  --bg-body: #fdf1cf;
  --bg-dark: #ebe0c0;
  --black-thik: #222526;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

html {
  font-size: 16px;
}

body {
  font-family: "Poppins";
  background-color: #ffffff;
  scroll-behavior: smooth;
}

/* === scroll body === */
body::-webkit-scrollbar {
  width: 8px;
  background: rgb(255 255 255 / 59%);
}
/* Track */
body::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 59%);
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

a {
  text-decoration: none;
  color: var(--green-dark);
  line-height: 1.5;
}

ul,
li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-weight: 600;
  color: var(--black-light);
}

/*=== Common Css Start ===*/

.bg-pattern {
  background-color: var(--blue-light);
}

.body_section .title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black-light);
}

.btn {
  font-weight: 500;
  padding: 0.8rem;
}

.btn-dark {
  --bs-btn-bg: var(--black-light);
}

.btn-outline-dark {
  --bs-btn-color: var(--black-light);
  --bs-btn-border-color: var(--black-light);
}

.btn-success {
  --bs-btn-bg: var(--green-dark);
  --bs-btn-border-color: var(--green-dark);
  --bs-btn-hover-bg: var(--green-medium);
  --bs-btn-hover-border-color: var(--green-medium);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-bg: var(--green-medium);
  --bs-btn-active-border-color: var(--green-medium);
}

.btn.disabled {
  background-color: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-outline-success {
  --bs-btn-color: var(--green-dark);
  --bs-btn-border-color: var(--green-dark);
  --bs-btn-hover-bg: var(--green-medium);
  --bs-btn-hover-border-color: var(--green-medium);
  --bs-btn-active-bg: var(--green-medium);
  --bs-btn-active-border-color: var(--green-medium);
}

.btn-group .btn {
  border-radius: 2rem !important;
  color: var(--white);
  padding: 0.4rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-group .btn i {
  font-size: 1.125rem;
}

.btn.telegram {
  background-color: var(--blue);
}

.btn.whatsapp {
  background-color: var(--green-light);
}

.btn.copy {
  background-color: var(--red);
}

.btn.btn-instagram {
  color: #000;
  background-color: var(--white);
  border-color: #fd0a5f;
}

.btn-instagram img {
  width: 16px;
}

.btn-instagram:hover {
  color: #fff;
  background-color: #fd0a5f;
}

.btn-group-multiple {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--black-light);
}

.form-control,
.form-select {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--light);
  height: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-control.border-0 {
  border: 1px solid transparent !important;
}

.form-control.is-invalid {
  border-color: var(--red) !important;
  background-image: none;
}

.form-control.is-invalid ~ .verify-tag {
  margin-top: -12px;
}

.form-control.is-invalid ~ .toggle-password {
  margin-top: -12px;
}

.form-control[type="file"] {
  border-radius: 2rem;
  border-color: var(--light-thik);
  line-height: 2.6;
  padding-left: 0.75rem;
}

textarea.form-control {
  height: auto;
}

.form-check {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black-light);
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: var(--green-dark);
  border-color: var(--green-dark);
}

.form-control::-webkit-input-placeholder {
  color: var(--light);
}

.form-control::-moz-placeholder {
  color: var(--light);
}

.form-control:-ms-input-placeholder {
  color: var(--light);
}

.form-control:-moz-placeholder {
  color: var(--light);
}

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

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

p {
  font-size: 12px;
  color: var(--light);
  font-weight: 500;
}

.amazon-pay {
  background-color: var(--light-thik);
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}

.amazon-pay img {
  margin-bottom: -5px;
  width: auto !important;
  height: 20px;
}

.amazon-pay .ac-number {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--black-light);
}

.amazon-pay .check {
  background-color: var(--green-dark);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 0;
}

.tooltip-inner {
  font-size: 0.875rem;
}

.tooltip-inner b {
  color: var(--yellow-light);
}

.alert-danger {
  font-weight: 500;
  font-size: 0.875rem;
}

.link-more {
  color: var(--green-dark);
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
}

.body_section {
  max-width: 768px;
  margin: 0 auto;
}

.body_section.yellow-section {
  overflow-y: scroll;
}

.yellow-section {
  background-color: var(--bg-body);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px -10px -20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -10px -20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -10px 20px -20px rgba(0, 0, 0, 0.5);
  border-radius: 30px 30px 0 0;
}

.yellow-section:after,
.yellow-section:before {
  position: absolute;
  content: "";
  width: 260px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.yellow-section:before {
  top: 350px;
  left: -130px;
}

.yellow-section:after {
  top: 90px;
  right: -130px;
}

.no-scroll {
  min-height: calc(100vh - 384px);
}

.no-scroll-survery {
  min-height: calc(100vh - 250px);
}

/*=== Header Css Start ===*/
.logo {
  width: 120px;
}

.header-without-login {
  background-color: var(--blue-light);
  border-radius: 0;
}

.header-with-login {
  background-color: var(--white);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header {
  color: var(--black-light);
  font-weight: 600;
  font-size: 1.125rem;
  height: 56px;
  z-index: 2;
  line-height: 3;
  max-width: 768px;
  margin: 0 auto;
  right: 0;
}

header .back-btn,
header .login-btn {
  position: absolute;
  top: 50%;
  color: var(--black-light);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: normal;
}

header .back-btn {
  font-size: 1.5rem;
  left: 1rem;
}

header .login-btn-big {
  font-size: 1.5rem;
}

header .login-btn {
  right: 1rem;
}

header .login-btn span {
  font-size: 0.875rem;
  font-weight: 500;
}

header .login-btn .login-user-name {
  font-weight: 400;
  font-size: 1rem;
}

.login-with-stripe .header-with-login {
  height: auto;
}
.login-with-stripe .header-with-login .back-btn,
.login-with-stripe .header-with-login .login-btn {
  top: calc(100% - 1.8rem);
}

.login-with-stripe .header-stripe {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../images/stripe-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.login-with-stripe .header-stripe img {
  width: 64px;
  flex-shrink: 0;
}

.login-with-stripe .header-stripe span {
  font-weight: 600;
}

.login-with-stripe .no-scroll-survery {
  min-height: calc(100vh - 300px);
}

/*=== Footer Css Start ===*/

footer {
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto;
}

footer:after {
  content: "";
  background-color: var(--bg-body);
  width: 768px;
  height: 85px;
  position: absolute;
  left: 0px;
  z-index: -3;
  top: -15px;
}

footer .footer-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.625rem 0rem;
  align-items: center;
  transition: all 0.5s ease-in;
  position: relative;
  flex: 1;
  background: var(--black-light);
}

footer .footer-link:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
footer .footer-link:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

footer .footer-link:first-child:before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

footer .footer-link:last-child:before {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

footer .footer-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 8px;
  background-color: var(--green-dark);
  transform: translatey(-100%);
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

footer .footer-link.active:before {
  transform: translatey(0%);
  opacity: 1;
}

footer .footer-link.active {
  color: var(--white);
  background-color: var(--black-thik);
}

footer .footer-link i {
  font-size: 1.25rem;
  line-height: 0;
  padding-bottom: 2px;
}

footer .badge {
  top: 5px;
  line-height: normal;
}

/*=== Login ===*/

.login-main {
  padding: 1.25rem 1rem;
  position: relative;
  z-index: 1;
}

.login-welcome {
  color: var(--dark-light);
  font-weight: 500;
  font-size: 1.5rem;
}

.login-welcome img {
  width: 80px;
  padding-top: 0.5rem;
}

.login-welcome .small-img {
  width: 30px;
}

.login-welcome h6 {
  font-weight: 500;
}

.form-step .heading {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black-light);
}
.form-step .number {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--black-light);
}

.form-step .privacy-text,
.otp-Verification .privacy-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.resend-code.disabled {
  position: relative;
}

.resend-code.disabled:before {
  position: absolute;
  left: 0;
  top: 16px;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--bg-body);
}

.login-main .nav-pills {
  background-color: #ebe0c0;
  border-radius: 2rem;
  padding: 5px;
}

.login-main .nav-item {
  flex: 1;
}

.login-main .nav-pills .nav-link {
  font-weight: 600;
  color: rgba(20, 23, 24, 0.6);
  border-radius: 30px;
  width: 100%;
}

.login-main .nav-pills .nav-link.active,
.login-main .nav-pills .show > .nav-link {
  background-color: var(--white);
  color: var(--black-light);
}

.login-footer {
  background: #ebe0c0;
  font-weight: 500;
  font-size: 0.875rem;
  border-top: 1px solid #d2c08c;
}

.login-footer .border-top {
  border-color: #d2c08c !important;
}

.login-footer .footer-menu {
  color: var(--black-light);
}

.login-footer h6 {
  font-size: 0.875rem;
}

/*=== challenges Css Start ===*/

.challenges-count .earn {
  flex-shrink: 0;
  padding-left: 20px;
}

.challenges-count .total {
  background-color: #ffffff80;
  border: 1px dashed #d0be8a;
  border-radius: 4px;
  font-size: 0.75rem;
  padding: 0.3rem 0.3rem;
}

.challenges-count .total span {
  font-weight: 500;
  font-size: 1rem;
}

.challenges-count .list-unstyled li {
  font-size: 0.875rem;
  font-weight: 500;
  background-image: url(../images//pink-ticket-y.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  padding: 0.2rem;
  position: relative;
}

.challenges-count .list-unstyled li:before {
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/ticket-check.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.challenges-count .list-unstyled li.active {
  background-image: url(../images/pink-ticket.png);
}

.challenges-count .list-unstyled li.active:before {
  opacity: 1;
}

.challenges-count .counter {
  margin-left: -90px;
  flex-grow: 1;
  position: relative;
}

.challenges-count .counter .inner {
  width: 130px;
  margin: 0 auto;
  position: relative;
}

.challenges-count .counter svg.svg-coins {
  position: absolute;
  left: 50%;
  top: 120px;
  width: 70px;
  transform: translateX(-50%);
}

.challenges-count .counter svg.svg-coins + svg.svg-coins {
  margin-left: 10px;
  top: 140px;
}

.challenges-count .counter svg.svg-coins + svg.svg-coins + svg.svg-coins {
  margin-left: -20px;
}

.challenges-slider:before {
  width: 200%;
  height: 600px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #d2c08c;
  content: "";
  top: 50%;
  left: -50%;
  position: absolute;
}

.challenges-slider .swiper-card {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.challenges-slider .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100px;
  color: #000;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(171, 154, 106, 0.2);
  position: relative;
  border: 10px solid transparent;
  position: relative;
}

.challenges-slider .item-box:before {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  background-color: rgba(21, 38, 48, 0.3);
  border-radius: 100%;
  opacity: 0;
}

.challenges-slider .item-box:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: -13px;
  top: 0px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.challenges-slider .item-box img {
  width: 40px;
  aspect-ratio: 1/1;
}

.challenges-slider .item-box .price {
  position: absolute;
  left: 50%;
  font-weight: 500;
  font-size: 0.75rem;
  transform: translateX(-50%);
  top: -20px;
  border: 4px solid #fcf0cd;
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 4px;
}

.challenges-slider .item-box .bonus-tag {
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #fef7e5;
  border: 1px solid #d1bf8b;
  border-radius: 20px;
  color: #000000;
  position: absolute;
  text-align: center;
  width: 120px;
  padding: 0.1rem;
  bottom: -15px;
  left: 0px;
  display: none;
  margin-left: -10px;
  z-index: 1;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.challenges-slider
  .swiper-slide-active.swiper-slide-active-custom
  .item-box:before {
  left: 0;
  top: 0;
}
.challenges-slider
  .swiper-slide-active.swiper-slide-active-custom
  .item-box:after {
  width: 30px;
  height: 30px;
}

.challenges-slider .swiper-slide-active .item-box img {
  width: 60px;
}

.challenges-slider .swiper-slide-active-custom .item-box:before {
  opacity: 1;
}

.challenges-slider .swiper-slide-active-custom .item-box:after {
  opacity: 1;
}

.challenges-slider .swiper-slide-active .item-box {
  color: red;
  border-color: rgb(222, 206, 161, 0.6);
  width: 120px;
  box-shadow: none;
}

.challenges-slider .swiper-slide-active .bonus-tag {
  display: block;
}

.challenges-slider .item-box .highcharts-figure {
  position: absolute;
  left: -13px;
  top: -22px;
  width: 126px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: transparent;
  overflow: hidden;
  margin: 0;
  opacity: 0;
}

.challenges-slider .swiper-slide-active .highcharts-figure {
  opacity: 1;
}

.challenges-slider .swiper-slide-active .step.one {
  opacity: 1;
}

.challenges-slider .item-box .highcharts-figure #container {
  overflow: hidden;
  transform: rotate(180deg);
}

.challenges-slider .item-box .step {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ec4515;
  z-index: 8888;
  color: #ec4515;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.challenges-slider .item-box .step.one {
  left: 8px;
  bottom: 40px;
}

.challenges-slider .item-box .step.two {
  left: 22px;
  top: 26px;
}

.challenges-slider .item-box .step.three {
  right: 18px;
  top: 30px;
}

.challenges-slider .item-box .step.four {
  right: 8px;
  bottom: 33px;
}

.challenges-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  padding: 0rem 1rem 6rem;
}

.challenges-content .message-alert {
  max-width: 560px;
  margin: 0 auto;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.challenges-content .message-alert img {
  width: 60px;
}
.challenges-content .success {
  display: none;
}
.challenges-content.active .welcome {
  display: none;
}
.challenges-content.active .success {
  display: block;
}

.challenges-content[style="display: block;"] {
  display: block;
  opacity: 1;
}

.challenges-content .heading {
  font-size: 1.25rem;
  color: var(--black);
  margin: 0;
  font-weight: 500;
}

.challenges-content p {
  font-size: 1rem;
  color: var(--black);
  margin: 0;
  font-weight: 400;
}

.challenges-content p strong {
  font-weight: 600;
}

.challenges-content .price-tag {
  color: var(--black);
  font-weight: 500;
  font-size: 2.5rem;
}

.challenges-content .link-tc {
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

.challenges-content .link-tc span {
  position: absolute;
  left: -8px;
  top: 0;
}

.challenges-content .text-share {
  color: #000000;
  font-size: 0.875rem;
}

/*=== Challenges Progress slider Start ===*/

.progress-slider .win-tag {
  width: 40px;
}

.progress-slider .progress-label,
.progress-slider .progress-count,
.progress-slider .progress-title {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
  z-index: 1;
  text-align: left;
  font-size: 0.875rem;
}

.progress-slider .progress-title {
  color: var(--yellow-dark-light);
  font-weight: 500;
}

.progress-slider .progress-bar {
  height: 6px;
  background-color: #ebddb5;
  border-radius: 30px;
}

.progress-slider .progress {
  width: 0%;
  height: 100%;
  background-color: var(--green-dark);
  transition: width 0.3s ease-in-out;
  border-radius: 0;
}

/*=== Surveys Pages Start ===*/

.reward-wallet h6 {
  font-weight: 600;
  font-size: 0.875rem;
}
.reward-wallet .name {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--light);
}
.reward-wallet .price {
  font-size: 1rem;
  font-weight: 600;
}

.reward-wallet .price img {
  width: 20px;
}

.reward-wallet .btn-dark {
  font-size: 0.875rem;
  padding: 0.4rem 0.8rem;
}

.surveys-main {
  padding: 1.25rem 1rem 5rem;
  position: relative;
  z-index: 1;
}

.survey-tabs.nav-pills:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  --c: 33px;
  height: 90px;
  aspect-ratio: 1;
  mask: radial-gradient(
      60% var(--c) at 50% var(--c),
      #0000 calc(100% - 2px),
      #000
    )
    0 calc(-1 * var(--c));
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 60px;
}

.survey-tabs .nav-item {
  flex: 1;
  background: var(--white);
  border-radius: 5rem;
  padding: 0.5rem;
}

.survey-tabs.nav-pills .nav-link {
  width: 100%;
  border-radius: 5rem;
  padding: 0.3rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--yellow-dark-light);
  align-items: center;
  display: flex;
  position: relative;
}

.survey-tabs.nav-pills .nav-link i {
  background-color: #f9eecd;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.survey-tabs.nav-pills .nav-link.active {
  background-color: var(--yellow-light);
  color: var(--black-ligh);
}

.survey-item .survey-ruppes {
  width: 70px;
  border: 5px solid var(--white);
  border-radius: 100%;
  aspect-ratio: 1/1;
  font-weight: 500;
  font-size: 1.5rem;
  z-index: 1;
  flex-wrap: wrap;
}

.survey-item .survey-ruppes:after {
  content: "";
  position: absolute;
  left: 75px;
  top: 50%;
  --c: 26px;
  height: 60px;
  aspect-ratio: 1;
  mask: radial-gradient(
      60% var(--c) at 50% var(--c),
      #0000 calc(100% - 2px),
      #000
    )
    0 calc(-1 * var(--c));
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 30px;
}

.survey-item .survey-ruppes.bg-orange {
  background-color: var(--orange-light);
}
.survey-item .survey-ruppes.bg-blue {
  background-color: var(--blue-light);
}
.survey-item .survey-ruppes.bg-grey {
  background-color: var(--grey-light);
}

.survey-item .survey-info {
  padding: 0.625rem;
  border-radius: 4rem;
}

.survey-item .survey-id {
  padding-left: 12px;
  padding-right: 12px;
}

.survey-item .survey-id span {
  font-size: 0.75rem;
  color: var(--light);
  font-weight: 500;
}

.survey-item .survey-id span i {
  font-size: 1rem;
}

.survey-item .survey-id strong {
  font-size: 0.875rem;
  color: var(--black-light);
  font-weight: 500;
}

.survey-item .btn-success {
  padding: 0.4rem 1.5rem;
}

.survey-item-pending .survey-ruppes:after {
  left: 30px;
  top: -14px;
  height: auto;
  --c: 8px;
  width: 24px;
  mask: radial-gradient(
      var(--c) 50% at var(--c) 50%,
      #0000 calc(100% - 2px),
      #df4747
    )
    calc(-1 * var(--c)) 0;
}

.survey-item-pending .img-upload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.survey-item-pending .img-upload small {
  font-size: 0.75rem;
  line-height: 0.3;
}

.survey-item-pending .bi-question-circle {
  cursor: pointer;
}

.survey-item-pending .img-user img {
  object-fit: cover;
  border-radius: 100%;
  aspect-ratio: 1/1;
  cursor: pointer;
}

/*=== Transactions Pages Start ===*/

.transaction-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black-light);
}

.transaction-title span {
  font-weight: 600;
}

.transaction-date {
  background-color: var(--bg-dark);
  font-weight: 500;
  font-size: 0.875rem;
}

.transaction-item {
  position: relative;
  overflow: hidden;
}

.transaction-item:after {
  position: absolute;
  left: 56px;
  bottom: 0px;
  content: "";
  background: #d2c08c;
  width: 100%;
  height: 1px;
}

.transaction-item .arrow {
  width: 40px;
  height: 40px;
  background-color: var(--black-light);
  color: var(--white);
}

.transaction-item .id {
  color: var(--yellow-dark-light);
  font-size: 0.75rem;
  font-weight: 500;
}

.transaction-item .id strong {
  font-size: 0.875rem;
  color: var(--black-light);
  font-weight: 500;
}

.transaction-item .price {
  font-weight: 600;
  font-size: 1rem;
  color: var(--green-dark);
}

.transaction-item .price.text-red {
  color: var(--red-light);
}

.transaction-item .more-action {
  border: 1px solid var(--yellow-dark-light);
  width: 25px;
  height: 25px;
  font-size: 0.875rem;
  cursor: pointer;
}

/*=== Profile Pages Start ===*/

.profile-main {
  padding: 1.25rem 1rem 6rem;
  position: relative;
  z-index: 1;
}

.verify-tag {
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  right: 0.5rem;
  border-radius: 20px;
}

.verify-tag.now {
  background-color: var(--red-light);
  color: #fff;
  padding: 0.2rem 0.5rem;
}

.verify-tag.success {
  color: var(--green-thik);
  display: flex;
  align-items: center;
}

.verify-tag img {
  width: 20px;
}

.profile-name .img {
  width: 80px;
  height: 80px;
  border: 4px solid var(--white);
  background-color: #f3f0e7;
  color: #d8d5ca;
}

.profile-name .bi-person-fill {
  font-size: 4rem;
}

.profile-name .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-name .info {
  font-size: 1rem;
  color: var(--black-light);
}

.profile-name .name {
  font-weight: 600;
}

.profile-name .phone {
  font-weight: 500;
}

.profile-name .phone i {
  font-size: 1.2rem;
}

.profile-info.border-bottom {
  border-bottom-color: #d2c08c !important;
}

.profile-info .icon {
  background-color: var(--black-light);
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  color: var(--white);
  flex-shrink: 0;
}

.profile-info .detail {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--light);
  border-bottom: 1px solid #d2c08c;
  padding-bottom: 12px;
  position: relative;
}

.profile-info .detail span {
  color: var(--black-light);
}

.profile-info .bi-arrow-right-short {
  font-size: 1.5rem;
  color: var(--light);
}

.toggle-password {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: rgba(20, 23, 24, 0.3);
  cursor: pointer;
}

/*=== Help Pages Start ===*/

.help-center-form .heading h6 {
  font-weight: 500;
}

.help-center-form .heading span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--light);
}

.help-center-form .inof_text {
  font-size: 12px;
  color: var(--light);
}

.help-center-form .input-group-text {
  font-size: 0.875rem;
  color: var(--light);
  border-color: var(--light-thik);
  font-weight: 500;
}

/*=== Ticket Page Start ===*/

.tickets-title {
  color: var(--black-light);
  font-weight: 500;
  font-size: 1rem;
}

.tickets-title i {
  font-size: 1.25rem;
}

.ticket-item h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--black-light);
}

.ticket-item .ticket {
  font-size: 0.875rem;
  color: var(--black-light);
  border-top: 1px dashed #ded1ad;
  font-weight: 500;
}

.ticket-item .id {
  color: var(--light);
}

.ticket-item .bi {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.ticket-item .open {
  color: var(--red-light);
}
.ticket-item .closed {
  color: var(--green-thik);
}

.ticket-item .ticket:last-child {
  border: 0;
}

.ticket-chat {
  background-color: var(--white);
  font-size: 0.875rem;
  color: var(--black-light);
  max-width: 80%;
  position: relative;
}

.ticket-chat small {
  font-size: 0.75rem;
  color: var(--light);
  padding-top: 0.3rem;
  font-weight: 500;
}

.ticket-chat-fill {
  background-color: var(--yellow-light);
  margin-left: 35px;
}

.ticket-chat-fill:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images//Logo-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -35px;
  bottom: 0;
}

.ticket-form {
  max-width: 768px;
  margin: 0 auto;
  background-color: var(--bg-body);
}

.ticket-form.border-top {
  border-color: #d2c08c !important;
}

/*=== Watch History Pages Start ===*/

.card {
  border: 0;
}

.card .number {
  font-size: 1rem;
  color: var(--light);
}

.card .question {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--black-light);
}

.card .price-tag {
  font-size: 1.56rem;
  color: var(--black-light);
  font-weight: 500;
  width: 60px;
  height: 60px;
  border-radius: 0px 20px 0px 20px;
  background: #ffffff;
  line-height: 2.5;
  margin: -8px -8px 0px 0px;
}

.card .card-title {
  font-weight: 600;
  font-size: 1rem;
  color: var(--black-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card .img-fluid {
  border-radius: 10px;
}

.card-success .img-fluid {
  filter: grayscale(1);
}

.card .btn {
  padding: 0.5rem;
  display: block;
}
.card .check {
  width: 60px;
}

.card-overlay {
  background-color: rgba(224, 235, 241, 0.95);
}
.card-overlay .title {
  font-size: 1rem;
  color: var(--black-light);
  font-weight: 600;
}

.card-overlay .number {
  color: var(--white);
  position: relative;
  background-color: var(--black-light);
  width: 100%;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
}

.card-overlay .separator {
  margin: 0;
  width: 2rem;
}

.card-overlay .new,
.card-overlay .old,
.card-overlay .current {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.card-overlay .new {
  -webkit-animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.card-overlay .old {
  -webkit-animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
  content: "DAYS";
  font-size: 8px;
  position: absolute;
  left: 0%;
  bottom: 5px;
  width: 100%;
  /* line-height: 1; */
}

#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}

/*=== App Installed Pages Start ===*/

.app-item .logos {
  width: 60px;
  flex-shrink: 0;
}


.app-item .logos img{
    border-radius:0.4rem;
}


.app-item .info {
  flex: 1;
}

.app-item span {
  color: var(--black-light);
  font-weight: 600;
  font-size: 0.875rem;
}

.app-item small {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--light);
}

.app-item .price {
  color: var(--black-light);
  border-radius: 0 20px 0px 20px;
  font-weight: 500;
  font-size: 1.562rem;
  min-width: 60px;
  aspect-ratio: 1;
}

.app-item .price.bg-orange {
  background-color: var(--orange-light);
}
.app-item .price.bg-blue {
  background-color: var(--blue-light);
}
.app-item .price.bg-grey {
  background-color: var(--grey-light);
}


/*=== Telegram Pages Start ===*/


.telegram-modal .border-bottom{
 border-bottom: 2px dashed #ded1ad!important;   
}

.telegram-modal .col{
 border-right: 2px dashed #ded1ad;   
}

.telegram-modal .col:last-child{
 border-right:none;   
}

.telegram-status .reward-price {
  color: var(--red);
  font-weight: 600;
  font-size: 3.125em;
}

 .telegram-status .reward-price  small {
  font-size: 1.875rem;
  display: inline-block;
}


.success-message img {
    width: 80px;
}

.success-message .success-tag {
    font-weight: 600;
    font-size: 1rem;
    color: var(--green-thik);
}

.success-message .heading {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--black-light);
}

.success-message .light {
    color: var(--light);
}

.success-message .total {
    font-weight: 500;
    font-size: 2.5rem;
    color: var(--red);
    line-height:1.3;
}

.success-message .total span {
    font-size: 0.875rem;
    
}

.disqualified-message img {
    width: 80px;
}

.disqualified-message .text-red {
    color: var(--red-light);
    font-weight:600;
    font-size:1rem;
}


/*=== Privacy Police Popup Start ===*/

.privacy-police {
  padding: 1.25rem 1rem;
  min-height: calc(100vh - 296px);
}

.privacy-police p {
  font-size: 1rem;
  color: var(--dark-light);
  font-weight: 400;
  line-height: 2;
}

.privacy-police p a {
  display: block;
}

.privacy-police .list-unstyled {
  padding-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1rem;
}

.privacy-popup {
  font-size: 0.8125rem;
  color: var(--black);
}

.privacy-popup strong {
  font-weight: 600;
}

.privacy-popup ul {
  list-style: auto;
  padding-left: 1rem;
}

.privacy-popup ul li {
  padding-top: 0.5rem;
}

/*=== Common Popup Start ===*/

.modal .price-tag {
  background-color: var(--yellow-light);
  font-size: 0.812rem;
  font-weight: 500;
  border-radius: 0 1rem 0rem 1rem;
  padding: 0.4rem 1.3rem;
}

.modal .heading {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black-light);
}

.modal .light {
  color: var(--light);
}

.modal .medium {
  font-weight: 600;
}

.modal .price {
  font-size: 2.5rem;
  color: rgba(20, 23, 24, 0.2);
  font-weight: 500;
}

.modal .price:after {
  content: "";
  border: 1px solid var(--blue-light);
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 auto;
}

.modal .price-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--black-light);
  background-color: var(--blue-light);
  border-radius: 20px;
  height: 30px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal .price-link.active {
  background-color: #f89f83;
}

.modal .price-link:after {
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.modal .price-link.complete {
  opacity: 0.5;
}

.modal .price-link.complete:after {
  opacity: 1;
}

.modal .money-tag {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--black-light);
}

.modal .status {
  color: var(--light);
  font-weight: 500;
}
.modal .status small {
  font-size: 0.75rem;
}
.modal .status span {
  font-size: 0.875rem;
  color: var(--red-light);
}

.modal .status .bi-question-circle {
  color: var(--green-dark);
}

.modal .success-tag {
  font-weight: 600;
  font-size: 1rem;
  color: var(--green-thik);
}

.modal .total {
  font-weight: 500;
  font-size: 2.5rem;
}

.modal .total span {
  font-size: 0.875rem;
  color: rgba(20, 23, 24, 0.6);
  line-height: 1;
}

.modal .divider {
  border-top: 2px dashed #ded1ad;
  margin: 20px auto;
  width: 90%;
}

.modal .text-red {
  color: var(--red-light) !important;
}

.modal .text-green {
  color: var(--green-dark) !important;
}

.modal .text-yellow {
  color: #efc96a;
}

.modal .modal-title {
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 600;
}

.modal .modal-title.medium {
  font-size: 1.125rem;
  color: var(--black-light);
}

.modal .modal-lead {
  font-weight: 500;
  font-size: 1rem;
  color: var(--black-light);
}

.modal .modal-bonus {
  color: var(--red);
  font-weight: 600;
  font-size: 3.125em;
}

.modal .modal-bonus small {
  font-size: 1.875rem;
  display: inline-block;
}

.modal .btn-link {
  color: var(--light);
  text-decoration: none;
}

/*=== Withdraw Popup Start ===*/

.withdraw-modal-success .modal-content {
  background: radial-gradient(circle 25px at left 210px, #0000 98%, #fff) left
      center,
    radial-gradient(circle 26px at right 210px, #0000 98%, #fff) right center;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}

.withdraw-modal-success img {
  width: 80px;
}

/*===Complete Popup Start ===*/

.modal.complete-profile .bottom-0 {
  bottom: 90px !important;
}

.modal.complete-profile h6 {
  font-size: 0.8125rem;
  font-weight: 700;
}

.modal.complete-profile .btn-close {
  opacity: 0.3;
}

.modal.complete-profile .btn {
  font-size: 14px;
  padding: 0.4rem 1.2rem;
}

/*===Receipt Popup Start ===*/

.modal.receipt-modal .modal-content {
  background: radial-gradient(circle 25px at left 130px, #0000 98%, #fff) left
      center,
    radial-gradient(circle 26px at right 130px, #0000 98%, #fff) right center;
  background-size: 51% 100%;
  background-repeat: no-repeat;
}

.modal.receipt-modal .modal-content:before {
  background-image: url(../images/pattern.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.modal.receipt-modal img {
  width: 40px;
}

.modal.receipt-modal .price:after {
  display: none;
}

.modal .receipt-id {
  border: 1px solid #707070;
  border-radius: 10px;
  width: 49%;
  padding: 0.5rem 1rem;
  margin: 0.3rem 0rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(20, 23, 24, 0.6);
}

.modal .receipt-id span {
  color: var(--black-light);
}

/*===Challanges Popup Start ===*/

.modal-challenges .modal-content {
  background-image: url(../images/coin-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

/*=== modal-vehicle-selfie Popup Start ===*/

.modal-vehicle-selfie .modal-content {
  background-image: url(../images/city-outline-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

.modal-vehicle-selfie .modal-title img {
  width: 28px;
}

/*=== Common Css Start ===*/
.modal-dialog.position-fixed .modal-content {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media screen and (max-width: 767px) {
  footer:after {
    left: -10px;
  }
}

/*======== keyframes Start ========*/

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@-webkit-keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8)
      rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8)
      rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5)
      rotateX(-75deg);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5)
      rotateX(-75deg);
  }
}

.z-9999 {
  z-index: 9999;
}
