@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-bg[b-h26qm3i6ba] {
    min-height: 100vh;
    background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container[b-h26qm3i6ba] {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 32px 0;
}

.login-card[b-h26qm3i6ba] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(60, 60, 120, 0.18);
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn-b-h26qm3i6ba 0.8s cubic-bezier(.4,0,.2,1);
}

.login-logo[b-h26qm3i6ba] {
    width: 120px;
    margin-bottom: 18px;
    filter: drop-shadow(0 2px 8px rgba(78,84,200,0.12));
}

.login-title[b-h26qm3i6ba] {
    font-size: 2rem;
    font-weight: 700;
    color: #4e54c8;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.login-subtitle[b-h26qm3i6ba] {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: center;
}

.login-form-group[b-h26qm3i6ba] {
    width: 100%;
    margin-bottom: 18px;
}

.login-form-label-row[b-h26qm3i6ba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-link[b-h26qm3i6ba] {
    font-size: 0.95rem;
    color: #8f94fb;
    text-decoration: none;
    transition: color 0.2s;
}

    .login-link:hover[b-h26qm3i6ba] {
        color: #4e54c8;
        text-decoration: underline;
    }

.form-control[b-h26qm3i6ba] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e0e3ea;
    background: #f7f8fa;
    font-size: 1rem;
    margin-top: 6px;
    transition: border-color 0.2s;
}

    .form-control:focus[b-h26qm3i6ba] {
        border-color: #8f94fb;
        outline: none;
        background: #fff;
    }

