/* _content/Ebbefos.CykelAbonnement/Components/General/Components/Modals/OnboardingApplicantModal/OnboardingApplicantModal.razor.rz.scp.css */
.modal-window[b-c9t2f62ze5] {
    padding: 8px;
}

/* The main container for the OrderInfo tab */
.modal-container[b-c9t2f62ze5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.modal-title[b-c9t2f62ze5] {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

div.order-info-container[b-c9t2f62ze5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: auto;
}

div.comment-table[b-c9t2f62ze5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    width: auto;
}

div.button-modal-container[b-c9t2f62ze5] {
    display: inline-block;
    position: relative;
}

div#bike_delivered_by[b-c9t2f62ze5] {
    display: none;
}

div#bike_delivered_by.show[b-c9t2f62ze5] {
    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-c9t2f62ze5] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

span.register-button:hover[b-c9t2f62ze5] {
    background-color: #0A366D;
}

div#bike_delivered_by span.delivery-initials-header[b-c9t2f62ze5] {
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
}

div#bike_delivered_by input[type=text][b-c9t2f62ze5] {
    display: inline-block;
    width: 80px;
}

div#bike_delivered_by span.save-button[b-c9t2f62ze5] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

div#bike_delivered_by span.save-button:hover[b-c9t2f62ze5] {
    background-color: #0A366D;
}

/* --- Modal Table Styling --- */
table.modal-table thead tr th[b-c9t2f62ze5],
table.modal-table tbody tr th[b-c9t2f62ze5],
table.modal-table tbody tr td[b-c9t2f62ze5] {
    padding: 1px 5px;
}

div.modal-content table tbody tr.disabled th[b-c9t2f62ze5],
div.modal-content table tbody tr.disabled:hover td[b-c9t2f62ze5] {
    color: #777;
}

/* --- Number + Date Column Formatting --- */
.number[b-c9t2f62ze5] {
    text-align: right;
}

.number.date[b-c9t2f62ze5] {
    font-family: Monospace;
}

/* --- Hover Highlight for Tables --- */
table.modal-table tbody tr:hover[b-c9t2f62ze5],
table.ongoing tbody tr:hover[b-c9t2f62ze5] {
    background-color: rgba(128, 128, 128, 0.2);
}

table.modal-table tbody tr:hover td:hover[b-c9t2f62ze5],
table.ongoing tbody tr:hover td:hover[b-c9t2f62ze5] {
    background-color: rgba(128, 128, 128, 0.3);
}

/* --- Cursor Pointer Utility --- */
.cursor[b-c9t2f62ze5] {
    cursor: pointer;
}

/* --- Switch Modal Buttons (Order info / Onboarding flow) --- */
span.switch-modal-button[b-c9t2f62ze5] {
    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-c9t2f62ze5] {
    background-color: rgba(127, 127, 127, 0.3);
}

span.switch-modal-button-selected[b-c9t2f62ze5] {
    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-c9t2f62ze5],
table.ongoing tbody tr td[b-c9t2f62ze5] {
    padding: 0 5px;
}

table.modal-table th[b-c9t2f62ze5],
table.modal-table thead tr th[b-c9t2f62ze5],
table.modal-table tbody tr td[b-c9t2f62ze5] {
    text-align: left;
    padding: 0 5px;
}

table.modal-table th.number[b-c9t2f62ze5],
table.modal-table td.number[b-c9t2f62ze5] {
    text-align: right;
}

table.modal-table thead th[b-c9t2f62ze5] {
    color: #777;
    border-bottom: solid 2px #777;
}

.onboarding-flow[b-c9t2f62ze5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: auto;
    text-align: center;
    padding-bottom: 100px;
}

.ongoing-table[b-c9t2f62ze5] {
    margin: auto;
    width: auto; /* might be redundant*/
}

.table-header-divider[b-c9t2f62ze5] {
    border-bottom: 2px solid #777;
    color: #777; 
}

.table-row-divider[b-c9t2f62ze5] {
    border-top: 2px solid #777;
}

/* NEW SECTION */

.modal-center[b-c9t2f62ze5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.modal-form[b-c9t2f62ze5] {
    width: 100%;
    max-width: 480px;
    padding: 24px;
    text-align: left;
}

.modal-form .form-group[b-c9t2f62ze5],
.form-group label[b-c9t2f62ze5]{
    margin-bottom: 0rem; 
}

.modal-form input[b-c9t2f62ze5],
.modal-form select[b-c9t2f62ze5],
.modal-form textarea[b-c9t2f62ze5] {
    width: 100%;
    box-sizing: border-box;
}

.modal-card[b-c9t2f62ze5] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
}
/* _content/Ebbefos.CykelAbonnement/Components/General/Components/Modals/OnboardingApplicantModal/Tabs/AdminPanelTab.razor.rz.scp.css */
.modal-container[b-4k58yiw5et] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

/* --- Modal Table Styling --- */
table.modal-table thead tr th[b-4k58yiw5et],
table.modal-table tbody tr th[b-4k58yiw5et],
table.modal-table tbody tr td[b-4k58yiw5et] {
    padding: 1px 5px;
}

div.comment-table[b-4k58yiw5et] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    width: auto;
}

table.modal-table th.number[b-4k58yiw5et],
table.modal-table td.number[b-4k58yiw5et] {
    text-align: right;
}

table.modal-table thead th[b-4k58yiw5et] {
    color: #777;
    border-bottom: solid 2px #777;
}

