/* _content/SaveMyDreamDay/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-wgp632e27x] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/SaveMyDreamDay/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-mtl50gn9ug] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-mtl50gn9ug] {
    display: flex;
    gap: 0.625rem;
}
/* _content/SaveMyDreamDay/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-7mmi8f5j4k] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-7mmi8f5j4k] {
        flex-direction: column;
    }
}
/* _content/SaveMyDreamDay/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-x1q6gp4ohs] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-x1q6gp4ohs] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-x1q6gp4ohs] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-x1q6gp4ohs] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-x1q6gp4ohs] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-x1q6gp4ohs] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-x1q6gp4ohs] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/SaveMyDreamDay/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-55ku9uxrtm] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/SaveMyDreamDay/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n6cx0z45xa] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}
html[b-n6cx0z45xa], body[b-n6cx0z45xa] {
    overflow: visible; /* Stelle sicher, dass overflow erlaubt ist */
}
[b-n6cx0z45xa] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-n6cx0z45xa] #menu-top {
    display: block;
}

    [b-n6cx0z45xa] #menu-top.hidden {
        display: none;
    }

[b-n6cx0z45xa] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-n6cx0z45xa] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}
[b-n6cx0z45xa] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}


[b-n6cx0z45xa] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-n6cx0z45xa] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-n6cx0z45xa] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-n6cx0z45xa] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-n6cx0z45xa] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-n6cx0z45xa]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-n6cx0z45xa]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

.camera-page-background[b-n6cx0z45xa] {
    background-image: url('/images/background-camera.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.5); /* Adds a white transparent overlay */
    background-blend-mode: lighten; /* Ensures the image blends with the overlay */
}


@media (max-width: 768px) {
    [b-n6cx0z45xa] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
    .camera-page-background[b-n6cx0z45xa] {
        background-size: cover; /* Stelle sicher, dass das Bild auf mobilen Geräten skaliert */
        background-position:center; /* Zentriert das Bild in der Mitte */
        
        min-height: 85vh; /* Mindesthöhe des Viewports */
        margin: 0;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0;
    }
}

@media (max-width: 768px) {
    [b-n6cx0z45xa] #menu-top {
        display: none;
    }
}
/* _content/SaveMyDreamDay/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-3cfik1uuvs] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-3cfik1uuvs] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-3cfik1uuvs] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-3cfik1uuvs] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-3cfik1uuvs] {
    text-align: center;
}

[b-3cfik1uuvs] .menu-button-container {
    align-self: center;
}

.menu-button[b-3cfik1uuvs] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-3cfik1uuvs] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-3cfik1uuvs] .menu {
    background-color: inherit;
}

    [b-3cfik1uuvs] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-3cfik1uuvs] .menu-item {
    color: var(--bs-white);
}

[b-3cfik1uuvs] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-3cfik1uuvs] .home-icon {
    background-image: url("images/home.svg");
}

[b-3cfik1uuvs] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-3cfik1uuvs] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-3cfik1uuvs] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-3cfik1uuvs] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-3cfik1uuvs] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-3cfik1uuvs] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-3cfik1uuvs] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3cfik1uuvs] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3cfik1uuvs] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3cfik1uuvs] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3cfik1uuvs] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-3cfik1uuvs] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-3cfik1uuvs]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-3cfik1uuvs]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-3cfik1uuvs] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-3cfik1uuvs] {
            display: block;
        }

        #sidebar.auto-expanded[b-3cfik1uuvs] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-3cfik1uuvs]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-3cfik1uuvs] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-3cfik1uuvs]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-3cfik1uuvs] {
        text-align: inherit;
    }

    [b-3cfik1uuvs] .menu-button-container {
        display: block;
    }

    [b-3cfik1uuvs] .layout-item {
        display: none;
    }

    [b-3cfik1uuvs] .footer {
        display: none;
    }
}
/* _content/SaveMyDreamDay/Components/Pages/Camera-capture.razor.rz.scp.css */
.camera-container[b-g0cisihwps] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .camera-container video[b-g0cisihwps] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: black;
    }

.camera-controls[b-g0cisihwps] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.camera-button[b-g0cisihwps] {
    background: none;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: white;
}

.capture-button[b-g0cisihwps] {
    background-color: white;
    color: black;
    border: 5px solid rgba(255, 255, 255, 0.6);
}

    .capture-button:active[b-g0cisihwps] {
        background-color: rgba(255, 255, 255, 0.8);
    }

