/* /Components/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-lkv1g3sg97] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 33, 33, 0.98);
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    animation: slideUp-b-lkv1g3sg97 0.4s ease-out;
}

@keyframes slideUp-b-lkv1g3sg97 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-consent-content[b-lkv1g3sg97] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-consent-text[b-lkv1g3sg97] {
    flex: 1;
}

.cookie-consent-text p[b-lkv1g3sg97] {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-consent-text p:last-child[b-lkv1g3sg97] {
    margin-bottom: 0;
}

.cookie-consent-text strong[b-lkv1g3sg97] {
    font-size: 16px;
    font-weight: 600;
}

.privacy-link[b-lkv1g3sg97] {
    color: #90caf9;
    text-decoration: underline;
    margin-left: 4px;
}

.privacy-link:hover[b-lkv1g3sg97] {
    color: #bbdefb;
}

.cookie-consent-actions[b-lkv1g3sg97] {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.consent-button[b-lkv1g3sg97] {
    min-width: 100px;
    white-space: nowrap;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .cookie-consent-banner[b-lkv1g3sg97] {
        padding: 16px;
    }

    .cookie-consent-content[b-lkv1g3sg97] {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent-text[b-lkv1g3sg97] {
        text-align: center;
    }

    .cookie-consent-actions[b-lkv1g3sg97] {
        justify-content: center;
        width: 100%;
    }

    .consent-button[b-lkv1g3sg97] {
        flex: 1;
    }
}

/* /Pages/Contact.razor.rz.scp.css */
.content-narrow[b-okyov50ut3]
 {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

.contact-page-content[b-okyov50ut3] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.lead[b-okyov50ut3] {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

.form-label[b-okyov50ut3] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-okyov50ut3] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-okyov50ut3] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.captcha-container[b-okyov50ut3] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.captcha-question[b-okyov50ut3] {
    margin-bottom: 1rem;
}

.captcha-question p[b-okyov50ut3] {
    color: #495057;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.captcha-input-group[b-okyov50ut3] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.captcha-input[b-okyov50ut3] {
    flex: 1;
    max-width: 150px;
}

.captcha-loading[b-okyov50ut3] {
    color: #6c757d;
    font-style: italic;
    display: flex;
    align-items: center;
}

.button-container[b-okyov50ut3] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

.btn[b-okyov50ut3] {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
}

