@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Cards/PageCard.razor.rz.scp.css */
.page-card[b-2a5xxgg83w] {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
/* /Components/Cards/PageCardBody.razor.rz.scp.css */
.page-card-body[b-kuq0za0spe] {
    padding: 2rem;
}
/* /Components/Cards/PageCardFooter.razor.rz.scp.css */
.page-card-footer[b-buit9kn6od] {
    padding: 1.25rem 2rem;
    border-top: 1px solid #e9ecef;
    background: #fafbfc;
}
/* /Components/Cards/PageCardHeader.razor.rz.scp.css */
.page-card-header[b-ryoaz1x241] {
    padding: 2rem;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

    /* Remove the divider if the header is empty */
    .page-card-header:empty[b-ryoaz1x241] {
        display: none;
    }
/* /Components/Common/DetailsItem.razor.rz.scp.css */
.details-item[b-cth164j0ks] {
    padding-bottom: 15px;
    border-bottom: 1px solid #edf1f5;
}

.details-label[b-cth164j0ks] {
    font-size: .8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 6px;
}

.details-value[b-cth164j0ks] {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}
/* /Components/Common/LoadingSpinner.razor.rz.scp.css */
.loading-overlay[b-qnmdyhtujl] {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}
/* /Components/Dashboard/CounterStatusWidget.razor.rz.scp.css */
.dashboard-panel[b-jo16hxuxsw] {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.panel-header[b-jo16hxuxsw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.55rem;
    margin-bottom: 20px;
}

.counter-grid[b-jo16hxuxsw] {
    display: grid;
    gap: 16px;
}

.counter-card[b-jo16hxuxsw] {
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
    transition: .25s;
}
.now-serving[b-jo16hxuxsw] {
    padding: 14px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .counter-card:hover[b-jo16hxuxsw] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

.counter-header[b-jo16hxuxsw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.employee[b-jo16hxuxsw] {
    color: #6b7280;
    margin-bottom: 15px;
}

    .employee i[b-jo16hxuxsw] {
        margin-right: 8px;
    }

.queue-box[b-jo16hxuxsw] {
    background: #f8fafc;
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.queue-title[b-jo16hxuxsw] {
    font-size: .75rem;
    color: #6b7280;
    letter-spacing: 1px;
}

.queue-number[b-jo16hxuxsw] {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
}

.waiting[b-jo16hxuxsw] {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

    .waiting span[b-jo16hxuxsw] {
        color: #2563eb;
    }

.counter-card[b-jo16hxuxsw] {
    border-left: 6px solid transparent;
    transition: .25s;
}

    .counter-card.border-success[b-jo16hxuxsw] {
        border-left-color: #198754;
    }

    .counter-card.border-warning[b-jo16hxuxsw] {
        border-left-color: #ffc107;
    }

    .counter-card.border-secondary[b-jo16hxuxsw] {
        border-left-color: #6c757d;
    }

    .counter-card:hover[b-jo16hxuxsw] {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
/* /Components/Dashboard/DashboardCard.razor.rz.scp.css */
.dashboard-card[b-4jfpf9z8bp] {
    background: white;
    border-radius: 18px;
    padding: 24px;
    min-height: 145px;
    box-shadow: 0 8px 22px rgba(15,23,42,.06);
    transition: .25s;
    border-left: 5px solid transparent;
}

    .dashboard-card:hover[b-4jfpf9z8bp] {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,.10);
    }

.card-top[b-4jfpf9z8bp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-title[b-4jfpf9z8bp] {
    font-size: .95rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 12px;
}

.card-value[b-4jfpf9z8bp] {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #1f2937;
}

.card-subtitle[b-4jfpf9z8bp] {
    margin-top: 12px;
    font-size: .82rem;
    color: #94a3b8;
}

.icon-circle[b-4jfpf9z8bp] {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-circle i[b-4jfpf9z8bp] {
        font-size: 2rem;
    }

.border-primary[b-4jfpf9z8bp] {
    border-left-color: #0d6efd;
}

.border-success[b-4jfpf9z8bp] {
    border-left-color: #198754;
}

.border-warning[b-4jfpf9z8bp] {
    border-left-color: #ffc107;
}

.border-danger[b-4jfpf9z8bp] {
    border-left-color: #dc3545;
}

.border-info[b-4jfpf9z8bp] {
    border-left-color: #0dcaf0;
}

.icon-primary[b-4jfpf9z8bp] {
    background: rgba(13,110,253,.12);
    color: #0d6efd;
}

.icon-success[b-4jfpf9z8bp] {
    background: rgba(25,135,84,.12);
    color: #198754;
}

.icon-warning[b-4jfpf9z8bp] {
    background: rgba(255,193,7,.18);
    color: #d97706;
}

.icon-danger[b-4jfpf9z8bp] {
    background: rgba(220,53,69,.12);
    color: #dc3545;
}

.icon-info[b-4jfpf9z8bp] {
    background: rgba(13,202,240,.12);
    color: #0891b2;
}
/* /Components/Dashboard/RecentActivityWidget.razor.rz.scp.css */
.activity-row[b-yct30yj9wr] {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.activity-dot[b-yct30yj9wr] {
    width: 12px;
    height: 12px;
    background: #0d6efd;
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
}
/* /Components/Dashboard/RecentQueueWidget.razor.rz.scp.css */
.queue-item[b-yjdpsl6jqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    transition: .2s;
}

    .queue-item:hover[b-yjdpsl6jqy] {
        background: #f8fbff;
    }

    .queue-item:last-child[b-yjdpsl6jqy] {
        border-bottom: none;
    }
/* /Components/Details/DetailRow.razor.rz.scp.css */
.detail-row[b-zb7np8j4g8] {
    display: grid;
    grid-template-columns: 220px 1fr;
    padding: .75rem 0;
    border-bottom: 1px solid #edf1f5;
}

.detail-label[b-zb7np8j4g8] {
    font-weight: 600;
    color: #6c757d;
}

.detail-value[b-zb7np8j4g8] {
    color: #212529;
}
/* /Components/Details/DetailsCard.razor.rz.scp.css */
.details-card[b-wq6stsj0o2] {
    padding: 1rem;
}
/* /Components/Details/DetailsSection.razor.rz.scp.css */
.details-section[b-t6qa3i3eax] {
    margin-bottom: 2rem;
}

    .details-section h5[b-t6qa3i3eax] {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: .5rem;
        margin-bottom: 1rem;
    }
/* /Components/Grid/ActionDropDown.razor.rz.scp.css */
.dropdown-menu[b-w1ysxzp1o7] {
    min-width: 220px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
}

.dropdown-item[b-w1ysxzp1o7] {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem 1rem;
    font-size: .92rem;
}

    .dropdown-item i[b-w1ysxzp1o7] {
        width: 18px;
        text-align: center;
    }

    .dropdown-item.text-danger[b-w1ysxzp1o7] {
        color: #dc3545;
    }
/* /Components/Grid/AdminGrid.razor.rz.scp.css */
.admin-grid[b-uueufhf9o9] {
    width: 100%;
}

    .admin-grid table[b-uueufhf9o9] {
        width: 100%;
    }

    .admin-grid thead th[b-uueufhf9o9] {
        font-weight: 600;
        white-space: nowrap;
    }

    .admin-grid tbody td[b-uueufhf9o9] {
        vertical-align: middle;
    }

    .admin-grid .col-actions[b-uueufhf9o9] {
        width: 180px;
    }
.action-column[b-uueufhf9o9] {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    text-align: center;
}

    .action-column button[b-uueufhf9o9] {
        padding: .2rem .45rem;
    }
/* /Components/Grid/GridToolbar.razor.rz.scp.css */
.grid-toolbar[b-a1771yqoyu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.grid-toolbar-left[b-a1771yqoyu] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.grid-toolbar-right[b-a1771yqoyu] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

@media(max-width:768px) {

    .grid-toolbar[b-a1771yqoyu] {
        flex-direction: column;
        align-items: stretch;
    }

    .grid-toolbar-left[b-a1771yqoyu],
    .grid-toolbar-right[b-a1771yqoyu] {
        width: 100%;
    }

    .grid-toolbar-right[b-a1771yqoyu] {
        justify-content: flex-end;
    }
}
/* /Components/Grid/SearchBox.razor.rz.scp.css */
.search-box[b-zt7mzwl126] {
    position: relative;
    width: 100%;
}

    .search-box .form-control[b-zt7mzwl126] {
        padding-left: 2.75rem;
        padding-right: 2.5rem;
        border-radius: .65rem;
        height: 44px;
    }

.search-icon[b-zt7mzwl126] {
    position: absolute;
    left: .9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.btn-clear[b-zt7mzwl126] {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6c757d;
    padding: 0;
}

    .btn-clear:hover[b-zt7mzwl126] {
        color: var(--bs-danger);
    }
/* /Components/Grid/StatusBadge.razor.rz.scp.css */
.badge[b-1ladp0bfej] {
    font-size: .80rem;
    font-weight: 600;
    padding: .45rem .80rem;
    letter-spacing: .2px;
}

    .badge.bg-success[b-1ladp0bfej] {
        background: #198754 !important;
    }

    .badge.bg-warning[b-1ladp0bfej] {
        background: #ffc107 !important;
    }

    .badge.bg-danger[b-1ladp0bfej] {
        background: #dc3545 !important;
    }

    .badge.bg-secondary[b-1ladp0bfej] {
        background: #6c757d !important;
    }
/* /Components/Headers/PageHeader.razor.rz.scp.css */
.page-header[b-c7tmayj0m9] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.page-header-icon[b-c7tmayj0m9] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .page-header-icon i[b-c7tmayj0m9] {
        font-size: 1.8rem;
        line-height: 1;
    }

.page-header-content[b-c7tmayj0m9] {
    flex: 1;
}

    .page-header-content h1[b-c7tmayj0m9] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #1f2937;
    }

    .page-header-content p[b-c7tmayj0m9] {
        margin: .35rem 0 0;
        color: #6b7280;
        font-size: 1rem;
    }

.page-header-actions[b-c7tmayj0m9] {
    margin-left: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-sy7bq5ioqk] {
    display: flex;
    min-height: 100vh;
    background: #f5f7fb;
}

/******************************
 Desktop Sidebar
******************************/

:root[b-sy7bq5ioqk] {
    --sidebar-width: 280px;
    --sidebar-mini-width: 72px;
}

.desktop-sidebar[b-sy7bq5ioqk] {
    width: var(--sidebar-width);
    flex-shrink: 0;
    transition: width .25s ease;
}

.desktop-sidebar.collapsed[b-sy7bq5ioqk] {
    width: var(--sidebar-mini-width);
}

/******************************
 Main
******************************/

.main-container[b-sy7bq5ioqk] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/******************************
 Topbar
******************************/

.topbar[b-sy7bq5ioqk] {
    height: 72px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px solid #dee2e6;
    z-index: 100;
}

.topbar-right[b-sy7bq5ioqk] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

/******************************
 Content
******************************/

.page-content[b-sy7bq5ioqk] {
    flex: 1;
    padding: 1.25rem;
}

/******************************
 Mobile
******************************/

@media (max-width:767px) {

    .desktop-sidebar[b-sy7bq5ioqk] {
        display: none;
    }

    .page-content[b-sy7bq5ioqk] {
        padding: .75rem;
    }
}

/******************************
 Tablet
******************************/

@media (min-width:768px) and (max-width:1199px) {

    .desktop-sidebar[b-sy7bq5ioqk] {
        width: 72px;
    }
}
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.avatar-circle[b-4lhag8jty3] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-page[b-1idaoasby7]{
    display:flex;
    height:100vh;
    overflow:hidden;
}

.login-left[b-1idaoasby7]{
    flex:2;
    background:url('/images/login-bg.jpg') center center;
    background-size:cover;
    position:relative;
}

.overlay[b-1idaoasby7]{
    position:absolute;
    inset:0;
    background:rgba(0,45,98,.70);

    color:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:40px;
}

.logo[b-1idaoasby7]{
    width:130px;
    margin-bottom:25px;
}

.overlay h1[b-1idaoasby7]{

    font-size:42px;

    font-weight:700;
}

.overlay h2[b-1idaoasby7]{

    font-size:28px;

    margin-bottom:20px;
}

.overlay p[b-1idaoasby7]{

    font-size:18px;

    max-width:450px;
}

.version[b-1idaoasby7]{

    position:absolute;

    bottom:25px;

    opacity:.8;
}

.login-right[b-1idaoasby7] {
    flex: 1;
    min-width: 420px;
    max-width: 520px;
    background: #f5f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card[b-1idaoasby7]{

    width:380px;

    background:white;

    border-radius:12px;

    padding:40px;
}

@media(max-width:992px){

    .login-left[b-1idaoasby7]{

        display:none;
    }

    .login-right[b-1idaoasby7]{

        width:100%;
    }

}
/* /Components/Pages/Account/Profile.razor.rz.scp.css */
.profile-avatar[b-2rj7g34rfw] {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    background: #f8f9fa;
    border: 3px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-avatar i[b-2rj7g34rfw] {
        font-size: 6rem;
        color: #adb5bd;
    }

.profile-photo[b-2rj7g34rfw] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dee2e6;
}
/* /Components/Pages/Display/MediaSlideshow.razor.rz.scp.css */
/* ===========================================================
   MEDIA AREA
=========================================================== */

.media-stage[b-uk55h3kca4] {
    position: relative;
    width: 100%;
    height: 760px;
    overflow: hidden;
    border-radius: 18px;
    background: #000;
    box-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.media-frame[b-uk55h3kca4] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ===========================================================
   IMAGE
=========================================================== */

.media-image[b-uk55h3kca4] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

/* ===========================================================
   VIDEO
=========================================================== */

.media-video[b-uk55h3kca4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

/* ===========================================================
   EMPTY SCREEN
=========================================================== */

.media-empty[b-uk55h3kca4] {
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .45;
}

    .media-empty h3[b-uk55h3kca4] {
        font-size: 34px;
    }

/* ===========================================================
   FADE ANIMATION
=========================================================== */

.fade-in[b-uk55h3kca4] {
    animation: fadeIn-b-uk55h3kca4 .9s ease-in-out;
}

@keyframes fadeIn-b-uk55h3kca4 {

    from {
        opacity: 0;
        transform: scale(1.02);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===========================================================
   ANNOUNCEMENT OVERLAY
=========================================================== */

.announcement-overlay[b-uk55h3kca4] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    animation: overlayFade-b-uk55h3kca4 .25s;
}

@keyframes overlayFade-b-uk55h3kca4 {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ===========================================================
   ANNOUNCEMENT CARD
=========================================================== */

.announcement-card[b-uk55h3kca4] {
    width: 80%;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.announcement-title[b-uk55h3kca4] {
    font-size: 56px;
    font-weight: bold;
    color: #0d6efd;
    letter-spacing: 2px;
}

.announcement-queue[b-uk55h3kca4] {
    margin-top: 20px;
    font-size: 110px;
    font-weight: bold;
    color: #dc3545;
    line-height: 1.1;
    animation: pulse-b-uk55h3kca4 1s infinite;
}

.announcement-counter[b-uk55h3kca4] {
    margin-top: 10px;
    font-size: 36px;
    color: #444;
}

.announcement-counter-no[b-uk55h3kca4] {
    margin-top: 10px;
    font-size: 64px;
    font-weight: bold;
    color: #198754;
}

@keyframes pulse-b-uk55h3kca4 {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* ===========================================================
   RESPONSIVE
=========================================================== */

@media (max-width:1600px) {

    .media-stage[b-uk55h3kca4] {
        height: 650px;
    }

    .announcement-queue[b-uk55h3kca4] {
        font-size: 90px;
    }

    .announcement-counter-no[b-uk55h3kca4] {
        font-size: 52px;
    }
}

@media (max-width:1366px) {

    .media-stage[b-uk55h3kca4] {
        height: calc(100vh - 190px);
        min-height: 760px;
    }

    .announcement-title[b-uk55h3kca4] {
        font-size: 42px;
    }

    .announcement-queue[b-uk55h3kca4] {
        font-size: 72px;
    }

    .announcement-counter[b-uk55h3kca4] {
        font-size: 28px;
    }

    .announcement-counter-no[b-uk55h3kca4] {
        font-size: 46px;
    }
}
/* /Components/Shared/MediaUpload.razor.rz.scp.css */
.media-upload[b-mhaxe8seib] {
    width: 100%;
}

.drop-zone[b-mhaxe8seib] {
    border: 2px dashed #0d6efd;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    transition: .25s;
    background: #fafafa;
}

    .drop-zone:hover[b-mhaxe8seib] {
        background: #f0f7ff;
    }

.drag-over[b-mhaxe8seib] {
    background: #dbeafe;
    border-color: #0a58ca;
}

.drop-label[b-mhaxe8seib] {
    cursor: pointer;
    width: 100%;
}
/* /Components/Toast/ToastContainer.razor.rz.scp.css */
.toast-container[b-9hvhh0xos5] {
    position: fixed;
    top: 80px;
    right: 24px;
    width: 360px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toast-item[b-9hvhh0xos5] {
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    animation: slideIn-b-9hvhh0xos5 .25s ease-out;
    border-left: 6px solid rgba(255,255,255,.4);
}

.toast-title[b-9hvhh0xos5] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.toast-message[b-9hvhh0xos5] {
    font-size: .9rem;
    opacity: .95;
}

.toast-success[b-9hvhh0xos5] {
    background: #198754;
}

.toast-error[b-9hvhh0xos5] {
    background: #dc3545;
}

.toast-warning[b-9hvhh0xos5] {
    background: #ffc107;
    color: #212529;
}

.toast-info[b-9hvhh0xos5] {
    background: #0d6efd;
}

@keyframes slideIn-b-9hvhh0xos5 {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* /Components/Toast/ToastItem.razor.rz.scp.css */
.toast-container[b-vx671th20y] {
    position: fixed;
    top: 80px;
    right: 24px;
    width: 360px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toast-item[b-vx671th20y] {
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    animation: slideIn-b-vx671th20y .25s ease-out;
    border-left: 6px solid rgba(255,255,255,.4);
}

.toast-title[b-vx671th20y] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.toast-message[b-vx671th20y] {
    font-size: .9rem;
    opacity: .95;
}

.toast-success[b-vx671th20y] {
    background: #198754;
}

.toast-error[b-vx671th20y] {
    background: #dc3545;
}

.toast-warning[b-vx671th20y] {
    background: #ffc107;
    color: #212529;
}

.toast-info[b-vx671th20y] {
    background: #0d6efd;
}

@keyframes slideIn-b-vx671th20y {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-item[b-vx671th20y] {
    position: relative;
    overflow: hidden;
}

.toast-progress[b-vx671th20y] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.20);
}

.toast-progress-bar[b-vx671th20y] {
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.90);
    animation-name: toastProgress-b-vx671th20y;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.toast-warning .toast-progress-bar[b-vx671th20y] {
    background: rgba(0,0,0,.45);
}

@keyframes toastProgress-b-vx671th20y {

    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}
.toast-close[b-vx671th20y] {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    color: white;
    opacity: .8;
    cursor: pointer;
}

    .toast-close:hover[b-vx671th20y] {
        opacity: 1;
    }
