/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eukkwyhlth] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f7fa;
}

main[b-eukkwyhlth] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    max-width: 100%;
}

.sidebar[b-eukkwyhlth] {
    background: var(--tema-rengi, #3e3d3d);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

/* Modern Top Bar */
.modern-topbar[b-eukkwyhlth] {
    background: var(--tema-rengi, #3e3d3d);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 56px;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.topbar-container[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 2rem;
    max-width: 100%;
}

/* Left Section */
.topbar-left[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}

.sidebar-toggle[b-eukkwyhlth] {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.sidebar-toggle:hover[b-eukkwyhlth] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}

.page-title-section[b-eukkwyhlth] {
    display: flex;
    align-items: center;
}

.page-title-header[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
}

@keyframes pulse-b-eukkwyhlth {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.25);
        opacity: 0.7;
    }
}

.brand-badge[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.8rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.65);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.brand-badge i[b-eukkwyhlth] {
    font-size: 1rem;
    color: #fbbf24;
}

.brand-text[b-eukkwyhlth] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    line-height: 1;
}

.brand-name[b-eukkwyhlth] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1d4ed8;
    letter-spacing: 0.3px;
}

.brand-sub[b-eukkwyhlth] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2563eb;
    letter-spacing: 0.4px;
}

.page-title-header .page-icon[b-eukkwyhlth] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.page-title-header h1[b-eukkwyhlth] {
    font-size: 1.35rem;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-title-header .status-pill[b-eukkwyhlth] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.page-title-header .status-pill .pulse-dot[b-eukkwyhlth] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.4);
    animation: pulse-b-eukkwyhlth 2.2s infinite;
}

.divider-dot[b-eukkwyhlth] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.page-title-header .time-chip[b-eukkwyhlth] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    color: white;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.page-title-header .time-chip i[b-eukkwyhlth] {
    font-size: 0.75rem;
    color: white;
}

/* Center Section */
.topbar-center[b-eukkwyhlth] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 2rem;
    max-width: 600px;
}

.search-box[b-eukkwyhlth] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.search-box i[b-eukkwyhlth] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.search-box input[b-eukkwyhlth] {
    width: 100%;
    height: 45px;
    padding: 0 1rem 0 3rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    outline: none;
}

