@import '_content/TeamworX.BlazorControls/TeamworX.BlazorControls.sm64fwtslc.bundle.scp.css';

/* _content/TeamworX.PencilIN/Site/Components/MapLocation.razor.rz.scp.css */
.twx-map-card[b-i30idc42i7] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.twx-map-overlay[b-i30idc42i7] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    z-index:1000;
}

.twx-map-overlay-left[b-i30idc42i7] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.twx-map-avatar[b-i30idc42i7] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
}

.twx-map-meta[b-i30idc42i7] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.twx-map-name[b-i30idc42i7] {
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twx-map-address[b-i30idc42i7] {
    font-size: 0.9rem;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twx-map-navbtn[b-i30idc42i7] {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

    .twx-map-navbtn:hover[b-i30idc42i7] {
        background: #f6f6f6;
    }
/* _content/TeamworX.PencilIN/Site/Components/SectionComponent.razor.rz.scp.css */
.section-container[b-ls5tms2qm5] {
    padding: 10px;
    margin: 10px 8px 20px 8px;
    border-radius: 10px;
    background: transparent;
    border: solid 1.5px var(--primary-color);
    position: relative;
}

.section-header[b-ls5tms2qm5] {
    color: var(--primary-color);
    background: var(--main-content-color);
    padding: 0 10 0 10;
    position: absolute;
    top: -11px;
    left: 19px;
    font-weight: 500;
    font-size: 0.9rem;
}

.section-container._40[b-ls5tms2qm5] {
    width: 40%;
}

.section-container._50[b-ls5tms2qm5] {
    width: 50%;
}

.section-container._60[b-ls5tms2qm5] {
    width: 60%;
}

.section-container._100[b-ls5tms2qm5] {
    width: 100%;
}

.section-container.simple[b-ls5tms2qm5] {
    border: none;
}

    .section-container.simple > .section-header[b-ls5tms2qm5] {
        display: none;
    }

.form-container .section-container[b-ls5tms2qm5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section-container .button-actions[b-ls5tms2qm5] {
    position: absolute;
    top: -19px;
    right: 15px;
    background: var(--main-content-color);
}

[b-ls5tms2qm5].section-container .button-actions .button {
    min-width: unset;
    padding-right: 20px;
    scale: .8;
}

.section-container.grid[b-ls5tms2qm5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

[b-ls5tms2qm5].section-container:has(.section-grid-container) {
    margin: 10px 8px 0px 8px;
    padding: 20px 0px 5px 0px;
}


@media (min-width: 642px) and (max-width: 1024px) {
    .form-container .section-container[b-ls5tms2qm5] {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 641px) {
    .form-container .section-container[b-ls5tms2qm5] {
        grid-template-columns: repeat(1, 1fr);
    }

}
/* _content/TeamworX.PencilIN/Site/Layout/CompanyHeader.razor.rz.scp.css */
/* Header */
.app-header[b-x5fhv9ym5e] {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(12px, 3vw, 24px);
    height: 10vh;
}

.header-container[b-x5fhv9ym5e] {
    width: 80vw;
    height: 70%;
    margin: 0 clamp(12px, 3vw, 24px);
    backdrop-filter: saturate(160%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

[b-x5fhv9ym5e].header-actions .button.primary {
    font-weight: 600;
    font-size: 14px;
}

.header-actions[b-x5fhv9ym5e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


/* Avatar + dropdown */
.avatar[b-x5fhv9ym5e] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--primary-color-rgba), .9), rgba(var(--secondary-color-rgba), .9));
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.user-menu[b-x5fhv9ym5e] {
    position: relative;
}

    .user-menu .menu[b-x5fhv9ym5e] {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        min-width: 220px;
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 14px;
        box-shadow: var(--glass-shadow);
        backdrop-filter: blur(var(--glass-blur));
        -webkit-backdrop-filter: blur(var(--glass-blur));
        overflow: hidden;
    }

.menu a[b-x5fhv9ym5e], .menu button[b-x5fhv9ym5e] {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    padding: 12px 14px;
    color: var(--text-color);
    font-weight: 600;
}

    .menu a:hover[b-x5fhv9ym5e], .menu button:hover[b-x5fhv9ym5e] {
        background: rgba(var(--primary-color-rgba), .08);
    }

.menu hr[b-x5fhv9ym5e] {
    border: 0;
    height: 1px;
    background: var(--glass-border);
    margin: 4px 0;
}

h1[b-x5fhv9ym5e] {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    user-select: none;
    white-space: nowrap;
    font-size: 2.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}


.company-logo[b-x5fhv9ym5e] {
    height: 100%;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

[b-x5fhv9ym5e].company-logo .image-container {
    position: unset
}
    [b-x5fhv9ym5e].company-logo .image-container img {
        width: auto;
        display: block;
        position: absolute;
        top: 5px;
        transition: height 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out;
        filter: drop-shadow(1px 2px 10px #fff);
        height: 90%;
        top: 4px;
        left: 10px;
    }

@media (max-width: 1024px) {
    .app-header .header-container[b-x5fhv9ym5e] {
        width: 94vw;
        margin-inline: unset;
        padding: unset;
    }

    .header-container .gradient-text[b-x5fhv9ym5e] {
        display: none;
    }
}
/* _content/TeamworX.PencilIN/Site/Layout/CompanyLayout.razor.rz.scp.css */


/* Primary button (header Login) */
.btn-primary[b-cpqz7db0n5] {
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--primary-color-rgba), 1), rgba(var(--tertiary-color-rgba), .95));
    color: white;
    font-weight: 600;
    letter-spacing: .2px;
    box-shadow: 0 8px 18px rgba(var(--primary-color-rgba), .28);
}

    .btn-primary:focus-visible[b-cpqz7db0n5] {
        outline: 2px solid var(--secondary-color);
        outline-offset: 2px;
    }

.container[b-cpqz7db0n5] {
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Footer for company layout later */
.app-footer[b-cpqz7db0n5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 clamp(12px, 3vw, 24px);
/*    height: 20vh;
*/    flex-direction: column;
    position: relative;
}

.footer-container[b-cpqz7db0n5] {
    width: 80vw;
    height: 70%;
    margin: 0 clamp(12px, 3vw, 24px);
    backdrop-filter: saturate(160%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: flex-end;
}

.copyright[b-cpqz7db0n5] {
    position: fixed;
    bottom:0;
    display: flex;
    align-items: center;
    font-size: 10px;
    gap: 10px;
    width: 100vw;
    justify-content: center;
}
.app-main[b-cpqz7db0n5] {
    min-height: 70vh;
}

.pencilin-logo img[b-cpqz7db0n5] {
   height: 50px;
}

.hidden[b-cpqz7db0n5] {
    opacity: 0;
}

@media (max-width: 1024px) {
    .pencilin-logo img[b-cpqz7db0n5] {
        height: 30px;
    }
}
/* _content/TeamworX.PencilIN/Site/Layout/Header.razor.rz.scp.css */
/* Header */
.app-header[b-krk7i4378e] {
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}

    .app-header .header-container[b-krk7i4378e] {
        display: flex;
        width: 100vw;
        height: 20vh;
        backdrop-filter: saturate(160%) blur(var(--glass-blur));
        -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
        background: linear-gradient(180deg, rgba(var(--primary-color-rgba), .25) 0%, rgba(var(--primary-color-rgba), .12) 100%);
        border-bottom: 1px solid var(--glass-border);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: height 1s ease-in-out, width 1s ease-in-out;
        align-items: flex-start;
        justify-content: space-between;
    }

[b-krk7i4378e].header-actions .button.primary {
    font-weight: 600;
    font-size: 14px;
}

.app-header.sticky-header[b-krk7i4378e] {
    height: 10vh;
}

    .app-header.sticky-header .header-container[b-krk7i4378e] {
        width: 80vw;
        height: 80px;
        border-top-left-radius: var(--glass-radius);
        border-top-right-radius: var(--glass-radius);
        align-items: center;
    }

    .app-header.sticky-header .header-actions[b-krk7i4378e] {
        margin-top: unset;
        margin-right: clamp(12px, 3vw, 24px);
    }

    .app-header.sticky-header .brand img[b-krk7i4378e] {
        height: 90%;
        top: 4px;
        left: 10px;
    }


.brand[b-krk7i4378e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .2px;
}

    .brand img[b-krk7i4378e] {
        height: 18vh;
        width: auto;
        display: block;
        position: absolute;
        top: 5px;
        transition: height 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out;
        filter: drop-shadow(1px 2px 10px #fff);
    }



.header-actions[b-krk7i4378e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(12px, 3vw, 24px);
    margin-right: clamp(12px, 3vw, 24px);
}

/* Avatar + dropdown */
.avatar[b-krk7i4378e] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--primary-color-rgba), .9), rgba(var(--secondary-color-rgba), .9));
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.user-menu[b-krk7i4378e] {
    position: relative;
}

    .user-menu .menu[b-krk7i4378e] {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        min-width: 220px;
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 14px;
        box-shadow: var(--glass-shadow);
        backdrop-filter: blur(var(--glass-blur));
        -webkit-backdrop-filter: blur(var(--glass-blur));
        overflow: hidden;
    }

.menu a[b-krk7i4378e], .menu button[b-krk7i4378e] {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    padding: 12px 14px;
    color: var(--text-color);
    font-weight: 600;
}

    .menu a:hover[b-krk7i4378e], .menu button:hover[b-krk7i4378e] {
        background: rgba(var(--primary-color-rgba), .08);
    }

.menu hr[b-krk7i4378e] {
    border: 0;
    height: 1px;
    background: var(--glass-border);
    margin: 4px 0;
}

@media (max-width: 1024px) {
    .app-header[b-krk7i4378e] {
        height: 15vh;
    }

        .app-header .header-container[b-krk7i4378e] {
            height: 15vh;
        }


        .app-header.sticky-header .header-container[b-krk7i4378e] {
            width: 94vw;
        }

    .brand img[b-krk7i4378e] {
        height: 13vh;
        top: unset;
        bottom: 5px;
    }
}
/* _content/TeamworX.PencilIN/Site/Layout/MainLayout.razor.rz.scp.css */

/* _content/TeamworX.PencilIN/Site/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gi0qmug17j] {
    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-gi0qmug17j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gi0qmug17j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gi0qmug17j] {
    font-size: 1.1rem;
}

.bi[b-gi0qmug17j] {
    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-gi0qmug17j] {
    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-gi0qmug17j] {
    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-gi0qmug17j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-gi0qmug17j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gi0qmug17j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gi0qmug17j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gi0qmug17j]  .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-gi0qmug17j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gi0qmug17j]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gi0qmug17j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gi0qmug17j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gi0qmug17j] {
        display: none;
    }

    .nav-scrollable[b-gi0qmug17j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TeamworX.PencilIN/Site/Layout/UserMenu.razor.rz.scp.css */
.profile-container[b-oo6c6iyml6] {
    width: 100%;
    padding-left: 7px;
    padding-top: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


    .profile-container .profile-image[b-oo6c6iyml6] {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        margin-right: 0.75rem;
    }


    .profile-container .profile-name[b-oo6c6iyml6] {
        margin-right: 40px;
        color: var(--primary-color-text);
    }

    .profile-container .dropper-pointer[b-oo6c6iyml6] {
        position: absolute;
        right: 8px;
        height: 25px;
        width: 25px;
        fill: var(--main-body-color);
    }

[b-oo6c6iyml6].user-menu .dropper-container:hover .dropper-pointer {
    transform: rotate(90deg);
    transition: transform .5s ease;
}

[b-oo6c6iyml6].user-menu .dropper-container:hover > div {
    filter: unset;
}


[b-oo6c6iyml6].user-menu .dropper-container:hover .buttons-container .popover {
    opacity: 1;
    max-height:300px;
}


[b-oo6c6iyml6].user-menu .dropper-container .buttons-container .popover {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    right: 0;
    max-height: 0px;
}

[b-oo6c6iyml6].user-menu .dropper-container .buttons-container .popover .button {
   line-height: unset;
}

@media (max-width: 1024px) {

    .profile-name span[b-oo6c6iyml6] {
        display:none;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Account/AccountVerification.razor.rz.scp.css */
.page[b-ziey7o3n2t] {
    flex-grow: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.container[b-ziey7o3n2t] {
    width: 40vw;
}

[b-ziey7o3n2t].container .section-container {
    display: flex;
    flex-direction: column;
}


.head[b-ziey7o3n2t] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-ziey7o3n2t] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-ziey7o3n2t] {
        height: 48px;
        object-fit: contain;
    }

.content[b-ziey7o3n2t] {
    padding: 28px 36px;
}

    .content h2[b-ziey7o3n2t] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-ziey7o3n2t] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }


@media (max-width: 1024px) {
    .container[b-ziey7o3n2t] {
        width: 94vw;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Account/LoginDialog.razor.rz.scp.css */

.actions-container[b-mnlti54l3w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.twx-inline[b-mnlti54l3w] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 10px;
}

.account-actions[b-mnlti54l3w] {
    display: flex;
    justify-content: flex-end;
}

@keyframes twx-fade-b-mnlti54l3w {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.message[b-mnlti54l3w] {
    margin-bottom: 20px;
    padding: 0 10px;
}

[b-mnlti54l3w].login-dialog .dialog {
    width: 600px;
    max-width: 600px;
}

.login-actions[b-mnlti54l3w] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 0px 10px;
}

@media (max-width: 1024px) {
    [b-mnlti54l3w].login-dialog .dialog {
        width: 95vw;
        max-width: unset;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Account/NewPasswordSetter.razor.rz.scp.css */
.head[b-8y3n2i1wvb] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-8y3n2i1wvb] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-8y3n2i1wvb] {
        height: 48px;
        object-fit: contain;
    }

.content[b-8y3n2i1wvb] {
    padding: 28px 36px;
}

    .content h2[b-8y3n2i1wvb] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-8y3n2i1wvb] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }



    .content .lead[b-8y3n2i1wvb] {
        margin: 0 0 12px 0;
        color: #383b63;
        line-height: 1.55;
    }

.rules[b-8y3n2i1wvb] {
    margin: 8px 0 20px 0;
    padding-left: 18px;
    color: #585c87;
    font-size: 14px;
}

    .rules li[b-8y3n2i1wvb] {
        margin: 4px 0;
    }


.hint[b-8y3n2i1wvb] {
    margin-top: 6px;
    font-size: 13px;
    color: #6b6f99;
    text-align: right;
}

.smallprint[b-8y3n2i1wvb] {
    margin-top: 18px;
    font-size: 12px;
    color: #7a7fa8;
}

.content .expired-title[b-8y3n2i1wvb] {
    font-weight: 600;
    color: #b02a37;
}

[readonly][b-8y3n2i1wvb], [readonly="true"][b-8y3n2i1wvb] {
    opacity: 0.85;
    cursor: default;
}

button[b-8y3n2i1wvb],
.button-control[b-8y3n2i1wvb] {
    min-height: 40px;
}

:focus-visible[b-8y3n2i1wvb] {
    outline: 3px solid #605dff;
    outline-offset: 2px;
    border-radius: 8px;
}


.password-requirements[b-8y3n2i1wvb] {
    list-style: none;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-requirements li[b-8y3n2i1wvb] {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .password-requirements .icon[b-8y3n2i1wvb] {
        width: 18px;
        display: inline-block;
        margin-right: 6px;
        font-weight: bold;
    }

    .password-requirements .valid[b-8y3n2i1wvb] {
        color: #2e7d32;
    }

        .password-requirements .valid .icon[b-8y3n2i1wvb] {
            content: '✔';
            color: #2e7d32;
        }

    .password-requirements .invalid[b-8y3n2i1wvb] {
        color: #c0392b;
    }

        .password-requirements .invalid .icon[b-8y3n2i1wvb] {
            content: '✖';
            color: #c0392b;
        }

/* Transition visibility helpers */
.hidden[b-8y3n2i1wvb] {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.visible[b-8y3n2i1wvb] {
    opacity: 1;
    max-height: 100px;
}


[b-8y3n2i1wvb].inputs .hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

[b-8y3n2i1wvb].inputs .visible {
    opacity: 1;
    max-height: 100px;
}

.password-success-message[b-8y3n2i1wvb] {
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-message .icon[b-8y3n2i1wvb] {
        font-weight: bold;
    }

.password-success-list[b-8y3n2i1wvb] {
    list-style: none;
    padding: 0;
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-list .valid[b-8y3n2i1wvb] {
        color: #2e7d32;
        text-align: left;
    }

    .password-success-list .invalid[b-8y3n2i1wvb] {
        color: #c0392b;
        text-align: left;
    }

    .password-success-list .icon[b-8y3n2i1wvb] {
        margin-right: 6px;
        font-weight: bold;
    }

.actions-container[b-8y3n2i1wvb] {
    margin-top: 10px;
    display: flex;
}


@media (max-width: 640px) {
    .head[b-8y3n2i1wvb] {
        padding: 18px 20px;
    }

    .content[b-8y3n2i1wvb] {
        padding: 20px;
    }

    .password-field[b-8y3n2i1wvb] {
        grid-template-columns: 1fr auto;
    }
}




/* _content/TeamworX.PencilIN/Site/Pages/Account/PasswordReset.razor.rz.scp.css */
.page[b-cftydwsjmf] {
    flex-grow: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.container[b-cftydwsjmf] {
    width: 40vw;
}

[b-cftydwsjmf].container .section-container {
    display: flex;
    flex-direction: column;
}

.actions-container[b-cftydwsjmf] {
    display: flex;
}


.head[b-cftydwsjmf] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-cftydwsjmf] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-cftydwsjmf] {
        height: 48px;
        object-fit: contain;
    }

.content[b-cftydwsjmf] {
    padding: 28px 36px;
}

    .content h2[b-cftydwsjmf] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-cftydwsjmf] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }



    .content .lead[b-cftydwsjmf] {
        margin: 0 0 12px 0;
        color: #383b63;
        line-height: 1.55;
    }

.rules[b-cftydwsjmf] {
    margin: 8px 0 20px 0;
    padding-left: 18px;
    color: #585c87;
    font-size: 14px;
}

    .rules li[b-cftydwsjmf] {
        margin: 4px 0;
    }


.hint[b-cftydwsjmf] {
    margin-top: 6px;
    font-size: 13px;
    color: #6b6f99;
    text-align: right;
}

.smallprint[b-cftydwsjmf] {
    margin-top: 18px;
    font-size: 12px;
    color: #7a7fa8;
}

.content .expired-title[b-cftydwsjmf] {
    font-weight: 600;
    color: #b02a37;
}

[readonly][b-cftydwsjmf], [readonly="true"][b-cftydwsjmf] {
    opacity: 0.85;
    cursor: default;
}

button[b-cftydwsjmf],
.button-control[b-cftydwsjmf] {
    min-height: 40px;
}

:focus-visible[b-cftydwsjmf] {
    outline: 3px solid #605dff;
    outline-offset: 2px;
    border-radius: 8px;
}


.password-requirements[b-cftydwsjmf] {
    list-style: none;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-requirements li[b-cftydwsjmf] {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .password-requirements .icon[b-cftydwsjmf] {
        width: 18px;
        display: inline-block;
        margin-right: 6px;
        font-weight: bold;
    }

    .password-requirements .valid[b-cftydwsjmf] {
        color: #2e7d32;
    }

        .password-requirements .valid .icon[b-cftydwsjmf] {
            content: '✔';
            color: #2e7d32;
        }

    .password-requirements .invalid[b-cftydwsjmf] {
        color: #c0392b;
    }

        .password-requirements .invalid .icon[b-cftydwsjmf] {
            content: '✖';
            color: #c0392b;
        }

/* Transition visibility helpers */
.hidden[b-cftydwsjmf] {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.visible[b-cftydwsjmf] {
    opacity: 1;
    max-height: 100px;
}


[b-cftydwsjmf].inputs .hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

[b-cftydwsjmf].inputs .visible {
    opacity: 1;
    max-height: 100px;
}

.password-success-message[b-cftydwsjmf] {
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-message .icon[b-cftydwsjmf] {
        font-weight: bold;
    }

.password-success-list[b-cftydwsjmf] {
    list-style: none;
    padding: 0;
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-list .valid[b-cftydwsjmf] {
        color: #2e7d32;
        text-align: left;
    }

    .password-success-list .invalid[b-cftydwsjmf] {
        color: #c0392b;
        text-align: left;
    }

    .password-success-list .icon[b-cftydwsjmf] {
        margin-right: 6px;
        font-weight: bold;
    }


@media (max-width: 640px) {
    .head[b-cftydwsjmf] {
        padding: 18px 20px;
    }

    .content[b-cftydwsjmf] {
        padding: 20px;
    }

    .password-field[b-cftydwsjmf] {
        grid-template-columns: 1fr auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .container.glass[b-cftydwsjmf] {
        transition: none;
    }
}



@media (max-width: 1024px) {
    .container[b-cftydwsjmf] {
        width: 94vw;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Booking/BookingAvailabilityDialog.razor.rz.scp.css */
[b-gd7prj1oxb].booking-dialog .appointment-page {
    grid-column: span 4;
    max-height: 60vh;
}

[b-gd7prj1oxb].booking-dialog .appointment-page > .glass.cal-card {
    background: var(--main-body-color);
}

@media (max-width: 620px) {
    [b-gd7prj1oxb].booking-dialog .mud-picker.mud-picker-static {
        scale: 0.85;
    }
}

@media (max-width: 400px) {
    [b-gd7prj1oxb].booking-dialog .mud-picker.mud-picker-static{
        scale: 0.75;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Booking/BookingPage.razor.rz.scp.css */

.appointment-page[b-bgdejccqh2] {
    width: 40vw;
    z-index: 10;
}

.card-header .title[b-bgdejccqh2] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cal-card[b-bgdejccqh2] {
    padding: clamp(16px, 4vw, 24px);
    overflow-y: auto;
}

.company-shell:has(.images-carousel) .cal-card[b-bgdejccqh2] {
    max-height: calc(80vh - 350px);
}

.cal-card .card-header[b-bgdejccqh2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: unset;
    flex-direction: column;
}

.month-grid[b-bgdejccqh2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day-cell[b-bgdejccqh2] {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 12px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

    .day-cell:disabled[b-bgdejccqh2] {
        opacity: .5;
        cursor: not-allowed;
    }

.date[b-bgdejccqh2] {
    font-weight: 800;
}

.chips[b-bgdejccqh2] {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.dot[b-bgdejccqh2] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(0,0,0,.2);
}

    .dot.ok[b-bgdejccqh2] {
        background: rgba(var(--positive-color-rgba), 1);
        box-shadow: 0 0 0 3px rgba(var(--positive-color-rgba), .25);
    }

    .dot.off[b-bgdejccqh2] {
        background: rgba(0,0,0,.15);
    }

.slots-grid[b-bgdejccqh2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

    .slots-grid > div[b-bgdejccqh2] {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

.slots[b-bgdejccqh2] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.slot[b-bgdejccqh2] {
    width: 150px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 700;
}

    .slot:hover[b-bgdejccqh2] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

    .slot.selected[b-bgdejccqh2] {
        outline: 2px solid rgba(var(--primary-color-rgba), 1);
    }


[b-bgdejccqh2].appointment-page .mud-picker-calendar .button {
    margin: 3px 3px;
}

[b-bgdejccqh2].appointment-page .mud-picker-calendar-header-day .mud-day-label {
    width: 36px;
    margin: 0px 3px;
}

[b-bgdejccqh2].appointment-page .mud-picker-month-day {
    position: relative;
}


[b-bgdejccqh2].appointment-page .mud-picker-static {
    border-radius: 15px;
    width: fit-content;
}


[b-bgdejccqh2].appointment-page .mud-button-root::before,
[b-bgdejccqh2].appointment-page .mud-button-root::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

[b-bgdejccqh2].appointment-page .mud-button-root.has-morning::before {
    left: calc(50% - 6px);
    background-color: var(--positive-color);
    opacity: 1;
}

[b-bgdejccqh2].appointment-page .mud-button-root.has-evening::after {
    left: calc(50% + 6px);
    background-color: var(--positive-color);
    opacity: 1;
}

[b-bgdejccqh2].appointment-page .mud-button-root.limited-morning::before {
    left: calc(50% - 6px);
    background-color: var(--warning-color);
    opacity: 1;
}

[b-bgdejccqh2].appointment-page .mud-button-root.limited-evening::after {
    left: calc(50% + 6px);
    background-color: var(--warning-color);
    opacity: 1;
}


[b-bgdejccqh2].appointment-page .mud-button-root.unavailable-morning::before {
    left: calc(50% - 6px);
    background-color: var(--dot-grey);
    opacity: .4;
}

[b-bgdejccqh2].appointment-page .mud-button-root.unavailable-evening::after {
    left: calc(50% + 6px);
    background-color: var(--dot-grey);
    opacity: .4;
}

/* Layout */
.availability-legend[b-bgdejccqh2] {
    display: grid;
    gap: .5rem;
    font-size: 10px;
}

.legend-title[b-bgdejccqh2] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.legend-hint[b-bgdejccqh2] {
    margin: 0;
    color: var(--mud-palette-text-secondary, #666);
}

.legend-list[b-bgdejccqh2] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .25rem;
}

    .legend-list li[b-bgdejccqh2] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

.dots[b-bgdejccqh2] {
    position: relative;
    width: calc((var(--dot-size) * 2) + var(--dot-gap));
    height: var(--dot-size);
    display: inline-block;
}

    .dots[b-bgdejccqh2]::before,
    .dots[b-bgdejccqh2]::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: var(--dot-size);
        height: var(--dot-size);
        border-radius: 50%;
        opacity: .4;
        background: var(--dot-grey);
    }

    .dots[b-bgdejccqh2]::before {
        left: 0;
    }

    .dots[b-bgdejccqh2]::after {
        right: 0;
    }

.state-both-available[b-bgdejccqh2]::before,
.state-both-available[b-bgdejccqh2]::after {
    background: var(--positive-color);
    opacity: 1;
}

.state-morning-available[b-bgdejccqh2]::before {
    background: var(--positive-color);
    opacity: 1;
}

.state-afternoon-available[b-bgdejccqh2]::after {
    background: var(--positive-color);
    opacity: 1;
}

.state-limited-morning[b-bgdejccqh2]::before {
    background: var(--warning-color);
    opacity: 1;
}

.state-limited-afternoon[b-bgdejccqh2]::after {
    background: var(--warning-color);
    opacity: 1;
}

.state-none[b-bgdejccqh2]::before,
.state-none[b-bgdejccqh2]::after {
    background: var(--dot-grey);
    opacity: .4;
}




/* Wrapper */
.availability-helper[b-bgdejccqh2] {
    position: relative;
    display: inline-block;
    width: 30px;
}

/* Trigger button */
.availability-helper__trigger[b-bgdejccqh2] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: inherit;
}

/* Question mark icon */
.availability-helper__icon[b-bgdejccqh2] {
    width: 25px;
    height: 25px;
    border-radius: 999px;
    border: 2px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 700;
}

.availability-helper__icon:hover[b-bgdejccqh2] {
    color: var(--main-content-color);
    background: var(--primary-color);
}

/* Popover base */
.availability-helper__popover[b-bgdejccqh2] {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 1000;
    min-width: 260px;
    max-width: 320px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.availability-helper:hover .availability-helper__popover[b-bgdejccqh2] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Legend content tweaks (optional) */
.availability-legend[b-bgdejccqh2] {
    font-size: 0.9rem;
}

.legend-title[b-bgdejccqh2] {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.legend-hint[b-bgdejccqh2] {
    margin: 0 0 0.6rem;
}

.legend-list[b-bgdejccqh2] {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: var(--mud-palette-text-secondary, #666);
}

    .legend-list li[b-bgdejccqh2] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
    }

/* MOBILE: bottom sheet style */
/*@media (max-width: 767px) {
    .availability-helper__popover {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        max-width: none;
        min-width: 0;
        border-radius: 0.75rem 0.75rem 0 0;
        padding: 1rem 1.25rem;
        transform: translateY(8px);
    }
}
*/


@media (max-width: 1024px) {
    .appointment-page[b-bgdejccqh2] {
        width: 100%;
        margin-bottom: 30px;
    }

    .slots[b-bgdejccqh2] {
        width: 100%;
    }

        .slots li[b-bgdejccqh2] {
            display: flex;
        }

        .slots .slot[b-bgdejccqh2] {
            width: unset;
            flex-grow: 1;
        }
}

@media (max-width: 600px) {
    .card-header > div:nth-child(1)[b-bgdejccqh2] {
        transform: scale(.92);
    }
}

@media (max-width: 400px) {
    .card-header > div:nth-child(1)[b-bgdejccqh2] {
        transform: scale(.82);
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Booking/ConfirmationPage.razor.rz.scp.css */
.confirm-wrap[b-fcxe49tw4v] {
    width: 40vw;
    color: var(--text);
    overflow: auto;
    padding-top: clamp(16px, 4vw, 24px);
    padding-bottom: clamp(16px, 4vw, 24px);
    z-index: 10;
}

.company-shell:has(.images-carousel) .confirm-wrap[b-fcxe49tw4v] {
    max-height: calc(80vh - 350px);
}


.confirmation-container[b-fcxe49tw4v] {
    padding: 10px;
}

.confirm-header[b-fcxe49tw4v] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
    padding: 0px 15px;
}

    .confirm-header h2[b-fcxe49tw4v] {
        margin: 0;
        font-size: clamp(1.2rem, 1.4vw + 1rem, 1.8rem);
        letter-spacing: .2px;
    }

.confirm-sub[b-fcxe49tw4v] {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
    padding: 0 10px;
}

.confirm-grid[b-fcxe49tw4v] {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    margin-block: 14px 18px;
    padding: 0 10px;
}

.confirm-card[b-fcxe49tw4v] {
    grid-column: span 6; /* 2-up on desktop */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-height: 92px;
}



.card-icon[b-fcxe49tw4v] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

[b-fcxe49tw4v].card-icon svg {
    height: 22px;
    width: 22px;
    fill: var(--primary-color);
}

.card-content[b-fcxe49tw4v] {
    min-width: 0;
}

.card-label[b-fcxe49tw4v] {
    font-size: .60rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-bottom: 2px;
}

.card-value[b-fcxe49tw4v] {
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.35;
}

.card-sub[b-fcxe49tw4v] {
    color: var(--muted);
    font-size: .7rem;
    margin-top: 2px;
    white-space: pre-line;
}

.notes[b-fcxe49tw4v] {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed var(--line);
}

.notes-label[b-fcxe49tw4v] {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.notes-input[b-fcxe49tw4v] {
    width: 100%;
    min-height: 110px;
    border-radius: 12px;
}

.notes-hint[b-fcxe49tw4v] {
    margin: 6px 0 0 0;
    color: var(--muted);
    font-size: .9rem;
    margin-left: 15px;
}

.confirm-actions[b-fcxe49tw4v] {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn[b-fcxe49tw4v] {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary[b-fcxe49tw4v] {
    background: var(--primary-color);
    color: #fff;
    border-color: color-mix(in srgb, var(--primary-color) 60%, #0000);
}

.btn-ghost[b-fcxe49tw4v] {
    background: transparent;
    color: var(--text);
}



[b-fcxe49tw4v].notes .input-container {
    width: auto;
}

.client-details[b-fcxe49tw4v] {
    margin-top: 14px;
    padding: 0px 15px;
}

[b-fcxe49tw4v].client-details .input-container {
    margin-left: 0px;
}


[b-fcxe49tw4v].confirmation-container .form-container .section-container {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
}

.confirm-complete-wrap[b-fcxe49tw4v] {
    margin-top: 20px;
}

    .confirm-complete-wrap .confirm-card[b-fcxe49tw4v] {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--glass-border);
        background: var(--glass-bg);
        margin: 0px 10px;
    }

    .confirm-complete-wrap .icon-circle[b-fcxe49tw4v] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef3ff;
        color: #2d5bff;
        margin-bottom: 1rem;
    }

    .confirm-complete-wrap h1[b-fcxe49tw4v] {
        margin: 0 0 .25rem 0;
        font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    }

    .confirm-complete-wrap .lead[b-fcxe49tw4v] {
        margin: 0 0 1rem 0;
        color: #3a3a3a;
        font-size: 1rem;
    }

    .confirm-complete-wrap .summary[b-fcxe49tw4v] {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        padding: .75rem 1rem;
        background: #fcfcff;
        margin: 1rem 0;
    }

    .confirm-complete-wrap .summary-row[b-fcxe49tw4v] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .confirm-complete-wrap .summary-label[b-fcxe49tw4v] {
        color: #666;
    }

    .confirm-complete-wrap .summary-value[b-fcxe49tw4v] {
        font-weight: 600;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    .confirm-complete-wrap .next-steps[b-fcxe49tw4v] {
        margin: 1rem 0 1.25rem 1.25rem;
        color: #363636;
    }

    .confirm-complete-wrap .actions[b-fcxe49tw4v] {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: .75rem;
    }

    .confirm-complete-wrap .help[b-fcxe49tw4v] {
        margin: 0;
        color: #666;
        font-size: .95rem;
    }

[b-fcxe49tw4v].confirm-actions .button.cancel {
    color: var(--primary-color-text);
    fill: var(--primary-color-text);
    border: solid 1px var(--primary-color-text);
}



.booking-payment-layout[b-fcxe49tw4v] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.payment-summary[b-fcxe49tw4v],
.booking-payment-panel[b-fcxe49tw4v] {
    padding: 1.25rem 1.5rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

    .payment-summary h3[b-fcxe49tw4v],
    .booking-payment-panel h3[b-fcxe49tw4v] {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

    .payment-summary dl[b-fcxe49tw4v] {
        margin: 0;
    }

        .payment-summary dl > div[b-fcxe49tw4v] {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #e5e7eb;
            padding: 0.4rem 0;
        }

    .payment-summary dt[b-fcxe49tw4v] {
        font-weight: 500;
        color: #4b5563;
    }

    .payment-summary dd[b-fcxe49tw4v] {
        margin: 0;
        font-weight: 600;
        color: #111827;
    }


/* Base radio look */
input[type="radio"][b-fcxe49tw4v] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background-color: #ffffff; /* unselected = white */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    /* Selected state */
    input[type="radio"]:checked[b-fcxe49tw4v] {
        background-color: var(--primary-color); /* selected = primary colour */
    }

        /* Optional: inner dot if you want white centre when selected */
        input[type="radio"]:checked[b-fcxe49tw4v]::after {
            content: "";
            position: absolute;
            inset: 3px;
            border-radius: 50%;
            background-color: #ffffff; /* inner dot colour */
        }

    /* Optional: keyboard focus */
    input[type="radio"]:focus-visible[b-fcxe49tw4v] {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }

.account-buttons[b-fcxe49tw4v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (prefers-contrast: more) {
    .confirm-complete-wrap .summary[b-fcxe49tw4v] {
        border-color: #c8c8d2;
    }
}

@media (max-width: 1024px) {
    .confirm-wrap[b-fcxe49tw4v] {
        width: 100%;
        margin-bottom: 30px;
    }

    .confirm-grid[b-fcxe49tw4v] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-fcxe49tw4v] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-fcxe49tw4v] {
        width: fit-content;
        height: fit-content;
        display: flex;
        justify-content: flex-end;
        padding: 3px;
    }

    [b-fcxe49tw4v].confirm-wrap .section-container {
        margin: unset;
        margin-top: 10px;
    }

    [b-fcxe49tw4v].confirm-wrap .grid-col-2,
    [b-fcxe49tw4v].confirm-wrap .grid-col-3,
    [b-fcxe49tw4v].confirm-wrap .grid-col-4 {
        grid-column: span 2;
    }

    .account-buttons[b-fcxe49tw4v] {
        flex-direction: column;
    }

}

/* Print-friendly tweaks */
@media print {
    .confirm-wrap[b-fcxe49tw4v] {
        box-shadow: none;
    }

    .confirm-card[b-fcxe49tw4v] {
        box-shadow: none;
    }

    .confirm-actions[b-fcxe49tw4v] {
        display: none;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Booking/ListBookings.razor.rz.scp.css */
[b-ci94vv3jrh].booking-results .datagrid-body .grid-actions {
    width: 30px;
    font-size: 0px;
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/CompanyInfo/AvailabilityDisplay.razor.rz.scp.css */
.card[b-g46v6pkghu] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
    box-shadow: var(--shadow);
    padding: 12px 14px;
    min-width: 0; /* allow content to shrink inside grid tracks */
}

.hours[b-g46v6pkghu] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 10px;
    margin: 0;
}

    .hours > div[b-g46v6pkghu] {
        display: contents;
    }

    .hours dt[b-g46v6pkghu] {
        color: #111827;
        font-weight: 600;
    }

    .hours dd[b-g46v6pkghu] {
        margin: 0;
        color: #374151;
    }

@media (min-width: 1400px) {
    .card[b-g46v6pkghu] {
        padding: 14px 16px;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/CompanyInfo/CompanyInformation.razor.rz.scp.css */
/* Container stays flexible inside a 40vw parent */
.info-tab[b-edaxr9aqg4] {
    --radius: 15px;
    --border: #e8e8ec;
    --bg: #fff;
    --muted: #6b7280;
    --title: #111827;
    --shadow: 0 6px 18px rgba(0,0,0,.06);
    display: grid;
    gap: 14px;
    max-width: 100%;
    padding: clamp(16px, 4vw, 24px);
    padding-top: 0;
    padding-bottom: 5px;
}

/* Hero keeps a simple block layout (reads well in narrow columns) */
.info-hero[b-edaxr9aqg4] {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
}

/* Cards: AUTO-FIT columns based on available width in this 40vw container */
.info-cards[b-edaxr9aqg4] {
    display: grid;
    gap: 12px;
    /* Each card wants at least 260px, but will shrink to 100% if needed.
     This means: 3-up if ~≥780px available, 2-up if ~≥520px, otherwise 1-up. */
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));

}

.card[b-edaxr9aqg4] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
    box-shadow: var(--shadow);
    padding: 12px 14px;
    min-width: 0; /* allow content to shrink inside grid tracks */
}

/* Contact list stays tidy in narrow widths */
.contact-list[b-edaxr9aqg4] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.contact-link[b-edaxr9aqg4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0; /* text can truncate */
    color: #0f172a;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 10px;
    transition: background .2s ease, box-shadow .2s ease, transform .08s ease;
}

    .contact-link .icon[b-edaxr9aqg4] {
        height: 25px;
        width: 20px;
        fill: url(#icon-gradient);
    }

    .contact-link span[b-edaxr9aqg4] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .contact-link:hover .icon[b-edaxr9aqg4] {
        -webkit-animation: bounceright .3s alternate ease infinite;
        animation: bounceright .3s alternate ease infinite;
    }
    

/* Staff grid: auto-fit avatars; collapses naturally */
.staff-grid[b-edaxr9aqg4] {
    --cell: 88px; /* avatar cell target width */
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell), 1fr));
}

.name[b-edaxr9aqg4] {
    display: block;
    margin-top: 6px;
    font-size: .95rem;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Extras row keeps to a single line or wraps if too narrow */
.info-extras[b-edaxr9aqg4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.badges[b-edaxr9aqg4] {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
}

    .badges li[b-edaxr9aqg4] {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: #fff;
    }

/* Brand header tweaks for narrow spaces */
.info-brand[b-edaxr9aqg4] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.info-title[b-edaxr9aqg4] {
    margin: 0;
    font-weight: 700;
    color: var(--title);
    font-size: clamp(1rem, 1.2vw + .8rem, 1.25rem);
}

.info-subtitle[b-edaxr9aqg4], .info-about[b-edaxr9aqg4] {
    margin: 2px 0 0;
    color: #374151;
    line-height: 1.45;
}

.staff-item[b-edaxr9aqg4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.staff-item:hover[b-edaxr9aqg4] {
    cursor:pointer;
}

/* Optional: when the whole page is really wide,
   give the 40vw column a little more breathing room inside the cards */
@media (min-width: 1400px) {
    .card[b-edaxr9aqg4] {
        padding: 14px 16px;
    }
}

@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(3px);
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/CompanyInfo/SocialLinksDisplay.razor.rz.scp.css */
.twx-social-icons[b-pdd2dvn27f] {
    fill: url(#icon-gradient);
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/CompanyPage.razor.rz.scp.css */
/* company page background */
.company-bg-animated[b-n7g2ponpqn] {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(40% 30% at 20% 20%, rgba(var(--primary-color-rgba), .18), transparent 60%), radial-gradient(35% 30% at 80% 25%, rgba(var(--secondary-color-rgba), .14), transparent 60%), radial-gradient(30% 25% at 50% 80%, rgba(var(--tertiary-color-rgba), .12), transparent 60%), var(--main-body-color);
    filter: saturate(120%);
    animation: floatGrad-b-n7g2ponpqn 18s ease-in-out infinite alternate;
}

@keyframes floatGrad-b-n7g2ponpqn {
    0% {
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        transform: translate3d(0,-12px,0) scale(1.02);
    }
}


.company-shell[b-n7g2ponpqn] {
    position: relative;
    justify-items: center;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}


.map-container[b-n7g2ponpqn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .4;
    z-index: 1;
}

[b-n7g2ponpqn].map-container .twx-map {
    height: 100vh;
    width: 100vw;
}

[b-n7g2ponpqn].company-shell .division-card,
[b-n7g2ponpqn].company-shell .stepper {
    z-index: 10;
}

[b-n7g2ponpqn].map-container:has(.leaflet-marker-icon:hover) {
    opacity: .8;
}





.company-shell[b-n7g2ponpqn] {
    position: relative;
    justify-items: center;
}

[b-n7g2ponpqn].company-shell .stepper {
    position: absolute;
    width: 100%;
}

[b-n7g2ponpqn].company-shell:not(:has(.division-card)) .stepper {
    width: 40vw;
    transition: width 1s ease-in-out;
}

.map-container[b-n7g2ponpqn] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .4;
    z-index: 1;
    transition: height ease-in-out 1s, opacity ease-in-out .6s, top ease-in-out 1s, width ease-in-out 1s;
}

[b-n7g2ponpqn].map-container .twx-map {
    height: 90vh;
    width: 100%;
}

[b-n7g2ponpqn].company-shell .division-card {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
}

[b-n7g2ponpqn].company-shell .grid {
    position: absolute;
    top: 320px;
}

.map-container.selected[b-n7g2ponpqn] {
    top: 65px;
    opacity: 1;
    height: 225px;
    width: 40vw;
}

[b-n7g2ponpqn].map-container.selected .twx-map {
    height: 155px;
    width: 100%;
    transition: height ease-in-out 1s;
}

.map-container .profile-container[b-n7g2ponpqn] {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10000;
    background: var(--main-content-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    border-radius: 50%;
}

.profile-container .profile-image[b-n7g2ponpqn] {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.profile-container .profile-image img[b-n7g2ponpqn] {
    object-fit: cover;
}

.image-container[b-n7g2ponpqn] {
    visibility: hidden;
    height: 0px;
}

[b-n7g2ponpqn].image-container .images-carousel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.image-container.visible[b-n7g2ponpqn] {
    height: 10vh;
    visibility: visible;
}

[b-n7g2ponpqn].image-container.visible .images-carousel {
    height: unset;
    overflow: unset;
    opacity: 1;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability:hover {
    width: 120px;
}


[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation:hover {
    width: 130px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability.active {
    width: 120px;
}

    [b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability.active .label {
        opacity: 1;
    }

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation.active {
    width: 130px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation.active .label{
    opacity: 1;
}

@media (max-width: 1024px) {
    .map-container.selected[b-n7g2ponpqn] {
        width: 94vw;
    }
}


@media (max-width: 1024px) {

    [b-n7g2ponpqn].company-shell:not(:has(.division-card)) .stepper {
        width: 100%;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/DivisionSelector.razor.rz.scp.css */

.globe-wrap[b-84gnuc53t9] {
    position: relative;
    margin-top: 16px;
    border-radius: var(--glass-radius);
    overflow: hidden;
}

    .globe-wrap canvas[b-84gnuc53t9] {
        width: 100%;
        height: auto;
        display: block;
    }

.search-row[b-84gnuc53t9] {
    min-width: 410px;
    width: 40%;
}

[b-84gnuc53t9].search-row input {
    background: var(--main-content-color);
}

.division-card[b-84gnuc53t9] {
    padding: clamp(16px, 4vw, 24px);
    color: var(--primary-color-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.division-card-item[b-84gnuc53t9] {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    width: 100%;
    text-align: left;
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 12px;
    cursor: pointer;
    align-items: center;
}

    .division-card-item:hover[b-84gnuc53t9] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

.division-card-left[b-84gnuc53t9] {
    display: grid;
    place-items: center;
}

.division-logo[b-84gnuc53t9] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: rgba(var(--primary-color-rgba), .12);
    font-weight: 800;
}

    .division-logo img[b-84gnuc53t9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.division-card-body[b-84gnuc53t9] {
    min-width: 0;
}

.division-title[b-84gnuc53t9] {
    font-weight: 800;
    line-height: 1.2;
}

.division-address[b-84gnuc53t9] {
    color: var(--muted-text-color);
    font-size: .95rem;
    margin-top: 4px;
}

.division-stats[b-84gnuc53t9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.chip[b-84gnuc53t9] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--glass-border);
    background: rgba(var(--main-content-color-rgba), .6);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: .9rem;
}

    .chip.accent[b-84gnuc53t9] {
        background: rgba(var(--primary-color-rgba), .1);
        border-color: rgba(var(--primary-color-rgba), .25);
    }

.division-card-right .cta[b-84gnuc53t9] {
    font-weight: 800;
    color: var(--primary-color);
}

.division-card .grid[b-84gnuc53t9] {
    margin-top: 12px;
    padding-right: 2rem;
}


    .division-card .grid li[b-84gnuc53t9] {
        display: flex;
        margin-bottom: 10px;
    }

[b-84gnuc53t9].division-card .loading-container {
    min-height: 200px;
    height: unset;
}

.grid[b-84gnuc53t9] {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

    .grid li[b-84gnuc53t9] {
        display:flex;
        width: 30vw;
        max-width: 600px;
    }


@media (max-width: 1024px) {
    .search-row[b-84gnuc53t9] {
        min-width: unset;
        width: 100%;
    }

    .grid[b-84gnuc53t9] {
        width: 80%;
    }

        .grid li[b-84gnuc53t9] {
            width: 100%;
            max-width: unset;
        }
}


@media (max-width: 400px) {
    .search-row input[b-84gnuc53t9] {
    width: 1px;
    }
}


/* _content/TeamworX.PencilIN/Site/Pages/Company/ReviewsCarousel.razor.rz.scp.css */
.reviews-carousel[b-sg085hclhp] {
    overflow: hidden;
    border-radius: var(--glass-radius);
}

.reviews-track[b-sg085hclhp] {
    display: flex;
    gap: 12px;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 8px;
}

.review-card[b-sg085hclhp] {
    min-width: 70%;
    flex: 0 0 70%;
    scroll-snap-align: center;
    padding: 14px;
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    background: var(--glass-bg);
}

    .review-card .stars[b-sg085hclhp] {
        font-size: 1.1rem;
    }

    .review-card p[b-sg085hclhp] {
        margin: 8px 0;
        color: var(--muted-text-color);
    }

    .review-card .author[b-sg085hclhp] {
        font-weight: 700;
    }
/* _content/TeamworX.PencilIN/Site/Pages/Company/ServiceImages/ImageCarousel.razor.rz.scp.css */
.images-carousel[b-nprn0ueebg] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 8px 48px;
    z-index: 10;

}

    /* arrows */
    .images-carousel .nav[b-nprn0ueebg] {
        position: absolute;
        bottom: 5%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,.06);
        cursor: pointer;
        display: grid;
        place-items: center;
    }

        .images-carousel .nav:hover[b-nprn0ueebg] {
            background: #f7f7f7;
        }

        .images-carousel .nav.prev[b-nprn0ueebg] {
            left: 8px;
        }

        .images-carousel .nav.next[b-nprn0ueebg] {
            right: 8px;
        }

    /* viewport & track */
    .images-carousel .viewport[b-nprn0ueebg] {
        overflow: visible;
    }

.images-track[b-nprn0ueebg] {
    display: flex;
    align-items: flex-end;
    gap: var(--gap, 10px);
    will-change: transform;
    margin-left: 15px;
    margin-right: 15px;
}

/* cell sizing: 10 across using gap calc */
.img-cell[b-nprn0ueebg] {
    width: 100%;
    display: grid;
    place-items: center;
    transition: transform .25s ease, opacity .25s ease, filter .25s ease;
    transform-origin: center;
    opacity: .6;
    filter: saturate(.9);
    z-index: 0;
    transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

    .img-cell picture[b-nprn0ueebg] {
        width: 100%;
    }

    .img-cell img[b-nprn0ueebg] {
        width: 100%;
        height: 10vh;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid var(--glass-border, #eee);
        display: block;
        user-select: none;
        -webkit-user-drag: none;
        transition: height .35s ease, width .35s ease, box-shadow .35s ease, transform .35s ease;
    }

    .img-cell.active[b-nprn0ueebg] {
        opacity: 1;
        filter: none;
        z-index: 1;
        width:0px;
        margin-right: 20vw;
        position: relative;

    }


        .img-cell.active img[b-nprn0ueebg] {
            height: 40vh;
            width: 20vw;
            position: absolute;
            left: 0;
            bottom: 0;
            box-shadow: 0 12px 32px rgba(0,0,0,.18);
        }

    .img-cell:hover[b-nprn0ueebg] {
        cursor: pointer;
        opacity: 1;
    }

@media (prefers-reduced-motion: reduce) {
    .img-cell[b-nprn0ueebg], .img-cell img[b-nprn0ueebg] {
        transition: none !important;
    }
}




/* base transitions (unchanged) */
.img-cell[b-nprn0ueebg] {
    transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

    /* container still makes the active slot “big” */
    .img-cell.active[b-nprn0ueebg] {
        opacity: 1;
        filter: none;
        position: relative;
        z-index: 1;
    }

        .img-cell.active img[b-nprn0ueebg] {
            height: 40vh;
            width: 20vw;
            position: absolute;
            left: 0;
            bottom: 0;
            box-shadow: 0 12px 32px rgba(0,0,0,.18);
            transition: height .35s ease, width .35s ease, box-shadow .35s ease, transform .35s ease, opacity .35s ease;
        }

/* animate in whenever a new active <img> is mounted */
.active-img[b-nprn0ueebg] {
    animation: growIn-b-nprn0ueebg .35s ease both;
}

@keyframes growIn-b-nprn0ueebg {
    from {
        opacity: 0;
        transform: scale(.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .img-cell[b-nprn0ueebg], .img-cell img[b-nprn0ueebg] {
        transition: none !important;
        animation: none !important;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/ServiceImages/ListImages.razor.rz.scp.css */

.image-list[b-nktumn0tcb] {
    display: block;
    padding: clamp(16px, 4vw, 24px);
    padding-top: 0;
    padding-bottom: 5px;
}

.division-block[b-nktumn0tcb] {
    border-radius: 12px;
    margin-bottom: 18px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 15px;
}

.division-head[b-nktumn0tcb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

    .division-head .left[b-nktumn0tcb] {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .division-head .name[b-nktumn0tcb] {
        font-weight: 700;
    }

    .division-head .sub[b-nktumn0tcb] {
        color: #777;
        font-size: 12px;
    }

    .division-head .avatar[b-nktumn0tcb] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
    }

.thumb-grid[b-nktumn0tcb] {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.thumb[b-nktumn0tcb] {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
}

    .thumb img[b-nktumn0tcb] {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
        cursor: pointer;
    }

.empty[b-nktumn0tcb] {
    padding: 14px;
    color: #777;
}

.grid-skeleton[b-nktumn0tcb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    padding: 12px;
}

.skel[b-nktumn0tcb] {
    height: 140px;
    border-radius: 10px;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
    background-size: 400% 100%;
    animation: shimmer-b-nktumn0tcb 1.2s infinite linear;
}

.thumb > .icon[b-nktumn0tcb] {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--main-content-color);
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(136, 165, 191, 0.48) -6px -2px 16px 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    visibility: hidden;
}

    .thumb > .icon:hover[b-nktumn0tcb] {
        cursor: pointer;
    }

[b-nktumn0tcb].thumb > .icon svg {
    width: 32px;
    height: 32px;
    fill: url(#icon-gradient);
    fill: rgba(96, 93, 255, 0.2);
}

[b-nktumn0tcb].thumb > .icon.selected svg {
    fill: url(#icon-gradient);
}

.thumb > .icon.selected[b-nktumn0tcb] {
    visibility: visible;
}

.thumb:hover .icon[b-nktumn0tcb] {
    visibility: visible;
}

@keyframes shimmer-b-nktumn0tcb {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Company/ServiceSelector.razor.rz.scp.css */
.service-page[b-7x5ejds08b] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.svc-shell[b-7x5ejds08b] {
    width: 40vw;
}

/* Grid behavior */
.svc-grid[b-7x5ejds08b] {
    display: flex;
    flex-direction: column;
}

.svc-main[b-7x5ejds08b] {
    grid-area: main;
    padding: clamp(16px, 4vw, 24px);
    padding-top: 0;
    padding-bottom: 5px;
    animation: fadeUp-b-7x5ejds08b .5s ease both;
    overflow-y: auto;
    max-height: calc(80vh - 365px);
}

.svc-reviews[b-7x5ejds08b] {
    grid-area: reviews;
    padding: 12px;
    position: sticky;
    top: calc(var(--header-h) + 10px);
    height: fit-content;
    animation: slideIn-b-7x5ejds08b .6s ease .1s both;
}

.svc-images[b-7x5ejds08b] {
    grid-area: images;
    padding: 12px;
    animation: fadeUp-b-7x5ejds08b .6s ease .15s both;
}

.svc-blurb[b-7x5ejds08b] {
    grid-area: blurb;
    padding: 12px;
    animation: fadeUp-b-7x5ejds08b .6s ease .2s both;
}

@keyframes fadeUp-b-7x5ejds08b {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideIn-b-7x5ejds08b {
    from {
        opacity: 0;
        transform: translateX(12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.map-container[b-7x5ejds08b] {
    width: 100%;
    position: relative;
}

/* Header + list */
.svc-header[b-7x5ejds08b] {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    align-items: center;
}

    .svc-logo[b-7x5ejds08b] {
        width: 5vw;
        height: 5vw;
        border-radius: 10px;
        border: solid 2px rgba(var(--primary-color-rgba), .12);
        object-fit: contain;
        max-width: 150px;
        max-height: 150px;
    }

.member-row[b-7x5ejds08b] {
    display: grid;
    gap: 6px;
    margin: 8px 0 12px;
}

.label[b-7x5ejds08b] {
    font-weight: 700;
    color: var(--muted-text-color);
}

.svc-list[b-7x5ejds08b] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
}

.svc-list .title[b-7x5ejds08b] {
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
}

    .svc-list .group-title[b-7x5ejds08b] {
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        color: var(--primary-color);
    }

.svc-item[b-7x5ejds08b] {
    text-align: left;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 15px;
    padding: 3px 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

    .svc-item .svc-meta:nth-child(1)[b-7x5ejds08b] {
        flex-grow:1;
    }

    .svc-item .svc-meta:nth-child(2)[b-7x5ejds08b] {
        text-align: right;
    }

    .svc-item:hover[b-7x5ejds08b] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

.svc-title[b-7x5ejds08b],
.svc-meta .price[b-7x5ejds08b] {
    font-weight: 600;
}

.svc-item .svc-sub[b-7x5ejds08b] {
    color: rgba(var(--text-color-rgba), .7);
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: .09px;
    font-weight: 400;
}

.svc-meta .duration[b-7x5ejds08b] {
    color: rgba(var(--text-color-rgba), .7);
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: .09px;
    font-weight: 400;
}

.svc-item button[b-7x5ejds08b] {
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--main-content-color);
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
}

.svc-meta[b-7x5ejds08b] {
    display: flex;
    margin-top: 6px;
    font-weight: 700;
    flex-direction: column;
}

.panel-title[b-7x5ejds08b] {
    font-weight: 800;
    margin: 0 0 8px;
}

.blurb-body[b-7x5ejds08b] {
    color: var(--muted-text-color);
}

[b-7x5ejds08b].svc-shell .tab-container {
    width: 100%;
}

[b-7x5ejds08b].svc-shell .tab-contents {
    background: unset;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: var(--glass-radius);
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

[b-7x5ejds08b].svc-shell .tab-container .tab {
    flex-grow:1;
    min-width: unset;
}

[b-7x5ejds08b].svc-shell .tab-contents {
    position: relative;
    z-index: 20;
}


/* Panels hidden by tabs on small screens */
@media (max-width: 1024px) {
    [data-panel][hidden][b-7x5ejds08b] {
        display: none !important;
    }

    .svc-shell[b-7x5ejds08b] {
        width: 94vw;
        margin-bottom: 40px;
    }

    .svc-main[b-7x5ejds08b] {
        max-height: calc(80vh - 240px);
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Home.razor.rz.scp.css */
.page[b-ok8vj6rqwt]::after {
    content: "";
    position: absolute;
    bottom: -130px;
    right: 0;
    width: 100%;
    height: 90%;
    background: url(/images/home-background.png) bottom right / contain no-repeat;
    opacity: 0.6;
    z-index: -2;
    filter: blur(1px);
    mask: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0, black 12%, black 88%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0, black 12%, black 88%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: destination-in;
    rotate: 15deg;
}

.page[b-ok8vj6rqwt] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes gradient-b-ok8vj6rqwt {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.container[b-ok8vj6rqwt] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body:has(.app-header.sticky-header) .page .container[b-ok8vj6rqwt] {
    margin-top: 10vh;
}


.home-hero[b-ok8vj6rqwt] {
    display: grid;
    gap: 18px;
    padding: clamp(16px, 4vw, 36px);
}

.hero-title[b-ok8vj6rqwt] {
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.2;
    font-weight: 800;
    filter: drop-shadow(1px 2px 10px #fff);
}

.hero-sub[b-ok8vj6rqwt] {
    color: var(--muted-text-color);
    font-weight: 500;
}

.search-row[b-ok8vj6rqwt] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.input[b-ok8vj6rqwt] {
    width: 100%;
    font: inherit;
    color: var(--text-color);
    background: rgba(var(--main-content-color-rgba), .65);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 12px 14px;
}

.search-btn[b-ok8vj6rqwt] {
    composes: btn-primary;
}

/* Company results grid */
.grid[b-ok8vj6rqwt] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(1, 1fr);
    max-height: 0vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: max-height 1s ease-in-out;
}

    .grid.visible[b-ok8vj6rqwt] {
        max-height: 58vh;
    }


.company-card[b-ok8vj6rqwt] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 14px;
    align-items: center;
    text-decoration: none;
    box-shadow: unset;
}

    .company-card:hover[b-ok8vj6rqwt] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
        transform: scale(0.95);
        transition: transform .5s ease, outline .5s ease;
    }

.company-logo[b-ok8vj6rqwt] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: rgba(var(--primary-color-rgba), .12);
}

.company-name[b-ok8vj6rqwt] {
    font-weight: 700;
    color: var(--primary-color);
    filter: drop-shadow(1px 2px 10px #fff);
}

.company-tags[b-ok8vj6rqwt] {
    color: var(--muted-text-color);
    font-size: 0.9rem;
}


.field-input:focus[b-ok8vj6rqwt] {
    border: solid 2px var(--tertiary-color);
}

input:focus-visible[b-ok8vj6rqwt] {
    outline: unset !important;
}


.btn-primary:focus[b-ok8vj6rqwt] {
    border-color: unset;
    box-shadow: unset;
}

.btn-primary:focus-visible[b-ok8vj6rqwt] {
    outline: unset;
}

@media (min-width: 640px) {
    .grid[b-ok8vj6rqwt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .grid[b-ok8vj6rqwt] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .page[b-ok8vj6rqwt]::after {
        rotate:unset;
        bottom:0px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 300px;
    }
}



/* _content/TeamworX.PencilIN/Site/Pages/Payment/PaymentConfirmation.razor.rz.scp.css */
.confirm-complete-wrap[b-bwyui3qano] {
    margin-top: 20px;
}

.confirm-grid[b-bwyui3qano] {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    margin-block: 14px 18px;
    padding: 0 10px;
}

.confirm-card[b-bwyui3qano] {
    grid-column: span 6; /* 2-up on desktop */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-height: 92px;
}



.card-icon[b-bwyui3qano] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}



    .confirm-complete-wrap .confirm-card[b-bwyui3qano] {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--glass-border);
        background: var(--glass-bg);
        margin: 0px 10px;
    }

    .confirm-complete-wrap .icon-circle[b-bwyui3qano] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef3ff;
        color: #2d5bff;
        margin-bottom: 1rem;
    }

    .confirm-complete-wrap h1[b-bwyui3qano] {
        margin: 0 0 .25rem 0;
        font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    }

    .confirm-complete-wrap .lead[b-bwyui3qano] {
        margin: 0 0 1rem 0;
        color: #3a3a3a;
        font-size: 1rem;
    }

    .confirm-complete-wrap .summary[b-bwyui3qano] {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        padding: .75rem 1rem;
        background: #fcfcff;
        margin: 1rem 0;
    }

    .confirm-complete-wrap .summary-row[b-bwyui3qano] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .confirm-complete-wrap .summary-label[b-bwyui3qano] {
        color: #666;
    }

    .confirm-complete-wrap .summary-value[b-bwyui3qano] {
        font-weight: 600;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    .confirm-complete-wrap .next-steps[b-bwyui3qano] {
        margin: 1rem 0 1.25rem 1.25rem;
        color: #363636;
    }

    .confirm-complete-wrap .actions[b-bwyui3qano] {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: .75rem;
    }

    .confirm-complete-wrap .help[b-bwyui3qano] {
        margin: 0;
        color: #666;
        font-size: .95rem;
    }

[b-bwyui3qano].confirm-actions .button.cancel {
    color: var(--primary-color-text);
    fill: var(--primary-color-text);
    border: solid 1px var(--primary-color-text);
}

.confirm-actions[b-bwyui3qano] {
    margin: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}


@media (prefers-contrast: more) {
    .confirm-complete-wrap .summary[b-bwyui3qano] {
        border-color: #c8c8d2;
    }
}


@media (min-width: 920px) {
    .confirm-card[b-bwyui3qano] {
        grid-column: span 4;
    }
    /* 3-up */
}


@media (max-width: 1024px) {
    .confirm-wrap[b-bwyui3qano] {
        width: 100%;
        margin-bottom: 30px;
    }

    .confirm-grid[b-bwyui3qano] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-bwyui3qano] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-bwyui3qano] {
        width: unset;
        height: unset;
        place-items: flex-end;
    }

    [b-bwyui3qano].confirm-wrap .section-container {
        margin: unset;
        margin-top: 10px;
    }
}

/* Print-friendly tweaks */
@media print {
    .confirm-wrap[b-bwyui3qano] {
        box-shadow: none;
    }

    .confirm-card[b-bwyui3qano] {
        box-shadow: none;
    }

    .confirm-actions[b-bwyui3qano] {
        display: none;
    }
}
/* _content/TeamworX.PencilIN/Site/Pages/Payment/PaymentPage.razor.rz.scp.css */
.booking-payment-layout[b-15kabhylln] {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
}

.booking-summary[b-15kabhylln],
.booking-payment-panel[b-15kabhylln] {
    padding: 1.25rem 1.5rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

    .booking-summary h3[b-15kabhylln],
    .booking-payment-panel h3[b-15kabhylln] {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

    .booking-summary dl[b-15kabhylln] {
        margin: 0;
    }

        .booking-summary dl > div[b-15kabhylln] {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #e5e7eb;
            padding: 0.4rem 0;
        }

    .booking-summary dt[b-15kabhylln] {
        font-weight: 500;
        color: #4b5563;
    }

    .booking-summary dd[b-15kabhylln] {
        margin: 0;
        font-weight: 600;
        color: #111827;
    }

.payment-choice[b-15kabhylln] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

    .payment-choice label[b-15kabhylln] {
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

.primary-btn[b-15kabhylln] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #635bff, #00d4ff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(64, 87, 109, 0.25);
    transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, opacity 0.1s;
}

    .primary-btn:hover:not(:disabled)[b-15kabhylln] {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(64, 87, 109, 0.3);
    }

    .primary-btn:disabled[b-15kabhylln] {
        opacity: 0.65;
        cursor: default;
    }

.error[b-15kabhylln] {
    margin-top: 0.5rem;
    color: #b91c1c;
    font-size: 0.85rem;
}

.actions-container[b-15kabhylln] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .booking-payment-layout[b-15kabhylln] {
        grid-template-columns: minmax(0, 1fr);
    }

    .actions-container[b-15kabhylln] {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 10px;
    }
}
