@import 'Floqque.Blazor.App.Client.o2p6x1rltn.bundle.scp.css';
@import '_content/Floqque.Blazor.Shared/Floqque.Blazor.Shared.8ilxmw1ddv.bundle.scp.css';

/* /Components/Widgets/BodyPage/Book/WidgetBookDetails.razor.rz.scp.css */
.steps-nav[b-bpbgahzr7s] {
    text-align: center;
}
.step-link[b-bpbgahzr7s] {
    font-size: 1.1rem;
}
.step-link-current[b-bpbgahzr7s] {
    text-decoration: underline;
}

.alert-message[b-bpbgahzr7s] {
    text-align: center;
    color: #000;
}

.booking-summary-card[b-bpbgahzr7s],
.booking-controls-card[b-bpbgahzr7s] {
    max-width: min(480px, calc(100vw - 32px));
    width: 100%;
    box-shadow: 0 4px 20px rgba(26, 61, 110, 0.08), 0 1px 3px rgba(26, 61, 110, 0.06);
    border: 1px solid rgba(74, 144, 226, 0.15);
}

.booking-summary-card[b-bpbgahzr7s] {
    position: relative; /* anchors absolute .summary-edit-button at >=577px */
    background: #eef4ff;
    border-radius: 18px 18px 8px 8px;
    padding: 22px 28px 20px;
    margin-bottom: 6px;
    text-align: center;
    color: #1a3d6e;
}

.booking-controls-card[b-bpbgahzr7s] {
    background: #fff;
    border-radius: 8px 8px 18px 18px;
    padding: 22px 28px 26px;
    margin-bottom: 2rem;
}

.booking-summary-title[b-bpbgahzr7s] {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 4px 0;
}

.booking-summary-details[b-bpbgahzr7s] {
    font-size: 1rem;
    font-weight: 600;
    color: #2a5189;
    line-height: 1.35;
    margin: 0 0 4px 0;
}

.booking-summary-time[b-bpbgahzr7s] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 4px 0 0 0;
    font-size: 0.9rem;
    color: #4d6f9d;
    line-height: 1.35;
}

    .booking-summary-time strong[b-bpbgahzr7s] {
        color: #1a3d6e;
        font-size: 1.35rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.01em;
    }

.summary-edit-button[b-bpbgahzr7s] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px; /* matches card padding-bottom */
    padding: 9px 16px 7px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 1;
    color: #1a73e8;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(26, 115, 232, 0.35);
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

    .summary-edit-button svg[b-bpbgahzr7s] { flex-shrink: 0; }

    .summary-edit-button:hover[b-bpbgahzr7s] {
        background: #fff;
        border-color: #1a73e8;
        color: #0d5bc1;
        box-shadow: 0 2px 8px rgba(26, 115, 232, 0.25);
        text-decoration: none;
    }

    .summary-edit-button:focus-visible[b-bpbgahzr7s] {
        outline: 2px solid #1a73e8;
        outline-offset: 2px;
    }

.toggle-caption[b-bpbgahzr7s] {
    margin-bottom: 8px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: #4d6f9d;
    line-height: 1.35;
}

.segment-control[b-bpbgahzr7s] {
    position: relative;
    display: flex;
    gap: 4px;
    padding: 4px;
    background: #e4ecf7;
    border-radius: 12px;
    isolation: isolate;
}

.segment-control[b-bpbgahzr7s]::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 6px);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(26, 61, 110, 0.12);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.segment-control:has(#radio-flexible:checked)[b-bpbgahzr7s]::before {
    transform: translateX(calc(100% + 4px)); /* thumb width + gap */
}

/* ::deep: <input> rendered by <InputRadio> child, lacks our scope attribute */
.segment-control[b-bpbgahzr7s]  input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.segment-control .segment[b-bpbgahzr7s] {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    color: #4d6f9d;
    transition: color 0.2s ease;
}

    .segment-control .segment:hover[b-bpbgahzr7s],
    .segment-control[b-bpbgahzr7s]  input[type="radio"]:checked + .segment {
        color: #1a3d6e;
    }

    .segment-control[b-bpbgahzr7s]  input[type="radio"]:focus-visible + .segment {
        outline: 2px solid #1a73e8;
        outline-offset: 2px;
    }

.segment-break-text[b-bpbgahzr7s] {
    display: inline;
}
@media (max-width: 480px) {
    .segment-break-text[b-bpbgahzr7s] {
        display: block;
    }
}

/* Shared min-height keeps card height stable when toggling Preferred <-> Flexible */
.time-stage-preferred[b-bpbgahzr7s],
.time-stage[b-bpbgahzr7s] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.time-stage[b-bpbgahzr7s] {
    display: none;
    padding-top: 45px; /* clears space above slider for tooltip popout */
}

