/* /Components/FileSelectComponent.razor.rz.scp.css */
bod[b-vbyxrkiqr4] {
}
.drop-zone[b-vbyxrkiqr4] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-vbyxrkiqr4] {
        border-style: solid;
    }
/* /Pages/DashboardView.razor.rz.scp.css */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root[b-m1tg9wt9a2] {
    scroll-behavior: smooth;
}

body[b-m1tg9wt9a2] {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
}

a[b-m1tg9wt9a2] {
    color: #4154f1;
    text-decoration: none;
}

    a:hover[b-m1tg9wt9a2] {
        color: #717ff5;
        text-decoration: none;
    }

h1[b-m1tg9wt9a2],
h2[b-m1tg9wt9a2],
h3[b-m1tg9wt9a2],
h4[b-m1tg9wt9a2],
h5[b-m1tg9wt9a2],
h6[b-m1tg9wt9a2] {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main[b-m1tg9wt9a2] {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main[b-m1tg9wt9a2] {
        padding: 20px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top[b-m1tg9wt9a2] {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i[b-m1tg9wt9a2] {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover[b-m1tg9wt9a2] {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active[b-m1tg9wt9a2] {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu[b-m1tg9wt9a2] {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate-b-m1tg9wt9a2;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header[b-m1tg9wt9a2],
    .dropdown-menu .dropdown-footer[b-m1tg9wt9a2] {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a[b-m1tg9wt9a2] {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover[b-m1tg9wt9a2] {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider[b-m1tg9wt9a2] {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item[b-m1tg9wt9a2] {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i[b-m1tg9wt9a2] {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover[b-m1tg9wt9a2] {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow[b-m1tg9wt9a2]::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate-b-m1tg9wt9a2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light[b-m1tg9wt9a2] {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light[b-m1tg9wt9a2] {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light[b-m1tg9wt9a2] {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light[b-m1tg9wt9a2] {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light[b-m1tg9wt9a2] {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light[b-m1tg9wt9a2] {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light[b-m1tg9wt9a2] {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card[b-m1tg9wt9a2] {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header[b-m1tg9wt9a2],
.card-footer[b-m1tg9wt9a2] {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title[b-m1tg9wt9a2] {
    padding: 20px 0 15px 0;
    font-size: 15px;
    font-weight: 700;
    color: #012970;
    font-family: "Poppins", sans-serif;
    text-align: center;
}




.card-body[b-m1tg9wt9a2] {
    padding: 0 20px 20px 20px;
}

.card-img-overlay[b-m1tg9wt9a2] {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading[b-m1tg9wt9a2] {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close[b-m1tg9wt9a2] {
    background-size: 25%;
}

    .btn-close:focus[b-m1tg9wt9a2] {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item[b-m1tg9wt9a2] {
    border: 1px solid #ebeef4;
}

.accordion-button:focus[b-m1tg9wt9a2] {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)[b-m1tg9wt9a2] {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button[b-m1tg9wt9a2] {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed)[b-m1tg9wt9a2] {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body[b-m1tg9wt9a2] {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb[b-m1tg9wt9a2] {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a[b-m1tg9wt9a2] {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover[b-m1tg9wt9a2] {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item[b-m1tg9wt9a2]::before {
        color: #899bbd;
    }

    .breadcrumb .active[b-m1tg9wt9a2] {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered[b-m1tg9wt9a2] {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link[b-m1tg9wt9a2] {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover[b-m1tg9wt9a2],
        .nav-tabs-bordered .nav-link:focus[b-m1tg9wt9a2] {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active[b-m1tg9wt9a2] {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo[b-m1tg9wt9a2] {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo[b-m1tg9wt9a2] {
        width: 280px;
    }
}

.logo img[b-m1tg9wt9a2] {
    max-height: 26px;
    margin-right: 6px;
}

.logo span[b-m1tg9wt9a2] {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header[b-m1tg9wt9a2] {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn[b-m1tg9wt9a2] {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar[b-m1tg9wt9a2] {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar[b-m1tg9wt9a2] {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show[b-m1tg9wt9a2] {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form[b-m1tg9wt9a2] {
    width: 100%;
}

    .header .search-form input[b-m1tg9wt9a2] {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus[b-m1tg9wt9a2],
        .header .search-form input:hover[b-m1tg9wt9a2] {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button[b-m1tg9wt9a2] {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i[b-m1tg9wt9a2] {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul[b-m1tg9wt9a2] {
    list-style: none;
}

.header-nav > ul[b-m1tg9wt9a2] {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon[b-m1tg9wt9a2] {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile[b-m1tg9wt9a2] {
    color: #012970;
}

    .header-nav .nav-profile img[b-m1tg9wt9a2] {
        max-height: 36px;
    }

    .header-nav .nav-profile span[b-m1tg9wt9a2] {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number[b-m1tg9wt9a2] {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications[b-m1tg9wt9a2] {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item[b-m1tg9wt9a2] {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i[b-m1tg9wt9a2] {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4[b-m1tg9wt9a2] {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p[b-m1tg9wt9a2] {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover[b-m1tg9wt9a2] {
            background-color: #f6f9ff;
        }

.header-nav .messages[b-m1tg9wt9a2] {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item[b-m1tg9wt9a2] {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a[b-m1tg9wt9a2] {
            display: flex;
        }

        .header-nav .messages .message-item img[b-m1tg9wt9a2] {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4[b-m1tg9wt9a2] {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p[b-m1tg9wt9a2] {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover[b-m1tg9wt9a2] {
            background-color: #f6f9ff;
        }

.header-nav .profile[b-m1tg9wt9a2] {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6[b-m1tg9wt9a2] {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span[b-m1tg9wt9a2] {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item[b-m1tg9wt9a2] {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i[b-m1tg9wt9a2] {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover[b-m1tg9wt9a2] {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter[b-m1tg9wt9a2] {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon[b-m1tg9wt9a2] {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover[b-m1tg9wt9a2],
        .dashboard .filter .icon:focus[b-m1tg9wt9a2] {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header[b-m1tg9wt9a2] {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6[b-m1tg9wt9a2] {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item[b-m1tg9wt9a2] {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card[b-m1tg9wt9a2] {
    padding-bottom: 10px;
}

    .dashboard .info-card h6[b-m1tg9wt9a2] {
        font-size: 15px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon[b-m1tg9wt9a2] {
    font-size: 20px;
    line-height: 0;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon[b-m1tg9wt9a2] {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon[b-m1tg9wt9a2] {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon[b-m1tg9wt9a2] {
    color: #ff771d;
    background: #ffecdf;
}

/* Recent Sales */
.dashboard .recent-sales[b-m1tg9wt9a2] {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead[b-m1tg9wt9a2] {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th[b-m1tg9wt9a2] {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top[b-m1tg9wt9a2] {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom[b-m1tg9wt9a2] {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling[b-m1tg9wt9a2] {
    font-size: 14px;
}

    .dashboard .top-selling .table thead[b-m1tg9wt9a2] {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th[b-m1tg9wt9a2] {
            border: 0;
        }

    .dashboard .top-selling .table tbody td[b-m1tg9wt9a2] {
        vertical-align: middle;
    }

    .dashboard .top-selling img[b-m1tg9wt9a2] {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist[b-m1tg9wt9a2] {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon[b-m1tg9wt9a2] {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i[b-m1tg9wt9a2] {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label[b-m1tg9wt9a2] {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

.echart img[b-m1tg9wt9a2] {
    max-width: 300px;
}

.reportchart img[b-m1tg9wt9a2] {
    max-width: 700px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-thc0p4ef6m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-thc0p4ef6m] {
    flex: 1;
}

.sidebar[b-thc0p4ef6m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-thc0p4ef6m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-thc0p4ef6m]  a, .top-row[b-thc0p4ef6m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-thc0p4ef6m]  a:hover, .top-row[b-thc0p4ef6m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-thc0p4ef6m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-thc0p4ef6m] {
        display: none;
    }

    .top-row.auth[b-thc0p4ef6m] {
        justify-content: space-between;
    }

    .top-row[b-thc0p4ef6m]  a, .top-row[b-thc0p4ef6m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-thc0p4ef6m] {
        flex-direction: row;
    }

    .sidebar[b-thc0p4ef6m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-thc0p4ef6m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-thc0p4ef6m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-thc0p4ef6m], article[b-thc0p4ef6m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u433z88h0j] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-u433z88h0j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

    .collapse[b-u433z88h0j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-u433z88h0j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
