:root {
  --primary-colorss: #6366f1;
  --secondary-colorss: #818cf8;
  --accent-colorss: #4f46e5;
  --background-start: #0f172a;
  --background-end: #1e293b;
  --text-colorss: #f3f4f6;
}

.header-containers {
  padding: 20px 15px;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  background: var(--Text, #f5fae8);
  top: 0;
  font-family: var(--primary-font-regular);
  font-size: 20px;
}

.box-container {
  background: url("../images/referral-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.bg-yellows {
  background: linear-gradient(
    219.67deg,
    #ffdc5f 22.67%,
    rgba(174, 111, 37, 0) 105.52%
  );
  min-height: 100vh;
  padding-top: 140px;
}

.box-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
}

.qr-container {
  max-width: 250px;
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

.text-container {
  color: rgba(157, 157, 157, 1);
  text-align: center;
  padding-bottom: 20px;
  max-width: 250px;
  width: 100%;
}

.text-border {
  border-bottom: 1px dashed rgba(157, 157, 157, 1);
  margin: 0px 20px;
}

.text-grey {
  color: rgba(157, 157, 157, 1);
}

.btns {
  padding: 10px 40px;
  text-align: center;
  color: black;
  border: 0px;
  display: block;
}

.btns:hover {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  text-decoration: none;
  color: black;
}

.btns.yellows {
  background: rgba(255, 213, 92, 1);
  border-radius: 3px;
}

.btns.yellows:hover {
  background: #ffe69b;
  border-radius: 3px;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

.referral-id {
  font-family: var(--primary-font-bold);
  color: rgba(255, 213, 92, 1);
  font-size: 26px;
}

.link-referral {
  text-align: center;
  font-size: 22px;
  color: var(--Text, #f5fae8);
  word-break: break-all;
}

.box-small-container {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.copy-icon {
  cursor: pointer;
}

.modal-icon {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}

.modal-icon img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.modal-icon-titles {
  color: rgba(62, 62, 62, 1);
  font-size: 27px;
  margin-top: 25px;
  font-family: var(--primary-font-bold);
}

.modal-containers {
  position: relative;
}

.modal-icon.yellow {
  background-color: rgba(247, 147, 26, 1);
}

.modal-icon.reds {
  background-color: rgba(255, 0, 0, 1);
}

.modal-icon.greens {
  background-color: rgba(73, 155, 90, 1);
}

.modal-close-absolute {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.diagram_table_downline_main {
  padding: 0px !important;
}

.expandload,
.transition.arrows-right-anmation.loaduser {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.hideexpand {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.community-table tr td,
.community-table tr {
  background: transparent !important;
  border: 0px !important;
  font-size: 12px;
}

.white-wrapper {
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%
  );
  border: 2px solid #cccccc;
}

.inner_page_wrapper {
  background: #6d6d6d73 !important;
  border: 1px solid #9c9e9d !important;
}

.white-sub-wrapper h1 {
  color: #f5fae8;
}

.white-sub-wrapper p {
  color: var(--secondary-color);
}

.main-container.fulls {
  max-width: 100%;
}

.page_name_header h2 {
  font-size: 22px;
}

.diagram_table tr th,
.diagram_table tr td {
  color: white !important;
}

.white-wrapper-heading {
  color: #999999;
  font-size: 20px;
}

.semi-sub-txt p {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 12px;
}

.semi-sub-txt h4 {
  color: var(--Text, #f5fae8);
  font-family: var(--primary-font-bold);
  font-size: 18px;
}

.diagram_table_downline {
  border: 0px !important;
  background: none !important;
}

.diagram_table tr td.txt-yellow,
.txt-yellow {
  color: #f4f40b !important;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pagination-box {
  border-radius: 5px;
  border: 1px solid var(--Text, #f5fae8);
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 10px;
  color: var(--Text, #f5fae8);
}

.blue-eclipses {
  min-height: calc(100vh - 61px) !important;
}

.hanburger-menu {
  background: url(../images_bu/charm_close-hamburger.svg) no-repeat center;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.collapsed .hanburger-menu {
  background: url(../images_bu/charm_menu-hamburger.svg) no-repeat center;
  background-size: 14px;
  height: 20px;
  width: 20px;
}

.diagram_table .collapsing {
  transition: none !important;
}

.community-table .table-th-main {
  background: #7a7a7a66 !important;
}

.community-table .empty {
  padding: 5px !important;
}

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

.community-table .diagram-accordion-td {
  background: #303434 !important;
  border-top: 1px solid #6e6e6e;
}

.community-table .border-0px {
  border-top: 0px !important;
}

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

.diagram_table_downline {
  margin: 5px 0px !important;
}

.white-wrapper.min-heights {
  min-height: calc(100vh - 217px);
  display: flex;
  flex-direction: column;
}

.white-wrapper.semi-min-height {
  min-height: calc(100vh - 517px);
  display: flex;
  flex-direction: column;
}

.diagram_table {
  min-width: none !important;
}

.hideexpand.rotate {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.bglist.arrow_td img.activesss {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wallet-containerss .wallet-left {
  width: 65%;
}

.wallet-containerss .wallet-right {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wallet-containerss .wallet-right button {
  white-space: nowrap;
}

.btnSecondary {
  border-radius: 4px;
  background: #777777;
  color: var(--Dark-1, #000);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 7px 20px;
  border: none;
}

.account-setting-container [type="radio"]:checked,
.account-setting-container [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.account-setting-container [type="radio"]:checked + label,
.account-setting-container [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--secondary-color);
}

.account-setting-container [type="radio"]:checked + label:before {
  border: 1px solid var(--secondary-color);
}

.account-setting-container [type="radio"]:not(:checked) + label:before {
  border: 1px solid #d9d9d9;
}

.account-setting-container [type="radio"]:checked + label:before,
.account-setting-container [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #d9d9d9;
  color: var(--secondary-color);
}
.account-setting-container [type="radio"]:checked + label:after,
.account-setting-container [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--secondary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-setting-container [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.account-setting-container [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-active-green {
  color: #12a489;
}

.email-containers {
  background: #6363638f;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
}

.form-group .form-control {
  margin-top: 5px;
}

.wallet-status {
  color: var(--secondary-color);
  font-size: 12px;
}

.wallet-status .green {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background: #00ff1a;
}

.wallet-status .red {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background: #ff0000;
}

.send-code-container {
  border-radius: 4px;
  background: var(
    --Grad-1,
    linear-gradient(90deg, #cbff5c 0%, #f4f40b 50%, #f5fae8 100%)
  );
  color: var(--Dark-1, #000);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 7px 20px;
  border: none;
  height: 45px;
  min-height: 45px;
  margin-top: 5px;
  margin-left: -16px;
  min-width: 123px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.send-code-container.disabled {
  cursor: not-allowed;
}

.history-table.history-table-new tbody td:nth-child(3),
.history-table.history-table-new tbody td:nth-child(6) {
  color: var(--Text, #f5fae8) !important;
}

table td {
  vertical-align: middle !important;
}

.form-title {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-family: var(--primary-font-bold);
}

.blue-eclipses.diagram {
  background-image: none;
}

.dashboard-body.active {
  padding-bottom: 0px;
}

footer.active {
  position: static;
}

.footer-icons {
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

footer .footerMenuList .footerMenuSingle:hover > a .footerMenu {
  color: var(--primary-color) !important;
}

footer .footerMenuList .footerMenuSingle:hover > a::after {
  background: var(--primary-color) !important;
}

.nav_list li {
  display: inline-block !important;
}

.nav_list .dropdown-menu.show {
  position: static !important;
  transform: none !important;
}

.btnCommon,
.btnPrimary,
.primary-btn,
.btnWhite,
.btnBordered-primary,
.walletConnectBtn,
.footerMenuSingle,
footer .footerMenuList .footerMenuSingle a::after,
.btn-Secondary,
.btn-tertiory,
.btn-Primary {
  transition: 0.3s;
}

.btnBordered-white:hover,
.btn-tertiory:hover {
  background: #fff;
  color: #000;
  transition: 0.3s;
}

.filterForm ~ .btnPrimary:hover,
.filterForm .btnPrimary:hover,
.modal .primary-btn:hover,
.loginForm .btnPrimary:hover,
.modal .btnPrimary:hover,
.modal .btn-Primary:hover,
.welcome_pages .btn-Primary:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  background: none;
}

.btnPrimary:hover,
.primary-btn:hover,
.btn-Primary:hover {
  background: transparent;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  transition: 0.3s;
}

.btnWhite:hover {
  background: var(--primary-color);
  color: #fff !important;
  transition: 0.3s;
}

.btnBordered-primary:hover,
.walletConnectBtn:hover,
.btn-Secondary:hover {
  border: 1px solid var(--primary-color);
  color: white !important;
  background: var(--primary-color);
}

.btn-greys {
  background: #dfe1e4;
  color: black;
  border: 1px solid #dfe1e4;
  transition: 0.3s;
}

.btn-greys:hover {
  border: 1px solid #dfe1e470;
  transition: 0.3s;
  color: black;
  background: #dfe1e470;
}

.contentss {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
  overflow-x: hidden;
  padding-bottom: 70px;
}

.contentss.visible {
  opacity: 1;
  transform: translateY(0);
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.8s ease-in-out;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--secondary-colorss);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  position: relative;
}

.loader-ring {
  position: relative;
  width: 150px;
  height: 150px;
}

.loader-ring::before,
.loader-ring::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  animation: spin 2s linear infinite;
}

.loader-ring::after {
  border: 3px solid transparent;
  border-top-color: var(--secondary-colorss);
  animation: spin 1.5s linear infinite reverse;
}

.loader-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle,
    var(--accent-colorss) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.progress-container {
  width: 240px;
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-colorss)
  );
  width: 0%;
  transition: width 0.3s ease-out;
}

.progress-text {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  color: var(--primary-color);
  font-family: var(--primary-font-bold);
}

.loading-text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-colorss)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 2s linear infinite;
}

.refresh-btn {
  margin-top: 2rem;
  padding: 0.875rem 2rem;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-colorss)
  );
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.refresh-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.refresh-btn:hover::before {
  left: 100%;
}

.refresh-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100px) translateX(var(--translateX));
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .loader-ring {
    width: 120px;
    height: 120px;
  }

  .loader-core {
    width: 60px;
    height: 60px;
  }

  .progress-container {
    width: 200px;
  }

  .loading-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .commissionBtns,
  .capitalBalance {
    display: block !important;
  }

  .wallet-containerss .wallet-left,
  .wallet-containerss .wallet-right {
    width: 100%;
  }

  .walletMainContents {
    padding: 15px !important;
  }

  .walletTable thead tr th {
    font-size: 12px !important;
  }

  .diagram-subhead {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.dashboard-body {
  padding-bottom: 0px !important;
}

.previous-right {
  display: flex;
  align-items: center;
}

.rounded {
  overflow-x: auto !important;
}

.footerMenuSingle {
  width: 100%;
  word-break: break-word;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: flex-start;
}

.footerMenuSingle:first-child {
  padding-left: 0px;
}

.footerMenuSingle:last-child {
  padding-right: 0px;
}

.chatTypeArea input {
  width: calc(100% - 100px);
}

.wallet-table-containers th {
  white-space: initial !important;
  word-break: break-word;
}

.table tbody tr td.nodatacontainer {
  border: 0px !important;
}

.accordion-table {
  width: 100%;
  border-collapse: collapse;
}

.accordion-table .toggle-btn {
  background: #7c3aed;
  border: 1px solid #fff;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.accordion-table .toggle-btn:hover,
.accordion-table .toggle-btn:active,
.accordion-table .toggle-btn:focus,
.accordion-table .toggle-btn:visited {
  background: #7c3aed80;
  color: #fff;
}
.accordion-table .details {
  display: none;
}
.accordion-table .details.active {
  display: table-row; /* Show when 'active' class is toggled */
}
.toggle-icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4px 0 0;
}

.loginPage .formInfo {
  padding: 0px !important;
}

.cursor-pointers {
  cursor: pointer;
}

.accordion-table thead tr th.toggle-btn-th:nth-child(1),
.accordion-table thead tr td.toggle-btn-td:nth-child(1),
.toggle-btn-th {
  width: 0px !important;
  padding: 0px !important;
  white-space: initial !important;
  min-width: 0px !important;
}

.filterRight {
  height: 100%;
}

/* Fullscreen overlay */
#loaderss {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Centered spinner */
#loaderss .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spinss 1s linear infinite;
}

@keyframes spinss {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wallet-containerss .formInfo {
  padding: 0 0 0 5px !important;
}

.level-box {
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

b,
strong,
.font-weight-bold {
  font-family: var(--primary-font-semi-bold);
}

.wallet-containerss div.success-txt {
  color: #a3fad1 !important;
}

.border-1px-account {
  border-bottom: 1px solid white !important;
}

.text-left {
  text-align: left !important;
}

.border-grey-1px-border {
  border-bottom: 1px solid #d5d8db;
}

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

.txt-purple {
  color: #7634e3;
}

.walletMainContents::after,
.walletMainContents::before {
  pointer-events: none;
}

.flatpickr-input {
  text-align: left !important;
}

.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  height: 46px;
}

.datepickerMain {
  position: relative;
}

.flatpickr-mobile {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

.rolldate-panel.fadeIn header {
  display: block;
}

.select2-container--default .select2-selection--single {
  background: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}

.select2-dropdown {
  z-index: 10;
}

.wallet-input-area.selection .select2-selection__rendered {
  color: var(--primary-color) !important;
}

.wallet-input-area.selection
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: initial;
}

.wallet-input-area.selection
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -4px;
}

.wallet-input-area.selection .select2-container .select2-selection--single {
  height: 16px;
  max-width: 60px;
  width: 100%;
}

.select2-container {
  z-index: 99999999;
}

.modal .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.rolldate-container .rolldate-panel {
  z-index: 1111 !important;
}

.wallet-input-area.selection .form-control.color-primary {
  color: var(--primary-color) !important;
  width: 100px;
  padding: 0px;
}

.wallet-input-area.selection
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--primary-color) transparent transparent;
}

.btnPrimary:disabled .refresh-icon {
  width: 13px;
  height: 13px;
  background: url("../images/sync-solid-white.svg") no-repeat center;
  transition: 0.3s;
}

.btnPrimary .refresh-icon {
  width: 13px;
  height: 13px;
  background: url("../images/sync-solid-purple.svg") no-repeat center;
  transition: 0.3s;
}

.btnPrimary,
.primary-btn {
  border: 1px solid var(--primary-color) !important;
}

button:disabled {
  pointer-events: none;
}

.small-heading {
  /* Adjust the size as needed */
  font-weight: bold !important; /* You can make the headings bold if you want */
  margin-bottom: 15px !important;
  margin-top: 15px !important; /* Optional: Add space after headings */
}
#desc h1,
#desc h2,
#desc h3,
#desc h4 {
  font-family: var(--primary-font-semi-bold);
  font-size: 16px; /* Font size */
  margin-bottom: 15px; /* Bottom margin */
  margin-top: 15px; /* Top margin */
}

#desc p {
  line-height: 1.6 !important;
  margin-top: 10px;
}
#desc ul {
  margin-top: 10px;
}
#desc ol {
  margin-top: 10px;
}

.chat_right article {
  padding-left: 5px;
  padding-right: 0px;
  font-family: var(--primary-font-regular);
}

.chat_right h1,
.chat_right h2,
.chat_right h3,
.chat_right h4,
.chat_right h5,
.chat_right h6 {
  font-size: 20px !important; /* Adds space below the main heading */
  font-family: var(--primary-font-semi-bold);
}

/* Adding margin for headings to create spacing between them */

/* Optional: Adjusting paragraph spacing */
.chat_right article p {
  margin-bottom: 10px; /* Adds space between paragraphs */
}

.chat_footer_area {
  position: fixed;
  bottom: 15px;
  width: calc(100% - 30px);
  left: 15px;
}

.four04error h1 {
  font-size: 5rem; /* Adjust the size as needed */
  font-family: var(--primary-font-semi-bold);
  text-align: center; /* Ensures the text is centered */
}

.landing_language .nav_list li.dropdown a.nav-link .nav_icon {
  padding: 5px;
}

.assets-box {
  background: linear-gradient(180deg, #C651FC 0%, #6A2DCF 49.5%);
  border-radius: 30px;
  margin: 0 0 20px;
  padding: 20px;
}

.assets-box-1 {
  background: linear-gradient(180deg, #C651FC 0%, #6A2DCF 49.5%);
}

.assets-box-2 {
  background: linear-gradient(0deg, #1955FF 0%, #36DADD 100%);
}

.assets-box-3 {
  background: linear-gradient(180deg, #5F51FC 0%, #602DCF 49.5%);
}

.assets-box-4 {
  background: linear-gradient(180deg, #F8A98C 0%, #A46303 49.5%);
}

.assets-value {
  font-size: 28px;
}

.assets-title {
  font-size: 20px;
}

.dropdown-assets {
  cursor: pointer;
}

.dropdown-menu.show.dropdown-assets-list {
  border: 1px solid #00000030;
  background: #eaebed;
  border-radius: 30px!important;
  left: -25px!important;
  min-width: 180px;
}

.dropdown-menu.dropdown-assets-list .dropdown-item {
  padding: 15px 20px 5px 20px!important;
  color: #8D96A2;
}

.inner-card.new-padding-asset {
  padding: 30px 20px 0px 20px!important;
}

.new-padding-asset .form-group {
  background: transparent;
  padding: 15px!important;
}

.new-padding-asset .form-group label {
  color: #8D96A2;
}

.asset-referral {
  white-space: wrap;
  word-break: break-all;
}

.asset-icon-copy {
  display: flex;
  align-items: flex-start;
  width: 30px;
  cursor: pointer;
  margin-left: auto;
  justify-content: flex-end;
}

.qrcode-container {
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  max-width: 300px!important;
  max-height: 300px!important;
  width: 100%!important;
}

.qrcode-container canvas {
  max-width: 300px!important;
  max-height: 300px!important;
  width: 100%!important;
  height: 100%!important;
}

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

.asset-min-white {
  color:  #8D96A2;

}

.new-padding-asset .form-group.disabled {
  border: 0px!important;
  background: #DFE1E3;
}

.asset-referral.active {
  pointer-events: none;
}

.asset-referral.active .asset-icon-copy {
  opacity: 0;
}

.form-group.message-asset {
  border: 0px!important;
  display: flex;
}

.text-danger {
  color: #FF0000!important;
}

.bind-container .radio-container .checkmark {
  border: 2px solid white;
}

.form-group.message-asset.message-onlys {
  padding: 0px!important;
  margin-bottom: 1rem !important;
}

.assets-boxes {
  padding: 15px;
  border: 1px solid white;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
