/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7g2xv6b0pw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-7g2xv6b0pw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6lbaaehm29],
.components-reconnect-repeated-attempt-visible[b-6lbaaehm29],
.components-reconnect-failed-visible[b-6lbaaehm29],
.components-pause-visible[b-6lbaaehm29],
.components-resume-failed-visible[b-6lbaaehm29],
.components-rejoining-animation[b-6lbaaehm29] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-retrying[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-failed[b-6lbaaehm29],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6lbaaehm29] {
    display: block;
}


#components-reconnect-modal[b-6lbaaehm29] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6lbaaehm29 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6lbaaehm29 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6lbaaehm29 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6lbaaehm29]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6lbaaehm29 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6lbaaehm29 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6lbaaehm29 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6lbaaehm29 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6lbaaehm29] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6lbaaehm29] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6lbaaehm29] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6lbaaehm29] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6lbaaehm29] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6lbaaehm29] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6lbaaehm29] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6lbaaehm29 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6lbaaehm29] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6lbaaehm29 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Properties/Detail.razor.rz.scp.css */
.settings-summary[b-abthyevlek] {
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.settings-summary[b-abthyevlek]::-webkit-details-marker {
    display: none;
}

.settings-summary[b-abthyevlek]::before {
    content: "▸";
    margin-right: 6px;
    color: rgba(0, 0, 0, 0.55);
    transition: transform 0.15s;
    display: inline-block;
}

details[open] > .settings-summary[b-abthyevlek]::before {
    transform: rotate(90deg);
}

.pricing-calendar-grid[b-abthyevlek] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    max-width: 720px;
}

.pricing-calendar-weekday[b-abthyevlek] {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.55);
    padding-bottom: 4px;
    font-weight: 500;
}

.pricing-calendar-cell[b-abthyevlek] {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.1;
    cursor: default;
    border: 1px solid transparent;
}

.pricing-calendar-empty[b-abthyevlek] {
    background: transparent;
    border: none;
}

.pricing-calendar-date[b-abthyevlek] {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}

.pricing-calendar-price[b-abthyevlek] {
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.65);
}

.pricing-calendar-competitive[b-abthyevlek] {
    background-color: #e8f5e9;
    border-color: #a5d6a7;
}

.pricing-calendar-slightly-high[b-abthyevlek] {
    background-color: #fff8e1;
    border-color: #ffe082;
}

.pricing-calendar-overpriced[b-abthyevlek] {
    background-color: #ffebee;
    border-color: #ef9a9a;
}

.pricing-calendar-booked[b-abthyevlek] {
    background-color: #eceff1;
    border-color: #b0bec5;
    color: rgba(0, 0, 0, 0.55);
}

.pricing-calendar-booked .pricing-calendar-date[b-abthyevlek],
.pricing-calendar-booked .pricing-calendar-price[b-abthyevlek] {
    color: rgba(0, 0, 0, 0.55);
}

.pricing-calendar-min-stay[b-abthyevlek] {
    background-color: #f3e5f5;
    border-color: #ce93d8;
    color: rgba(0, 0, 0, 0.6);
}

.pricing-calendar-min-stay .pricing-calendar-date[b-abthyevlek],
.pricing-calendar-min-stay .pricing-calendar-price[b-abthyevlek] {
    color: rgba(0, 0, 0, 0.6);
}

.pricing-calendar-cell.first-of-month[b-abthyevlek] {
    border-left: 3px solid #455a64;
}

.pricing-calendar-cell.first-of-month .pricing-calendar-date[b-abthyevlek] {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
}

.pricing-calendar-no-data[b-abthyevlek] {
    background-color: #fafafa;
    border-color: #e0e0e0;
}

.pricing-calendar-no-data .pricing-calendar-date[b-abthyevlek],
.pricing-calendar-no-data .pricing-calendar-price[b-abthyevlek] {
    color: rgba(0, 0, 0, 0.35);
}

.pricing-calendar-legend[b-abthyevlek] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    font-size: 0.8rem;
}

.legend-cell[b-abthyevlek] {
    width: 16px;
    height: 16px;
    aspect-ratio: auto;
    padding: 0;
}

.legend-label[b-abthyevlek] {
    margin-right: 4px;
}

@media (max-width: 720px) {
    .pricing-calendar-cell[b-abthyevlek] {
        font-size: 0.65rem;
        padding: 2px 3px;
    }
    .pricing-calendar-date[b-abthyevlek] {
        font-size: 0.7rem;
    }
    .pricing-calendar-price[b-abthyevlek] {
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .pricing-calendar-grid[b-abthyevlek] {
        gap: 2px;
    }
    .pricing-calendar-price[b-abthyevlek] {
        display: none;
    }
    .pricing-calendar-cell[b-abthyevlek] {
        padding: 2px;
    }
    .pricing-calendar-date[b-abthyevlek] {
        font-size: 0.7rem;
        text-align: center;
        margin: auto;
    }
}
