:root {
  --primary-color: #7c3aed;
  --secondary-color: #b4a2f6;
  --text-color: #505963;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(180, 162, 246, 0.5019607843);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7634e3 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* width */
.white-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.white-scroll::-webkit-scrollbar-track {
  background: rgba(180, 162, 246, 0.5019607843) !important;
}

/* Handle */
.white-scroll::-webkit-scrollbar-thumb {
  background: #fff !important;
}

/* Handle on hover */
.white-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.colorRed {
  color: #c8353c !important;
}

.colorGreen {
  color: #15a574 !important;
}

.colorskyBlue {
  color: #00bfc9 !important;
}

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

.color-secondary {
  color: var(--secondary-color) !important;
}

.header-container {
  background: #fff;
  padding: 10px 0;
}

.nav_logo img {
  width: 40px;
}

nav {
  background: #fff;
  z-index: 900 !important;
  padding: 20px 15px;
  width: 275px;
  right: -275px;
}
nav .dropdown .dropdown-toggle::after {
  top: 15px;
  position: absolute;
  right: 0;
}
nav .dropdown-menu {
  border-radius: 0 !important;
  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;
  background: #fff;
  padding: 7px 10px;
  margin: 0;
}
nav .dropdown-menu .dropdown-item {
  margin: 0;
  position: relative;
}
nav .dropdown-menu .dropdown-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  width: 7px;
  height: 1px;
  background: #000;
}

.wallet-slider {
  width: 150px;
}
.wallet-slider .swiper-slide {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}
.wallet-slider .swiper-slide a {
  display: flex;
  align-items: center;
}
.wallet-slider .swiper-slide a img {
  width: 30px;
}

#logo-text {
  color: #000;
  font-size: 14px;
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.close-toggle {
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #abb2bb;
  border-radius: 20px;
  top: 10px;
}

.navUserDetails {
  padding: 15px 10px;
  border-radius: 0;
  background: none;
  margin: 15px 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #d5d8db;
  border-bottom: 1px solid #d5d8db;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: var(--primary-font-regular);
}
.navUserDetails figure {
  margin: 0;
  width: 40px;
}
.navUserDetails figure img {
  width: 100%;
}
.navUserDetails article a {
  font-family: var(--primary-font-regular);
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

.nav_list {
  padding: 0;
}
.nav_list li {
  margin: 0 0 10px 0 !important;
}
.nav_list li a {
  padding: 0;
}
.nav_list li.logoutMain {
  border-top: 1px solid #d5d8db;
  padding: 25px 0 0;
}

div#qr-text {
  margin: 0 auto;
}

.profile_avatar {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
}

