@font-face {
  font-family: "LexendThin";
  src: url("../fonts/lexend/LexendThin.eot");
  src: url("../fonts/lexend/LexendThin.eot") format("embedded-opentype"), url("../fonts/lexend/LexendThin.woff2") format("woff2"), url("../fonts/lexend/LexendThin.woff") format("woff"), url("../fonts/lexend/LexendThin.ttf") format("truetype"), url("../fonts/lexend/LexendThin.svg#LexendThin") format("svg");
}
@font-face {
  font-family: "LexendExtraLight";
  src: url("../fonts/lexend/LexendExtraLight.eot");
  src: url("../fonts/lexend/LexendExtraLight.eot") format("embedded-opentype"), url("../fonts/lexend/LexendExtraLight.woff2") format("woff2"), url("../fonts/lexend/LexendExtraLight.woff") format("woff"), url("../fonts/lexend/LexendExtraLight.ttf") format("truetype"), url("../fonts/lexend/LexendExtraLight.svg#LexendExtraLight") format("svg");
}
@font-face {
  font-family: "LexendLight";
  src: url("../fonts/lexend/LexendLight.eot");
  src: url("../fonts/lexend/LexendLight.eot") format("embedded-opentype"), url("../fonts/lexend/LexendLight.woff2") format("woff2"), url("../fonts/lexend/LexendLight.woff") format("woff"), url("../fonts/lexend/LexendLight.ttf") format("truetype"), url("../fonts/lexend/LexendLight.svg#LexendLight") format("svg");
}
@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/lexend/LexendRegular.eot");
  src: url("../fonts/lexend/LexendRegular.eot") format("embedded-opentype"), url("../fonts/lexend/LexendRegular.woff2") format("woff2"), url("../fonts/lexend/LexendRegular.woff") format("woff"), url("../fonts/lexend/LexendRegular.ttf") format("truetype"), url("../fonts/lexend/LexendRegular.svg#LexendRegular") format("svg");
}
@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/lexend/LexendMedium.eot");
  src: url("../fonts/lexend/LexendMedium.eot") format("embedded-opentype"), url("../fonts/lexend/LexendMedium.woff2") format("woff2"), url("../fonts/lexend/LexendMedium.woff") format("woff"), url("../fonts/lexend/LexendMedium.ttf") format("truetype"), url("../fonts/lexend/LexendMedium.svg#LexendMedium") format("svg");
}
@font-face {
  font-family: "LexendSemiBold";
  src: url("../fonts/lexend/LexendSemiBold.eot");
  src: url("../fonts/lexend/LexendSemiBold.eot") format("embedded-opentype"), url("../fonts/lexend/LexendSemiBold.woff2") format("woff2"), url("../fonts/lexend/LexendSemiBold.woff") format("woff"), url("../fonts/lexend/LexendSemiBold.ttf") format("truetype"), url("../fonts/lexend/LexendSemiBold.svg#LexendSemiBold") format("svg");
}
@font-face {
  font-family: "LexendBold";
  src: url("../fonts/lexend/LexendBold.eot");
  src: url("../fonts/lexend/LexendBold.eot") format("embedded-opentype"), url("../fonts/lexend/LexendBold.woff2") format("woff2"), url("../fonts/lexend/LexendBold.woff") format("woff"), url("../fonts/lexend/LexendBold.ttf") format("truetype"), url("../fonts/lexend/LexendBold.svg#LexendBold") format("svg");
}
@font-face {
  font-family: "LexendExtraBold";
  src: url("../fonts/lexend/LexendExtraBold.eot");
  src: url("../fonts/lexend/LexendExtraBold.eot") format("embedded-opentype"), url("../fonts/lexend/LexendExtraBold.woff2") format("woff2"), url("../fonts/lexend/LexendExtraBold.woff") format("woff"), url("../fonts/lexend/LexendExtraBold.ttf") format("truetype"), url("../fonts/lexend/LexendExtraBold.svg#LexendExtraBold") format("svg");
}
@font-face {
  font-family: "LexendBlack";
  src: url("../fonts/lexend/LexendBlack.eot");
  src: url("../fonts/lexend/LexendBlack.eot") format("embedded-opentype"), url("../fonts/lexend/LexendBlack.woff2") format("woff2"), url("../fonts/lexend/LexendBlack.woff") format("woff"), url("../fonts/lexend/LexendBlack.ttf") format("truetype"), url("../fonts/lexend/LexendBlack.svg#LexendBlack") format("svg");
}
:root {
  --primary-font-thin: "LexendThin";
  --primary-font-extra-light: "LexendExtraLight";
  --primary-font-light: "LexendLight";
  --primary-font-regular: "LexendRegular";
  --primary-font-medium: "LexendMedium";
  --primary-font-semi-bold: "LexendSemiBold";
  --primary-font-bold: "LexendBold";
  --primary-font-black: "LexendBlack";
  --primary-color: #7c3aed;
  --gradient-one: var(
    --pink-purple-2,
    linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%)
  );
}

