/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : Netsea
* Version  : 1.0
* Author   : Themeland
* Support  : hridoy1272@gmail.com
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Jost    : https://fonts.google.com
* Poppins : https://fonts.google.com
*
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
/*----------------------------------------------

[ALL CONTENTS]

1. Import
2. Root
3. Reset
4. General 
5. Section 
6. Helper Class
7. Header
8. Feature
9. Footer
10. Blog
11. All Media Queries

----------------------------------------------*/
/*----------------------------------------------
1. Import
----------------------------------------------*/
/* #region Import */
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(all.min.css);
@import url(icons.min.css);
@import url(slider.min.css);
/* #endregion Import */

.auth-area {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 40px 0 60px;
}

.referral-area {
  padding: 30px 0 70px;
}

.referral-code-area {
  padding: 26px 0 30px;
}

.referral-code-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 16px;
  margin-top: 24px;
}

.referral-code-card,
.referral-qr-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,35,54,0.96), rgba(11,24,39,0.96));
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.referral-code-label,
.referral-qr-card small {
  display: block;
  color: var(--primary-p-color);
  font-size: 11px;
}

.referral-code-value {
  display: block;
  margin: 10px 0 24px;
  color: var(--primary-color);
  font-size: clamp(24px, 5vw, 38px);
  letter-spacing: 0.08em;
}

.referral-link-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 22px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
}

.referral-link-box span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: var(--white-color);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.referral-qr-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.referral-qr {
  width: 240px;
  max-width: 100%;
  margin: 14px auto;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 767px) {
  .referral-code-layout {
    grid-template-columns: 1fr;
  }
}

.referral-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.referral-summary-card,
.referral-node-card {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
}

.referral-summary-card span,
.referral-node-heading span {
  display: block;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.referral-summary-card strong {
  display: block;
  margin-top: 10px;
  color: var(--white-color);
  font-size: 20px;
  overflow-wrap: anywhere;
}

.referral-summary-card small,
.referral-node-row small {
  display: block;
  margin-top: 8px;
  color: var(--primary-p-color);
  overflow-wrap: anywhere;
}

.referral-node-card {
  margin-top: 20px;
}

.referral-node-heading,
.referral-node-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.referral-node-heading h4 {
  margin-top: 8px;
  color: var(--white-color);
}

.referral-node-capacity {
  color: var(--white-color) !important;
  font-size: 16px !important;
}

.referral-node-list {
  margin-top: 12px;
}

.referral-node-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.referral-node-row:last-child {
  border-bottom: 0;
}

.referral-node-row strong {
  color: var(--white-color);
}

.referral-node-statuses {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.referral-node-statuses span {
  padding: 5px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
}

.referral-node-statuses .is-active {
  color: #071b12;
  background: #20c878;
}

.referral-node-statuses .is-pending {
  color: #fff;
  background: #e5484d;
}

.rewards-area {
  padding: 30px 0 70px;
}

.reward-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.reward-box {
  min-height: 170px;
  padding: 20px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  color: var(--white-color);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.reward-box.is-open:hover {
  border-color: var(--primary-color);
  background: rgba(132,94,247,0.14);
  transform: translateY(-4px);
}

.reward-box.is-claimed {
  opacity: 0.6;
  cursor: default;
}

.reward-box-icon,
.reward-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: rgba(132,94,247,0.16);
  color: var(--primary-color);
  font-size: 24px;
}

.reward-box strong,
.reward-box small {
  display: block;
}

.reward-box small {
  margin-top: 8px;
  color: var(--primary-p-color);
}

.reward-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 42px 20px;
  border: 1px dashed rgba(255,255,255,0.16);
  border-radius: 18px;
  color: var(--primary-p-color);
  text-align: center;
}

.reward-empty i {
  color: var(--primary-color);
  font-size: 26px;
}

.reward-empty strong {
  color: var(--white-color);
}

.reward-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1060;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.reward-modal.is-open {
  display: flex;
}

.reward-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.reward-modal-card {
  position: relative;
  width: min(100%, 390px);
  padding: 30px 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: #141221;
  color: var(--white-color);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.reward-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--white-color);
  font-size: 26px;
  cursor: pointer;
}

.reward-modal-card > span:not(.reward-modal-icon) {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reward-modal-card h3 {
  margin: 10px 0;
}

.reward-modal-card p {
  color: var(--primary-p-color);
}

@media (max-width: 767px) {
  .referral-summary-grid {
    grid-template-columns: 1fr;
  }

  .referral-node-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .referral-node-statuses {
    justify-content: flex-start;
  }
}

.intro-redirect-countdown {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.intro-redirect-countdown strong {
  color: var(--primary-color);
  font-size: 16px;
}

.level-area {
  padding: 30px 0 60px;
}

.level-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.level-card {
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
}

.level-label,
.level-table-heading span {
  display: block;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.level-name {
  display: block;
  margin-top: 10px;
  color: var(--white-color);
  font-size: 28px;
}

.level-card p,
.level-card small,
.level-requirement,
.level-row span,
.level-row small {
  color: rgba(255,255,255,0.7);
}

.level-progress {
  height: 8px;
  margin: 22px 0 10px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
}

.level-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-color);
}

.level-table-card {
  margin-top: 20px;
}

.level-table-heading h4 {
  margin-top: 8px;
  color: var(--white-color);
}

.level-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.level-row:last-child {
  border-bottom: 0;
}

.level-row strong {
  color: var(--white-color);
}

.level-row.is-current strong {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .level-overview-grid,
  .level-row {
    grid-template-columns: 1fr;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-account-link {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1;
}

.header-account-link:hover {
  color: var(--primary-color);
}

.auth-card {
  width: min(100%, 460px);
  margin: 0 auto;
  padding: 30px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
}

.auth-card > span {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-card h3 {
  margin: 10px 0 24px;
  color: var(--white-color);
}

.auth-form label {
  display: block;
  margin: 16px 0 8px;
  color: var(--white-color);
  font-weight: 700;
}

.auth-form .form-control {
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--white-color);
}

.auth-form .content-btn,
.auth-card > .content-btn {
  width: 100%;
  margin-top: 24px;
}

.auth-link {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.72);
  text-align: center;
}

.auth-link a,
.auth-card .alert a {
  color: var(--primary-color);
  font-weight: 700;
}

.wallet-import-form {
  display: grid;
  gap: 10px;
}

.wallet-import-form .form-control {
  min-width: 220px;
  height: 46px;
}

.wallet-dashboard-balance {
  display: grid;
  gap: 8px;
}

.wallet-dashboard-balance .wallet-created-balance {
  font-size: 24px;
}

.send-balance-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  color: var(--white-color);
}

.send-balance-card span {
  color: rgba(255,255,255,0.7);
}

.send-balance-card strong {
  color: var(--primary-color);
}

.swap-input-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.swap-input-row strong {
  color: var(--primary-color);
}

.swap-quote {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: var(--white-color);
  font-weight: 700;
  text-align: center;
}

.swap-notice {
  font-size: 12px;
}

.receive-card {
  text-align: center;
}

.receive-qr-wrap {
  display: inline-flex;
  padding: 12px;
  margin: 4px auto 16px;
  background: #fff;
  border-radius: 14px;
}

.receive-qr-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.receive-help {
  color: rgba(255,255,255,0.7);
}

.receive-address-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  text-align: left;
}

.receive-address-row span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--white-color);
  font-size: 12px;
}

.receive-copy-status {
  min-height: 20px;
  margin-top: 8px;
  color: var(--primary-color);
  font-size: 12px;
}

.wallet-quick-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.wallet-quick-actions a {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
}

.wallet-quick-actions a i {
  color: var(--primary-color);
  font-size: 18px;
}

.wallet-quick-actions a:hover {
  border-color: var(--primary-color);
  background: rgba(255,255,255,0.05);
}

@media (max-width: 575px) {
  .wallet-quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wallet-tabs {
  margin-top: 24px;
  padding: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
}

.wallet-tab-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.wallet-tab-button {
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: transparent;
  color: var(--white-color);
  cursor: pointer;
}

.wallet-tab-button.is-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.wallet-tab-panel {
  display: none;
}

.wallet-tab-panel.is-active {
  display: block;
}

.wallet-token-row,
.wallet-nft-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: var(--white-color);
}

.wallet-token-row small,
.wallet-nft-row small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.65);
}

.wallet-nft-row .wallet-nft-countdown {
  color: var(--primary-color);
  font-weight: 700;
}

.wallet-nft-row img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
}

.wallet-nft-row > div {
  flex: 1;
  min-width: 0;
}

.nft-details-area {
  padding: 30px 0 60px;
}

.nft-details-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  gap: 20px;
  margin-top: 24px;
}

.nft-details-card {
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
}

.nft-details-summary img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}

.nft-details-card h4,
.nft-details-card p,
.nft-detail-stat span,
.nft-detail-stat strong,
.nft-transactions-heading span,
.nft-transactions-heading h4,
.nft-transaction-row strong,
.nft-transaction-row small {
  color: var(--white-color);
}

.nft-details-summary h4 {
  margin-bottom: 12px;
}

.nft-details-summary p {
  margin-bottom: 8px;
  opacity: 0.75;
}

.nft-balance-highlight {
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid rgba(32,200,120,0.35);
  border-radius: 14px;
  background: rgba(32,200,120,0.08);
}

.nft-balance-highlight span {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  text-transform: uppercase;
}

.nft-balance-highlight strong {
  display: block;
  margin-top: 5px;
  color: #20c878;
  font-size: 20px;
}

.nft-mine-form {
  margin-top: 18px;
}

