/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url(../fonts/woff2-subset/Pretendard-Black.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Black.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url(../fonts/woff2-subset/Pretendard-ExtraBold.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-ExtraBold.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url(../fonts/woff2-subset/Pretendard-Bold.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Bold.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url(../fonts/woff2-subset/Pretendard-SemiBold.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-SemiBold.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url(../fonts/woff2-subset/Pretendard-Medium.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Medium.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url(../fonts/woff2-subset/Pretendard-Regular.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Regular.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url(../fonts/woff2-subset/Pretendard-Light.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Light.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url(../fonts/woff2-subset/Pretendard-ExtraLight.subset.woff2)
      format("woff2"),
    url(../fonts/woff-subset/Pretendard-ExtraLight.subset.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url(../fonts/woff2-subset/Pretendard-Thin.subset.woff2) format("woff2"),
    url(../fonts/woff-subset/Pretendard-Thin.subset.woff) format("woff");
}

:root {
  --swiper-navigation-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  font-family: "Pretendard", "Poppins", sans-serif;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main.container {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 54px;
  /* height: calc(100vh - 120px); */
  overflow-y: auto;
  /* padding-bottom: 60px; */
}

.wallet-icon {
  width: 17px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.py-54-60 {
  padding-top: 54px;
  padding-bottom: 60px;
}

.pb-120 {
  padding-bottom: 120px;
}

.footer-bar {
  margin-top: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn.btn-primary {
  height: 45px;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  color: #fff !important;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
}

.btn.btn-secondary {
  height: 45px;
}

/* .btn:active {
  color: #fff !important;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
} */

.text-primary {
  color: #3498db !important;
}

.form-control {
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  height: 40px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.form-select {
  font-size: 14px;
  height: 36px;
}

.form-check {
  margin-bottom: 0;
}

.small-divider {
  height: 1px;
  width: 50px;
  background-color: #222;
  margin: 2px auto 15px auto;
  display: block;
}

.page-link {
  border: none;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.page-link {
  border-radius: 4px;
}

.page-item {
  margin: 0 4px; /* Adjust spacing as needed */
}

/* Header */

header {
  border-bottom: 1px solid #eee;
}

header > div {
  height: 54px;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-toggle i {
  font-size: 28px;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
}

.header-logo .img-logo {
  width: auto;
  height: auto;
  max-height: 25px;
}

.header-logo span {
  font-size: 18px;
  color: #0d6efd;
}
/* Slide-in User Panel */
.user-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
  scrollbar-width: none;
}

.user-panel::-webkit-scrollbar {
  display: none;
}

.user-panel.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.user-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.sidebar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 30px;
}

.sidebar-logo img {
  height: 100%;
}
.sidebar-logo span{color: #0d6efd;}
.user-info {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444;
}

.user-info div {
  margin-bottom: 8px;
}

.user-info div:last-child {
  margin-bottom: 0;
}

.user-menu {
  margin-top: 15px;
}

.user-menu li a {
  font-size: 15px;
}

.user-menu a {
  color: #444;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.user-menu a:hover {
  color: #0d47a1;
}

@media (min-width: 600px) {
  .user-panel {
    width: 340px;
  }
}

.links_address a {
  color: #bbb;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.page-title {
  font-size: 30px;
}

.page-desc {
  font-size: 17px;
}

.page-banner {
  margin: 0 auto;
  text-align: center;
}

.page-banner img {
  width: 190px; /* ✅ Default size for smallest screens (mobile-first) */
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 320px) and (min-height: 568px) {
  .page-desc {
    font-size: 18px;
  }

  .page-banner img {
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 576px) {
  .page-banner img {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .page-banner img {
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .page-banner img {
    max-width: 1000px; /* ✅ Larger banner for desktop */
  }
}

.head-logo {
  margin: 10px 0;
  width: auto;
  height: 25px;
}

.head-logo img {
  width: auto;
  height: 100%;
}

.card h1 {
  font-size: 19px; /* reduced by 20% */
  height: 31px;
  line-height: 31px;
  font-weight: 500;
  color: #222;
}

.main-card {
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  background: #fff;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.section-title {
  font-size: 19px; /* reduced by 20% */
  height: 31px;
  line-height: 31px;
  font-weight: 500;
  color: #222;
  /* margin-bottom: 0.5rem; */
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title svg {
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
}

.divider {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0.5rem;
}

.list-seller-inner {
  padding: 12px;
}

.seller-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  padding: 1rem 1.1rem 1.1rem 1.1rem;
  margin-bottom: 1.2rem;
}

.seller-box:last-child {
  margin-bottom: 0;
}

.seller-name {
  color: #3498db;
  font-weight: 600;
  font-size: 1rem;
}

.seller-name .text-primary {
  margin-right: 5px;
}

.seller-rating {
  font-size: 0.95rem;
  color: #888;
  font-weight: 500;
}

.seller-details {
  font-size: 14px;
  color: #222;
  margin-bottom: 0.5rem;
}

.seller-details span {
  display: inline-block;
  min-width: 110px;
  color: #888;
}

.seller-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: right;
  margin-bottom: 0.7rem;
}

.seller-total span:first-child {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}

.btn-buy {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
  font-weight: normal;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 0.5rem 0;
  height: 45px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.btn-buy:active,
.btn-buy:focus,
.btn-buy:hover {
  color: #fff !important  ;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
}

.purchase-info {
  font-size: 0.98rem;
  margin-bottom: 0.2rem;
}

.purchase-info .link {
  color: #3498db;
  font-size: 13px;
  text-decoration: underline;
  word-break: break-all;
}

.purchase-label {
  color: #888;
  font-size: 0.97rem;
}

.purchase-value {
  color: #3498db;
  font-weight: 600;
  font-size: 1rem;
}

.form-section {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.form-section .form-control {
  height: 36px;
}

.usdt-qty {
  color: #e53935;
}

.google-btn {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #444;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: sbox-shadow 0.2s;
  -o-transition: sbox-shadow 0.2s;
  transition: sbox-shadow 0.2s;
  height: 45px;
  line-height: 32px;
}

.google-btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(66, 133, 244, 0.1);
  box-shadow: 0 2px 8px rgba(66, 133, 244, 0.1);
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}

.signup-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
}

.signup-link:hover {
  text-decoration: underline;
}

/* .payment-info-box {
  padding: 0 1rem 1rem 1rem;
} */

.payment-info-label {
  color: #3498db;
  font-weight: 600;
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.5px;
}
.payment-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.payment-info-row:last-child {
  margin-bottom: 0;
}

.payment-info-label-sm {
  color: #888;
  font-size: 14px;
}

.payment-info-value {
  font-weight: 600;
  color: #444;
  font-size: 14px;
}

.payment-info-amount {
  color: #3498db;
  font-size: 1.15rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.copy-btn {
  background: none;
  border: none;
  color: #3498db;
  font-size: 1.1rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.plane-img {
  display: block;
  margin: 1.2rem auto 0.5rem auto;
  width: 110px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.waiting-label {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-bottom: 1.1rem;
}

.info-text {
  text-align: center;
  color: #000;
  font-size: 0.98rem;
  margin-bottom: 1.2rem;
}

.btn-ok {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
  font-weight: normal;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  height: 45px;
  border: none;
  padding: 0.5rem 0;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-ok:active,
.btn-ok:focus,
.btn-ok:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  color: #fff !important;
}

#buyModal .modal-header {
  background-color: #f8f9fa;
}

#buyModal .modal-title {
  font-size: 18px;
}

#buyModal .btn {
  font-size: 14px;
  height: auto;
}

.account-title {
  font-weight: 500;
  font-size: 19px; /* reduced by 20% */
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #444;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.search-bar .form-check {
  min-height: 0;
}

.form-check-inline {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
}

.date-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: #f4f6fa;
  border-radius: 8px;
  padding: 5px 6px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  color: #444;
}

.date-select span {
  white-space: nowrap; /* Wag hayaan mag-break sa new line */
  overflow: hidden; /* I-hide ang sobra */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; /* Palitan ang sobra ng "..." */
  width: 40px;
}

@media (min-width: 300px) {
  .date-select span {
    width: 100%;
  }
}

.search-btn {
  background: #3686f7;
  border: 1px solid #3686f7;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 5px 18px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.search-btn:hover {
  background: #2563c9;
}

.order-table {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.order-table td {
  padding: 10px 0 6px 0;
  vertical-align: top;
  font-size: 14px;
}

.order-labels {
  color: #888;
  background: #f4f6fa;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.7;
  /* width: 38%; */
  min-width: 100px;
  padding-left: 10px;
  border-right: 0 !important;
}

.order-values text-end {
  color: #444;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
}

.order-link {
  color: #3686f7;
  text-decoration: underline;
  word-break: break-all;
  cursor: pointer;
}

.order-status {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 4px 8px;
  margin-left: 4px;
  vertical-align: middle;
}

.badge-waiting {
  background: #ff1414;
  color: #fff;
}

.badge-complete {
  background: #3686f7;
  color: #fff;
}

.badge-deposit {
  background: #ffc107;
  color: #fff;
}

@media (max-width: 576px) {
  .main-container {
    padding: 16px 10px;
  }
}

.qr-label-copy {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.label-buyer-info {
  font-size: 14px;
  font-weight: 600;
}

/* Modal custom styles */
.modal-order .modal-content {
  padding: 0 0 18px 0;
}

.modal-order .modal-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.modal-order .modal-body {
  padding-top: 10px;
  padding-bottom: 0;
}
.modal-order .order-bank {
  font-weight: 600;
  color: #444;
}
.modal-order .order-account {
  color: #444;
}

.modal-order .order-detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}
.modal-order .order-detail-label {
  color: #888;
  font-size: 13px;
}
.modal-order .order-detail-value {
  color: #444;
  font-size: 13px;
  font-weight: 500;
}
.modal-order .order-detail-value strong {
  font-weight: 700;
}
.modal-order .order-detail-value .order-equal {
  color: #888;
  font-weight: 400;
}
.modal-order .modal-footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-order .close-btn {
  width: 100%;
  background: #3686f7;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  padding: 10px 0;
  margin-top: 10px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.modal-order .close-btn:hover {
  background: #2563c9;
}

/* Footer Bar */
.footer-bar {
  background: #333;
  color: #bbb;
  width: 100% !important;
  font-size: 15px;
}

.footer-logo {
  height: 20px;
  width: auto;
}

.footer-divider {
  color: #888;
  font-size: 18px;
}

.footer-text {
  color: #bbb;
  font-size: 12px;
  letter-spacing: 0.01em;
}

/* Large device: width 576px and up */
@media (min-width: 576px) {
  .footer-text {
    font-size: 13px;
  }
}

.footer-bar .container {
  min-height: 48px;
}

/* Additional styles */

.wallet-address {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.balance-section {
  border-radius: 10px;
  margin-bottom: 15px;
}

.balance-label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  text-decoration: none;
}

.balance-amount {
  font-size: 28px;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #222;
  text-align: center;
  text-decoration: none;
}

.action-buttons-section a {
  text-decoration: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  height: 60px;
}

.action-buttons-section i {
  font-size: 14px;
  border-radius: 50%;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3px;
}

.action-buttons-section span {
  font-size: 13px;
  line-height: 1;
}

@media screen and (min-width: 350px) {
  .action-buttons-section a {
    height: 65px;
  }

  .action-buttons-section i {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 460px) {
  .action-buttons-section a {
    height: 80px;
  }

  .action-buttons-section i {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
}

.transfer-history-section {
  border-radius: 10px;
  margin-bottom: 10px;
}

.transfer-history__icon i {
  font-size: 18px;
  cursor: pointer;
}

.transfer-history-section h6 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.transfer-history-section span {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.input-send-section {
  margin-bottom: 15px;
}

.input-send-section .form-select {
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  height: 40px;
}

.input-send-section .input-group .form-control {
  font-size: 14px;
  padding: 0.375rem 0.4rem;
  height: 40px;
}

.input-send-section .input-group .input-group-text {
  font-size: 14px;
  color: #444;
}

.input-send-section .small {
  font-size: 13px;
}

.info-button-send-section {
  padding: 15px 0;
  border-radius: 10px;
  background-color: #eaf3fa;
  border: 2px solid #229ed9;
  margin-bottom: 15px;
}

.info-button-send-section i {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #229ed9;
  border: 1px solid #229ed9;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-button-send-section span {
  font-size: 19px; /* reduced by 20% */
  height: 31px;
  line-height: 31px;
  color: #222;
}

.info-button-send-section p {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.transaction-card .text-muted span {
  color: #888 !important;
}

.transaction-card .badge {
  font-size: 11px;
}

.list-group {
  border-radius: 10px;
}

.list-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-item-link small,
.list-item-link span {
  font-size: 14px;
}

.list-item-badge .badge {
  font-size: 11px;
}

.list-item-badge small {
  font-size: 13px;
}

.footer-fixed {
  border-top: 1px solid #eee;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  /* padding: 0 5px; */
}

.footer-fixed .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  gap: 6px;
  color: #444;
  width: 100px;
  height: 50px;
}

.footer-fixed .footer-link svg {
  font-size: 17px;
  width: 22px;
  height: 22px;
}

.footer-fixed .footer-link span {
  font-size: 12px;
  line-height: 1;
}

.footer-fixed .footer-link.active svg {
  color: #dcdde1;
}

/* Announcement Modal Styles - Compact Size */
.announcement-content {
  line-height: 1.6;
  font-size: 13px;
}

.announcement-content p {
  margin-bottom: 5px;
}

.announcement-content h6 {
  color: #229ed9;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 13px;
}

.announcement-content ul,
.announcement-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.announcement-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.announcement-content strong {
  color: #333;
  font-weight: 600;
}

.announcement-content .alert {
  border-radius: 8px;
  border: none;
  font-size: 12px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.announcement-content .alert i {
  font-size: 14px;
}

#announcementModal .modal-header {
  border-bottom: 2px solid #e9ecef;
  background-color: #f8f9fa;
  padding: 1rem;
}

#announcementModal .modal-title {
  color: #229ed9;
  font-weight: 600;
  font-size: 18px;
}

#announcementModal .modal-body {
  padding: 1rem;
}

#announcementModal .modal-footer {
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa;
  padding: 1rem;
}

#modalBadge {
  font-size: 11px;
  display: inline-block;
}

#modalDate {
  font-size: 12px;
  margin-left: 0.75rem;
  display: inline-block;
}

#modalTitle {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

/* P2P Transaction Layout Styles */
/* body {
  background-color: #1a1a1a;
  color: #ffffff;
} */

/* Currency Section */
.currency-section {
  /* margin-bottom: 10px; */
  color: #222; /* Changed to light text color */
}

.currency-card {
  /* background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%); */ /* Commented out dark gradient */
  background-color: #ffffff; /* Changed to white background */
  border-radius: 10px;
  padding: 0.8rem;
  border: 1px solid #e0e0e0; /* Changed to light border */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2px;
}

.currency-card:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Changed to light shadow */
}

.currency-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.usd-icon {
  background-color: #000000;
  color: #ffffff;
}

.tether-icon {
  background-color: #26a17b;
  color: #ffffff;
}

.bitcoin-icon {
  background-color: #f7931a;
  color: #ffffff;
}

.ethereum-icon {
  background-color: #627eea;
  color: #ffffff;
}

.bnb-icon {
  background-color: #f3ba2f;
  color: #ffffff;
}

.ada-icon {
  background-color: #0033ad;
  color: #ffffff;
}

.currency-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.currency-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222; /* Changed to dark text for light theme */
  margin-bottom: 2px;
}

.currency-source {
  font-size: 13px;
  color: #666; /* Changed to darker gray for light theme */
  margin-bottom: 4px;
}

.currency-value {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #222; /* Changed to dark text for light theme */
  text-wrap: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  max-width: 100%;
}

.currency-change {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.currency-change.positive {
  color: #ff4444;
}

.currency-change.negative {
  color: #00aa44;
}

.currency-change i {
  font-size: 14px;
}

/* Pagination Dots */
.pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc; /* Changed to light gray for light theme */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #26a17b; /* Kept teal color for active state */
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* P2P Header */
.p2p-header {
  margin-bottom: 1.5rem;
}

.p2p-title {
  font-size: 20px;
  font-weight: 700;
  color: #222; /* Changed to dark text for light theme */
  margin: 0;
}

/* P2P Transaction Cards */
.p2p-card {
  /* background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%); */ /* Commented out dark gradient */
  background-color: #ffffff; /* Changed to white background */
  border-radius: 10px;
  border: 1px solid #e0e0e0; /* Changed to light border */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p2p-card .card-header {
  background: transparent;
  border-bottom: 1px solid #e0e0e0; /* Changed to light border */
  padding: 1rem;
}

.transaction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.crypto-icon i {
  color: #009697;
  font-size: 16px;
}

.title-text {
  font-size: 16px;
  font-weight: 600;
  color: #222; /* Changed to dark text for light theme */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.transaction-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-size: 16px;
  line-height: 11px;
  color: #666; /* Changed to darker gray for light theme */
}

.transaction-type i {
  font-size: 16px;
}

.transaction-type span:not(.kyc-badge) {
  font-size: 13px;
  line-height: 1;
}

.kyc-badge {
  /* background-color: #26a17b; */
  color: #11c08a;
  padding: 0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.p2p-card .card-body {
  padding: 1rem;
}

.price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.price {
  font-size: 16px;
  font-weight: 700;
  color: #222; /* Changed to dark text for light theme */
}

.price-change {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.price-change.positive {
  color: #ff4444;
}

.price-change i {
  font-size: 10px;
}

/* .range-section {
  margin-bottom: 0.75rem;
} */

.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-size: 15px;
  color: #666; /* Changed to darker gray for light theme */
}

.range i {
  color: #009697;
  font-size: 13px;
}

.seller-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.seller-info .seller-name {
  font-size: 14px;
  font-weight: 600;
  color: #222; /* Changed to dark text for light theme */
}

.location {
  font-size: 14px;
  color: #666; /* Changed to darker gray for light theme */
}

.status-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  /* margin-bottom: 1rem; */
}

.status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-size: 13px;
  color: #666; /* Changed to darker gray for light theme */
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #11c08a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.status-dot.status-dot-red {
  background-color: #dc3545;
}

.action-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-transaction {
  /* background-color: #f5f5f5; */
  color: #222; /* Changed to dark text for light theme */
  border: 1px solid #e0e0e0; /* Added light border */
  border-radius: 8px;
  padding: 0.5rem 0.5rem;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-transaction:hover,
.btn-transaction:focus,
.btn-transaction:active,
.btn-transaction:hover i,
.btn-transaction:focus i,
.btn-transaction:active i {
  background-color: #3498db;
  color: #fff; /* Kept dark text */
}

.btn-transaction i {
  font-size: 14px;
  color: #222;
}

/* Swiper Customization */
.currency-swiper {
  padding: 0 0 22px 0;
}

.currency-swiper .swiper-slide {
  height: auto;
}

/* .currency-swiper .swiper-pagination {
  bottom: 0px;
} */

.currency-swiper .swiper-pagination-bullet {
  background-color: #ccc; /* Changed to light gray for light theme */
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.currency-swiper .swiper-pagination-bullet-active {
  background-color: #26a17b; /* Kept teal color for active state */
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.currency-swiper .swiper-pagination-bullet-active-main {
  background-color: #26a17b;
}

.currency-swiper .swiper-pagination-bullet-active-prev,
.currency-swiper .swiper-pagination-bullet-active-next {
  background-color: #26a17b;
  opacity: 0.7;
}

/* ===== Bootstrap 5 Tabs Custom Styling ===== */

.friend-list-tabs .nav-tabs,
.friend-gift-tab .nav-tabs,
.myteam-tab .nav-tabs,
.monetization-tab .nav-tabs {
  border: none;
  margin-bottom: 0;
}

.friend-list-tabs .nav-tabs .nav-item,
.friend-gift-tab .nav-tabs .nav-item,
.monetization-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.friend-list-tabs .nav-tabs .nav-link,
.friend-gift-tab .nav-tabs .nav-link,
.myteam-tab .nav-tabs .nav-link,
.monetization-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 12px;
  color: #6c757d;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.friend-list-tabs .nav-tabs .nav-link:hover,
.friend-gift-tab .nav-tabs .nav-link:hover,
.myteam-tab .nav-tabs .nav-link:hover,
.monetization-tab .nav-tabs .nav-link:hover {
  color: #495057;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  border: none;
}

.friend-list-tabs .nav-tabs .nav-link.active,
.friend-gift-tab .nav-tabs .nav-link.active,
.myteam-tab .nav-tabs .nav-link.active,
.monetization-tab .nav-tabs .nav-link.active {
  background: transparent;
  color: #222;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.friend-list-tabs .nav-tabs .nav-link.active::after,
.friend-gift-tab .nav-tabs .nav-link.active::after,
.myteam-tab .nav-tabs .nav-link.active::after,
.monetization-tab .nav-tabs .nav-link.active::after {
  content: "";
  display: block;
  margin: 6px auto 0 auto;
  width: 50px;
  height: 1px;
  border-radius: 2px;
  background: #222;
  position: relative;
}

.friend-list-tabs .nav-tabs .nav-link.active::before,
.friend-gift-tab .nav-tabs .nav-link.active::before,
.myteam-tab .nav-tabs .nav-link.active::before,
.monetization-tab .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
  border-radius: 12px;
}

/* Tab Content Styling */
.tab-content {
  padding-top: 20px;
}

.tab-pane {
  -webkit-animation: fadeInUp 0.4s ease-out;
  animation: fadeInUp 0.4s ease-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ===== Stablecoin Earnings Section (Mobile First) ===== */
.stablecoin-earnings-section {
  margin-top: 0.5rem;
}

.earnings-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
}

.earnings-subtitle {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.earnings-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* .earnings-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-color: #dee2e6;
} */

.earnings-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.earning-icon__small {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #eee;
}

.earnings-icon.usdt-icon {
  background-color: #26a17b;
  color: #ffffff;
}

.earnings-icon.usdc-icon {
  background-color: #2775ca;
  color: #ffffff;
}

.earnings-icon.usda-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.earnings-icon.eth-icon {
  background-color: #eee;
  color: #ffffff;
}

.earnings-icon.bnb-icon {
  background-color: #000;
  color: #ffffff;
}

.earnings-icon.sol-icon {
  background-color: #000;
  color: #ffffff;
}

.earnings-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.earnings-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.currency-symbol {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.network-tag {
  font-size: 13px;
  color: #6c757d;
  background: #f8f9fa;
  border-radius: 4px;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.network-tag.ethereum-tag {
  background: #e7f3ff;
  color: #0056b3;
  font-size: 0.55rem;
}

/* Badge Styles (Mobile First) */
.pink-badge,
.blue-badge {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pink-badge {
  color: #d63384;
  background: #fceef8;
  border: 1px solid #d63384;
}

.blue-badge {
  color: #0d6efd;
  background: #e7f1ff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.earnings-rate {
  font-size: 14px;
  font-weight: 600;
}

.earnings-rate.positive {
  color: #28a745;
}

.earnings-rate.negative {
  color: #dc3545;
}

.earnings-footer {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 0.5rem;
}

.earnings-note {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.more-link {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

.more-link:hover {
  color: #0056b3;
}

/* Update existing currency change colors to match the image */
.currency-change.positive {
  color: #dc3545; /* Red for positive */
}

.currency-change.negative {
  color: #28a745; /* Green for negative */
}

/* Revenue Section */

.revenue-info span {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.revenue-staking__amounts {
  margin-top: 0.5rem;
}

.revenue-staking__amounts span,
.revenue-summary__value span {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

/* ===== Staking Interface Styles ===== */

.staking-card {
  margin-bottom: 1rem;
}

.staking-header {
  margin-bottom: 1.5rem;
}

.staking-label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.staking-input-section {
  position: relative;
  margin-bottom: 0.5rem;
}

.staking-input {
  border: 1px solid #dee2e6;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 64px 6px 12px;
}

.staking-input::-webkit-input-placeholder {
  color: #6c757d;
}

.staking-input::-moz-placeholder {
  color: #6c757d;
}

.staking-input:-ms-input-placeholder {
  color: #6c757d;
}

.staking-input::-ms-input-placeholder {
  color: #6c757d;
}

.staking-input::placeholder {
  color: #6c757d;
}

.staking-currency {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.staking-address-section {
  margin-bottom: 0;
}

.address-label {
  font-size: 13px;
  color: #6c757d;
  line-height: 1;
}

.trust-nodes-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
}

.trust-nodes-label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.trust-nodes-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.trust-nodes-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.trust-nodes-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust-nodes-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.trust-nodes-apr {
  font-size: 16px;
  font-weight: 700;
  color: #10b981;
}

.benefits-section {
  margin-bottom: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.benefits-list li:last-child {
  margin-bottom: 0;
}

.staking-action {
  margin-top: 1rem;
}

.btn-stake {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: 0.5rem;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-stake:hover,
.btn-stake:focus,
.btn-stake:active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff7e6;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #ffe5b4;
}

.info-details i {
  font-size: 13px;
}

.info-details__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.info-details__item {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

/* ========= Quantify Styles ========= */

.quantify-asset {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem 0;
  border: 1px solid #dee2e6;
}

.quantify-asset__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.quantify-asset__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.quantify-asset__value {
  font-size: 14px;
  font-weight: normal;
  color: #212529bf;
}

/* Legacy quantify-start styles (kept for compatibility) */
.quantify-start {
  padding: 15px 0;
  border-radius: 10px;
  background-color: #eaf3fa;
  border: 2px solid #229ed9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantify-start__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

/* New Fancy Animated Button Styles */
.quantify-start-btn {
  position: relative;
  width: 100%;
  padding: 18px 24px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #229ed9 0%, #1a7db8 100%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(34, 158, 217, 0.3),
    0 2px 8px rgba(34, 158, 217, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantify-start-btn:hover {
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(135deg, #1a7db8 0%, #229ed9 100%);
  box-shadow: 0 8px 25px rgba(34, 158, 217, 0.4),
    0 4px 12px rgba(34, 158, 217, 0.3);
}

.quantify-start-btn:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 4px 15px rgba(34, 158, 217, 0.3);
}

.quantify-start-btn:focus {
  box-shadow: 0 4px 15px rgba(34, 158, 217, 0.3),
    0 0 0 3px rgba(34, 158, 217, 0.2);
}

.quantify-start-btn__icon {
  font-size: 20px;
  animation: rocket-bounce 2s infinite ease-in-out;
  display: inline-block;
}

.quantify-start-btn__text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.quantify-start-btn__shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.quantify-start-btn:hover .quantify-start-btn__shine {
  left: 100%;
}

/* Animations */
@keyframes rocket-bounce {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-3px) rotate(2deg);
  }
  50% {
    transform: translateY(-1px) rotate(-1deg);
  }
  75% {
    transform: translateY(-2px) rotate(1deg);
  }
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 4px 15px rgba(34, 158, 217, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(34, 158, 217, 0.5);
  }
  100% {
    box-shadow: 0 4px 15px rgba(34, 158, 217, 0.3);
  }
}

/* Success state animation (can be triggered with JavaScript) */
.quantify-start-btn.success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  animation: success-pulse 0.6s ease-out;
}

.quantify-start-btn.success .quantify-start-btn__icon {
  animation: none;
}

@keyframes success-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Loading state */
.quantify-start-btn.loading {
  pointer-events: none;
}

.quantify-start-btn.loading .quantify-start-btn__icon {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .quantify-start-btn {
    padding: 16px 20px;
    font-size: 14px;
  }

  .quantify-start-btn__text {
    font-size: 14px;
  }

  .quantify-start-btn__icon {
    font-size: 18px;
  }
}

.quantify-trading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantify-trading__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.quantify-table th {
  font-size: 13px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  font-weight: 400;
}

.quantify-table td {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
}

.quantify-table td:nth-child(2) {
  color: #3498db;
}

/* .quantify-table tbody tr:last-child td {
  border-bottom: none;
} */

.quantify-crypto__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.quantify-level__header span,
.quantify-crypto__header span {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #3498db;
  /* background: red; */
  padding: 0 0.3rem;
}

.quantify-level__header span::before,
.quantify-crypto__header span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translate(-100%);
  -ms-transform: translateY(-50%) translate(-100%);
  transform: translateY(-50%) translate(-100%);
  width: 35px;
  height: 12px;
  background-image: url(../image/icons/left-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quantify-level__header span::after,
.quantify-crypto__header span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%) translate(-100%);
  -ms-transform: translateY(-50%) translate(-100%);
  transform: translateY(-50%) translate(-100%);
  width: 35px;
  height: 12px;
  background-image: url(../image/icons/right-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.level-swiper {
  padding-top: 1rem;
  position: relative;
}

.level-swiper .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.level-swiper .swiper-button-next,
.level-swiper .swiper-button-prev {
  color: #222 !important;
  position: relative !important;
  cursor: pointer;
  width: auto;
  margin-top: 0;
}

.level-swiper .swiper-button-next i,
.level-swiper .swiper-button-prev i {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.level-swiper .swiper-button-next::after,
.level-swiper .swiper-button-prev::after {
  display: none !important;
}

.swiper-button-group span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  padding: 0 0.3rem;
}

.quantify-level__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.quantify-level__item .quantify-level__icon {
  width: 21px;
  height: 21px;
}

.quantify-level__item h5 {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.quantify-level__item span {
  font-size: 13px;
  font-weight: 500;
  color: #212529bf;
}

.quantify-crypto__list {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem;
}

.quantify-crypto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
  color: #222;
}

.quantify-crypto__link img {
  width: 40px;
  height: 40px;
}

.quantify-crypto__title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #222;
  text-align: center;
}

/* ========= Quantify History Styles ========= */

.quantify-history__card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
}

.quantify-history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.quantify-history__link {
  text-decoration: none;
}

.quantify-history__link span {
  font-size: 15px;
  vertical-align: top;
  line-height: 22px;
}

.quantify-history__icon {
  width: 24px;
  height: 24px;
}

.quantify-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quantify-history__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.quantify-history__value {
  font-size: 13px;
  font-weight: 500;
  color: #212529bf;
}

/* ========= Quantify Rule Styles ========= */

.rule-container p {
  margin-bottom: 0;
  line-height: 1.2;
}

.rule-container p span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

/* ========= Profile Styles ========= */

.profile-card {
  border-radius: 8px;
  margin-bottom: 10px;
}

.profile-card__vip {
  width: 40px;
  height: 40px;
}

.profile-card__vip img {
  width: 100%;
  height: auto;
}

.profile-card__vip span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.profile-card__vip-badge {
  background: #229ed9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 0.3rem 0.5rem;
}

.profile-card__logout {
  font-size: 13px;
}

.btn.profile-card__logout:active {
  background-color: #5c636a !important;
}

.profile-card__stat,
.profile-card__balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 0.7rem;
}

.profile-stat__amount,
.profile-balance__amount {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.profile-action__label,
.profile-stat__label,
.profile-balance__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.profile-card__line {
  width: 1px;
  height: 80%;
  background-color: #dee2e6;
  margin: 0 auto;
}

.profile-card__line.level {
  height: 50%;
  margin-top: calc(50% - 1px);
}

.profile-card__action {
  text-align: center;
  text-decoration: none;
}

.profile-action__icon {
  margin-bottom: 0.3rem;
}

.profile-action__icon img {
  width: 35px;
  height: 35px;
}

.profile-card__level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-decoration: none;
}

.profile-level__rank {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.profile-level__status,
.profile-level__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.profile-setting {
  margin: 1rem 0;
}

.profile-setting__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dee2e6;
  text-decoration: none;
}

.profile-setting__item:first-child {
  padding-top: 0;
}

.profile-setting__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.profile-setting__icon img {
  width: 25px;
  height: 25px;
}

.profile-setting__title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.profile-setting__item i {
  color: #222;
  font-size: 14px;
}

/* ========= Security Center Styles ========= */

.security-center {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.security-center__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dee2e6;
  text-decoration: none;
}

.security-center__item:first-child {
  padding-top: 0;
}

.security-center__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.security-center__value {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
}

.security-center__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.security-center__item i {
  color: #212529bf;
}

.security-bind {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.security-bind__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.security-bind__title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.security-password {
  position: relative;
  width: 100%;
}

.security-password__toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.security-bind__item .form-select {
  height: 40px;
}

/* ========= Details Level Styles ========= */

.details-level__container {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.details-level__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.details-level__item:nth-child(4) {
  margin-bottom: 0.8rem;
}

.details-level__item:last-child {
  margin-bottom: 0;
}

.details-level__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.details-level__value {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.details-level__record {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-level__record span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

/* ========= My Team Styles ========= */

.myteam-tab .tab-content {
  padding-top: 1rem;
}

.myteam-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.myteam-card__balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100px;
}

.myteam-card__line {
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
  margin: 0 auto;
}

.myteam-balance__amount {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.myteam-balance__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.myteam-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.myteam-member__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem 1rem;
}

.myteam-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;

  width: 130px;
}

.myteam-header__value {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

.myteam-header__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.myteam-member {
  border-radius: 10px;
}

.myteam-member__table th {
  font-size: 13px;
  background-color: #f8f9fa;
  border-block: 1px solid #dee2e6;
  font-weight: 400;
  white-space: nowrap;
}

.myteam-member__table td {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 0.5rem 0;
}

/* ========= Recharge Method Styles ========= */

.recharge {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.recharge-method {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.recharge-method__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dee2e6;
  text-decoration: none;
  color: #222;
}

.recharge-method__item:first-child {
  padding-top: 0;
}

.recharge-method__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.recharge-method__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recharge-method__title img {
  width: 30px;
  height: 30px;
}

.recharge-method__title span {
  margin-left: 0.3rem;
}

.recharge-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.recharge-select__label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.recharge-select .form-select {
  height: 40px;
}

.recharge-chain__label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.recharge-chain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.recharge-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.recharge-qr img {
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
}

.recharge-qr__label {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

/* ========= Funding Details Styles ========= */

.funding-details-tab {
  position: relative;
}

.funding-details-tab a {
  font-size: 19px;
  line-height: 31px;
  top: -2px;
  z-index: 100;
}

.funding-details-tab .nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.funding-details-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 0;
  /* min-width: 80px; */
  text-align: center;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #212529bf;
}

.funding-details-tab .nav-tabs .nav-link.active {
  position: relative;
  color: #222;
  font-weight: 600;
}

.funding-details-tab .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #222;
  left: 50%;
  transform: translateX(-50%);
}

.funding-details__select {
  margin-bottom: 10px;
}

.funding-details__select .form-select {
  height: 40px;
}

.funding-details__item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 10px;
}

.funding-details__crypto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.funding-details__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.funding-details__coin {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.funding-details__quantify {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.funding-quantify__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.funding-details__dtime {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.funding-dtime__text {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

/* ========= Digital Currency Withdrawal Styles ========= */

.withdrawal-wallet {
  margin-bottom: 16px;
}

.withdrawal-wallet .form-select {
  height: 40px;
}

.withdrawal-chain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 16px;
}

.withdrawal-chain__label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.withdrawal-address {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
}

.withdrawal-address__title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.withdrawal-address__input {
  position: relative;
}

.withdrawal-address__input i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #212529bf;
  font-size: 16px;
  cursor: pointer;
}

.withdrawal-amount {
  margin-bottom: 16px;
}

.withdrawal-amount__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
}

.withdrawal-amount__item h6 {
  font-size: 14px;
  font-weight: normal;
  color: #222;
  margin-bottom: 0;
}

.withdrawal-amount__item span {
  font-size: 14px;
  font-weight: normal;
  color: #212529bf;
}

.withdrawal-notice {
  padding-top: 1rem;
}

.withdrawal-notice__item {
  margin-bottom: 0.3rem;
}

.withdrawal-notice__item span {
  font-size: 14px;
  font-weight: normal;
  color: #212529bf;
}

/* ========= Common Problems Styles ========= */

.common-problems__container li {
  font-size: 14px;
  font-weight: normal;
  color: #222;
}

/* ========= Task Center Styles ========= */

.task-center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.task-head__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.task-head__title h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.task-head__title p {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.task-center-head img {
  width: 80px;
  height: auto;
}

.task-list__item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
}

.task-list__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.task-list__title span {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.task-list__count {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #ffc107;
  border-radius: 6px;
  padding: 4px 8px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-list__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.task-list__desc {
  font-size: 14px;
  font-weight: normal;
  color: #212529bf;
}

.task-list__btn .btn {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  height: auto;
  white-space: nowrap;
}

/* ========= Buy QRCode Styles ========= */

.buy-qrcode__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
}

.buy-qrcode__title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.buy-qrcode__header h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

/* ========= Financial Wallet Styles ========= */

.financial-details,
.financial-wallet {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}

.financial-wallet__item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.financial-wallet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.financial-wallet__value {
  font-size: 18px;
  font-weight: 600;
}

.financial-wallet__icon span {
  font-size: 14px;
  line-height: 21px;
  align-items: top;
  font-weight: normal;
  color: #212529bf;
}

.financial-wallet__icon i {
  font-size: 14px;
  line-height: 21px;
}

.financial-wallet__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.financial-wallet__button .btn {
  width: 33%;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #dee2e6;
}

.financial-wallet__button .btn:hover,
.financial-wallet__button .btn:active,
.financial-wallet__button .btn:focus {
  background-color: #5c636a !important;
  border: 1px solid #565e64 !important;
  color: #fff;
}

.financial-wallet__detail {
  margin-bottom: 1rem;
}

.financial-detail__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #222;
}

.financial-detail__value {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.financial-wallet__title {
  display: flex;
  align-items: center;
}

.financial-wallet__title img {
  width: 24px;
  height: 24px;
}

.financial-wallet__title span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.financial-details__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.financial-details__item {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.financial-details__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.financial-details__title img {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  width: 50px;
  height: 50px;
}

.financial-details__title span {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.financial-details__total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
}

.financial-total__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.financial-total__value {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.financial-order__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.financial-order__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.financial-order__value {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.financial-form__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.financial-form__total {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.financial-form__assets {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.financial-form__title {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

.financial-form__value {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.financial-form__unit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #212529bf;
}

.wallet-withdrawal__form .input-group-text,
.financial-deposit__form .input-group-text {
  font-size: 14px;
}

.wallet-withdrawal__form .form-select,
.financial-deposit__form .form-select {
  height: 40px;
}

.wallet-withdrawal__details p,
.financial-deposit__details p {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
  margin-bottom: 6px;
}

.wallet-deposit,
.wallet-withdrawal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}

.wallet-details__history table th {
  font-size: 13px;
  background-color: #f8f9fa;
  border-block: 1px solid #dee2e6;
  font-weight: 400;
  white-space: nowrap;
}

.wallet-details__history table td {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
}

.wallet-details__history .badge {
  font-size: 11px;
}

.wallet-withdrawal__warning {
  font-size: 13px;
  line-height: 1.2;
  color: #ef4000;
  margin-top: 4px;
}

.financial-wallet-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}

.financial-detail__item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem;
}

.financial-detail_title {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.financial-detail__list span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #222;
}

/* ========= Friend Gift Styles ========= */

.friend-head {
  border-radius: 8px;
  padding: 12px;
}

.friend-head__title,
.gift-head__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.3rem;
}

.friend-head__input,
.gift-head__input {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.friend-head__input .btn,
.gift-head__input .btn {
  height: 40px;
  text-wrap: nowrap;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.friend-list-tabs {
  margin-top: 1rem;
}

.friend-recent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.friend-recent__title {
  display: flex;
  flex-direction: column;
}

.friend-recent__text {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.friend-recent__desc {
  font-size: 13px;
  line-height: 1.4;
  color: #6c757d;
}

.friend-trans__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.friend-trans__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.friend-trans__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.friend-trans__avatar {
  width: 40px;
  height: 40px;
}

.friend-trans__avatar img {
  width: 100%;
  height: auto;
}

.friend-trans__details {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.friend-trans__top {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.friend-trans__details .badge--pink {
  color: #d63384;
  background: #fceef8;
  border: 1px solid #d63384;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.friend-trans__name {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.friend-trans__id {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.friend-trans__coin {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.friend-trans__coin-name {
  font-size: 11px;
  line-height: 1;
  background-color: #ffe1a0;
  border-radius: 8px;
  color: #a98104;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.3rem;
}

.friend-trans__coin-value {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #212529bf;
}

.friend-trans__icon i {
  color: #ffc107;
}

.friend-trans__icon i:not(.bi-star-fill) {
  color: #ccc;
}

.gift-card {
  border-radius: 8px;
}

.gift-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gift-header__title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.3rem;
}

.gift-header p {
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  color: #212529bf;
}

.gift-body {
  padding: 12px;
}

.gift-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift-body__form {
  margin-bottom: 10px;
}

.gift-warning {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0 1rem;
}

.gift-warning__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gift-warning__item i {
  color: #ffc107;
}

.gift-warning__content p {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #dc3545;
}

/* ========= Gift Amount Selection Styles ========= */

.gift-amount-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.gift-currency-info {
  display: flex;
  align-items: center;
}

.gift-currency-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-right: 0.5rem;
}

.gift-amount-value {
  font-size: 14px;
  color: #212529bf;
  font-weight: 500;
}

.gift-quantity__controls {
  display: flex;
  align-items: center;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #dee2e6;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6c757d;
  font-size: 14px;
  transition: all 0.2s ease;
}

.quantity-btn.quantity--decrease {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.quantity-btn.quantity--increase {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quantity-input {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  background: white;
  outline: none;
  border-left: 0;
  border-right: 0;
}

.gift-total-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gift-total__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #212529bf;
  font-size: 14px;
  font-weight: 500;
}

.gift-total__amount {
  font-size: 20px;
  font-weight: 700;
  color: #198754;
}

.gift-total__amount::after {
  content: "";
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  margin-left: 0.25rem;
}