.login-banner {
  background: var(--primary-color);
  min-height: 100vh;
  position: relative;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginPage {
  padding: 50px 20px 30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.loginPage .loginHeading {
  color: #fff;
  margin: 0 0 35px;
  text-align: center;
  font-family: var(--primary-font-medium);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.simpleCard {
  border: var(--Stroke-Thin, 1px) solid var(--Grey-1, #ccc);
  background: var(--primary-featured-content--strong, #fff);
  padding: 20px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.cardHeading {
  color: var(--secondary-color);
  text-align: center;
  font-family: var(--primary-font-semi-bold);
  font-size: 24px;
  margin: 10px 0 20px;
  font-style: normal;
  line-height: normal;
}

.forgotPass {
  margin: 0 0 10px;
  text-align: right;
}
.forgotPass a,
.forgotPass button {
  border: none;
  background: none;
  color: var(--primary-color);
  text-align: right;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.orWrapper {
  display: flex;
  margin: 20px 0;
  position: relative;
  align-items: center;
  justify-content: center;
  position: relative;
}
.orWrapper::before,
.orWrapper::after {
  position: absolute;
  content: "";
  border: 0.3px dashed #d5d8db;
  width: calc(50% - 30px);
}
.orWrapper::before {
  left: 0;
}
.orWrapper::after {
  right: 0;
}
.orWrapper .or {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.333px solid #fff;
  border-radius: 22.5px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px;
  color: #8d96a2;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--primary-font-regular);
  font-size: 13.333px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.loginWithBtn {
  width: 100%;
  margin: 0 0 15px;
  background: none;
  box-shadow: none;
  border: 1px solid #dfe1e4;
  background: #dfe1e4;
  padding: 5px;
  color: #000;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
}
.loginWithBtn img {
  width: 23px;
}

.swapPageLink {
  margin: 30px 0 10px;
  color: #505963;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.swapPageLink a {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding: 0 0 3px;
}

.formInfo {
  margin: 5px 0 20px;
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
  gap: 3px;
  padding: 0 0 0 15px;
}
.formInfo p,
.formInfo .pw-verify-count {
  color: #505963;
  margin: 0;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.formInfo p {
  min-width: 75%;
}
.formInfo .pw-verify-count {
  white-space: nowrap;
}

.error p {
  color: var(--Error, #f44);
}

.modalHeaderMain {
  text-align: center;
  width: 100%;
}
.modalHeaderMain p {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 0 0;
}
.modalHeaderMain p a {
  color: var(--secondary-color);
}

.otpWrapper .otpHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.otpWrapper .otpHeader .otpLabel {
  margin: 0;
  color: var(--Second, #f4f40b);
  font-family: var(--primary-font-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.otpWrapper .otpHeader .otpTimer {
  color: #fff;
  text-align: right;
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.otpWrapper .otpEnterMain {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.otpWrapper .otpEnterMain .otpEnter {
  border: 1px solid var(--Grey-1, #ccc);
  background: var(--Dark-2, #222);
  width: 16%;
  height: 48px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
}

.card {
  border: 2px solid var(--Grey-1, hsla(0, 0%, 80%, 0.7));
  background: radial-gradient(50% 486.72% at 50% 50%, #7636e2 0%, #622dbb 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 0 20px;
  padding: 0 20px;
}
.card .cardHeader .head {
  font-family: var(--primary-font-semi-bold);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.card .cardWallet {
  border-bottom: 1px solid rgba(213, 216, 219, 0.5);
  border-top: 1px solid rgba(213, 216, 219, 0.5);
  background: none;
  padding: 15px 0px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card .cardWalletContent .subHead {
  color: var(--secondary-color);
  font-family: var(--primary-font-light);
  font-size: 14px;
  letter-spacing: 0.5px;
}
.card .cardWalletContent .mainHead {
  color: var(--Text, #f5fae8);
  font-family: var(--primary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  line-height: 30px;
  margin: 18px 0 20px;
}
.card .cardWalletContent .para {
  margin: 0;
  color: #d8d2f8;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card .cardWalleticon {
  margin: 0;
}
.card .cardBody {
  padding: 6px 0px 20px;
}
.card .walletList {
  margin: 0 0 15px;
}
.card .walletList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.card .walletList li span {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.twoBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twoBtns button {
  min-width: auto;
  width: 49%;
  padding: 0;
}

.secondary-card {
  border: none;
  background: radial-gradient(
      77% 77% at 50% 50%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(180, 162, 246, 0.5) 100%
    ),
    var(--neutral-supporting-fill--light, #fff);
}
.secondary-card .cardHeader .head {
  color: var(--primary-color);
}
.secondary-card .cardWallet {
  border-color: #d5d8db;
}
.secondary-card .cardWalletContent .subHead,
.secondary-card .cardWalletContent .mainHead {
  color: var(--primary-color);
}
.secondary-card .cardWalletContent .para {
  color: #000;
}

.modal-content {
  border: none;
  border-radius: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}

.filter-title {
  color: var(--primary-color);
}

.inner-card {
  overflow: auto;
  padding: 15px;
  background: radial-gradient(
      77% 77% at 50% 50%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(180, 162, 246, 0.5) 100%
    ),
    var(--neutral-supporting-fill--light, #fff);
  background: url(../images/dadi_images/inner-card-bg.png) center top no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-gradient-card {
  padding: 20px;
  background: var(
    --Gradients-02,
    linear-gradient(90deg, #7634e3 0%, #9b7df3 100%)
  );
  border-radius: var(--radius-level-0, 26px);
  -webkit-border-radius: var(--radius-level-0, 26px);
  -moz-border-radius: var(--radius-level-0, 26px);
  -ms-border-radius: var(--radius-level-0, 26px);
  -o-border-radius: var(--radius-level-0, 26px);
}

.secondary-gradient-card {
  padding: 20px;
  height: calc(100vh - 200px);
  background: radial-gradient(
      77% 77% at 50% 50%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(180, 162, 246, 0.5) 100%
    ),
    var(--neutral-supporting-fill--light, #fff);
  border-radius: var(--radius-level-0, 26px);
  -webkit-border-radius: var(--radius-level-0, 26px);
  -moz-border-radius: var(--radius-level-0, 26px);
  -ms-border-radius: var(--radius-level-0, 26px);
  -o-border-radius: var(--radius-level-0, 26px);
}

.table {
  background: none;
  box-shadow: none;
  border: none;
}
.table thead tr th {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  white-space: nowrap;
  font-style: normal;
  line-height: 12px;
  border-bottom: 0.8px solid #767171 !important;
}
.table tbody tr td {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  border-bottom: 0.8px solid #767171 !important;
}

.no-border-table tbody tr td {
  border: none !important;
}

.rounded {
  overflow: hidden;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  margin-bottom: 1rem;
}
.rounded table {
  margin: 0;
}

.rounded-xl {
  overflow: hidden;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  margin-bottom: 1rem;
}
.rounded-xl table {
  margin: 0;
}

.walletTable {
  background: none;
  border-spacing: 0 1px; /* 0px horizontal spacing, 10px vertical spacing */
  border-collapse: separate; /* Ensure spacing is applied between cells */
}
.walletTable thead tr th {
  background: #9b7df3;
  border: none;
  color: var(--Grey-2, #eee);
  text-align: left;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 30px;
}
.walletTable tbody tr td {
  border: none;
  background: #fff;
  color: #000;
  text-align: left;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  padding: 20px 30px !important;
  font-weight: 400;
  line-height: normal;
}

.color-table thead tr th {
  background: var(--primary-color);
}
.color-table tbody tr td {
  background: #d8d2f8;
  color: var(--primary-color);
}

.annoucement-table tbody tr th,
.annoucement-table tbody tr td {
  position: relative;
}
.annoucement-table tbody tr th:nth-child(1),
.annoucement-table tbody tr td:nth-child(1) {
  padding-left: 16px;
}

.unread {
  width: 9px;
  height: 9px;
  background: #f00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
}

.acco-table {
  box-shadow: none;
  background: none !important;
}
.acco-table tbody {
  background: none !important;
}
.acco-table tbody tr {
  background: none !important;
}
.acco-table tbody tr td {
  background: none !important;
}

.disabled-card .cardWalletContent,
.disabled-card .table {
  opacity: 0.6;
}
.disabled-card .button,
.disabled-card .cardWalleticon {
  filter: grayscale(100%);
}

.questions_main {
  margin: 10px 0 0;
}
.questions_main .question {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.head-with-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-with-icon .card-head {
  color: #b4a2f6;
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.survey-icon {
  margin: -70px 0 0;
  width: 100px;
}
.survey-icon img {
  width: 100%;
}

.radio-container {
  padding: 0 0 0 25px !important;
  min-height: auto;
  line-height: normal;
  margin: 0 0 10px !important;
  color: #fff;
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 24px !important;
  line-height: 24px !important;
}
.radio-container:nth-last-child(1) {
  margin: 0 !important;
}
.radio-container .checkmark {
  width: 16px !important;
  height: 16px !important;
  margin: 2px 0 0;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.radio-container .checkmark::before {
  top: 0 !important;
  left: 0 !important;
  width: 14px !important;
  height: 14px !important;
  background: #d9d9d9;
}
.radio-container .checkmark::after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
}
.radio-container input:checked ~ .checkmark {
  border-color: var(--secondary-color);
  border-width: 2px;
  background: #fff !important;
  border-color: #5121a0 !important;
}
.radio-container input:checked ~ .checkmark::before {
  background: #fff !important;
}
.radio-container input:checked ~ .checkmark::after {
  background: var(--primary-color) !important;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
.radio-container input:checked + .checkmark + span {
  color: #fff;
}
.radio-container span {
  color: #fff;
}

.disabled {
  color: #000;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.rateMain .rateBtnsMain {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 15px;
  padding: 0 10px;
}
.rateMain .rateBtnsMain .rateBtn {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-medium);
  background: none;
  font-size: 13.333px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1.333px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.rateMain .rateBtnsText {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rateMain .rateBtnsText span {
  color: var(--White, #fff);
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.textareaMain .textarea {
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--Grey-1, #ccc);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  min-height: 90px;
  padding: 10px 15px;
  resize: none;
}
.textareaMain .textarea::placeholder {
  color: var(--primary-color);
}

.btnSecondary {
  background: var(--Second, #d8d2f8);
  color: var(--Black, #222);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.modal-close-absolute.close-filter {
  position: relative;
  bottom: initial;
  right: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  top: 10px;
  z-index: 9;
  padding-right: 0;
}

.custom-modal-content {
  padding-left: 0;
  padding-right: 0;
}
.custom-modal-content .modal-body {
  max-height: 60vh;
  overflow: auto;
}

.cardFormGroup,
.form-group {
  border: 1px solid #000;
  padding: 10px 15px;
  border-radius: var(--radius-level-0, 26px);
  -webkit-border-radius: var(--radius-level-0, 26px);
  -moz-border-radius: var(--radius-level-0, 26px);
  -ms-border-radius: var(--radius-level-0, 26px);
  -o-border-radius: var(--radius-level-0, 26px);
}
.cardFormGroup label,
.form-group label {
  overflow: hidden;
  color: var(--text-color);
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-size: 12px !important;
  margin: 5px 0 0;
  font-style: normal;
}
.cardFormGroup .form-control,
.form-group .form-control {
  border: none;
  background: none;
  padding: 10px 0;
  height: auto;
  min-height: auto;
  color: #000 !important;
}
.cardFormGroup .primary-input,
.form-group .primary-input {
  pointer-events: none;
  color: var(--primary-color) !important;
}

.primary-input {
  color: var(--primary-color) !important;
}

.capitalise {
  text-transform: capitalize;
}

.password-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.password-container .togglePassword {
  border: none;
  background: none;
}

.filterForm {
  margin: 0 0 30px;
}

.btn {
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
}

.btnPrimary,
.primary-btn {
  background: var(--primary-color);
  color: #fff;
}
.btnPrimary:hover,
.btnPrimary:focus,
.btnPrimary:visited,
.btnPrimary:active,
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:visited,
.primary-btn:active {
  color: #fff;
}

.btnPrimary,
.primary-btn {
  background: var(--primary-color);
  color: #fff;
}
.btnPrimary:hover,
.btnPrimary:focus,
.btnPrimary:visited,
.btnPrimary:active,
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:visited,
.primary-btn:active {
  color: #fff;
}

.greyBtn {
  background: #dfe1e4;
  color: #000000;
}
.greyBtn:hover,
.greyBtn:focus,
.greyBtn:visited,
.greyBtn:active {
  color: #000000;
}

.greenBtn {
  background: #1fd396;
  color: #fff;
}
.greenBtn:hover,
.greenBtn:focus,
.greenBtn:visited,
.greenBtn:active {
  color: #fff;
}

.redBtn {
  background: #f78480;
  color: #fff;
}
.redBtn:hover,
.redBtn:focus,
.redBtn:visited,
.redBtn:active {
  color: #fff;
}

.disabledBtn {
  background: #dfe1e4;
  color: rgba(0, 0, 0, 0.5);
}
.disabledBtn:hover,
.disabledBtn:focus,
.disabledBtn:visited,
.disabledBtn:active {
  color: rgba(0, 0, 0, 0.5);
}

.btnWhite {
  background: #fff;
  color: #000;
}
.btnWhite:hover,
.btnWhite:focus,
.btnWhite:visited,
.btnWhite:active {
  color: #000;
}

.largeBtn {
  height: 60px;
}

.loginWith {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btnImg {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing_pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  color: #fff;
  /* Heading/+1 */
  font-family: var(--primary-font-regular);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.otpParaMain {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 3px;
  margin: 0 0 15px;
}
.otpParaMain .otpPara,
.otpParaMain .mail {
  margin: 0;
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.mail {
  color: var(--primary-color) !important;
  margin: 0;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.otpForm {
  margin: 0 0 15px;
}
.otpForm .otpLabel {
  display: flex;
  margin: 0 0 5px;
  align-items: center;
  justify-content: space-between;
}
.otpForm .otpLabel label {
  overflow: hidden;
  color: #505963;
  text-overflow: ellipsis;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.otpTimer {
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.otpInputsMain {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}
.otpInputsMain .otpInput {
  border: 1px solid #caced3;
  max-width: 44px;
  height: 54px;
  padding: 0 10px;
  text-align: center;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.landing_footer {
  padding: 0 20px 10px;
  text-align: center;
  color: var(--secondary-color);
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--weight-Regular, 450);
  line-height: var(--line-height--1, 16px);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.otpCard {
  max-width: 350px;
  margin: 0 auto;
}

.popupMain {
  padding: 60px 40px;
  max-width: 350px;
  margin: 0 auto;
}
.popupMain figure {
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}
.popupMain figure img {
  width: 100%;
}
.popupMain article {
  text-align: center;
}
.popupMain article .popupHeading {
  color: var(--success-featured-content--light, #1fd396);
  text-align: center;
  font-family: var(--primary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.28px;
}
.popupMain article p {
  margin: 0 0 5px;
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.failedPopUp article .popupHeading {
  color: #f78480;
}

.Maintanence-banner {
  background: var(--primary-color);
  min-height: 100vh;
  position: relative;
  padding-bottom: 40px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card_img {
  margin: 0 0 -35px;
  position: relative;
  z-index: 2;
}
.Maintanence-banner .maintenance_card_main .maintenance_card {
  border: var(--Stroke-Thin, 1px) solid var(--Grey-1, #ccc);
  background: var(--primary-featured-content--strong, #fff);
  border-radius: var(--radius-level-0, 26px);
  -webkit-border-radius: var(--radius-level-0, 26px);
  -moz-border-radius: var(--radius-level-0, 26px);
  -ms-border-radius: var(--radius-level-0, 26px);
  -o-border-radius: var(--radius-level-0, 26px);
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 50px 20px;
}
.Maintanence-banner
  .maintenance_card_main
  .maintenance_card
  .maintanence-span
  img {
  max-width: 125px;
  width: 100%;
  margin: 0 auto 25px;
}
.Maintanence-banner
  .maintenance_card_main
  .maintenance_card
  .maintanence-span
  h2 {
  color: var(--primary-featured-content--light, #b4a2f6);
  text-align: center;
  font-family: var(--primary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.28px;
}
.Maintanence-banner
  .maintenance_card_main
  .maintenance_card
  .Maintanence-paragraph
  p {
  color: #505963;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: var(--line-height-0, 20px); /* 142.857% */
}

footer {
  border: none;
  background: #fff;
}
footer .footerMenuList {
  max-width: 575px;
}
footer .footerMenuList .footerMenuSingle a {
  padding: 10px 0;
  width: 100%;
}
footer .footerMenuList .footerMenuSingle a::after {
  background: #dfe1e4;
}
footer .footerMenuList .footerMenuSingle a .footerMenu {
  color: #505963;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 11px;
  font-style: normal;
  line-height: 12px;
}
footer .footerMenuList .footerMenuSingle .active::after {
  background: var(--primary-color);
}
footer .footerMenuList .footerMenuSingle .active .footerMenu {
  color: var(--primary-color);
}

.walletConnectBtn {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 12px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.btnCommon {
  font-family: var(--primary-font-regular);
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 13px;
}

.mediumBtn {
  height: 44px;
}

.btnBordered-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: none;
}
.btnBordered-primary:hover,
.btnBordered-primary:focus,
.btnBordered-primary:visited,
.btnBordered-primary:active {
  color: var(--primary-color);
}

.btnBordered-white {
  background: none;
}

.page_name_header .page_name a {
  font-family: var(--primary-font-medium);
  color: #000;
  font-size: 16px;
}
.page_name_header .page_name img {
  width: 21px !important;
}

.o-visible {
  overflow: visible;
}

.usdHeadMain {
  border-bottom: 1px solid #d5d8db;
  padding: 20px 0;
  margin: 0 0 20px;
}
.usdHeadMain .usdSubTitle {
  color: var(--primary-featured-content--strong, #fff);
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 15px;
}
.usdHeadMain .usdTitle {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: var(--primary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.28px;
}

.usdContentMain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.usdContentMain .usdContentSingle {
  width: 49%;
}
.usdContentMain .usdContentSingle h5 {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 13px;
}
.usdContentMain .usdContentSingle h2 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: var(--primary-font-semi-bold);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.28px;
}

.mw-auto {
  min-width: auto;
}

.card-main-head {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d8db;
  padding: 0 0 15px;
}
.card-main-head .head {
  font-family: var(--primary-font-medium);
  line-height: 24px;
  margin: 0;
}

.subTotalCard {
  padding: 24px;
  background: #967eec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.subTotalCard h4 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-family: var(--primary-font-regular);
  line-height: 20px;
  width: 50%;
}

.filterRight {
  position: fixed;
  right: -320px;
  width: 300px;
  padding: 30px 20px;
  top: 0;
  background: #fff;
  z-index: 999;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.filterRight .filterHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d8db;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.filterRight .filterHeader h6 {
  margin: 0;
  color: #7634e3;
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.filterRight .filterHeader .filterClose {
  width: 40px;
  border: none;
  background: none;
}
.filterRight .filterHeader .filterClose img {
  width: 100%;
}

.filterOn {
  right: 0;
}

#datepicker,
#datepicker1,
.hasDatepicker {
  background: url(../images/dadi_images//icons/down-arrow.svg) 100% 6px
    no-repeat;
}

.wallet-input-area {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
.wallet-input-area span {
  margin: 0 0 1px;
  font-size: 12px;
  font-family: var(--primary-font-regular);
}
.wallet-input-area .form-control {
  padding-bottom: 0;
}

.rate-cont {
  color: #8d96a2;
  text-align: right;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 15px;
}

.btn-mt {
  margin-top: 80px;
}

.flex-items p:nth-child(1) {
  margin: 0 0 10px;
  text-transform: capitalize;
  color: #fff;
  font-family: var(--primary-font-regular);
}
.flex-items p:nth-child(2) {
  font-family: var(--primary-font-medium);
  font-size: 26px;
}

.card-heading {
  font-family: var(--primary-font-medium);
  color: var(--secondary-color);
  font-size: 16px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d5d8db;
}

.announcementHeader .announcementDate {
  color: #000;
  font-weight: 500;
  margin: 0 0 15px;
  font-family: var(--primary-font-medium);
}
.announcementHeader .announcementHeading {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--primary-font-medium);
  line-height: 22px;
}

.announcementHeader {
  border-bottom: 1px solid #aaaaaa;
  font-family: var(--primary-font-regular);
}

.announcementContents p {
  color: #000;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.supportChatMain .supportChatSingle:nth-child(even) {
  flex-direction: row;
}
.supportChatMain .supportChatSingle:nth-child(even) article {
  align-items: flex-start;
}
.supportChatMain .supportChatSingle:nth-child(even) article .chatContent {
  background: #fff;
}
.supportChatMain .supportChatSingle:nth-child(even) article .chatContent p {
  word-break: break-all;
  white-space: initial;
}
.supportChatMain .supportChatSingle article .date {
  color: #000;
  text-align: left;
}
.supportChatMain .supportChatSingle article .chatContent {
  background: #fff;
}
.supportChatMain .supportChatSingle article .chatContent p {
  color: #000;
  font-family: var(--primary-font-regular);
  word-break: break-all;
  white-space: initial;
}
.supportChatMain .user-chat {
  padding-right: 0px;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
}
.supportChatMain .user-chat article {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

.supportChatMain {
  min-height: 300px;
  height: calc(100vh - 330px);
  max-height: initial;
  padding-right: 15px;
}

.chatTypeArea {
  border: 1px solid #000000;
  background: none;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}
.chatTypeArea .chatType {
  padding: 17px 15px;
  background: none;
  border: none;
  color: #000;
  height: 52px;
}
.chatTypeArea button {
  height: 52px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.nodataMain {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
}
.nodataMain img {
  width: 70px;
}

.dropdown-menu {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.dropdown-menu .dropdown-item {
  padding: 0 15px !important;
}
.dropdown-menu .dropdown-item:hover {
  background: var(--secoondary-color) !important;
}

.form-group .customSelect {
  position: relative;
  padding-right: 15px;
}
.form-group .customSelect::after {
  position: absolute;
  content: "";
  right: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  pointer-events: none;
}
.form-group .customSelect select {
  appearance: none;
  min-width: 35px;
  color: var(--primary-color) !important;
}

.redDot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #f00;
  margin: 0 0 0 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.max-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
}

.details {
  background: #c2b8f2;
}

.wallet-containerss-2 {
  margin-top: 2.5rem;
}

.walletHeadIcon,
.dollorIcon {
  top: -50px;
}
.walletHeadIcon img,
.dollorIcon img {
  width: 120px;
}

.capitalBalanceAlignment .wallet-left {
  padding-right: 30px;
}

.captchaMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captchaMain .captcha .refresh_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background: rgba(0, 0, 0, 0.5215686275);
  border: 1px solid rgba(0, 0, 0, 0.5215686275);
  min-width: 130px;
  padding: 0 5px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.main-container {
  min-height: calc(100vh - 90px);
}

.dash-card-height {
  min-height: calc(100vh - 450px);
}

.main-color {
  color: #ed00c9 !important;
}

.qr2faMain {
  margin: 0 0 20px;
  padding: 0 10px;
}
.qr2faMain canvas {
  width: 100%;
  max-width: 250px;
}

/*# sourceMappingURL=dadi_style.css.map */
