/* /Components/ApartmentImage.razor.rz.scp.css */
img[b-dz63omiexj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
    display: block;
}

.apartment-name[b-dz63omiexj] {
    font-weight: 700;
    position: absolute;
    width: auto;
    max-height: 40px;
    font-size: 1.2rem;
    background-color: white;
    border-radius: 0 15px 0 0;
    padding: 10px 10px 10px 2px;
    bottom: -1px;
    left: -1px;
}

.wrapper[b-dz63omiexj] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    max-width: 500px;
    background-color: dimgrey;
    border-radius: 15px;
    position: relative;
}
/* /Components/Button.razor.rz.scp.css */
@keyframes benefitsClubShine-b-hdiba2cygc {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

button[b-hdiba2cygc] {
    max-width: 1000px;
    background: linear-gradient(180deg, rgba(255,255,255,0.85) 80%, rgba(255,255,255,0.65) 100%);
    border: 1.75px solid #222;
    border-radius: 15px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    white-space: normal;
    overflow-wrap: break-word;
    padding: 8px 12px;
    line-height: 1.2;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,0.12), 0 1.5px 0 0 #fff inset;
    transition:
        transform 0.25s cubic-bezier(.4,0,.2,1),
        box-shadow 0.25s cubic-bezier(.4,0,.2,1),
        background 0.25s cubic-bezier(.4,0,.2,1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

button:active:enabled[b-hdiba2cygc] {
    filter: invert(1);
    transform: translateY(2px);
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.10);
}

button:disabled[b-hdiba2cygc] {
    background: linear-gradient(180deg, #eaeaea 60%, #d5d5d5 100%);
    border-color: #bbb;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

button .text[b-hdiba2cygc] {
    text-align: center;
    flex: 1 1 auto;
    max-width: calc(100% - 70px);
}

button:enabled .icon[b-hdiba2cygc] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

button:hover:enabled[b-hdiba2cygc] {
    cursor: pointer;
    box-shadow: 0 8px 24px -4px rgba(0,0,0,0.18), 0 2px 0 0 #fff inset;
    background: linear-gradient(180deg, #f8f8ff 40%, #e0e0f8 100%);
}

button:disabled .icon[b-hdiba2cygc] {
    visibility: hidden;
}

.button.benefits-club[b-hdiba2cygc] {
    border-color: #F9B806;
    color: #F9B806;
    background: linear-gradient(90deg, #21573e 0%, #24694a 50%, #21573e 100%);
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 
        transform 0.25s cubic-bezier(.4,0,.2,1),
        background 0.25s cubic-bezier(.4,0,.2,1);
    animation: benefitsClubGlow-b-hdiba2cygc 6s ease-in-out infinite;
    box-shadow: 0 0 16px 0 rgba(249,184,6,0.5), 0 4px 16px -2px rgba(33,87,62,0.18);
}

@keyframes benefitsClubGlow-b-hdiba2cygc {
    0% {
        box-shadow: 0 0 8px 0 rgba(249,184,6,0.3), 0 4px 16px -2px rgba(33,87,62,0.18);
    }
    50% {
        box-shadow: 0 0 32px 4px rgba(249,184,6,0.7), 0 4px 16px -2px rgba(33,87,62,0.18);
    }
    100% {
        box-shadow: 0 0 8px 0 rgba(249,184,6,0.3), 0 4px 16px -2px rgba(33,87,62,0.18);
    }
}
/* /Components/Carousel.razor.rz.scp.css */
.carousel[b-hxb16910ej]{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.noradius[b-hxb16910ej] {
    border-radius: 15px 15px 0 0;
}

.carousel .slider[b-hxb16910ej] {
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 450ms ease;
}

.slider .slide[b-hxb16910ej]{
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.control-buttons-wrapper[b-hxb16910ej] {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    border-radius: 0 0 15px 15px;
/*    margin-top: 10px;*/
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}

.control-buttons-wrapper button[b-hxb16910ej] {
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    width: 100px;
    border: 1.75px solid #222;
    color: #222;
    background: linear-gradient(180deg, #fff 60%, #f3f3f3 100%);
    box-shadow: 0 4px 16px -2px rgba(0,0,0,0.12), 0 1.5px 0 0 #fff inset;
    filter: none;
    transform: translateY(0px);
    cursor: pointer;
    transition: transform 0.1s cubic-bezier(.4,0,.2,1), /* Szybsze transform dla klikni�cia */
    box-shadow 0.25s cubic-bezier(.4,0,.2,1), background 0.25s cubic-bezier(.4,0,.2,1), filter 0.1s cubic-bezier(.4,0,.2,1); /* Szybsza zmiana koloru */
}

.control-buttons-wrapper button:hover[b-hxb16910ej] {
    box-shadow: 0 8px 16px -4px rgba(0,0,0,0.18), 0 1px 0 0 #fff inset;
    background: #fff;
}

.control-buttons-wrapper button:active[b-hxb16910ej] {
    filter: invert(1);
    transform: translateY(2px);
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.10);
}

.control-buttons-wrapper span[b-hxb16910ej]{
    align-content: center;
    font-size: large;
    width: 50px;
    text-align: center;
}

.slide-img[b-hxb16910ej] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-img[b-hxb16910ej]{
    width: 100%;
    height: 100%;
}

/* /Components/DateRangeBar.razor.rz.scp.css */
.date-range-bar[b-sod0rbhc7f] {
    width: 100%;
    padding: 15px 0 0 0;
}

.date-labels[b-sod0rbhc7f] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 6px;
}

.date-label[b-sod0rbhc7f] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.date-label:last-child[b-sod0rbhc7f] {
    align-items: flex-end;
}

.label-title[b-sod0rbhc7f] {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.label-date[b-sod0rbhc7f] {
    font-size: 13px;
    color: #000;
}

.bar-container[b-sod0rbhc7f] {
    position: relative;
    height: 12px;
    margin-left: 5px;
}

.bar-track[b-sod0rbhc7f] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    transform: translateY(-50%);
}

.bar-fill[b-sod0rbhc7f] {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    z-index: 1;
}

.bar-step[b-sod0rbhc7f] {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

    .bar-step.completed[b-sod0rbhc7f] {
        background: #000;
        border-color: #000;
    }
/* /Components/Description.razor.rz.scp.css */
.parent[b-ljh0cnymy5] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.icon[b-ljh0cnymy5] {
    width: 20px;
    height: 20px;
/*    margin-top: 4px;*/
    flex-shrink: 0;
    justify-content: center;
    align-self: center;
}

.description[b-ljh0cnymy5] {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: justify;
/*    padding-bottom: 10px;*/
    flex: 1;
}

@media (max-width: 500px) {
    .description[b-ljh0cnymy5] {
        font-size: 0.8rem;
        line-height: 1.3;
        text-align: left;
/*        padding-bottom: 8px;*/
    }
}
/* /Components/FooterNavigation.razor.rz.scp.css */
.footer-navigation-row[b-iyxa03njsy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 24px;
    background: none;
}
/* /Components/Header.razor.rz.scp.css */
.header[b-wagueingit] {
    background: none;
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left[b-wagueingit] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo[b-wagueingit] {
    width: 40px;
    height: 40px;
}

.texts[b-wagueingit] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name[b-wagueingit] {
    font-weight: bold;
    font-size: 1.3rem;
    color: #222;
    margin-bottom: 2px;
}

.reservation-id[b-wagueingit] {
    font-size: 0.95rem;
    color: #888;
    text-decoration: none;
}

.right-wrapper[b-wagueingit] {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
    gap: 10px;
}

.Contact[b-wagueingit] {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.Languages[b-wagueingit] {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center
}
/* /Components/Modal.razor.rz.scp.css */
.modal-backdrop[b-jdhkj7i7ko] {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #00000070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-title[b-jdhkj7i7ko]{
    color: black;

}

.modal[b-jdhkj7i7ko] {
    position: relative;
    z-index: 1060;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
/*    min-height: 150px;*/
/*    min-height: 300px;*/
    height: auto;
    max-height: 80vh;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
    padding: 0;
    animation: modalFadeIn-b-jdhkj7i7ko 0.3s;
    display: flex;
    flex-direction: column;
}

.modal-header[b-jdhkj7i7ko] {
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-header p[b-jdhkj7i7ko] {
    flex: 1;
    text-align: center;
    margin: 0;
}

.modal-content[b-jdhkj7i7ko] {
    padding: 20px 24px;
    font-size: 1rem;
    color: #333;
    flex: 1;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.modal-close[b-jdhkj7i7ko] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
}

.modal-close:hover[b-jdhkj7i7ko] {
    color: #d00;
}


@media (max-width: 500px) {
    .modal[b-jdhkj7i7ko] {
        width: 95vw;
        min-width: unset;
        padding: 0;
    }
}

@media (max-width: 900px) {
    .modal[b-jdhkj7i7ko] {
        max-width: 90vw;
        width: 95vw;
        min-width: unset;
        padding: 0;
    }
}

@keyframes modalFadeIn-b-jdhkj7i7ko {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/ModalContent/CheckOutContent.razor.rz.scp.css */
.content-modal[b-53g0wrvbe3]{
    display: flex;
    flex-direction: column;
}

p[b-53g0wrvbe3]{
    text-align: center;
}

.list[b-53g0wrvbe3] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    background: none;
}

    .list li[b-53g0wrvbe3] {
        display: flex;
        align-items: center;
        padding: 0.75rem 1rem;
        border-top: 1px solid #ececec;
        font-size: 1rem;
        color: #222;
    }

        .list li:last-child[b-53g0wrvbe3] {
            border-bottom: 1px solid #ececec;
        }


.checkbox[b-53g0wrvbe3] {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: 1.75px solid #222;
    border-radius: 8px;
    margin-right: 0.75em;
    background: linear-gradient(180deg, #fff 60%, #f3f3f3 100%);
    transition:
        box-shadow 0.25s cubic-bezier(.4,0,.2,1),
        border-color 0.25s cubic-bezier(.4,0,.2,1),
        background 0.25s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.10), 0 1.5px 0 0 #fff inset;
    display: inline-block;
    vertical-align: middle;
}

    .checkbox:checked[b-53g0wrvbe3] {
        border-color: #249223;
        background: linear-gradient(180deg, #e0ffe5 60%, #b6f5c2 100%);
        box-shadow: 0 4px 16px -2px rgba(36,146,35,0.12), 0 1.5px 0 0 #fff inset;
    }

        .checkbox:checked[b-53g0wrvbe3]::after {
            content: "";
            position: absolute;
            left: 0.38em;
            top: 0.18em;
            width: 0.5em;
            height: 0.9em;
            border: solid #249223;
            border-width: 0 0.18em 0.18em 0;
            transform: rotate(45deg);
            display: block;
        }

    .checkbox:focus[b-53g0wrvbe3] {
        outline: none;
        box-shadow: 0 0 0 2px #cce4fa, 0 2px 8px -2px rgba(0,0,0,0.10);
    }

    .checkbox:disabled[b-53g0wrvbe3] {
        background: linear-gradient(180deg, #eaeaea 60%, #d5d5d5 100%);
        border-color: #bbb;
        cursor: not-allowed;
        box-shadow: none;
    }

.button-wrapper[b-53g0wrvbe3]{
    padding: 1rem;
    display: flex;
    justify-content: center;
}
/* /Components/ModalContent/TimeSelectorContent.razor.rz.scp.css */
.content-modal[b-zlxh2xwdi0]{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.List[b-zlxh2xwdi0]{
    display: flex;
    flex-direction: column;
    list-style: none;
/*    max-height: 200px;*/
/*    overflow-y: scroll;*/
    gap: 10px;
    padding-left: 0;
}

.Element[b-zlxh2xwdi0]{
    text-align: center;
    border-radius: 15px;
    border: 2px solid grey;
    padding: 5px;
    font-size: larger;
    width: auto;
    max-width: 150px;
    background-color: none;
}

.Element:hover[b-zlxh2xwdi0]{
    cursor: pointer;
}
/* /Components/NavigationButton.razor.rz.scp.css */
.footer-nav-btn[b-f4ooq79hzg] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff 60%, #f3f3f3 100%);
    border: 1.75px solid #222;
    border-radius: 15px;
    height: 12vw;
    width: 12vw;
    min-width: 48px;
    min-height: 48px;
    max-width: 100px;
    max-height: 64px;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
    outline: none;
    padding: 0;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,0.12), 0 1.5px 0 0 #fff inset;
    transition: 
        transform 0.25s cubic-bezier(.4,0,.2,1),
        box-shadow 0.25s cubic-bezier(.4,0,.2,1),
        background 0.25s cubic-bezier(.4,0,.2,1);
}

.footer-nav-btn:disabled[b-f4ooq79hzg] {
    background: linear-gradient(180deg, #eaeaea 60%, #d5d5d5 100%);
    border-color: #bbb;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

.footer-nav-btn.active[b-f4ooq79hzg] {
    filter: invert(1);
    transform: translateY(-12px);
    box-shadow: 0 12px 32px -4px rgba(0,0,0,0.18), 0 2px 0 0 #fff inset;
    background: linear-gradient(180deg, #f8f8ff 40%, #e0e0f8 100%);
}

.footer-nav-btn:not(.active)[b-f4ooq79hzg] {
    transform: translateY(0);
    box-shadow: 0 4px 16px -2px rgba(0,0,0,0.12), 0 1.5px 0 0 #fff inset;
    background: linear-gradient(180deg, #fff 60%, #f3f3f3 100%);
}

.footer-nav-btn:active[b-f4ooq79hzg] {
    /* efekt wciśnięcia */
    transform: translateY(2px);
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.10);
}

.footer-nav-icon img[b-f4ooq79hzg] {
    width: 70%;
    height: 70%;
    min-width: 28px;
    min-height: 28px;
    max-width: 48px;
    max-height: 48px;
    display: block;
    margin: 0 auto;
}

.footer-nav-indicator[b-f4ooq79hzg] {
    height: 8px;
    width: 80%;
    border-radius: 15px;
    background: #000;
    margin-top: 8px;
}

@media (max-width: 500px) {
    .footer-nav-btn[b-f4ooq79hzg] {
        height: 12vw;
        width: 12vw;
        min-width: 40px;
        min-height: 40px;
        max-width: 56px;
        max-height: 56px;
    }
    .footer-nav-icon img[b-f4ooq79hzg] {
        width: 80%;
        height: 80%;
        min-width: 24px;
        min-height: 24px;
        max-width: 40px;
        max-height: 40px;
    }
}
/* /Components/PageInfo.razor.rz.scp.css */
.parent[b-lndoo41b5w] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
}

.title[b-lndoo41b5w] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.subtitle[b-lndoo41b5w] {
    font-size: 1rem;
/*    line-height: 1.5rem;*/
    color: gray;
    text-align: center;
}
/* /Components/PartnerCard.razor.rz.scp.css */
.card[b-lyzqql1yv2] {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-radius: 22px;
    height: auto;
    margin-bottom: 32px;
    padding: 0;
    border: none;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 8px 32px 0 rgba(33,87,62,0.16);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
        box-shadow 0.25s cubic-bezier(.4,0,.2,1),
        background 0.25s cubic-bezier(.4,0,.2,1);
}

.card:hover[b-lyzqql1yv2] {
    cursor: pointer;
    box-shadow: 0 16px 40px 0 rgba(33,87,62,0.18), 0 0 40px 8px rgba(249,184,6,0.10);
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 40%, rgba(240,240,255,0.95) 100%);
}

.card:last-of-type[b-lyzqql1yv2] {
    margin-bottom: 0;
}

.card .image-wrapper[b-lyzqql1yv2] {
    height: 150px;
    border-radius: 22px 22px 0 0;
    width: 100%;
    overflow: hidden;
}

.card .image-wrapper .image[b-lyzqql1yv2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.card .footer[b-lyzqql1yv2] {
    height: auto;
    max-height: 150px;
    width: 100%;
    margin-top: auto;
    align-content: center;
    padding: 18px 18px 24px 18px;
    background: none;
}

.card .footer h1[b-lyzqql1yv2] {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #222;
}

.card .footer span[b-lyzqql1yv2] {
    font-size: 15px;
    color: #444;
}

.card .discount[b-lyzqql1yv2] {
    border-radius: 0 15px 15px 0px;
    outline: 2px solid white;
    margin-top: 18px;
    position: absolute;
    background-color: forestgreen;
    height: 30px;
    width: auto;
    min-width: 90px;
    max-width: 250px;
    align-content: center;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 8px 0 rgba(33,87,62,0.10);
}

.card .discount span[b-lyzqql1yv2] {
    color: white;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1rem;
}

.card .category[b-lyzqql1yv2] {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 100%;
    right: 12px;
    top: 12px;
    outline: 2px solid white;
    align-content: center;
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .category img[b-lyzqql1yv2] {
    filter: invert(1);
    height: 24px;
    width: 24px;
}
/* /Components/PartnerInfo.razor.rz.scp.css */
.parent[b-u3af6s2lmf] {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.partner-name[b-u3af6s2lmf] {
    grid-column: span 3 / span 2;
    font-size: 24px;
    padding-bottom: 0px;

}

.offer[b-u3af6s2lmf] {
    background-color: seagreen;
    border-radius: 15px;
    text-align: center;
    align-content: center;
    color: white;
    font-weight: bold;
    height: 30px;
    width: auto;
    max-width: 300px;
    min-width: 130px;
    text-wrap: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}

.address-label[b-u3af6s2lmf]{
    font-weight: bold;
}

.address[b-u3af6s2lmf]{
    margin-left: 30px;
}

.address-wrapper[b-u3af6s2lmf] {
    grid-column-start: 1;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
    width: auto;
    text-wrap: nowrap;
}
/* /Components/ReservationInfo.razor.rz.scp.css */
.reservation-info[b-goh1mefoxm] {
    width: 100%;
    display: flex;
    padding: 0.75rem;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
}

.apartment-name[b-goh1mefoxm] {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-left: 3px;
}

.address-wrapper[b-goh1mefoxm] {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #666;
}
.address[b-goh1mefoxm] {
    font-weight: 500;
    color: grey;
    margin-left: 5px;
    font-size: 1rem;
}

    .address-wrapper img[b-goh1mefoxm] {
        width: 1.5rem;
        height: 1.5rem;
        flex-shrink: 0;
    }

.dates-wrapper[b-goh1mefoxm] {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
}

    .dates-wrapper img[b-goh1mefoxm] {
        width: 1.6rem;
        height: 1.6rem;
        flex-shrink: 0;
    }

.check-in[b-goh1mefoxm] {
    margin-left: 5px;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 3;
    line-height: 0.8;
}
.check-out[b-goh1mefoxm] {
    margin-left: 10px;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    line-height: 0.8;
}

    .check-in span:first-child[b-goh1mefoxm],
    .check-out span:first-child[b-goh1mefoxm] {
        font-size: 0.875rem;
        font-weight: 400;
        color: grey;
        line-height: 0.8;
    }

    .check-in span:last-child[b-goh1mefoxm],
    .check-out span:last-child[b-goh1mefoxm] {
        font-size: 0.75rem;
        font-weight: 200;
        color: grey;
        line-height: 1.2;
    }

@media (max-width: 768px) {
    .reservation-info[b-goh1mefoxm] {
        width: 100%;
        padding: 0.75rem;
        padding-top: 0;
        padding-left: 0;
    }

    .dates-wrapper img[b-goh1mefoxm] {
        width: 1.75rem;
        height: 1.75rem;
    }
}
/* /Components/TermsCard.razor.rz.scp.css */
.wrapper[b-avz2oij4w2] {
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 100%;
    border-radius: 15px;
}

.image[b-avz2oij4w2] {
    width: 100%;
    max-width: 100px;
    height: auto;
    max-height: 256px;
    object-fit: contain;
    display: block;
    margin-bottom: 50px;
}

.wrapper:last-of-type[b-avz2oij4w2] {
    margin-bottom: 0;
}
/* /Components/Toast.razor.rz.scp.css */
.toast-container[b-s4fa3utzgl] {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2000;
    pointer-events: none;
}

.toast[b-s4fa3utzgl] {
    background: linear-gradient(180deg, #f8f8ff 40%, #e0e0f8 100%);
    color: #222;
    border-radius: 15px;
    border: 1.75px solid #222;
    box-shadow: 0 12px 32px -4px rgba(0, 0, 0, 0.18), 0 2px 0 0 #fff inset;
    padding: 16px 32px;
    min-width: 200px;
    max-width: 90vw;
    display: flex;
    align-items: center;
    pointer-events: auto;
    position: relative;
    filter: invert(1);
    animation: toastBounceIn-b-s4fa3utzgl 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    transition: transform 0.25s cubic-bezier(.4, 0, .2, 1), box-shadow 0.25s cubic-bezier(.4, 0, .2, 1), background 0.25s cubic-bezier(.4, 0, .2, 1), filter 0.25s cubic-bezier(.4, 0, .2, 1);
}

.toast:active[b-s4fa3utzgl] {
    transform: translateY(2px);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.10);
}

.toast-message[b-s4fa3utzgl] {
    flex: 1;
    font-size: 1rem;
}

.toast-content[b-s4fa3utzgl] {
    margin-left: 12px;
}

.toast-close[b-s4fa3utzgl] {
    background: none;
    border: none;
    color: #222;
    font-size: 1.5rem;
    margin-left: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.toast-close:hover[b-s4fa3utzgl] {
    opacity: 1;
}

@keyframes toastBounceIn-b-s4fa3utzgl {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }

    60% {
        opacity: 1;
        transform: translateY(-4px) scale(1.02);
    }

    80% {
        transform: translateY(2px) scale(0.995);
    }

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

@keyframes toastFadeOut-b-s4fa3utzgl {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
}

@media (max-width: 500px) {
    .toast[b-s4fa3utzgl] {
        min-width: 160px;
        padding: 12px 16px;
    }
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.layout-page[b-o1t7xejz9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh; 
    background-color: white;
}

.loading[b-o1t7xejz9o]{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}


.layout-header[b-o1t7xejz9o] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0.85) 80%, rgba(255,255,255,0.65) 100%);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    border-radius: 0 0 15px 15px;
    transition: transform 0.3s ease-in-out;
}


.layout-header.hide[b-o1t7xejz9o] {
    transform: translateY(-100%);
}


.layout-body[b-o1t7xejz9o] {
    width: 100%;
    max-width: 1250px;
    flex: 1 1 auto;
    overflow-y: auto;
    padding-top: 116px;
    padding-bottom: 116px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.layout-footer-nav[b-o1t7xejz9o] {
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    height: 100px;
    background: linear-gradient(0deg, rgba(255,255,255,0.85) 80%, rgba(255,255,255,0.65) 100%);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 -2px 12px 0 rgba(0,0,0,0.10);
}


@media (min-width: 700px) {

    .layout-header[b-o1t7xejz9o]{
        width: 700px;
    }

    .layout-body[b-o1t7xejz9o] {
        width: 700px;
    }

    .layout-footer-nav[b-o1t7xejz9o]{
        width: 700px;
    }

}


.loading[b-o1t7xejz9o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}

    .loading[b-o1t7xejz9o]::after {
        content: '';
        width: 40px;
        height: 40px;
        border: 3px solid rgba(34, 34, 34, 0.1);
        border-radius: 50%;
        border-top-color: #222;
        animation: spin-b-o1t7xejz9o 0.8s linear infinite;
    }

@keyframes spin-b-o1t7xejz9o {
    to {
        transform: rotate(360deg);
    }
}
/* /Layouts/ReservationLayout.razor.rz.scp.css */
.layout-page[b-94w7wwgqcq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh; 
    background-color: #fff;
}

.layout-header[b-94w7wwgqcq] {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 1250px;
    height: 100px;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.layout-body[b-94w7wwgqcq] {
    width: 100%;
    max-width: 1250px;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px;
    box-sizing: border-box;
}

.layout-footer-nav[b-94w7wwgqcq] {
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 1250px;
    height: 100px;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


@media (min-width: 700px) {

    .layout-header[b-94w7wwgqcq]{
        width: 700px;
    }

    .layout-body[b-94w7wwgqcq] {
        width: 700px;
    }

    .layout-footer-nav[b-94w7wwgqcq]{
        width: 700px;
    }

}
/* /Pages/AboutReservationPage.razor.rz.scp.css */
.page-info-wrapper[b-ly3q35imed] {

    width: 100%;
    background-color: white;

}

.amenities-wrapper[b-ly3q35imed] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.amenity[b-ly3q35imed] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.amenity span[b-ly3q35imed]{
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.amenity .text[b-ly3q35imed] {
    margin-left: 30px;
    font-weight: normal;
}

button[b-ly3q35imed] {
    margin-left: 27px;
    width: fit-content;
    border: none;
    background: none;
    text-decoration: underline;
    font-family: inherit;
}

ul[b-ly3q35imed] {
    margin-left: 24px;
    list-style-type: disc;
}

img[b-ly3q35imed] {
    padding: 5px;
    padding-bottom: 7px;
}
/* /Pages/ClubPage.razor.rz.scp.css */
.page-info-wrapper[b-yxvfvz4df5] {

    width: 100%;

}

.cards-wrapper[b-yxvfvz4df5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
    margin-bottom: 0;
}
/* /Pages/ContactUsPage.razor.rz.scp.css */
.description-wrapper[b-l51erg6x51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-info-wrapper[b-l51erg6x51] {

    width: 100%;

}

.buttons-wrapper[b-l51erg6x51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
}
/* /Pages/FarewellPage.razor.rz.scp.css */
.main-wrapper[b-qrrheyc2t0]{
    width: 100%;
    height: 250px;
}
.icon[b-qrrheyc2t0]{
    width: 250px;
    height: 250px;
}

.main-wrapper .text[b-qrrheyc2t0]{

}
/* /Pages/HomePage.razor.rz.scp.css */
.image-wrapper[b-y5zmp45q0q] {
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.reservation-info-wrapper[b-y5zmp45q0q] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 15px;

}

.buttons-wrapper[b-y5zmp45q0q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
    margin-top: 0rem;
    margin-bottom: 0;
    max-width: 530px;
}

@media (min-width: 530px) {
    .reservation-info-wrapper[b-y5zmp45q0q] {
        width: 500px;
        padding-left: 0;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .buttons-wrapper[b-y5zmp45q0q] {
        margin-left: auto;
        margin-right: auto;
    }
}

.skeleton[b-y5zmp45q0q] {
    width: 100%;
    max-width: 500px;
    height: 200px;
    border-radius: 15px;
    background: linear-gradient(90deg, #cccccc 25%, #e0e0e0 50%, #cccccc 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-y5zmp45q0q 1.2s infinite linear;
}

.reservation-info-skeleton[b-y5zmp45q0q] {
    width: 100%;
    max-width: 500px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 12px 16px;
}

.skeleton-line[b-y5zmp45q0q] {
    border-radius: 6px;
    background: linear-gradient(90deg, #cccccc 25%, #e0e0e0 50%, #cccccc 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-y5zmp45q0q 1.2s infinite linear;
}

.skeleton-line-title[b-y5zmp45q0q] {
    width: 60%;
    height: 18px;
}

.skeleton-line-address[b-y5zmp45q0q] {
    width: 80%;
    height: 14px;
}

.skeleton-line-dates[b-y5zmp45q0q] {
    width: 40%;
    height: 14px;
}

@keyframes skeleton-loading-b-y5zmp45q0q {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Pages/InstructionsPage.razor.rz.scp.css */
.page-info-wrapper[b-vc0rjxulq6] {
    width: 100%;
}

.buttons-wrapper[b-vc0rjxulq6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
    height: 50%;
}

.copy-button[b-vc0rjxulq6]{
    background: none;
    border: none;
}

.codes-wrapper[b-vc0rjxulq6] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
    margin-top: 10px;
    gap: 8px;
/*    padding: 8px;*/
    padding-top: 0;
    box-sizing: border-box;
/*    padding-bottom:0;*/
}

.codes-wrapper .code[b-vc0rjxulq6] {
    width: 100%;
/*    aspect-ratio: 2.5 / 1;*/
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    max-height: 120px;
}

.codes-wrapper .code img[b-vc0rjxulq6] {
    height: 25px;
    width: auto;
    object-fit: contain;
    display: block;
/*    padding-right: 0.25rem;*/
}

.codes-wrapper .code .text-wrapper[b-vc0rjxulq6] {
    display: flex;
    flex-direction: column;
}

.codes-wrapper .code .text-wrapper .title[b-vc0rjxulq6] {
    font-size: 0.9em;
    font-weight: 600;
    white-space: normal;
    overflow-wrap: anywhere;
}

.codes-wrapper .code .text-wrapper .digits[b-vc0rjxulq6] {
    font-size: 1.5rem;
    line-height: 1.1;
    word-break: break-all;
}

.wifi[b-vc0rjxulq6] {
    background: white;
    border-radius: 15px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}

/*.wifi:last-child{
    padding-bottom: 0;
}*/

@media (min-width: 768px) {
    .codes-wrapper[b-vc0rjxulq6] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .codes-wrapper .code[b-vc0rjxulq6] {
        max-height: 90px;
    }

/*    .codes-wrapper .code .text-wrapper .title {
        font-size: clamp(0.9rem, 1vw, 1.1rem);
    }

    .codes-wrapper .code .text-wrapper .digits {
        font-size: clamp(1.5rem, 1.9vw, 2rem);
    }*/
}

@media (max-width: 404px){
    .codes-wrapper .code img[b-vc0rjxulq6] {
        height: 20px;
/*        width: auto;
        object-fit: contain;
        display: block;*/
/*        padding-right: 0.25rem;*/
    }
}
/* /Pages/ManageStayPage.razor.rz.scp.css */
.page-info-wrapper[b-0y6c6wpbf1] {
    width: 100%;
}

.buttons-wrapper[b-0y6c6wpbf1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 20px;
    margin: 2rem 0;
    width: 100%;
    box-sizing: border-box;
}

.buttons-wrapper[b-0y6c6wpbf1]  button {
    width: 100%;
    height: 50px;  
    min-height: 80px;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/OpenApartmentPage.razor.rz.scp.css */
.buttons-wrapper[b-6t7on11vr9] {
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 0;
}

.open-button[b-6t7on11vr9] {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color:whitesmoke;
    box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}


.open-button:active[b-6t7on11vr9] {
    box-shadow: inset 10px 10px 20px #bebebe, inset -10px -10px 20px #ffffff;
    transform: scale(0.98);
}


.open-button .lock[b-6t7on11vr9] {
    height: 60px;
    width: 60px;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 2;
}

.open-button[b-6t7on11vr9]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}

.open-button.locked[b-6t7on11vr9]::after {
    border-color: #00e676;
    box-shadow: 0 0 15px rgba(0, 230, 118, 0.4), inset 2px 2px 5px rgba(0,0,0,0.1);
}

.open-button.locked .lock[b-6t7on11vr9] {
    /* https://angel-rs.github.io/css-color-filter-generator */
    filter: invert(47%) sepia(68%) saturate(466%) hue-rotate(98deg) brightness(92%) contrast(94%);
}

.open-button.unlocked[b-6t7on11vr9]::after {
    border-color: #ffeb3b;
    box-shadow: 0 0 20px rgba(255, 235, 59, 0.6), inset 2px 2px 5px rgba(0,0,0,0.1);
}

.open-button.unlocked .lock[b-6t7on11vr9] {
    transform: scale(0.9);
    filter: brightness(0) saturate(100%) invert(85%) sepia(21%) saturate(5923%) hue-rotate(329deg) brightness(102%) contrast(101%);
}
/* /Pages/PartnerPage.razor.rz.scp.css */
.image-wrapper[b-pxhec5aojr] {
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.partner-info-wrapper[b-pxhec5aojr] {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.buttons-wrapper[b-pxhec5aojr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
    margin-bottom: 0;
    max-width: 530px;
}

.offer-wrapper[b-pxhec5aojr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
}

.offer[b-pxhec5aojr] {
    background-color: seagreen;
    border-radius: 15px;
    text-align: center;
    align-content: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    min-height: 30px;
    width: auto;
    min-width: 130px;
    text-wrap: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}

.description[b-pxhec5aojr] {
    text-align: left;
}

@media (min-width: 530px) {
    .reservation-info-wrapper[b-pxhec5aojr] {
        width: 500px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .buttons-wrapper[b-pxhec5aojr] {
        margin-left: auto;
        margin-right: auto;
    }
}
/* /Pages/RegistrationPage.razor.rz.scp.css */
.page-info-wrapper[b-rng95g6473] {
    width: 100%;
}

.guests-wrapper[b-rng95g6473], .mail-wrapper[b-rng95g6473]{
    display: flex;
    flex-direction: column;
/*    align-items: center;*/
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
/*    height: 50%;*/
}

.guests-wrapper[b-rng95g6473]{
    margin-top: 0;
    margin-bottom: 0;
}

.mail-wrapper[b-rng95g6473]{
    align-items: center;
    margin-bottom: 50px;
}

.guest-row:last-child[b-rng95g6473]{
    padding-bottom: 15px;
}

.guest-input-title[b-rng95g6473] {
    display: flex;
    align-items: center;
    width: 100%;
    color: grey;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 2rem 0;
}

.guest-input-title[b-rng95g6473]::before,
.guest-input-title[b-rng95g6473]::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ccc;
    margin: 0 1rem;
}

.info[b-rng95g6473] {
    text-align: center;
    padding-bottom: 30px;
}

.editform-input[b-rng95g6473] {
    min-width: 250px;
    width: 50%;
    border-radius: 15px;
    border: 2px solid grey;
    padding: 5px;
    padding-left: 20px;
    background-color: #c8c8c842;
}

.mail-wrapper input:first-of-type[b-rng95g6473]{
    margin-bottom: 10px;
}

.mail-wrapper input:invalid[b-rng95g6473] {
    border-color: lightcoral;
}

.mail-input-title[b-rng95g6473] {
    color: grey;
    font-weight: 500;
    font-size: 1.1rem;
    padding-bottom: 5px;
/*    padding-left: 10px;*/
}

.guests-wrapper input[b-rng95g6473]{
    border-radius: 15px;
    border: 2px solid grey;
    padding: 5px;
    padding-left: 20px;
}

.guests-wrapper input[b-rng95g6473]::placeholder, .mail-wrapper input[b-rng95g6473]::placeholder {
    font-style: italic;
}

    .guests-wrapper input:invalid[b-rng95g6473], .mail-wrapper input:invalid[b-rng95g6473] {
        border-color: red;
    }

.guest-input-row[b-rng95g6473] {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.guest-input-row input[b-rng95g6473] {
    flex: 1 1 0;
    min-width: 0;
    background-color: #c8c8c842;
}

.checkbox[b-rng95g6473] {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: 1.75px solid #222;
    border-radius: 8px;
    margin-right: 0.75em;
    background: linear-gradient(180deg, #fff 60%, #f3f3f3 100%);
    transition: box-shadow 0.25s cubic-bezier(.4,0,.2,1), border-color 0.25s cubic-bezier(.4,0,.2,1), background 0.25s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px -2px rgba(0,0,0,0.10), 0 1.5px 0 0 #fff inset;
    display: inline-block;
    vertical-align: middle;
}

    .checkbox:checked[b-rng95g6473] {
        border-color: #249223;
        background: linear-gradient(180deg, #e0ffe5 60%, #b6f5c2 100%);
        box-shadow: 0 4px 16px -2px rgba(36,146,35,0.12), 0 1.5px 0 0 #fff inset;
    }

    .checkbox:focus[b-rng95g6473] {
        outline: none;
        box-shadow: 0 0 0 2px #cce4fa, 0 2px 8px -2px rgba(0,0,0,0.10);
    }

    .checkbox:disabled[b-rng95g6473] {
        background: linear-gradient(180deg, #eaeaea 60%, #d5d5d5 100%);
        border-color: #bbb;
        cursor: not-allowed;
        box-shadow: none;
    }

.animal-wrapper[b-rng95g6473]{
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
    align-items: center;
}

.animal-wrapper button[b-rng95g6473]{
    width: 50px;
    height: 50px;
    justify-content: center;
    align-content: center;
    background: none;
    border: 2px solid black;
    border-radius: 5px;
}

.animal-wrapper span[b-rng95g6473]{
    width: 10px;
    margin-bottom: 0;
}

.next-wrapper[b-rng95g6473] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
/*    z-index: 100;*/
}
/* /Pages/ReportPage.razor.rz.scp.css */
.page-info-wrapper[b-oh6al1o1rv] {

    width: 100%;

}

.description-wrapper[b-oh6al1o1rv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buttons-wrapper[b-oh6al1o1rv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
}
/* /Pages/TermsPage.razor.rz.scp.css */
.description-wrapper[b-gbvnqog6tz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-info-wrapper[b-gbvnqog6tz] {

    width: 100%;

}

.image[b-gbvnqog6tz] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 256px;
}

.buttons-wrapper[b-gbvnqog6tz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 2rem 0;
}

.bottom-fixed[b-gbvnqog6tz] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.page-container[b-gbvnqog6tz] {
    height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bottom-section[b-gbvnqog6tz] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}
.step-content[b-gbvnqog6tz] { 
    transition: opacity 0.3s; /*czas animacji przejscia*/
    opacity: 1;
    width: 100%;
}
.fade-out[b-gbvnqog6tz] {
    opacity: 0;
}
.fade-in[b-gbvnqog6tz] {
    opacity: 1;
}
.tos-full[b-gbvnqog6tz] {
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem;
    background: #aca9a929;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-top: 50px;
}
