/* ============================================
   GLOBAL CSS - PrepStream Application
   ============================================ */

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, button, .feedback-form label, label,.btn-feedback{
	font-family:'Inter', sans-serif !important;
}
header{
background: #002e38 !important;
padding:16px 0px;
}
.feature-card:hover .feature-icon {
    background: #194d4733 !important;
}

.sidebar-menu li:focus-visible {
outline:0px !important;
}

.study-guide-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.study-guide-header-inner {
    flex: 1;
    min-width: 0;
}
.study-guide-focus-weak-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #e5e7eb;
    color: #1f2937;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.5rem;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.study-guide-focus-weak-btn:hover {
    background: #d1d5db;
    color: #111827;
}
.study-guide-focus-weak-btn svg {
    flex-shrink: 0;
	width:16px !important;
}
.header-btn-login {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.header-btn-login:hover {
    background: white;
    color: #0d4f5c;
}

.header-btn-start {
       background: #ddaf3c;
    color: #0f2024;
    font-weight: 500;
	min-width:101.75px !important;
}

.header-btn-start:hover {
    background: #f59e0b;
}

/* Footer Styles */
footer {
    background: #0d4f5c;
    color: #fff;
    padding: 3rem 0;
    margin-top: 0;
    width: 100%;
}

footer .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.footer-content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer-subtitle {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.footer-text {
    font-size: 14px;
    opacity: 1;
    line-height: 1.6;
    color: #ffffffb2;
    width: 381px;
    font-family: 'Inter';
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
	font-family: 'Inter' !important;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
        color: #ffffffb2;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
    font-family: 'Inter';
}

.footer-links a:hover {
    color: #fff;
}
.footer-links svg{
	width:20px;
	height:20px;
}
.footer-bottom {
   text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff80;
}

body.home-page footer {
    display: block;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

.btn:hover {
    background: #1d4ed8;
}

.btn-secondary {
    background: #627d84;
}

.btn-secondary:hover {
    background: #4b5563;
}

.btn-primary {
       background: #ddaf3c;
    color: #0f2024;
    padding: 7px 32.49px;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight:400;
    font-size: 1.1rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 44px;
    font-family: inter;
    font-size: 14px !important;
}
.btn-primary svg{
	width:16px !important;
	height:16px !important;
}
.btn-primary:hover {
    background: #ddaf3ce6 !important;
}

.btn-secondary-alt {
   background: transparent;
    color: #f2f2f2;
    padding: 1rem 2rem;
    border: 1px solid #f2f2f266;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight:400;
    transition: all 0.3s;
    font-family: inter;
    font-size: 14px;
    height: 44px;
    display: flex;
    align-items: center;
}

.btn-secondary-alt:hover {
      background: #f2f2f21a!important;
    color: #fff;
}

.btn-teal {
    background: #194d47;
    color: white;
	font-weight: 500;
	font-size:14px;
	min-width:159.1px;
	min-height:44px;
}

.btn-teal:hover {
    background:#194d47;
}

.btn-yellow {
       background: #ddaf3c;
    color: #0f2024;
    font-weight: 500;
}
.action-card .btn{
	height:40px;
	font-size:14px !important;
	line-height:15px;
}
.btn-yellow:hover {
    background: #f59e0b;
}

.btn-white {
    background: white;
    color: #1a1a1a;
}

.btn-white:hover {
    background: #f5f5f5;
}

/* Card Styles */
.card {
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.hero-buttons a{
	font-size:16px !important;
	font-weight:500 !important;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
}
.testimonial-author{
	display:flex;
	flex-flow:column;
}
.testimonial-author .position{
	font-size:12px;
	color:#627d84;
	padding-top:4px;
	font-weight:400 !important;
}
.error {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.error-message {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Alert Styles */
.alert {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.alert-success {
   background: #d1fae500;
    color: #627d84;
    border: 1px solid #6ee7b7;
    text-align: center;
    font-size: 14px;
}

.alert-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

/* ============================================
   HOMEPAGE STYLES
   ============================================ */

/* Hero Section */
.hero-section {
    background: #002e38;
  height: 600px;
    display: flex;
    align-items: center;
    padding: 96px 0 96px 0;
    color: white;
    margin-top: 0;
    width: 100%;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.hero-content {
    z-index: 1;
}

.hero-title {
    font-size:60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 1.5rem;
    color: #f2f2f2;
	letter-spacing:0.0px;
}

.hero-title .highlight {
    color: #ddaf3c;
}

.hero-description {
        font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #f2f2f2cc;
    width: 503px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 2rem;
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.stars {
       color: #ddaf3c;
    font-size: 1.5rem;
    letter-spacing: 10px;
}

.social-proof span {
       color: #f2f2f2b3;
    font-size: 14px;
    font-family: 'Inter';
}

.hero-image {
    position: relative;
}

.image-panel {
    background: #1a7a8c;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}



.nurse-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.nurse-image-placeholder img{
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    display: block;
    width: 584px;
    height: 328.5px;
}

/* Statistics Section */
.stats-section {
    background: #1a4d47;
    padding: 48px  0;
    width: 100%;
}

.stats-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    text-align: center;
}

.stat-item {
    padding:0px;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
	font-family: "Playfair Display", serif !important;
    
}

.stat-label {
 font-size: 14px;
    color: #ffffffb2;
    text-transform: capitalize;
    /* letter-spacing: 0.05em; */
    MARGIN-TOP: 4PX;
    font-family: 'Inter';
}

/* Section Styles */
.section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0rem 32px;
    width: 100%;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color:#0f2024;
}
.pricing-section .section-description {
	font-size:16px !important;
}
.pricing-annual {
    font-size: 13px;
	text-align:left;
    color: #627d84;
    margin-top: 4px;
    margin-bottom: 1rem;
}
.section-description {
       font-size: 16px;
    text-align: center;
    color: #627d84;
    margin-bottom:0px;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}

/* Features Section */
.features-section {
       background: #f7f7f7;
    width: 100%;
    padding: 80px 0px;

}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: white;
    padding: 32px;
    border-radius: 1rem;
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 
                0 4px 6px -4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}



.feature-icon {
  background: #e8edec !important;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    justify-content: center;
}

.feature-card h3 {
       font-size: 20px;
    font-weight: 600;
    margin:16px 0;
    color: #0f2024;
}

.feature-card p {
        color: #627d84;
    line-height: 1.6;
    font-size: 14px;
    margin-top: 16px;
    padding: 0;
}

/* How It Works Section */
.how-it-works-section {
        background: #e9eded;
    width: 100%;
    padding: 80px 0px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.step-item {
    text-align: center;
}

.step-number {
      width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ddaf3c;
    color: #0f2024;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0;
    color: #0f2024;
}

.step-item p {
      color: #627d84;
    line-height: 1.6;
    font-size: 14px;
}

/* Testimonials Section */
.testimonials-section {
    background: #f7f7f7;
    width: 100%;
	padding: 80px 0px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: white;
    padding: 24px;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-stars {
    color: #fbbf24;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
       font-size: 14px;
    line-height: 1.6;
    color: #0f2024;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
}

/* Pricing Section */
.pricing-section {
    background: #e9eded;
    width: 100%;
    padding: 80px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 768px;
    margin: 2rem auto 0;
}

.pricing-card {
    background: white;
    border-radius: 1rem;
    padding: 32px;
    text-align: center;
	 border: 2px solid transparent !important;
    position: relative;
	 box-shadow: 0 0 0 2px #3b82f600, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.pricing-card.featured {
       box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #ddaf3c, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.pricing-badge {
        position: absolute;
    top: -16px;
    right: 20px;
    background: #dc2828;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.pricing-card h3 {
       font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    color: #0f2024;
}

.pricing-amount {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #1a1a1a;
	margin-bottom:5px !important;
    margin: 20px 0px;
}

.pricing-amount span {
    font-size: 1.2rem;
    color: #627d84;
    font-weight: 400;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.pricing-features li {
   padding-bottom: 12px;
    color: #0f2024;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.pricing-features li:last-child {
    border-bottom: none;
	 padding-bottom: 0px !important;
}
.pricing-features svg{
    stroke: #29a356 !important;
    width: 16px !important;
    height: 16px !important;
	margin-right:4px;
}
.pricing-btn {
      width: 100%;
    padding: 8px 16px;
    background: #1a4d47;
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    font-size: 14px;
    font-family: 'Inter';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-btn:hover {
   background: #194d47e6;
}

.pricing-btn.featured-btn {
   background: #ddaf3c;
    color: #1a1a1a;
}

.pricing-btn.featured-btn:hover {
    background: #ddaf3ce6;
}

/* CTA Section */
.cta-section {
    background-color: #002e38;
    color: white;
    width: 100%;
	padding:80px 0;
}
.cta-section .section-container{
	max-width:768px;
	padding:0px 32px;
}
.cta-section .section-title{
	color:#f2f2f2;
}
.cta-section .section-description {
    color:#f2f2f2cc;
	margin-top:24px;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top:24px;
}

/* ============================================
   DASHBOARD STYLES
   ============================================ */

/* Top Navigation Bar */
.top-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    z-index: 200;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.top-nav-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    justify-content: flex-end;
}

.top-nav-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #374151;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.3s;
    border-radius: 4px;
}

.top-nav-icon:hover {
    background: #f3f4f6;
    color: #1a1a1a;
}

.top-nav-icon.logo-icon {
    background: #1a1a1a;
    color: white;
    border-radius: 50%;
    font-weight: 700;
}

.top-nav-icon.share-icon {
    background: linear-gradient(135deg, #ef4444 0%, #1a1a1a 100%);
    color: white;
    border-radius: 4px;
    font-size: 0.875rem;
}

.top-nav-icon.menu-icon {
    font-size: 1.25rem;
    font-weight: 400;
}
.results-page{
	margin-top:5% !important;
}
/* Sidebar */
.sidebar {
    width: 256px;
    background: #002e38;
    color: white;
    padding: 20px 12px;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
	left:0px;
	border-top: 1px solid #265954
}

.sidebar-logo {
   display:none !important;
}

.sidebar-logo h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sidebar-logo p {
    font-size: 0.75rem;
    opacity: 0.8;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    margin-bottom: 4px;
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #f2f2f2b2;
    text-decoration: none;
    transition: all 0.3s;
		height: 40px;
    width: 232px;
    margin: auto;
	font-size:14px !important;

}
.sidebar-menu a:hover{
	 background: #09414e;
    color: #f2f2f2;
	border-radius: 10px;

}
.performance-tab {
	cursor:pointer;
}
.sidebar-menu a.active {
   background: #09414e;
    color: #ddaf3c;
    border-radius: 10px;
}

.sidebar-menu-icon {
    width: 18px;
	height:18px;
    text-align: center;
}
.sidebar-menu-icon svg{
	  width: 20px;
	height:20px;
}
/* Dashboard Header */
.dashboard-header {
    position: fixed;
    top: 0;
  left: 0px !important; 
    right: 0;
    height: 60px;
    background: #0d4f5c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dashboard-header-left {
    display: flex;
    align-items: center;
    gap:105px;
}

.dashboard-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dashboard-logo-icon {
    width: 24px;
    height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dashboard-logo-icon svg {
    width: 100%;
    height: 100%;
}

.dashboard-logo-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dashboard-logo-text h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
}

.dashboard-logo-text p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1;
    margin-top: 2px;
}

.dashboard-header-nav {
        display: flex;
    gap: 2rem;
    list-style: none;
    margin-right: auto;
    margin-left: 256px;
}

.dashboard-header-nav a {
    text-decoration: none;
    transition: color 0.3s;
	font-size: 14px;
    color: #f2f2f2cc;
    font-weight: 400;
}

.dashboard-header-nav a:hover {
    color: #fbbf24;
}
.dashboard-logo.logo img{
	    width: 83.40px !important;
    height: 40px !important;
    position: absolute;
    top: 7px;
    left: 58px;
}
.dashboard-header-actions {
    display: flex;
    gap:12px;
    align-items: center;
}

.dashboard-header-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    color: #f2f2f2;
}

.dashboard-header-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.dashboard-header-icon svg {
    width: 20px;
    height: 20px;
}

.dashboard-header-icon.notification-icon {
    position: relative;
}

.user-menu {
    position: relative;
}

.user-avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 1000;
}

.user-menu.active .user-dropdown,
.user-menu:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-info {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.user-name {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.user-email {
    font-size: 0.875rem;
    color: #627d84;
}

.dropdown-divider {
    height: 1px;
    background: #e5e7eb;
}

.logout-form {
    margin: 0;
}

.dropdown-item {
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 0.875rem;
    transition: background 0.3s;
    text-align: left;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.dropdown-item span:first-child {
    font-size: 1rem;
}

.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ef4444;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #0d4f5c;
}

/* Dashboard Main Content */
.dashboard-main-content {
    margin-left: 256px;
    margin-top: 60px;
    padding: 32px ;
    width: calc(100% - 256px);
    background: #f7f7f7;
    min-height: calc(100vh - 60px);
}

.page-header {
    margin-bottom: 2rem;
}

.page-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #627d84;
	font-weight:500;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.welcome-section {
    margin-bottom: 2rem;
}

.welcome-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.welcome-subtitle {
    font-size:16px;
    color: #627d84;
}

/* Dashboard Cards */
.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.quiz-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    vertical-align: middle;
    justify-content: center;
}

.quiz-icon {
    font-size: 4rem;
}

.quiz-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.quiz-card p {
   color: #6b7d84;
    width: 372px;
    font-size: 14px;
    line-height: 20px;
}

.performance-card {
    text-align: center;
}
.performance-card h3 svg{
	width: 18px;
    stroke: #194d47;
}
.performance-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}

.circular-progress {
    width:140px;
    height: 140px;
    margin: 0 auto 2rem;
    position: relative;
}

.circular-progress svg {
    transform: rotate(-90deg);
}

.circular-progress circle {
    fill: none;
    stroke-width: 15;
}

.circular-progress .bg {
    stroke: #e5e7eb;
}

.circular-progress .progress {
    stroke: #29a356;
    stroke-dasharray: 439.8;
    stroke-dashoffset: 105.552;
    transition: stroke-dashoffset 0.5s;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.progress-percentage {
    font-size: 32px;
    font-weight: 700;
    color:#0f2024;
}

.progress-label {
    font-size: 12px;
    color: #627d84;
}

.stats-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.stat-mini {
    background: #e9eded80;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.stat-mini-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.stat-mini-label {
    font-size: 0.875rem;
    color: #627d84;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-icon {
    font-size: 2rem;
}

.stat-content h4 {
        font-size: 12px;
    color: #627d84;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: inter;
}


.stat-content .value {
       font-size: 20px;
    font-weight: 700;
    color: #0f2024;
}

.categories-section {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.categories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories-header h3 {
    font-size: 18px;
	padding-bottom:24px;
    font-weight: 600;
    color: #0f2024;
}
.feedback-header, .feedback-card {
margin: auto;
    width: 512px;
}
.category-item {
       display: flex;
    align-items: center;
    gap: 1rem;
	justify-content:space-between;
    margin-bottom: 42px;
	position:relative;
}

.category-name {
         min-width: 200px;
    font-size: 14px;
    font-weight: 500;
    color: #0f2024;
    font-family: "Playfair Display", serif !important;
}

.category-bar {
    flex: 1;
    height: 12px;
    background: #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.category-fill {
    height: 100%;
    border-radius: 6px;
    transition: width 0.5s;
}

.category-fill.teal, .weakest-bar-fill.teal{ background: #0d4f5c; }
.category-fill.yellow, .weakest-bar-fill.yellow { background: #fbbf24; }
.category-fill.green, .weakest-bar-fill.green { background: #10b981; }
.category-fill.blue, .weakest-bar-fill.blue { background: #3b82f6; }
.category-fill.red, .weakest-bar-fill.red { background: #ef4444; }
.category-fill.purple, .weakest-bar-fill.purple{  background: #9540bf;
}.category-fill.orange, .weakest-bar-fill.orange{ background:#e88c30;}
.category-fill.gold, .weakest-bar-fill.gold{ background:#ddaf3c;}
	
	

.category-percentage {
    min-width: 50px;
    text-align: right;
    font-weight: 500;
    color: #627d84;
	font-size:14px;
}

.action-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.action-card {
    border-radius: 1rem;
    padding: 24px;
    color: white;
	gap:12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.action-card.teal {
    background: #194d47;
}

.action-card.yellow {
    background: #ddaf3c;
    color: #1a1a1a;
}

.action-card h3 {
    font-size:18px;
    font-weight: 500;
}

.action-card p {
        opacity: 1;
    font-size: 14px;
    color: #ffffffcc;
}

.action-card.yellow p {
   color:#0f2024cc;
}

/* ============================================
   QUIZZES PAGE STYLES
   ============================================ */

.quizzes-content {
    padding: 2rem;
}

.quizzes-header {
    margin-bottom: 2rem;
}

.quiz-page-alert {
    margin: -0.5rem 0 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}

.quiz-page-alert-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.quizzes-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.quizzes-search {
    position: relative;
    max-width: 100%;
}

.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 14px;
    color: #1a1a1a;
    background: white;
    transition: all 0.3s;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
}

.search-input::placeholder {
    color: #9ca3af;
}

.quizzes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quiz-category-card {
    background: white;
    border-radius: 0.75rem;
    padding:16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.quiz-category-card-subcategory {
    margin-left: 24px;
    border: 1px solid #e5e7eb;
    background: #fcfcfd;
}

.quiz-category-card[style*="display: none"] {
    display: none !important;
}

.quiz-category-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.quiz-category-icon {
    width: 35px;
    height:35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quiz-category-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quiz-category-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.quiz-category-name {
    font-size:14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
}

.quiz-subcategory-prefix {
    color: #6b7280;
    margin-right: 6px;
}

.quiz-subcategory-parent {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

.quiz-category-questions {
    font-size: 12px;
    color: #627d84;
    margin-bottom: 0;
}

.quiz-progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.quiz-progress-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s;
}

.quiz-progress-purple {
    background: #9333ea;
}

.quiz-progress-blue {
    background: #3b82f6;
}

.quiz-progress-yellow {
    background: #fbbf24;
}

.quiz-progress-green {
    background: #10b981;
}

.quiz-progress-red {
    background: #ef4444;
}

.quiz-progress-orange {
    background: #f97316;
}

.quiz-progress-percentage {
    font-size: 12px;
    font-weight: 600;
    color: #627d84;
    white-space: nowrap;
}

.quiz-category-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr)) auto;
    gap: 0.75rem;
    align-items: end;
    margin-top: 0.25rem;
}

.quiz-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.quiz-filter-group label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.quiz-filter-select {
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    padding: 0 0.75rem;
    font-size: 14px;
    color: #1f2937;
}

.quiz-filter-select:focus {
    outline: none;
    border-color: #0d4f5c;
    box-shadow: 0 0 0 3px rgba(13, 79, 92, 0.12);
}

.quiz-start-btn {
    height: 40px;
    padding: 0 1rem;
    border-radius: 8px;
    background: #194d47;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.quiz-start-btn:hover {
    background: #123b36;
}

.quiz-start-btn.quiz-start-btn-disabled,
.quiz-start-btn.quiz-start-btn-disabled:hover {
    background: #9ca3af;
    cursor: not-allowed;
    pointer-events: auto;
}

@media (max-width: 900px) {
    .quiz-category-filters {
        grid-template-columns: 1fr;
    }

    .quiz-start-btn {
        width: 100%;
    }
}

.dashboard-header-nav a:hover{
	color:#fff;
}
/* ============================================
   FEEDBACK PAGE STYLES
   ============================================ */

.feedback-content {
    padding: 2rem;
    display: flex;
    justify-content: center;
	flex-flow:column;
    align-items: flex-start;
}
.feedback-header{
	margin-bottom:0px !important;
	margin-top: 0 !important;
}
 .feedback-card{
	 margin-top:0px !important;
 }
.feedback-card {
    background: white;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 512px;
    width: 100%;
}

.feedback-title {
    font-size: 30px;
    font-weight: 700;
    color: #0f2024;
    margin-bottom: 0.5rem;
}

.feedback-subtitle {
    font-size: 16px;
    color: #627d84;
    margin-bottom: 2rem;
    margin-top: 16px;
    font-family: inter;
}



.feedback-form .form-group {
    margin-bottom: 20px;
}

.feedback-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.feedback-form .form-control {
       width: 100%;
    padding: 8px 12px;
	font-size:14px !important;
    border: 1px solid #dde3e3;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #1a1a1a;
    background: white;
    transition: all 0.3s;
    font-family: inherit;
    height: 40px;
    background-color: #f7f7f7;
}

.feedback-form .form-control:focus {
    outline: none;
    border-color: #0d4f5c;
    box-shadow: 0 0 0 3px rgba(13, 79, 92, 0.1);
}

.feedback-form .form-control::placeholder {
    color: #9ca3af;
}

.feedback-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
    cursor: pointer;
}

.feedback-form .form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.btn-feedback {
   width: 100%;
    padding: 8px 16px;
    background: #1a4d47;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    /* margin-top: 1rem; */
    height: 40px;
}

.btn-feedback:hover {
    background:#194d47e6;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 79, 92, 0.3);
}

.btn-feedback:active {
    transform: translateY(0);
}

/* ============================================
   QUIZ QUESTION PAGE STYLES
   ============================================ */

.quiz-category-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.quiz-content {
    padding: 2rem;
    margin: 0 auto;
}

.quiz-header {
    margin-bottom: 2rem;
	margin-top:65px !important;
	max-width:672px;
	margin:auto;
}

.quiz-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.quiz-progress-section {
    border-radius: 0.75rem;
	position:relative;
}

.quiz-progress-label {
        font-size: 12px;
    font-weight: 500;
    color: #627d84;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.quiz-progress-bar-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quiz-progress-bar-track {
    flex: 1;
    height: 12px;
    background: #ddaf3c;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.quiz-progress-bar-fill {
    height: 100%;
   background: #194d47;
    border-radius: 6px;
    transition: width 0.5s;
}
main.dashboard-main-content.quiz-content{
	margin-left:256px;
}
.quiz-progress-text {
        font-size: 12px;
    font-weight: 500;
    color: #627d84;
    position: absolute;
    right: 0px;
    white-space: nowrap;
    bottom: 16px;
}

.quiz-question-card {
   background: white;
    border-radius: 1rem;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 672px;
    margin: auto;
    margin-top: 24px;

}

.quiz-question-image {
    width: 100%;
    margin-bottom: 2rem; 
	border-radius: 10px;
    background-color: #e9eded;

    overflow: hidden;
}

.quiz-question-image img {
    width: 341px;
    height: auto;
    display: block;
	margin:auto !important;
	
}

.quiz-question-content {
    width: 100%;
}

.quiz-question-text {
      font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 2rem;
    line-height: 28px;
    font-family: inter;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.quiz-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: white;
    border: 2px solid #dde3e3;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
    font-size: 1rem;
    color: #1a1a1a;
    font-family: inherit;
}

.quiz-option:hover {
    border-color: #194d4766;
    background: #f9fafb;
}

.quiz-option.selected {
        background: #194d470d;
    border-color: #0d4f5c;
    color: #0f2024;
}

.quiz-option-label {
       width: 32px;
    height: 32px;
    display: flex;
	font-size:14px;
    align-items: center;
    justify-content: center;
    background: #e9eded;
    border-radius: 50%;
    font-weight: 500;
    flex-shrink: 0;
    color: #0f2024;
}

.quiz-option.selected .quiz-option-label {
        background: #194d47;
    color: white;
}

.quiz-option-text {
    flex: 1;
	font-size:14px;
}

.btn-submit-answer {
        width: 100%;
    padding: 1rem 2rem;
    background: #194d47;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: inter;
}

.btn-submit-answer:hover:not(:disabled) {
    background: #194d47e6;
}

.btn-submit-answer:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    opacity: 0.6;
}

.floating-action-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 56px;
    height: 56px;
    background: white;
    border: 2px solid #0d4f5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    z-index: 50;
}

.floating-action-btn:hover {
    background: #0d4f5c;
    transform: scale(1.1);
}

.floating-action-btn:hover svg {
    stroke: white;
}

.quiz-option {
    position: relative;
}

.quiz-option-result {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Multi-select quiz option visuals (Select All That Apply) */
.quiz-option-multi .quiz-option-result{
    margin-left: 0 !important;
    width: 34px;
    height: 34px;
    border-radius: 0.5rem;
    background: #e9eded;
    color: #ffffff;
}

.quiz-option-multi.selected .quiz-option-result{
    background: #194d47;
}

.quiz-option-multi.correct .quiz-option-result{
    background: #194d47;
}

.quiz-option-multi.incorrect .quiz-option-result{
    background: #dc2626;
}

.quiz-option.correct {
     background: #29a3560d;
    border-color: #29a356;
    color: #065f46;
}

.quiz-option.correct .quiz-option-label {
       background: #e9eded;
    color: #0f2024;
}

.quiz-option.incorrect {
    background: #dc28280d;
    border-color:#dc2828;
    color: #0f2024;
}

.quiz-option.incorrect .quiz-option-label {
        background: #e9eded;
    color: #0f2024;
}

.quiz-option:disabled {
    cursor: not-allowed;
}

.quiz-rationale {
    margin-top: 10px;
    background: #f9fafb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.rationale-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: white;
    /* border-bottom: 1px solid #e5e7eb; */
    font-weight: 500;
    color: #194d47;
    cursor: pointer;
    font-size: 14px;
}

.rationale-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #627d84;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.rationale-toggle:hover {
    color: #1a1a1a;
}

.rationale-content {
       padding: 16px;
    color: #0f2024;
    line-height: 1.6;
    font-size: 14px;
    background-color: #e9eded;
}

.rationale-content p {
    margin: 0;
}

.rationale-content strong {
    color: #1a1a1a;
}

.btn-next-question {
    width: 100%;
    padding: 1rem 2rem;
    background: #113b37;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-family: inter;
}

.btn-next-question:hover {
    background:#194d47e6;
}

.btn-next-question svg {
    display: inline-block;
}

/* ============================================
   AUTHENTICATION STYLES
   ============================================ */

.auth-container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.card.auth-card{
	width: 100%;
    max-width: 450px;
    margin: 0 auto;
	margin-top:100px !important;
}
.auth-card, .card.auth-card {
    background: white !important;
    border-radius:10px!important;
    padding: 32px!important;
   box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.auth-links.login-link p a{
	color:#194d47 !important;
}
.auth-icon {
    width: 80px;
    height: 80px;
    background: #0d4f5c;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.back-link{
	font-size:12px !important;
}

.auth-title, .card.auth-card h1 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.5rem;
}
.auth-links p a{
	margin-left:5px !important;
	font-weight:500 !important;
}
.auth-links p{
	font-size:14px !important;
    coloR:#627d84;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.auth-icon img{
	width:56px;
	height:56px;
}
.auth-page-body form{
	margin-top:30px !important;
}
.auth-subtitle {
        font-size: 14px;
    color: #627d84;
    text-align: center;
    margin: 14px;
}

.auth-form-group {
    margin-bottom: 16px;
}

.auth-form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.auth-form-group input, .card.auth-card input, .card.auth-card select {
        width: 100%;
    padding: 8px 12px;
    border: 1px solid #dde3e3;
    border-radius: 0.5rem;
    font-size: 1rem;
    background: #f7f7f7;
    color: #888d8e;
    transition: all 0.3s;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
}
.card.auth-card  textarea{
	  background: #f7f7f7;
    color: #888d8e;
	font-size: 14px;
    font-weight: 500;
}
.auth-form-group input:focus {
    outline: none;
	background-color:#f7f7f7 !important;
    box-shadow: none;
}

.auth-form-group input::placeholder {
    color: #9ca3af;
}

.auth-button, .card.auth-card .btn{
      width: 100%;
    padding: 0.875rem;
    background: #194d47;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.5rem;
	font-family:'Inter', sans-serif !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-button:hover, .card.auth-card .btn:hover{
    background:#194d47e6;
}

.auth-button:active {
    transform: translateY(0);
}

.auth-links {
    margin-top: 1.5rem;
    text-align: center;
}

.auth-links a {
    display: block;
    color: #194d47;
    text-decoration: none;
    font-size:14px;
    margin-bottom: 0.75rem;
    transition: color 0.3s;
}

.auth-links a:hover {
    color: #1a7a8c;
    text-decoration: underline;
}

.auth-links a:last-child {
    margin-bottom: 0;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.auth-page-body {
    background: #f5f5f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1200px) {
    .cards-grid,
    .stats-row,
    .action-cards {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        width: 256px;
    }
    
    .dashboard-main-content {
        margin-left: 256px;
        width: calc(100% - 256px);
    }
    
    .dashboard-header {
        left: 200px;
    }
}

@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .stats-container,
    .features-grid,
    .steps-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s;
    }
    
    .sidebar.open {
        transform: translateX(0);
    }
    
    .dashboard-main-content {
        margin-left: 0;
        width: 100%;
    }
    
    .dashboard-header {
        left: 0;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .stats-container,
    .features-grid,
    .steps-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons,
    .cta-buttons {
        flex-direction: column;
    }
    
    .section-container {
        padding: 3rem 20px;
    }
    
    .stats-container {
        padding: 0 20px;
    }
    
    .auth-card {
        padding: 2rem;
    }

    .auth-title {
        font-size: 1.75rem;
    }
}

.logo span{
	 font-family: "Playfair Display", serif;
	 color:#f2f2f2 !important;
	 font-size:20px !important;
	 line-height:22px;
}
.logo img{
	width:117.19px !important;
	height:56px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 900; 
    font-optical-sizing: auto;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

body, .logo .subtitle{
    font-family: 'Inter', sans-serif !important;
}
.logo p{
display: flex;
    flex-flow: column;
    margin-left: 12px;
}
.logo{
	display:flex !important;
	flex-flow:row;
	flex-direction:row !important;
}
.logo .subtitle{
	color:#f2f2f299 !important;
	font-size:12px !important;
}
.mobile-btn{
	display:none !important;
}
.floating-action-btn{
	display:none !important;
}
.study-guide-description{
	color:#627d84 !important;
}
.feature-card:hover{
		  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
		   transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
		    transition-duration: 0.3s;
			background-color:#ebeeee !important;
			border-color:#194d4766 !important;
			    transform: scale(1.03);
    transition: 0.3s ease-out;
	}
	.feature-card{
		border:1px solid #dde3e3 !important;
	}
	section#features .section-description, .pricing-section .section-description{
		margin-top:15px;
		
	}
	.stats-row .stat-card{
		flex-flow:row;
		gap:15px;
	}

	.category-card-weak .category-content{
		position:relative;
	}
@media(min-width:0px) and (max-width:767px){
	.nav-links{
		display:none !important;
	}
	.admin-form-container .checkbox-group{
		display:flex !important;
	}
	.mobile-flashcard-card .mobile-card-actions{
		flex-flow:row !important;
	}
	.mobile-simulation-card .admin-btn{
		width:100% !important;
	}
	.admin-card{
		padding:20px !important;
	}
	.admin-form-group label, .admin-form-group input{
		font-size:14px !important;
	}
	.admin-questions-header .admin-btn{
		margin-top:20px;
	}
	.admin-questions-header form{
		flex-flow:column !important;
		align-items:start !important;
	}
	.admin-questions-header  #category{
		width:150px !important;
	}
	.admin-content .flashcard-section{
		padding:10px !important;
	}
	.admin-header-title{
		font-size:16px !important;
	}
	.mobile-card-actions{
		flex-flow:column !important;
	}
	.admin-stat-label, .admin-header .admin-header-actions span{
		font-size:12px !important;
	}
	.admin-stat-value{
		font-size:22px !important;
	}
	.admin-header{
		padding:10px !important;
	}
	.admin-stat-card{
		padding:15px !important;
	}
	.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(146px, 2fr)) !important;
    gap: 10px !important;
    margin-bottom: 2rem;
}
	.admin-btn{
		justify-content:center!important;
	}
	.admin-content{
		padding:15px !important;
	}
	.admin-content td div{
		    flex-wrap: nowrap !important;
	}
	.admin-wrapper .admin-header{
		margin-left:0px !important;
	}
	.admin-questions-header h2{
		margin-bottom:20px !important;
		margin-right:auto !important;
	}
	.admin-questions-header div{
		flex-flow:row;
	}
	.weak-areas-detail .section-title{
		font-size:14px !important;
		line-height:20px !important;
	}
	.concept-text{
		font-size:10px !important;
	}
	a.study-guide-focus-weak-btn{
		margin-right:auto !important;
	}
	
	.study-guide-description, .concept-question{
		font-size:12px !important; 
	}
.category-cards .study-guide-content .category-cards svg{
	width:18px !important;
}
	.concept-question{
		line-height:1.3 !important;
	}
	 .premium-section {
		 padding:10px !important;
	 }
	.quiz-question-image img{
		width:100% !important;
	}
		.category-content .category-name, .weak-areas-header-inner p, .incorrect-pct{
		font-size:12px !important;
	}
	.tutorials-grid, .simulations-grid{
		grid-template-columns:repeat(auto-fill, minmax(100%, 2fr)) !important;
	}
	.category-card-weak{
		gap:8px !important;
	}
	.category-content .incorrect-pct.high{
		font-size:10px !important;
	}
	.incorrect-pct.low{
		font-size:12px !important;
	}
	.study-guide-header{
		font-size:12px !important;
		color:#627d84;
		line-height:18px !important;
	}
	.study-guide-header, .weak-areas-header{
		justify-Content:start !important;
		flex-flow:column !important;
	}
	.simulations-header .simulations-title{
		font-size:24px !important;
	}
	.simulation-title-section .simulation-title{
		font-size:16px !important;
	}
	.simulations-grid{
		grid-template-columns: repeat(auto-fit, minmax(366px, 1fr));
	}
	.dashboard-header-icon svg{
		    width: 20px;
    height: 20px;
}
.quiz-category-arrow{
	width:25px !importanT;
}
	#quizzesList svg{
		width:18px !important;
		height:18px !important;
	}
	.quizzes-header{
		margin-top:20px !important;
	}
	.quizzes-header{
		margin-bottom:20px;
	}
	.dashboard-logo.logo img {
    width: 66.4px !important;
    height: 32px !important;
    position: absolute;
    top: 11px;
    left: 58px;
}
	.dashboard-header{
		padding:12px 16px !important;
	}
	.pricing-amount{
		font-size:30px;
	}
	.pricing-features li{
		gap:4px !important;
	}
	.pricing-card{
		padding:24px !important;
	}
	.section-description {
    font-size: 14px;
	line-height:20px !important;
	margin-top:10px;
	}
		.feature-card h3{
			font-size:18px !important;
		}
	header{
		    padding: 12px 0px !important;
	}
		.logo img {
    width: 100.19px !important;
    height: 48px;
}
	.quizzes-title{
		font-size:24px !important;
	}
	.category-questions{
		font-size:10px !important;
	}
	.mobile-bottom-nav a svg{
		width: 18px;
        height: 18px;
	}
	main.dashboard-main-content.quizzes-content .category-card, main.dashboard-main-content.study-guide-content .category-card{
		height:56px !important;
	}
	 main.dashboard-main-content.quizzes-content .quiz-category-name, main.dashboard-main-content.study-guide-content .category-name{ 
	 color:#0f2024 !important;
	 }
	.stat-mini-label{
    font-size: 12px !important;
    color: #627d84;
}
	.welcome-title{
		font-size:30px !important;
	}
	.expandable-search{
		width:100% !important;
		left:0px !important;
	}
	.category-detail-section .section-title{
		font-size:12px !important;
		}
		.study-guide-title{
			font-size:20px !important;
		}
	.dashboard-main-content {
		margin-bottom:70px !important;
	}
	.results-card{
		margin:15px !important;
	}
	.topic-tag{
		width:fit-content !important;
	}
	.quiz-question-card{
		padding:20px !important;
	}
	.quiz-option{
		padding:12px !important;
	}
	.manage-subscription{
		margin-top:20px !important;
	}
	.plan-card.annual button{
		Bottom:0px !important;
	}
	.membership-plans{
		gap:15px !important;
	}
	.close-sidebar-btn{
		border:0px !important;
	}
	.membership-plans, .tags{
		flex-flow:column!important;
	}
	.close-sidebar-btn{
		border:0px !important;
	}
	.sidebar-header{
		justify-content:end !important;
	}
	.plan-card{
		width:100% !important;
	}
	.payment-method-actions {
    display: flex;
    gap: 8px;
    flex-flow: column;
    width: 100%;
    gap: 10px;
}
.manage-subscription{
	margin-bottom:80px;
}
	main.dashboard-main-content.quiz-content{
		margin-left:0px !important;
	}
	.payment-method-card, .payment-method-actions .payment-button.update, .payment-method-actions .payment-button.cancel{
		width:100% !important;
		min-width:100% !important;
	}
	.flashcard-controls{
		gap:15px !important;
	}
	.flashcard-question{
		line-height:30px !important;
	}
	.filter-btn, .stat-helper{
	font-size:12px !important;
	}
	.flashcards-counter{
		font-size:16px !important;
	}
	.performance-card{
		margin-bottom:32px !important;
	}
	.auth-page-body{
		min-height:auto !important;
	}
	.auth-card, .card.auth-card{
		padding:20px !important;
	}
	.auth-page-body {
    background: #f5f5f5;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
}
	.section-description{
		margin-bottom:20px !important;
	}
	footer .container{
		padding:0px 16px !important;
	}
	.footer-content{
		gap:32px !important;
	}
	.section-title {
    font-size: 24px !important;
    line-height: 32px;
	}
	.step-number{
		font-size: 20px!important;
    width: 56px;
    height: 56px;
	}
	.cta-buttons a{
		justify-content:center !important;
	}
	.features-section, .how-it-works-section, .testimonials-section, .pricing-section, .cta-section{
		padding:0px !important;
	}
	.section-container{
		padding:56px 16px!important;
	}
	    .stats-container{
        grid-template-columns: repeat(2, 1fr) !important;
    }
	.stat-number {
    font-size: 30px!important;
	}
	.stat-label {
    font-size: 12px!important;
	}
	.study-guide-title {
    font-size: 24px;
	margin-bottom:20px;
	}
	.category-card{
		height:72px;
		box-shadow:none;
	}
	.dashboard-main-content{
		padding:16px !important;
	}
	.flashcard-container{
		min-height:auto !important;
	}

	.flashcards-title-section{
		    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
	}
	.flashcards-header{
		margin-bottom:25px;
	}

		.flashcards-counter {
    font-size: 14px;
    font-weight: 400;
    color: #627d84;
}
	.stats-row,.action-cards{
		gap:16px !important;
	}
	.quiz-card p{
		width:100% !important;
	}
	.quiz-card{
		margin-bottom:0px !important;
}
.quiz-card{
	padding:32px !important;
	}
	 .performance-card, .stat-card, .dashboard-main-content .categories-section{
		padding:20px !important;
	}
	.social-proof span{
		font-size:12px !important;
	}
	.stars svg{
		width:14px !important;
		height:14px !important;
	}
	.footer-content {
    display: grid;
    grid-template-columns: auto !important;
	}
	header .container{
		max-width:100% !important;
		padding:0px 16px !important;
}
.dekstop-btn, .hero-image{
	display:none !important;
}
.mobile-btn{
	display:block  !important;
	min-width: 52.48px !important;
   
}
.hero-section{
	height:100% !important;
}
nav .logo span{
	font-size:18px !important;
}
.hero-section{
	padding:48px 0px !important;
}
    .hero-title {
        font-size: 30px;
        line-height: normal;
    }
	.hero-container{
		max-width:100% !important;
		padding:0 16px !important;
	}
	.header-buttons{
		gap:8px !important;
	}
	.header-btn{
		line-height:35px !important;
	}
	.footer-text, .hero-description{
		width:100% !important;
	}
	.hero-title br{
		display:none !important;
}
.hero-description{
	font-size:16px !important;
}
.hero-buttons a{
	justify-Content:center !important;
}
.social-proof{
	gap:6px !important;
}
.stars{
	letter-spacing:1px !important;
}
}

.quiz-card, .performance-card, .stat-card, .categories-section {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-out;
  overflow: hidden;
}

/* Hover Effect */
.quiz-card:hover, .performance-card:hover, .stat-card:hover, .categories-section:hover{
  transform: scale(1.025);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15),
              0 10px 10px -5px rgba(0, 0, 0, 0.08);
  border-color: rgba(26, 77, 71, 0.3);
  background-color: rgba(26, 77, 71, 0.03);
}

/* Gradient overlay */
.quiz-card::before, .performance-card::before, .stat-card::before, .categories-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(
    to bottom right,
    rgba(26, 77, 71, 0.05),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


.quiz-card:hover::before,  .performance-card:hover::before, .stat-card:hover::before, .categories-section:hover::before {
  opacity: 1;
}
.action-card.green {
    background: #326762 !important;
	}
	
	.action-card {
  position: relative;
  border-radius: 1rem;
  transition: 
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    background-color 0.3s ease;
  will-change: transform;
}


.action-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 0 25px rgba(99, 102, 241, 0.35); 
}


.action-card svg {
  transition: transform 0.4s ease;
}

.action-card:hover svg:first-of-type {
  transform: rotate(-6deg) scale(1.1);
}


.action-card button svg {
  transition: transform 0.3s ease;
}

.action-card:hover button svg {
  transform: translateX(4px);
}
.flashcards-title-section{
	justify-content:space-between;
	width:100%;
}

.action-card::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.15) 0%,
    rgba(255,255,255,0.05) 40%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.action-card:hover::before {
  opacity: 1;
}
.stat-card.first svg{
    background-color: #ddaf3c1a;
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}
.stat-card.second svg{
	  background-color: #29a3561a;
   padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}
.stat-card.third svg{
	  background-color: #194d471a;
     padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.quiz-icon {
  width: 4rem;              /* similar to w-16 container */
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;      /* rounded-2xl */

  background: #e8edec;

  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.1);
  transition: all 0.35s ease;
}

/* SVG styling (w-8 h-8 text-primary) */
.quiz-icon svg {
  width: 2rem;
  height: 2rem;
  color:#194d47; /* primary color */
  transition: transform 0.35s ease;
}
.action-card.teal .btn:hover{
	background-color:#deb244 !important;
}

.quiz-icon:hover svg {
  transform: scale(1.15) rotate(-6deg);
}
.testimonial-card {
    position: relative;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 1.5rem;

    /* Default shadow */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);

    transition: 
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Hover Effects */
.testimonial-card:hover {
    background-color: hsl(var(--secondary) / 0.05);
    border-color: #ebd8a8;

    transform: translateY(-6px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}
@media (min-width:768px) and (max-width:1024px){
	 .dashboard-main-content {
        margin-bottom: 70px !important;
    }
}
@media (min-width:1025px) and (max-width:1199px){
	 .dashboard-main-content {
        margin-bottom: 70px !important;
		margin-left:256px !important;
    }
}
@media (min-width:768px) and (max-width:1199px){
	.tutorials-grid{
		    grid-template-columns: repeat(auto-fill, minmax(325px, 2fr)) !important;
	}
	.simulations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr)) !important;
	}
.category-card{
	padding:24px !important;
}
.dashboard-header-nav{
	gap:20px !important;
}
.stats-row{
	        Display: flex;
        margin-top: 32px;
        justify-content: center;
}
    .dashboard-main-content {
        margin-bottom: 70px !important;
	
    }
.quiz-card, .performance-card, .stat-card, .categories-section{
	margin-bottom:0px !important;
}
.action-cards{
	display:flex;
	margin-top:30px;
}
.nurse-image{
	display:none !important;
}
.hero-section{
	height:484px;
}
.hero-title{
	font-size:48px;
	letter-spacing:-1px !important;
}
.stats-container{
	        grid-template-columns: repeat(4, 1fr) !important;
			gap:20px !important;
   
}
.features-grid, .steps-grid, .testimonials-grid{
	grid-template-columns: repeat(3, 1fr) !important;
	        gap: 22px;
   
}
.features-grid .feature-card{
	padding:22px;
	
}
.testimonials-grid, .steps-grid{
	gap:18px;
}
.pricing-grid{
	display:flex;
}
.pricing-card{
	width:100% !important;
}
.section-description{
	margin-bottom:20px !important;
}
}


.checkbox-group input[type="checkbox"]{
	width:auto !important;
}

.admin-content a.admin-btn.admin-btn-primary{
	    background: #002e38;
    color: #fff;
}

/* --- DESKTOP VIEW DEFAULTS --- */
.mobile-menu-btn,
.mobile-bottom-nav {
    display: none; /* Hidden on desktop by default */
}
@media(min-width:0px) and (max-width:1199px){
	.admin-table td div{
		flex-wrap:nowrap !important;
	}
	.mobile-card-actions .admin-btn{
		justify-content:center !important;
	}
	.admin-header h1{
		font-size:18px !important;
	}
	.admin-header{
		padding:12px !important;
		height:72px;
	}
	.admin-table th{
		min-width:150px !important;
	}
	.admin-content .flashcard-section.question .section-content,
	.admin-content .flashcard-section.answer .section-content{
		font-size:14px !important;
	}
	.admin-content .flashcard-detail-container{
		padding:16px !important;
	}
	.admin-content .flashcard-section{
		margin-bottom:16px !important;
	}
}
@media(min-width:992px) and (max-width:1199px){
.dashboard-header-nav{
	margin-left:185px !important;
}
.tags{
	flex-wrap:wrap !important;
}
main.dashboard-main-content.quiz-content{
	margin-left:256px !important;
}
.dashboard-header .dashboard-header-nav{
	gap:15px !important;
}
}
/* --- MOBILE VIEW (Max 768px) --- */
@media (max-width: 992px) {
    /* Top Header Layout */
    .dashboard-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
    }
    
    .dashboard-header-left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .mobile-menu-btn {
        display: block;
        background: transparent;
        border: none;
        color: #fff; /* Adjust if your header text color is different */
        padding: 4px;
        cursor: pointer;
    }

    /* Hide the center desktop navigation */
    .dashboard-header-nav {
        display: none !important;
    }

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

    /* Fixed Bottom Navigation */
    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #002e38; /* Match your topbar background */
        justify-content: space-around;
        padding: 12px 0 ;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 1000;
    }

    .mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
    }

    .mobile-bottom-nav a svg {
        width: 20px;
        height: 20px;
    }

    /* Active State for Bottom Nav */
    .mobile-bottom-nav a.active {
        color: #F59E0B; /* Match the yellowish "Home" color in your screenshot */
    }

}

/* --- Expandable Search Bar --- */
.expandable-search {
    display: none; /* Hidden by default */
        width: calc(100% - 256px);
    padding: 0 16px 12px;
    background-color: #002e38;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 256px;
	padding-left:28px;
}
.expandable-search.active {
    display: block;
    animation: slideDown 0.2s ease-out forwards;
}
.expandable-search input {
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
}
.expandable-search input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* --- Dropdown Menus (Notifications & User) --- */
.dashboard-header-icon {
    position: relative;
    cursor: pointer;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 100;
    color: #333;
    overflow: hidden;
}
.dropdown-menu.active {
    display: block;
    animation: fadeIn 0.2s ease-out;
}
/* Notification specifics */
.dropdown-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}
.dropdown-header span{
	    font-size: 14px;
    font-family: "Playfair Display", serif;
    color: #0f2024;
    font-weight: 600;
}
.dropdown-title { font-weight: 600; font-size: 14px; }
.mark-read { color: #194d47; font-size: 12px; text-decoration: none; }
.notification-item {
    display: flex;
    padding: 12px 16px;
    border-bottom:1px solid #dde3e3;
    gap: 12px;
	    background-color: #fff;
}
.notification-item:hover{
	background-color:#194d470d;
}
.notification-item.unread{
	   background-color: #194d470d;
}
.notification-item .dot {
    width: 8px; height: 8px;
    background: #11332F;
    border-radius: 50%;
    margin-top: 6px;
}
.noti-content h5 { display: block; font-size: 14px; margin-bottom: 4px; color:#0f2024; font-family:'Inter', sans-serif !important;}
.noti-content p { margin: 0; font-size: 12px; color: #627d84; }
.noti-content .time { font-size: 12px; color: #627d8499; }

/* --- Mobile Sidebar --- */
.sidebar-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}
.sidebar-content {
    position: absolute;
    top: 0; left: -280px;
    width: 255px;
    height: 100%;
    background:#002e38; /* Match your theme */
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
}
.sidebar-overlay.active .sidebar-content {
    left: 0;
}
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-logo { height: 28px; }
.close-sidebar-btn {
    background: none; border: none; color: white;
    cursor: pointer; padding: 4px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
}
.sidebar-nav { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.sidebar-nav a {
    display: flex; align-items: center; gap: 12px;
        color: #f2f2f2b3; text-decoration: none;
    padding: 12px 16px; border-radius: 8px;
    font-size: 14px; font-weight: 500;
}
.sidebar-nav a.active {
    background: rgba(255,255,255,0.1);
    color: #ddaf3c; /* Golden color from your screenshot */
	height:40px;
}

/* Animations */
@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Ensure header stays column direction on mobile when search is active */
@media (max-width: 768px) {
    .dashboard-header { flex-wrap: wrap; }
    .dropdown-menu {
        position: fixed;
        top: 60px; right: 16px; left: 16px; width: auto;
    }
}
.admin-header-title{
	color:#fff !important;
}
.admin-header{
	width:100%;
	right:0px;
	margin-left:0px !important;
}
.admin-content a.admin-btn.admin-btn-secondary{
	    background: #6b7280 !important;
    color: white!important;
}
button.admin-btn.admin-btn-secondary, .admin-header a.admin-btn.admin-btn-secondary, .admin-content a.admin-btn.admin-btn-secondary{
border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    height: 36px !important;
    padding: 9px 11.91px !important;
    font-size: 14px !important;
    font-family: 'Inter' !important;
    display: flex !important;
    align-items: center !important;
	    background: #ddaf3c;
    color: #1a1a1a;
	width:max-content;
}
.admin-header-actions span{
	color:#fff !important;
}
.admin-main{
	    flex: 1;
    margin-left: 250px;
    min-height: 100vh;
    width: calc(100% - 256px) !important;
    max-width: 100% !important;
}
.admin-btn-danger{
	    background-color: #ddaf3c !important;
    color: #1a1a1a !important;
    height: 36px;
}
.admin-btn-primary{
	height:36px !important;
}
.admin-table td{
	    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    color: #0f2024;
    font-size: 14px !important;
}
	.admin-table th{
		font-family:"Playfair Display", serif !important;
	}
	main.dashboard-main-content.quizzes-content .quiz-category-name, main.dashboard-main-content.study-guide-content .category-name{
		font-family:"Playfair Display", serif !important;
	}
	main.dashboard-main-content .category-name{
		font-family:'Inter', sans-serif !important;
		

	}
	.category-card  svg{
		    padding-left: 5px;
    margin-right: 6px;
}
	.category-card.expanded {
    border: 2px solid #c3cdcc;
    box-shadow: none;
}

/* --- Home trial offer (from backup) --- */
.home-trial-offer{
    max-width: 764px;
    margin: 48px  auto;
    text-align: center;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #ddaf3c;
    background: #e8eae4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.home-trial-badge{
    display: inline-block;
    background: #ddaf3c;
    color: #0f2024;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 999px;
    letter-spacing: .5px;
}

.home-trial-headline{
    font-size: 26px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 8px;
    color: #111827;
}

.home-trial-desc{
    font-size: 14px;
    color: #627d84;
    max-width: 500px;
    margin: 0 auto 18px auto;
    line-height: 1.6;
}

.home-trial-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ddaf3c;
    color: #0f2024;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all .25s ease;
}

.home-trial-btn:hover{
    background: #ddaf3ce6;
}

.home-trial-btn svg{
    width: 18px;
    height: 18px;
}
 .tutorials-content {
            padding: 32px;
            background: #f7f7f7;
            min-height: 100vh;
        }
        .tutorials-header {
            margin-bottom: 2rem;
        }
        .tutorials-title {
            font-size: 30px;
            font-weight: 800;
            color: #0f2024;
            margin: 0 0 0.5rem 0;
        }
        .tutorials-description {
            font-size: 1rem;
            color: #627d84;
            margin: 0;
        }
        .tutorials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(500px, 2fr));
            gap: 20px;
        }
        .tutorial-card {
            background: #fff;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: all 0.2s;
        }
        .tutorial-card:hover{
            box-shadow: 
    0 20px 25px -5px rgba(0,0,0,0.1),
    0 8px 10px -6px rgba(0,0,0,0.1);
	 animation-duration: 0.3s;
  transition-duration: 0.3s;
        }
        .tutorial-card-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        .tutorial-thumb-wrap {
            position: relative;
            aspect-ratio: 16/9;
            background: #194d471a;
        }
        .tutorial-thumb-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .tutorial-play-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #194d47;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.2s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        .tutorial-play-btn:hover {
            transform: translate(-50%, -50%) scale(1.05);
        }
        .tutorial-play-btn svg {
            margin-left: 4px;
        }
        .tutorial-duration {
            position: absolute;
            bottom: 8px;
            right: 8px;
            background: rgba(0,0,0,0.75);
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            padding: 4px 8px;
            border-radius: 4px;
        }
        .tutorial-body {
            padding: 1rem 1.25rem;
        }
        .tutorial-card-title {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            font-size: 1rem;
            font-weight: 700;
            color: #111827;
            margin: 0 0 0.5rem 0;
        }
        .tutorial-card-title .tutorial-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            color: #627d84;
        }
        .tutorial-card-desc {
            font-size: 14px;
            color: #627d84;
            line-height: 1.5;
            margin: 0;
        }
		
		
		
	/*performance*/
	 
        .performance-wrapper {
            display: flex;
            min-height: 100vh;
            width: 100%;
        }

        .performance-main {
            flex: 1;
            padding: 2rem 2.5rem 3rem;
        }

        .performance-header {
            margin-bottom:16px;
        }

        .performance-title {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 1rem;
        }

        .performance-tabs {
           display: flex;
    border-radius: 9999px;
    background: #e9eded;
    overflow: hidden;
    max-width: 100%;
    padding: 4px;
    border-radius: 8px;
    color: #627d84;
    height: 40px;
    align-items: center;
        }

        .performance-tab {
            flex: 1;
            text-align: center;
            padding: 0.65rem 1rem;
            font-size: 0.875rem;
            font-weight: 500;
            color: #627d84;
			background-color: #e9eded;
        }

        .performance-tab.active {
            background: #f7f7f7;
    color: #0f2024;
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 0px -2px rgba(0, 0, 0, 0.1);
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
        }

        .performance-grid {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
            padding-top: 30px;
            display: grid;
            gap: 2rem;
        }

        .accuracy-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding:0;
			margin-bottom:35px;
			position:relative;
        }

        .accuracy-chart {
            position: relative;
            width: 130px;
            height: 130px;
        }

        .accuracy-circle {
             background: conic-gradient(#29A35C var(--accuracy-percent, 0%), #e5e7eb 0);
	         width: 100%;
			 border-radius:100px;
             height:100%;
             display: flex;
             align-items: center;
             justify-content: center;
        }

        .accuracy-inner {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .accuracy-percentage {
            font-size: 30px;
    font-weight: 800;
    color: #0f2024;
        }

        .accuracy-label {
            font-size: 0.925rem;
            color: #627d84;
            margin-top: 0.25rem;
        }

        .accuracy-subtext {
            font-size: 0.95rem;
            color: #627d84;
			position:absolute;
			bottom:-25px;
        }

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

        .stat-card {
           background: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    border-color: #dde3e3;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        }
.stat-card:hover{
	box-shadow:none !important;
	transform:none !important;
	background-color:#fff; !important;
}
        .stat-label {
           font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffffb3;
    font-weight: 400;
        }

        .stat-value {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111827;
        }

        .stat-helper {
            font-size: 0.85rem;
            color: #9ca3af;
        }

        .categories-section {
            margin-top: 0;
			box-shadow:none;
	padding:0px;
        }
	.categories-section{
	box-shadow:none;
	border:0px !important;
	padding:24px;
	}
	.categories-section:hover {
    transform: none !important;
	box-shadow:none !important;
	}
	.category-row{
	position:relative;
	padding-top:0px !important;
	}
	.category-progress-track{
	position:absolute;
    top:28px;
	}
	.category-percentage{
	    position: absolute;
    right: 0;
    bottom: 15px;
	}
	.categories-list{
	background:#fff;
	    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border:0px !important;
  margin-top:0px;
  }
        .categories-title {
            font-size: 1rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 1rem;
        }

        .categories-list {
            background: #ffffff;
           box-shadow: 
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
            padding: 1.5rem 1.75rem;
        }

        .category-row {
            display: grid;
            grid-template-columns: 2fr 3fr 1fr;
            align-items: center;
            gap: 1rem;
            padding: 1rem 0;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        .category-row + .category-row {
           margin-top:25px;
        }

        .category-name {
            font-size: 0.95rem;
            font-weight: 600;
            color: #111827;
        }

        .category-questions {
            font-size: 0.9rem;
            color: #627d84;
        }

        .category-progress-track {
            width: 100%;
            height: 12px;
            border-radius: 9999px;
            background: #e5e7eb;
            overflow: hidden;
        }

        .category-progress-fill {
            height: 100%;
            border-radius: 9999px;
        }
.stat-label svg{
	
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 22px;
}
        .category-progress-fill.purple { background: #8b5cf6; }
        .category-progress-fill.blue { background: #3b82f6; }
        .category-progress-fill.yellow { background: #facc15; }
        .category-progress-fill.green { background: #22c55e; }
        .category-progress-fill.red { background: #ef4444; }
        .category-progress-fill.orange { background: #f97316; }
        .category-progress-fill.gold { background: #fbbf24; }
        .category-progress-fill.teal { background: #14b8a6; }

        .category-percentage {
            font-size: 0.9rem;
            font-weight: 600;
            color: #111827;
            text-align: right;
        }

        .category-group {
            padding: 1rem 0;
        }

        .category-group + .category-group {
            margin-top: 1rem;
            border-top: 1px solid #f0f2f4;
            padding-top: 1.25rem;
        }

        .category-name-title {
            margin-bottom: 0.35rem;
        }

        #by-category-tab .category-row {
            position: static;
            display: grid;
            align-items: center;
            gap: 1rem;
        }

        #by-category-tab .category-progress-track {
            position: static;
            top: auto;
        }

        #by-category-tab .category-percentage {
            position: static;
            right: auto;
            bottom: auto;
            text-align: right;
        }

        .category-row-overall {
            grid-template-columns: 1.4fr 3fr 0.7fr;
            padding: 0.5rem 0 0.7rem;
        }

        .category-row-difficulty {
            grid-template-columns: 1.4fr 3fr 0.7fr;
            padding: 0.45rem 0;
        }

        .category-row-difficulty + .category-row-difficulty {
            margin-top: 0.15rem;
        }

        #by-category-tab .category-group .category-row + .category-row {
            margin-top: 0.15rem;
        }

        .category-difficulty-name {
            font-size: 0.87rem;
            color: #374151;
            font-weight: 600;
        }

        .category-difficulty-name span {
            color: #6b7280;
            font-size: 0.78rem;
            font-weight: 500;
        }

        /* Suggested Topics & Weakest Areas (screenshot 1) */
        .performance-top-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin-bottom: 2rem;
        }
        .performance-top-card {
            background: #fff;
            border-radius: 0.75rem;
            padding: 1.25rem;
            text-align: center;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            border: 1px solid #e5e7eb;
        }
        .performance-top-card .top-card-icon { margin-bottom: 0.5rem; }
        .performance-top-card .top-card-value { font-size: 1.5rem; font-weight: 800; color: #111827; }
        .performance-top-card .top-card-label { font-size: 0.875rem; color: #627d84; margin-top: 0.25rem; }

        .suggested-section, .weakest-section {
            background: #fff;
            border-radius: 0.75rem;
            padding: 1.5rem 1.75rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            margin-top: 1.5rem;
            border: 1px solid #e5e7eb;
        }
        .suggested-section h3, .weakest-section h3 {
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #111827;
            margin: 0 0 0.5rem 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .suggested-section .section-intro {
               font-size: 12px;
    color: #627d84;
    margin-bottom: 1.25rem;
        }
        .suggested-topic-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
           border-radius:10px;
			background-color:#e9eded80;
			padding:12px;
			margin-top:12px;
            border-bottom: 1px solid #f3f4f6;
        }
        .suggested-topic-item:last-child { border-bottom: none; }
        .suggested-topic-name { font-weight: 600; color: #111827; font-size:14px;}
        .suggested-topic-meta { font-size: 12px; color: #627d84; margin-top: 0.25rem; }
        .suggested-topic-link {
           display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 12px;
    background: #f7f7f7;
    color: #0f2024;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    height: 36px;
    border: 1px solid #dde3e3;
        }
        .suggested-topic-link:hover { background: #0f3d38; color: #fff; }

        .weakest-bar-row {
            display: grid;
            grid-template-columns: 1fr 80px;
            align-items: center;
            gap: 1rem;
            padding: 0.75rem 0;
        }
        .weakest-bar-label { font-size: 14px; font-weight: 500; color: #111827; margin-bottom:10px;}
        .weakest-bar-track {
            height: 10px;
            border-radius: 9999px;
            background: #e5e7eb;
            overflow: hidden;
        }
        .weakest-bar-fill { height: 100%; border-radius: 9999px; }
        .weakest-bar-pct { font-size: 0.875rem; font-weight: 600; color: #111827; text-align: right; }

        @media (max-width: 768px) {
            .performance-top-cards { grid-template-columns: 1fr; }
            .suggested-topic-item { flex-wrap: wrap; gap: 0.75rem; }
            .suggested-topic-link { width: 100%; justify-content: center; }
        }
            .performance-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .performance-main {
                padding: 1.5rem 1rem 2.5rem;
            }

            .performance-grid {
                padding: 1.5rem;
            }

            .overall-stats-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .category-row {
                grid-template-columns: 2fr 1fr;
                grid-template-rows: auto auto;
            }
        }
		
		
		
		
		.simulations-content {
            padding: 32px;
            background: #f7f7f7;
            min-height: 100vh;
        }

        .simulations-header {
            margin-bottom: 2rem;
        }

        .simulations-title {
            font-size:30px;
            font-weight: 800;
            color: #0f2024;
            margin: 0 0 0.5rem 0;
        }

        .simulations-description {
            font-size: 14px;
            color: #627d84;
            margin: 0;
        }

        .simulations-grid {
            display: grid;
             grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 16px;
    margin-bottom: 2rem;
        }

        .simulation-card {
            background: #ffffff;
            border-radius: 1rem;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: all 0.2s;
        }

        .simulation-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }

        .simulation-header {
               display: flex;
    align-items: flex-start;
    gap: 1rem;
	flex-flow:row !important;
    margin-bottom: 0;
    flex-flow: column;
    position: relative;
        }

        .simulation-icon {
              font-size: 22px;
    flex-shrink: 0;
    background-color: #e8edec;
    padding: 10px;
    border-radius: 8px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
        }

        .simulation-title-section {
            flex: 1;
        }

        .simulation-title {
            font-size:16px;
            font-weight: 700;
            color: #111827;
            margin: 0 ;
        }

        .difficulty-badge {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size:10px;
			  position: absolute;
    right: 0;
    top: 10px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .difficulty-badge.green {
        background: #e9f6ee;
    color: #065f46;
  
    border: 1px solid #29a356ae;
        }
   .difficulty-badge.yellow {
          background: #f2b10d1a;
    color: #f2b10d;
    border: 1px solid #f2b10d4d;
        }

        .difficulty-badge.red {
            background: #fee2e2;
			border:1px solid #dc28284d;
            color: #991b1b;
        }

        .simulation-description {
            font-size: 14px;
            color: #627d84;
            line-height:normal;
            margin-top: 4px;
			min-height:40px;
			line-height:22px;
        }

        .simulation-details {
            display: flex;
            gap: 1rem;
            margin: 16px 0px;
            font-size: 12px;
            color: #627d84;
        }

        .simulation-detail-item {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }
.premium-div{
	display:flex;
	flex-flow:column;
}
.premium-hding{
	    font-size: 14px;
    color: #0f2024;
}
	
        .start-simulation-btn {
               width: 100%;
    padding: 0px 12px;
    background: #1a4d47;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
        }

        .start-simulation-btn:hover {
            background: #194d47e6;
            transform: translateY(-1px);
        }

        .premium-section {background-color: rgba(229, 231, 235, 0.5);
    border-radius: 1rem;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    color: #1f2937;
    opacity: 0.7;
    gap: 10px;
    margin-top: 16px;
    min-height: 88px;
        }
		 .premium-icon svg{
    background-color: #e9eded;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
	}
        .premium-icon {
            flex-shrink: 0;
        }

        .premium-content {
            flex: 1;
			display: flex;
    align-items: center;
    justify-content: space-between;
        }

        .premium-text {
                font-size: 12px;
    color: #627d84;
    margin: 0;
    line-height: 1.6;
        }

        .upgrade-btn {
            padding: 0px 12px;
    background: #f7f7f7;
    color: #0f2024;
    border: 1px solid #dde3e3;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    height: 36px;
    opacity: 1;
    font-size: 12px;
    font-family: inter;
        }

        .upgrade-btn:hover {
            background: #0f3d38;
			color:#fff;
            transform: translateY(-1px);
        }

        .floating-action-btn {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #194d47;
            color: #ffffff;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            z-index: 1000;
        }

        .floating-action-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        .floating-action-btn svg {
            width: 24px;
            height: 24px;
        }
		 .flashcards-content {
            padding: 2rem 2.5rem;
            background: #f3f4f6;
            min-height: 100vh;
        }

        .flashcards-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }

        .flashcards-title-section {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .flashcards-title {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            margin: 0;
        }

        .flashcards-counter {
            font-size: 14px;
            font-weight: 400;
            color: #627d84;
        }

        .flashcards-filters {
            display: flex;
            gap: 0.75rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }

        .filter-btn {
                   padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #dde3e3;
    background: #f7f7f700;
    color: #0f2024;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); */
    min-height: 36px;
    display: flex;
    align-items: center;
    text-decoration: none;
        }

     .filter-btn:hover, .filter-btn.active {
    background: #194d47;
    color: #fff;
}

        .flashcard-container {
            display: flex;
            justify-content: center;
            align-items: start;
            margin-bottom: 2rem;
        }

        .flashcard {
             width: 100%;
    max-width: 512px;
    background: #ffffff;
    border-radius: 1.5rem;
    /* box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1); */
    padding: 32px;
    cursor: pointer;
    transition: transform 0.3s;
    position: relative;
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }
.flashcard-front{
	display: flex;
    flex-flow: column;
    justify-content: center;
}
        .flashcard:hover {
            transform: translateY(-4px);
        }
 .flashcard.flipped .flashcard-front, .flashcard.flipped .flashcard-back  {
            transform: rotateY(180deg);
			text-align:center;
        }

       
        .flashcard.flipped {
             transform: rotateY(180deg);
			background: #0d4f5c;
        }
	.flashcard-back .flashcard-category{
	background-color:#fff3;
	color:#fff;
	}
	.flashcard-back .flashcard-answer{
	color:#fff;
	}
        .flashcard-front,
        .flashcard-back {
            backface-visibility: hidden;
            transition: transform 0.3s;
        }
.flashcard.flipped .flashcard-back{
	backface-visibility: visible;
}

        .flashcard-back {
            transform: rotateY(0deg);
            position: absolute;
			 backface-visibility: hidden;
    transform: rotateY(180deg);
            top: 3rem;
            left: 3rem;
            right: 3rem;
        }

        .flashcard-category {
                display: inline-block;
    padding: 0.375rem 0.75rem;
    background: #e8edec;
    color: #194d47;
    border-radius: 30px;
    font-size: 12px;
	margin:auto;
    font-weight: 500;
    text-transform: capitalize;
    /* letter-spacing: 0.05em; */
    margin-bottom: 0px;
        }

        .flashcard-question {
     font-size: 18px;
    font-weight: 500;
    color: #111827;
    line-height: 28px;
    text-align: center;
 margin-top:20px;
        }

        .flashcard-answer {
            font-size: 15px;
            color: #374151;
            line-height: 1.6;
            margin: 16px 0px;
        }

        .flashcard-rationale {
            font-size: 1rem;
            color: #fff;
            line-height: 1.6;
        }

        .flashcard-hint {
               text-align: center;
    color:#fff9;
    font-size: 12px;
    margin-top: 16px;
}

        .flashcard-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .control-btn {
               width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #dde3e3;
    background: #f3f4f6;
    color: #627d84;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
        }

        .control-btn:hover {
              background: #0d4f5c;
            transform: scale(1.05);
        }
.control-btn.bookmarked svg{
	color:#fbbf24 !important;
}
        .control-btn.bookmarked {
            background:#316560 !important;
            color: #ffffff;
        }
.control-btn:hover  svg{
	color:#fff;
	}
	.flashcard-container{
	min-height:auto;
	}
        .control-btn svg {
      width: 16px;
    height: 16px;
    color: #111827;
        }

        .no-flashcards {
            text-align: center;
            padding: 4rem 2rem;
            color: #627d84;
        }

        .no-flashcards h3 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .flashcards-empty-card{
            background:#fff;
            border: 1px solid #e5e7eb;
            border-radius: 0.75rem;
            padding: 3rem 2rem;
            text-align:center;
            max-width: 920px;
            margin: 1.5rem auto 0 auto;
            box-shadow: 0 1px 2px rgba(0,0,0,0.04);
        }
        .flashcards-empty-icon{
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: #f3f4f6;
            display:flex;
            align-items:center;
            justify-content:center;
            margin: 0 auto 1rem auto;
            color:#6b7280;
        }
        .flashcards-empty-text{
            margin: 0 auto 1.25rem auto;
            max-width: 640px;
            color:#627d84;
            font-size: 0.875rem;
            line-height: 1.4;
        }
        .flashcards-empty-actions{
            display:flex;
            justify-content:center;
        }
		
		.category-header{
  display:none !important;
  }
        .study-guide-content {
            padding: 32px;
            background: #f7f7f7;
            min-height: 100vh;
        }

        .study-guide-header {
            margin-bottom: 20px;
        }

        .study-guide-title {
            font-size: 30px;
            font-weight:800;
            color: #0f2024;
            margin: 0 0 0.5rem 0;
        }
      .key-topics .section-title, .key-concepts .section-title{
		     margin-top: 0px !important;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    color: #627d84;
	  }
        .study-guide-description {
               font-size: 14px;
    color: #627d24;
    margin-top: 0px;
        }

        .category-cards {
            display: flex;
            flex-direction: column;
            gap: 12px;
            max-width:100%;
        }

        .category-card {
                background: #fff;
    border-radius: 0.75rem;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: none;
    width: 100%;
    border: 1px solid #dde3e3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        }

        .category-card:hover {
            background: #ffffff;
			box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
        }

        .category-icon {
            font-size: 2rem;
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .category-content {
            flex: 1;
        }

        .category-name {
           font-size: 14px;
    font-weight: 700;
    color: #0f2024;
    margin: 0 0 0.25rem 0;
        }

        .category-questions {
                font-size: 12px;
    color: #627d84;
    margin: 0;
        }

        .category-arrow {
            flex-shrink: 0;
            color: #627d84;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s;
        }

        .category-card.expanded .category-arrow {
            transform: rotate(90deg);
        }

        .category-detail-section {
            display: none;
            margin-top: 0;
        }

        .category-detail-section.active {
            display: block;
        }

        .category-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 2px solid #e5e7eb;
        }

        .category-header-left {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .category-icon-large {
            font-size: 3rem;
            flex-shrink: 0;
        }

        .category-header-info h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            margin: 0 0 0.25rem 0;
        }

        .category-questions-count {
            font-size: 1rem;
            color: #627d84;
            margin: 0;
        }

        .category-header-arrow {
            color: #627d84;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .category-header-arrow:hover {
            transform: translateY(2px);
        }

   
        .key-topics {
    display: flex;
    background-color: #e9eded80;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 10px;
}

    
.action-btn {
height:36px !important;
display:flex;
align-i
}
        .key-concepts {
                margin-bottom:12px;
    background: #fff;
    padding: 16px;
    border: 1px solid #dde3e3;
    border-radius: 10px;
        }

        .concept-item {
                margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
        }

        .concept-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .concept-question {
             font-size: 14px;
    font-weight: 500;
    color: #0f2024;
    margin: 0;
    line-height: 1.6;
        }

        .concept-answer {
            display: flex;
            gap: 0px;
            align-items: flex-start;
        }

        .concept-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            margin-top: 0.125rem;
            color: #f59e0b;
        }

        .concept-text {
               font-size: 12px;
    color: #627d84;
    line-height: 1.6;
    margin-top: 4px;
    flex: 1;
        }

        .action-buttons {
            display: flex;
            gap: 10px;
        }

        .action-btn {
               flex: 1;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    border: none;
        }

        .action-btn.quiz {
            background: #194d47;
            color: #ffffff;
        }



        .action-btn.flashcards {
              background: #f7f7f7;
    color: #0f2024;
    border: 1px solid #dde3e3;
    font-weight: 500;
        }

        .action-btn.flashcards:hover, .action-btn.quiz:hover {
            background: #326762;
			color:#fff !important;
        }

        .action-btn svg {
            width: 16px;
            height: 16px;
        }

        .floating-action-btn {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #194d47;
            color: #ffffff;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            z-index: 1000;
        }

        .floating-action-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        .floating-action-btn svg {
            width: 24px;
            height: 24px;
        }
		.tags{
			display:flex;
			flex-flow:row;
			gap:10px;
		}
		
		 .study-guide-detail-content {
            padding: 2rem 2.5rem;
            background: #ffffff;
            min-height: 100vh;
        }

        .category-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 2px solid #e5e7eb;
        }

        .category-header-left {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .category-icon-large {
            font-size: 3rem;
            flex-shrink: 0;
        }

        .category-header-info h1 {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            margin: 0 0 0.25rem 0;
        }

        .category-questions-count {
            font-size: 1rem;
            color: #627d84;
            margin: 0;
        }

        .category-header-arrow {
            color: #627d84;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .category-header-arrow:hover {
            transform: translateY(2px);
        }

     
        .topic-tag {
           padding: 4px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #ffffff;
    color: #374151;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
        }

        .concept-item {
            border-bottom: 1px solid #e5e7eb;
        }

        .concept-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

      

        .concept-answer {
            display: flex;
            gap: 3px;
            align-items: flex-start;
        }

  

        .concept-icon.lightbulb {
            color: #f59e0b;
        }

        .concept-icon.checkmark {
            color: #10b981;
        }


        .action-btn.quiz {
            background: #194d47;
            color: #ffffff;
        }

      

       
        .action-btn svg {
            width: 16px;
            height: 16px;
        }
		
		  .membership-content {
            padding:32px;
            background: #f7f7f7;
            min-height: 100vh;
        }

        .membership-header {
            margin-bottom: 20px;
        }

        .membership-alert {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1rem 1.25rem;
            border-radius: 10px;
            margin-bottom: 1.5rem;
            font-size: 14px;
            font-weight: 500;
        }
        .membership-alert-warning {
            background: #fef3c7;
            color: #92400e;
            border: 1px solid #f59e0b;
        }
        .membership-alert-info {
            background: #dbeafe;
            color: #1e40af;
            border: 1px solid #3b82f6;
        }

      .membership-header h1{
		  font-size:30px !important;
	  }
.membership-header .membership-description{
	font-size:14px !important;
	color:#627d84;
	margin-top:10px;
}
   

        .active-membership-box {
               box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: hsl(220, 15%, 20%);
    background-color: #ebeeee;
    border-left: 4px solid #1a4d47;
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    height: 84px;
    margin-bottom: 22px;
        }

        .active-membership-content {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex: 1;
        }

        .active-membership-icon {
               background: #29a3561a;
    width: 40px;
    height: 40px;
    color: #29a356;
    padding: 10px;
    border-radius: 25px;
        }

        .active-membership-icon svg {
               width: 20px;
    height: 20px;
    color: #29a356;
        }

        .active-membership-info {
            flex: 1;
        }
  .membership-title, .active-membership-status  {
                color: #0f2024;
    font-weight: 600;
    font-size: 14px;

        }
           .membership-description,.active-membership-details {
             font-size: 12px;
    color: #627d84;
}
        
      

        .active-membership-actions {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .membership-plans {
            display: flex;
            gap: 10px;
            margin-bottom: 2rem;
        }

        .plan-card {
           background: #ffffff;
    border-radius: 1rem;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 328px;
        }

        .plan-card.current {
            border: 2px solid #194d47;
        }

        .plan-card.annual {
            border: 2px solid #ddaf3c;
        }

        .plan-badge {
               position: absolute;
    top: -10px;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
        }

        .plan-badge.current {
            left: 1rem;
            background: #194d47;
            color: #ffffff;
        }

        .plan-badge.savings {
            right: 1rem;
            background: #dc2626;
            color: #ffffff;
        }


main.dashboard-main-content.membership-content  .trial-offer-box{
	  background: #f5f3ed;
            border: 2px solid #ddaf3c;
            border-radius: 12px;
            padding: 1.5rem 2rem;
            margin-bottom: 2rem;
            text-align: center;
            position: relative;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
}

        /* Trial Offer (screenshot 1) */
        .trial-offer-box {
            background: #f5f3ed;
            border: 2px solid #ddaf3c;
            border-radius: 12px;
            padding: 1.5rem 2rem;
            margin-bottom: 2rem;
            text-align: center;
            position: relative;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .trial-offer-badge {
            position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ddaf3c;
    color: #0f2024;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 14px;
    border-radius: 9999px;
        }
        .trial-offer-headline {
           font-size: 14px;
    font-weight: 800;
    color: #0f2024;
	margin-bottom:10px !important;
    margin-top:28px !important;
    font-family: inter;
        }
        .trial-offer-description {
                font-size: 12px;
    color: #627d84;
    line-height: 1.5;
    margin-bottom: 1.25rem;
        }
        .trial-offer-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: #eab308;
            color: #1a1a1a;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .trial-offer-button:hover {
            background: #ca8a04;
        }

        .plan-header {
            margin-bottom:15px;
            padding-top: 0rem;
        }

        .plan-name {
              font-size: 18px;
    font-weight: 700;
    color: #0f2024;
            margin: 0 0 0.5rem 0;
        }

        .plan-price {
            display: flex;
            align-items: baseline;
            gap: 0.25rem;
			margin-top:16px;
        }

        .plan-price-amount {
            font-size: 30px;
            font-weight: 800;
            color: #0f2024;
        }

        .plan-price-period {
               font-size: 14px;
    color: #627d84;
}
       

        .plan-features {
            list-style: none;
            padding: 0;
            margin: 0 ;
			 gap: 6px;
    display: flex;
    flex-flow: column;
        }

        .plan-feature {
            display: flex;
            align-items: flex-start;
              gap:8px !important;
        }

        .plan-feature-icon {
            flex-shrink: 0;
            width: 16px;
            height:16px;
            color: #10b981;
            margin-top: 0.125rem;
        }

        .plan-feature-text {
            font-size: 14px;
            color: #374151;
            line-height: 1.5;
        }

        .plan-button {
            width: 100%;
    padding: 8px 16px;
	height:40px;
    border: none;
    border-radius: 0.5rem;
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    background: #f7f7f7;
    opacity: 0.5;
    font-family: inter;
	border:1px solid #dde3e3;
        }
		.plan-card.annual button{
			background-color:#ddaf3c;
			color:#0f2024;
			opacity:1;
			    position: relative;
		}
		.plan-card.annual button:hover{
			background-color:#ddaf3ce6;
		}
        .plan-button.current {
               background: #f7f7f7;
    color: #627d84;
        }

       

        .plan-button.switch {
            background: #ddaf3c;
            color: #0f2024;
        }

        .plan-button.switch:hover {
            background: #d97706;
        }

        .manage-subscription {
            margin-top: 3rem;
        }

        .manage-subscription-title {
            font-size: 14px;
            font-weight: 700;
            color: #0f2024;
        }

        .payment-method-card {
           background: #ffffff;
    border-radius: 1rem;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-flow: column;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 670px;
        }

        .payment-method-info {
                display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: #e9eded;
    padding: 10px;
    border-radius: 10px;

        }

        .payment-method-icon {
            width: 48px;
            height: 32px;
            background: #f3f4f6;
            border-radius: 0.375rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 600;
            color: #627d84;
        }

        .payment-method-details {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .payment-method-type {
            font-size: 0.875rem;
            font-weight: 600;
            color: #111827;
        }

        .payment-method-number {
                font-size: 12px;
				color: #627d84;
        }

        .payment-method-actions {
            display: flex;
            gap: 8px;
        }

        .payment-button {
            padding: 0.5rem 1rem;
            border: none;
            border-radius: 0.375rem;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .payment-button.update {
          background: #f7f7f7;
    color: #0f2024;
    font-size: 14px;
    min-width: 310px;
    border: 1px solid #dde3e3;
    font-weight: 500;
    font-family: inter;
        }

        .payment-button.update:hover {
            background: #326762;
			color:#fff;
        }

        .payment-button.cancel {
            background: #dc2626;
            color: #ffffff;
			font-size: 14px;
			font-weight:500;
			min-width:310px;
        }

        .payment-button.cancel:hover {
            background:#dc2828e6;
        }

        /* Modal Styles */
        .payment-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(4px);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }

        .payment-modal-overlay.active {
            display: flex;
        }

        .payment-modal {
            background: white;
            border-radius: 1rem;
            padding: 2rem;
            max-width: 500px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            position: relative;
        }

        .payment-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom:0px;
        }

        .payment-modal-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin: 0;
        }

        .payment-modal-close {
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #627d84;
            cursor: pointer;
            padding: 0;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.375rem;
            transition: all 0.2s;
        }

        .payment-modal-close:hover {
            background: #f3f4f6;
            color: #111827;
        }

        .payment-modal-description {
            font-size: 0.875rem;
            color: #627d84;
            margin-bottom: 1.5rem;
        }

        .payment-form-group {
            margin-bottom: 15px;
        }

        .payment-form-label {
            display: block;
            font-size: 0.875rem;
            font-weight: 600;
            color: #374151;
            margin-bottom: 0.5rem;
        }

        .payment-form-input {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #d1d5db;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            color: #111827;
            transition: border-color 0.2s;
        }

        .payment-form-input:focus {
            outline: none;
            border-color: #194d47;
            box-shadow: 0 0 0 3px rgba(25, 77, 71, 0.1);
        }

        #payment-element {
            margin-bottom: 1.5rem;
        }

        .payment-modal-actions {
            display: flex;
            gap: 0.75rem;
            margin-top: 1.5rem;
        }

        .payment-modal-button {
            flex: 1;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .payment-modal-button.cancel {
            background: white;
            color: #374151;
            border: 1px solid #d1d5db;
        }

        .payment-modal-button.cancel:hover {
            background: #f9fafb;
        }

        .payment-modal-button.save {
            background: #194d47;
            color: white;
        }

        .payment-modal-button.save:hover {
            background: #0f3d38;
        }

        .payment-modal-button.save:disabled {
            background: #9ca3af;
            cursor: not-allowed;
        }

        .payment-error {
            color: #dc2626;
            font-size: 0.875rem;
            margin-top: 0.5rem;
            display: none;
        }

        .payment-error.active {
            display: block;
        }

        .payment-success {
            color: #10b981;
            font-size: 0.875rem;
            margin-top: 0.5rem;
            display: none;
        }

        .payment-success.active {
            display: block;
        }

        /* Cancel Membership Modal */
        .cancel-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(4px);
            z-index: 1001;
            align-items: center;
            justify-content: center;
        }

        .cancel-modal-overlay.active {
            display: flex;
        }

        .cancel-modal {
            background:#f7f7f7;
            border-radius: 1rem;
            padding: 24px;
            max-width: 512px;
            width: 90%;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            position: relative;
        }

        .cancel-modal-title {
            font-size: 18px;
            font-weight: 700;
            color: #111827;
            margin: 0 0 1rem 0;
        }

        .cancel-modal-message {
            font-size:14px;
            color: #374151;
            margin-bottom: 24px;
            line-height: 1.5;
        }

        .cancel-modal-actions {
            display: flex;
            gap: 0.75rem;
            margin-top: 1.5rem;
			width:max-content;
			margin-left:auto;
        }

        .cancel-modal-button {
            flex: 1;
               font-size: 14px;
    font-weight: 500;
    font-family: inter;
    padding: 8px 16px;
	border-radius:8px;
    height: 40px;
	border-color:transparent;
            cursor: pointer;
            transition: all 0.2s;
        }

        .cancel-modal-button.keep {
            background: #f7f7f7;
    color: #0f2024;
	min-width:165px;
    border: 1px solid #dde3e3;
        }

        .cancel-modal-button.keep:hover {
            background: #326762;
			color:#fff;
        }

        .cancel-modal-button.confirm {
            background: #dc2626;
            color: white;
        }

        .cancel-modal-button.confirm:hover {
            background: #b91c1c;
        }

        /* Success Notification */
        .success-notification {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f3f4f6;
            border-radius: 0.75rem;
            padding: 1.25rem 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            z-index: 1001;
            display: none;
            min-width: 300px;
            max-width: 400px;
            animation: slideInRight 0.3s ease-out;
        }

        .success-notification.active {
            display: block;
        }

        .success-notification-title {
            font-size: 1rem;
            font-weight: 700;
            color: #111827;
            margin: 0 0 0.5rem 0;
        }
.no-membership-alert-title{
	color:#0f2024;
	font-weight:600;
	font-size:14px;
}
.no-membership-alert-message{
	    font-size: 12px;
    color: #627d84;
}
        .success-notification-message {
            font-size: 0.875rem;
            color: #374151;
            margin: 0;
        }
		.no-membership-alert{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
                0 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: hsl(220, 15%, 20%);
    background-color:#ebeeee;
    border-left: 4px solid #1a4d47; 
	    display: flex;
    align-items: anchor-center;
    gap: 10px;
    padding: 16px;
	border-radius:10px;
	height:84px;
    margin-bottom: 22px;
}
.no-membership-alert-icon{
	    background: #29a3561a;
    width: 40px;
    height: 40px;
	color:#29a356;
    padding: 10px;
    border-radius: 25px;
}
        @keyframes slideInRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideOutRight {
            from {
                transform: translateX(0);
                opacity: 1;
            }
            to {
                transform: translateX(100%);
                opacity: 0;
            }
        }
		
		div#by-category-tab .categories-section,  div#by-category-tab  .categories-section:hover{
			padding:0px !important;
			background-color:#fff !important;
			position:inherit! important;
		}
.study-guide-header{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.study-guide-focus-weak-btn{
    border: 1px solid #dde3e3;
    padding: 0 12px;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 5px;
    font-weight: 500;
    color: #0f2024;
    text-decoration: none;
    background-color: #f7f7f7;
}
.study-guide-focus-weak-btn:hover{
background-color:#326762;
color:#fff !important;
}
 .weak-areas-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; }
        .weak-areas-header-inner { flex: 1; min-width: 0; }
        .weak-areas-btn {
            display: inline-flex; align-items: center; gap: 0.5rem;
            padding: 0.625rem 1rem; background: #dc2626; color: #fff;
            font-size: 0.875rem; font-weight: 600; text-decoration: none;
            border-radius: 0.5rem; white-space: nowrap;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }
        .weak-areas-btn:hover { background: #b91c1c; color: #fff; }
        .weak-areas-btn svg { flex-shrink: 0;  height:16px;
		 width:16px;
		 }
        .weak-areas-banner {
               background: #fef2f2;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-left: 4px solid #dc2828;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
        }
        .weak-areas-banner-icon { color: #dc2626; flex-shrink: 0; margin-top: 0.125rem; }
        .weak-areas-banner h3 {    
		margin: 0 0 0.25rem 0;
    font-size: 14px;
    font-weight: 700;
    color: #0f2024;
    font-family: inter;
}
        .weak-areas-banner p {     
		margin: 0;
    font-size: 12px;
    color: #627d84;
    line-height: 1.5;
 }
        .weak-areas-back { display: inline-flex; align-items: center; gap: 0.5rem; color: #6b7280; text-decoration: none; font-size: 0.875rem; margin-bottom: 1rem; }
        .weak-areas-back:hover { color: #0d4f5c; }
        .incorrect-pct { font-size: 0.875rem; font-weight: 600; }
        .incorrect-pct.high { color: #dc2626; }
        .incorrect-pct.medium { color: #ea580c; }
        .incorrect-pct.low { color: #16a34a; }
        .incorrect-pct.none { color: #9ca3af; }
        .category-card-weak { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; background: #fff; border-radius: 0.75rem; border: 1px solid #e5e7eb; margin-bottom: 0px !important; text-decoration: none; color: inherit; transition: box-shadow 0.2s, border-color 0.2s; }
        .category-card-weak:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-color: #194d4766; }
        .category-card-weak .category-content { flex: 1; min-width: 0; }
        .category-card-weak .category-name { margin: 0 0 0.25rem 0; font-size: 1rem; font-weight: 600; color: #111827; }
        .category-card-weak .category-meta { font-size: 0.8125rem; color: #6b7280; display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; justify-content:space-between; }
        .category-card-weak .category-arrow { flex-shrink: 0; color: #9ca3af; }
		
		.study-guide-content .category-cards svg{
			width:24px !important;
			height:24px !important;
		}
		
		
		.result-page {
            padding: 32px 24px;
            background: #f8f8f8;
            min-height: 100vh;
        }
        .result-inner {
            max-width: 560px;
            margin: 0 auto;
        }
        .result-title {
            font-size: 1.75rem;
            font-weight: 800;
            color: #1a1a1a;
            text-align: center;
            margin: 0 0 2rem 0;
        }
		.result-score-wrap{
			padding: 24px;
    background: #fff !important;
}
        .top-area-result, .result-score-wrap{
            background: #fefdf7;
            border-radius: 12px;
            padding: 1.25rem 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }
		.result-actions{
   display: flex;
    flex-flow: column;
    gap: 15px;
}
        .result-outcome {
               display: flex;
    gap: 1rem;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    text-align: center;
        }
        .result-outcome-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
        }
        .result-outcome-icon.warning {
            color: #d97706;
        }
        .result-outcome-icon.success {
            color: #059669;
        }
        .result-outcome-icon.improve {
            color: #6b7280;
        }
        .result-outcome-title {
            font-size: 1.125rem;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0 0 0.5rem 0;
        }
        .result-outcome-desc {
            font-size:14px;
            color: #627d84;
            line-height: 1.5;
            margin: 0;
        }
        .result-score-wrap {
            text-align: center;
            margin: 2rem 0;
        }
        .result-score-circle {
            width: 140px;
            height: 140px;
            margin: 0 auto 0.75rem;
            position: relative;
        }
        .result-score-circle svg {
            transform: rotate(-90deg);
        }
        .result-score-circle .score-ring-bg {
            fill: none;
            stroke: #e5e7eb;
            stroke-width: 8;
        }
        .result-score-circle .score-ring-fill {
            fill: none;
            stroke: #ddaf3c;
            stroke-width: 8;
            stroke-linecap: round;
            transition: stroke-dashoffset 0.5s ease;
        }
        .result-score-circle .score-text {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
        .result-score-value {
            font-size: 24px;
            font-weight: 800;
            color: #1a1a1a;
            line-height: 1.2;
            display: block;
        }
        .result-score-label {
            font-size: 0.875rem;
            color: #6b7280;
        }
        .result-protocol {
                color: #0f2024;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 20px;
        }
        .result-takeaway-title {
            font-size: 14px;
            font-weight: 700;
            color: #1a1a1a;
			
            margin: 0 0 0.5rem 0;
        }
        .result-takeaway-text {
            font-size: 14px;
            color: #0f2024;
            line-height: 1.5;
			text-align:left;
            margin: 0;
        }
        .result-actions {
            text-align: center;
            margin-top: 24px;
        }
        .result-try-again {
                display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 10px 20px;
    background: #194d47;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
        }
        .result-try-again:hover, button.result-try-again.all-case-studies:hover {
            background: #194d47e6;
            color: #fff;
        }
		.simulation-main .restart-button:hover{
			    background-color: #326762;
    color: #fff;
   
		}
		.simulation-main .restart-button{
			 height: 36px;
    padding: 0 12px;
    border-radius: 8px;
		}
		.result-score-wrap .result-card{
			    padding: 16px;
    background-color: #e9eded;
    margin-top: 20px;
    border-radius: 10px;
}
button.result-try-again.all-case-studies {
    background: transparent;
    border: 1px solid #dde3e3 !important;
    color: #0f2024;
	height:40px;
}
button.result-try-again.all-case-studies svg{
	height:18px;
	width:18px;
}
.simulation-card .simulation-header.upper-part {
    flex-flow: column !important;
}
.study-guide-content a.action-btn.quiz svg{
	width:18px !important;
	height:18px !important;
}
.study-guide-detail-content .section-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #0f2024;
    margin-bottom: 14px;
    text-align: left;
}
.category-content .incorrect-pct.high{
	      color: #dc2626;
    position: absolute;
    right: 0px;
    top: 8px;
    background: #dc28281a;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 15px;
}




.admin-pagination {
    margin-top: 1.5rem;
    width: 100%;
}

.admin-pagination nav {
    width: 100%;
}

/* Mobile version styles */
.admin-pagination .sm\:hidden {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

/* Desktop version styles */
.admin-pagination .hidden.sm\:flex-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Results text */
.admin-pagination .text-sm.text-gray-700 {
    color: #1a1a1a;
    font-size: 0.875rem;
}

/* Pagination buttons container */
.admin-pagination .relative.z-0 {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* All pagination items (links, spans, buttons) */
.admin-pagination a,
.admin-pagination span,
.admin-pagination .relative.inline-flex {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #1a1a1a;
    background: white;
    border: 1px solid #e5e7eb;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    transition: all 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    cursor: pointer;
}

/* Previous/Next buttons with icons */
.admin-pagination a:has(svg),
.admin-pagination span:has(svg) {
    padding: 0.5rem;
}

/* SVG icons */
.admin-pagination svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Active/current page */
.admin-pagination [aria-current="page"] span,
.admin-pagination .active {
    background: #0d4f5c !important;
    color: white !important;
    border-color: #0d4f5c !important;
}

/* Disabled state */
.admin-pagination [aria-disabled="true"] span,
.admin-pagination .cursor-default {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: default;
    pointer-events: none;
}

/* Hover state for links */
.admin-pagination a:hover:not([aria-disabled="true"] *) {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

/* Focus state */
.admin-pagination a:focus,
.admin-pagination .relative.inline-flex:focus {
    outline: 2px solid #0d4f5c;
    outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .admin-pagination a,
    .admin-pagination span,
    .admin-pagination .relative.inline-flex {
        background: #1f2937;
        border-color: #374151;
        color: #e5e7eb;
    }

    .admin-pagination [aria-current="page"] span,
    .admin-pagination .active {
        background: #0d4f5c !important;
        color: white !important;
        border-color: #0d4f5c !important;
    }

    .admin-pagination [aria-disabled="true"] span,
    .admin-pagination .cursor-default {
        background-color: #111827;
        color: #4b5563;
    }

    .admin-pagination a:hover:not([aria-disabled="true"] *) {
        background-color: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }

    .admin-pagination .text-sm.text-gray-700 {
        color: #e5e7eb;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 640px) {
    .admin-pagination .hidden.sm\:flex-1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .admin-pagination .relative.z-0 {
        justify-content: center;
    }
}
.admin-sidebar{
	background-color:#002e38 !important;
}
.admin-nav-item.active, .admin-nav-item:hover{
	background: #09414e !important;
}
.weak-areas-detail .section-title{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #0f2024;
    margin-bottom: 10px;
}
.flashcards-saved-link .btn{
	    display: inline-block;
    padding: 0px 16px;
    background: transparent;
    color: #0f2024;
    text-decoration: none;
    border-radius: 0.5rem;
    border: 1px solid #dde3e3;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
    height: 36px;
	display:flex;
	align-items:center;
}
.flashcards-saved-link, .flashcards-header a.btn.btn-teal{
	position:absolute;
	right:72px;
}
.flashcards-saved-link .btn:hover{
background-color:#326762;
color:#fff;
}
 .flashcards-header a.btn.btn-teal{
        min-width: 100px;
    display: flex;
    align-items: center;
    justify-Content: center;
    min-height: 36px !important;
    height: 36px;
	}
	a.action-btn.flashcards svg{
		width:18px !important;
		height:18px !important;
	}
	.admin-table .flashcard-question {
    max-width: 300px !important;
		margin-top:0px !important;
		font-size:14px !important;
	}
	.admin-table .flashcard-answer{
		font-size:14px !important;
		margin:0px !important;
	}
	.stat-mini-label{
		font-size:12px !important;
	}