.switch-button[b-g0cisihwps], .upload-button[b-g0cisihwps] {
    background-color: rgba(0, 0, 0, 0.6);
}

    .switch-button:hover[b-g0cisihwps], .upload-button:hover[b-g0cisihwps] {
        background-color: rgba(0, 0, 0, 0.8);
    }
.captured-image[b-g0cisihwps] {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto; /* Zentriert das Bild horizontal */
}
/* _content/SaveMyDreamDay/Components/Pages/Index.razor.rz.scp.css */
[b-kllnavz1mg] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-kllnavz1mg] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-kllnavz1mg] .title {
    text-align: center;
}

[b-kllnavz1mg] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-kllnavz1mg] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-kllnavz1mg] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-kllnavz1mg] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-kllnavz1mg] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-kllnavz1mg] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-kllnavz1mg] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/SaveMyDreamDay/Components/Pages/Party-action.razor.rz.scp.css */
[b-9jga9smi2h] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}
html[b-9jga9smi2h], body[b-9jga9smi2h] {
    overflow: visible; /* Stelle sicher, dass overflow erlaubt ist */
}
    [b-9jga9smi2h] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-9jga9smi2h] .title {
    text-align: center;
}

[b-9jga9smi2h] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-9jga9smi2h] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8); /* Transparente weiße Karten */
    border: 2px solid rgba(0, 0, 0, 0.2); /* Sichtbarer Rand mit leichter Transparenz */
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-9jga9smi2h] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-9jga9smi2h] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
        filter: brightness(0.5); /* Icons werden dunkler */
    }

    [b-9jga9smi2h] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: rgba(0, 0, 0, 0.8); /* Dunklere Schrift */
    }

[b-9jga9smi2h] .icon-fill {
    fill: var(--bs-primary);
}

[b-9jga9smi2h] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.loading-indicator[b-9jga9smi2h] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .loading-indicator i[b-9jga9smi2h] {
        color: var(--bs-primary);
    }
.title-header-text[b-9jga9smi2h] {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
    color: rgba(0, 0, 0, 0.8);
}

.title-content-text[b-9jga9smi2h] {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
    color: rgba(0, 0, 0, 0.6);
}


@media (max-width: 768px) {
    [b-9jga9smi2h] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
    .title-header-text[b-9jga9smi2h] {
        margin-top: 7rem;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: 600;
        letter-spacing: 0rem;
        padding: 0.3125rem 0;
        color: rgba(0, 0, 0, 0.8);
    }

    .title-content-text[b-9jga9smi2h] {
        font-size: 1.75rem;
        margin-bottom:-2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0rem;
        color: rgba(0, 0, 0, 0.6);
    }
    [b-9jga9smi2h] .welcome-card {
        width: 15rem;
        height: 15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.8); /* Transparente weiße Karten */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Sichtbarer Rand mit leichter Transparenz */
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.2s;
        border-radius: 1rem;
        color: var(--bs-link-color-rgb);
        gap: 1.5rem;
        text-decoration: none;
        position: relative;
    }

        [b-9jga9smi2h] .welcome-card:hover {
            box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
        }

        [b-9jga9smi2h] .welcome-card .welcome-card-img {
            width: 6.5rem;
            height: 6.5rem;
            filter: brightness(0.5); /* Icons werden dunkler */
        }

        [b-9jga9smi2h] .welcome-card .welcome-card-text {
            font-size: 1.75rem;
            font-weight: 600;
            letter-spacing: 0em;
            text-align: center;
            text-decoration: unset;
            color: rgba(0, 0, 0, 0.8); /* Dunklere Schrift */
        }
}
/* _content/SaveMyDreamDay/Components/Pages/Party-Details.razor.rz.scp.css */
[b-lnb81o7933] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-lnb81o7933] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-lnb81o7933] .title {
    text-align: center;
}

[b-lnb81o7933] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-lnb81o7933] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-lnb81o7933] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-lnb81o7933] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-lnb81o7933] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-lnb81o7933] .icon-fill {
    fill: var(--bs-primary);
}

[b-lnb81o7933] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

/*Extent */