.login-remember-row[b-h26qm3i6ba] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.login-btn[b-h26qm3i6ba] {
    width: 100%;
    padding: 12px 0;
    background: linear-gradient(90deg, #4e54c8 0%, #8f94fb 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(78,84,200,0.10);
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.2s, box-shadow 0.2s;
}

    .login-btn:hover[b-h26qm3i6ba] {
        background: linear-gradient(90deg, #8f94fb 0%, #4e54c8 100%);
        box-shadow: 0 4px 16px rgba(78,84,200,0.16);
    }

.text-danger[b-h26qm3i6ba] {
    color: #e74c3c;
    font-size: 0.95rem;
    margin-top: 4px;
}

@keyframes fadeIn-b-h26qm3i6ba {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Admin/Pages/Listings/CleaningProgramPrint.razor.rz.scp.css */
/* Print-specific styles for Cleaning Program */

.print-container[b-5skn9suefs] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.print-header[b-5skn9suefs] {
    margin-bottom: 30px;
}

.company-name[b-5skn9suefs] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.logo[b-5skn9suefs] {
    max-height: 80px;
    width: auto;
}

.document-title-section[b-5skn9suefs] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.document-title[b-5skn9suefs] {
    font-size: 1.5rem;
    font-weight: bold;
}

.document-date[b-5skn9suefs] {
    border: 1px solid #dee2e6;
    padding: 8px;
    border-radius: 4px;
    background-color: #f8f9fa;
}

    .document-date .label[b-5skn9suefs] {
        font-weight: bold;
        color: #495057;
    }

table[b-5skn9suefs] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

    table th[b-5skn9suefs] {
        background-color: #f1f1f1;
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: left;
        font-weight: bold;
    }

    table td[b-5skn9suefs] {
        padding: 10px;
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

.critical-row[b-5skn9suefs] {
    background-color: #f8d7da;
}

.critical[b-5skn9suefs] {
    color: #dc3545;
    font-weight: bold;
}

.critical-indicator[b-5skn9suefs] {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
}

.status-confirmed[b-5skn9suefs] {
    color: #198754;
    font-weight: bold;
}

.status-pending[b-5skn9suefs] {
    color: #fd7e14;
    font-weight: bold;
}

.status-canceled[b-5skn9suefs] {
    color: #dc3545;
    font-weight: bold;
}

.status-completed[b-5skn9suefs] {
    color: #0dcaf0;
    font-weight: bold;
}

.status-default[b-5skn9suefs] {
    color: #6c757d;
}

.notes[b-5skn9suefs] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
}

    .notes .card-header[b-5skn9suefs] {
        background-color: #e9ecef;
        font-weight: bold;
        padding: 10px 15px;
        border-bottom: 1px solid #dee2e6;
    }

.document-footer[b-5skn9suefs] {
    margin-top: 30px;
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
}

/* Modal styling */
.modal[b-5skn9suefs] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog[b-5skn9suefs] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-content[b-5skn9suefs] {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop[b-5skn9suefs] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

/* Print-specific styles */
@media print {
    .d-print-none[b-5skn9suefs] {
        display: none !important;
    }

    body[b-5skn9suefs] {
        padding: 0;
        margin: 0;
    }

    .print-container[b-5skn9suefs] {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .modal[b-5skn9suefs] {
        display: none !important;
    }

    .modal-backdrop[b-5skn9suefs] {
        display: none !important;
    }

    /* Force page breaks */
    .page-break-after[b-5skn9suefs] {
        page-break-after: always;
    }

    /* Ensure colors are printed */
    *[b-5skn9suefs] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
/* /Components/Admin/Pages/Listings/ListingUpsert.razor.rz.scp.css */
.scrollMarginTop100[b-w9pzcekz3e] {
    scroll-margin-top: 100px;
}
/* /Components/Admin/Pages/Media/MediaFileSystem.razor.rz.scp.css */
/* /Components/Admin/Pages/Reservations/Reservations.razor.rz.scp.css */
.table th:first-child[b-mh65i6gtr9],
.table td:first-child:not(tfoot td)[b-mh65i6gtr9] {
    position: sticky;
    left: 0;
    max-width: 180px !important;
    background-color: #f9f9f9;
    color: #212837;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .table th:first-child[b-mh65i6gtr9],
    .table td:first-child:not(tfoot td)[b-mh65i6gtr9] {
        max-width: 130px !important;
    }
}
/* /Components/Admin/Pages/Settings/UpdateSettings.razor.rz.scp.css */
.scrollMarginTop100[b-7tgquvqhfi] {
    scroll-margin-top: 100px;
}
/* /Components/Admin/Pages/TaxDocumentsManagement/TaxDocCombinations/TaxDocCombinationManager.razor.rz.scp.css */
.tax-hierarchy[b-j404r6n5xr] {
    font-size: 0.95rem;
}

.hierarchy-node[b-j404r6n5xr] {
    padding: 0.75rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .hierarchy-node:hover[b-j404r6n5xr] {
        background-color: rgba(0,0,0,0.05);
    }

    .hierarchy-node.document-type[b-j404r6n5xr] {
        background-color: #e9ecef;
        font-weight: bold;
    }

    .hierarchy-node.category[b-j404r6n5xr] {
        background-color: #f8f9fa;
    }

.hierarchy-children[b-j404r6n5xr] {
    animation: fadeIn-b-j404r6n5xr 0.3s;
}

.tax-classification[b-j404r6n5xr] {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: all 0.2s;
}

    .tax-classification:hover[b-j404r6n5xr] {
        background-color: rgba(0,0,0,0.02);
    }

@keyframes fadeIn-b-j404r6n5xr {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Admin/Pages/TaxDocumentsManagement/TaxInvoices/TaxInvoicePrint.razor.rz.scp.css */
/* /Components/Admin/Shared/_AvailabilityStrip.razor.rz.scp.css */
.availability-strip-container[b-hgqijk9yd9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 6px;
}

.availability-strip[b-hgqijk9yd9] {
    display: flex;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #e9ecef;
    cursor: pointer;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.availability-day[b-hgqijk9yd9] {
    flex: 1;
    min-width: 1px;
    transition: transform 0.1s ease, filter 0.1s ease;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.availability-day:last-child[b-hgqijk9yd9] {
    border-right: none;
}

.availability-day:hover[b-hgqijk9yd9] {
    transform: scaleY(1.5);
    filter: brightness(1.1);
    z-index: 1;
}

/* Status colors */
.day-open[b-hgqijk9yd9] {
    background: linear-gradient(180deg, #28a745 0%, #20963a 100%);
}

.day-inoffer[b-hgqijk9yd9] {
    background: linear-gradient(180deg, #9c27b0 0%, #7b1fa2 100%);
}

.day-blocked[b-hgqijk9yd9] {
    background: linear-gradient(180deg, #dc3545 0%, #c82333 100%);
}

.day-gap[b-hgqijk9yd9] {
    background: repeating-linear-gradient(
        45deg,
        #343a40,
        #343a40 2px,
        #6c757d 2px,
        #6c757d 4px
    );
    animation: pulse-gap-b-hgqijk9yd9 1.5s ease-in-out infinite;
}

.day-stopsell[b-hgqijk9yd9] {
    background: linear-gradient(180deg, #ffc107 0%, #e0a800 100%);
}

.day-unknown[b-hgqijk9yd9] {
    background-color: #adb5bd;
}

/* Gap pulsing animation to draw attention */
@keyframes pulse-gap-b-hgqijk9yd9 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Summary section */
.availability-summary[b-hgqijk9yd9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.7rem;
    color: #6c757d;
}

.summary-item[b-hgqijk9yd9] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.summary-item i[b-hgqijk9yd9] {
    font-size: 0.5rem;
}

.summary-item.open i[b-hgqijk9yd9] {
    color: #28a745;
}

.summary-item.inoffer i[b-hgqijk9yd9] {
    color: #9c27b0;
}

.summary-item.blocked i[b-hgqijk9yd9] {
    color: #dc3545;
}

.summary-item.gap[b-hgqijk9yd9] {
    color: #343a40;
    font-weight: 600;
}

.summary-item.gap i[b-hgqijk9yd9] {
    color: #343a40;
    font-size: 0.65rem;
}

.summary-item.stopsell i[b-hgqijk9yd9] {
    color: #ffc107;
}

.summary-item.price[b-hgqijk9yd9] {
    color: #17a2b8;
    font-weight: 500;
}

.summary-item.price i[b-hgqijk9yd9] {
    color: #17a2b8;
    font-size: 0.6rem;
}

/* Date range indicator */
.date-range-indicator[b-hgqijk9yd9] {
    font-size: 0.65rem;
    color: #6c757d;
    margin-left: auto;
}

/* Gap warning */
.gap-warning[b-hgqijk9yd9] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    font-size: 0.7rem;
    color: #856404;
}

.gap-warning i[b-hgqijk9yd9] {
    color: #856404;
}

.gap-range[b-hgqijk9yd9] {
    background-color: #ffeeba;
    padding: 1px 4px;
    border-radius: 2px;
    margin: 0 2px;
    font-weight: 500;
}

/* Loading placeholder */
.availability-strip-loading[b-hgqijk9yd9] {
    height: 8px;
}

.availability-strip-placeholder[b-hgqijk9yd9] {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
}

/* Compact mode for list views */
.availability-strip-container.compact .availability-strip[b-hgqijk9yd9] {
    height: 6px;
}

.availability-strip-container.compact .availability-summary[b-hgqijk9yd9] {
    font-size: 0.65rem;
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .availability-strip[b-hgqijk9yd9] {
        background-color: #495057;
    }
    
    .availability-summary[b-hgqijk9yd9] {
        color: #adb5bd;
    }
}
/* /Components/Admin/Shared/_CalendarDateSelector.razor.rz.scp.css */
.calendar-container[b-g4klcw40us] {
    display: grid;
    grid-template-rows: auto 50px auto; /* Header, Day labels, Dates */
    width: 100%;
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
}

.calendar-header[b-g4klcw40us] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.day-of-week[b-g4klcw40us],
.date-grid[b-g4klcw40us] {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* Seven equal columns */
}

    .day-of-week span[b-g4klcw40us] {
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        padding: 5px;
    }

.date-grid[b-g4klcw40us] {
    grid-auto-rows: minmax(80px, auto); /* Minimum height for dates */
}

    /* Style the dates (optional) */
    .date-grid span[b-g4klcw40us] {
        display: block;
        text-align: center;
        border: 1px solid #ddd;
        padding: 5px;
    }

    .date-grid span span[b-g4klcw40us] {
        border: none;
    }

        /* Style specific dates (optional) */
        .date-grid span.today[b-g4klcw40us] {
            background-color: #ddd;
        }
/* /Components/Admin/Shared/_EditMedia.razor.rz.scp.css */
.row-height[b-353yywflz8]{
    height: 80vh;
}

.scrollable[b-353yywflz8]{
    overflow:hidden;
    overflow-y: scroll;
    height: 80vh;
}

/* remove scrollbar for all browsers */
[b-353yywflz8]::-webkit-scrollbar {
display: none;
}
[b-353yywflz8]::-moz-scrollbar {
display: none;
}
[b-353yywflz8]::-o-scrollbar {
display: none;
}
[b-353yywflz8]::-ms-scrollbar {
display: none;
}

/* /Components/Admin/Shared/_FolderTree.razor.rz.scp.css */
.directory-list[b-qrtzbbh63o] {
    margin-top: 0.5rem;
    margin-left: 0;
    padding-left: 1rem !important;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

    .directory-list ul[b-qrtzbbh63o] {
        margin-left: 0;
        padding-left: 1rem !important;
        margin-bottom: 0.5rem;
        /*border-left: 1px dashed #ddd;*/
    }

    .directory-list li[b-qrtzbbh63o] {
        list-style: none;
        color: #000;
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 0.5rem;
    }


        .directory-list li[b-qrtzbbh63o]:before {
            color: #000;
            font-size: 1rem;
            font-weight: normal;
            margin-right: 0.5rem;
            height: 2rem;
        }

    .folderSelected[b-qrtzbbh63o] {
        color: #000;
        font-weight: bold;
    }
/* /Components/Admin/Shared/_MediaItem.razor.rz.scp.css */
.imageCard[b-hnr6cyy6h3] {
    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-hnr6cyy6h3] {
    box-shadow: 0 0 0 2px var(--bs-theme);
}

.imageCard .card-img-top[b-hnr6cyy6h3] {
    
    object-fit: contain;
}

.imageCard .card-body[b-hnr6cyy6h3] {
    padding: 0.5rem;
    text-align:center;  
}

.imageCard .card-title[b-hnr6cyy6h3] {
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.imageCard .card-text[b-hnr6cyy6h3] {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
/* /Components/Admin/Shared/_StatisticsWidget.razor.rz.scp.css */
.e-control[b-6a4pc51s7i], .e-chart[b-6a4pc51s7i], .e-lib[b-6a4pc51s7i], .e-touch[b-6a4pc51s7i], .e-chart-focusedm .e-chart-focused[b-6a4pc51s7i] {
    font-family: system-ui !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bc71z8nujg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bc71z8nujg] {
    flex: 1;
}

.sidebar[b-bc71z8nujg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bc71z8nujg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bc71z8nujg]  a, .top-row[b-bc71z8nujg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-bc71z8nujg]  a:hover, .top-row[b-bc71z8nujg]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-bc71z8nujg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-bc71z8nujg] {
        justify-content: space-between;
    }

        .top-row[b-bc71z8nujg]  a, .top-row[b-bc71z8nujg]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-bc71z8nujg] {
        flex-direction: row;
    }

    .sidebar[b-bc71z8nujg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bc71z8nujg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-bc71z8nujg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-bc71z8nujg], article[b-bc71z8nujg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bc71z8nujg] {
    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-bc71z8nujg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l0y6m1kbt3] {
    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-l0y6m1kbt3] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-l0y6m1kbt3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l0y6m1kbt3] {
    font-size: 1.1rem;
}

.bi[b-l0y6m1kbt3] {
    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-l0y6m1kbt3] {
    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-l0y6m1kbt3] {
    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-l0y6m1kbt3] {
    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");
}

.bi-lock-nav-menu[b-l0y6m1kbt3] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-l0y6m1kbt3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-l0y6m1kbt3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-l0y6m1kbt3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-l0y6m1kbt3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-l0y6m1kbt3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l0y6m1kbt3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l0y6m1kbt3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l0y6m1kbt3]  .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-l0y6m1kbt3]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-l0y6m1kbt3]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-l0y6m1kbt3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l0y6m1kbt3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l0y6m1kbt3] {
        display: none;
    }

    .nav-scrollable[b-l0y6m1kbt3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Booking.razor.rz.scp.css */


/* /Components/Pages/CheckinResult.razor.rz.scp.css */
.topSpacer[b-13h3m6rfa4] {
    margin-top: 4.8rem;
    height: 450px;
}

@media (max-width: 768px) {
    .topSpacer[b-13h3m6rfa4] {
        margin-top: 4.8rem;
        height: 250px;
    }
}
/* /Components/Pages/Checkout.razor.rz.scp.css */

/* /Components/Pages/GuestGuide.razor.rz.scp.css */
.topSpacer[b-112ooihrt7] {
    margin-top: 4.8rem;
    height: 450px;
}

@media (max-width: 768px) {
    .topSpacer[b-112ooihrt7] {
        margin-top: 4.8rem;
        height: 250px;
    }
}
/* /Components/Pages/ReservationResult.razor.rz.scp.css */
.topSpacer[b-yuyqkb3orw] {
    margin-top: 4.8rem;
    height: 450px;
}

@media (max-width: 768px) {
    .topSpacer[b-yuyqkb3orw] {
        margin-top: 4.8rem;
        height: 250px;
    }
}
/* /Components/Shared/_BackToTop.razor.rz.scp.css */

.button-position-fixed[b-66wxtf5bjq] {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 1000;
}
/* /Components/Shared/_Booking.razor.rz.scp.css */
/* /Components/Shared/_BookingCart.razor.rz.scp.css */
.booking-cart[b-bjdw3i0e7e] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    max-height: 80vh;
    overflow: hidden;
}

.booking-cart.is-collapsed[b-bjdw3i0e7e] {
    max-height: 60px;
}

.booking-cart.is-expanded[b-bjdw3i0e7e] {
    max-height: 80vh;
}

.cart-header[b-bjdw3i0e7e] {
    padding: 1rem;
    background: #bb945b;
    color: white;
    cursor: pointer;
    user-select: none;
}

.cart-header-content[b-bjdw3i0e7e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.cart-icon[b-bjdw3i0e7e] {
    position: relative;
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.cart-badge[b-bjdw3i0e7e] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff3860;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.cart-summary[b-bjdw3i0e7e] {
    flex-grow: 1;
    font-weight: 500;
}

.cart-total[b-bjdw3i0e7e] {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 1rem;
}

.cart-toggle[b-bjdw3i0e7e] {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.cart-body[b-bjdw3i0e7e] {
    padding: 1rem;
    max-height: calc(80vh - 60px);
    overflow-y: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.cart-dates[b-bjdw3i0e7e] {
    background: #f5f5f5;
    padding: 0.75rem;
    border-radius: 6px;
}

.cart-items[b-bjdw3i0e7e] {
    max-height: 300px;
    overflow-y: auto;
}

.cart-item[b-bjdw3i0e7e] {
    background: #fafafa;
    border: 1px solid #ebebeb;
}

.cart-item:hover[b-bjdw3i0e7e] {
    background: #f5f5f5;
}

.quantity-selector[b-bjdw3i0e7e] {
    display: flex;
    align-items: center;
}

.quantity-value[b-bjdw3i0e7e] {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
}

.cart-totals[b-bjdw3i0e7e] {
    background: #fafafa;
    padding: 0.75rem;
    border-radius: 6px;
    margin: 0 -0.5rem;
}

.cart-actions[b-bjdw3i0e7e] {
    padding-bottom: env(safe-area-inset-bottom, 0);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .cart-header-content[b-bjdw3i0e7e] {
        flex-wrap: wrap;
    }
    
    .cart-summary[b-bjdw3i0e7e] {
        order: 2;
        flex-basis: 100%;
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }
    
    .cart-icon[b-bjdw3i0e7e] {
        order: 1;
    }
    
    .cart-total[b-bjdw3i0e7e] {
        order: 3;
        margin-right: 0;
    }
    
    .cart-toggle[b-bjdw3i0e7e] {
        order: 4;
        margin-left: auto;
    }
    
    .cart-body[b-bjdw3i0e7e] {
        padding: 0.75rem;
    }
    
    .cart-items[b-bjdw3i0e7e] {
        max-height: 200px;
    }
}

/* Desktop - Side Panel Variant (optional) */
@media (min-width: 1200px) {
    .booking-cart.is-side-panel[b-bjdw3i0e7e] {
        position: fixed;
        right: 0;
        top: auto;
        bottom: auto;
        left: auto;
        width: 400px;
        max-height: none;
        height: auto;
        top: 100px;
        border-radius: 8px 0 0 8px;
    }
}

/* Animation for items */
.cart-item[b-bjdw3i0e7e] {
    animation: slideIn-b-bjdw3i0e7e 0.2s ease;
}

@keyframes slideIn-b-bjdw3i0e7e {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Shared/_CookieConsent.razor.rz.scp.css */

.consentBox[b-o7rdhyi8q4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e1e1e1;
    padding: 2rem;
    min-height: 5rem;
    display: none;
    justify-content: center;
    align-items: center;
    border: 2px dotted #929292;
    z-index: 1000;
}

.consentText[b-o7rdhyi8q4] {
    color: #000;
    flex: 1;
}

.consent-is-active[b-o7rdhyi8q4] {
    display: flex !important;
}

.consentBox .consentButton[b-o7rdhyi8q4] {
    padding: 0.5rem 1rem;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .consentBox[b-o7rdhyi8q4] {
        flex-direction: column; /* Stack the items vertically on small screens */
    }

        .consentBox .consentButton[b-o7rdhyi8q4] {
            padding: 0.5rem 1rem 0.5rem 0;
            align-self: flex-start; /* Align the button to the start of the container */
        }
}
/* /Components/Shared/_ListingAvailabilityCalendarPopup.razor.rz.scp.css */

.availability-calendar[b-6micd2ifrd] {
    max-width: 800px;
    margin: 0 auto;
}

.calendar-header[b-6micd2ifrd] {
    margin-bottom: 1rem;
}

.day-of-week[b-6micd2ifrd] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
}

.date-grid[b-6micd2ifrd] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: #eee;
}

.date-container[b-6micd2ifrd] {
    background-color: white;
    min-height: 70px;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .date-container.empty[b-6micd2ifrd] {
        background-color: #f8f8f8;
    }

    .date-container.unavailable[b-6micd2ifrd] {
        background-color: #feecec;
        text-decoration: line-through;
    }

    .date-container.past[b-6micd2ifrd] {
        background-color: #f3f3f3;
        color: #aaa;
    }

.date-number[b-6micd2ifrd] {
    font-size: 1.1rem;
    font-weight: 600;
}

.date-price[b-6micd2ifrd] {
    margin-top: 5px;
    font-size: 0.9rem;
    color: #555;
}

.unavailability-indicator[b-6micd2ifrd] {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #e74c3c;
}

.calendar-legend[b-6micd2ifrd] {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    justify-content: center;
}

.legend-item[b-6micd2ifrd] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend-color[b-6micd2ifrd] {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .legend-color.available[b-6micd2ifrd] {
        background-color: white;
        border: 1px solid #ddd;
    }

    .legend-color.unavailable[b-6micd2ifrd] {
        background-color: #feecec;
        border: 1px solid #ddd;
        color: #e74c3c;
    }

    .legend-color.past[b-6micd2ifrd] {
        background-color: #f3f3f3;
        border: 1px solid #ddd;
    }

/* Modal adjustments for better display */
.modal-card[b-6micd2ifrd] {
    width: 95%;
    max-width: 900px;
}

/* Mobile responsive styles */
@media screen and (max-width: 768px) {
    .modal-card-body[b-6micd2ifrd] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .day-of-week span[b-6micd2ifrd] {
        font-size: 0.9rem;
    }

    .date-container[b-6micd2ifrd] {
        min-height: 60px;
        padding: 3px;
    }

    .date-number[b-6micd2ifrd] {
        font-size: 0.95rem;
    }

    .date-price[b-6micd2ifrd] {
        margin-top: 3px;
        font-size: 0.7rem;
    }

    .unavailability-indicator[b-6micd2ifrd] {
        font-size: 0.8rem;
    }

    .calendar-legend[b-6micd2ifrd] {
        flex-wrap: wrap;
        font-size: 0.9rem;
        gap: 10px;
    }
}

/* /Components/Shared/_ListingCards.razor.rz.scp.css */
/*.photoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/

.photoContainer[b-mzuel5iy1n] {
    width: 100%;
    margin: 0 auto;
    columns: 3;
    gap: 25px;
}

.photoBox[b-mzuel5iy1n] {
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    break-inside: avoid;
    /*background-color: #4cff00;*/
    /*border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.photoBox .boxImg[b-mzuel5iy1n] {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 250px !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 768px) {
    .photoContainer[b-mzuel5iy1n] {
        columns: 2;
    }
}

@media (max-width: 576px) {
    .photoContainer[b-mzuel5iy1n] {
        columns: 1;
    }
}
/* /Components/Shared/_ListingMedia.razor.rz.scp.css */
/* /Components/Shared/_PhotoCards.razor.rz.scp.css */
/*.photoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/

.photoContainer[b-o9e0o85jn8] {
    width: 100%;
    margin: 0 auto;
    columns: 3;
    gap: 10px;
}

.photoBox[b-o9e0o85jn8] {
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    break-inside: avoid;
    /*background-color: #4cff00;*/
    /*border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.photoBox .boxImg[b-o9e0o85jn8] {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 250px !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 768px) {
    .photoContainer[b-o9e0o85jn8] {
        columns: 2;
    }
}

@media (max-width: 576px) {
    .photoContainer[b-o9e0o85jn8] {
        columns: 1;
    }
}
/* /Components/Shared/_ReconnectModal.razor.rz.scp.css */
/* This is the base style for the modal */
#components-reconnect-modal[b-t1p4h5th60] {
    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: #000;
    text-align: center;
}

    #components-reconnect-modal .modal-content[b-t1p4h5th60] {
        background: #fff;
        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-t1p4h5th60] {
        display: flex;
    }

    #components-reconnect-modal.components-reconnect-hide[b-t1p4h5th60] {
        display: none;
    }

    #components-reconnect-modal.components-reconnect-failed[b-t1p4h5th60] {
        background-color: rgba(0, 0, 0, 0.8);
    }

    #components-reconnect-modal.components-reconnect-rejected[b-t1p4h5th60] {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Loader */
.loader[b-t1p4h5th60] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid hsl(171, 100%, 41%);
    width: 60px;
    height: 60px;
    margin: 50px auto;
    animation: spin-b-t1p4h5th60 2s linear infinite;
}

@keyframes spin-b-t1p4h5th60 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Button */
.reconnect-button[b-t1p4h5th60] {
    background-color: hsl(171, 100%, 41%);
    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;
}
/* /Components/Shared/_Slider.razor.rz.scp.css */
.sliderContainer[b-s2ju5ytj9u] {
    position: relative;
    margin-top: 3px;
    width: 100%;
    max-height: 800px;
    /*aspect-ratio: 16/9;*/
    overflow: hidden;
}

.slider-wrapper[b-s2ju5ytj9u] {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.slider[b-s2ju5ytj9u] {
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.slider img[b-s2ju5ytj9u] {
    flex: 1 0 100%;
    object-fit: cover;
    max-height: 550px;
    min-height: 450px;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider-logo[b-s2ju5ytj9u] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    
}

/* media query for slider-logo */
@media (max-width: 768px) {
    .slider-logo[b-s2ju5ytj9u] {
        width: 40%;
    }
}

.slider-nav[b-s2ju5ytj9u] {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 12rem;
    left: 50%;
    transform: translateX(-50%);
}

.slider-nav a[b-s2ju5ytj9u] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
}

.slider-nav a:hover[b-s2ju5ytj9u] {
    opacity: 1;
}
