/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mx5vgr33ji] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mx5vgr33ji] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





.header[b-mx5vgr33ji] {
    display: grid;
    grid-template-columns: auto 100px;
    width:100%;
    padding: 5px 0px 0px 15px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.like-userlist[b-fyapsj5klw] {
    min-height: 350px;
    max-height: 350px;
    width: 100%;
    padding: 20px;
    background-color: var(--rz-base-50);
    border-radius: 10px;
    overflow-y: scroll;
}


.top[b-fyapsj5klw] {
    width: 100%;
    height: 390px;
    padding: 20px;
    background-color: var(--rz-base-50);
}

.home-content[b-fyapsj5klw] {
    padding: 50px;
}


.top-itemlist[b-fyapsj5klw] {
    width: 100%;
    gap: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}

    .top-itemlist img[b-fyapsj5klw] {
        height: 280px;
        border-radius: 5px;
    }

    .top-itemlist span[b-fyapsj5klw] {
        font-size: 1.2rem;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

.top-item[b-fyapsj5klw] {
    padding: 15px;
    background-color: #FFF;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5px;
    border: 1px dashed lightgray;
    display: grid;
    grid-template-rows: auto 40px;
}



.dashboard-insights[b-fyapsj5klw] {
    background-color: var(--rz-prmary-blue);
    min-height: 350px;
    height: fit-content;
    color: white;
    padding: 15px;
}

    .dashboard-insights .insight[b-fyapsj5klw] {
        width: 100%;
        display: grid;
        grid-template-columns: auto 50px;
        grid-template-areas: "title value"
    }

        .dashboard-insights .insight .insight-title[b-fyapsj5klw] {
            grid-area: title;
        }

        .dashboard-insights .insight .insight-value[b-fyapsj5klw] {
            grid-area: value;
            color: var(--rz-primary);
            width: fit-content;
            margin-left: auto;
        }

    .dashboard-insights[b-fyapsj5klw]  .rz-progressbar {
        background-color: white;
    }

    @media (max-width: 768px) {

        .dashboard-insights[b-fyapsj5klw] {
            background-color: var(--rz-prmary-blue);
            min-height: 350px;
            height: fit-content;
            color: white;
            padding: 15px;
        }

        .top[b-fyapsj5klw] {
            overflow-x: scroll;
        }

        .home-content[b-fyapsj5klw] {
            padding-left: 10px;
            padding-right: 0px;
            padding-top: 5px;
            padding-bottom: 0px;
        }


        .top-itemlist[b-fyapsj5klw] {
            gap: 20px;
            border-radius: 10px;
        }

            .top-itemlist img[b-fyapsj5klw] {
                height: 225px;
            }
    }
/* /Components/Pages/MyBestFriendCalculator.razor.rz.scp.css */
.score-subtitle[b-tr08ocmtug] {
    margin-top: 10px;
}

.sticky-top-bar[b-tr08ocmtug] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--body-background);
    padding: 10px 0;
}



@media (max-width: 600px) {
    .sticky-top-bar[b-tr08ocmtug] {
        position: static;
        box-shadow: none;
    }

    .notmobile-hidden[b-tr08ocmtug] {
        display: flex;
    }
}
 
/* /Components/Pages/Profile/Profile.razor.rz.scp.css */
.location[b-jy98wn50z2] {
    display: grid;
    grid-template-rows: auto auto;
    width: 100%;
    padding: 30px 10px 15px 10px;
}
/* /Components/Pages/Profile/Video.razor.rz.scp.css */
.otpqrcode[b-6hc8l55qfn] {
    width: 75%;
    margin:auto;
}

.qrcontainer[b-6hc8l55qfn] {
    height: 100%;
    align-content: center;
    align-items: center;
    display: flex;
}
/* /Components/ProfileGenerator.razor.rz.scp.css */
.wa-shell[b-ui9v136ldr] {
    max-width: 780px;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    background: #ece5dd
}

@supports (height: 100dvh) {
    .wa-shell[b-ui9v136ldr] {
        height: 90dvh;
    }
}