.search-box input:focus[b-eukkwyhlth] {
    background: white;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-box input[b-eukkwyhlth]::placeholder {
    color: #94a3b8;
}

/* Right Section */
.topbar-right[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.topbar-btn[b-eukkwyhlth] {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.topbar-btn:hover[b-eukkwyhlth] {
    background: #e2e8f0;
    color: #3b82f6;
    transform: translateY(-2px);
}

.topbar-btn .badge[b-eukkwyhlth] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

.user-menu[b-eukkwyhlth] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.6rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.user-menu:hover[b-eukkwyhlth] {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-avatar[b-eukkwyhlth] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.user-info[b-eukkwyhlth] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.user-name[b-eukkwyhlth] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    white-space: nowrap;
}

.user-role[b-eukkwyhlth] {
    font-size: 0.65rem;
    color: #cbd5e1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}


/* Content Area */
.content[b-eukkwyhlth] {
    flex: 1;
    padding: 2rem;
    background: #f5f7fa;
}

/* Responsive Design */
@media (min-width: 641px) {
    .page[b-eukkwyhlth] {
        flex-direction: row;
    }

    .sidebar[b-eukkwyhlth] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }
}

@media (max-width: 1024px) {
    .topbar-container[b-eukkwyhlth] {
        padding: 0 1.5rem;
    }
    
    .topbar-center[b-eukkwyhlth] {
        padding: 0 1rem;
    }
    
    .search-box[b-eukkwyhlth] {
        max-width: 400px;
    }
    
    .page-title-header .page-icon[b-eukkwyhlth] {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }
    
    .page-title-header h1[b-eukkwyhlth] {
        font-size: 1.2rem;
    }
    
    .page-title-header[b-eukkwyhlth] {
        padding: 0.55rem 1rem;
        gap: 0.85rem;
    }
}

@media (max-width: 768px) {
    .modern-topbar[b-eukkwyhlth] {
        height: 56px;
    }
    
    .topbar-container[b-eukkwyhlth] {
        padding: 0 1rem;
    }
    
    .sidebar-toggle[b-eukkwyhlth] {
        display: flex;
    }
    
    .sidebar[b-eukkwyhlth] {
        position: fixed;
        left: -260px;
        top: 0;
        bottom: 0;
        width: 260px;
        transition: left 0.3s ease;
        z-index: 1000;
    }
    
    .sidebar.mobile-visible[b-eukkwyhlth] {
        left: 0;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.3);
    }
    
    .topbar-center[b-eukkwyhlth] {
        display: none;
    }
    
    .page-title-header .page-icon[b-eukkwyhlth] {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }
    
    .page-title-header[b-eukkwyhlth] {
        padding: 0.5rem 0.85rem;
        gap: 0.7rem;
    }
    
    .page-title-header h1[b-eukkwyhlth] {
        font-size: 1.1rem;
    }
    
    .page-title-header .status-pill[b-eukkwyhlth],
    .page-title-header .time-chip[b-eukkwyhlth] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
    
    .page-title-header .divider-dot[b-eukkwyhlth] {
        display: none;
    }
    
    .user-info[b-eukkwyhlth] {
        display: none;
    }
    
    .user-menu[b-eukkwyhlth] {
        padding: 0;
        background: transparent;
    }
    
    .content[b-eukkwyhlth] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .topbar-container[b-eukkwyhlth] {
        padding: 0 0.75rem;
    }
    
    .topbar-left[b-eukkwyhlth] {
        gap: 0.5rem;
    }
    
    .page-title-header .page-icon[b-eukkwyhlth] {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    
    .page-title-header[b-eukkwyhlth] {
        padding: 0.45rem 0.7rem;
        gap: 0.6rem;
    }
    
    .page-title-header h1[b-eukkwyhlth] {
        font-size: 1rem;
    }
    
    .page-title-header .status-pill[b-eukkwyhlth],
    .page-title-header .time-chip[b-eukkwyhlth] {
        font-size: 0.65rem;
        padding: 0.2rem 0.45rem;
    }
    
    .topbar-right[b-eukkwyhlth] {
        gap: 0.5rem;
    }
    
    .topbar-btn[b-eukkwyhlth] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .user-avatar[b-eukkwyhlth] {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .content[b-eukkwyhlth] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-eukkwyhlth] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-eukkwyhlth] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Modern Dark Theme Navigation Menu */

.navbar-toggler[b-au1ii360rn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(30, 30, 30, 0.8);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-au1ii360rn] {
    background-color: rgba(50, 50, 50, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:checked[b-au1ii360rn] {
    background-color: rgba(60, 60, 60, 0.9);
}

.top-row[b-au1ii360rn] {
    min-height: 3.5rem;
    background: var(--tema-rengi, #3e3d3d);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.navbar-brand[b-au1ii360rn] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.nav-scrollable[b-au1ii360rn] {
    background: var(--tema-rengi, #3e3d3d);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-item[b-au1ii360rn] {
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
}

.nav-item:first-of-type[b-au1ii360rn] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-au1ii360rn] {
    padding-bottom: 1rem;
}

.nav-item[b-au1ii360rn]  .nav-link {
    color: #b8b8b8;
    background: transparent;
    border: none;
    border-radius: 8px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 2.8rem;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 0 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    margin: 0.15rem 0;
}

.nav-item[b-au1ii360rn]  .nav-link:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    color: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-item[b-au1ii360rn]  a.active {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    font-weight: 600;
}

.nav-item[b-au1ii360rn]  a.active:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.5);
}

.nav-item[b-au1ii360rn]  .nav-link i {
    width: 20px;
    font-size: 1rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.nav-item[b-au1ii360rn]  .nav-link:hover i,
.nav-item[b-au1ii360rn]  a.active i {
    opacity: 1;
}

/* Submenu styles */
.submenu[b-au1ii360rn] {
    padding-left: 2.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    margin-left: 1.5rem;
    animation: slideDown-b-au1ii360rn 0.3s ease;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.submenu[b-au1ii360rn]::-webkit-scrollbar {
    width: 6px;
}

.submenu[b-au1ii360rn]::-webkit-scrollbar-track {
    background: transparent;
}

.submenu[b-au1ii360rn]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.submenu[b-au1ii360rn]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

@keyframes slideDown-b-au1ii360rn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu[b-au1ii360rn]  .nav-link {
    height: 2.4rem !important;
    line-height: 2.4rem !important;
    font-size: 0.85rem !important;
    padding-left: 0.8rem !important;
    color: #9ca3af !important;
    font-weight: 400 !important;
}

.submenu[b-au1ii360rn]  .nav-link:hover {
    color: #e5e7eb !important;
    background: rgba(255, 255, 255, 0.06) !important;
    padding-left: 1rem !important;
}

.submenu[b-au1ii360rn]  a.active {
    background: rgba(59, 130, 246, 0.2) !important;
    color: #60a5fa !important;
    border-left: 3px solid #3b82f6;
    box-shadow: none !important;
    font-weight: 500 !important;
}

/* Arrow for expandable menus */
.arrow[b-au1ii360rn] {
    position: absolute;
    right: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.6rem;
    opacity: 0.6;
}

.arrow[b-au1ii360rn]::after {
    content: "▼";
}

.arrow.expanded[b-au1ii360rn] {
    transform: rotate(180deg);
    opacity: 1;
}

.nav-link:hover .arrow[b-au1ii360rn] {
    opacity: 1;
}

/* Scrollbar styling */
.nav-scrollable[b-au1ii360rn]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-au1ii360rn]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.nav-scrollable[b-au1ii360rn]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.nav-scrollable[b-au1ii360rn]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Hızlı Satış Butonu - Özel Stil */
.nav-item[b-au1ii360rn]  .hizli-satis-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
    margin: 0.5rem 0 !important;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    position: relative;
    overflow: hidden;
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn:hover::before {
    left: 100%;
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    transform: translateX(6px) scale(1.02) !important;
    box-shadow: 0 6px 24px rgba(16, 185, 129, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn.active {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    box-shadow: 0 8px 28px rgba(16, 185, 129, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn i {
    font-size: 1.2rem !important;
    opacity: 1 !important;
    animation: pulse-icon-b-au1ii360rn 2s ease-in-out infinite;
}

@keyframes pulse-icon-b-au1ii360rn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.nav-item[b-au1ii360rn]  .hizli-satis-btn .badge-pulse {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-badge-b-au1ii360rn 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@keyframes pulse-badge-b-au1ii360rn {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

.navbar-toggler:checked ~ .nav-scrollable[b-au1ii360rn] {
    display: block;
}

.nav-scrollable[b-au1ii360rn] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-au1ii360rn] {
        display: none;
    }

    .nav-scrollable[b-au1ii360rn] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/ToastNotification.razor.rz.scp.css */
.toast-container[b-32ry8zywaz] {
    max-width: 400px;
}

.toast[b-32ry8zywaz] {
    min-width: 300px;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    animation: slideInRight-b-32ry8zywaz 0.3s ease-out;
}

@keyframes slideInRight-b-32ry8zywaz {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-header[b-32ry8zywaz] {
    font-weight: 600;
    padding: 0.75rem 1rem;
}

.toast-body[b-32ry8zywaz] {
    padding: 0.75rem 1rem;
    background: white;
}

.toast.border-success[b-32ry8zywaz] {
    border-left: 4px solid #10b981 !important;
}

.toast.border-danger[b-32ry8zywaz] {
    border-left: 4px solid #ef4444 !important;
}

.toast.border-warning[b-32ry8zywaz] {
    border-left: 4px solid #f59e0b !important;
}

.toast.border-info[b-32ry8zywaz] {
    border-left: 4px solid #3b82f6 !important;
}