.nft-mine-form .content-btn {
  width: 100%;
}

.nft-mining-status {
  margin-top: 10px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.nft-mining-status.is-limit {
  color: #e5484d;
}

.nft-mine-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.nft-mine-modal.is-open {
  display: flex;
}

.nft-mine-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.nft-mine-modal-card {
  position: relative;
  width: min(100%, 420px);
  padding: 28px;
  border-radius: 20px;
  background: #15121e;
  color: var(--white-color);
}

.nft-mine-modal-card > span {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nft-mine-modal-card h3 {
  margin: 10px 0 14px;
}

.nft-mine-modal-card p {
  color: rgba(255,255,255,0.7);
}

.nft-mine-modal-limit {
  margin: 16px 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.75);
}

.nft-mine-modal-limit strong {
  color: var(--white-color);
}

.nft-mine-modal-card #confirmNftMine {
  width: 100%;
}

.nft-detail-stat {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nft-detail-stat:last-child {
  border-bottom: 0;
}

.nft-detail-stat span,
.nft-transactions-heading span {
  display: block;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nft-detail-stat strong {
  display: block;
  margin-top: 6px;
  word-break: break-all;
}

.nft-address-copy-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nft-address-copy-row strong {
  flex: 1;
  min-width: 0;
}

.nft-address-copy-row .btn {
  flex-shrink: 0;
  padding: 8px 10px;
}

.nft-address-copy-status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: var(--primary-color);
}

.nft-profit-loss.profit strong {
  color: #20c878;
}

.nft-profit-loss.loss strong {
  color: #e5484d;
}

.nft-profit-loss strong i {
  margin-right: 6px;
  font-size: 14px;
}

.nft-transactions-card {
  margin-top: 20px;
}

.nft-transactions-heading h4 {
  margin-top: 8px;
}

.nft-transactions-list {
  margin-top: 18px;
}

.nft-transaction-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nft-transaction-row small {
  display: block;
  margin-top: 6px;
  opacity: 0.65;
}

.nft-transaction-amount {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .nft-details-grid {
    grid-template-columns: 1fr;
  }

  .nft-transaction-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .nft-transaction-amount {
    text-align: left;
  }
}
/*----------------------------------------------
2. Root
----------------------------------------------*/
/* #region Root */
:root {
  --primary-font: 'Jost', sans-serif;
  --secondary-font: 'Poppins', sans-serif;
  --h1-size: 1.6rem;
  --h1-weight: 900;
  --h2-size: 1.5rem;
  --h2-weight: 700;
  --h3-size: 1.3rem;
  --h3-weight: 600;
  --h4-size: 1.2rem;
  --h4-weight: 600;
  --h5-size: 1rem;
  --h5-weight: 600;
  --h6-size: 1rem;
  --h6-weight: 600;
  --p-size: 14px;
  --p-weight: 400;
  --header-bg-color: #0d1b2a;
  --primary-color: #34d6c0;
  --secondary-color: #4d7cff;
  --white-color: #f9f9f9;
  --black-color: #040402;
  --grey-color: #f3f5f7;
  --dark-grey-color: #191919;
  --primary-t-color: #f5f5f5;
  --secondary-t-color: #f5f5f5;
  --primary-p-color: #91a5bb;
  --secondary-p-color: #d6e2ee;
  --primary-b-color: #f5f5f5;
  --primary-l-color: rgba(0, 0, 0, .12);
  --secondary-l-color: rgba(255, 255, 255, 0.12);
  --primary-bg-color: #07111f;
  --primary-bg-color-2: #eeeeee;
  --primary-bg-color-3: #e5e5e5;
  --secondary-bg-color: #06101c;
  --secondary-bg-color-2: #111111;
  --secondary-bg-color-3: #191919;
  --card-bg-color: #0f1d2e;
  --footer-bg-color: #0b1726;
}

/* #endregion Root */
/*----------------------------------------------
3. Reset
HTML5 display-role reset for older browsers
----------------------------------------------*/
/* #region Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: var(--primary-p-color);
  background-color: var(--primary-bg-color);
  padding-right: 0 !important;
}

html, body {
  scrollbar-width: thin;
  scrollbar-color: var(--footer-bg-color) var(--primary-bg-color);
}

body.odd {
  background-color: var(--secondary-bg-color);
}

body:not(.page-template) .odd:not(.comment) {
  color: #8E8E8E;
}

body.page-template .odd {
  color: var(--white-color);
}

ol,
ul {
  padding-left: 20px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

pre,
code {
  display: block;
  margin: 1rem 0;
  color: var(--primary-color);
}

blockquote,
q {
  display: block;
  margin: 1rem 0;
  quotes: none;
  quotes: none;
  font-style: italic;
  padding: 1rem 1.5rem;
  border-left: 5px solid var(--primary-bg-color-3);
}

.odd blockquote,
q {
  border-left: 5px solid var(--secondary-bg-color-3);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

blockquote p,
q p {
  margin: 0;
}

figure {
  margin-bottom: 1.5rem;
}

figcaption {
  margin-bottom: 1.5rem;
  font-style: italic;
  padding: 1rem 1.5rem;
  border-left: 5px solid var(--primary-bg-color-3);
}

.odd figcaption {
  border-left: 5px solid var(--secondary-bg-color-3);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #endregion Reset */
/*----------------------------------------------
4. General
----------------------------------------------*/
/* #region General */
::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a:hover:not(.btn),
a:active:not(.btn) {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  text-decoration: none;
}

a:not([href]),
a:not([href]):hover,
a:not([href]) i,
a:not([href]) i:hover {
  color: var(--primary-b-color);
}

p {
  margin: .8rem 0;
  font-size: var(--p-size);
  font-weight: var(--p-weight);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.odd:not(.comment) p {
  color: var(--white-color);
}

.page-template .odd p {
  opacity: 0.7;
}

.swiper-wrapper.odd p {
  opacity: 0.8;
}

h1 {
  margin-bottom: 1rem;
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 em {
  display: block;
  font-size: var(--h2-size);
  font-weight: 300;
}

h2 {
  margin: 1rem 0;
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.odd h2 {
  color: var(--white-color);
}

h3 {
  margin: 1rem 0;
  font-size: var(--h3-size);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 {
  margin: .8rem 0;
  font-size: var(--h4-size);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.odd h4 {
  color: var(--secondary-t-color);
}

h5 {
  margin: .8rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 {
  margin: .8rem 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

b, strong {
  font-weight: 700;
}

li {
  margin: 0.5rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: var(--primary-p-color) !important;
}

:-ms-input-placeholder {
  color: var(--primary-p-color) !important;
}

::-ms-input-placeholder {
  color: var(--primary-p-color) !important;
}

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

table {
  border-collapse: separate;
  border-spacing: 10px;
}

table td {
  padding: 10px 0;
}

table th {
  padding: 10px 0;
}

dt {
  margin: 15px 0;
}

address {
  margin-bottom: 1rem;
}

form {
  width: 100%;
}

form label {
  width: 100%;
}

input, textarea, select {
  width: 100%;
  height: 50px;
  background: no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.7rem 1rem;
  border-color: var(--primary-l-color);
  border-width: 2px;
  border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
  background: no-repeat;
  color: inherit;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  border-color: var(--primary-p-color);
  color: var(--primary-p-color);
}

input:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}

input[type="radio"] {
  height: initial;
}

input[type="submit"] {
  border: 1px solid;
  padding: 2.5px 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  text-align: center;
  color: var(--primary-color);
}

input[type="submit"]:hover {
  background-color: var(--primary-color);
  color: var(--primary-b-color);
  border-color: var(--primary-color);
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

textarea {
  height: 100px;
  resize: none;
  border-color: var(--primary-p-color);
  color: var(--primary-t-color);
}

textarea:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 1.2;
  border-color: var(--primary-l-color);
  color: var(--primary-t-color);
}

select option {
  color: #2f323a;
}

select:focus {
  border-color: var(--primary-t-color);
  color: var(--primary-t-color);
}

hr {
  margin: 15px 0;
  border-top: 1px dashed var(--primary-l-color);
}

.odd hr {
  margin: 35px 15px;
  border-top: 1px dashed var(--secondary-l-color);
}

table {
  width: 100%;
}

tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: var(--primary-l-color);
}

.odd tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: var(--secondary-l-color);
}

td {
  padding: 10px 0;
}

/* #endregion General */
/*----------------------------------------------
5. Section
----------------------------------------------*/
/* #region Section */
section {
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

section.no-hero {
  padding: 150px 0 130px;
}

section#slider:not(.bg-inherit) {
  background-color: var(--hero-bg-color);
}

main {
  padding: 0;
}

aside {
  padding: 0;
}

.container {
  padding: 0;
  max-width: 1170px;
}

.container.header {
  max-width: 1140px;
}

.container.full {
  max-width: 100%;
}

.container.full-grid {
  padding: 0;
  max-width: calc(100% - 30px);
  margin: 0 15px;
}

.container.smaller {
  max-width: 970px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.vh-100 {
  height: 100vh;
}

.vh-75 {
  height: 75vh;
}

.clearfix {
  display: block;
  content: "";
  clear: both;
}

/* #endregion Section */
/*----------------------------------------------
6. Helper Class
----------------------------------------------*/
/* #region Helper Class */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  z-index: 9999;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .preloader-inner .preloader-icon {
  display: inline-block;
  height: 72px;
  width: 72px;
  padding: 0px;
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  height: 72px;
  width: 72px;
  border-radius: 100%;
  background: var(--primary-color);
  -webkit-animation: preloader-fx 1.6s linear infinite;
          animation: preloader-fx 1.6s linear infinite;
}

.preloader .preloader-inner .preloader-icon span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
}

.intro {
  margin-bottom: 60px;
}

.intro span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.intro span::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 30px;
  background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro h1:first-child, .intro h2:first-child, .intro h3:first-child {
  margin-top: 0;
}

.intro p {
  margin-top: .5rem;
}

.intro.text-center span::after {
  content: none;
}

.list-group-item {
  margin: 0;
  background: none;
  font-size: 1rem;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border-color: var(--card-bg-color);
}

.list-group-item:first-child {
  border: none;
}

.list-group-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-group-item .badge.circle {
  background-color: var(--card-bg-color);
}

.post-holder {
  list-style: none;
  width: 100%;
  border-left: 5px solid var(--primary-color);
  background-color: var(--card-bg-color);
  padding: 25px;
  margin-top: 35px;
}

.posted-on a:not(.btn) {
  font-weight: 600;
}

.sidebar .item:not(:last-child) {
  margin-bottom: 35px;
}

.sidebar ol {
  list-style: none;
  padding: 0;
}

.sidebar ol ol {
  padding: 15px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul.children {
  padding: 0;
}

.sidebar ul li:not(.nav-item):not(.list-group-item) {
  position: relative;
  padding-left: 0;
}

.sidebar ul li a:not(.btn) {
  color: var(--primary-p-color);
  overflow-wrap: break-word;
}

.sidebar ul li a:not(.btn):hover {
  color: var(--primary-color);
}

.sidebar ul ul {
  padding: 15px;
}

.sidebar ul ul li:not(.nav-item):not(.list-group-item):not(.cat-item) {
  padding-left: 20px;
}

.sidebar li:hover::before {
  background-color: var(--primary-color);
}

.sidebar .sub-menu {
  padding: 0;
}

.sidebar .title {
  width: 100%;
  margin-top: 0;
  list-style: none;
}

.list-group .list-group-item .icon {
  color: var(--primary-color);
  margin-right: 15px;
  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;
}

.post-details .blog-thumb img {
  border-radius: 4px;
}

.post-details blockquote {
  margin: 1rem 2rem;
  padding: 2rem 1.5rem;
  border-left: 5px solid var(--primary-color);
  font-size: 1.2rem;
  color: var(--primary-color);
  background-color: rgba(1, 114, 128, 0.05);
}

@media (max-width: 575px) {
  .post-details blockquote {
    font-size: 100%;
  }
}

.post-details .sidebar .title {
  position: relative;
  font-weight: 700;
}

.post-details .sidebar .title::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  background-color: var(--primary-color);
  left: 3px;
  top: calc(100% + 6px);
}

.btn {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1;
  text-align: center;
  padding: 12px 24px;
  border: 0 none;
  border-radius: 100px;
  outline: 0 none;
  cursor: pointer;
  z-index: 1;
}

.btn:hover, .btn:focus, .btn:active {
  color: var(--white-color);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered {
  background: transparent none repeat scroll 0 0;
  color: var(--white-color);
}

.btn.btn-bordered::before {
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
  top: -2px;
  left: -2px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
}

.btn.btn-bordered:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: var(--primary-bg-color) none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn.btn-bordered:hover, .btn.btn-bordered:focus, .btn.btn-bordered.active {
  color: #fff;
}

.btn.btn-bordered:hover::after, .btn.btn-bordered:focus::after, .btn.btn-bordered.active::after {
  opacity: 0;
}

.btn.btn-bordered-white {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
}

.btn.btn-bordered-white::after {
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
  top: -2px;
  left: -2px;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus {
  border-color: transparent;
  outline: 0 none;
}

.btn.btn-bordered-white:hover::after, .btn.btn-bordered-white:focus::after {
  opacity: 1;
}

.btn.content-btn {
  padding: 0;
  font-weight: 600;
  color: var(--primary-t-color);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 15px;
}

.btn.content-btn::before {
  position: absolute;
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.btn.content-btn::after {
  position: absolute;
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.btn.content-btn:hover {
  color: var(--primary-color);
}

.btn.content-btn:hover::before {
  right: -10px;
  opacity: 1;
}

.btn.content-btn:hover::after {
  right: -20px;
  opacity: 0;
}

.button-group {
  margin-top: 25px;
}

.button-group a {
  margin-right: 10px;
}

.button-group a:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .button-group a {
    margin-top: 0;
    margin-right: 5px;
  }
  .button-group a .btn {
    padding: 12px 20px;
  }
}

.shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 0;
  direction: ltr;
  overflow: hidden;
  z-index: -1;
}

.shape.shape-bottom svg {
  display: block;
  height: 275px;
  width: calc(228% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-grey {
  background-color: var(--grey-color);
}

.bg-grey input, .bg-grey textarea {
  background-color: var(--white-color);
}

.bg-dark {
  background-color: #121212 !important;
}

/* #endregion Helper Class */
/*----------------------------------------------
7. Header
----------------------------------------------*/
/* #region Header */
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  background-color: var(--header-bg-color);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  z-index: 1000;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.header-area .logo-wrapper a {
  display: block;
}

.header-area .back-button a {
  display: inline-block;
  padding: 1rem;
  height: 100%;
  font-size: .9rem;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area .back-button a:hover {
  color: var(--primary-color);
}

.header-area .search-form {
  position: relative;
  z-index: 1;
}

.header-area .search-form form {
  position: relative;
  z-index: 1;
}

.header-area .search-form form .form-control {
  height: 32px;
  max-width: 190px;
  background-color: var(--header-bg-color);
  padding: 10px 15px;
  padding-left: 35px;
  font-size: 12px;
  color: var(--primary-p-color);
  border: 2px solid var(--card-bg-color);
}

.header-area .search-form form .form-control:focus {
  -webkit-box-shadow: 0 0 5px var(--primary-color);
          box-shadow: 0 0 5px var(--primary-color);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-area .search-form form .form-control {
    width: 240px;
    max-width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .search-form form .form-control {
    width: 280px;
    max-width: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .search-form form .form-control {
    width: 280px;
    max-width: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-area .search-form form .form-control {
    width: 350px;
    max-width: 350px;
  }
}

.header-area .search-form form button {
  position: absolute;
  top: 1px;
  left: 10px;
  height: 30px;
  width: 18px;
  background-color: transparent;
  color: var(--primary-p-color);
  border: 0;
  z-index: 10;
}

.header-area .search-form form button:focus {
  outline: none;
}

.header-area .navbar-toggler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 26px;
  padding: .5rem 0;
  cursor: pointer;
  z-index: 1;
}

.header-area .navbar-toggler span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 2px;
  width: 22px;
  min-width: 22px;
  background-color: var(--primary-p-color);
  margin-bottom: 4px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.header-area .navbar-toggler span:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  min-width: 12px;
}

.header-area .navbar-toggler span:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  width: 17px;
  min-width: 17px;
  margin-bottom: 0;
}

.header-area .navbar-toggler:hover span, .header-area .navbar-toggler:focus span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  min-width: 22px;
}

.netsea-offcanvas-wrap {
  width: 300px;
  background-color: rgba(9, 8, 13, 0.9);
  border-right: 0;
}

.netsea-offcanvas-wrap .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}

.netsea-offcanvas-wrap .offcanvas-body {
  scrollbar-width: thin;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-profile .profile-thumb {
  position: relative;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-profile .profile-thumb span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 10px;
  right: 0;
  height: 1.3rem;
  width: 1.3rem;
  font-size: 9px;
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-profile .profile-info p {
  color: var(--white-color);
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav {
  position: relative;
  margin: 3rem 0;
  z-index: 1;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li {
  list-style: none;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .65rem 1rem;
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: .375rem;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li a i {
  display: inline-block;
  font-size: 1rem;
  color: var(--primary-color);
  margin-right: 0.5rem;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li a:hover, .netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li:last-child a {
  margin-bottom: 0;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu {
  position: relative;
  z-index: 1;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu ul {
  display: none;
  padding-left: 1rem;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu ul li a {
  font-size: 13px;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  width: 100%;
  padding-right: 1rem;
  font-size: 12px;
  color: var(--white-color);
  line-height: 41px;
  text-align: right;
  border-radius: .375rem;
  cursor: pointer;
  z-index: 10;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn i {
  display: inline-block;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn:hover, .netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn.active {
  background-color: rgba(255, 255, 255, 0.15);
}

.netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li.netsea-dropdown-menu .dropdown-trigger-btn.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pwa-install-alert {
  position: fixed;
  top: 62px;
  right: 12px;
  max-width: 18rem;
  background-color: var(--card-bg-color);
  border: 0;
  border-radius: 6px;
  z-index: 999;
}

.pwa-install-alert .toast-body {
  padding: 1.25rem;
}

.pwa-install-alert .toast-body .content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
  margin-right: 0.5rem;
}

.pwa-install-alert .toast-body span {
  font-size: 13px;
}

.pwa-install-alert .close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 10;
}

.pwa-install-alert .close span {
  font-size: 18px;
  color: var(--white-color);
}

/* #endregion Header */
/*----------------------------------------------
8. Feature
----------------------------------------------*/
/* #region Feature */
.icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 2.5rem;
  display: block;
  margin: auto;
}

.icon.smaller {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}

.icon.bigger {
  width: 7rem;
  height: 7rem;
  margin: 0;
  font-size: 6.5rem;
  line-height: 7rem;
  font-weight: bold;
}

.icon.circle {
  border-radius: 100px;
  font-size: 28px;
}

.icons {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
}

.items .item {
  margin-top: 20px;
}

.nft-load-more {
  margin-top: 28px;
}

.nft-load-more .btn {
  min-width: 128px;
}

.clip-text,
.text-effect,
.intro span,
.hero-section span,
.share-list .nav-link i {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-text, .btn, .blog .pagination > li.active > a,
.text-effect,
.intro span,
.hero-section span,
.share-list .nav-link i,
.blog-details .pagination > li.active > a {
  background-image: linear-gradient(165deg, var(--secondary-color) 0%, var(--primary-color) 78%);
}

.card-columns {
  margin: 0 15px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.card-columns .card {
  margin-bottom: 30px;
}

.card {
  padding: 1rem;
  border: none;
  border-radius: 8px;
  background-color: var(--card-bg-color);
  -webkit-box-shadow: 0 3px 20px 0px var(--primary-l-color);
          box-shadow: 0 3px 20px 0px var(--primary-l-color);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.card .card-img-top {
  border-radius: 6px;
}

.card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 25px 0 0;
}

.card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  margin-top: 0;
}

.card .card-body .card-bottom span {
  color: var(--white-color);
}

.card .card-footer {
  border-radius: 0;
  background: none;
  padding: 30px 0;
  margin: 0 30px;
  border-top: 1px solid var(--primary-l-color);
}

.card .card-footer a {
  margin: 0 10px;
}

.card .card-footer a:not(.btn) {
  color: var(--primary-p-color);
}

.card .card-footer .card-footer i {
  margin: 0 5px 2.5px;
}

.card:hover .card-footer {
  color: #f5f5f5;
  border-color: rgba(255, 255, 255, 0.25);
}

.card.no-hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card.no-hover:hover {
  -webkit-transform: inherit;
          transform: inherit;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card:not(.no-hover):hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.card.blog-card .blog-thumb img {
  border-radius: 6px;
}

.card.blog-card .blog-content a {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card.blog-card .blog-content a h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card.blog-card .blog-content a:hover {
  color: var(--primary-color);
}

.card.blog-card .blog-content a:hover h4 {
  color: var(--primary-color);
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 40px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background-color: var(--primary-p-color);
  border: none !important;
  opacity: 0.25 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  opacity: 1 !important;
}

.page-wrapper {
  margin: 45px 0;
}

.hero-section {
  position: relative;
  z-index: 1;
}

.hero-section span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-section span::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 30px;
  background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-section h1 {
  color: var(--white-color);
}

.hero-section p {
  font-size: 1rem;
}

.preview .hero-section {
  height: 100%;
  min-height: 100vh;
  padding: 100px 0;
  background-image: url(../images/preview_bg.png);
}

@media (max-width: 768px) {
  .preview .hero-section {
    padding: 60px 0;
  }
}

.preview .hero-section .preview-content h2 {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .preview .hero-section .preview-content h2 {
    font-size: 2rem;
  }
}

.preview .hero-section .preview-content p {
  color: var(--white-color);
}

.preview .hero-section .preview-content .core-features ul {
  padding-left: 0;
}

.preview .hero-section .preview-content .core-features ul li {
  list-style: none;
}

.preview .hero-section .preview-content .core-features ul li img {
  max-height: 35px;
}

.preview .hero-section .preview-content .core-features ul li:first-child img {
  max-height: 25px;
}

.preview .hero-section .preview-content .qr-code {
  display: block;
  max-width: 18rem;
  padding: 1.5rem;
  background-color: var(--white-color);
  border-radius: 6px;
}

.preview .hero-section .preview-content .qr-code p {
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-bg-color);
  margin: 0;
}

.preview .hero-section iframe {
  position: relative;
  z-index: 1;
  width: 375px;
  height: 748px;
  border: 5px solid #747794;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
          box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
}

@media (max-width: 767px) {
  .preview .hero-section iframe {
    display: none;
  }
}

@media (max-width: 767px) {
  .preview .hero-section .preview-content .btn {
    padding: 15px 26px;
  }
}

.intro-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.intro-area p {
  color: var(--white-color);
}

.intro-area .intro-btn {
  position: static;
  margin-top: 22px;
}

.intro-area .intro-btn .btn {
  font-size: 15px;
  padding: 14px 28px;
  min-width: 190px;
}

.intro-area .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.intro-area .bg-shape::before {
  position: absolute;
  content: "";
  top: -12rem;
  left: -1rem;
  height: 360px;
  width: 500px;
  border-radius: 120px;
  background-image: linear-gradient(35deg, rgba(69, 40, 220, 0.25) 0, rgba(87, 4, 138, 0.25) 100%);
  -webkit-transform: translate3d(-25%, 20%, 0) rotate(45deg);
          transform: translate3d(-25%, 20%, 0) rotate(45deg);
}

.intro-area .bg-shape::after {
  position: absolute;
  content: "";
  bottom: -10rem;
  left: -6rem;
  display: block;
  width: 22rem;
  height: 16rem;
  border-radius: 25rem;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background-image: linear-gradient(35deg, rgba(69, 40, 220, 0.25) 0, rgba(87, 4, 138, 0.25) 100%);
}

.splash-intro {
  min-height: 100vh;
  padding: 32px 0;
  background: radial-gradient(circle at center, #141221 0%, #0a0a12 100%);
  color: var(--white-color);
  display: flex;
  align-items: center;
}

.splash-intro .splash-card {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 34px clamp(20px, 5vw, 42px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.splash-intro .splash-logo-wrap {
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-color);
  box-shadow: 0 0 0 8px rgba(132, 94, 247, 0.15);
}

.splash-intro .splash-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.splash-intro .splash-brand .splash-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.splash-intro .splash-title {
  margin: 10px 0 0;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 800;
  color: var(--white-color);
  letter-spacing: 0.08em;
}

.splash-intro .splash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.splash-intro .splash-panel {
  padding: 16px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.splash-intro .splash-icon {
  display: block;
  font-size: 30px;
  color: var(--primary-color);
}

.splash-intro .splash-label {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.splash-intro .splash-value {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
}

.splash-intro .splash-message {
  margin-top: 4px;
}

.splash-intro .splash-message p {
  color: var(--white-color);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.splash-intro .intro-redirect-countdown {
  margin: 18px 0 0;
}

.splash-intro .intro-redirect-countdown strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .splash-intro {
    padding: 20px 0;
  }

  .splash-intro .splash-card {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .splash-intro .splash-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 20px 0;
  }

  .splash-intro .splash-panel {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    text-align: left;
  }

  .splash-intro .splash-icon {
    font-size: 22px;
  }

  .splash-intro .splash-label,
  .splash-intro .splash-value {
    margin-top: 0;
  }

  .splash-intro .splash-message p {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .splash-intro .intro-btn .btn {
    width: 100%;
    max-width: 240px;
  }
}

.wallet-intro-slide {
  margin-bottom: 14px;
}

.wallet-slide-card {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.wallet-slide-tag {
  display: block;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wallet-slide-title {
  margin: 10px 0 0;
  color: var(--white-color);
  font-size: 26px;
}

.wallet-banner-slider {
  margin: 16px 0 14px;
}

.wallet-banner-slide {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(80, 50, 230, 0.95), rgba(26, 25, 44, 0.94));
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.wallet-banner-image {
  position: absolute;
  inset: 0;
}

.wallet-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.wallet-banner-content {
  position: relative;
  z-index: 2;
  padding: 30px 22px;
  color: var(--white-color);
}

.wallet-banner-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 30px;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wallet-banner-title {
  color: var(--white-color);
  margin-top: 14px;
  font-size: 32px;
  font-weight: 800;
}

.wallet-banner-text {
  color: rgba(255,255,255,0.82);
  margin: 10px 0 16px;
}

.wallet-banner-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wallet-banner-meta span {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
}

.wallet-banner-meta i {
  margin-right: 8px;
  color: var(--primary-color);
}

.wallet-action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.wallet-action-btn {
  flex: 1 1 180px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-weight: 700;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wallet-action-btn:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.wallet-action-btn.import-wallet {
  background: rgba(120, 118, 253, 0.16);
}

.wallet-action-btn.create-wallet {
  background: rgba(255, 255, 255, 0.08);
}

.wallet-create-form {
  flex: 1 1 180px;
}

.wallet-create-form .wallet-action-btn {
  width: 100%;
}

.wallet-created-alert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(50, 230, 165, 0.10);
  border: 1px solid rgba(50, 230, 165, 0.24);
  color: var(--white-color);
  margin-top: 12px;
}

.wallet-created-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.wallet-created-address {
  font-size: 12px;
  color: var(--white-color);
  word-break: break-all;
}

.wallet-created-balance {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: var(--white-color);
  font-weight: 700;
}

.wallet-session-strip {
  padding: 14px 0 0;
}

.wallet-session-card {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--white-color);
}

.wallet-session-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.wallet-session-address {
  font-size: 12px;
  word-break: break-all;
}

.wallet-session-divider {
  color: var(--primary-color);
}

.wallet-session-balance {
  color: var(--white-color);
  font-weight: 700;
}

.nft-wallet-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.nft-wallet-address {
  color: var(--white-color);
  font-size: 10px;
  word-break: break-all;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nft-wallet-balance {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
}

.nft-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.nft-card-title-row > a {
  min-width: 0;
}

.nft-card-title-row h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nft-favorite-form {
  margin-left: auto;
}

.nft-favorite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  color: var(--primary-p-color);
  cursor: pointer;
}

.nft-favorite-button.is-favorite,
.nft-favorite-button:hover {
  color: #ff6680;
  border-color: rgba(255,102,128,0.35);
}

.favorites-area {
  padding: 26px 0 30px;
}

.favorites-grid {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.favorites-compare-link {
  margin-top: 18px;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.compare-card {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,35,54,0.96), rgba(11,24,39,0.96));
}

.compare-card img {
  width: 100%;
  aspect-ratio: 1.4;
  border-radius: 11px;
  object-fit: cover;
}

.compare-card h4 {
  margin: 14px 0;
  color: var(--white-color);
}

.compare-card div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.compare-card div span { color: var(--primary-p-color); }
.compare-card div strong { color: var(--white-color); text-align: right; }
.compare-card .btn { margin-top: 14px; }

@media (max-width: 767px) {
  .compare-grid { grid-template-columns: 1fr; }
}

.favorite-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(15,29,46,0.82);
}

.favorite-card img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}

.favorite-card strong,
.favorite-card small {
  display: block;
}

.favorite-card small {
  margin-top: 5px;
  color: var(--primary-p-color);
}

.nft-card-profit-loss {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nft-card-profit-loss.profit {
  color: #20c878;
}

.nft-card-profit-loss.loss {
  color: #e5484d;
}

.nft-card-profit-loss i {
  font-size: 11px;
}

.nft-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.nft-card-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-height: 34px;
  min-width: 0;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nft-card-actions form {
  display: flex;
  min-width: 0;
}

.nft-card-actions form .btn {
  width: 100%;
}

.nft-card-actions .nft-buy-button {
  min-height: 34px;
}

.nft-buy-button,
.nft-buy-modal-card #confirmNftBuy {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nft-buy-button i,
.nft-buy-modal-card #confirmNftBuy i {
  line-height: 1;
}

.nft-buy-button.ready-to-buy,
.nft-buy-modal-card #confirmNftBuy.ready-to-buy {
  border-color: #20c878;
  background-color: #20c878 !important;
  color: #071b12;
}

.nft-buy-button.ready-to-buy::after,
.nft-buy-modal-card #confirmNftBuy.ready-to-buy::after {
  background-color: #20c878;
}

.nft-buy-button.has-active-nft,
.nft-buy-modal-card #confirmNftBuy.has-active-nft {
  border-color: #e5484d;
  background-color: #e5484d !important;
  color: #fff;
}

.nft-buy-button.has-active-nft::after,
.nft-buy-modal-card #confirmNftBuy.has-active-nft::after {
  background-color: #e5484d;
}

.nft-buy-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.nft-buy-modal.is-open {
  display: flex;
}

.nft-buy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.nft-buy-modal-card {
  position: relative;
  width: min(100%, 420px);
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background: #15121e;
  color: var(--white-color);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.nft-buy-modal-card > span {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nft-buy-modal-card h3 {
  margin: 10px 0 14px;
}

.nft-buy-modal-image {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 14px;
}

.nft-buy-modal-card p {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}

.nft-buy-modal-card #confirmNftBuy {
  display: block;
  width: 100%;
}

.nft-buy-modal-price {
  margin: 14px 0;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}

.nft-buy-modal-error {
  display: none;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(229,72,77,0.45);
  border-radius: 10px;
  background: rgba(229,72,77,0.12);
  color: #ff8b8f;
  font-size: 13px;
}

.nft-buy-modal-error.is-visible {
  display: block;
}

.nft-buy-modal-limit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin: 16px 0;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
}

.nft-buy-modal-limit span {
  color: rgba(255,255,255,0.7);
}

.nft-buy-modal-limit strong {
  color: var(--white-color);
  text-align: right;
}

.nft-buy-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--white-color);
  font-size: 24px;
  cursor: pointer;
}

.nft-price-meta {
  margin-top: 8px;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 700;
}

.my-nft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.my-nft-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}

.nft-countdown {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
}

.my-nft-details-link {
  display: block;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .my-nft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .my-nft-grid {
    grid-template-columns: 1fr;
  }
}

.nft-details-area .intro {
  gap: 16px;
}

.nft-details-area .intro-content {
  min-width: 0;
}

.nft-details-area .intro-content h3 {
  overflow-wrap: anywhere;
}

@media (max-width: 575px) {
  .nft-card-actions {
    grid-template-columns: 1fr;
  }

  .nft-details-area .intro {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .nft-details-area .intro .content-btn {
    align-self: flex-start;
  }
}

.countdown {
  text-transform: uppercase;
  color: var(--white-color);
}

.countdown > div {
  display: inline-block;
}

.countdown > div > span {
  display: block;
  text-align: center;
}

.countdown .countdown-container {
  margin: 0 2px;
}

.countdown .countdown-container .countdown-heading {
  font-size: 8px !important;
  font-weight: 500;
}

.countdown .countdown-container .countdown-value {
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  padding: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.live-auctions-area .card .card-body a h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.live-auctions-area .card .card-body a:hover h5 {
  color: var(--primary-color);
}

.live-auctions-area .card .seller span {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.live-auctions-area .card .seller span:hover {
  color: var(--primary-color);
}

.top-seller-area .card .single-seller .seller-info a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.load-more .item {
  display: none;
}

.seller-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.seller-info .seller {
  font-weight: 600 !important;
  color: var(--white-color) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.popular-collections-area .card .image-over {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.popular-collections-area .card .image-over .seller {
  display: block;
  position: absolute;
  top: calc(100% - 2.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.popular-collections-area .card .image-over .seller .seller-thumb {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15);
          box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15);
}

.popular-collections-area .card .image-over .seller .seller-thumb::before, .popular-collections-area .card .image-over .seller .seller-thumb::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.popular-collections-area .card .image-over .seller .seller-thumb::before {
  content: "";
  top: 0;
  width: calc(4rem - 6px);
  height: calc(4rem - 6px);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
          box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.popular-collections-area .card .image-over .seller .seller-thumb::after {
  content: "";
  top: 5px;
  width: calc(4rem - 16px);
  height: calc(4rem - 16px);
  background-color: rgba(9, 8, 13, 0.15);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.popular-collections-area .card .image-over .seller .seller-thumb img {
  height: calc(4rem - 16px);
  width: calc(4rem - 16px);
  margin: 5px;
}

.popular-collections-area .card .card-body {
  padding: 15px 0 0;
}

.popular-collections-area .card .card-body a h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popular-collections-area .card:hover .image-over .seller .seller-thumb::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popular-collections-area .card:hover .image-over .seller .seller-thumb::after {
  height: calc(4rem + 4px);
  width: calc(4rem + 4px);
  top: -5px;
  left: -5px;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5);
          box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5);
}

.popular-collections-area .card:hover .card-body a h5 {
  color: var(--primary-color);
}

.btn-smaller {
  font-size: 12px;
  padding: 10px 12px;
}

.explore-area .card .card-body a h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-area .card .card-body a:hover h5 {
  color: var(--primary-color);
}

.explore-area .card .seller span {
  font-size: 10px;
}

.explore-area .card .seller a h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.explore-area .card .seller a:hover h6 {
  color: var(--primary-color);
}

.item-details-area .owner .owner-meta h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-details-area .owner .owner-meta:hover h6 {
  color: var(--primary-color);
}

.item-details-area .item-info img {
  max-width: 15rem;
  border-radius: 8px;
}

.item-details-area .item-info .countdown-container {
  margin: 0 10px;
}

.item-details-area .item-info .countdown-container .countdown-heading {
  font-size: 14px !important;
}

.item-details-area .item-info .countdown-container .countdown-value {
  font-size: 20px;
}

.item-details-area .netsea-tab.nav-tabs {
  border-bottom: 2px solid var(--card-bg-color);
}

.item-details-area .netsea-tab li {
  margin: 0;
}

.item-details-area .netsea-tab li a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
}

.item-details-area .netsea-tab li a::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 0;
  bottom: -2.5px;
  left: 0;
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-details-area .netsea-tab li a.active h5 {
  color: var(--primary-color);
}

.item-details-area .netsea-tab li a.active::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.item-details-area .netsea-tab li:first-of-type a {
  margin-left: 0;
}

.item-details-area .tab-content .single-tab-list {
  margin: 1.5rem 0;
}

.item-details-area .tab-content .single-tab-list strong, .item-details-area .tab-content .single-tab-list a {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-details-area .tab-content .single-tab-list a:hover {
  color: var(--primary-color);
}

.item-details-area .tab-content .owner h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-details-area .tab-content .owner:hover h6 {
  color: var(--primary-color);
}

.author-area .card .image-over {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.author-area .card .image-over .card-img-top {
  max-width: 15rem;
}

.author-area .card .image-over .author {
  display: block;
  position: absolute;
  top: calc(100% - 2.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.author-area .card .image-over .author .author-thumb {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15);
          box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15);
}

.author-area .card .image-over .author .author-thumb::before, .author-area .card .image-over .author .author-thumb::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.author-area .card .image-over .author .author-thumb::before {
  content: "";
  top: 0;
  width: calc(4rem - 6px);
  height: calc(4rem - 6px);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
          box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.author-area .card .image-over .author .author-thumb::after {
  content: "";
  top: 5px;
  width: calc(4rem - 16px);
  height: calc(4rem - 16px);
  background-color: rgba(9, 8, 13, 0.15);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.author-area .card .image-over .author .author-thumb img {
  height: calc(4rem - 16px);
  width: calc(4rem - 16px);
  margin: 5px;
}

.author-area .card .card-body .input-group {
  position: relative;
  z-index: 1;
}

.author-area .card .card-body .input-group .form-control {
  border-radius: 100px;
  background-color: transparent;
  border: 2px solid;
  height: 40px;
  padding: 1.2rem;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.author-area .card .card-body .input-group .input-group-append {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 100px;
  overflow: hidden;
}

.author-area .card .card-body .input-group .input-group-append button {
  margin-right: 5px;
  padding: 12px 16px;
  background-color: transparent;
  color: var(--primary-p-color);
  border: 0;
  outline: none;
}

.author-area .card .card-body hr {
  margin-top: .6rem;
  margin-bottom: .6rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.author-area .card:hover {
  -webkit-transform: initial;
          transform: initial;
}

.author-area .card:hover .image-over .author .author-thumb::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.author-area .card:hover .image-over .author .author-thumb::after {
  height: calc(4rem + 4px);
  width: calc(4rem + 4px);
  top: -5px;
  left: -5px;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5);
          box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5);
}

.activity-area .netsea-tab.nav-tabs {
  border-bottom: 2px solid var(--card-bg-color);
}

.activity-area .netsea-tab li {
  margin: 0;
}

.activity-area .netsea-tab li a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
}

.activity-area .netsea-tab li a::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 0;
  bottom: -2.5px;
  left: 0;
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.activity-area .netsea-tab li a.active h5 {
  color: var(--primary-color);
}

.activity-area .netsea-tab li a.active::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.activity-area .netsea-tab li:first-of-type a {
  margin-left: 0;
}

.activity-area .tab-content .single-tab-list {
  margin: 1.5rem 0;
}

.activity-area .tab-content .single-tab-list img {
  border-radius: 4px;
}

.activity-area .tab-content .single-tab-list strong, .activity-area .tab-content .single-tab-list a {
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.activity-area .tab-content .single-tab-list a {
  display: block;
}

.activity-area .tab-content .single-tab-list a h5 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.activity-area .tab-content .single-tab-list a:hover {
  color: var(--primary-color);
}

.activity-area .tab-content .single-tab-list a:hover h5 {
  color: var(--primary-color);
}

.activity-area .single-widget .filter-widget .title {
  position: relative;
  margin-top: 0;
  font-weight: 700;
  border: none;
}

.activity-area .single-widget .filter-widget .title::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 50px;
  background-color: var(--primary-color);
  left: 3px;
  top: calc(100% + 10px);
}

.activity-area .single-widget .filter-widget .filter-widget-items a:hover {
  color: var(--primary-color) !important;
}

.author-area .item-form {
  padding: 1.5rem .9rem;
}

.author-area .item-form .form-group input, .author-area .item-form .form-group textarea, .author-area .item-form .form-group select, .author-area .item-form .form-group .custom-file-input, .author-area .item-form .form-group .custom-file-label, .author-area .item-form .form-group .custom-file-label::after {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-p-color);
  padding: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--primary-bg-color);
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px var(--primary-l-color);
          box-shadow: 0 5px 10px var(--primary-l-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.author-area .item-form .form-group .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-area .item-form .form-group .form-check-inline label {
  margin-left: .5rem;
}

.author-area .item-form .form-group .form-label {
  color: var(--white-color);
}

.author-area .item-form .form-group .form-label i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

.author-area .item-form .form-group .form-check-input {
  width: 1em;
  height: 1em;
  padding: 10px;
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  background-color: var(--card-bg-color);
  border: 2px solid;
}

.author-area .item-form .form-group .form-check-input[type="radio"] {
  border-radius: .25em;
}

.author-area .item-form .form-group .form-check-input:checked {
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}

.author-area .item-form .form-group .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.author-area .item-form span a {
  font-size: 14px;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.author-area .item-form span a:hover {
  color: var(--primary-color);
}

.author-area .item-form span.guest-login a {
  letter-spacing: 1px;
}

.author-area .item-form hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wallet-connect-area {
  padding: 30px 0 90px;
}

.wallet-connect-area .intro {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.wallet-connect-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.wallet-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.wallet-option-card {
  background: var(--card-bg-color);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 32px 24px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,0.30);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.wallet-option-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, transparent, rgba(69,40,220,0.10), transparent);
  transform: translateY(-100%);
  transition: transform 0.45s ease;
}

.wallet-option-card:hover {
  transform: translateY(-6px);
  border-color: rgba(69,40,220,0.8);
  box-shadow: 0 22px 44px rgba(69,40,220,0.22);
}

.wallet-option-card:hover::before {
  transform: translateY(100%);
}

.wallet-option-card-feature {
  background: linear-gradient(160deg, rgba(69,40,220,0.82), rgba(87,4,138,0.56));
  border-color: rgba(180, 120, 255, 0.9);
}

.wallet-option-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 30px;
  color: var(--white-color);
}

.wallet-option-content h4 {
  color: var(--white-color);
  font-size: var(--h4-size);
  font-weight: 700;
  margin: 10px 0 6px;
}

.wallet-option-content p {
  color: var(--primary-p-color);
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.wallet-option-tag {
  display: inline-block;
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wallet-option-card-feature .wallet-option-content p,
.wallet-option-card-feature .wallet-option-tag {
  color: var(--secondary-p-color);
}

.wallet-option-card-feature .wallet-option-icon {
  background: rgba(255,255,255,0.12);
}

.wallet-option-card .content-btn {
  min-width: 160px;
  font-size: 12px;
  padding: 11px 16px;
}

.wallet-security-card {
  background: var(--card-bg-color);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 16px 18px;
  margin-top: 18px;
}

.security-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: var(--secondary-p-color);
}

.security-row:last-child {
  border-bottom: none;
}

.security-row span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.security-status {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
}

.wallet-connect-area .single-wallet {
  padding: 2rem;
}

.wallet-connect-area .single-wallet h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wallet-connect-area .single-wallet p {
  color: var(--primary-p-color);
}

.wallet-connect-area .single-wallet:hover h4 {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .wallet-card-grid {
    grid-template-columns: 1fr;
  }

  .wallet-option-card {
    min-height: auto;
  }
}

.help-center-area .card {
  padding: 2rem;
}

.help-center-area .card h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.help-center-area .card p {
  color: var(--primary-p-color);
}

.help-center-area .card:hover h4 {
  color: var(--primary-color);
}

.faq-area .card-header .btn {
  position: relative;
}

.faq-area .card-header .btn::after {
  position: absolute;
  content: '\f107';
  top: 50%;
  left: calc(100% - 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.faq-area .card-header .btn.collapsed::after {
  position: absolute;
  content: '\f105';
  top: 50%;
  left: calc(100% - 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.settings-area .items .item:not(:first-child) {
  margin-top: 10px;
}

.settings-area .card.settings-card {
  padding: .8rem;
  min-height: 50px;
  font-weight: 500;
  color: var(--white-color);
}

.settings-area .card.settings-card .card-info span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

.settings-area .card.settings-card .card-info span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  gap: 10px;
}

.settings-png-icon,
.menu-png-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
  vertical-align: middle;
}

.menu-png-icon {
  margin-right: 10px;
  opacity: 0.9;
}

.netsea-offcanvas-wrap .sidenav-nav li a {
  display: flex;
  align-items: center;
}

.settings-area .card.settings-card .card-content .form-check-input {
  width: 3em;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
}

.settings-area .card.settings-card .card-content .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.settings-area .card.settings-card .card-content a {
  font-weight: 500;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.settings-area .card.settings-card .card-content a:hover {
  color: var(--primary-color);
}

.profile-area.settings-area .card.settings-card .card-content span {
  font-weight: 400;
  color: var(--primary-p-color);
}

.policy-area hr {
  margin: 35px 0;
}

.policy-card {
  max-width: 900px;
  margin: 24px auto 30px;
  padding: 28px clamp(20px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,35,54,0.96), rgba(11,24,39,0.96));
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.policy-card .policy-updated {
  margin-bottom: 24px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
}

.policy-card h4 {
  margin: 24px 0 8px;
  color: var(--white-color);
}

.policy-card h4:first-of-type {
  margin-top: 0;
}

.policy-card p:not(.policy-updated) {
  color: var(--primary-p-color);
  line-height: 1.75;
}

.help-center-area {
  padding: 26px 0 30px;
}

.help-center-hero,
.help-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,35,54,0.96), rgba(11,24,39,0.96));
}

.help-center-hero {
  margin-top: 24px;
}

.help-center-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(52,214,192,0.12);
  color: var(--primary-color);
  font-size: 21px;
}

.help-center-hero h4 {
  color: var(--white-color);
}

.help-center-hero p,
.help-contact-card span {
  margin-top: 4px;
  color: var(--primary-p-color);
}

.help-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.help-faq {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 13px;
  background: rgba(15,29,46,0.82);
  overflow: hidden;
}

.help-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  color: var(--white-color);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.help-faq summary::-webkit-details-marker {
  display: none;
}

.help-faq summary i {
  color: var(--primary-color);
  transition: transform 0.2s ease;
}

.help-faq[open] summary i {
  transform: rotate(180deg);
}

.help-faq p {
  padding: 0 16px 16px;
  color: var(--primary-p-color);
  line-height: 1.7;
}

.help-contact-card {
  margin-top: 14px;
}

.help-contact-card > i {
  color: var(--primary-color);
  font-size: 21px;
}

.help-contact-card strong,
.help-contact-card span {
  display: block;
}

.badge {
  font-weight: 500;
}

.badge.circle {
  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;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--primary-bg-color-3);
}

.badge.tag {
  margin: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-p-color) !important;
  border: 2px solid var(--card-bg-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.badge.tag.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

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

.share-list {
  display: -webkit-inline-box;
}

.share-list .nav-link i {
  margin: 0 1rem;
  font-size: 22px;
}

.breadcrumb {
  margin: 0;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
}

.breadcrumb-area {
  height: 250px;
  z-index: 1;
}

.breadcrumb-area .breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
  margin: 0.3rem 0;
}

.breadcrumb-area .breadcrumb-item a:not(.btn) {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color) !important;
}

.breadcrumb-area .breadcrumb-item a:hover {
  color: var(--white-color);
}

.breadcrumb-area .breadcrumb-item.active {
  color: var(--white-color) !important;
}

.breadcrumb-area .breadcrumb-item.active:hover {
  color: var(--primary-color);
}

.breadcrumb-area .breadcrumb-content h2 {
  font-weight: var(--h1-weight);
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
  background-color: transparent;
  margin: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: var(--white-color);
}

.image-over {
  overflow: hidden;
  border-radius: 2px;
}

.bg-overlay {
  position: relative;
  z-index: 0;
}

.bg-overlay::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
  opacity: 0.94;
  z-index: -2;
}

.overlay-dark {
  position: relative;
  z-index: 0;
}

.overlay-dark::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-bg-color);
  opacity: 0.84;
  z-index: -1;
}

.social-icons svg {
  display: block;
  height: 100%;
  line-height: 40px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons > a {
  margin: 5px;
  width: 40px;
  height: 40px;
  font-size: 15px !important;
  background: var(--primary-bg-color);
  color: var(--white-color) !important;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons > a.facebook {
  background-color: #1877F2 !important;
}

.social-icons > a.twitter {
  background-color: #1DA1F2 !important;
}

.social-icons > a.google-plus {
  background-color: #d34836 !important;
}

.social-icons > a.vine {
  background-color: #00b489 !important;
}

.social-icons > a:hover svg:first-child {
  margin-top: -40px;
}

.shuffle-filter {
  margin: 0 auto 1.5rem;
  padding: 0;
}

.shuffle-filter li {
  display: inline-block;
  margin: 0;
  padding: .4rem;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shuffle-filter li::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  bottom: 5px;
  left: 50%;
  background-color: var(--primary-color);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shuffle-filter li.selected {
  color: var(--primary-color);
}

.shuffle-filter li.selected::after {
  width: 60%;
  visibility: visible;
  opacity: 1;
}

/* #endregion Feature */
/*----------------------------------------------
9. Footer
----------------------------------------------*/
/* #region Footer */
.footer-nav-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  width: 100%;
  background-color: var(--footer-bg-color);
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  z-index: 1000;
}

.footer-nav-area .netsea-footer-nav ul {
  width: 100%;
}

.footer-nav-area .netsea-footer-nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}

.footer-nav-area .netsea-footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 1;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.footer-nav-area .netsea-footer-nav ul li a i,
.footer-nav-area .netsea-footer-nav ul li a .footer-nav-icon {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}

.footer-nav-area .netsea-footer-nav ul li a .footer-nav-icon {
  width: 23px;
  height: 23px;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  opacity: 0.62;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-nav-area .netsea-footer-nav ul li.active a {
  color: var(--primary-color);
}

.footer-nav-area .netsea-footer-nav ul li.active a .footer-nav-icon,
.footer-nav-area .netsea-footer-nav ul li a:hover .footer-nav-icon {
  opacity: 1;
  transform: translateY(-1px);
}

/* #endregion Footer */
/*----------------------------------------------
10. Blog
----------------------------------------------*/
/* #region Blog */
.single-widget {
  margin-bottom: 35px;
}

.single-widget h4 {
  font-weight: 700;
  border-bottom: 2px solid var(--card-bg-color);
}

.sidebar .single-widget:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog .col-12.col-sm-6 {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .blog .single-comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog .single-widget ul li {
  margin: 1.2rem 0;
}

.blog .single-widget .tags-widget a {
  border: 1px solid var(--primary-bg-color-3);
}

.blog .single-widget .post-widget h6 {
  font-size: var(--h5-size);
}

.blog .pagination > li > a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--primary-p-color);
  border: 1px solid var(--primary-bg-color-3);
}

.blog .pagination > li.active > a {
  color: var(--white-color);
  border: none;
}

/* #endregion Blog */
/*----------------------------------------------
11. All Media Queries
----------------------------------------------*/
/* #region All Media Queries */
@media (max-width: 1199px) {
  /* #region Section */
  body .container {
    padding: 0 10px;
    max-width: 100%;
  }
  /* #endregion Section */
  /* #region Feature */
  body .card-footer {
    margin: 0;
  }
  /* #endregion Feature */
}

@media (max-width: 991px) {
  /* #region Section */
  body aside {
    margin-top: 60px;
  }
  /* #endregion Section */
  /* #region Helper Class */
  body .intro {
    margin-bottom: 20px;
  }
  /* #endregion Helper Class */
  /* #region Feature */
  body .res-margin {
    margin-bottom: 30px;
  }
  /* #endregion Feature */
}

@media (max-width: 767px) {
  /* #region Helper Class */
  body .netsea-preloader .preloader-animation .spinner {
    height: 8em;
    width: 8em;
  }
  body .netsea-preloader .preloader-animation .loader {
    font-size: var(--h2-size);
  }
  body .intro .btn {
    text-align: left;
  }
  /* #endregion Helper Class
}

@media (max-width: 576px) {

    /* #region Helper Class */
  body .netsea-preloader .preloader-animation .spinner {
    height: 7em;
    width: 7em;
  }
  body .netsea-preloader .preloader-animation .loader {
    font-size: var(--h3-size);
  }
  /* #endregion Helper Class */
}

/* #endregion All Media Queries */

/* Product-wide visual polish */
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 214, 192, 0.08), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(77, 124, 255, 0.1), transparent 28%),
    var(--primary-bg-color);
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 70%);
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}

.container {
  width: min(100% - 32px, 1180px);
  padding-right: 0;
  padding-left: 0;
}

.page-wrapper {
  margin: 64px 0 82px;
}

.header-area {
  height: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(13, 27, 42, 0.86);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-area .container {
  max-width: 1180px;
}

.header-area .back-button a {
  padding: 1.25rem 0.8rem;
  color: var(--primary-p-color);
}

.header-area .back-button a:hover {
  color: var(--primary-color);
}

.page-title h5 {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page-title.is-hidden {
  visibility: hidden;
}

.settings-preference-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  margin-top: 24px;
  padding: 18px 20px;
}

.settings-inline-form {
  margin: 0;
}

.settings-mini-select {
  min-width: 92px;
  padding: 6px 26px 6px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(7,17,31,0.72);
  color: var(--white-color);
  font-size: 12px;
}

.settings-mini-select:focus {
  outline: none;
  border-color: var(--primary-color);
}

.settings-referral-link {
  display: block;
  max-width: 420px;
  margin-top: 5px;
  overflow: hidden;
  color: var(--primary-p-color);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.settings-copy-button {
  border: 1px solid rgba(52,214,192,0.28);
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(52,214,192,0.1);
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.settings-copy-button:hover {
  background: rgba(52,214,192,0.18);
}

body.theme-day .settings-mini-select {
  background: #f8fbfd;
  color: #19324a;
  border-color: rgba(27,64,93,0.18);
}

.settings-preference-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.settings-preference-copy strong,
.settings-preference-copy small {
  display: block;
}

.settings-preference-copy strong { color: var(--white-color); }
.settings-preference-copy small { margin-top: 4px; color: var(--primary-p-color); }

.iphone-setting-form {
  flex: 0 0 auto;
}

.settings-preference-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(52,214,192,0.12);
  color: var(--primary-color);
}

.iphone-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 32px;
  margin: 0;
}

.iphone-switch input { width: 0; height: 0; opacity: 0; }

.iphone-slider {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: #e5484d;
  cursor: pointer;
  transition: 0.2s ease;
}

.iphone-slider::after {
  position: absolute;
  content: "";
}

.iphone-slider::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transition: 0.2s ease;
}

.iphone-switch input:checked + .iphone-slider { background: #22c77a; }
.iphone-switch input:checked + .iphone-slider::before { transform: translateX(20px); }

.theme-setting-form {
  margin: 0;
}

.theme-switch {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 34px;
  margin: 0;
}

.theme-switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.theme-slider {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  border-radius: 34px;
  background: #172638;
  color: #9db3c9;
  cursor: pointer;
  transition: 0.2s ease;
}

.theme-slider::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #91a5bb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.22);
  transition: 0.2s ease;
}

.theme-slider small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.theme-switch input:checked + .theme-slider {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 12px;
  background: #f2c14e;
  color: #332400;
}

.theme-switch input:checked + .theme-slider::before {
  background: #fff7d6;
  transform: translateX(70px);
}

body.theme-day {
  --white-color: #19324a;
  --primary-t-color: #19324a;
  --secondary-t-color: #19324a;
  --primary-p-color: #5f7388;
  --secondary-p-color: #40546a;
  --primary-b-color: #19324a;
  --header-bg-color: #f7fbfe;
  --card-bg-color: #ffffff;
  --footer-bg-color: #f7fbfe;
  color: #40546a;
  background: #edf3f8;
}

body.theme-day::before {
  opacity: 0.35;
  background-image: linear-gradient(rgba(27,64,93,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(27,64,93,0.04) 1px, transparent 1px);
}

body.theme-day .header-area,
body.theme-day .footer-nav-area {
  border-color: rgba(27,64,93,0.12);
  background: rgba(247,251,254,0.9);
}

body.theme-day .page-title h5,
body.theme-day .header-account-link,
body.theme-day .footer-nav-area .netsea-footer-nav ul li a,
body.theme-day .card,
body.theme-day .referral-summary-card,
body.theme-day .referral-node-card,
body.theme-day .level-card,
body.theme-day .auth-card,
body.theme-day .nft-details-card,
body.theme-day .wallet-slide-card,
body.theme-day .settings-card,
body.theme-day .policy-card,
body.theme-day .help-center-hero,
body.theme-day .help-contact-card,
body.theme-day .help-faq,
body.theme-day .stats-overview-card,
body.theme-day .stats-table-card,
body.theme-day .notification-row,
body.theme-day .favorite-card {
  color: #19324a;
  background: #fff;
  border-color: rgba(27,64,93,0.12);
}

body.theme-day h1,
body.theme-day h2,
body.theme-day h3,
body.theme-day h4,
body.theme-day h5,
body.theme-day h6,
body.theme-day .page-title h5,
body.theme-day .card .card-body .card-bottom span,
body.theme-day .settings-preference-copy strong,
body.theme-day .policy-card h4,
body.theme-day .help-center-hero h4,
body.theme-day .help-faq summary,
body.theme-day .stats-user-identity strong,
body.theme-day .favorite-card strong {
  color: #19324a;
}

body.theme-day p,
body.theme-day .primary-p-color,
body.theme-day .settings-preference-copy small,
body.theme-day .policy-card p:not(.policy-updated),
body.theme-day .help-center-hero p,
body.theme-day .help-contact-card span,
body.theme-day .help-faq p,
body.theme-day .notification-copy small,
body.theme-day .notification-copy time,
body.theme-day .favorite-card small {
  color: #5f7388;
}

body.theme-day .btn.btn-bordered::after {
  background: #fff;
}

body.theme-day .form-control,
body.theme-day .market-search input,
body.theme-day .market-select {
  background: #f8fbfd;
  color: #19324a;
  border-color: rgba(27,64,93,0.18);
}

body.theme-day .header-area .back-button a,
body.theme-day .header-area .navbar-toggler span,
body.theme-day .footer-nav-area .netsea-footer-nav ul li a,
body.theme-day .netsea-offcanvas-wrap .offcanvas-body .sidenav-profile .profile-info p,
body.theme-day .netsea-offcanvas-wrap .offcanvas-body .sidenav-nav li a,
body.theme-day .card .card-body .card-bottom span,
body.theme-day .nft-card-title-row h5,
body.theme-day .nft-card-profit-loss,
body.theme-day .nft-detail-stat strong,
body.theme-day .nft-details-card h4,
body.theme-day .level-name,
body.theme-day .level-row strong,
body.theme-day .settings-area .card.settings-card,
body.theme-day .settings-area .card.settings-card .card-content a,
body.theme-day .auth-form label,
body.theme-day .stats-overview-card strong,
body.theme-day .stats-user-earnings,
body.theme-day .admin-stat-grid strong {
  color: #19324a;
}

body.theme-day .nft-card-tags span,
body.theme-day .nft-card-tags,
body.theme-day .nft-card-actions .btn,
body.theme-day .nft-details-card p,
body.theme-day .nft-detail-stat span,
body.theme-day .level-card p,
body.theme-day .level-card small,
body.theme-day .level-row span,
body.theme-day .level-row small,
body.theme-day .settings-area .card.settings-card .card-info span,
body.theme-day .auth-link,
body.theme-day .stats-overview-card small,
body.theme-day .stats-table-heading small {
  color: #5f7388;
}

body.theme-day .nft-buy-modal-card,
body.theme-day .reward-modal-card,
body.theme-day .nft-mine-modal-card,
body.theme-day .netsea-offcanvas-wrap {
  color: #19324a;
  background: #ffffff;
}

body.theme-day .nft-buy-modal-card h3,
body.theme-day .reward-modal-card h3,
body.theme-day .nft-mine-modal-card h3,
body.theme-day .nft-buy-modal-card p,
body.theme-day .reward-modal-card p,
body.theme-day .nft-mine-modal-card p {
  color: #19324a;
}

body.theme-day .admin-stat-grid > div,
body.theme-day .admin-nft-list-wrap,
body.theme-day .admin-login-card {
  color: #19324a;
  background: #ffffff;
  border-color: rgba(27,64,93,0.12);
}

@media (max-width: 575px) {
  .settings-preference-card { align-items: flex-start; }
}

.header-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
}

.card,
.referral-summary-card,
.referral-node-card,
.level-card,
.auth-card,
.nft-details-card,
.wallet-slide-card {
  border: 1px solid rgba(255,255,255,0.09);
  background: linear-gradient(145deg, rgba(18, 35, 54, 0.96), rgba(11, 24, 39, 0.96));
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.card {
  overflow: hidden;
  border-radius: 16px;
  padding: 10px;
}

.card .card-img-top {
  border-radius: 11px;
}

.explore-area {
  padding: 18px 0 24px;
}

.market-toolbar {
  display: grid;
  grid-template-columns: minmax(180px, 1.5fr) repeat(3, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.market-search {
  position: relative;
}

.market-search i {
  position: absolute;
  top: 50%;
  left: 14px;
  color: var(--primary-color);
  transform: translateY(-50%);
}

.market-search input,
.market-select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  background: rgba(15,29,46,0.86);
  color: var(--white-color);
  font-size: 12px;
}

.market-search input {
  padding-left: 38px;
}

.market-search input:focus,
.market-select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(52,214,192,0.1);
}

.nft-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.nft-card-tags span {
  padding: 3px 7px;
  border: 1px solid rgba(52,214,192,0.18);
  border-radius: 5px;
  color: var(--primary-p-color);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.is-filter-hidden {
  display: none !important;
}

.explore-area .card:hover {
  border-color: rgba(52,214,192,0.45);
  transform: translateY(-4px);
}

.btn {
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn.btn-bordered::before,
.btn.btn-bordered::after,
.btn.btn-bordered-white::after {
  border-radius: 10px;
}

.btn.btn-bordered::before {
  background-image: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.btn.btn-bordered::after {
  background: #102238;
}

.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  background: rgba(7,17,31,0.72);
  color: var(--white-color);
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(52,214,192,0.12);
}

.footer-nav-area {
  height: 64px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(11, 23, 38, 0.92);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.footer-nav-area .netsea-footer-nav ul li a {
  color: rgba(214,226,238,0.68);
  font-weight: 600;
}

.footer-nav-area .netsea-footer-nav ul li.active a,
.footer-nav-area .netsea-footer-nav ul li a:hover {
  color: var(--primary-color);
}

.stats-area {
  padding: 26px 0 30px;
}

.notifications-area {
  padding: 26px 0 30px;
}

.portfolio-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.portfolio-summary-card {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(15,29,46,0.82);
}

.portfolio-summary-card span {
  display: block;
  color: var(--primary-p-color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-summary-card strong {
  display: block;
  margin-top: 8px;
  color: var(--white-color);
  font-size: 15px;
}

.portfolio-summary-card.is-profit strong {
  color: #20c878;
}

.portfolio-summary-card.is-loss strong {
  color: #e5484d;
}

.notification-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.notification-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(15,29,46,0.82);
  color: var(--white-color) !important;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.notification-row:hover {
  border-color: rgba(52,214,192,0.4);
  transform: translateY(-2px);
}

.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(52,214,192,0.12);
  color: var(--primary-color);
}

.notification-copy {
  min-width: 0;
}

.notification-copy strong,
.notification-copy small,
.notification-copy time {
  display: block;
}

.notification-copy small,
.notification-copy time {
  margin-top: 4px;
  color: var(--primary-p-color);
}

.notification-copy time {
  font-size: 10px;
}

.notification-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 46px 20px;
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 16px;
  color: var(--primary-p-color);
  text-align: center;
}

.notification-empty i {
  color: var(--primary-color);
  font-size: 26px;
}

.notification-empty strong {
  color: var(--white-color);
}

.stats-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.stats-overview-card,
.stats-table-card {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18,35,54,0.96), rgba(11,24,39,0.96));
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.stats-overview-card span,
.stats-table-heading span {
  display: block;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stats-overview-card strong {
  display: block;
  margin-top: 10px;
  color: var(--white-color);
  font-size: 26px;
}

.stats-overview-card small,
.stats-table-heading small,
.stats-user-identity small {
  display: block;
  margin-top: 7px;
  color: var(--primary-p-color);
}

.stats-table-card {
  margin-top: 20px;
}

.stats-table-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.stats-table-heading h4 {
  margin-top: 8px;
  color: var(--white-color);
}

.stats-user-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 100px auto;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.stats-user-row:last-child {
  border-bottom: 0;
}

.stats-user-rank {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
}

.stats-user-identity {
  min-width: 0;
}

.stats-user-identity strong {
  display: block;
  overflow: hidden;
  color: var(--white-color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stats-user-rating {
  white-space: nowrap;
  color: rgba(255,255,255,0.2);
}

.stats-user-rating i {
  margin-right: 2px;
  font-size: 11px;
}

.stats-user-rating i.is-rated {
  color: #ffb454;
}

.stats-user-earnings {
  color: #34d6c0;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .stats-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .page-wrapper {
    margin-top: 60px;
  }

  .header-actions {
    gap: 9px;
  }

  .card {
    padding: 8px;
  }

  .stats-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .market-toolbar {
    grid-template-columns: 1fr;
  }

  .stats-overview-card {
    padding: 14px;
  }

  .stats-overview-card strong {
    font-size: 21px;
  }

  .stats-table-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .stats-user-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .stats-user-rating {
    grid-column: 2;
    grid-row: 2;
  }

  .stats-user-earnings {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

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