.segment-control:has(#radio-flexible:checked) ~ .time-stage-preferred[b-bpbgahzr7s] { display: none; }
.segment-control:has(#radio-flexible:checked) ~ .time-stage[b-bpbgahzr7s] { display: flex; }

.preferred-time-badge[b-bpbgahzr7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    padding: 14px 28px;
    background: #f4f8ff;
    border-radius: 10px;
}

    .preferred-time-badge .badge-label[b-bpbgahzr7s] {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #2d7dd2;
    }

    .preferred-time-badge .badge-time[b-bpbgahzr7s] {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1;
        color: #1a3d6e;
    }

.flexible-range-display[b-bpbgahzr7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 14px;
}

.flexible-slider[b-bpbgahzr7s] {
    width: 100%;
    padding: 28px 24px 8px; /* top padding reserves room for noUi tooltip chips */
}

.flexible-hint[b-bpbgahzr7s] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2d7dd2;
    opacity: 0.85;
    text-align: center;
}

/* ::deep: noUiSlider injects .noUi-* at runtime via JS, no scope attribute */
.flexible-slider[b-bpbgahzr7s]  .noUi-target {
    height: 6px;
    background: #e4ecf7;
    border: none;
    border-radius: 999px;
    box-shadow: none;
}

.flexible-slider[b-bpbgahzr7s]  .noUi-connect {
    background: #4a90e2;
    border-radius: 999px;
}

.flexible-slider[b-bpbgahzr7s]  .noUi-handle {
    width: 18px !important;
    height: 32px !important;
    top: -13px !important;
    background: #0b3b75 !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    cursor: grab;
}

    /* Inner-edge alignment: lower handle's right edge at its value, upper handle's
       left edge at its value. Prevents 18px handles overlapping at 1 step (~13px) apart. */
    .flexible-slider[b-bpbgahzr7s]  .noUi-handle-lower {
        right: 0 !important;
    }
    .flexible-slider[b-bpbgahzr7s]  .noUi-handle-upper {
        right: -18px !important;
    }

    .flexible-slider[b-bpbgahzr7s]  .noUi-handle::before,
    .flexible-slider[b-bpbgahzr7s]  .noUi-handle::after {
        display: none !important;
    }

    .flexible-slider[b-bpbgahzr7s]  .noUi-handle:active,
    .flexible-slider[b-bpbgahzr7s]  .noUi-active {
        cursor: grabbing;
    }

.flexible-slider[b-bpbgahzr7s]  .noUi-tooltip {
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c6dcff;
    border-radius: 6px;
    color: #1a3d6e;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(26, 61, 110, 0.08);
}

@media (max-width: 576px) {
    .booking-summary-card[b-bpbgahzr7s] {
        border-radius: 14px 14px 6px 6px;
        padding: 20px 18px 18px;
    }

    .booking-summary-title[b-bpbgahzr7s] {
        font-size: 1.3rem;
    }

    .summary-edit-button[b-bpbgahzr7s] {
        margin-top: 18px; /* matches mobile card padding-bottom */
        padding: 7px 14px;
        font-size: 0.8rem;
    }

    .booking-controls-card[b-bpbgahzr7s] {
        border-radius: 6px 6px 14px 14px;
        padding: 20px 18px 24px;
    }

    .segment-control .segment[b-bpbgahzr7s] {
        padding: 8px 10px;
        font-size: 0.85rem;
    }

    .time-stage-preferred[b-bpbgahzr7s],
    .time-stage[b-bpbgahzr7s] {
        min-height: 175px; /* 130 content + 45 padding-top */
    }
}

@media (min-width: 577px) {
    .summary-edit-button[b-bpbgahzr7s] {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .booking-summary-title[b-bpbgahzr7s],
    .booking-summary-details[b-bpbgahzr7s],
    .booking-summary-time[b-bpbgahzr7s] {
        padding-left: 90px; /* clears space for absolute Edit button */
        padding-right: 90px;
    }
}
/* /Components/Widgets/BodyPage/WidgetAdded.razor.rz.scp.css */
.positionInfoText[b-u3md3tnpih] {
    position: relative;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #F6F6F6;
    border-color: #d3d6d8;
    text-align: center;
    font-size: 1.2rem;
    margin: auto;
    display: inline-block;
}
/* /Components/Widgets/BodyPage/WidgetView.razor.rz.scp.css */
body[b-oln5ssfp67] {
}
/* /Components/Widgets/WidgetLayout.razor.rz.scp.css */

.page[b-dpg11o0f0r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dpg11o0f0r] {
    flex: 1;
    max-width: 1024px;
    min-width: 360px;
    margin: 0 auto;
}

main article.content[b-dpg11o0f0r] {
    border-radius: 0;
}

[b-dpg11o0f0r] .content-wrapper {
    height: 40px;
    margin: 0 auto;
    min-width: 60px;
}

[b-dpg11o0f0r] .container {
    max-width: 1024px;
}

.DetailsForm-f-16[b-dpg11o0f0r] {
    max-width: 480px;
    margin: auto;
}

@media (min-width: 641px) {
    .page[b-dpg11o0f0r] {
        flex-direction: row;
    }
}

[b-dpg11o0f0r] .list-status {
    text-align: right;
}

#blazor-error-ui[b-dpg11o0f0r] {
    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-dpg11o0f0r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Widgets/WidgetWaitTimeQueueSizeDisplay.razor.rz.scp.css */
.queueInfoText[b-k38not77us] {
    position: relative;
    /*This box styling was too prominent
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 1rem;
    background-color: #e2e3e5;
    border-color: #d3d6d8;*/
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    margin: auto;
    margin-bottom: 20px;
    display: inline-block;
}
/* /Pages/Widgets/EnterDetails.razor.rz.scp.css */
/* SyncFusion Masked Input*/

[b-krjvgela30] .e-float-input,
[b-krjvgela30] .e-float-input.e-control-wrapper {
    margin-top: 0px;
}

    [b-krjvgela30] .e-float-input input,
    [b-krjvgela30] .e-float-input textarea,
    [b-krjvgela30] .e-float-input.e-control-wrapper input,
    [b-krjvgela30] .e-float-input.e-control-wrapper textarea {
        height: 55px;
        font-size: 1.1rem;
        font-weight: 500;
    }

        [b-krjvgela30] input.e-input,
        [b-krjvgela30] .e-input-group input.e-input,
        [b-krjvgela30] .e-input-group input,
        [b-krjvgela30] .e-input-group.e-control-wrapper input.e-input,
        [b-krjvgela30] .e-input-group.e-control-wrapper input,
        [b-krjvgela30] .e-float-input input.e-input, .e-float-input input[b-krjvgela30],
        [b-krjvgela30] .e-float-input.e-control-wrapper input.e-input,
        [b-krjvgela30] .e-float-input.e-control-wrapper input,
        [b-krjvgela30] .e-input-group input.e-input:focus,
        [b-krjvgela30] .e-input-group.e-control-wrapper input.e-input:focus,
        [b-krjvgela30] .e-float-input.e-control-wrapper input:focus,
        [b-krjvgela30] .e-float-input input:focus,
        [b-krjvgela30] .e-input-group.e-input-focus input.e-input,
        [b-krjvgela30] .e-input-group.e-control-wrapper.e-input-focus input.e-input,
        [b-krjvgela30] .e-float-input.e-control-wrapper.e-input-focus input,
        [b-krjvgela30] .e-float-input.e-input-focus input {
            padding-left: 10px;
            padding-top: 12px;
        }

    [b-krjvgela30] label.e-float-text,
    [b-krjvgela30] .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
        color: #212529;
        font-size: 1.05rem;
    }

    [b-krjvgela30] .e-float-input input:focus ~ label.e-float-text,
    [b-krjvgela30] .e-float-input input:valid ~ label.e-float-text,
    [b-krjvgela30] .e-float-input input ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input input label.e-float-text.e-label-top,
    [b-krjvgela30] .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-input-focus input ~ label.e-float-text {
        transform: translate3d(0px, -22px, 0) scale(1.15)
    }

    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
    [b-krjvgela30] .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
    [b-krjvgela30] .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
        color: #666666;
    }