.font-thin {
  font-family: var(--primary-font-thin) !important;
}

.font-regular {
  font-family: var(--primary-font-regular) !important;
}

.font-medium {
  font-family: var(--primary-font-medium) !important;
}

.font-semi-bold {
  font-family: var(--primary-font-semi-bold) !important;
}

.font-bold {
  font-family: var(--primary-font-bold) !important;
}

.font-black {
  font-family: var(--primary-font-black) !important;
}

.cardHeading {
  text-transform: uppercase;
}

.landing_logo {
  max-width: 180px;
  margin: 0 auto 20px;
}
.landing_logo img {
  width: 100%;
}

.login-banner {
  background: var(--gradient-one);
}

.cardFormGroup,
.form-group {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border: 1px solid #505963 !important;
}
.cardFormGroup label,
.form-group label {
  overflow: hidden;
  color: var(--neutral-supporting-content--medium, #505963);
  text-overflow: ellipsis;
  font-family: var(--primary-font-medium);
  font-size: var(--size-0, 14px);
  font-style: normal;
  font-weight: var(--weight-Medium, 550);
  line-height: var(--line-height-0, 20px);
  text-transform: uppercase;
}
.cardFormGroup .form-control::placeholder,
.form-group .form-control::placeholder {
  color: #8d96a2;
}
.cardFormGroup input:-webkit-autofill,
.form-group input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
}
.cardFormGroup .errorNote,
.form-group .errorNote {
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}

.form_active {
  border: 2px solid var(--primary-color) !important;
}

.btn {
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  text-transform: uppercase;
  transition: all ease 0s;
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  -ms-transition: all ease 0s;
  -o-transition: all ease 0s;
  position: relative;
  z-index: 1;
}
.btn:hover, .btn:focus, .btn:visited, .btn:active {
  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);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 25px;
  padding: 0.5px; /* border thickness */
  background: linear-gradient(90deg, #1955FF, #36DADD);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btnCommon,
.btn-Primary,
.btnPrimary {
  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);
}
.btnCommon:hover, .btnCommon:focus, .btnCommon:visited, .btnCommon:active,
.btn-Primary:hover,
.btn-Primary:focus,
.btn-Primary:visited,
.btn-Primary:active,
.btnPrimary:hover,
.btnPrimary:focus,
.btnPrimary:visited,
.btnPrimary:active {
  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);
}