.welcome-card[b-lnb81o7933] {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    text-decoration: none;
    position: relative;
}

    .welcome-card:hover[b-lnb81o7933] {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

.welcome-card-img[b-lnb81o7933] {
    width: 6.5rem;
    height: 6.5rem;
}

.welcome-card-text[b-lnb81o7933] {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
}

.card-footer[b-lnb81o7933] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    background-color: #2a2d34;
    border-top: 1px solid #444;
}

.btn-share-icon[b-lnb81o7933] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: white;
    font-size: 1.5rem;
    transition: background-color 0.3s;
}

    .btn-share-icon:hover[b-lnb81o7933] {
        opacity: 0.8;
    }

.qr-code-image[b-lnb81o7933] {
    max-width: 150px;
    margin: 1rem auto;
}

.loading-indicator[b-lnb81o7933] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.error-message[b-lnb81o7933] {
    text-align: center;
    color: red;
}

.settings-form[b-lnb81o7933] {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #2a2d34;
    border-radius: 1rem;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    max-width: 26.25rem;
    margin-left: auto;
    margin-right: auto;
}

/* _content/SaveMyDreamDay/Components/Pages/PartyGallery.razor.rz.scp.css */
/* Verwende ::deep, um sicherzustellen, dass das CSS korrekt auf die Blazor-Komponente angewendet wird */

[b-4k0btywf58] .party-gallery-container {
    background-color: #2c2c2c;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[b-4k0btywf58] .card {
    background-color: #3c3c3c;
    border: none;
    border-radius: 8px;
}

[b-4k0btywf58] .card-header {
    background-color: #3c3c3c;
    border-bottom: 1px solid #555;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

[b-4k0btywf58] .dx-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

[b-4k0btywf58] .gallery-container {
    position: relative;
    min-height: 300px; /* Optional: Eine Mindesthöhe setzen */
}

[b-4k0btywf58] .loading-indicator-container {
    display: flex;
    align-items: center;
}

[b-4k0btywf58] .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 10px;
    background-color: #3c3c3c;
    border-radius: 0 0 8px 8px;
}

[b-4k0btywf58] .gallery-item {
    position: relative;
    border-radius: 8px;
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
}

[b-4k0btywf58] .thumb-container {
    width: 100%;
    padding-top: 100%; /* Macht die Thumbnails quadratisch */
    position: relative;
}

[b-4k0btywf58] .thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Das Bild skalieren und zuschneiden, um es in den quadratischen Rahmen zu passen */
    border-radius: 8px 8px 0 0;
}

[b-4k0btywf58] .gallery-item-footer {
    display: flex;
    justify-content: space-around;
    padding: 8px;
    background-color: #2a2d34;
    border-radius: 0 0 8px 8px;
}

[b-4k0btywf58] .icon-button-footer {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}
/* Verwende ::deep, um sicherzustellen, dass das CSS korrekt auf die Blazor-Komponente angewendet wird */

[b-4k0btywf58] .party-gallery-container {
    background-color: #2c2c2c;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[b-4k0btywf58] .card {
    background-color: #3c3c3c;
    border: none;
    border-radius: 8px;
}

[b-4k0btywf58] .card-header {
    background-color: #3c3c3c;
    border-bottom: 1px solid #555;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

[b-4k0btywf58] .dx-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

[b-4k0btywf58] .loading-indicator-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

[b-4k0btywf58] .gallery-container {
    position: relative;
    min-height: 300px; /* Optional: Eine Mindesthöhe setzen */
}

[b-4k0btywf58] .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 10px;
    background-color: #3c3c3c;
    border-radius: 0 0 8px 8px;
}

[b-4k0btywf58] .gallery-item {
    position: relative;
    border-radius: 8px;
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
}

[b-4k0btywf58] .thumb-container {
    width: 100%;
    padding-top: 100%; /* Macht die Thumbnails quadratisch */
    position: relative;
}

[b-4k0btywf58] .thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Das Bild skalieren und zuschneiden, um es in den quadratischen Rahmen zu passen */
    border-radius: 8px 8px 0 0;
}

[b-4k0btywf58] .gallery-item-footer {
    display: flex;
    justify-content: space-around;
    padding: 8px;
    background-color: #2a2d34;
    border-radius: 0 0 8px 8px;
}

