:root {
  --primary-color: #7634e3;
}

footer {
  background: var(--primary-color);
}

footer .footerMenuList .footerMenuSingle a .footerMenu,
footer .footerMenuList .footerMenuSingle a:hover .footerMenu {
  color: white;
}

footer .footerMenuList .footerMenuSingle a::after {
  display: none;
}

.card.green,
.wallet-containerss.greens.greens {
  background: linear-gradient(180deg, #f99fb3 0%, #c66f86 100%);
  border: 0px;
  border-radius: 30px;
}

.secondary-card,
.primary-gradient-card,
.wallet-containerss {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
}

/* primary purple btn */
.btnCommon,
.btnCommon:hover,
.btn-Primary,
.btn-Primary:hover {
  border: 1px solid #5125a5;
  background: #9864ab;
  text-transform: uppercase;
  color: white !important;
}

/* secondary ranbow btn */
.btnBordered-primary,
.btnBordered-primary:hover {
  background: linear-gradient(180deg, #ff8bf1 0%, #af2bcd 100%);
  border: 1px solid #af2bcd;
  color: white !important;
}

/* tetiory white btn */
.btnWhite,
.btnWhite:hover {
  background: #ffffff;
  color: #7634e3 !important;
  border: 0px;
}

.btnBordered-primary:disabled {
  background: #5121a0;
  color: #7c3aed;
}

.btn-gradient-primary,
.btn-gradient-primary:hover {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
  box-shadow: 4px 4px 10px 0px #00000080;
}

.zero-btn {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 0px;
  font-size: 12px;
}

.zero-btn span {
  color: #01fefe;
}

.table-responsive {
  overflow: initial;
}

.chat_link {
  bottom: 92px;
}

footer .footerMenuList .footerMenuSingle > a .footerMenu {
  text-transform: uppercase;
  font-size: 12px;
}

footer .footerMenuList .footerMenuSingle:hover > a .footerMenu,
footer .footerMenuList .footerMenuSingle .active .footerMenu {
  color: #01fefe !important;
}

.walletConnectBtn {
  box-shadow: 4px 4px 10px 0px #00000080;

  box-shadow: -4px -4px 10px 0px #ffffff80;

  border: initial !important;
}

.walletConnect {
  position: relative;
}

.card .cardHeader .head,
.card_heading {
  background: linear-gradient(270deg, #fc51e6 0%, #6a2dcf 100%);
  border-radius: 30px;
  margin-top: 40px;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  margin-left: -5px;
}

.border-divs {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(90deg, #1955ff 0%, #36dadd 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.icon-rights {
  position: absolute;
  right: -12px;
  top: -40px;
}

.card .cardWallet {
  border: 0px;
}

.secondary-card .cardWalletContent .subHead,
.secondary-card .cardWalletContent .mainHead,
.card .cardWalletContent .subHead {
  color: white;
}

.footerMenuSingle #index .footer-icons {
  background: url(../images_bu_new/footerMenu01.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #index.active .footer-icons,
.footerMenuSingle:hover > #index .footer-icons {
  background: url(../images_bu_new/footerMenu01-hover.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #claimswap .footer-icons {
  background: url(../images_bu_new/footerMenu02.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #claimswap.active .footer-icons,
.footerMenuSingle:hover > #claimswap .footer-icons {
  background: url(../images_bu_new/footerMenu02-hover.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #diagram .footer-icons {
  background: url(../images_bu_new/footerMenu03.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #diagram.active .footer-icons,
.footerMenuSingle:hover > #diagram .footer-icons {
  background: url(../images_bu_new/footerMenu03-hover.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #contractdetails .footer-icons {
  background: url(../images_bu_new/footerMenu04.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #contractdetails.active .footer-icons,
.footerMenuSingle:hover > #contractdetails .footer-icons {
  background: url(../images_bu_new/footerMenu04-hover.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #profile .footer-icons {
  background: url(../images_bu_new/footerMenu05.svg) no-repeat center;
  background-size: contain;
}

.footerMenuSingle #profile.active .footer-icons,
.footerMenuSingle:hover > #profile .footer-icons {
  background: url(../images_bu_new/footerMenu05-hover.svg) no-repeat center;
  background-size: contain;
}

.header-container {
  background: #eaebed;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 0;
}

.walletTable thead tr th,
.walletTable tbody tr td {
  color: white;
  background: #986cdd;
}

.rounded {
  border-radius: 20px !important;
}

.secondary-card .cardWalletContent .para,
.card .cardWalletContent .para {
  background: #0000004d;
  color: white;
  padding: 8px 35px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.border-bgs {
  background: #0000004d;
  color: white;
  padding: 8px 25px 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}

.menu-toggle {
  width: 35px;
}

.welcome_pages {
  background: transparent;
}

.curved_card {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
  border: 0px;
}

.curved_card p,
.darkRadio .radio-container input:checked + .checkmark + span,
.darkRadio .radio-container span {
  color: white;
}

.radio-container .checkmark {
  background: transparent;
  border: 1px solid white;
}

.radio-container .checkmark::before,
.radio-container input:checked ~ .checkmark::before {
  background: transparent !important;
}

.radio-container input:checked ~ .checkmark {
  border-color: white !important;
  background: transparent !important;
  border-width: 1px;
}

.radio-container input:checked ~ .checkmark::after {
  background: #01fefe !important;
  width: 15px;
  height: 15px;
  left: 0.5px;
  top: 0.6px;
}

.questionOptionMain {
  background: linear-gradient(0deg, #5125a5 0%, #6a2dcf 100%);
  border-radius: 20px;
  margin-bottom: 20px;
}

.curved_card .card_heading {
  text-transform: uppercase;
}

.no-border-table tbody tr td {
  background: #ffffff4d;
}

.no-border-table tbody tr td.empty {
  background: transparent;
  padding: 5px;
}

.no-border-table tbody tr td:first-child {
  border-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 10px !important;
}
.no-border-table tbody tr td:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 10px !important;
}
.inner-card {
  background: #eaebed;
  border-radius: 30px;
}

.subTotalCard {
  background: linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%);
}

.filterRight {
  background: #eaebed;
  box-shadow: -4px 0px 4px 0px #00000040;
}

.cardFormGroup,
.form-group {
  background: white;
  border: 0px !important;
}

.card-main-head {
  font-weight: 700;
  border: 0px;
}

.card-main-head .head {
  color: #8d96a2;
  text-transform: uppercase;
}

.usdHeadMain.border-0px {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.primary-white-card {
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  background: white;
  -o-border-radius: 26px;
  padding: 20px;
}

#chatboxx {
  top: 73px;
  display: block;
  height: auto;
  min-height: auto;
  padding: 20px 20px 0;
  background: white;
}

.chat-container {
  height: 100%;
  min-height: calc(100vh - 185px);
  justify-content: flex-start;
  border-radius: 20px;
  border-top-right-radius: 20px;
  background: #f0f1f2;
  max-height: calc(100vh - 185px);
}

#chat-history {
  height: 100%;
  padding-top: 10px;
}

.chat_footer_area {
  bottom: 67px;
}

.chat-main-container {
  max-height: calc(100vh - 184px);
  overflow: auto;
}

.btn-switch {
  background: white;
  color: #7634e3;
  font-family: var(--primary-font-bold);
  padding: 8px 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 0px;
  box-shadow: 4px 4px 10px 0px #00000080;
  font-size: 11px;
  display: flex;
  align-items: center;
  position: relative;
}

.btn-switch.active div {
  display: none;
}

.btn-switch.active {
  background: linear-gradient(0deg, #5125a5 0%, #6a2dcf 100%);
  color: white;
}

.close-right {
  border: 0px;
  background: transparent;
}

.chat_right_main .chat_right {
  padding: 20px 5px 20px 5px;
}

.chat_btns .copy_btn .copy_btn_icon {
  width: 20px;
}

.chat-prev-box {
  border-radius: 30px;
  background: #eaebec;
  padding: 5px 15px;
  align-items: center;
  font-size: 14px;
  font-family: var(--primary-font-medium);
}

.chat-prev-box.active {
  font-family: var(--primary-font-bold);
}

.chat-prev-box .red-dots {
  display: none;
}

.chat-prev-box.active .red-dots {
  display: block;
}

.dashboard-body,
.blue-eclipses {
  background-color: white;
}

.chat-prev-title {
  color: #505963;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--primary-font-bold);
  margin-top: 30px;
  margin-bottom: 20px;
}

.red-dots {
  min-width: 10px;
  min-height: 10px;
  background-color: red;
  border-radius: 50%;
  margin-right: 10px;
}

.chat-container.active,
.chat-container.active .chat-main-container {
  max-height: calc(100vh - 138px);
  overflow: auto;
}

.chat-new-banner {
  width: 100%;
  height: 250px;
  background: url("../images_bu_new/chat-banner.png") no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}

.chat-new-title {
  color: #b4a2f6;
  text-transform: uppercase;
  font-family: var(--primary-font-bold);
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.chat-character {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

.personality-container .select2-selection {
  font-family: var(--primary-font-bold);
}

.darkRadio.new-radio .radio-container span {
  color: black !important;
}

.radio-container .checkmark {
  border: 1px solid black;
}

.radio-container input:checked ~ .checkmark::after {
  border: 2px solid white;
  outline: 1px solid black;
}

.purchase-txt {
  color: #8d96a2;
  font-family: var(--primary-font-bold);
}

.main-container.credit-contaienr .inner-card {
  height: auto;
}

.radio-container {
  color: black;
  font-size: 14px;
}

.filter-btn {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
}

.dark-table th {
  background: linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%);
  border: 0px;
}

.dark-table th:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.dark-table th {
  color: white !important;
}

.dark-table th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-countdown th,
.table-countdown td {
  color: white !important;
  font-family: var(--primary-font-bold) !important;
}

.timerCountDown {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: var(--primary-font-bold) !important;
}

.timerCountDown div {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: white;
  padding: 10px 5px;
}

.wallet-containerss-3 .form-group.darks,
.cardFormGroup,
.form-group {
  border: 0px !important;
}

button:disabled {
  background: #eaebed !important;
  font-family: var(--primary-font-regular);
  color: #ababab;
  border: 0px !important;
}

.btn-dark-purple {
  background: #9864ab;
  border: 0.5px solid #1955ff;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5),
    4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.level-box.transparent-white {
  background: #ffffff4d;
  border-radius: 30px;
}

#animation-container {
  width: 300px;
}

.chart-containrs {
  background: white;
  border-radius: 30px;
  padding: 35px 15px 105px 15px;
  margin-bottom: 30px;
  max-height: 450px;
}

.tab_menu_main {
  padding: 5px 15px 15px 0px !important;
}

.generate_infographics_btn:hover {
  background: #fff !important;
  border: 0.5px solid #1955ff;
  color: var(--primary-color) !important;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5),
    4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.qr2faMain {
  margin: 0 0 20px;
  padding: 20px;
  background: white;
  border-radius: 20px;
}

.referral-link {
  margin-bottom: 20px;
}

.select2-search__field {
  display: none;
}

.dropdown-menu {
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -ms-transition: all ease 0s;
  -o-transition: all ease 0s;
  background: white;
  box-shadow: none;
  font-family: var(--primary-font-regular);
}

.delete-popup {
  max-width: 150px;
  width: 100%;
  min-width: 150px;
}

.walletConnectBtn {
  letter-spacing: 0px;
  font-family: var(--primary-font-regular);
}

.zero-btn {
  text-transform: uppercase;
}

#header-contaienrs {
  min-width: 185px;
  margin-top: 13px;
}

.dropdown-menu {
  border-radius: 0px !important;
}

.cardFormGroup,
.form-group {
  padding-bottom: 10px !important;
}

.arrow-downs {
  background: url(../images/dadi_images//icons/down-arrow.svg) 100% 0px
    no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
}

.refCardBody .refQR {
  border: 1px solid black;
  border-radius: 6px;
  padding: 3px;
}

.language-contaienr {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}

.language-contaienr .dropdown-menu .dropdown-item {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px !important;
  line-height: 22px;
  position: relative;
  margin: 0;
}

.language-contaienr .dropdown-menu {
  border: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  min-width: 100%;
  box-shadow: none;
  border-radius: 0;
  padding: 7px 10px;
  margin: 0;
  right: 0;
  border-radius: 10px !important;
  background: #d6d8db;
}

.language-contaienr .dropdown-menu .dropdown-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  width: 7px;
  height: 1px;
  background: #000;
}

.language-contaienr .dropdown-menu .dropdown-item::before {
  top: 11px;
}

.credit-txt {
  font-family: var(--primary-font-bold);
  color: #505963;
  font-size: 14px;
  transform: translateY(-14px);
}

@media (max-width: 576px) {
  .headerRight {
    gap: 5px;
  }

  .walletConnectBtn,
  .zero-btn {
    padding: 12px;
    font-size: 12px;
  }

  .icon-rights img {
    width: 100px;
  }

  .icon-rights {
    top: -20px;
  }

  .questions_main {
    flex-direction: column;
  }

  .survey_quiz {
    order: 1;
  }

  .survey_img {
    order: 2;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 363px;
  }
}

.generate_description_main h2 {
  font-size: 20px;
  text-align: left;
  margin: 40px 0 15px 0 !important;
}

.next-page {
  border-radius: var(--radius-level-0, 26px);
  border: 0.5px solid var(--Outline, #1955ff);
  background: var(
    --pink-purple,
    linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%)
  );
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5),
    4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.welcome_pages .survey_quiz .question {
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  margin: 0 0 15px;
}

.referral-link-main.mt-2 {
  margin-top: 0px !important;
}

.announcementDetails a {
  font-size: 14px;
  color: var(--primary-color);
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.landing_language.error-only {
  top: 2px;
  right: 5px;
}

.custom-img-dropdown-menu .dropdown-item .subMenuImgArea {
  padding: 8px 7px !important;
}

.custom-img-dropdown-menu .dropdown-item .subMenuImgArea .subMenuImg,
.landing_language .nav_list li.dropdown a.nav-link .nav_icon img {
  width: 25px !important;
}

.errorNote,
#empty,
#invalid {
  color: #f44;
  font-size: 12px;
}

.btn,
button {
  font-family: var(--primary-font-regular) !important;
  font-size: 12px !important;
}

.landing_language {
  min-width: initial !important;
  max-width: initial !important;
  top: 10px;
  right: 10px;
}

.landing_language .nav_list li.dropdown a.nav-link {
  padding: 5px;
  font-size: 11px !important;
}

#header-contaienrs {
  background: #eaebed;
  border: 0px;
  border-radius: 5px !important;
  margin: 15px 5px;
}

#header-contaienrs a {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 11px !important;
  font-style: normal;
  padding: 10px 15px !important;
  margin: 0px;
}

.subMenuImgArea {
  display: inline-block;
  background: #d6d8db;
  padding: 8px 7px !important;
  border-radius: 3px;
}

nav .dropdown-menu .dropdown-item {
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.nav_list .dropdown-menu.show {
  background: transparent;
  border: 0px;
}

.nav_list li a span.dropdown-item {
  font-size: 11px;
}

.language-contaienr .dropdown-menu .dropdown-item {
  text-transform: uppercase !important;
}

.btnCommon,
.btn-Primary,
.btnPrimary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey_img {
  pointer-events: none;
}

#header-contaienrs li:first-child a {
  margin-top: 0px;
}

#header-contaienrs li a {
  margin-top: -5px;
}

.input-txt-container {
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.usdHeadMain .usdSubTitle {
  text-transform: initial !important;
}

.referral-link-bg {
  font-size: 12px !important;
}

.page_name_header h2 {
  text-transform: uppercase;
}

.link-txtxt {
  font-size: 12px;
  color: black;
  margin: 0 0 10px;
  line-height: 16px;
  font-style: normal;
  font-family: var(--primary-font-medium);
}

.referralBox .referralHead {
  color: black !important;
  text-transform: initial !important;
}

.chat-character img {
  max-width: 180px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -26px;
}

.chat-new-banner {
  margin-bottom: 30px;
}

.chat-character img.character-1 {
  margin-bottom: -36px;
}

.toggle-btn-ddd.collapsed .toggle-icon::before {
  content: "+";
}

.toggle-btn-ddd .toggle-icon::before {
  content: "-";
}