.wa-header[b-ui9v136ldr] {
    background: var(--rz-prmary-blue);
    color: #fff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.wa-avatar[b-ui9v136ldr] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--rz-prmary-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}
.wa-title[b-ui9v136ldr] {
    font-weight: 600
}

.wa-body[b-ui9v136ldr] {
    flex: 1;
    overflow: auto;
    background: white;
    padding: 14px 12px 8px 12px;
    padding-bottom: calc(12px + var(--kb, 0px));
}

.wa-inputbar[b-ui9v136ldr] {
    position: sticky;
    bottom: 0;
    background: var(--rz-prmary-blue-lighter);
    padding: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 10;
}

.wa-input[b-ui9v136ldr] {
    flex: 1;
    border: none;
    border-radius: 20px;
    padding: 10px 14px;
    background: white;
    outline: none;
}

.wa-send[b-ui9v136ldr] {
    border: none;
    background: #fff;
    color: var(--rz-primary);
    border-radius: 20px;
    padding: 10px 16px;
    cursor: pointer
}

.wa-chip[b-ui9v136ldr] {
    border: none;
    background: var(--rz-primary);
    color: #FFF;
    border-radius: 20px;
    padding: 6px 10px;
    cursor: pointer
}


.wa-row[b-ui9v136ldr] {
    display: flex;
    margin: 6px 0
}

    .wa-row.bot[b-ui9v136ldr] {
        justify-content: flex-start
    }

    .wa-row.user[b-ui9v136ldr] {
        justify-content: flex-end
    }

.wa-bubble[b-ui9v136ldr] {
    max-width: 75%;
    padding: 8px 10px;
    border-radius: 10px;
    white-space: pre-wrap;
    word-break: break-word;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.25rem
}

    .wa-bubble.bot[b-ui9v136ldr] {
        background: var(--rz-primary);
        color: white;
        border-top-left-radius: 0
    }

    .wa-bubble.user[b-ui9v136ldr] {
        background: var(--rz-prmary-blue-light);
        color: white;
        border-top-right-radius: 0
    }

.wa-meta[b-ui9v136ldr] {
    font-size: .72rem;
    color: white;
    margin-top: 2px;
    text-align: right
}

.wa-typing[b-ui9v136ldr] {
    display: inline-block;
    width: 22px
}

.dot[b-ui9v136ldr] {
    height: 6px;
    width: 6px;
    margin: 0 1px;
    background: #9e9e9e;
    border-radius: 50%;
    display: inline-block;
    animation: bounce-b-ui9v136ldr 1.4s infinite both
}

    .dot:nth-child(1)[b-ui9v136ldr] {
        animation-delay: -0.32s
    }

    .dot:nth-child(2)[b-ui9v136ldr] {
        animation-delay: -0.16s
    }

.wa-profile[b-ui9v136ldr] {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--rz-primary-light);
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
}

.wa-profile-header[b-ui9v136ldr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--rz-prmary-blue);
}

.wa-profile-body[b-ui9v136ldr] {
    white-space: pre-wrap;
    margin-top: 8px;
    color: #1f2937;
    line-height: 1.4;
}


@keyframes bounce-b-ui9v136ldr {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}
/* /Components/Shared/Components/AM_VideoRecorder.razor.rz.scp.css */
/* Add this CSS to your stylesheet */
.fullscreen[b-e0fgh0bnv8] {
    width: 100vw;
    height: 100vh;
}


