@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/Admin/Pages/Media/MediaFileSystem.razor.rz.scp.css */
/* /Components/Admin/Pages/Reservations/RsvArea.razor.rz.scp.css */
.areaRsv[b-ah6cqrrn3n] {
    position: relative;
    width: 100%;
    height: 75vh;
    margin:0 auto;
    padding:0;
    overflow: auto;
}
.tableRsv[b-ah6cqrrn3n] {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    top: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    user-select: none;
}

.tableRsv-title[b-ah6cqrrn3n], .tableRsv-info[b-ah6cqrrn3n] {
    width: 100%;
    color: #000;
}

.tableRsv-type[b-ah6cqrrn3n] {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tableRsv-svg[b-ah6cqrrn3n] {
    width: 100%;
    height: 100%;
}

.overlayRsv[b-ah6cqrrn3n] {
    position: absolute; /* Overlays the image */
    top: 0; /* Starts at the top of the container */
    left: 0; /* Starts at the left of the container */
    width: 100%; /* Covers the entire container width */
    height: 100%; /* Covers the entire container height */
    display: flex; /* Centers content vertically and horizontally */
    justify-content: center;
    line-height: 1;
    flex-wrap: wrap;
    align-items: center; /* Aligns content in the center */
    text-align: center; /* Centers text horizontally */
}

.Available[b-ah6cqrrn3n] {
    /* nothing */
}

.Reserved[b-ah6cqrrn3n] {
    border: 2px solid #028824;
    color: #fff;
}

.ReadyToPay[b-ah6cqrrn3n] {
    border: 2px solid #ff009c;
    color: #fff;
}

.Seated[b-ah6cqrrn3n] {
    border: 2px solid #1f6bff;
    color: #fff;
}
/* /Components/Admin/Pages/Reservations/RsvCalendar.razor.rz.scp.css */

.Pending[b-a1z2abt9dx] {
    color: #ff9500;
}

.Confirmed[b-a1z2abt9dx] {
    color: #028824;
}

.NoShow[b-a1z2abt9dx] {
    color: #000000;
}

.Cancelled[b-a1z2abt9dx] {
    color: #FF0000;
}

.Seated[b-a1z2abt9dx] {
    color: #1f6bff;
}

.ReadyToPay[b-a1z2abt9dx] {
    color: #ff009c;
}

.Completed[b-a1z2abt9dx] {
    color: var(--rsv-completed);
}
/* /Components/Admin/Pages/Reservations/RsvRequests.razor.rz.scp.css */
.Pending[b-oe7c4lh60g] {
    color: #ff9500;
}

.Confirmed[b-oe7c4lh60g] {
    color: #028824;
}

.NoShow[b-oe7c4lh60g] {
    color: #000000;
}

.Cancelled[b-oe7c4lh60g] {
    color: #FF0000;
}

.Seated[b-oe7c4lh60g] {
    color: #1f6bff;
}

.ReadyToPay[b-oe7c4lh60g] {
    color: #ff009c;
}

.Completed[b-oe7c4lh60g] {
    color: var(--rsv-completed);
}
/* /Components/Admin/Pages/Reservations/TableReservationsModal.razor.rz.scp.css */

.Pending[b-322psuqbab] {
    color: #ff9500;
}

.Confirmed[b-322psuqbab] {
    color: #028824;
}

.NoShow[b-322psuqbab] {
    color: #000000;
}

.Cancelled[b-322psuqbab] {
    color: #FF0000;
}

.Seated[b-322psuqbab] {
    color: #1f6bff;
}

.ReadyToPay[b-322psuqbab] {
    color: #ff009c;
}

.Completed[b-322psuqbab] {
    color: var(--rsv-completed); /* on adminSite.css */
}

.timesContainer[b-322psuqbab] {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, auto);
    grid-template-columns: 1fr 1fr;
    padding: 0.5rem;
    gap: 0.5rem;
}

.timesContainer .timeItem[b-322psuqbab] {
    flex: 50%;
    justify-content: flex-start;
    padding: 0.3rem 0;
    border-bottom: 1px dotted #808080;
}

