@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/PlaysmartManagerCore/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/PlaysmartManagerCore/Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}*/

/*.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}*/

.nav-item[b-4m3a26lk4l]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-4m3a26lk4l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

/*
.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
    
    .nav-scrollable {*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/PlaysmartManagerCore/Components/Pages/Index.razor.rz.scp.css */
#head-container[b-mxhjp7nu3j] {
    background-image: none;
}

/* Home Page Background */
.home-page[b-mxhjp7nu3j] {
    background: url('/images/EPDM-Blue.webp') no-repeat center center fixed;
    background-size: cover;
    min-height: calc(100vh - 99px);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -99px;
    padding-top: 99px;
    z-index: 1;
    overflow-x: hidden;
}

/* Executive Dashboard Layout */
.exec-dashboard[b-mxhjp7nu3j] {
    min-height: calc(100vh - 99px);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.dashboard-container[b-mxhjp7nu3j] {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

.dashboard-section[b-mxhjp7nu3j] {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.dashboard-section:hover[b-mxhjp7nu3j] {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-title[b-mxhjp7nu3j] {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: left;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.section-title i[b-mxhjp7nu3j] {
    margin-right: 0.5rem;
    color: #3498db;
    font-size: 1rem;
}

.button-row[b-mxhjp7nu3j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.button-row:last-child[b-mxhjp7nu3j] {
    margin-bottom: 0;
}

.exec-btn[b-mxhjp7nu3j] {
    flex: 1;
    min-width: 160px;
    max-width: 220px;
    margin: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    text-align: left;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2c3e50;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9rem;
}

.exec-btn:hover[b-mxhjp7nu3j] {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: #3498db;
    color: #2c3e50;
    text-decoration: none;
}

.exec-btn i[b-mxhjp7nu3j] {
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.exec-btn:hover i[b-mxhjp7nu3j] {
    color: #3498db;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .dashboard-container[b-mxhjp7nu3j] {
        max-width: 1000px;
    }
    
    .exec-btn[b-mxhjp7nu3j] {
        min-width: 140px;
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .exec-dashboard[b-mxhjp7nu3j] {
        padding: 0.75rem;
    }
    
    .dashboard-container[b-mxhjp7nu3j] {
        max-width: 100%;
    }
    
    .dashboard-section[b-mxhjp7nu3j] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .section-title[b-mxhjp7nu3j] {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .button-row[b-mxhjp7nu3j] {
        gap: 0.5rem;
    }
    
    .exec-btn[b-mxhjp7nu3j] {
        min-width: 120px;
        max-width: 180px;
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .exec-dashboard[b-mxhjp7nu3j] {
        padding: 0.5rem;
    }
    
    .dashboard-section[b-mxhjp7nu3j] {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .section-title[b-mxhjp7nu3j] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .button-row[b-mxhjp7nu3j] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .exec-btn[b-mxhjp7nu3j] {
        min-width: 100%;
        max-width: 100%;
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
}

.page[b-mxhjp7nu3j] {
    background-image: url('/Images/header_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*#296422 */
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
/* _content/PlaysmartManagerCore/Components/Pages/SalesDashboard/Rpt01KeyAccounts.razor.rz.scp.css */
.first-column[b-qs7fu2ky6o] {
    width: 200px; /* Adjust the width as needed */
    text-align: left;
}

.week-column[b-qs7fu2ky6o] {
    width: 100px; /* Adjust the width as needed */
    text-align: center;
}

.table-fixed[b-qs7fu2ky6o] {
    table-layout: fixed !important;
}
/* _content/PlaysmartManagerCore/Components/QuickGridButtons.razor.rz.scp.css */
/* Style the custom page links*/
.page-buttons[b-68a5pf0spa] {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button[b-68a5pf0spa] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active[b-68a5pf0spa] {
    background: #a7c1ff !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current)[b-68a5pf0spa] {
    background: #c0c9dc;
}

.page-buttons button.current[b-68a5pf0spa] {
    background: #3771f4;
    color: white;
}
