@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Toolbelt.Blazor.SplitContainer/Toolbelt.Blazor.SplitContainer.bundle.scp.css';

/* /Controls/NsTicketControl.razor.rz.scp.css */
.ticket-id[b-3obdmrupkm] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: -5px;
    min-width: 120px;
}

.charge-text[b-3obdmrupkm] {
    font-size: 1rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents text from wrapping */
    display: inline-block; /* Needed for width to work correctly on spans */
    max-width: 100%;
}

ul .custom-li[b-3obdmrupkm] {
    line-height: 0.9; /* Adjust the line-height to control the height */
    padding-top: 0.025rem; /* Reduce the padding to make the list item less tall */
    padding-bottom: 0.025rem;
}

    ul .custom-li div div div button[b-3obdmrupkm] {
        padding-top: 1px;
        /* Additional button styles */
    }
/* /Controls/Ticker.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tqx1cuf0ko] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

#blazor-error-ui[b-tqx1cuf0ko] {
    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-tqx1cuf0ko] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*.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 ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}
    */
@media (min-width: 641px) {
    .page[b-tqx1cuf0ko] {
        flex-direction: column;
    }

    /*  .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

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

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

    .top-row[b-tqx1cuf0ko], article[b-tqx1cuf0ko] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.ticket-id[b-9ppd1mcyv9] {
    font-size: 1rem;
    font-weight: bold;
}

.charge-text[b-9ppd1mcyv9] {
    font-size: 0.9rem;
    font-weight: normal;
}
.search-results[b-9ppd1mcyv9] {
    border: 1px solid rgba(0, 0, 0, 0.1); /* Softened outline */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); /* Subtle shadow */
    background-color: #f9f9f9; /* Lightened background */
    opacity: 1; /* Default opacity */
    transition: opacity 0.3s ease-in-out; /* Smooth fade transition */
}

    .search-results.hidden[b-9ppd1mcyv9] {
        opacity: 0;
        pointer-events: none; /* Disable clicks while hidden */
    }

/*.search-results {
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid lightblue;*/
    /*background-color: whitesmoke;*/
/*}*/

    .search-results .list-group-item[b-9ppd1mcyv9] {
        cursor: pointer;
    }

        .search-results .list-group-item:hover[b-9ppd1mcyv9] {
            /* background-color: #f0f0f0;  Change this to your desired hover color */
            background-color: navy;
        }
        .search-results .list-group-item.active[b-9ppd1mcyv9] {
            background-color: #0033cc; /* Slightly lighter navy */
            color: #fff;
            font-weight: bold;
        }

.sticky-banner[b-9ppd1mcyv9] {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #000; /* black background */
    padding: 10px;
    /*padding-bottom: 60px;*/
    z-index: 1;
}



/* NavMenu.razor.css or app.css */
.brand-logo[b-9ppd1mcyv9] {
    height: 30px;
    width: auto;
}

/* And if using the CSS invert trick */
.logo-white[b-9ppd1mcyv9] {
    filter: invert(100%) brightness(200%);
}