@media (max-width: 768px) {
    .timesContainer[b-322psuqbab] {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
    .timesContainer .timeItem[b-322psuqbab] {
        flex: 100%;
    }
}
/* /Components/Admin/Pages/Store/AreaDesigner.razor.rz.scp.css */
.area[b-0av90hcabb] {
    position: relative;
    width: 100%;
    height: 75vh;
    margin:0 auto;
    padding:0;
    overflow: auto;
}
.table[b-0av90hcabb] {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    top: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    user-select: none;
}

.table-title[b-0av90hcabb], .table-info[b-0av90hcabb] {
    width: 100%;
    color: #000;
}

.table-type[b-0av90hcabb] {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-svg[b-0av90hcabb]{
    width: 100%;
    height: 100%;
    cursor: grab;
}

.overlay[b-0av90hcabb] {
    position: absolute; /* Overlays the image */
    top: 0; /* Starts at the top of the container */
    left: 0; /* Starts at the left of the container */
    width: 100%; /* Covers the entire container width */
    height: 100%; /* Covers the entire container height */
    display: flex; /* Centers content vertically and horizontally */
    line-height: 1;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; /* Aligns content in the center */
    text-align: center; /* Centers text horizontally */
    cursor:grab;
}

.out-of-service[b-0av90hcabb] {
    border: 2px dotted #ff0000ff;
    color: #fff;
}
/* /Components/Admin/Shared/_CalendarDateSelector.razor.rz.scp.css */
.cal-wrapper[b-q3h1p5kynx] {
    margin: 0;
    padding: 0;
    max-width: 400px;
    height: 100%;
    background-color: #dde7ea;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.cal-header[b-q3h1p5kynx] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px 10px 30px;
    color: #1b1b1b;
    font-size: 24px;
    font-weight: 600;
    background-color: #f5f5f5;
    border-radius: 10px 10px 0 0;
}

.cal-nav[b-q3h1p5kynx] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    color: #1b1b1b;
    font-size: 26px;
    font-weight: 600;
    background-color: #f5f5f5;
}

    .cal-nav span[b-q3h1p5kynx] {
        display: block;
        height: 38px;
        width: 38px;
        margin: 0 1px;
        cursor: pointer;
        color: #878787;
        text-align: center;
        line-height: 38px;
        font-size: 1.6rem;
        user-select: none;
        border-radius: 50%;
    }

        .cal-nav span:last-child[b-q3h1p5kynx] {
            margin-right: -30px;
        }

        .cal-nav span:hover[b-q3h1p5kynx] {
            background-color: #e0e0e0;
        }

.cal-body[b-q3h1p5kynx] {
    padding: 20px;
}

    .cal-body ul[b-q3h1p5kynx] {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .cal-body .cal-weekdays[b-q3h1p5kynx] {
        margin-bottom: 20px;
    }

    .cal-body li[b-q3h1p5kynx] {
        color: #333;
        width: calc(100% / 7);
        font-size: 1.07rem;
    }

    .cal-body .cal-weekdays li[b-q3h1p5kynx] {
        font-weight: bold !important;
        cursor: default;
    }

    .cal-body .cal-days li[b-q3h1p5kynx] {
        z-index: 1;
        cursor: pointer;
        position: relative;
        margin-top: 30px;
    }

        .cal-body .cal-days li.today[b-q3h1p5kynx] {
            color: #fff;
        }

        .cal-body .cal-days li.hasReservations[b-q3h1p5kynx] {
            color: #fff;
        }

        .cal-body .cal-days li[b-q3h1p5kynx]::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            height: 40px;
            width: 40px;
            z-index: -1;
            border-radius: 50%;
            transform: translate(-50%, -48%);
        }

        .cal-body .cal-days li.today[b-q3h1p5kynx]::before {
            background: #808080;
        }

        .cal-body .cal-days li:not(.today):hover[b-q3h1p5kynx]::before {
            background: #c6c6c6;
        }

        .cal-body .cal-days li.hasReservations:hover[b-q3h1p5kynx] {
            color: #333;
        }

        .cal-body .cal-days li.hasReservations[b-q3h1p5kynx]::before {
            background: #ff6a00;
        }

        .cal-body .cal-days li.hasReservations:hover[b-q3h1p5kynx]::before {
            background: #c6c6c6;
        }

        .cal-body .cal-days li:not(.hasReservations):hover[b-q3h1p5kynx]::before {
            background: #c6c6c6;
        }
/* /Components/Admin/Shared/_EditMedia.razor.rz.scp.css */
.row-height[b-cq4w8pao6c]{
    height: 80vh;
}

.scrollable[b-cq4w8pao6c]{
    overflow:hidden;
    overflow-y: scroll;
    height: 80vh;
}

/* remove scrollbar for all browsers */
[b-cq4w8pao6c]::-webkit-scrollbar {
display: none;
}
[b-cq4w8pao6c]::-moz-scrollbar {
display: none;
}
[b-cq4w8pao6c]::-o-scrollbar {
display: none;
}
[b-cq4w8pao6c]::-ms-scrollbar {
display: none;
}

/* /Components/Admin/Shared/_FolderTree.razor.rz.scp.css */
.directory-list[b-gp2tj6w7i9] {
    margin-top: 0.5rem;
    margin-left: 0;
    padding-left: 1rem !important;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

    .directory-list ul[b-gp2tj6w7i9] {
        margin-left: 0;
        padding-left: 1rem !important;
        margin-bottom: 0.5rem;
        /*border-left: 1px dashed #ddd;*/
    }

    .directory-list li[b-gp2tj6w7i9] {
        list-style: none;
        color: #000;
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 0.5rem;
    }


        .directory-list li[b-gp2tj6w7i9]:before {
            color: #000;
            font-size: 1rem;
            font-weight: normal;
            margin-right: 0.5rem;
            height: 2rem;
        }

    .folderSelected[b-gp2tj6w7i9] {
        color: #000;
        font-weight: bold;
    }
/* /Components/Admin/Shared/_MediaItem.razor.rz.scp.css */
.imageCard[b-ihvqpvz0a2] {
    border: 0;
    height: 200px;
    width: 100%;
    height: auto;
    display: inline-grid;
    box-shadow: 0 0 0 1px #808080;
}

/*.card-img-top {
    border-radius: 0;
    margin: 5px;
    padding: 5px;
}*/

.mediaSelected[b-ihvqpvz0a2] {
    box-shadow: 0 0 0 2px var(--bs-theme);
}

.imageCard .card-img-top[b-ihvqpvz0a2] {
    
    object-fit: contain;
}

.imageCard .card-body[b-ihvqpvz0a2] {
    padding: 0.5rem;
    text-align:center;  
}

.imageCard .card-title[b-ihvqpvz0a2] {
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.imageCard .card-text[b-ihvqpvz0a2] {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
/* /Components/Admin/Shared/_WaitingList.razor.rz.scp.css */
.Pending[b-tm2kcbzm1z] {
    color: #ff9500;
}

.Confirmed[b-tm2kcbzm1z] {
    color: #028824;
}

.NoShow[b-tm2kcbzm1z] {
    color: #000000;
}

.Cancelled[b-tm2kcbzm1z] {
    color: #FF0000;
}

.Seated[b-tm2kcbzm1z] {
    color: #1f6bff;
}

.ReadyToPay[b-tm2kcbzm1z] {
    color: #ff009c;
}

.Completed[b-tm2kcbzm1z] {
    color: var(--rsv-completed);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-akcyodz9di] {
    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-akcyodz9di] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ReservationRequest.razor.rz.scp.css */
/* /Components/Shared/_HorizontalGridScrollingMenu.razor.rz.scp.css */
/* Horizontal Menu Scroller */
.menu-scroller[b-jykuetwb73] {
    display: grid;
    grid-gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    /*overscroll-behavior-inline: contain;*/
}

    /* Hide Scrollbars But Keep Functionality */
    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu-scroller[b-jykuetwb73]::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.menu-scroller[b-jykuetwb73] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.snaps-inline[b-jykuetwb73] {
    scroll-snap-type: x mandatory;
}

    .snaps-inline > *[b-jykuetwb73] {
        scroll-snap-align: start;
        scroll-padding-inline-start: 2rem;
        scroll-padding-inline-end: 2rem;
    }

.btn-scroll-left[b-jykuetwb73], .btn-scroll-right[b-jykuetwb73] {
    color: var(--hm-btn-scroll-color);
    cursor: pointer;
}

.menu-element[b-jykuetwb73] {
    font-weight: bold;
}

/*.menu-element {
    display: grid;
    grid-template-rows: min-content;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
}

.menu-element > img {
    inline-size: 100%;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}*/


.menu-element-link[b-jykuetwb73] {
    color: var(--hm-menu-element-link-color);
    background-color: var(--hm-menu-element-link-bg-color);
    padding: 0.5rem;
    text-decoration: none;
}

    .menu-element-link:hover[b-jykuetwb73] {
        color: var(--hm-menu-element-link-hover-color);
        background-color: var(--hm-menu-element-link-hover-bg-color);
        cursor: pointer;
    }

    .menu-element-link.active[b-jykuetwb73] {
        color: var(--hm-menu-element-link-active-color);
        background-color: var(--hm-menu-element-link-active-bg-color);
    }
/* /Components/Shared/_HorizontalInsideScrollingMenu.razor.rz.scp.css */
/* Horizontal Menu Scroller */
.menu-scroller[b-0p69c5q9v4] {
    display: grid;
    grid-gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    /*overscroll-behavior-inline: contain;*/
}

    /* Hide Scrollbars But Keep Functionality */
    /* Hide scrollbar for Chrome, Safari and Opera */
    .menu-scroller[b-0p69c5q9v4]::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.menu-scroller[b-0p69c5q9v4] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.snaps-inline[b-0p69c5q9v4] {
    scroll-snap-type: inline mandatory;
}

    .snaps-inline > *[b-0p69c5q9v4] {
        scroll-snap-align: start;
        scroll-padding-inline-start: 2rem;
        scroll-padding-inline-end: 2rem;
    }

.btn-scroll-left[b-0p69c5q9v4], .btn-scroll-right[b-0p69c5q9v4] {
    color: var(--hm-btn-scroll-color);
    cursor: pointer;
}

.menu-element[b-0p69c5q9v4] {
    font-weight: bold;
}

/*.menu-element {
    display: grid;
    grid-template-rows: min-content;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
}

.menu-element > img {
    inline-size: 100%;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
}*/


.menu-element-link[b-0p69c5q9v4] {
    color: var(--hm-menu-element-link-color);
    background-color: var(--hm-menu-element-link-bg-color);
    padding: 0.5rem;
    text-decoration: none;
}

    .menu-element-link:hover[b-0p69c5q9v4] {
        color: var(--hm-menu-element-link-hover-color);
        background-color: var(--hm-menu-element-link-hover-bg-color);
        cursor: pointer;
    }

    .menu-element-link.active[b-0p69c5q9v4] {
        color: var(--hm-menu-element-link-active-color);
        background-color: var(--hm-menu-element-link-active-bg-color);
    }
/* /Components/Shared/_ReconnectModal.razor.rz.scp.css */
/* This is the base style for the modal */
#components-reconnect-modal[b-wwoetxrd5r] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    padding: 1.5em;
    color: white;
    text-align: center;
}

    #components-reconnect-modal .modal-content[b-wwoetxrd5r] {
        background: linear-gradient(to bottom right,#fc0031,#24009e);
        padding: 1.5em;
        border-radius: 0.5em;
        max-width: 30em;
        width: 100%;
    }
    /* These are the styles for the different states of the modal */
    #components-reconnect-modal.components-reconnect-show[b-wwoetxrd5r] {
        display: flex;
    }

    #components-reconnect-modal.components-reconnect-hide[b-wwoetxrd5r] {
        display: none;
    }

    #components-reconnect-modal.components-reconnect-failed[b-wwoetxrd5r] {
        background-color: rgba(0, 0, 0, 0.8);
    }

    #components-reconnect-modal.components-reconnect-rejected[b-wwoetxrd5r] {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Loader */
.loader[b-wwoetxrd5r] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    margin: 50px auto;
    animation: spin-b-wwoetxrd5r 2s linear infinite;
}

@keyframes spin-b-wwoetxrd5r {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Button */
.reconnect-button[b-wwoetxrd5r] {
    background-color: #3498db;
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
