@import url(./fonts.css);
.poppins-300 {
  font-family: var(--poppins-300) !important;
}

.poppins-400 {
  font-family: var(--poppins-400) !important;
}

.poppins-500 {
  font-family: var(--poppins-500) !important;
}

.poppins-600 {
  font-family: var(--poppins-600) !important;
}

.poppins-700 {
  font-family: var(--poppins-700) !important;
}

.poppins-800 {
  font-family: var(--poppins-800) !important;
}

.poppins-900 {
  font-family: var(--poppins-900) !important;
}

.blue-eclipses {
  background: #000;
}

.user_details_card_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 2px solid var(--Design-V1-Second, #F4F40B);
  background: var(--Design-V1-Dark-2, #222);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 0 20px;
}
.user_details_card_main .user_details_card_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user_details_card_main .user_details_card_left figure {
  margin: 0;
  width: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.user_details_card_main .user_details_card_left figure img {
  width: 100%;
}
.user_details_card_main .user_details_card_left article .title {
  margin: 0 0 3px;
  color: var(--Design-V1-Text, #F5FAE8);
  font-family: var(--primary-font-semi-bold);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.user_details_card_main .user_details_card_left article p {
  cursor: pointer;
  margin: 0;
  color: var(--Design-V1-Second, #F4F40B);
  font-family: var(--poppins-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.qr_code {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.qr_code img {
  width: 100%;
}

.white-wrapper {
  border-radius: 10px;
  border: 2px solid var(--Design-V1-Grey-1, #CCC);
  background: var(--Design-V1-Dark-1, #000);
}
.white-wrapper::before, .white-wrapper::after {
  content: none;
}

.white-wrapper-heading {
  color: var(--Design-V1-Title-color, #999);
  font-family: var(--poppins-800);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.bg_icon::after {
  position: absolute;
  content: "";
  background-size: 130px;
}

.bg_icon_large::after {
  position: absolute;
  content: "";
  background-size: 230px;
}

.flex-items p:nth-child(1) {
  font-family: var(--poppins-300);
}
.flex-items p:nth-child(2) {
  font-family: var(--unbounded-700);
}

.step-progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 4px 0 0 33%;
}

.step-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ccc;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.step-line::before {
  position: absolute;
  content: "";
  height: 8px;
  left: 0;
  background: #F4F40B;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.step-1::before {
  width: 34%;
}

.step-2::before {
  width: 67%;
}

.step-3::before {
  width: 100%;
}

.step {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #CCC;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  color: var(--Dark, #404349);
  text-align: center;
  font-family: var(--unbounded-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.step.active {
  background-color: #F4F40B;
  color: #222;
}

/* Optional: add transition for animation */
.step,
.step-line {
  transition: all 0.3s ease;
}

.step.done {
  background-color: yellow;
  color: #222;
}

.dollorIcon {
  top: -80px;
}
.dollorIcon img {
  width: 180px;
}

.white-sub-wrapper .value {
  font-family: var(--unbounded-700);
}

.walletHeader .walletHeaderLeft .walletHeadArea {
  color: var(--Design-V1-Dark-1, #000);
  font-family: var(--poppins-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.capitalBalance .balanceHead {
  color: var(--Design-V1-Second, #F4F40B);
  font-family: var(--poppins-400);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.capitalBalance .balanceValue {
  color: var(--Design-V1-Grey-2, #EEE);
  text-align: right;
  font-family: var(--unbounded-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.commissionValue {
  color: var(--Design-V1-Dark-1, #000);
  text-align: right;
  font-family: var(--unbounded-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.walletHeaderRight {
  position: relative;
}
.walletHeaderRight img.wallet_header_icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.two_btns {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}

.cardFormGroup .form-control, .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #222;
}

.flex-items p:nth-child(1) {
  margin: 0 0 5px;
}

footer {
  left: 0;
}
footer .footerMenuList {
  padding: 0;
}

.earningCard::after, .bg_overlay_img_none::after {
  content: none;
}

.bannerMain {
  display: none;
}

.referral-text {
  color: #F4F40B;
}

.qr-container {
  padding-top: 20px;
}

.page_name_header .page_name a {
  font-family: var(--poppins-500);
  font-size: 16px;
}

.page_name img {
  width: 7px !important;
}

.modal-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--Design-V1-Grey-1, #CCC);
  background: var(--Design-V1-Dark-1, #000);
}

.filter-title {
  color: var(--Design-V1-Grey-1, #CCC);
  text-align: center;
  font-family: var(--poppins-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

::-webkit-scrollbar-track {
  background: #cacaca;
}

::-webkit-scrollbar-thumb {
  background: var(--Grad-1, linear-gradient(90deg, #CBFF5C 0%, #F4F40B 50%, #F5FAE8 100%));
}

.nav_list li a {
  font-family: var(--poppins-500);
}

.Maintanence-banner {
  background: #000;
}

.maintanence-span span {
  color: #AAA;
  text-align: center;
  font-family: var(--poppins-400);
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: normal;
  word-break: keep-all;
}
.maintanence-span h1 {
  text-align: center;
  font-family: var(--poppins-600);
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
  word-break: keep-all;
}

.Maintanence-paragraph p {
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--poppins-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.announcement_date {
  color: #FFF;
  font-family: var(--poppins-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0 20px;
}

.qrUrlMain .qrUrl {
  min-height: 50px;
}

.chatTypeArea button {
  line-height: 17px;
}

.supportChatMain .userChat article {
  align-items: flex-start;
}

.diagram_table tr th {
  color: #F5FAE8 !important;
}

.table th,
.diagram_table.new-table th {
  color: #F5FAE8 !important;
  font-family: var(--poppins-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.table td,
.diagram_table.new-table td {
  color: var(--Design-V1-Text, #F5FAE8);
  text-align: center;
  font-family: var(--unbounded-400);
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 200% */
}

.diagram_table tr td {
  white-space: nowrap !important;
}

.diagram_table tr {
  background: none;
}

.paginate_button.page-item, .paginate_button.disabled {
  min-width: 30px;
  min-height: 30px;
  justify-content: center;
  border-color: #999;
  color: #999;
}

.paginate_button.page-item a {
  color: #999 !important;
}

.community-table .table-th-main {
  background: none !important;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5) !important;
}

.community-table .diagram-accordion-th {
  background: #242525 !important;
}

.community-table .diagram-accordion-td {
  background: rgba(51, 55, 55, 0.3490196078) !important;
}

.walletMainContents {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.support_chat_area_main {
  position: relative;
  padding-bottom: 80px;
}

.chatTypeArea {
  position: absolute;
  bottom: 0;
}

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