[b-4k0btywf58] .icon-button-footer {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    [b-4k0btywf58] .icon-button-footer i {
        font-size: 20px;
    }

    [b-4k0btywf58] .icon-button-footer:hover {
        color: #f0f0f0;
    }

/* Modal Styling */
[b-4k0btywf58] .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Ensure the modal is responsive and fits within the viewport */
[b-4k0btywf58] .modal-content {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

[b-4k0btywf58] .full-image {
    max-width: 90vw; /* Skalierung auf 90% der Viewport-Breite */
    max-height: 90vh; /* Skalierung auf 90% der Viewport-Höhe */
    width: auto;
    height: auto;
    object-fit: contain; /* Passt das Bild an, ohne das Seitenverhältnis zu ändern */
}

[b-4k0btywf58] .dx-popup-wrapper {
    max-width: 90vw; /* Begrenze die Breite des Modals auf 90% der Viewport-Breite */
    max-height: 90vh; /* Begrenze die Höhe des Modals auf 90% der Viewport-Höhe */
    overflow: hidden; /* Verhindert, dass das Modal den Bildschirm überfüllt */
}

[b-4k0btywf58] .dx-popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Verhindert das Scrollen innerhalb des Modals */
}

/* Additional adjustments for mobile view */
@media (max-width: 768px) {
    [b-4k0btywf58] .modal-content {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}


    [b-4k0btywf58] .icon-button-footer i {
        font-size: 20px;
    }

    [b-4k0btywf58] .icon-button-footer:hover {
        color: #f0f0f0;
    }

/* Modal Styling */
[b-4k0btywf58] .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
/* _content/SaveMyDreamDay/Components/Pages/Upload.razor.rz.scp.css */
[b-7pbfol4ubl] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

html[b-7pbfol4ubl], body[b-7pbfol4ubl] {
    overflow: visible; /* Stelle sicher, dass overflow erlaubt ist */
}

[b-7pbfol4ubl] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-7pbfol4ubl] .title {
    text-align: center;
}

[b-7pbfol4ubl] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-7pbfol4ubl] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8); /* Transparente weiße Karten */
    border: 2px solid rgba(0, 0, 0, 0.2); /* Sichtbarer Rand mit leichter Transparenz */
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-7pbfol4ubl] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-7pbfol4ubl] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
        filter: brightness(0.5); /* Icons werden dunkler */
    }

    [b-7pbfol4ubl] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: rgba(0, 0, 0, 0.8); /* Dunklere Schrift */
    }

[b-7pbfol4ubl] .icon-fill {
    fill: var(--bs-primary);
}

[b-7pbfol4ubl] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.loading-indicator[b-7pbfol4ubl] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .loading-indicator i[b-7pbfol4ubl] {
        color: var(--bs-primary);
    }

.title-header-text[b-7pbfol4ubl] {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
    color: rgba(0, 0, 0, 0.8);
}

.title-content-text[b-7pbfol4ubl] {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
    color: rgba(0, 0, 0, 0.6);
}


@media (max-width: 768px) {
    [b-7pbfol4ubl] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }

    .title-header-text[b-7pbfol4ubl] {
        margin-top: 7rem;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: 600;
        letter-spacing: 0rem;
        padding: 0.3125rem 0;
        color: rgba(0, 0, 0, 0.8);
    }

    .title-content-text[b-7pbfol4ubl] {
        font-size: 1.75rem;
        margin-bottom: -2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0rem;
        color: rgba(0, 0, 0, 0.6);
    }

    [b-7pbfol4ubl] .welcome-card {
        width: 15rem;
        height: 15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.8); /* Transparente weiße Karten */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Sichtbarer Rand mit leichter Transparenz */
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.2s;
        border-radius: 1rem;
        color: var(--bs-link-color-rgb);
        gap: 1.5rem;
        text-decoration: none;
        position: relative;
    }

        [b-7pbfol4ubl] .welcome-card:hover {
            box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
        }

        [b-7pbfol4ubl] .welcome-card .welcome-card-img {
            width: 6.5rem;
            height: 6.5rem;
            filter: brightness(0.5); /* Icons werden dunkler */
        }

        [b-7pbfol4ubl] .welcome-card .welcome-card-text {
            font-size: 1.75rem;
            font-weight: 600;
            letter-spacing: 0em;
            text-align: center;
            text-decoration: unset;
            color: rgba(0, 0, 0, 0.8); /* Dunklere Schrift */
        }
}