/* --- Hover Highlight for Tables --- */
table.modal-table tbody tr:hover[b-4k58yiw5et],
table.ongoing tbody tr:hover[b-4k58yiw5et] {
    background-color: rgba(128, 128, 128, 0.2);
}

table.modal-table tbody tr:hover td:hover[b-4k58yiw5et],
table.ongoing tbody tr:hover td:hover[b-4k58yiw5et] {
    background-color: rgba(128, 128, 128, 0.3);
}

.table-row-divider[b-4k58yiw5et] {
    border-top: 2px solid #777;
}

/* Admin Panel */

.modal-center[b-4k58yiw5et] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.modal-form[b-4k58yiw5et] {
    width: 100%;
    max-width: 480px;
    text-align: left;
}

.modal-form .form-group[b-4k58yiw5et],
.form-group label[b-4k58yiw5et]{
    margin-bottom: 0rem; 
}

.modal-form input[b-4k58yiw5et],
.modal-form select[b-4k58yiw5et],
.modal-form textarea[b-4k58yiw5et] {
    width: 100%;
    box-sizing: border-box;
}

/* Card View */
.modal-card[b-4k58yiw5et] {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
}

.card-title[b-4k58yiw5et] {
    font-size: 1.4rem;
}
/* _content/Ebbefos.CykelAbonnement/Components/General/Components/Modals/OnboardingApplicantModal/Tabs/OnboardingFlowTab.razor.rz.scp.css */
.modal-container[b-6ygiwygglt] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* --- Modal Table Styling --- */
table.modal-table thead tr th[b-6ygiwygglt],
table.modal-table tbody tr th[b-6ygiwygglt],
table.modal-table tbody tr td[b-6ygiwygglt] {
    padding: 1px 5px;
}

div.comment-table[b-6ygiwygglt] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    width: auto;
}

table.modal-table th.number[b-6ygiwygglt],
table.modal-table td.number[b-6ygiwygglt] {
    text-align: right;
}

table.modal-table thead th[b-6ygiwygglt] {
    color: #777;
    border-bottom: solid 2px #777;
}

/* --- Hover Highlight for Tables --- */
table.modal-table tbody tr:hover[b-6ygiwygglt],
table.ongoing tbody tr:hover[b-6ygiwygglt] {
    background-color: rgba(128, 128, 128, 0.2);
}

table.modal-table tbody tr:hover td:hover[b-6ygiwygglt],
table.ongoing tbody tr:hover td:hover[b-6ygiwygglt] {
    background-color: rgba(128, 128, 128, 0.3);
}

.table-row-divider[b-6ygiwygglt] {
    border-top: 2px solid #777;
}

/* --- Number + Date Column Formatting --- */
.number[b-6ygiwygglt] {
    text-align: right;
}

.number.date[b-6ygiwygglt] {
    font-family: Monospace;
}

/* Register button  */

span.register-button[b-6ygiwygglt] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

span.register-button:hover[b-6ygiwygglt] {
    background-color: #0A366D;
}

/* Bike Delivered By  */

div#bike_delivered_by[b-6ygiwygglt] {
    display: none;
}

div#bike_delivered_by.show[b-6ygiwygglt] {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 140px;
    border: solid 2px black;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    width: 310px;
}

div#bike_delivered_by span.delivery-initials-header[b-6ygiwygglt] {
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
}

div#bike_delivered_by input[type=text][b-6ygiwygglt] {
    display: inline-block;
    width: 80px;
}

div#bike_delivered_by span.save-button[b-6ygiwygglt] {
    cursor: pointer;
    background-color: #2A568D;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

div#bike_delivered_by span.save-button:hover[b-6ygiwygglt] {
    background-color: #0A366D;
}

/* Step labels */
.normal-label[b-6ygiwygglt] {
    color: inherit;
}

.email-label[b-6ygiwygglt] {
    color: #6c757d; /* Bootstrap's text-muted color */
    font-weight: 500;
}

/* Card View */
.modal-card[b-6ygiwygglt] {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
}
/* _content/Ebbefos.CykelAbonnement/Components/General/Components/Modals/OnboardingApplicantModal/Tabs/OrderInfoTab.razor.rz.scp.css */
.modal-container[b-6axner8teh] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

/* --- Modal Table Styling --- */
table.modal-table thead tr th[b-6axner8teh],
table.modal-table tbody tr th[b-6axner8teh],
table.modal-table tbody tr td[b-6axner8teh] {
    padding: 1px 5px;
}

div.comment-table[b-6axner8teh] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    width: auto;
}

table.modal-table th.number[b-6axner8teh],
table.modal-table td.number[b-6axner8teh] {
    text-align: right;
}

table.modal-table thead th[b-6axner8teh] {
    color: #777;
    border-bottom: solid 2px #777;
}

/* --- Hover Highlight for Tables --- */
table.modal-table tbody tr:hover[b-6axner8teh],
table.ongoing tbody tr:hover[b-6axner8teh] {
    background-color: rgba(128, 128, 128, 0.2);
}

table.modal-table tbody tr:hover td:hover[b-6axner8teh],
table.ongoing tbody tr:hover td:hover[b-6axner8teh] {
    background-color: rgba(128, 128, 128, 0.3);
}

.table-row-divider[b-6axner8teh] {
    border-top: 2px solid #777;
}

/* Card View */
.modal-card[b-6axner8teh] {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
}

.card-title[b-6axner8teh] {
    font-size: 1.4rem;
}
/* _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;
    }