.btn-pink,
.btnPink {
  border: 0.5px solid #ff8bf1;
  background: linear-gradient(180deg, #ff8bf1 0%, #af2bcd 100%) !important;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5), 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:visited, .btn-pink:active,
.btnPink:hover,
.btnPink:focus,
.btnPink:visited,
.btnPink:active {
  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);
}

button:disabled {
  font-family: var(--primary-font-bold);
  border: inherit !important;
}

.btnWhite {
  border: 0.5px solid #1955ff;
  background: #fff;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5), 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.btnWhite:hover, .btnWhite:focus, .btnWhite:visited, .btnWhite:active {
  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);
}
.btnWhite:hover::after, .btnWhite:focus::after, .btnWhite:visited::after, .btnWhite:active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 25px;
  padding: 0.5px; /* border thickness */
  background: linear-gradient(90deg, #1955FF, #36DADD);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btnPurple {
  background: var(--Pink-2, linear-gradient(180deg, #ff8bf1 0%, #af2bcd 100%));
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5), 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border: 0.5px solid #1955ff;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}
.btnPurple:hover, .btnPurple:focus, .btnPurple:visited, .btnPurple:active {
  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);
}

.btnLightGrey {
  background: var(--surface, #eaebed);
  color: #caced3;
}
.btnLightGrey:hover, .btnLightGrey:focus, .btnLightGrey:visited, .btnLightGrey:active {
  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);
}

.forgotPass a,
.forgotPass button {
  font-size: 14px;
}

.swapPageLink {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.swapPageLink a {
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  border: none;
}

.tick-container label {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-transform: uppercase;
}

input[type=checkbox] {
  /* appearance: none; */
  width: 20px;
  height: 20px;
  border: 2px solid #505963;
  border-radius: 50%;
}

.disclaimer_notes {
  margin: 0 0 15px;
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}
.disclaimer_notes a {
  color: var(--primary-color);
}

.no-border-table tbody tr td:first-child {
  padding-left: 20px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -ms-border-top-left-radius: 30px;
  -o-border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
}

nav {
  background: #eaebed;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.close-toggle {
  border: none;
}

.grey_container {
  border-radius: var(--radius-level-0, 26px);
  background: var(--surface, #eaebed);
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 20px auto;
  padding: 20px 0;
}
.grey_container .page_name_header {
  margin: 0;
}

.head-with-icon .card-head {
  color: #fff;
  font-family: var(--primary-font-medium);
  font-size: 14px;
  background: linear-gradient(270deg, #fc51e6 0%, #6a2dcf 100%);
  padding: 7px 20px;
  width: 100%;
  border-radius: 24.5px;
  -webkit-border-radius: 24.5px;
  -moz-border-radius: 24.5px;
  -ms-border-radius: 24.5px;
  -o-border-radius: 24.5px;
}

.questions_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: linear-gradient(0deg, #5125a5 0%, #6a2dcf 100%);
  margin: 0 0 15px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin: 40px 0 20px;
  gap: 20px;
}
.questions_main .survey_img {
  width: 170px;
  margin: 0 0 0 9px;
  display: inline-flex;
  align-items: flex-end;
}
.questions_main .survey_img img {
  transform-origin: bottom;
  max-width: 170px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.questions_main .survey_quiz {
  flex-grow: 1;
  padding: 20px 12px;
}
.questions_main .survey_quiz .questionOptionMain {
  background: none;
  margin: 0;
}
.questions_main .survey_quiz .question {
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  margin: 0 0 15px;
}
.questions_main .survey_quiz .radio-container {
  font-size: 13px;
  margin: 0 0 7px !important;
  font-family: var(--primary-font-regular);
}
.questions_main .survey_quiz .radio-container .checkmark {
  top: 3px;
  border-color: #fff;
}
.questions_main .survey_quiz .radio-container .checkmark::before {
  width: 16px !important;
  height: 16px !important;
}
.questions_main .survey_quiz .radio-container input:checked ~ .checkmark::after {
  outline: none;
  top: -0.5px;
  left: -0.6px;
}

.btn-dark {
  background: #5121a0;
  color: var(--primary-color);
}

.inner-card {
  background: #f0f1f2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.table thead tr th {
  color: #000;
  border: none !important;
}
.historytable {
  border-spacing: 0px 2px;
  border-collapse: separate;
}
.historytable thead tr th {
  color: #000;
  border: none !important;
  text-transform: uppercase;
  font-size: 12px;
  white-space: initial;
  vertical-align: middle;
}
.historytable tbody tr td {
  color: #505963;
  font-size: 12px;
  background: #eaebed;
  border: none !important;
}
.historytable tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.historytable tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.announcementContents p {
  font-family: var(--primary-font-regular);
  font-size: 12px;
}
.announcementContents strong {
  font-family: var(--primary-font-bold);
}
.announcementContents a {
  color: var(--primary-color);
}
.announcementContents table {
  border-spacing: 0px 2px;
  border-collapse: separate;
  background: none;
}
.announcementContents table tbody tr td {
  color: #000;
  border: none !important;
  background: #eaebed;
}
.announcementContents table tbody tr:nth-child(1) td:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 0;
}
.announcementContents table tbody tr:nth-child(1) td:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
}
.announcementContents table tbody tr:nth-last-child(1) td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 25px;
}
.announcementContents table tbody tr:nth-last-child(1) td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
}

.info_table {
  border-spacing: 0px 2px;
  border-collapse: separate;
}
.info_table thead tr th {
  color: #fff;
  background: var(--pink-purple-2, linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%));
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.info_table thead tr th:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 0;
}
.info_table thead tr th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
}
.info_table tbody tr td {
  color: #000;
  background: #eaebed;
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.info_table tbody tr:last-child td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 25px;
}
.info_table tbody tr:last-child td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
}

.header_swiper .swiper_main {
  width: 100%;
  max-width: calc(100% - 50px);
}
.header_swiper .swiper_main .wallet-slider {
  width: 100%;
}
.header_swiper .swiper_main .wallet-slider .swiper-slide .wallet_slide_main {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 0 20px;
  background: #fff;
}
.header_swiper .close-toggle {
  top: 15px;
}

