/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! Itâ€™s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. Itâ€™s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1770991522
Updated: 2026-02-13 14:05:22

*/
/* ==============================
  /* ==============================
  /* ==============================
/* ===============================
 /* ===============================
   DASHBOARD BASE
================================ */
.dashboard-body {
  margin: 0;
  background: #F6F8FB;
  font-family: Inter, system-ui, sans-serif;
}

/* Hide checkbox */
#menu-toggle-checkbox {
  display: none;
}

#dashboard-app {
  min-height: 100vh;
}

/* ===============================
   TOP BAR
================================ */
/* ===== TOP BAR FIX ===== */
#dashboard-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 100px; /* ðŸ‘ˆ pushes content inward */
  z-index: 1000;
}

/* Left section (toggle) */
#menu-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
  font-size: 24px;
  color: #0B1622;
  cursor: pointer;
  padding: 0;
}

/* Username centered */
.dashboard-username {
  font-weight: 500;
  color: #0B1622;
}

/* User icon right aligned */
.dashboard-avatar {
  font-size: 20px;
  color: #0B1622;
}
.menu-toggle{
    color:#000;
    background:none;
}
@media (max-width: 768px) {

  #dashboard-topbar {
    padding: 10px 16px;   /* mobile-friendly padding */
  }

  .dashboard-username {
    font-size: 14px;
    white-space: nowrap; /* prevents text wrapping */
  }

  .dashboard-avatar {
    font-size: 18px;
  }

}

/* ===============================
   SIDEBAR
================================ */
.dashboard-sidebar {
  position: fixed;
  top: 60px;
  left: -260px;
  width: 260px;
  height: calc(100vh - 60px);
  background: linear-gradient(180deg, #0B1622, #162534);
  color: #E0E0E0;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1001;
}

#menu-toggle-checkbox:checked ~ #dashboard-app .dashboard-sidebar {
  left: 0;
}

.dashboard-sidebar h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #D4AF37;
  margin: 20px 0 8px;
}

.dashboard-sidebar a {
  display: block;
  padding: 10px 12px;
  color: #E0E0E0;
  text-decoration: none;
  border-radius: 6px;
  font-size:14px;
}

.dashboard-sidebar a:hover {
  background: rgba(197,160,40,0.15);
  color: #D4AF37;
}

/* ===============================
   BACKDROP (click to close)
================================ */
.dashboard-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

#menu-toggle-checkbox:checked ~ #dashboard-app .dashboard-backdrop {
  opacity: 1;
  visibility: visible;
}

/* ===============================
   MAIN CONTENT
================================ */
/* ===== MAIN CONTENT CENTERING ===== */
.dashboard-main {
  margin-top: 60px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.dashboard-container {
  width: 100%;
  max-width: 1100px;
  justify-content:center;
}
/* ===== MOBILE FIXES ===== */
@media (max-width: 768px) {

  .dashboard-main {
    padding: 24px 16px;
  }

  #dashboard-sidebar {
    width: 260px;
    left: -260px; /* hidden by default */
  }

  #dashboard-sidebar.active {
    left: 0;
  }

  .dashboard-username {
    font-size: 14px;
  }
}
/* ===== Trade Dropdown ===== */

.trade-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tradeOverlay {
  position: absolute;
  top: 110%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  padding: 8px 0;
  width: 160px;
  display: none;
  z-index: 9999;
}

#tradeOverlay a {
  display: block;
  padding: 10px 16px;
  color: #0B1622;
  text-decoration: none;
  font-size: 14px;
}

#tradeOverlay a:hover {
  background: #f4f6f8;
}
