/* _content/Ebbefos.CykelAbonnement/Components/General/Components/Modals/OnboardingApplicantModal.razor.rz.scp.css */
.modal-title[b-n2igtal3w3] {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    width: 100%;
}

/* The main container for the OrderInfo tab */
.modal-container[b-n2igtal3w3] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.modal-container-title[b-n2igtal3w3] {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
}

div.order-info-container[b-n2igtal3w3] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: auto;
}

div.comment-table[b-n2igtal3w3] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    width: auto;
}

div.button-modal-container[b-n2igtal3w3] {
    display: inline-block;
    position: relative;
}

div#bike_delivered_by[b-n2igtal3w3] {
    display: none;
}

div#bike_delivered_by.show[b-n2igtal3w3] {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 140px;
    border: solid 2px black;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    width: 310px;
}

span.register-button[b-n2igtal3w3] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

span.register-button:hover[b-n2igtal3w3] {
    background-color: #0A366D;
}

div#bike_delivered_by span.delivery-initials-header[b-n2igtal3w3] {
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
}

div#bike_delivered_by input[type=text][b-n2igtal3w3] {
    display: inline-block;
    width: 80px;
}

div#bike_delivered_by span.save-button[b-n2igtal3w3] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

div#bike_delivered_by span.save-button:hover[b-n2igtal3w3] {
    background-color: #0A366D;
}

/* --- Modal Table Styling --- */
table.modal-table thead tr th[b-n2igtal3w3],
table.modal-table tbody tr th[b-n2igtal3w3],
table.modal-table tbody tr td[b-n2igtal3w3] {
    padding: 1px 5px;
}

div.modal-content table tbody tr.disabled th[b-n2igtal3w3],
div.modal-content table tbody tr.disabled:hover td[b-n2igtal3w3] {
    color: #777;
}

/* --- Number + Date Column Formatting --- */
.number[b-n2igtal3w3] {
    text-align: right;
}

.number.date[b-n2igtal3w3] {
    font-family: Monospace;
}

/* --- Hover Highlight for Tables --- */
table.modal-table tbody tr:hover[b-n2igtal3w3],
table.ongoing tbody tr:hover[b-n2igtal3w3] {
    background-color: rgba(128, 128, 128, 0.2);
}

table.modal-table tbody tr:hover td:hover[b-n2igtal3w3],
table.ongoing tbody tr:hover td:hover[b-n2igtal3w3] {
    background-color: rgba(128, 128, 128, 0.3);
}

/* --- Cursor Pointer Utility --- */
.cursor[b-n2igtal3w3] {
    cursor: pointer;
}

/* --- Switch Modal Buttons (Order info / Onboarding flow) --- */
span.switch-modal-button[b-n2igtal3w3] {
    display: inline-block;
    cursor: pointer;
    background-color: rgba(127, 127, 127, 0.1);
    padding: 0 2px;
    border-radius: 5px;
    line-height: 1;
    font-size: 0.7em;
}

span.switch-modal-button:hover[b-n2igtal3w3] {
    background-color: rgba(127, 127, 127, 0.3);
}

span.switch-modal-button-selected[b-n2igtal3w3] {
    display: inline-block;
    background-color: rgba(127, 127, 127, 0.3);
    padding: 0 2px;
    border-radius: 5px;
    line-height: 1;
    font-size: 0.7em;
}

table.ongoing thead tr th[b-n2igtal3w3],
table.ongoing tbody tr td[b-n2igtal3w3] {
    padding: 0 5px;
}

table.modal-table th[b-n2igtal3w3],
table.modal-table thead tr th[b-n2igtal3w3],
table.modal-table tbody tr td[b-n2igtal3w3] {
    text-align: left;
    padding: 0 5px;
}

table.modal-table th.number[b-n2igtal3w3],
table.modal-table td.number[b-n2igtal3w3] {
    text-align: right;
}

table.modal-table thead th[b-n2igtal3w3] {
    color: #777;
    border-bottom: solid 2px #777;
}

.onboarding-flow[b-n2igtal3w3] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: auto;
    text-align: center;
    padding-bottom: 100px;
}

.ongoing-table[b-n2igtal3w3] {
    margin: auto;
    width: auto; /* might be redundant*/
}

.table-header-divider[b-n2igtal3w3] {
    border-bottom: 2px solid #777;
    color: #777; 
}

.table-row-divider[b-n2igtal3w3] {
    border-top: 2px solid #777;
}
/* _content/Ebbefos.CykelAbonnement/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-od0kjdw0pe] {
    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-od0kjdw0pe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
