/* Dashboard Styles - 1:1 Match with React Dashboard */

/* Kill all whitespace and margins */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Force dashboard pages to start at top */
html.page-template-dashboard,
html.page-template-watchlist,
html.page-template-latest-dash,
html.page-template-fav-dash,
html.page-template-account-dash,
html.page-template-billing-dash,
html.page-template-password-dash,
body.page-template-dashboard,
body.page-template-watchlist,
body.page-template-latest-dash,
body.page-template-fav-dash,
body.page-template-account-dash,
body.page-template-billing-dash,
body.page-template-password-dash {
    margin: 0 !important;
    padding: 0 !important; 
    height: 100% !important;
    width: 100% !important;
}

body.page-template-dashboard,
body.page-template-watchlist,
body.page-template-latest-dash,
body.page-template-fav-dash,
body.page-template-account-dash,
body.page-template-billing-dash,
body.page-template-password-dash {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

body.page-template-dashboard > *,
body.page-template-watchlist > *,
body.page-template-latest-dash > *,
body.page-template-fav-dash > *,
body.page-template-account-dash > *,
body.page-template-billing-dash > *,
body.page-template-password-dash > * {
    display: none !important;
}

body.page-template-dashboard > .dashboard-wrapper,
body.page-template-watchlist > .dashboard-wrapper,
body.page-template-latest-dash > .dashboard-wrapper,
body.page-template-fav-dash > .dashboard-wrapper,
body.page-template-account-dash > .dashboard-wrapper,
body.page-template-billing-dash > .dashboard-wrapper,
body.page-template-password-dash > .dashboard-wrapper,
body.page-template-discord > .dashboard-wrapper,
body.page-template-alpha-bytes > .dashboard-wrapper {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

/* CSS Variables - Matching React's shadcn/ui system */
:root {
  --background: 0 0% 100%;
  --foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 47.4% 11.2%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 47.4% 11.2%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;
  --ring: 215 20.2% 65.1%;
  --radius: 0.5rem;
}

/* Hide WordPress header, footer, and admin bar on dashboard pages */
body.page-template-dashboard .site-header,
body.page-template-watchlist .site-header,
body.page-template-latest-dash .site-header,
body.page-template-fav-dash .site-header,
body.page-template-account-dash .site-header,
body.page-template-billing-dash .site-header,
body.page-template-password-dash .site-header,
body.page-template-dashboard .site-footer,
body.page-template-watchlist .site-footer,
body.page-template-latest-dash .site-footer,
body.page-template-fav-dash .site-footer,
body.page-template-account-dash .site-footer,
body.page-template-billing-dash .site-footer,
body.page-template-password-dash .site-footer,
body.page-template-dashboard > footer,
body.page-template-watchlist > footer,
body.page-template-latest-dash > footer,
body.page-template-fav-dash > footer,
body.page-template-account-dash > footer,
body.page-template-billing-dash > footer,
body.page-template-password-dash > footer,
body.page-template-dashboard > header:not(.dashboard-header),
body.page-template-watchlist > header:not(.dashboard-header),
body.page-template-latest-dash > header:not(.dashboard-header),
body.page-template-fav-dash > header:not(.dashboard-header),
body.page-template-account-dash > header:not(.dashboard-header),
body.page-template-billing-dash > header:not(.dashboard-header),
body.page-template-password-dash > header:not(.dashboard-header),
body.page-template-dashboard #wpadminbar,
body.page-template-watchlist #wpadminbar,
body.page-template-latest-dash #wpadminbar,
body.page-template-fav-dash #wpadminbar,
body.page-template-account-dash #wpadminbar,
body.page-template-billing-dash #wpadminbar,
body.page-template-password-dash #wpadminbar,
body.page-template-dashboard .admin-bar,
body.page-template-watchlist .admin-bar,
body.page-template-latest-dash .admin-bar,
body.page-template-fav-dash .admin-bar,
body.page-template-account-dash .admin-bar,
body.page-template-billing-dash .admin-bar,
body.page-template-password-dash .admin-bar,
body.page-template-dashboard > *:not(.dashboard-wrapper),
body.page-template-watchlist > *:not(.dashboard-wrapper),
body.page-template-latest-dash > *:not(.dashboard-wrapper),
body.page-template-fav-dash > *:not(.dashboard-wrapper),
body.page-template-account-dash > *:not(.dashboard-wrapper),
body.page-template-billing-dash > *:not(.dashboard-wrapper),
body.page-template-password-dash > *:not(.dashboard-wrapper),
body.page-template-discord > *:not(.dashboard-wrapper),
body.page-template-alpha-bytes > *:not(.dashboard-wrapper) {
    display: none !important;
}

/* Remove all margins and padding from html and body */
html.page-template-dashboard,
html.page-template-watchlist,
html.page-template-latest-dash,
html.page-template-fav-dash,
html.page-template-account-dash,
html.page-template-billing-dash,
html.page-template-password-dash,
html.page-template-discord,
html.page-template-alpha-bytes,
html.page-template-dashboard body,
html.page-template-watchlist body,
html.page-template-latest-dash body,
html.page-template-fav-dash body,
html.page-template-account-dash body,
html.page-template-billing-dash body,
html.page-template-password-dash body,
html.page-template-discord body,
html.page-template-alpha-bytes body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Base styles */
body.page-template-dashboard,
body.page-template-watchlist,
body.page-template-latest-dash,
body.page-template-fav-dash,
body.page-template-account-dash,
body.page-template-billing-dash,
body.page-template-password-dash,
body.page-template-discord,
body.page-template-alpha-bytes {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
    color: #1f2937;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Ensure dashboard wrapper is the first visible element */
body.page-template-dashboard::before,
body.page-template-watchlist::before,
body.page-template-latest-dash::before,
body.page-template-fav-dash::before,
body.page-template-dashboard::after,
body.page-template-watchlist::after,
body.page-template-latest-dash::after,
body.page-template-fav-dash::after {
    display: none !important;
}

html.page-template-dashboard,
html.page-template-watchlist,
html.page-template-latest-dash,
html.page-template-fav-dash {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove any top margin/padding from WordPress admin bar space */
html.page-template-dashboard,
html.page-template-watchlist,
html.page-template-latest-dash,
html.page-template-fav-dash,
body.page-template-dashboard,
body.page-template-watchlist,
body.page-template-latest-dash,
body.page-template-fav-dash,
body.page-template-dashboard .dashboard-wrapper,
body.page-template-watchlist .dashboard-wrapper,
body.page-template-latest-dash .dashboard-wrapper,
body.page-template-fav-dash .dashboard-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Fix for WordPress admin bar space */
html.wp-toolbar {
    padding-top: 0 !important;
}

/* Hide any theme injected content */
body.page-template-dashboard > div:not(.dashboard-wrapper),
body.page-template-watchlist > div:not(.dashboard-wrapper),
body.page-template-latest-dash > div:not(.dashboard-wrapper),
body.page-template-fav-dash > div:not(.dashboard-wrapper),
body.page-template-dashboard > section,
body.page-template-watchlist > section,
body.page-template-latest-dash > section,
body.page-template-fav-dash > section,
body.page-template-dashboard > nav,
body.page-template-watchlist > nav,
body.page-template-latest-dash > nav,
body.page-template-fav-dash > nav {
    display: none !important;
}

/* Dashboard Wrapper */
.dashboard-wrapper {
    position: relative;
    height: 100%;
    background-color: #f9fafb;
    width: 100%;
    overflow: hidden;
}


/* Sidebar */
/*.dashboard-sidebar {
    width: 256px;
    background-color: #ffffff;
    border-right: 1px solid #e5e7eb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    transition: left 0.2s ease-in-out;
    z-index: 100;
}

.dashboard-sidebar.collapsed {
    left: -256px;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    width: 256px; 
}*/
html.wp-dark-mode-active .brand-logo img {
    filter: invert(100);
}
/*.stock-modal-overlay {
    top: -15% !important;
}*/

.public-cta {
    margin: 2rem 1rem;
    text-align: center;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #E2FFF2 !important;
    padding: 15px 15px !important;
} 
.public-cta h4 {
    margin: 0 0 0.5rem 0;
    color: #041F13 !important;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans" !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.public-cta p {
    margin: 0 0 1rem 0;
    color: rgba(4, 31, 19, 0.75) !important;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans" !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
.public-cta a {
    border-radius: 6px !important;;
    background: #0C9B59 !important;;
    padding: 10px 20px !important;
    color: #FFF !important;;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px !important;;
    font-style: normal;
    font-weight: 600 !important;;
    line-height: normal;
    text-align: center;
    align-items: center;
    justify-content: center;
}

a.read-more:hover{
	
color: #0C9B59 !important;
text-decoration: none;

}

/* Sidebar */
.dashboard-sidebar {
    width: 256px;
    background-color: #ffffff;
    border-right: 1px solid #e5e7eb;
    position: relative;
    height: 100%;
    overflow-y: auto;
    transition: transform 0.2s ease-in-out;
    z-index: 100;
    flex-shrink: 0;
}

.dashboard-sidebar.collapsed {
    transform: translateX(-256px);
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
.sidebar-brand {
    padding: 1.5rem 1rem;
    /*border-bottom: 1px solid #e5e7eb;*/
    height: 5.5rem;
    display: flex;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo > a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo img {
    max-height: 40px;
    width: auto;
    display: block;
}

/* Sidebar Navigation */
.sidebar-nav {
    flex: 1 !important;
    padding: 0.5rem;
}

.sidebar-nav h3 {

text-transform: none;
padding: 0.5rem 1rem;
margin: 0.5rem 0;
color: #041F13;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    margin-bottom: 0.125rem;
}

.sidebar-nav a {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.5rem 1rem;
text-decoration: none !important;
border-radius: calc(var(--radius) - 2px);
transition: all 0.2s;
margin: 0 0.5rem;
color: rgba(4, 31, 19, 0.75); 
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.sidebar-nav a:hover {
    background-color: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
}

.sidebar-nav .active a {
    background-color: #0C9B59;
    font-weight: 500;
    color: #FFF;
    leading-trim: both; 
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sidebar-nav .dashicons,
.sidebar-footer .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.sidebar-nav .settings-link a {
    color: #6b7280;
}

.sidebar-footer {
    padding: 0.5rem;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
}

.sign-out-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: calc(100% - 1rem);
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    color: #dc2626;
    text-decoration: none !important;
    border-radius: calc(var(--radius) - 2px);
    font-size: 0.875rem;
    transition: all 0.2s;
}

.sign-out-btn:hover {
    background-color: #fee2e2;
    color: #b91c1c;
    text-decoration: none;
}

/* Right Side Container */
.dashboard-right {
    position: absolute;
    left: 256px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: left 0.2s ease-in-out;
}

/* When sidebar is collapsed, expand to full width */
.dashboard-wrapper:has(.dashboard-sidebar.collapsed) .dashboard-right {
    left: 0;
}

/* Header */
.dashboard-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 1.5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    z-index: 9999;
}

.sidebar-toggle {
    background: #0C9B59 !important;
    border: 1px solid #e5e7eb;
    padding: 12px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
} 

.sidebar-toggle:hover, .sidebar-toggle:focus {
    background-color: #0C9B59 !important; 
    border-color: #d1d5db;
}

.header-search {
    position: relative;
    width: 400px;
}

.header-search input {
    width: 100%;
    /*padding: 0.5rem 1rem 0.5rem 2.75rem;*/
    border: 1px solid #e5e7eb;
    border-radius: calc(var(--radius) - 2px);
    background-color: #ffffff;
    color: #1f2937 !important;
    transition: all 0.2s;
    color: rgba(0, 0, 0, 0.50);
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 10px 9px 35px !important;
}
.header-search input:focus {
    outline: unset;
}
.header-search input::placeholder {
    color: rgba(0, 0, 0, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.header-search input:focus {
    outline: none;
    border-color: #9ca3af;
    box-shadow: 0 0 0 1px #e5e7eb;
}

.header-search i {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 18px;
    pointer-events: none;
}

/* Ajax Search Lite Integration */
#ajaxsearchlite1 .probox, div.asl_w .probox {
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
border-radius: 6px 0 0 6px !important;
}
#dash-search {
    width: 100%;
}

#dash-search .asl_w {
    width: 100% !important;
    max-width: none !important;
}

#dash-search .orig {
    width: 100% !important;
    /*padding: 0.5rem 1rem !important;*/
    /*border: 1px solid #e5e7eb !important;*/
    border-radius: calc(var(--radius) - 2px) !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-family: "Kumbh Sans" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

#dash-search .orig::placeholder {
    color: rgba(0, 0, 0, 0.50) !important;
}

#dash-search .orig:focus {
    outline: none !important;
    border-color: #9ca3af !important;
    /*box-shadow: 0 0 0 1px #e5e7eb !important;*/
}

/* Ajax Search Lite Results */
#ajaxsearchliteres1 {
    margin-top: 0.5rem !important;
    border-radius: calc(var(--radius) - 2px) !important; 
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
    padding: 17px;
}

.dashboard-wrapper #ajaxsearchliteres1 { 
    position: absolute;
    left: 40px;
    width: calc(100% - 80px) !important;
}
.dashboard-wrapper  div.asl_r .results .item .asl_content { 
    padding: 3px 3px 5px 80px;
    position: relative;
}
.dashboard-wrapper  div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image { 
    position: absolute;
    left: 0;
}
.dashboard-wrapper  div.asl_r .results .item .asl_content h3{
    line-height: 1.2;
}
.dashboard-wrapper .results .after-title-meta li:not(.entry-meta-avatar):not(:last-child)::after{
    display: none;
}
.dashboard-wrapper .results .entry-meta.after-title .after-title-meta { 
    gap: 0 5px; 
}
div.asl_r .resdrg {
    padding: 0 0 20px 0;
}
.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-status { 
    /*font-size: 0.875rem;
    color: #6b7280;*/
color: #041F13;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.notification-btn {
    position: relative;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #6b7280;
    border-radius: calc(var(--radius) - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn:hover {
    background-color: #f3f4f6;
}

.notification-dot {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 7px;
    height: 7px;
    background-color: #ef4444;
    border-radius: 50%;
    border: 2px solid #ffffff;
    fill: #FF7373;
    stroke-width: 1px;
    stroke: #FFF;
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
border: 1px solid #3ED37A;
}

/* Dashboard Content */
.dashboard-content {
    padding: 2rem;
    flex: 1;
    overflow-y: auto;
}

.content-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}


/* Cards */
.card {
    
    /*border: 1px solid #e5e7eb;
    border-radius: var(--radius);*/
    overflow: hidden;
    margin-bottom: 1.5rem;
border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
}
.dashboard-content .card{
overflow:visible;
}
table{
overflow:visible !important;
}
.card-header {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3 {
    color: #041F13;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin: 0;
}

.card-body {
    padding: 20px;
}
.card.account-status-card .card-body {
    padding: 0;
}

.card.watchlist-card .card-body {
    padding: 0;
}
 
/* Buttons */
.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: calc(var(--radius) - 2px);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    border-radius: 6px;
background: #0C9B59;
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.btn-primary:hover {
    background-color: #0C9B59 !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-secondary {
    background-color: transparent;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

.btn-secondary:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

.btn-block {
    width: 100%;
}

.view-all {
    color: #0C9B59;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration: underline;
/*text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;*/
}

.view-all:hover {
    text-decoration: none;
    color: #0C9B59;
}
.btn-secondary:hover{text-decoration: none !important;}
/* Watchlist */
.watchlist-items {
    display: flex;
    flex-direction: column;
}

.watchlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0.75rem 0;*/
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s;
}
main {margin: 0px !important;} 

.watchlist-item:last-child {
    border-bottom: none;
}

.watchlist-item:hover {
    background-color: #f9fafb;
}

.stock-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 105px;
    padding: 5px;
}
.stock-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100px;
    padding: 5px;
}

.stock-info strong {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1f2937;
}

.stock-info span {
    color: rgba(4, 31, 19, 0.75);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.stock-price strong {
    color: #041F13;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

span.price-negative {
    color: #F65656;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.price-positive {
color: #0C9B59;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
p.stock-rating-txt {
    color: rgba(4, 31, 19, 0.75);
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0 0 7px 0;	
}
.rating-buy{
color: #FFF; 
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
border-radius: 6px;
background: #0C9B59;
}
span.stock-rating.rating-reduce, .rating-sell {
    border-radius: 6px;
    background: #F65656;
    color: #fff;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}


button.report-count-btn.deep-dive, .report-count-btn.reports, .report-count-btn.mentions {
    color: #041F13;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
padding: 0;
    margin: 0;
}
   
button.report-count-btn{ position:relative;}

button.report-count-btn.mentions:before {
    left: auto;
    content: '';
    background-image: url(https://investology.ai/wp-content/uploads/2025/07/Vector-3.svg);
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
}
button.report-count-btn.deep-dive:before, button.report-count-btn.reports:before {
    left: auto;
    content: '';
    background-image: url(https://investology.ai/wp-content/uploads/2025/07/Vector-1.svg);
    height: 15px;
    width: 12px;
    display: inline-block;
    position: absolute;
}
.report-count-btn span {
    margin: 0 0 0 18px;
}
span.stock-rating {
    padding: 5px;
}

.stock-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 0 auto;
    /*width: 55%;
    justify-content: space-between;*/
	width: 100%;
    justify-content: space-evenly;
padding: 5px;
}
.stock-rating {
    padding: 5px;
}

.report-count {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: rgba(4, 31, 19, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.latest-report {
    color: rgba(4, 31, 19, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.more-options {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #041F13BF;
    border-radius: calc(var(--radius) - 4px);
}

.more-options:hover {
    background-color: #f3f4f6;
    color: #6b7280;
}

/* Account Status */
.account-info {
    /*margin-bottom: 1.5rem;*/
padding: 1.5rem;
}

.premium-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-bottom: 1rem;
position:relative;
}

.premium-badge .dashicons.dashicons-awards:before {
    content: '';
    background-image: url(https://investology.ai/wp-content/uploads/2025/07/Group.svg);
    height: 12px;
    width: 16px;
    display: flex;
    position: absolute;
    text-align: center;
    margin: 4px 0 0 0;
    left: auto;
    align-items: center;
    justify-content: center;
}
.user-profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.user-profile:after{
display: none;
}

.user-profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
border: 1px solid #3ED37A;
}

.user-profile strong {
    display: block;
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.user-profile span {
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.membership-details {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    /*margin-bottom: 1rem;*/
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-item .label {
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.detail-item .value {
    color: #041F13;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.badge {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 9999px;
    font-weight: 500;
border-radius: 4px;
    background: #B2FFD1;
}

.badge-premium {
    /*background-color: #fef3c7;
    color: #92400e;*/
    border-radius: 4px;
    background: #B2FFD1;
}

/* Usage Stats */
.usage-stats {
    margin-bottom: 1rem;
}

.usage-stats h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.75rem;
}

.stat-item {
    margin-bottom: 0.75rem;
}

.stat-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.progress-bar {
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #3b82f6;
    transition: width 0.3s ease;
}

/* Quick Stats */
.quick-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    /*margin-bottom: 1rem;*/
padding: 1.5rem;
}

.quick-stat {
    text-align: center;
    padding: 0.75rem;
    /*background-color: #f9fafb;
    border-radius: calc(var(--radius) - 2px);*/
border-radius: 4px;
background: #B2FFD1;
    border: 1px solid #e5e7eb;
}

.quick-stat strong {
    display: block;
    color: #041F13;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.quick-stat span {
    color: rgba(4, 31, 19, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.subscription-wrap {
    padding: 0 1.5rem 1.5rem !important;
} 
.subscription-wrap .btn-secondary {
    color: #374151;
    border-radius: 6px;
    background: #0C9B59;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.subscription-wrap .btn-secondary:hover {
text-decoration: none !important;
background: #0C9B59;
}
#sidebarToggle i.dashicons.dashicons-menu.wp-dark-mode-bg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#sidebarToggle .dashicons-menu:before {
    content: '';
    background-image: url(https://investology.ai/wp-content/uploads/2025/07/CaretDoubleLeft.svg);
    height: 10px;
    width: 10px;
    display: flex;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: auto;
    align-items: center;
    justify-content: center;
}
#sidebarToggle.rotated .dashicons-menu:before {
    content: '';
    background-image: url(https://investology.ai/wp-content/uploads/2025/07/CaretDoubleLeft.svg);
    height: 10px;
    width: 10px;
    display: flex;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: auto;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}
/* Research Insights */
.insights-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
/*padding: 20px 21px;*/
}

.insight-item {
    display: flex;
    gap: 15px;
    padding: 1rem; 
    border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #FFF;
    transition: all 0.2s;
}

.insight-item:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.insight-icon {
    width: 50px;
    height: 50px;
    color: #FFFFFFD9;
    border-radius: 6px;
    background: #0C9B59;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
position: relative;
}
.insight-icon .dashicons.dashicons-fla<style>
    .latest-reports-content{
        overflow-y: auto;
    } 
</style>g:before {
 content: "";
background-image: url(https://investology.ai/wp-content/uploads/2025/07/Vector-4-1.svg);
position: absolute;
height: 24px;
width: 24px;
display: block;
}
.insight-content {
    flex: 1;
}

.insight-header {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.insight-type {
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.rating-badge {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
}

.rating-buy {
    background-color: #0C9B59;
    color: #fff;
}

.rating-hold {
    border-radius: 6px;
background: #F6C356;
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rating-caution {
    background-color: #fee2e2;
    color: #991b1b;
}

.insight-content h4 {
    color: #041F13;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin: 0 0 0.25rem;
    line-height: 1.25;
}

.insight-content p {
    color: rgba(4, 31, 19, 0.75);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.insight-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insight-footer .time {
    color: rgba(4, 31, 19, 0.85);
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.insight-footer a.read-more,
.insight-item a.read-more,
a.read-more {
    color: #0C9B59 !important;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.insight-footer .read-more:hover,
.insight-item .read-more:hover,
a.read-more:hover,
.read-more:hover,
.read-more:focus,
.read-more:active {
    color: #0C9B59 !important;
    text-decoration: none !important;
    background-color: transparent !important;
    background: transparent !important;
}

.insight-footer .read-more::after{ display: none;}

/* Override any parent theme link styles */
.dashboard-main .read-more,
.dashboard-main .read-more:hover,
.dashboard-main .read-more:focus,
.dashboard-main .read-more:active,
.dashboard-main .read-more:visited {
    background: transparent !important;
    background-color: transparent !important;
}

/* Market News */
.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.news-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: calc(var(--radius) - 2px);
    transition: all 0.2s;
}

.news-item:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.news-item img {
    width: 80px;
    height: 64px;
    object-fit: cover;
    border-radius: calc(var(--radius) - 4px);
    flex-shrink: 0;
}

.news-content {
    flex: 1;
    min-width: 0;
}

.news-meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.category {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3b82f6;
}

.news-meta .time {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #9ca3af;
}

.news-content h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
}

.news-content p {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.source {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Responsive */
@media (min-width: 1025px) and (max-width: 1280px) {
    .content-row {
    display: grid;
    grid-template-columns: 1.5fr 0.6fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
/*.dashboard-sidebar {
    width: 190px;
}*/
}

@media (max-width: 1160px) {
    .content-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .content-row {
        grid-template-columns: 1fr;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
/*.dashboard-sidebar {
    width: 190px;
}*/
}

@media (max-width: 768px) {
    .dashboard-sidebar {
        position: fixed;
        z-index: 1000;
        left: -256px; /* Start collapsed on mobile */
    }
    
    .dashboard-sidebar.open {
        left: 0;
        z-index: 99999;
    }
    
    .dashboard-right {
        left: 0 !important; /* Always full width on mobile */
        right: 0;
    }
    
        
    .header-search {
	display: block;
    }
	
	#dash-search .asl_w {
	    width: unset;
	}
    
	#dash-search #ajaxsearchliteres1.asl_w {
	    width: 300px !important;
	}
	.asl_w_container {
	   min-width: 185px !important;
           padding: 0px 0px !important;
	}
	.header-search {
	    width: auto;
	} 


       .user-status {  
	  display: none;
        }  

	#sidebarToggle-mobile{ 
		display: flex !important;
		position: absolute;
		right: 15px;
	}
	.dashboard-sidebar {
	    width: 100%;
	}
	.dashboard-sidebar.collapsed {
	    transform: translateX(-100%);
	}

}



#sidebarToggle-mobile{ display: none;}

/* Sidebar overlay for mobile */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
.favorites-content, .latest-reports-content{
        overflow-y: auto;
    }

/* Ensure content doesn't get cut off when sidebar is collapsed */
.dashboard-content {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: "Kumbh Sans";
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .reports-filters {
        flex-wrap: wrap;
    }
    
    .filter-group {
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    .dashboard-content {
        padding: 1rem;
    }
    
    .reports-grid {
        grid-template-columns: 1fr;
    }
    
    .reports-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .reports-filters {
        width: 100%;
    }
} 
