/* _content/ETickets.AppWeb.RefundRegistry/Modules/Claims/Exchange/SelectExchangeOfferDialog/Components/ExchangeOfferBlock.razor.rz.scp.css */
.exchange-offer-block[b-njuuu992ie]  .select-exchange-offer-button.readonly {
    border-color: var(--mud-palette-secondary-lighten) !important;
    color: var(--mud-palette-secondary-lighten) !important;
}

.exchange-offer-block[b-njuuu992ie]  .select-exchange-offer-button.selected {
    background-color: var(--mud-palette-secondary-lighten) !important;
    color: white !important;
}
/* _content/ETickets.AppWeb.RefundRegistry/Modules/Claims/Exchange/SelectExchangeOfferDialog/SelectExchangeOfferDialog.razor.rz.scp.css */
.select-exchange-offer-dialog[b-ipwyv32pgw]  .mud-table-cell .mud-input-control {
    margin-top: 0px;
}

    .select-exchange-offer-dialog[b-ipwyv32pgw]  .mud-table-cell .mud-input-control .mud-input {
        margin-top: 0px;
    }

.select-exchange-offer-dialog[b-ipwyv32pgw]  .mud-table-cell .mud-picker-input-button .mud-button-root {
    padding: 0px;
}

.select-exchange-offer-dialog[b-ipwyv32pgw]  .mud-tabs-panels {
    overflow: hidden;
    height: 100%;
}

.select-exchange-offer-dialog[b-ipwyv32pgw]  .request-exchange-offers-button {
    min-width: 195px;
    max-width: 195px;
    min-height: 35px;
    max-height: 35px;
}
/* _content/ETickets.AppWeb.RefundRegistry/Shared/MainLayout.razor.rz.scp.css */
.page[b-a6clop2r9v] {
    position: relative;
    height: 100vh;
}

main[b-a6clop2r9v] {
    flex: 1;
    padding: 1em;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-a6clop2r9v], article[b-a6clop2r9v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-header[b-a6clop2r9v] {
    height: 50px;
    background-color: #e62e67;
    margin-bottom: 0px;
    padding: 10px;
    display: flex;
}

.header-logo img[b-a6clop2r9v] {
    display: block;
    width: 80px;
    height: 30px;
}

[b-a6clop2r9v] .profile-icon {
    height: 30px;
}

/* _content/ETickets.AppWeb.RefundRegistry/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-61s0prmmx3] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-61s0prmmx3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.left-header[b-61s0prmmx3] {
    background-color: #e62e67;
    margin-bottom: 10px;
    padding: 10px;
    display: contents;
}
