/* /Components/Account/NotificationPreferences.razor.rz.scp.css */
/* Dot - posição inicial a esquerda */
.toggle-checkbox[b-pdzip945en] {
    left: 0;
    transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* Dot - posição quando ativo (direita) */
.toggle-checkbox:checked[b-pdzip945en] {
    transform: translateX(1rem);
    border-color: #13b6ec;
}

/* Track - cor quando ativo */
.toggle-checkbox:checked + .toggle-label[b-pdzip945en] {
    background-color: #13b6ec !important;
}

/* Track - transição suave */
.toggle-label[b-pdzip945en] {
    transition: background-color 0.2s ease-in-out;
}

/* Estado desabilitado */
.toggle-checkbox:disabled[b-pdzip945en],
.toggle-checkbox:disabled + .toggle-label[b-pdzip945en] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout CSS is handled by Tailwind */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lyggxvlxvi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lyggxvlxvi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lyggxvlxvi] {
    font-size: 1.1rem;
}

.bi[b-lyggxvlxvi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lyggxvlxvi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lyggxvlxvi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lyggxvlxvi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lyggxvlxvi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lyggxvlxvi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lyggxvlxvi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lyggxvlxvi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lyggxvlxvi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lyggxvlxvi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lyggxvlxvi] {
        display: none;
    }

    .collapse[b-lyggxvlxvi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lyggxvlxvi] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Account/Profile.razor.rz.scp.css */
/* Custom Tailwind-like Utilities from Stitch */
.bg-primary[b-921ct9fi8s] {
    background-color: #13b6ec;
}

.bg-primary-dark[b-921ct9fi8s] {
    background-color: #0e91bd;
}

/* Backgrounds */
.bg-background-light[b-921ct9fi8s] {
    background-color: #f8fbfc;
}

.bg-background-dark[b-921ct9fi8s] {
    background-color: #101d22;
}

.bg-card-light[b-921ct9fi8s] {
    background-color: #ffffff;
}

.bg-card-dark[b-921ct9fi8s] {
    background-color: #1a2c33;
}

/* Text */
.text-text-main[b-921ct9fi8s] {
    color: #0d181b;
}

.text-text-secondary[b-921ct9fi8s] {
    color: #4c869a;
}

.text-primary[b-921ct9fi8s] {
    color: #13b6ec;
}

.text-primary-dark[b-921ct9fi8s] {
    color: #0e91bd;
}

/* Borders */
.border-border-light[b-921ct9fi8s] {
    border-color: #e7f0f3;
}

.border-border-dark[b-921ct9fi8s] {
    border-color: #2a424b;
}

/* Detail/Summary override */
details > summary[b-921ct9fi8s] {
    list-style: none;
    /* Standard */
}

details > summary[b-921ct9fi8s]::-webkit-details-marker {
    display: none;
    /* Webkit */
}

details[open] .chevron-icon[b-921ct9fi8s] {
    transform: rotate(180deg);
}

/* Opacity utilities if not parsed by Tailwind JIT correctly for custom classes */
.bg-primary\/10[b-921ct9fi8s] {
    background-color: rgba(19, 182, 236, 0.1);
}

.bg-primary\/20[b-921ct9fi8s] {
    background-color: rgba(19, 182, 236, 0.2);
}

.bg-primary\/5[b-921ct9fi8s] {
    background-color: rgba(19, 182, 236, 0.05);
}

.bg-background-light\/50[b-921ct9fi8s] {
    background-color: rgba(248, 251, 252, 0.5);
}

.bg-background-dark\/50[b-921ct9fi8s] {
    background-color: rgba(16, 29, 34, 0.5);
}

.bg-background-light\/30[b-921ct9fi8s] {
    background-color: rgba(248, 251, 252, 0.3);
}

.bg-background-dark\/30[b-921ct9fi8s] {
    background-color: rgba(16, 29, 34, 0.3);
}

/* Ring utilities */
.focus\:ring-primary:focus[b-921ct9fi8s] {
    --tw-ring-color: #13b6ec;
}

.focus\:border-primary:focus[b-921ct9fi8s] {
    border-color: #13b6ec;
}

/* Dark mode overrides if needed, but usually .dark class handles it if parent has .dark */
/* Since Blazor WASM might not have easy class switching on body, these media queries might be needed or relying on parent class */
/* /Pages/Account/SupportNotifications.razor.rz.scp.css */
/* Estilos movidos para NotificationPreferences.razor.css */
/* /Pages/ForgotPassword.razor.rz.scp.css */
.material-symbols-outlined[b-0scljopsuh] {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
/* /Pages/PharmacyProfile.razor.rz.scp.css */
/* Specific styles for Pharmacy Profile */
.medical-green[b-kcieovoy8l] {
  color: #3d9970;
}
.bg-medical-green\/10[b-kcieovoy8l] {
  background-color: rgba(61, 153, 112, 0.1);
}
.text-medical-green[b-kcieovoy8l] {
  color: #3d9970;
}

/* Ensure Manrope font is used if available, otherwise Inter */
:host[b-kcieovoy8l] {
  font-family: "Manrope", "Inter", sans-serif;
}

/* Adjustments for Stitch fidelity */
.line-clamp-2[b-kcieovoy8l] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.min-h-\[3rem\][b-kcieovoy8l] {
  min-height: 3rem;
}
/* /Pages/Tracking/OrderTracking.razor.rz.scp.css */
.material-symbols-outlined[b-505t4fbnnu] {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.icon-sm[b-505t4fbnnu] {
    font-size: 20px !important;
}

.icon-fill[b-505t4fbnnu] {
    font-variation-settings: 'FILL' 1;
}

/* Timeline Custom Styles if needed beyond Tailwind */
.timeline-line[b-505t4fbnnu] {
    width: 2px;
    background-color: theme('colors.primary');
}

.timeline-line-muted[b-505t4fbnnu] {
    width: 2px;
    background-color: #cfe1e7;
}

.dark .timeline-line-muted[b-505t4fbnnu] {
    background-color: theme('colors.slate.700');
}
