/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3qw8ecq5x8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3qw8ecq5x8] {
    flex: 1;
}

.sidebar[b-3qw8ecq5x8] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(360deg, rgb(0, 107, 102, 1) 0%, #00b2a9 70%);
}

.top-row[b-3qw8ecq5x8] {
    background-color: #00b2a9;
    border-bottom: 1px solid #00b2a9;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.5rem 1rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row img[b-3qw8ecq5x8] {
    max-height: 42px;
    display: block;
}

    .top-row[b-3qw8ecq5x8]  a, .top-row[b-3qw8ecq5x8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3qw8ecq5x8]  a:hover, .top-row[b-3qw8ecq5x8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3qw8ecq5x8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3qw8ecq5x8] {
        justify-content: space-between;
    }

    .top-row[b-3qw8ecq5x8]  a, .top-row[b-3qw8ecq5x8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3qw8ecq5x8] {
        flex-direction: row;
    }

    .sidebar[b-3qw8ecq5x8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3qw8ecq5x8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3qw8ecq5x8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3qw8ecq5x8], article[b-3qw8ecq5x8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3qw8ecq5x8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3qw8ecq5x8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.roundName[b-3qw8ecq5x8] {
    background-color: transparent;
    height: 2.25rem;
    width: 2.25rem;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 50%;
    cursor: pointer;
}

.profile-button[b-3qw8ecq5x8] {
    position: relative;
    display: inline-block;
}

.menu-content[b-3qw8ecq5x8] {
    display: none;
    position: absolute;
    top: 60px; /* Adjust as needed */
    right: 0;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .menu-content a[b-3qw8ecq5x8] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .menu-content a:hover[b-3qw8ecq5x8] {
            background-color: #ddd;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nnf8n8fzi6] {
    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.55%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(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-nnf8n8fzi6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nnf8n8fzi6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nnf8n8fzi6] {
    font-size: 1.1rem;
}

.bi[b-nnf8n8fzi6] {
    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-nnf8n8fzi6] {
    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-nnf8n8fzi6] {
    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-nnf8n8fzi6] {
    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-nnf8n8fzi6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nnf8n8fzi6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nnf8n8fzi6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nnf8n8fzi6]  .nav-link {
        color: #fff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

.nav-item[b-nnf8n8fzi6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nnf8n8fzi6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nnf8n8fzi6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nnf8n8fzi6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nnf8n8fzi6] {
        display: none;
    }

    .nav-scrollable[b-nnf8n8fzi6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Brokers/BrokerAgreement.razor.rz.scp.css */
.brand-header[b-91buiyw3sd] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.brand-header .form-check-input[b-91buiyw3sd] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-header .form-check-input:checked[b-91buiyw3sd] {
    background-color: #fff;
    border-color: #fff;
}

.agreement-action-column[b-91buiyw3sd] {
    width: 70px;
}
/* /Components/Pages/Brokers/BrokerEO.razor.rz.scp.css */
.brand-header[b-klqz1e1u7c] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.brand-header .form-check-input[b-klqz1e1u7c] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-header .form-check-input:checked[b-klqz1e1u7c] {
    background-color: #fff;
    border-color: #fff;
}
/* /Components/Pages/Brokers/BrokerForm.razor.rz.scp.css */
.pdf-frame[b-onaixg1wri] {
    min-height: 700px;
    border: none;
}
/* /Components/Pages/Brokers/BrokerLicenses.razor.rz.scp.css */
.brand-header[b-s8ki4gwee2] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.brand-header .form-check-input[b-s8ki4gwee2] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-header .form-check-input:checked[b-s8ki4gwee2] {
    background-color: #fff;
    border-color: #fff;
}
/* /Components/Pages/DownloadDocument.razor.rz.scp.css */
.pdf-viewer[b-y9vnsqtx23] {
    min-height: 90vh;
    height: 90vh;
    border: none;
}
/* /Components/Pages/Insureds/InsuredClaims.razor.rz.scp.css */
.brand-header[b-fv8rjdg5ly] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.sortable-header[b-fv8rjdg5ly] {
    cursor: pointer;
}

.sortable-header:hover[b-fv8rjdg5ly] {
    background-color: #f0f0f0;
}

.sort-icon[b-fv8rjdg5ly] {
    font-size: 0.8rem;
    margin-left: 5px;
}

.brand-header .form-check-input[b-fv8rjdg5ly] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-header .form-check-input:checked[b-fv8rjdg5ly] {
    background-color: #fff;
    border-color: #fff;
}

.brand-header .form-check-input:checked[b-fv8rjdg5ly]::before {
    background-color: #00b2a9;
}
/* /Components/Pages/Insureds/InsuredClaimsView.razor.rz.scp.css */
.brand-header[b-debje9rv1c] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.sortable-header[b-debje9rv1c] {
    cursor: pointer;
}

.sortable-header:hover[b-debje9rv1c] {
    background-color: #f0f0f0;
}

.sort-icon[b-debje9rv1c] {
    font-size: 0.8rem;
    margin-left: 5px;
}

.col-quarter[b-debje9rv1c] {
    width: 25%;
}
/* /Components/Pages/Insureds/InsuredDocuments.razor.rz.scp.css */
.document-search[b-bghwc6pb0c] {
    width: 300px;
}
/* /Components/Pages/Insureds/InsuredOverview.razor.rz.scp.css */
.brand-header[b-nij45ffsye] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.list-group-item[b-nij45ffsye] {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.metric-row[b-nij45ffsye] {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.text-negative[b-nij45ffsye] {
    color: red;
}

.text-positive[b-nij45ffsye] {
    color: green;
}

.text-neutral[b-nij45ffsye] {
    color: black;
}
/* /Components/Pages/Insureds/InsuredPolicies.razor.rz.scp.css */
.brand-header[b-p9hf4ukwcp] {
    background-color: #00b2a9 !important;
    color: #fff !important;
}

.brand-header .form-check-input[b-p9hf4ukwcp] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.brand-header .form-check-input:checked[b-p9hf4ukwcp] {
    background-color: #fff;
    border-color: #fff;
}
/* /Components/Pages/Interactions.razor.rz.scp.css */
hr[b-dtkcl028ze] {
    border-top: 1px solid #dcd7d7;
}

.form-section[b-dtkcl028ze] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.required-field[b-dtkcl028ze] {
    color: red;
}

.section-header[b-dtkcl028ze] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.rating-scale[b-dtkcl028ze] {
    margin: 15px 0;
    width: 100%;
    display: block;
    background: linear-gradient(to right, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.1) 63.6%, rgba(255, 193, 7, 0.1) 63.6%, rgba(255, 193, 7, 0.1) 81.8%, rgba(40, 167, 69, 0.1) 81.8%, rgba(40, 167, 69, 0.1) 100%);
    border-radius: 8px;
    padding: 0 15px;
}

.rating-buttons[b-dtkcl028ze] {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.rating-buttons table[b-dtkcl028ze] {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    border-spacing: 0;
}

.rating-buttons td[b-dtkcl028ze] {
    text-align: center;
    padding: 0;
    position: relative;
}

.rating-buttons input[type="radio"][b-dtkcl028ze] {
    display: none;
    margin: 0 auto 5px auto;
}

.rating-buttons label[b-dtkcl028ze] {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #495057;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin: 0;
    border: 2px solid transparent;
    min-height: 50px;
    font-size: 16px;
    line-height: 1.2;
    user-select: none;
}

.rating-buttons label:hover[b-dtkcl028ze],
.rating-buttons input[type="radio"]:checked ~ td label[b-dtkcl028ze],
.rating-buttons td:has(input[type="radio"]:checked) ~ td label[b-dtkcl028ze] {
    opacity: 0.6;
}

.rating-buttons td:has(label:hover) ~ td label[b-dtkcl028ze] {
    opacity: 1;
}

.rating-buttons label:hover[b-dtkcl028ze],
.rating-buttons td:has(input[type="radio"]:checked) label[b-dtkcl028ze],
.rating-buttons td:has(input[type="radio"]:checked) ~ td label:hover[b-dtkcl028ze] {
    opacity: 1;
}

.rating-buttons td:nth-child(1) label[b-dtkcl028ze] { background-color: #dc3545; color: white; }
.rating-buttons td:nth-child(2) label[b-dtkcl028ze] { background-color: #e74c61; color: white; }
.rating-buttons td:nth-child(3) label[b-dtkcl028ze] { background-color: #ed5e75; color: white; }
.rating-buttons td:nth-child(4) label[b-dtkcl028ze] { background-color: #f27089; color: white; }
.rating-buttons td:nth-child(5) label[b-dtkcl028ze] { background-color: #f6819d; color: white; }
.rating-buttons td:nth-child(6) label[b-dtkcl028ze] { background-color: #f993b1; color: white; }
.rating-buttons td:nth-child(7) label[b-dtkcl028ze] { background-color: #fca5c5; color: #333; }

.rating-buttons td:nth-child(8) label[b-dtkcl028ze] { background-color: #ced4da; color: #333; }
.rating-buttons td:nth-child(9) label[b-dtkcl028ze] { background-color: #dee2e6; color: #333; }

.rating-buttons td:nth-child(10) label[b-dtkcl028ze] { background-color: #98d982; color: #333; }
.rating-buttons td:nth-child(11) label[b-dtkcl028ze] { background-color: #28a745; color: white; }

.rating-buttons input[type="radio"]:checked + label[b-dtkcl028ze] {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border: 2px solid #fff;
    font-weight: bold;
    z-index: 2;
    opacity: 1 !important;
}

.rating-buttons td.hovered label[b-dtkcl028ze],
.rating-buttons td.selected label[b-dtkcl028ze] {
    opacity: 1 !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.rating-labels[b-dtkcl028ze] {
    display: flex;
    justify-content: space-between;
    font-style: italic;
    margin-top: 5px;
    padding: 0 35px 0 15px;
}

.rating-labels span[b-dtkcl028ze] {
    font-size: 13px;
    color: #6c757d;
}

.disabled-label[b-dtkcl028ze] {
    background-color: #e9ecef;
    color: #6c757d;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 38px;
    display: block;
    pointer-events: none;
    opacity: 1;
    width: 100%;
}

.entity-results[b-dtkcl028ze] {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.m-t1[b-dtkcl028ze] { margin-top: 1%; }
/* /Components/Pages/InvalidSource.razor.rz.scp.css */
.access-denied-container[b-9qkidy0sg7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: 2rem;
}

.access-denied-icon[b-9qkidy0sg7] {
    font-size: 5rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
}

.access-denied-title[b-9qkidy0sg7] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.access-denied-message[b-9qkidy0sg7] {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 500px;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.access-denied-code[b-9qkidy0sg7] {
    font-family: monospace;
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #374151;
}

.access-denied-footer[b-9qkidy0sg7] {
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #9ca3af;
}
/* /Components/Pages/ShowCalendar/ShowCalendar.razor.rz.scp.css */
.calendar-container[b-7ag8ptk862] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

.calendar-header[b-7ag8ptk862] {
    background: linear-gradient(135deg, #00b2a9 0%, #008a83 100%);
    border-radius: 1rem 1rem 0 0;
    padding: 1.5rem 2rem;
    color: white;
    margin-bottom: 0;
}

.calendar-header h1[b-7ag8ptk862] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.calendar-card[b-7ag8ptk862] {
    background: white;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-top: none;
}

#calendar[b-7ag8ptk862] {
    min-height: 600px;
}

:root[b-7ag8ptk862] {
    --fc-border-color: #e5e7eb;
    --fc-button-bg-color: #00b2a9;
    --fc-button-border-color: #00b2a9;
    --fc-button-hover-bg-color: #008a83;
    --fc-button-hover-border-color: #008a83;
    --fc-button-active-bg-color: #007a73;
    --fc-button-active-border-color: #007a73;
    --fc-today-bg-color: rgba(0, 178, 169, 0.1);
}

.fc-event[b-7ag8ptk862] {
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 2px 5px 3px;
    color: #fff !important;
    border: none !important;
    font-weight: 500;
}

.fc-event:hover[b-7ag8ptk862] {
    opacity: 0.85;
}

.fc-event .fc-event-title[b-7ag8ptk862] {
    color: #fff !important;
}

.fc-event-mcneil[b-7ag8ptk862] { background-color: #00b2a9 !important; }
.fc-event-advensure[b-7ag8ptk862] { background-color: #034537 !important; }
.fc-event-asip[b-7ag8ptk862] { background-color: #4f8ac9 !important; }
.fc-event-btc[b-7ag8ptk862] { background-color: #702876 !important; }
.fc-event-benefits[b-7ag8ptk862] { background-color: #5c89b4 !important; }
.fc-event-carwash[b-7ag8ptk862] { background-color: #256092 !important; }
.fc-event-esip[b-7ag8ptk862] { background-color: #b21f28 !important; }
.fc-event-firewatch[b-7ag8ptk862] { background-color: #eb7823 !important; }
.fc-event-homed[b-7ag8ptk862] { background-color: #0062a6 !important; }
.fc-event-mobilevending[b-7ag8ptk862] { background-color: #004f6e !important; }
.fc-event-wildpro[b-7ag8ptk862] { background-color: #f6b331 !important; }

.loading-overlay[b-7ag8ptk862] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: #6b7280;
}

.loading-overlay i[b-7ag8ptk862] {
    font-size: 2rem;
    margin-right: 1rem;
    animation: spin-b-7ag8ptk862 1s linear infinite;
}

@keyframes spin-b-7ag8ptk862 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.legend[b-7ag8ptk862] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.legend-item[b-7ag8ptk862] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #374151;
}

.legend-color[b-7ag8ptk862] {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.25rem;
}

.legend-color-mcneil[b-7ag8ptk862] { background: #00b2a9; }
.legend-color-advensure[b-7ag8ptk862] { background: #034537; }
.legend-color-asip[b-7ag8ptk862] { background: #4f8ac9; }
.legend-color-btc[b-7ag8ptk862] { background: #702876; }
.legend-color-benefits[b-7ag8ptk862] { background: #5c89b4; }
.legend-color-carwash[b-7ag8ptk862] { background: #256092; }
.legend-color-esip[b-7ag8ptk862] { background: #b21f28; }
.legend-color-firewatch[b-7ag8ptk862] { background: #eb7823; }
.legend-color-homed[b-7ag8ptk862] { background: #0062a6; }
.legend-color-mobilevending[b-7ag8ptk862] { background: #004f6e; }
.legend-color-wildpro[b-7ag8ptk862] { background: #f6b331; }
/* /Components/Pages/ShowCalendar/ShowCalendarRedirect.razor.rz.scp.css */
.redirect-container[b-boh7j1m79q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
}

.show-name[b-boh7j1m79q] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
}

.button-group[b-boh7j1m79q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 250px;
}

.nav-button[b-boh7j1m79q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.nav-button:hover[b-boh7j1m79q] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-button.primary[b-boh7j1m79q] {
    background: linear-gradient(135deg, #00b2a9 0%, #008a83 100%);
    color: white;
}

.nav-button.primary:hover[b-boh7j1m79q] {
    background: linear-gradient(135deg, #008a83 0%, #007a73 100%);
    color: white;
}

.nav-button.secondary[b-boh7j1m79q] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.nav-button.secondary:hover[b-boh7j1m79q] {
    background: #e5e7eb;
    color: #1f2937;
}

.nav-button i[b-boh7j1m79q] {
    font-size: 1.25rem;
}

.back-link[b-boh7j1m79q] {
    margin-top: 2rem;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover[b-boh7j1m79q] {
    color: #00b2a9;
}
/* /Components/Pages/ShowSheet/EditGiveawaysModal.razor.rz.scp.css */
.modal-scroll-container[b-eg1bkxr3nv] {
    max-height: 400px;
    overflow-y: auto;
}

.col-quantity[b-eg1bkxr3nv] {
    width: 120px;
}

.preview-img[b-eg1bkxr3nv] {
    max-width: 100px;
}
/* /Components/Pages/ShowSheet/EditLiteratureModal.razor.rz.scp.css */
.modal-scroll-container[b-q7rxueiw6s] {
    max-height: 400px;
    overflow-y: auto;
}

.col-quantity[b-q7rxueiw6s] {
    width: 120px;
}

.preview-img[b-q7rxueiw6s] {
    max-width: 100px;
}
/* /Components/Pages/ShowSheet/SelectDisplaysModal.razor.rz.scp.css */
.modal-scroll-container[b-jwsd5oy5vn] {
    max-height: 400px;
    overflow-y: auto;
}

.col-select[b-jwsd5oy5vn] {
    width: 40px;
}

.clickable-row[b-jwsd5oy5vn] {
    cursor: pointer;
}

.preview-img[b-jwsd5oy5vn] {
    max-width: 100px;
}
/* /Components/Pages/ShowSheet/ShowSheet.razor.rz.scp.css */
.page-container[b-8we2b2zhpu] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

.hero-header[b-8we2b2zhpu] {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 1.5rem;
    color: white;
    box-shadow: var(--shadow-lg);
}

.hero-header h1[b-8we2b2zhpu] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-header .meta-grid[b-8we2b2zhpu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.hero-header .meta-item[b-8we2b2zhpu] {
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius);
    padding: 1rem;
    backdrop-filter: blur(10px);
}

.hero-header .meta-label[b-8we2b2zhpu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}

.hero-header .meta-value[b-8we2b2zhpu] {
    font-size: 0.9375rem;
    font-weight: 500;
}

.status-container[b-8we2b2zhpu] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.status-pill[b-8we2b2zhpu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    box-shadow: var(--shadow);
}

.status-pill.complete[b-8we2b2zhpu] { background: #d1fae5; color: #065f46; }
.status-pill.in-progress[b-8we2b2zhpu] { background: #fef3c7; color: #92400e; }
.status-pill.not-started[b-8we2b2zhpu] { background: var(--gray-200); color: var(--gray-700); }
.status-pill.overdue[b-8we2b2zhpu] { background: #fee2e2; color: #991b1b; }

.status-pill i[b-8we2b2zhpu] { font-size: 1rem; }

.toolbar[b-8we2b2zhpu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: var(--gray-50);
    border-radius: var(--radius);
    margin-bottom: 1.5rem;
    border: 1px solid var(--gray-200);
}

.toolbar-bottom[b-8we2b2zhpu] {
    margin-top: 0;
}

.toolbar .spacer[b-8we2b2zhpu] { flex: 1 1 auto; }

.btn-modern[b-8we2b2zhpu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-modern:hover[b-8we2b2zhpu] { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-modern:active[b-8we2b2zhpu] { transform: translateY(0); }

.btn-primary-modern[b-8we2b2zhpu] {
    background: var(--primary);
    color: white;
}
.btn-primary-modern:hover[b-8we2b2zhpu] { background: var(--primary-hover); color: white; }

.btn-success-modern[b-8we2b2zhpu] {
    background: var(--success);
    color: white;
}
.btn-success-modern:hover[b-8we2b2zhpu] { background: var(--success-hover); color: white; }

.btn-outline-modern[b-8we2b2zhpu] {
    background: white;
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
}
.btn-outline-modern:hover[b-8we2b2zhpu] { background: var(--gray-50); border-color: var(--gray-400); color: var(--gray-800); }

.btn-ghost[b-8we2b2zhpu] {
    background: transparent;
    color: var(--gray-600);
    padding: 0.5rem;
}
.btn-ghost:hover[b-8we2b2zhpu] { background: var(--gray-100); color: var(--danger); }

.modern-card[b-8we2b2zhpu] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--gray-200);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.modern-card:hover[b-8we2b2zhpu] { box-shadow: var(--shadow-md); }

.modern-card-header[b-8we2b2zhpu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--gray-800);
}

.modern-card-header i[b-8we2b2zhpu] {
    color: var(--primary);
    font-size: 1.125rem;
}

.modern-card-header.dark[b-8we2b2zhpu] {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
    color: white;
    border-bottom: none;
}

.modern-card-header.dark i[b-8we2b2zhpu] { color: #a5b4fc; }

.modern-card-body[b-8we2b2zhpu] {
    padding: 1.25rem;
}

.info-grid[b-8we2b2zhpu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.info-grid-spaced[b-8we2b2zhpu] {
    margin-bottom: 1.25rem;
}

.info-item[b-8we2b2zhpu] {
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--radius);
    border: 1px solid var(--gray-100);
}

.info-label[b-8we2b2zhpu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-500);
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.info-value[b-8we2b2zhpu] {
    font-size: 0.9375rem;
    color: var(--gray-800);
}

.modern-table[b-8we2b2zhpu] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-table thead th[b-8we2b2zhpu] {
    background: var(--gray-50);
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-600);
    border-bottom: 2px solid var(--gray-200);
    position: sticky;
    top: 0;
    z-index: 1;
}

.modern-table tbody td[b-8we2b2zhpu] {
    padding: 1rem;
    border-bottom: 1px solid var(--gray-100);
    font-size: 0.875rem;
    color: var(--gray-700);
    vertical-align: middle;
}

.modern-table tbody tr[b-8we2b2zhpu] {
    transition: background 0.15s ease;
}

.modern-table tbody tr:hover[b-8we2b2zhpu] {
    background: var(--gray-50);
}

.modern-table tbody tr:last-child td[b-8we2b2zhpu] {
    border-bottom: none;
}

.modern-table .thumbnail-cell img[b-8we2b2zhpu] {
    max-width: 80px;
    max-height: 60px;
    object-fit: contain;
    border-radius: 0.375rem;
    border: 1px solid var(--gray-200);
}

/* Hover-to-enlarge for modal picker thumbnails - centered fixed overlay (8x magnification) */
.modern-modal .thumbnail-cell[b-8we2b2zhpu] {
    position: relative;
}

.modern-modal .thumbnail-cell img[b-8we2b2zhpu] {
    cursor: zoom-in;
}

.modern-modal .thumbnail-cell .hover-enlarged[b-8we2b2zhpu] {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;  /* 80px * 8 */
    height: 480px; /* 60px * 8 */
    max-width: 90vw;
    max-height: 90vh;
    z-index: 9999;
    pointer-events: none;
    border-radius: 0.75rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 4px solid white;
    object-fit: contain;
    background: white;
}

.modern-modal .thumbnail-cell:hover .hover-enlarged[b-8we2b2zhpu] {
    display: block;
}

/* Backdrop overlay on hover */
.modern-modal .thumbnail-cell .hover-backdrop[b-8we2b2zhpu] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    pointer-events: none;
}

.modern-modal .thumbnail-cell:hover .hover-backdrop[b-8we2b2zhpu] {
    display: block;
}

.action-column[b-8we2b2zhpu] {
    width: 80px;
}

.select-column[b-8we2b2zhpu] {
    width: 60px;
}

.quantity-column[b-8we2b2zhpu] {
    width: 120px;
}

.action-buttons[b-8we2b2zhpu] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-100);
    margin-top: 1rem;
}

.modern-input[b-8we2b2zhpu] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius);
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    background: white;
}

.compact-input[b-8we2b2zhpu] {
    padding: 0.5rem;
}

.modern-input:focus[b-8we2b2zhpu] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.modern-input[b-8we2b2zhpu]::placeholder {
    color: var(--gray-400);
}

.modern-textarea[b-8we2b2zhpu] {
    min-height: 150px;
    resize: vertical;
}

.modern-modal-backdrop[b-8we2b2zhpu] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1040;
    animation: fadeIn-b-8we2b2zhpu 0.2s ease;
}

.modern-modal[b-8we2b2zhpu] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1050;
    animation: slideUp-b-8we2b2zhpu 0.3s ease;
}

.modern-modal-content[b-8we2b2zhpu] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modern-modal-content.xl[b-8we2b2zhpu] {
    max-width: 1100px;
}

.modern-modal-header[b-8we2b2zhpu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--gray-200);
    background: var(--gray-50);
}

.modern-modal-header h5[b-8we2b2zhpu] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-900);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.modern-modal-body[b-8we2b2zhpu] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modern-modal-footer[b-8we2b2zhpu] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--gray-200);
    background: var(--gray-50);
}

.btn-close-modern[b-8we2b2zhpu] {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: var(--gray-500);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-close-modern:hover[b-8we2b2zhpu] {
    background: var(--gray-200);
    color: var(--gray-700);
}

.selectable-row[b-8we2b2zhpu] {
    cursor: pointer;
    user-select: none;
}

.selectable-row.selected[b-8we2b2zhpu] {
    background: #eff6ff !important;
}

.selectable-row:hover:not(.selected)[b-8we2b2zhpu] {
    background: var(--gray-50);
}

@keyframes fadeIn-b-8we2b2zhpu {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-8we2b2zhpu {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modern-alert[b-8we2b2zhpu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius);
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    animation: slideUp-b-8we2b2zhpu 0.3s ease;
}

.modern-alert.success[b-8we2b2zhpu] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.modern-alert.error[b-8we2b2zhpu] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.modern-alert i[b-8we2b2zhpu] { font-size: 1.25rem; }

@media print {
    .hideprint[b-8we2b2zhpu] { display: none !important; }
    .modern-card[b-8we2b2zhpu] { box-shadow: none; border: 1px solid #ddd; }
    .hero-header[b-8we2b2zhpu] { background: #333 !important; -webkit-print-color-adjust: exact; }
}

@media (max-width: 768px) {
    .page-container[b-8we2b2zhpu] { padding: 1rem; }
    .hero-header[b-8we2b2zhpu] { padding: 1.5rem; }
    .hero-header h1[b-8we2b2zhpu] { font-size: 1.25rem; }
    .toolbar[b-8we2b2zhpu] { padding: 0.75rem; }
    .modern-modal-content[b-8we2b2zhpu] { margin: 0.5rem; }
}

.empty-state[b-8we2b2zhpu] {
    text-align: center;
    padding: 2rem;
    color: var(--gray-500);
}

.empty-state i[b-8we2b2zhpu] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    opacity: 0.5;
}

.clickable-thumbnail[b-8we2b2zhpu] {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.clickable-thumbnail:hover[b-8we2b2zhpu] {
    transform: scale(1.05);
}

.clickable-thumbnail:hover img[b-8we2b2zhpu] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-preview-modal[b-8we2b2zhpu] {
    max-width: 800px;
}

.image-preview-modal .modern-modal-body[b-8we2b2zhpu] {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-100);
}

.enlarged-image[b-8we2b2zhpu] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}
/* /Components/Pages/ShowSheet/ShowSheetDisplayModal.razor.rz.scp.css */
.modal-backdrop-overlay[b-bp0sib0cz1] {
    background: rgba(0, 0, 0, 0.3);
}

.display-thumbnail[b-bp0sib0cz1] {
    max-width: 64px;
    max-height: 64px;
}
/* /Components/Pages/ShowSheet/ShowSheetGiveawayModal.razor.rz.scp.css */
.modal-backdrop-overlay[b-fo2hcqc45j] {
    background: rgba(0, 0, 0, 0.3);
}
/* /Components/Pages/ShowSheet/ShowSheetLiteratureModal.razor.rz.scp.css */
.modal-backdrop-overlay[b-75176eiiqs] {
    background: rgba(0, 0, 0, 0.3);
}
/* /Components/Shared/PdfEmbedViewer.razor.rz.scp.css */
.pdf-modal-backdrop[b-8j3vu3tbcc] {
    background-color: rgba(0, 0, 0, 0.5);
}

.pdf-modal-content[b-8j3vu3tbcc] {
    height: 90vh;
}

.pdf-modal-body[b-8j3vu3tbcc] {
    height: calc(90vh - 60px);
    overflow: hidden;
}

.pdf-iframe[b-8j3vu3tbcc] {
    width: 100%;
    height: 100%;
    border: none;
}
