@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/L4eClient/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/L4eClient/Components/Pages/L4eCalendarEvent.razor.rz.scp.css */
.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td[b-hus2dsg5wz],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells[b-hus2dsg5wz] {
    height: 125px;
}

.schedule-wrapper[b-hus2dsg5wz] {
    height: auto;
}

@media (max-width: 999px) {
    .schedule-wrapper[b-hus2dsg5wz] {
        height: auto;
        padding-bottom: 50px;
    }

    .schedule-cell-dimension .e-work-cells[b-hus2dsg5wz] {
        min-height: 50px !important;
    }

    .e-schedule .e-timeline-month-view .e-appointment[b-hus2dsg5wz],
    .e-schedule .e-timeline-month-view .e-appointment-border[b-hus2dsg5wz] {
        min-height: 50px !important;
    }
}

@media (min-width: 1000px) {
    .schedule-wrapper[b-hus2dsg5wz] {
        height: auto;
        padding-bottom: 50px;
    }
}
/* _content/L4eClient/Components/Pages/L4eDocument.razor.rz.scp.css */

/* _content/L4eClient/Components/Pages/L4ePreCheckin.razor.rz.scp.css */
    .container.text-center[b-vupermyl8t] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-card[b-vupermyl8t] {
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    /*.step-content {
        margin-top: 20px;
    }*/

    .control-wrapper[b-vupermyl8t] {
        max-width: 400px;
        margin: 0 auto;
        padding: 0px 0px 0px;
    }

    .control-header[b-vupermyl8t] {
        text-align: center;
    }

    .form-group[b-vupermyl8t] {
        margin-bottom: 1em;
    }

    /*.form-section {
        margin-top: 20px;
    }*/

    .form-row[b-vupermyl8t] {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .form-group.col-md-3[b-vupermyl8t] {
        flex: 0 0 23%;
    }

    .form-group.col-md-6[b-vupermyl8t] {
        flex: 0 0 48%;
    }

    .form-group.col-md-9[b-vupermyl8t] {
        flex: 0 0 73%;
    }

    .form-group.col-md-12[b-vupermyl8t] {
        flex: 0 0 100%;
    }

    .form-label[b-vupermyl8t] {
        margin-bottom: 0;
    }

    .radio-buttons-container[b-vupermyl8t] {
        margin-top: 5px;
    }

    @media (max-width: 700px) {
        .form-group[b-vupermyl8t] {
            margin-bottom: 0.25em;
        }

        .form-section[b-vupermyl8t] {
            margin-top: 10px;
        }

        .form-row[b-vupermyl8t] {
            gap: 0.25rem;
            margin-bottom: 0.25em;
        }

        .form-group.col-md-6[b-vupermyl8t] {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .form-group.col-md-3[b-vupermyl8t] {
            flex: 0 0 34%;
        }

        .form-group.col-md-9[b-vupermyl8t] {
            flex: 0 0 64%;
        }

        .radio-buttons-container[b-vupermyl8t] {
            margin-top: 0px;
        }


    }










.total-amount h3[b-vupermyl8t] {
    text-align: center;
    margin-top: 18px;
    font-size: 1.3rem;
}

.quantity-number[b-vupermyl8t] {
    margin: 0 10px;
}

.product-info[b-vupermyl8t] {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-description[b-vupermyl8t] {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.product-price-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.price[b-vupermyl8t] {
    text-align: right;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-price[b-vupermyl8t] {
    font-size: 1rem;
    color: #333;
}

.quantity-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quantity-number[b-vupermyl8t] {
    font-size: 1.2rem;
    width: 40px;
    text-align: center;
}

.e-round[b-vupermyl8t] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 5px;
}

.total-amount[b-vupermyl8t] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.total-label[b-vupermyl8t] {
    text-align: left;
    font-size: 1.3rem;
    margin-right: 10px;
}

.total-price[b-vupermyl8t] {
    text-align: right;
    font-size: 1.3rem;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .product-info[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-price-controls[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-end;
    }

    .quantity-controls[b-vupermyl8t] {
        margin-top: 10px;
    }

    .product-price[b-vupermyl8t] {
        margin-right: 10px;
        flex-grow: 1;
        text-align: left;
    }

    .total-amount[b-vupermyl8t] {
        flex-direction: row;
        justify-content: space-between;
    }

    .total-label[b-vupermyl8t], .total-price[b-vupermyl8t] {
        font-size: 1.1rem;
    }
}

.header-text[b-vupermyl8t] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-range[b-vupermyl8t] {
    display: inline;
}

@media (max-width: 430px) {
    .header-text[b-vupermyl8t] {
        white-space: normal;
    }

    .date-range[b-vupermyl8t] {
        display: block;
    }
}







/* _content/L4eClient/Components/Shared/ErrorDialog.razor.rz.scp.css */
.msg-default-section .content-section[b-ya5p3q7ynh] {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1050;
    width: auto;
    max-width: 300px;
}

.msg-default-section .e-message[b-ya5p3q7ynh] {
    margin: 10px 0;
}