[b-krjvgela30] .e-numeric.e-style .e-control.e-numerictextbox {
    font-size: 1.5rem;
    border: 0px;
    height: 30px;
    text-align: center;
}

[b-krjvgela30] .e-input-group .e-input-group-icon, [b-krjvgela30] .e-input-group.e-control-wrapper .e-input-group-icon {
    min-width: 35px;
    min-height: 43px;
}

[b-krjvgela30] .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
    font-size: 22px;
}

[b-krjvgela30] .e-numeric.e-style .e-input-group-icon.e-spin-up:before {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.54);
}

[b-krjvgela30] .e-numeric.e-style .e-input-group-icon.e-spin-down:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.54);
}

[b-krjvgela30] .content-wrapper {
    height: 40px;
    margin: 0 auto;
}

[b-krjvgela30] .container {
    max-width: 400px;
}


h5[b-krjvgela30] {
    margin-bottom: 15px; /* Adjust as needed */
}


.largerCheckbox[b-krjvgela30] {
    width: 15px;
    height: 15px;
}



/* SyncFusion Masked Input end*/
/* /Pages/Widgets/View.razor.rz.scp.css */

/* /Shared/App.razor.rz.scp.css */
#reconnect-modal[b-xbn04oke4l] {
    background-color: white;
    padding: 8px;
    position: fixed;
    right: 0px;
    z-index: 9000;
    border-radius: 5px;
    border: 1px solid #1D4E91;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-du693g5tbk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-du693g5tbk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-du693g5tbk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-du693g5tbk] {
    font-size: 1.1rem;
}

.bi[b-du693g5tbk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-du693g5tbk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-du693g5tbk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-du693g5tbk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-du693g5tbk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-du693g5tbk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-du693g5tbk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-du693g5tbk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-du693g5tbk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-du693g5tbk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-du693g5tbk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-du693g5tbk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-du693g5tbk] {
        display: none;
    }

    .nav-scrollable[b-du693g5tbk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
