@import '_content/BRF_Components/BRF_Components.bundle.scp.css';

/* _content/BRF_Lomake/Pages/AuthorizedIndex.razor.rz.scp.css */
/* Validation */

.invalid[b-vak0y66az3] {
    outline: 2px solid #e53e3e;
    border-radius: 8px;
}

.validation-message[b-vak0y66az3] {
    color: #e53e3e;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 0.2rem;
    display: inline-block;
}

.lang-change[b-vak0y66az3] {
    color: #6c6c80;
}

.sign-out[b-vak0y66az3] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}
/* _content/BRF_Lomake/Pages/Check.razor.rz.scp.css */
.background[b-xidi3xzmpk] {
    top: 0;
    left: 0;
    background-color: rgba(245, 246, 250, 0.97);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    display: block;
    backdrop-filter: blur(4px);
}


.overlay[b-xidi3xzmpk] {
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    width: min(85%, 1000px);
    height: auto;
    z-index: 6;
}

.overlayContent[b-xidi3xzmpk] {
    background-color: #fff;
    border: 1px solid #e0e2ef;
    border-radius: 14px;
    color: #2d2d3a;
    box-shadow: 0 8px 30px rgba(78, 85, 161, 0.14);
    padding: 2rem;
}

table[b-xidi3xzmpk] {
    width: 100%;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    border-collapse: collapse;
}

th[b-xidi3xzmpk] {
    border: 1px solid #e0e2ef;
    text-align: center;
    padding: 0.5rem 0.75rem;
    background-color: #f5f6fa;
    font-weight: 600;
    color: #4E55A1;
    font-size: 0.9rem;
}

td[b-xidi3xzmpk] {
    border: 1px solid #e0e2ef;
    text-align: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.hide[b-xidi3xzmpk]{
    display: none;
}

button[b-xidi3xzmpk]{
    margin-bottom: 1rem;
}
/* _content/BRF_Lomake/Pages/Index.razor.rz.scp.css */
/* _content/BRF_Lomake/Pages/Survey.razor.rz.scp.css */

input[b-fkw2d7cftb] {
    width: 100%;
}

.pad-2px[b-fkw2d7cftb] {
    padding: 2px 4px;
}

.over-wrap[b-fkw2d7cftb] {
    overflow-wrap: break-word;
}

.text-bot[b-fkw2d7cftb] {
    min-height: 50px;
    position: relative;
}

.text-bot-content[b-fkw2d7cftb] {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 490px) {
    p[b-fkw2d7cftb] {
    }
}

@media (max-width: 1300px) {
    .backToIndex[b-fkw2d7cftb] {
    }
}

/* _content/BRF_Lomake/Shared/Loading.razor.rz.scp.css */
.Loading[b-obsgrncog9] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 10;
}

.loader[b-obsgrncog9] {
    width: 56px;
    height: 56px;
    border: 4px solid #e0e2ef;
    border-top: 4px solid #4E55A1;
    border-radius: 50%;
    animation: spin-b-obsgrncog9 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    box-sizing: border-box;
}

@keyframes spin-b-obsgrncog9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.hide[b-obsgrncog9] {
    display: none;
}
/* _content/BRF_Lomake/Shared/MainLayout.razor.rz.scp.css */
.page[b-houddtdp34] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    background-color: #f5f6fa;
}

.lang-change[b-houddtdp34] {
    display: flex;
    justify-content: flex-start;
    padding: 0.6rem 0;
    margin-bottom: 0.5rem;
    color: #6c6c80;
}

.lang-change p[b-houddtdp34] {
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.88rem;
    font-weight: 500;
    margin: 0;
}

.lang-a[b-houddtdp34] {
    color: #4E55A1;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-weight: 600;
}

.lang-a:hover[b-houddtdp34] {
    background-color: rgba(78, 85, 161, 0.08);
    color: #3b4189;
}

.top-row[b-houddtdp34] {
    background: linear-gradient(135deg, #4E55A1 0%, #3b4189 100%);
    border-bottom: none;
    justify-content: center;
    height: 6rem;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0 2px 16px rgba(78, 85, 161, 0.18);
}

    .top-row-img[b-houddtdp34] {
        width: auto;
        height: 100%;
    }


.content[b-houddtdp34] {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 13rem;
}

footer[b-houddtdp34] {
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.9rem;
}

footer p[b-houddtdp34] {
    color: #fff;
}

footer a[b-houddtdp34] {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

footer a:hover[b-houddtdp34] {
    color: #fff;
    text-decoration: underline;
}

.bot-row[b-houddtdp34] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(135deg, #4E55A1 0%, #3b4189 100%);
    border-top: none;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 -2px 16px rgba(78, 85, 161, 0.10);
}

a[b-houddtdp34]{
    color: #fff;
}

.copyright[b-houddtdp34] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
}

.middle-80[b-houddtdp34] {
    width: min(80%, 1100px);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 490px) {
    .middle-80[b-houddtdp34] {
        width: 100%;
    }
    .top-row[b-houddtdp34] {
        height: 4rem;
    }
}

/* _content/BRF_Lomake/Shared/Part4Component.razor.rz.scp.css */
.ButtonPlacement[b-zb7kpb78ro] {
    position: relative;
    margin-top: 0.5rem;
}

@media (max-width: 1000px) {
    .ButtonPlacement[b-zb7kpb78ro] {
        margin-top: 0.5rem;
    }
}

@media (max-width: 1000px) {
    .button-group-placement[b-zb7kpb78ro] {
        margin-top: 0.5rem;
    }
}