.btn-primary[b-okyov50ut3] {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover:not(:disabled)[b-okyov50ut3] {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary[b-okyov50ut3] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary[b-okyov50ut3] {
    border: 1px solid #6c757d;
    color: #6c757d;
    background-color: transparent;
    padding: 0.5rem;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-secondary:hover:not(:disabled)[b-okyov50ut3] {
    background-color: #6c757d;
    color: white;
}

.btn:disabled[b-okyov50ut3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert[b-okyov50ut3] {
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-success[b-okyov50ut3] {
    background-color: #d1edff;
    border: 1px solid #0084ff;
    color: #004085;
}

.alert-danger[b-okyov50ut3] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.validation-message[b-okyov50ut3] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-page-content[b-okyov50ut3] {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .lead[b-okyov50ut3] {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .captcha-container[b-okyov50ut3] {
        padding: 1rem;
    }
    
    .captcha-input-group[b-okyov50ut3] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .captcha-input[b-okyov50ut3] {
        max-width: none;
        margin-bottom: 0.5rem;
    }
    
    .btn[b-okyov50ut3] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .button-container[b-okyov50ut3] {
        text-align: center;
    }
    
    .button-container .btn[b-okyov50ut3] {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .button-container .btn:last-child[b-okyov50ut3] {
        margin-bottom: 0;
    }
} 
/* /Pages/LandingPage.razor.rz.scp.css */
.landing-container[b-7thqjcg6pw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 90vh;
}

.hero-section[b-7thqjcg6pw] {
    text-align: center;
    padding: 3rem 1rem;
    margin-bottom: 2rem;
    width: 100%;
}

.logo[b-7thqjcg6pw] {
    width: 180px;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.logo:hover[b-7thqjcg6pw] {
    transform: scale(1.05);
}

h1[b-7thqjcg6pw] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.tagline[b-7thqjcg6pw] {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.button-group[b-7thqjcg6pw] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary[b-7thqjcg6pw], .btn-secondary[b-7thqjcg6pw] {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-7thqjcg6pw] {
    background-color: #1e88e5;
    color: white;
    box-shadow: 0 4px 6px rgba(30, 136, 229, 0.2);
}

.btn-primary:hover[b-7thqjcg6pw] {
    background-color: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(30, 136, 229, 0.3);
}

.btn-secondary[b-7thqjcg6pw] {
    background-color: #f5f5f5;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover[b-7thqjcg6pw] {
    background-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.features-section[b-7thqjcg6pw] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
    padding: 1rem;
}

.feature[b-7thqjcg6pw] {
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover[b-7thqjcg6pw] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature i[b-7thqjcg6pw] {
    font-size: 2.5rem;
    color: #1e88e5;
    margin-bottom: 1rem;
}

.feature h3[b-7thqjcg6pw] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
}

.feature p[b-7thqjcg6pw] {
    color: #666;
    line-height: 1.5;
}

/* Styles specific to LandingPage.razor */

.fade[b-7thqjcg6pw] {
  /* Add display: inline-block or block if needed for transform */
  display: inline-block; 
  /* Give it a fixed width to prevent layout shifts */
  /* width: 3ch; Adjust based on the longest word + some padding */
  text-align: center;
  /* Align vertically with surrounding text *//* Or top/bottom depending on desired alignment */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-out[b-7thqjcg6pw] {
  opacity: 0;
  transform: translateY(-20%);
}

.fade-in[b-7thqjcg6pw] {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: Style the h1 container if needed */
.dynamic-search-text[b-7thqjcg6pw] {
    margin-bottom: 0.5rem; /* Adjust spacing for better alignment */
}

/* /Pages/Login.razor.rz.scp.css */
.mb-3[b-du4if1405z]{
    max-width: 400px;
    margin: 1rem auto; 
}

.button-container[b-du4if1405z] {
    text-align: center;
    margin: 3rem auto;
    
}

.form-container[b-du4if1405z]{
    margin: 7rem auto; 
}

.title[b-du4if1405z]{
    text-align: center;
    padding-top: 20px;
}
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-container[b-obtqbwibcr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.pricing-header[b-obtqbwibcr] {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-header h1[b-obtqbwibcr] {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 16px;
}

.pricing-header p[b-obtqbwibcr] {
    font-size: 1.1rem;
    color: #6c757d;
}

/* Free Trial Section - Positioned above other plans */
.free-trial-section[b-obtqbwibcr] {
    margin-bottom: 40px;
    text-align: center;
}

.free-trial-card[b-obtqbwibcr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    padding: 16px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.free-trial-card[b-obtqbwibcr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

.free-trial-card h3[b-obtqbwibcr] {
    font-size: 2rem;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.free-trial-card .price[b-obtqbwibcr] {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.free-trial-card .currency[b-obtqbwibcr],
.free-trial-card .amount[b-obtqbwibcr],
.free-trial-card .cents[b-obtqbwibcr],
.free-trial-card .period[b-obtqbwibcr] {
    color: white;
}

.free-trial-card .amount[b-obtqbwibcr] {
    font-size: 3.5rem;
}

.free-trial-card .description[b-obtqbwibcr] {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.free-trial-card .features[b-obtqbwibcr] {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.free-trial-card .features li[b-obtqbwibcr] {
    color: rgba(255, 255, 255, 0.9);
}

.free-trial-card .features li[b-obtqbwibcr]:before {
    color: #4ade80;
}

.free-trial-card .btn-primary[b-obtqbwibcr] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.free-trial-card .btn-primary:hover[b-obtqbwibcr] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.pricing-toggle[b-obtqbwibcr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.switch[b-obtqbwibcr] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input[b-obtqbwibcr] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-obtqbwibcr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider[b-obtqbwibcr]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider[b-obtqbwibcr] {
    background-color: #007bff;
}

input:checked + .slider[b-obtqbwibcr]:before {
    transform: translateX(26px);
}

.save-badge[b-obtqbwibcr] {
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-grid[b-obtqbwibcr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    gap: 24px;
    margin-top: 40px;
    justify-content: center;
}

.pricing-card[b-obtqbwibcr] {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover[b-obtqbwibcr] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pricing-card.popular[b-obtqbwibcr] {
    border: 2px solid #007bff;
    transform: scale(1.05);
}

.popular-badge[b-obtqbwibcr] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #007bff;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pricing-card h3[b-obtqbwibcr] {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 16px;
    text-align: center;
}

.price[b-obtqbwibcr] {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}

.currency[b-obtqbwibcr] {
    font-size: 1.2rem;
    color: #6c757d;
    vertical-align:super;
}

.amount[b-obtqbwibcr] {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    margin-right: -0.3rem;
}

.cents[b-obtqbwibcr] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    vertical-align: baseline;
    line-height: 1;
}

.period[b-obtqbwibcr] {
    font-size: 1rem;
    color: #6c757d;
}

.description[b-obtqbwibcr] {
    text-align: center;
    color: #6c757d;
    margin-bottom: 24px;
    line-height: 1.5;
}

.features[b-obtqbwibcr] {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.features li[b-obtqbwibcr] {
    padding: 8px 0;
    color: #495057;
    position: relative;
    padding-left: 24px;
}

.features li[b-obtqbwibcr]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.btn-primary[b-obtqbwibcr] {
    width: 100%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-obtqbwibcr] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

@media (max-width: 768px) {
    .pricing-grid[b-obtqbwibcr] {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.popular[b-obtqbwibcr] {
        transform: none;
    }
} 

/* Stat Boxes Styling */
.stats-container[b-obtqbwibcr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.stat-box[b-obtqbwibcr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 12px;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-box[b-obtqbwibcr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-box:hover[b-obtqbwibcr] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* .photo-stat {
    background: linear-gradient(135deg, #d1d1d3 0%, #007bff 100%);
}

.photo-stat::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

.search-stat {
    background: linear-gradient(135deg, #d1d1d3 0%, #007bff 100%);
}

.search-stat::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
} */

.stat-icon[b-obtqbwibcr] {
    font-size: 1.25rem;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.stat-content[b-obtqbwibcr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.stat-number[b-obtqbwibcr] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
}

.stat-label[b-obtqbwibcr] {
    font-size: 0.9rem;
    color: #007bff;
    font-weight: 500;
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.privacy-content[b-ne3ni6mzj9] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.content-narrow[b-ne3ni6mzj9]
 {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

.section[b-ne3ni6mzj9] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.section:last-of-type[b-ne3ni6mzj9] {
    border-bottom: none;
    margin-bottom: 1rem;
}

.section h5[b-ne3ni6mzj9] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.section p[b-ne3ni6mzj9] {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.section a[b-ne3ni6mzj9] {
    color: #007bff;
    text-decoration: none;
}

.section a:hover[b-ne3ni6mzj9] {
    color: #0056b3;
    text-decoration: underline;
}

.lead[b-ne3ni6mzj9] {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

.button-container[b-ne3ni6mzj9] {
    text-align: center;
    padding-top: 2rem;
}

.btn-primary[b-ne3ni6mzj9] {
    padding: 0.75rem 2rem;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .privacy-content[b-ne3ni6mzj9] {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .lead[b-ne3ni6mzj9] {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .section h5[b-ne3ni6mzj9] {
        font-size: 1rem;
    }
} 
/* /Pages/Profile.razor.rz.scp.css */
.dashboard-header[b-0tyk8tbfq3] {
    display:block;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.content-narrow[b-0tyk8tbfq3]
 {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

.subscription-status[b-0tyk8tbfq3] {
    display: block;
    align-items: center;
    gap: 8px;
}

.badge[b-0tyk8tbfq3] {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: capitalize;
}

.bg-success[b-0tyk8tbfq3] {
    background-color: #28a745;
    color: white;
}

.bg-warning[b-0tyk8tbfq3] {
    background-color: #ffc107;
    color: #212529;
}

.bg-danger[b-0tyk8tbfq3] {
    background-color: #dc3545;
    color: white;
}

.bg-secondary[b-0tyk8tbfq3] {
    background-color: #6c757d;
    color: white;
}

.deletion-option-card[b-0tyk8tbfq3] {
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.deletion-option-card:hover[b-0tyk8tbfq3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.deletion-option-card .card-header[b-0tyk8tbfq3] {
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.deletion-option-card .card-header h6[b-0tyk8tbfq3] {
    font-weight: 600;
    margin: 0;
}

.deletion-option-card .card-header i[b-0tyk8tbfq3] {
    margin-right: 8px;
    font-size: 1.1em;
}

.deletion-option-card .card-body[b-0tyk8tbfq3] {
    padding: 1.25rem;
}

.deletion-option-card .alert[b-0tyk8tbfq3] {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    padding: 0.75rem;
}

.deletion-option-card .alert ul[b-0tyk8tbfq3] {
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
}

.deletion-option-card .alert li[b-0tyk8tbfq3] {
    margin-bottom: 0.25rem;
}

.deletion-option-card .btn[b-0tyk8tbfq3] {
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.deletion-option-card .btn:hover:not(:disabled)[b-0tyk8tbfq3] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.deletion-option-card .btn i[b-0tyk8tbfq3] {
    margin-right: 0.5rem;
}

.deletion-option-card .btn:disabled[b-0tyk8tbfq3] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Progress section styling */
.progress-section[b-0tyk8tbfq3] {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 1rem;
}

.progress-section h6[b-0tyk8tbfq3] {
    margin-bottom: 0.75rem;
    color: #495057;
    font-weight: 600;
}

.progress-section ul li[b-0tyk8tbfq3] {
    margin-bottom: 0.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
}

/* Modal styling */
.modal-content[b-0tyk8tbfq3] {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header.bg-danger[b-0tyk8tbfq3] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.modal-body[b-0tyk8tbfq3] {
    padding: 2rem;
}

.modal-body .alert-danger[b-0tyk8tbfq3] {
    border-left: 4px solid #dc3545;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.modal-body .form-label[b-0tyk8tbfq3] {
    font-weight: 600;
    color: #495057;
}

.modal-body .form-control[b-0tyk8tbfq3] {
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.modal-body .form-check-label[b-0tyk8tbfq3] {
    font-weight: 500;
    color: #495057;
    cursor: pointer;
}

.modal-footer[b-0tyk8tbfq3] {
    border-top: 1px solid #dee2e6;
    padding: 1rem 2rem;
    background-color: #f8f9fa;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.modal-footer .btn[b-0tyk8tbfq3] {
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
}

/* Alert styling */
.alert[b-0tyk8tbfq3] {
    border-radius: 0.5rem;
    border: none;
    padding: 1rem 1.25rem;
}

.alert i[b-0tyk8tbfq3] {
    margin-right: 0.5rem;
}

.alert-info[b-0tyk8tbfq3] {
    background-color: #d1ecf1;
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}

.alert-success[b-0tyk8tbfq3] {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-danger[b-0tyk8tbfq3] {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.alert-warning[b-0tyk8tbfq3] {
    background-color: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

/* Workflow progress card */
.card.border-warning[b-0tyk8tbfq3] {
    border-width: 2px !important;
}

.card-header.bg-warning[b-0tyk8tbfq3] {
    font-weight: 600;
}

.card-header.bg-warning i[b-0tyk8tbfq3] {
    margin-right: 0.5rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .deletion-option-card .card-body[b-0tyk8tbfq3] {
        padding: 1rem;
    }
    
    .modal-body[b-0tyk8tbfq3] {
        padding: 1.5rem;
    }
    
    .modal-footer[b-0tyk8tbfq3] {
        padding: 1rem 1.5rem;
    }
    
    .modal-footer .btn[b-0tyk8tbfq3] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .modal-footer .btn:last-child[b-0tyk8tbfq3] {
        margin-bottom: 0;
    }
}

/* Animation for status updates */
@keyframes fadeIn-b-0tyk8tbfq3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert[b-0tyk8tbfq3] {
    animation: fadeIn-b-0tyk8tbfq3 0.3s ease-out;
}

/* Loading spinner customization */
.spinner-border-sm[b-0tyk8tbfq3] {
    width: 1rem;
    height: 1rem;
}

/* Form validation styling */
.field-validation-error[b-0tyk8tbfq3] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.form-control.input-validation-error[b-0tyk8tbfq3] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.input-validation-error[b-0tyk8tbfq3] {
    border-color: #dc3545;
}

/* Typography improvements */
.card-title[b-0tyk8tbfq3] {
    font-weight: 600;
    color: #495057;
}

.text-muted[b-0tyk8tbfq3] {
    color: #6c757d !important;
}

small.text-muted[b-0tyk8tbfq3] {
    font-size: 0.8rem;
}

/* Focus states */
.btn:focus[b-0tyk8tbfq3],
.form-control:focus[b-0tyk8tbfq3],
.form-check-input:focus[b-0tyk8tbfq3] {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-danger:focus[b-0tyk8tbfq3] {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn-warning:focus[b-0tyk8tbfq3] {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
/* /Pages/Register.razor.rz.scp.css */
.mb-3[b-qrcser12s2] {
    max-width: 400px;
    margin: 1rem auto; 
}

.button-container[b-qrcser12s2] {
    text-align: center;
    margin: 3rem auto;
}

.form-container[b-qrcser12s2]{
    margin: 7rem auto; 
}

.form-check[b-qrcser12s2]{
    text-align: left;
}

.title[b-qrcser12s2]{
    text-align: center;
    padding-top: 20px;
}
/* /Pages/RequestInvitation.razor.rz.scp.css */
.content-narrow[b-r0v2p91swi] {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

.invitation-page-content[b-r0v2p91swi] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.lead[b-r0v2p91swi] {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

.form-label[b-r0v2p91swi] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-r0v2p91swi] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-r0v2p91swi] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.captcha-container[b-r0v2p91swi] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.captcha-question[b-r0v2p91swi] {
    margin-bottom: 1rem;
}

.captcha-question p[b-r0v2p91swi] {
    color: #495057;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.captcha-input-group[b-r0v2p91swi] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.captcha-input[b-r0v2p91swi] {
    flex: 1;
    max-width: 150px;
}

.captcha-loading[b-r0v2p91swi] {
    color: #6c757d;
    font-style: italic;
    display: flex;
    align-items: center;
}

.button-container[b-r0v2p91swi] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

.btn[b-r0v2p91swi] {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
}

.btn-primary[b-r0v2p91swi] {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover:not(:disabled)[b-r0v2p91swi] {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary[b-r0v2p91swi] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary[b-r0v2p91swi] {
    border: 1px solid #6c757d;
    color: #6c757d;
    background-color: transparent;
    padding: 0.5rem;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-secondary:hover:not(:disabled)[b-r0v2p91swi] {
    background-color: #6c757d;
    color: white;
}

.btn:disabled[b-r0v2p91swi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert[b-r0v2p91swi] {
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-success[b-r0v2p91swi] {
    background-color: #d1edff;
    border: 1px solid #0084ff;
    color: #004085;
}

.alert-danger[b-r0v2p91swi] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.validation-message[b-r0v2p91swi] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .invitation-page-content[b-r0v2p91swi] {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .lead[b-r0v2p91swi] {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .captcha-container[b-r0v2p91swi] {
        padding: 1rem;
    }
    
    .captcha-input-group[b-r0v2p91swi] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .captcha-input[b-r0v2p91swi] {
        max-width: none;
        margin-bottom: 0.5rem;
    }
    
    .btn[b-r0v2p91swi] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .button-container[b-r0v2p91swi] {
        text-align: center;
    }
    
    .button-container .btn[b-r0v2p91swi] {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .button-container .btn:last-child[b-r0v2p91swi] {
        margin-bottom: 0;
    }
}


/* /Pages/TermsAndConditions.razor.rz.scp.css */
.content-narrow[b-a3z7iivck8] {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

.terms-page-content[b-a3z7iivck8] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.lead[b-a3z7iivck8] {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

.terms-scrollable[b-a3z7iivck8] {
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 2rem;
    padding-right: 1rem;
}

.button-container[b-a3z7iivck8] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.btn-primary[b-a3z7iivck8] {
    padding: 0.75rem 2rem;
    font-weight: 500;
}

/* Custom scrollbar for terms content */
.terms-scrollable[b-a3z7iivck8]::-webkit-scrollbar {
    width: 8px;
}

.terms-scrollable[b-a3z7iivck8]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.terms-scrollable[b-a3z7iivck8]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.terms-scrollable[b-a3z7iivck8]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .terms-page-content[b-a3z7iivck8] {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .lead[b-a3z7iivck8] {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .terms-scrollable[b-a3z7iivck8] {
        max-height: 500px;
        padding-right: 0.5rem;
    }
} 
/* /Shared/AdminMenu.razor.rz.scp.css */
.top-row a[b-8cc3p89nxb] {
    margin-left: 0 !important;
}

.dropdown-item:hover[b-8cc3p89nxb] {
    background-color: white;
}
/* /Shared/AppFooter.razor.rz.scp.css */
.app-footer[b-drh71knc4u] {
    background-color: #f8f9fa; 
    padding: 1rem 0;
    margin-top: 10rem; 
    border-top: 1px solid #e7e7e7;
    font-size: 0.9rem;
    color: #6c757d; 
}

.app-footer .container[b-drh71knc4u] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.app-footer .footer-content[b-drh71knc4u] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    text-align: center;
}

.app-footer .footer-section h4[b-drh71knc4u] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057; 
    margin-bottom: 0.25rem;
}

.app-footer .footer-section p[b-drh71knc4u] {
    margin-bottom: 0;
}

.app-footer .footer-bottom[b-drh71knc4u] {
    text-align: center;
    font-size: 0.8rem;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.empty-layout[b-scycn8izy5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f9f9f9;
} 
/* /Shared/FeaturedProducts.razor.rz.scp.css */
.container[b-ltxm3zhi7t] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    justify-content: center;
}

.content-narrow[b-ltxm3zhi7t]
 {
    max-width: 800px;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
}

img[b-ltxm3zhi7t] {
    max-width: 200px;
    max-height: 200px;
    border-radius: 6px;
    transition: transform .2s;
    margin-bottom: 10px;
}

    img:hover[b-ltxm3zhi7t] {
        transform: scale(1.1) rotate(5deg);
    }

.featured-product[b-ltxm3zhi7t] {
    margin: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    max-width: 200px;
}

@media (max-width: 1023.98px) {
    .container[b-ltxm3zhi7t] {
        justify-content: flex-start;
    }
}

.image-preview-container[b-ltxm3zhi7t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.image-preview[b-ltxm3zhi7t] {
    position: relative;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.image-preview.empty[b-ltxm3zhi7t] {
    border: 2px dashed #ccc;
    background-color: #f8f9fa;
}

.image-preview.filled[b-ltxm3zhi7t] {
    border: none;
}

.placeholder[b-ltxm3zhi7t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor:default;
}

.placeholder span[b-ltxm3zhi7t] {
    font-size: 2rem;
    color: #ccc;
}

.image-preview img[b-ltxm3zhi7t] {
    width: 100%;
    height: auto;
    max-height: 80%;
    object-fit: cover;
    border-radius: 4px;
}

.image-label[b-ltxm3zhi7t] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 8px;
    padding: 4px 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    word-wrap: break-word;
    max-width: 100%;
    width: 100%;
}

.image-description[b-ltxm3zhi7t] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-align: left;
    margin-top: 8px;
    padding: 4px 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    word-wrap: break-word;
    max-width: 100%;
    width: 100%;
}

.status-overlay[b-ltxm3zhi7t] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.spinner[b-ltxm3zhi7t] {
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin-b-ltxm3zhi7t 1s linear infinite;
}

.error-icon[b-ltxm3zhi7t] {
    font-size: 24px;
    color: #ff4444;
}

.success-icon[b-ltxm3zhi7t] {
    font-size: 24px;
    color: #00C851;
}

.error-message[b-ltxm3zhi7t] {
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-top: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes spin-b-ltxm3zhi7t {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.image-grid[b-ltxm3zhi7t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 800px;
    margin: 1rem auto;
    padding: 1rem;
    align-items: center;
    justify-content: null;
}

@media (max-width: 768px) {
    .image-grid[b-ltxm3zhi7t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .image-grid[b-ltxm3zhi7t] {
        grid-template-columns: 1fr;
    }
}

.load-files-label[b-ltxm3zhi7t] {
    padding: 20px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    width: 120px;
    text-align: center;
    font-size: 0.75rem;
}

.upload-section[b-ltxm3zhi7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.retry-button[b-ltxm3zhi7t] {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.85rem;
}

.retry-button:hover[b-ltxm3zhi7t] {
    background-color: #0056b3; 
}

.retry-button-container[b-ltxm3zhi7t] {
    text-align: center;
    margin-top: 5px; 
}

.error-message[b-ltxm3zhi7t] {
    background-color: rgba(255, 0, 0, 0.8); 
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    margin-top: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.error-container[b-ltxm3zhi7t] {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 10px;    
    margin-top: 5px;       
}

.search-bar-container[b-ltxm3zhi7t] {
    margin-bottom: 0.5rem;
}

.clear-search-container[b-ltxm3zhi7t] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.clear-search-btn[b-ltxm3zhi7t] {
    padding: 0.375rem 0.75rem;
    background-color: var(--bs-gray-300);
    border-color: var(--bs-gray-400);
    color: var(--bs-gray-700);
}

.clear-search-btn:hover[b-ltxm3zhi7t] {
    background-color: var(--bs-gray-400);
    border-color: var(--bs-gray-500);
    color: var(--bs-gray-800);
}

.refresh-photos-container[b-ltxm3zhi7t] {
    /* Styles for the refresh button container */
    /* display: flex; /* Optional: if you need flexbox layout */
    /* justify-content: flex-start; /* Optional: align items */
}

.split-button[b-ltxm3zhi7t] {
    flex-grow: 1; /* Make buttons share space equally */
    text-align: center; /* Center text */
    /* Ensure consistent height if needed */
    /* height: 40px; */ 
    /* You might need to adjust padding/line-height instead */
    padding-top: 0.375rem; 
    padding-bottom: 0.375rem;
    line-height: 1.5; 
}

.split-button-left[b-ltxm3zhi7t] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin-right: 2px; /* Optional: remove border between buttons */
}

.split-button-right[b-ltxm3zhi7t] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 2px; 
}

.photo-img[b-ltxm3zhi7t] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.photo-img.loading[b-ltxm3zhi7t] {
    opacity: 0.6;
}

.cache-info[b-ltxm3zhi7t] {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cache-info .spinner-border[b-ltxm3zhi7t] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}

/* /Shared/Footer.razor.rz.scp.css */
.footer[b-dswaxalbxt] {
    background-color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 3rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.container[b-dswaxalbxt] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-content[b-dswaxalbxt] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer-section[b-dswaxalbxt] {
    flex: 1;
    min-width: 200px;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.footer-section h4[b-dswaxalbxt] {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
}

.footer-section h4[b-dswaxalbxt]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-section ul[b-dswaxalbxt] {
    list-style: none;
    padding: 0;
}

.footer-section ul li[b-dswaxalbxt] {
    margin-bottom: 0.5rem;
}

.footer-section a[b-dswaxalbxt] {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section a:hover[b-dswaxalbxt] {
    color: var(--primary-color);
}

.footer-bottom[b-dswaxalbxt] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    color: #777;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-content[b-dswaxalbxt] {
        flex-direction: column;
    }
    
    .footer-section[b-dswaxalbxt] {
        margin-bottom: 2rem;
    }
} 
/* /Shared/HomeButton.razor.rz.scp.css */
.home-button[b-21tblk7c83] {
    white-space: nowrap;
    line-height: 1; /* Align image vertically */

       /* Reset or adjust styles if HomeButton's default styles interfere */
       transform: none; /* Remove rotation if not desired in the header */
       margin-right: 0; /* Remove margin if gap handles spacing */
       /* Ensure background is transparent or matches header */
       background-color: transparent;
       border: none;
       padding: 0;
}

.home-button .home-logo-img[b-21tblk7c83] {
    max-height: 70px; /* Control logo size */
    width: auto; /* Maintain aspect ratio */
    vertical-align: middle; /* Align image vertically if needed */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-huh07s17mk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-huh07s17mk] {
    flex: 1;
}

.sidebar[b-huh07s17mk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-huh07s17mk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-huh07s17mk]  a, .top-row[b-huh07s17mk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-huh07s17mk]  a:hover, .top-row[b-huh07s17mk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-huh07s17mk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-narrow[b-huh07s17mk]
    {
       max-width: 800px;
       align-items: center;
       margin: 1rem auto;
       padding: 1rem;
   }    

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-huh07s17mk] {
        display: none;
    }

    .top-row.auth[b-huh07s17mk] {
        justify-content: space-between;
    }

    .top-row[b-huh07s17mk]  a, .top-row[b-huh07s17mk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-huh07s17mk] {
        flex-direction: row;
    }

    .sidebar[b-huh07s17mk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-huh07s17mk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-huh07s17mk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-huh07s17mk], article[b-huh07s17mk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0uvy45nni1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0uvy45nni1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0uvy45nni1] {
    font-size: 1.1rem;
}

.oi[b-0uvy45nni1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0uvy45nni1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0uvy45nni1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0uvy45nni1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0uvy45nni1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0uvy45nni1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0uvy45nni1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0uvy45nni1] {
        display: none;
    }

    .collapse[b-0uvy45nni1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Search.razor.rz.scp.css */
/* Add rounded corners to the search input */
.form-control[b-1eeau13mjb] {
    border-radius: 15px; /* Adjust pixel value for desired roundness */
}

/* Add space between input and button */
.input-group-append .btn[b-1eeau13mjb] {
    margin-left: 5px; /* Add some space to the left of the button */
    border-radius: 0 15px 15px 0; /* Round only the right corners */
}

/* Ensure input group takes full width */
.input-group[b-1eeau13mjb] {
    width: 100%;
} 
/* /Shared/TermsContent.razor.rz.scp.css */
.terms-content-wrapper[b-nqbdd5853q] {
    color: #6c757d;
    line-height: 1.6;
}

.terms-content-wrapper h5[b-nqbdd5853q] {
    color: #495057;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.terms-content-wrapper h5:first-of-type[b-nqbdd5853q] {
    margin-top: 1rem;
}

.terms-content-wrapper p[b-nqbdd5853q] {
    margin-bottom: 1rem;
}

.terms-content-wrapper a[b-nqbdd5853q] {
    color: #007bff;
    text-decoration: none;
}

.terms-content-wrapper a:hover[b-nqbdd5853q] {
    color: #0056b3;
    text-decoration: underline;
}

.terms-content-wrapper p:first-child[b-nqbdd5853q] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .terms-content-wrapper h5[b-nqbdd5853q] {
        font-size: 1rem;
    }
    
    .terms-content-wrapper p:first-child[b-nqbdd5853q] {
        padding: 0.75rem;
        font-size: 0.95rem;
    }
} 
/* /Shared/TermsModal.razor.rz.scp.css */
:deep(.modal-backdrop.custom-modal-backdrop)[b-m1uuz9chhe] {
    background: #222 !important;
    opacity: 1 !important;
}

.custom-modal-backdrop[b-m1uuz9chhe] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #222 !important;
    opacity: 1 !important;
    z-index: 2000;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-modal-content[b-m1uuz9chhe] {
    background: #fff !important;
    box-shadow: 0 4px 32px rgba(0,0,0,0.25);
    border-radius: 8px;
    opacity: 1 !important;
    z-index: 2001;
    position: relative;
} 
/* /Shared/UnifiedHeader.razor.rz.scp.css */
/* WhichBox/Client/Shared/UnifiedHeader.razor.css */
.unified-header[b-sdt4sg0rrz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: var(--mud-palette-surface);
    color: var(--mud-palette-appbar-text);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 64px;
}

.header-left[b-sdt4sg0rrz] {
    display: flex;
    align-items: center;
}

.header-nav .nav-link[b-sdt4sg0rrz] {
    color: var(--mud-palette-appbar-text);
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
}

.header-nav .nav-link:hover[b-sdt4sg0rrz],
.header-nav .nav-link.active[b-sdt4sg0rrz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-right[b-sdt4sg0rrz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Desktop Menu Styles */
.desktop-menu[b-sdt4sg0rrz] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-link[b-sdt4sg0rrz] {
    color: var(--mud-palette-appbar-text);
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.menu-link:hover[b-sdt4sg0rrz],
.menu-link.active[b-sdt4sg0rrz] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay[b-sdt4sg0rrz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.open[b-sdt4sg0rrz] {
    opacity: 1;
    visibility: visible;
}

.mobile-menu[b-sdt4sg0rrz] {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: var(--mud-palette-surface);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
}

.mobile-menu.open[b-sdt4sg0rrz] {
    right: 0;
}

.mobile-menu-header[b-sdt4sg0rrz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mobile-menu-header h3[b-sdt4sg0rrz] {
    margin: 0;
    color: var(--mud-palette-text-primary);
    font-size: 1.2rem;
}

.close-button[b-sdt4sg0rrz] {
    background: transparent;
    border: none;
    color: var(--mud-palette-text-secondary);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.close-button:hover[b-sdt4sg0rrz] {
    background-color: rgba(0,0,0,0.05);
}

.mobile-menu-nav[b-sdt4sg0rrz] {
    padding: 1rem 0;
}

/* Ensure UserButton and CartCounter align well */
.header-right[b-sdt4sg0rrz]  .mud-button-root,
.header-right[b-sdt4sg0rrz]  .cart-counter-button {
    color: var(--mud-palette-appbar-text);
}

.header-nav-text[b-sdt4sg0rrz] {
    font-size: 1.5em;
    font-weight: bold;
} 
/* /Shared/UserButton.razor.rz.scp.css */
.show-menu[b-dshf7ijrda] {
    display: block;
}

.user-button[b-dshf7ijrda] {
    margin-left: .5em;
}

.top-row a[b-dshf7ijrda] {
    margin-left: 0;
}

.dropdown-item:hover[b-dshf7ijrda] {
    background-color: white;
}
