@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* /Areas/ScheduledTours/Legacy/Check.razor.rz.scp.css */
/* /Data/Components/DivHoriz.razor.rz.scp.css */
hr[b-tsax9xzwym] {
    border-top: var(--b-divider-thickness, 1px) solid var(--b-divider-color, #999);
}

.strike[b-tsax9xzwym] {
    display: block;
    text-align: center;
    overflow: hidden;
}

    .strike > span[b-tsax9xzwym] {
        position: relative;
        display: inline-block;
        font-weight: 500;
        font-size: var(--b-divider-font-size, 0.85rem);
        color: var(--b-divider-color, #999);
    }

        .strike > span[b-tsax9xzwym]:before,
        .strike > span[b-tsax9xzwym]:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: var(--b-divider-color, #999);
        }

        .strike > span[b-tsax9xzwym]:before {
            right: 100%;
            margin-right: 1rem;
        }

        .strike > span[b-tsax9xzwym]:after {
            left: 100%;
            margin-left: 1rem;
        }
/* /Data/Components/FormEditCol.razor.rz.scp.css */
.label[b-8hae09usmn] {
    display: block;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    margin-bottom: 4px;
}
/* /Data/Components/FormEditTextTime.razor.rz.scp.css */
.noselect[b-qeovcjoal1] {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Opera and Firefox */
}

.time-picker[b-qeovcjoal1] {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    justify-content: space-evenly;
    font-size: 16pt;
}

.tp-col[b-qeovcjoal1] {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin: 0 5px 0 5px;
}

.tp-span[b-qeovcjoal1] {
    border: 1px solid #ccc;
    padding: 4px 4px;
    border-radius: 4px;
    width: 35px;
    text-align: center;
    font-size: 15pt;
}

.tp-up-arrow[b-qeovcjoal1], .tp-down-arrow[b-qeovcjoal1] {
    cursor: pointer;

}
/* /Data/Components/ModalDialogUpload.razor.rz.scp.css */
.fs3em[b-mkg2y6kukt] {
    font-size: 3em;
}

.custom-drop-zone[b-mkg2y6kukt] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Data/Components/SpinnerWrapper.razor.rz.scp.css */
.spinner-wrap[b-h1h9pxt5yi] {
    text-align: center;
}

.spinner[b-h1h9pxt5yi] {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-h1h9pxt5yi 1500ms linear infinite;
    display: inline-block;
}

@keyframes spin-b-h1h9pxt5yi {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