.navUserDetails {
  gap: 10px;
  padding: 20px 15px;
  border-radius: 26px;
  margin: 20px 0 30px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  flex-direction: row-reverse;
  justify-content: space-between;
  background: linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%);
}
.navUserDetails figure {
  margin: 0;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: var(--radius-full, 9999px);
  background: var(--neutral-supporting-state-layer-fill, #8d96a2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navUserDetails article .user_name {
  color: #fff;
  font-family: var(--primary-font-bold);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin: 0 0 5px;
}
.navUserDetails article .gold_member {
  background: linear-gradient(90deg, #ffe22a 0%, #ddbb2f 25.5%, #ffe95f 50%, #bf9a00 75%, #fff094 100%);
  overflow: hidden;
  color: var(--primary-featured-state-layer-fill, #000);
  text-overflow: ellipsis;
  font-family: var(--primary-font-bold);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1.66px;
  text-transform: uppercase;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  padding: 5px 10px;
  margin: 5px 0 5px 0px;
}
.navUserDetails article a {
  font-family: var(--primary-font-bold);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  word-break: break-all;
}

.nav_list li {
  margin: 0 0 10px 0 !important;
  padding: 5px;
}
.nav_list li a {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px !important;
  font-style: normal;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_list li a .nav_icon {
  border-radius: 8px;
  background: #d5d8db;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav_list li a span.dropdown-item {
  padding: 0;
}
.nav_list li a span.dropdown-item:hover, .nav_list li a span.dropdown-item:focus, .nav_list li a span.dropdown-item:active, .nav_list li a span.dropdown-item:visited {
  color: #505963;
  background-color: initial;
}
.nav_list li a .dropdown-item.active,
.nav_list li a .dropdown-item:active {
  color: #505963;
  background-color: initial;
}
.nav_list li.dropdown {
  border-radius: var(--Grid-Main-Columns-count, 12px);
  background: none;
}
nav .dropdown-menu {
  border-radius: 10px !important;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
nav .dropdown-menu .dropdown-item {
  color: #505963;
  font-family: var(--primary-font-regular);
  line-height: 22px;
  font-weight: initial;
}
nav .dropdown-menu .dropdown-item::before {
  top: 11px;
}
nav .dropdown .dropdown-toggle::after {
  width: 7px;
  height: 11px;
  border: none;
  top: 19px;
  right: 10px;
  background: url(../images/design-change/icons/menu_icons/right_arrow.svg) center center no-repeat;
}

.custom-img-dropdown-menu .dropdown-item {
  padding-left: 0 !important;
  margin-bottom: 6px !important;
}
.custom-img-dropdown-menu .dropdown-item::before {
  content: none !important;
}
.custom-img-dropdown-menu .dropdown-item .subMenuImgArea {
  display: inline-block;
  background: #d6d8db;
  padding: 0 7px;
  border-radius: 3px;
}
.custom-img-dropdown-menu .dropdown-item .subMenuImgArea .subMenuImg {
  width: 13px;
}

.card,
.wallet-containerss.greens {
  border-radius: var(--radius-level-1, 42px);
  background: var(--pink-purple, linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%));
}

.greyCard {
  background: #eaebed;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  padding: 10px 15px;
}
.greyCard .main-boxxx-default {
  background: none;
  padding: 0;
}

.referralBox {
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 26px;
}
.referralBox .referralHead {
  font-size: 12px;
  color: #505963;
  margin: 0 0 10px;
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-family: var(--primary-font-medium);
}

.refCardBody {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.refCardBody .refQR {
  width: 80px;
  min-width: 80px;
}
.refCardBody .refQR img {
  width: 100%;
}
.refCardBody .refContent {
  flex-grow: 1;
}

.referral-link-main.mt-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.referral-link-bg {
  border-radius: var(--Grid-Main-Gutter, 16px);
  background: var(--surface, #eaebed);
  width: 100%;
  padding: 12px 16px;
  overflow: hidden;
  color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.greyBox {
  background: #eaebed;
  display: inline-block;
  width: 100%;
}
.greyBox .main-boxxx-default {
  background: none;
}

.walletbgforprogram .bgfirst.first-box,
.namebox.nameboxsub .bgfirst {
  border-radius: var(--radius-level-0, 26px);
  background: var(--pink-purple-2, linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%));
}

.hierarchy-title {
  font-size: 15px;
  margin: 0 0 3px;
  line-height: 16px;
  padding: 15px 1.5rem 5px 1.5rem;
  font-family: var(--primary-font-regular);
}

.hierarchy-title-2 {
  font-size: 16px;
  padding: 0px 1.5rem;
  color: #fff;
  font-family: var(--primary-font-medium);
}

.hierarchy-email {
  color: #c6baf6;
  font-size: 13px;
  font-family: var(--primary-font-medium);
}

.diagram_text_main {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.diagram_text_main .diagram-subhead {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.diagram_text_main .diagram-none {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.namebox .bgfirst {
  border-radius: var(--radius-level-0, 26px);
  background: var(--Pink, linear-gradient(180deg, #f99fb3 0%, #c66f86 100%));
  border: none;
}

.dark_text {
  color: #000;
  opacity: 0.3;
}

.main-boxxx {
  background: rgba(234, 235, 237, 0.7);
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #dfe1e3 inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #dfe1e3 inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
}

.search-id-results-wrapper input,
.search-id-results-wrapper input:focus {
  background: #dfe1e3;
  outline: none;
  box-shadow: none;
}

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

.prev_backtotop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.prev_backtotop .prev {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.prev_backtotop .backtotop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--primary-color);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.tab_menu_main {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
}

.card-heading {
  color: #fff;
  opacity: 1;
}

.wallet-containerss .walletHeader {
  padding: 20px 0 0;
  align-items: center;
  position: relative;
  border: none !important;
}
.wallet-containerss .walletHeader .walletHeaderLeft {
  background: linear-gradient(270deg, #fc51e6 0%, #6a2dcf 100%);
  width: 100%;
  padding: 8px 17px;
  line-height: 24px;
  border-radius: 24.5px;
  -webkit-border-radius: 24.5px;
  -moz-border-radius: 24.5px;
  -ms-border-radius: 24.5px;
  -o-border-radius: 24.5px;
}
.wallet-containerss .walletHeader .walletHeaderRight {
  position: absolute;
  right: 0;
  top: 4px;
}
.wallet-containerss .walletMainContents .formInfo p {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 10px 0;
}

.connect-txt {
  color: #fff;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.mediumBtnWidth {
  min-width: 150px;
}

.main-boxxx-2 {
  background: #f0f1f2;
}

.wallet-containerss-3 .heading-wrapper {
  border-bottom: none !important;
}

.head_with_bg {
  border-radius: 24.5px;
  background: linear-gradient(270deg, #fc51e6 0%, #6a2dcf 100%);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--primary-font-semi-bold);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  padding: 15px;
  margin-top: 40px;
}

table.tableWhiteContents thead tr th {
  color: #fff;
}
table.tableWhiteContents tbody tr td {
  color: #fff;
}

.secondary-gradient-card {
  background: #f0f1f2;
}

.filterRight {
  background: #ffffff;
}
.filterRight .filterHeader h6 {
  color: var(--primary-color);
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.filterRight .filterHeader {
  border-bottom: 1px solid #d5d8db;
}

.greyBtn {
  border: 0.5px solid var(--Outline, #1955ff);
  background: #eaebed;
  box-shadow: -4px -4px 10px 0px rgba(255, 255, 255, 0.5), 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  color: #7634e3;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.navUserDetails article a.user_mail {
  font-family: var(--primary-font-regular);
  font-size: 11px;
}

.otpInputsMain .otpInput {
  height: 52px;
}

.modalHeaderMain p a {
  text-decoration: underline;
}

.blue_select_active_boxes .option input:checked + span {
  color: #fff;
}

.blue_select_active_boxes .option input:checked + span,
.modal-content {
  background: var(--pink-purple-2, linear-gradient(180deg, #c651fc 0%, #6a2dcf 49.5%));
}

.txt-white,
.text-white {
  color: #fff !important;
}

.column_values_boxes_wrapper .option .btn-option {
  background: #ffffff;
}

.modal-icon-titles,
.form_discription h6,
.modalHeaderMain p a,
.otpForm .otpLabel label,
#timers,
.headValueMain .head,
.headValueMain .value,
.forgotPass a,
.forgotPass button,
.filter-title,
.modal-icon-titles,
.qrUrlMain h5,
.payment_two_side_wrapper .payment_two_side_row .payment_value {
  color: #fff;
}

.form-title {
  color: #333;
}

#failedbg {
  border: none;
  background: none;
  box-shadow: none;
}

.modal_small_head {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  padding: 20px 0 0;
}

.survey_note {
  background: #fff;
  padding: 25px 20px;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #abb2bb;
  background: #fff;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  margin: 30px 0;
}
.survey_note p {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 20px;
  color: #505963;
}
.survey_note p strong {
  font-family: var(--primary-font-medium);
  color: #000;
}

.survey_content_img {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.survey_content_img .survey_content {
  padding: 16px;
  max-width: 220px;
}
.survey_content_img .survey_content h3.survey_content_head {
  color: var(--primary-featured-content--strong, #fff);
  font-family: var(--primary-font-bold);
  font-size: var(--size-0, 14px);
  font-style: normal;
  font-weight: var(--weight-Bold, 700);
  line-height: var(--line-height-0, 20px);
  border-bottom: 1px solid #d5d8db;
  padding: 0 0 3px;
  margin: 0 0 6px;
}
.survey_content_img .survey_content p {
  color: var(--primary-featured-content--strong, #fff);
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--weight-Regular, 450);
  line-height: var(--line-height--2, 12px);
  margin: 0 0 10px;
  text-transform: lowercase;
  display: inline-block;
}
.survey_content_img .survey_content p::first-letter {
  text-transform: uppercase;
}
.survey_content_img .survey_content .points_sec {
  background: var(--primary-supporting-content--strong, #5121a0);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 7px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 190px;
  color: var(--primary-featured-content--strong, #fff);
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  white-space: nowrap;
}
.survey_content_img .survey_img {
  max-width: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.survey_content_img .survey_img img {
  width: 100%;
  transform-origin: right bottom;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.survey_no_img {
  justify-content: center;
  text-align: center;
}
.survey_no_img .survey_content h3.survey_content_head {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.survey_no_img .survey_content .points_sec {
  width: 100%;
  max-width: 100%;
}

.kyc_modal .kyc_from_title {
  color: #fff;
  font-size: var(--primary-font-medium);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  border-bottom: 1px solid #d5d8db;
  padding: 0 0 10px;
  margin: 10px 0 15px;
  text-transform: lowercase;
}
.kyc_modal .kyc_from_title::first-letter {
  text-transform: uppercase;
}
.kyc_modal .modal_small_head {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--primary-font-bold);
}

.form-group .form-control::first-letter {
  text-transform: uppercase;
}
.form-group .form-control::first-letter {
  text-transform: uppercase;
}

.profile_avatar {
  width: 180px;
  height: 180px;
  border-radius: var(--Corner-radius-Full, 9999px);
  background: var(--primary-featured-content--strong, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_avatar .profile_icon {
  width: 20px;
}

.profile_img_btns {
  gap: 20px;
  display: flex;
  margin: 20px 0px 0px;
  align-items: flex-start;
}
.profile_img_btns .img_upload_btn,
.profile_img_btns button {
  min-width: 140px;
}

.hidden {
  display: none;
}

.img_formats {
  color: #8d96a2;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.border_separation {
  height: 1px;
  background: #d5d8db;
  width: 100%;
  margin: 20px 0;
}

.coin_count {
  border-radius: 30px;
  background: #360883;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #f9bb51;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.generate_infographics_main .btns_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.generate_infographics_main .btns_main .generate_infographics_btn {
  border: 0.567px solid #1955ff;
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
  box-shadow: -4.533px -4.533px 11.333px 0px rgba(255, 255, 255, 0.5), 4.533px 4.533px 11.333px 0px rgba(0, 0, 0, 0.5);
  padding: 2px 22px 2px 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 11.22px;
  font-style: normal;
  line-height: 13.6px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.generate_infographics_main .btns_main .generate_infographics_btn::first-letter {
  text-transform: uppercase;
}
.generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey {
  color: #caced3;
  background: #eaebed;
}
.generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey .coin_count {
  background: #caced3;
  color: #8d96a2;
}
.generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey:hover .coin_count, .generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey:focus .coin_count, .generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey:visited .coin_count, .generate_infographics_main .btns_main .generate_infographics_btn.btnLightGrey:active .coin_count {
  background: linear-gradient(180deg, #fc51e6 0%, #6a2dcf 49.5%);
  color: #fff;
}

.chatTypeArea {
  padding: 6px;
  display: flex;
  align-items: center;
}
.chatTypeArea .chatType {
  padding: 7px 5px;
  height: 100%;
}
.chatTypeArea .chatType:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  color: #000 !important;
}
.chatTypeArea button {
  padding: 0 20px;
  height: 100%;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  color: #000 !important;
}

.nodataMain img {
  width: 50px;
}

.leadership_title {
  font-size: 16px;
  color: #8D96A2;
  line-height: 24px;
  font-style: normal;
  text-transform: uppercase;
  font-family: var(--primary-font-medium);
}

.smallTitle {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  margin: 5px 0 0;
}

.dadi-tabless td {
  color: #000;
  background: #eaebed;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page_name_header .page_name a {
  color: #505963;
}

.announcementDetails {
  margin: 25px 0 0;
}

.announcementHeader .announcementDate {
  color: #000;
  font-family: var(--primary-font-medium);
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  margin: 0 0 10px;
  line-height: 16px;
}
.announcementHeader .announcementHeading {
  color: var(--primary-color);
  font-family: var(--primary-font-medium);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.kyc_form_main .form-group {
  padding: 20px 15px;
  margin: 0 0 15px;
}
.kyc_form_main .form-group .title {
  color: #000;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
}
.kyc_form_main .form-group .title::first-letter {
  text-transform: uppercase;
}
.kyc_form_main .form-group .radio_select_text {
  color: #505963;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  margin: 10px 0;
}
.kyc_form_main .form-group .radio_group_main {
  margin: 10px 0 0;
}
.kyc_form_main .form-group .radio_group_main .radio-container {
  margin: 0 0 5px !important;
  line-height: 16px !important;
  color: #000;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  text-transform: none;
  display: flex;
  width: 100%;
  text-transform: capitalize;
  align-items: center;
}
.kyc_form_main .form-group .radio_group_main .radio-container::first-letter {
  text-transform: uppercase;
}
.kyc_form_main .form-group .radio_group_main .radio-container span {
  color: #000;
}
.kyc_form_main .form-group .radio_group_main .radio-container:nth-last-child(1) {
  margin: 0 !important;
}
.kyc_form_main .form-group .radio_group_main .two_side_radio {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.other_radio_container {
  gap: 8px;
  width: 100%;
}
.other_radio_container .radio-container {
  width: auto;
}
.other_radio_container .other_radio_input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.other_radio_container .dashh {
  border: none !important;
  border-bottom: 1px solid #333 !important;
  margin: 0;
  font-size: 12px;
  flex-grow: 1;
  width: calc(100% - 25px);
}

.nowrap {
  white-space: nowrap !important;
}

.generate_description_main {
  margin: 30px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.generate_description_main .head {
  color: #000;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}
.generate_description_main p {
  color: #505963;
  text-align: center;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}
.generate_description_main .not-generated {
  color: #8d96a2;
}
.generate_description_main h1 {
  font-size: 22px;
  text-align: left;
  margin: 10px 0 15px;
}
.generate_description_main h2 {
  font-size: 20px;
  text-align: left;
  margin: 10px 0 15px;
}
.generate_description_main h3 {
  font-size: 18px;
  text-align: left;
  margin: 10px 0 15px;
}
.generate_description_main h4 {
  font-size: 16px;
  text-align: left;
  margin: 10px 0 15px;
}
.generate_description_main h5 {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 15px;
}
.generate_description_main p {
  font-size: 14px;
  text-align: left;
}
.generate_description_main ul,
.generate_description_main ol {
  margin: 10px 0 15px;
}
.generate_description_main ul li,
.generate_description_main ol li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px;
}

#header-contaienrs li a.dropdown-item {
  font-size: 14px;
}

.forgotPass a {
  color: #7c3aed;
  font-size: 12px;
}

.radio-container .checkmark {
  border: 2px solid #505963;
  width: 16px !important;
  height: 16px !important;
  top: 2px;
}
.radio-container .checkmark::before {
  width: 16px !important;
  height: 16px !important;
}
.radio-container input:checked ~ .checkmark::after {
  border: 2px solid #fff;
  outline: 2px solid #505963;
}

.card-main-head .head {
  font-size: 16px;
  padding-right: 10px;
}

.filterRight .filterHeader .filterClose {
  width: 28px;
}

.landing_language {
  min-width: 170px;
  top: 10px;
  right: 10px;
}
.landing_language .nav_list li.dropdown {
  background: #fff;
}
.landing_language .dropdown-menu {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.walletTable tbody tr td {
  font-size: 16px;
  font-family: var(--primary-font-bold);
}

.twoBtns_main {
  overflow: auto;
  padding: 0 20px 10px 0;
  gap: 10px;
}
.twoBtns_main button {
  padding: 0 15px;
}

.overfow-padding {
  padding: 0 20px 10px 0;
}

.link_copy_btn {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
}
.link_copy_btn .referral-link {
  margin-bottom: 6px;
  text-transform: none;
  font-size: 14px;
}

.copy_icon_btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.chat-container,
.chat-container .chat_footer_area .chat_footer {
  max-width: 800px;
  margin: 0 auto;
}

.landing_language {
  min-width: 125px;
  max-width: 125px;
  top: 10px;
  right: 10px;
}
.landing_language .nav_list li.dropdown {
  background: #fff;
}
.landing_language .nav_list li.dropdown a.nav-link {
  padding: 5px;
  font-size: 14px;
}
.landing_language .nav_list li.dropdown a.nav-link::after {
  margin-right: 10px;
  margin-left: 0px;
}
.landing_language .nav_list li.dropdown a.nav-link .nav_icon {
  padding: 0;
  width: auto;
  height: auto;
  min-width: initial;
}
.landing_language .nav_list li.dropdown a.nav-link .nav_icon img {
  width: 20px;
}
.landing_language .dropdown-menu {
  padding: 7px 5px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.landing_language .dropdown-menu .dropdown-item {
  font-size: 11px !important;
  white-space: initial;
  gap: 5px;
}

.walletTable tbody tr td {
  font-size: 16px;
  font-family: var(--primary-font-bold);
}

.twoBtns_main {
  overflow: auto;
  padding: 0 20px 10px 0;
  gap: 10px;
}
.twoBtns_main button {
  padding: 0 15px;
}

.overfow-padding {
  padding: 0 20px 10px 0;
}

.link_copy_btn {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
}
.link_copy_btn .referral-link {
  margin-bottom: 6px;
  text-transform: none;
  font-size: 14px;
}

.copy_icon_btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.chat-container,
.chat-container .chat_footer_area .chat_footer {
  max-width: 800px;
  margin: 0 auto;
}

.modal-icon-titles {
  text-transform: uppercase;
}

.para,
.success {
  text-transform: lowercase;
}

.para::first-letter,
.success::first-letter {
  text-transform: uppercase;
}

.paginate_button .page-link {
  font-size: 12px;
  width: auto;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination span {
  color: var(--primary-color) !important;
  border: none;
}

button {
  font-family: var(--primary-font-bold);
  text-transform: uppercase;
}

.usdHeadMain .usdSubTitle {
  text-transform: uppercase;
  font-size: 12px;
}
.usdHeadMain .usdTitle {
  font-family: var(--primary-font-regular);
}
.usdHeadMain .form-control {
  border: none;
  padding: 0;
  color: #000;
}
.usdHeadMain .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.border-bgs {
  font-size: 12px;
}

.reg_text_upper {
  font-family: var(--primary-font-regular);
  font-size: 12px;
  text-transform: uppercase;
}

.accordion_new_design .radio-container {
  font-family: var(--primary-font-regular);
}
.accordion_new_design .radio-container span {
  font-family: var(--primary-font-regular);
  text-transform: uppercase;
  font-size: 14px;
}

.purchase-txt,
.radio-container {
  font-family: var(--primary-font-regular);
}

.purchase-txt {
  overflow: hidden;
  color: var(--neutral-supporting-content--medium, #505963);
  text-overflow: ellipsis;
  font-family: var(--primary-font-medium);
  font-size: 12px !important;
  font-style: normal;
  font-weight: var(--weight-Medium, 550);
  line-height: var(--line-height-0, 20px);
  text-transform: uppercase;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}

.errorNote,
#empty,
#invalid {
  margin: 5px 0 0;
}

.leadershipTable thead tr {
  background: linear-gradient(to bottom, #C651FC 10%, #6A2DCF 80%);
}
.leadershipTable thead tr th {
  background: none;
}
.leadershipTable tbody tr td {
  font-size: 13px;
  padding: 15px 10px;
}

.leadershipTable {
  background: none;
}

.new_table {
  background: none;
  box-shadow: none;
  border: none;
  border-spacing: 0px 2px;
  border-collapse: separate;
}
.new_table thead tr {
  border-radius: 16px;
  background: var(--pink-purple-2, linear-gradient(180deg, #C651FC 0%, #6A2DCF 49.5%));
}
.new_table thead tr th {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  white-space: nowrap;
  font-family: var(--primary-font-regular);
  border: none;
  vertical-align: middle;
  padding: 0.75rem;
  text-transform: uppercase;
}
.new_table thead tr th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.new_table thead tr th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.new_table tbody tr td {
  color: #505963;
  padding: 0.95rem 0.75rem;
  font-size: 12px;
  font-family: var(--primary-font-regular);
  border: none;
  white-space: nowrap;
  background: #eaebed;
}
.new_table tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.new_table tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.colored_table thead tr {
  background: linear-gradient(to bottom, #C651FC 10%, #6A2DCF 50%);
}
.colored_table thead tr th {
  background: none;
}

.next-prev_btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.next-prev_btn button {
  width: 48%;
}

.connect_wallet_button {
  border: 0.5px solid var(--Outline, #1955FF) !important;
  background: var(--pink-purple, linear-gradient(180deg, #FC51E6 0%, #6A2DCF 49.5%)) !important;
  color: #fff !important;
  border-radius: var(--radius-level-0, 26px) !important;
  -webkit-border-radius: var(--radius-level-0, 26px) !important;
  -moz-border-radius: var(--radius-level-0, 26px) !important;
  -ms-border-radius: var(--radius-level-0, 26px) !important;
  -o-border-radius: var(--radius-level-0, 26px) !important;
}
.connect_wallet_button:hover, .connect_wallet_button:focus, .connect_wallet_button:visited, .connect_wallet_button:active {
  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);
}

.custom-select::after {
  top: 5px;
  right: 2px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/icons/down_arrow.svg) center center no-repeat;
}

.flex-items p:nth-child(1) {
  font-size: 13px;
}

.chart-containrs {
  padding: 15 px 15px 105px 15px;
}

.dadi-tabless {
  border-spacing: 0px 2px;
  border-collapse: separate;
  background: none;
}
.dadi-tabless thead th {
  padding: 0.75rem;
}
.dadi-tabless thead th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dadi-tabless thead th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dadi-tabless tbody tr td {
  font-size: 12px;
  color: #505963;
  padding: 0.95rem 0.75rem;
}
.dadi-tabless tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dadi-tabless tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.supportChatMain .supportChatSingle figure {
  padding-top: 27px;
}

.link-txtxt,
.referralBox .referralHead,
.flex-items p:nth-child(1) {
  font-size: 14px;
}

.SetupKeyModal1.show {
  overflow: visible !important;
}
.SetupKeyModal1.show .modal-dialog {
  overflow: visible !important;
}

.modal-backdrop + .modal {
  z-index: 1060;
}

.copytfaSuccessModal {
  z-index: 1100 !important;
}

.wallet-containerss-3 .cardFormGroup .form-control, .form-group .form-control, .wallet-containerss-3 .cardFormGroup .form-control, .form-group .form-control:hover, .wallet-containerss-3 .cardFormGroup .form-control, .form-group .form-control::placeholder,
.password-input .form-control,
.cardFormGroup .form-control, .form-group .form-control,
.form-control {
  font-size: 14px;
}

.historytable thead tr th,
table thead tr th,
.table thead tr th {
  text-transform: capitalize;
}

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