.videocanvas[b-e0fgh0bnv8] {
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
}

    .videocanvas #videoElement[b-e0fgh0bnv8] {
        object-fit: cover;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .videocanvas .button-container[b-e0fgh0bnv8] {
        position: absolute;
        bottom: 115px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow:column;
        justify-content: center;
        z-index: 9999;
        
    }
        .videocanvas .button-container .buton-left[b-e0fgh0bnv8] {
            display: flex;
            justify-content: start;
            padding-left: 20px;
        }

        .videocanvas .button-container .button-right[b-e0fgh0bnv8] {
            display: flex;
            justify-content: end;
            padding-right: 20px;
        }

        .videocanvas .button-container button[b-e0fgh0bnv8] {
            width: 120px;
            border: none;
            border-radius: 5px;
            background-color: var(--rz-prmary-blue);
            color: white;
            border: solid 1px white;
        }

            .videocanvas .button-container button:hover[b-e0fgh0bnv8] {
                transform: scale(1.1);
            }

            .videocanvas .button-container button:active i[b-e0fgh0bnv8] {
                color: black;
            }


        .videocanvas .button-container #recordButton[b-e0fgh0bnv8],
        .videocanvas .button-container #renewRecordButton[b-e0fgh0bnv8] {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            cursor: pointer;
        }

        .videocanvas .button-container #saveButton[b-e0fgh0bnv8],
        .videocanvas .button-container #returnButton[b-e0fgh0bnv8] {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            cursor: pointer;
        }

.overlay[b-e0fgh0bnv8] {
    display: grid;
    grid-template-rows: 5fr 1fr;
    grid-template-areas: "top"
        "bottom";
    height: 100vh;
    z-index: 9;
    position: relative;
}

    .overlay .overlay-top[b-e0fgh0bnv8] {
        grid-area: top;
    }

    .overlay .overlay-bottom[b-e0fgh0bnv8] {
        height: 100%;
        grid-area: bottom;
        background-color: black;
        width: 100%;
    }


.smallfooter[b-e0fgh0bnv8] {
    align-content: center;
    width: 100%;
    background-color: var(--brown-color);
    height: 1.7rem;
    position:absolute;
    bottom:0px;
}


.logo[b-e0fgh0bnv8] {
    font-weight: bold;
    font-family: var(--header-font);
    font-size: 1.5rem;
}

.logobrown[b-e0fgh0bnv8] {
    color: var(--white-color);
}

.logoblue[b-e0fgh0bnv8] {
    color: var(--dark-blue-color);
}


.videoplayback[b-e0fgh0bnv8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video maintains its aspect ratio while filling the screen */
}



@media(max-width: 1366px) {
    .videocanvas .overlay-frame[b-e0fgh0bnv8] {
        width: 33%;
    }
}

@media(max-width: 1024px) {
    .videocanvas .overlay-frame[b-e0fgh0bnv8] {
        width: 100%;
    }
}


@media (max-width: 768px) {

    .videocanvas .overlay-frame p[b-e0fgh0bnv8],
    .videocanvas .overlay-blackframe[b-e0fgh0bnv8] {
        display: none;
    }

    .videocanvas .overlay-frame[b-e0fgh0bnv8] {
        width: 100%;
    }


}
/* /Components/Shared/Logo.razor.rz.scp.css */
.logo[b-rco6ehosvp] {
    font-weight: bold;
    font-family: var(--header-font);
    font-size: 2.3em;
    width:fit-content;
}

.logobrown[b-rco6ehosvp] {
    color: var(--rz-primary);
}

.logoblue[b-rco6ehosvp] {
    color: var(--rz-prmary-blue);
}


.logo a[b-rco6ehosvp] {
    text-decoration: none;
}


/* /Components/Shared/UserListItem.razor.rz.scp.css */
.item[b-20woerpibk] {
    width: 100%;
    display: grid;
    grid-template-columns: 60px auto 80px 80px;
    grid-auto-rows: auto auto;
    grid-template-areas: "picture name button button2" "picture subtitle button button2";
    
}

.afbeelding[b-20woerpibk] {
    grid-area: picture;
    margin-right: 10px;
    justify-content: center;
    align-items:center;
}

    .afbeelding img[b-20woerpibk] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }


.name[b-20woerpibk] {
    grid-area: name;
    font-size: 1.2rem;

}

.subtitle[b-20woerpibk] {
    grid-area: subtitle;
    color: gray;
    padding-bottom: 5px;
    overflow-x: clip;
    max-height: 42px;
    overflow-y: hidden;
}


.button[b-20woerpibk] {
    grid-area: button;
    align-content: center;
    margin-left: auto;
}

.button2[b-20woerpibk] {
    grid-area: button2;
    align-content: center;
    margin-left: auto;
}


