/* _content/ePrijava/Views/Admin/Clients/Form.cshtml.rz.scp.css */
.inline-action[b-lgjswvx6z0] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inline-action button[b-lgjswvx6z0] {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: #eee;
    border-radius: 50%;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.inline-action button:hover[b-lgjswvx6z0] {
    background: red;
    color: #fff;
}
/* _content/ePrijava/Views/Admin/Organizations/Form.cshtml.rz.scp.css */
.inline-action[b-a8abe19ru8] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inline-action button[b-a8abe19ru8] {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background: #eee;
    border-radius: 50%;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.inline-action button:hover[b-a8abe19ru8] {
    background: red;
    color: #fff;
}
/* _content/ePrijava/Views/Admin/Organizations/Index.cshtml.rz.scp.css */
.parent-name[b-xpz3tdh7rl] {
    color: #999;
    font-size: 0.8rem;
    margin-top: 2px;
}
/* _content/ePrijava/Views/Admin/Statistics/Index.cshtml.rz.scp.css */
.stats-wrapper[b-8cu0cyqwbq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
}

.stats__item[b-8cu0cyqwbq] {
    width: 300px;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000097;
    font-size: 18px;
    margin-top: 8px;
}

.stats__item:first-child[b-8cu0cyqwbq] {
    margin-top: 0;
}

    .stats__item .name[b-8cu0cyqwbq] {
        font-weight: bold;
        color: #fff;
    }

    .stats__item .count[b-8cu0cyqwbq] {
        padding: 8px 16px;
        background: #fff;
        color: #000097;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        font-weight: bold;
    }

    .stats__item--sub[b-8cu0cyqwbq] {
        padding: 8px 16px;
        width: 280px;
        margin-left: 20px;
        background: #eee;
        font-size: 16px;
    }

        .stats__item--sub .name[b-8cu0cyqwbq] {
            color: #333;
        }

        .stats__item--sub .count[b-8cu0cyqwbq] {
            color: #333;
            padding: 6px 12px;
        }
/* _content/ePrijava/Views/Admin/Users/Form.cshtml.rz.scp.css */
.login-provider[b-j0s59zjkw2] {
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.login-provider .name[b-j0s59zjkw2] {
    font-weight: bold;
}

.login-provider .created[b-j0s59zjkw2] {
    margin-top: 4px;
    font-size: 13px;
    color: #777;
}

.login-provider .values[b-j0s59zjkw2] {
    margin-top: 12px;
}
/* _content/ePrijava/Views/Auth/Confirm/Index.cshtml.rz.scp.css */
.title[b-hzthxvviiq] {
    text-align: center;
    font-size: 28px;
}

.subtitle[b-hzthxvviiq] {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

    .subtitle b[b-hzthxvviiq] {
        font-weight: bold;
        color: var(--primary-color);
    }

.buttons[b-hzthxvviiq] {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

    .buttons .btn[b-hzthxvviiq] {
        flex: 1;
    }

    .buttons .btn.cancel[b-hzthxvviiq] {
        background: #eee;
    }

.logout-text[b-hzthxvviiq] {
    margin-top: 24px;
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height: 17px;
}

    .logout-text b[b-hzthxvviiq] {
        font-weight: bold;
    }

    .logout-text a[b-hzthxvviiq] {
        color: inherit;
        text-decoration: none;
    }

        .logout-text a:hover[b-hzthxvviiq] {
            text-decoration: underline;
        }
/* _content/ePrijava/Views/Auth/Login/Index.cshtml.rz.scp.css */
section[b-lhijyyh7uv] {
    margin-top: 64px;
}

section .section-head[b-lhijyyh7uv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .section-head h3[b-lhijyyh7uv] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

section .section-head .level[b-lhijyyh7uv] {
    display: flex;
    align-items: center;
}

section .section-head .level .level-tags[b-lhijyyh7uv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 16px;
}

section .section-head .level .level-tags span[b-lhijyyh7uv] {
    width: 70px;
    height: 5px;
    border-radius: 10px;
    background-color: #ddd;
}

section .section-head .level.level--high .level-tags span:nth-child(1)[b-lhijyyh7uv],
section .section-head .level.level--medium .level-tags span:nth-child(1)[b-lhijyyh7uv],
section .section-head .level.level--low .level-tags span:nth-child(1)[b-lhijyyh7uv] {
    background: #fd9901;
}

section .section-head .level.level--high .level-tags span:nth-child(2)[b-lhijyyh7uv],
section .section-head .level.level--medium .level-tags span:nth-child(2)[b-lhijyyh7uv]
{
    background: #fccb00;
}

section .section-head .level.level--high .level-tags span:nth-child(3)[b-lhijyyh7uv] {
    background: #b2ec18;
}

section .section-list[b-lhijyyh7uv] {
    margin-top: 32px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1199px) {
    section .section-list[b-lhijyyh7uv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    section .section-head[b-lhijyyh7uv] {
        flex-direction: column;
        gap: 16px;
    }

    section .section-list[b-lhijyyh7uv] {
        grid-template-columns: 1fr;
    }
}
/* _content/ePrijava/Views/Auth/Login/Provider/Email/Index.cshtml.rz.scp.css */
.no-account[b-g0fzxdv0q1] {
    text-align: center;
    margin-top: 32px;
    font-size: 0.9rem;
}

.no-account a[b-g0fzxdv0q1] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.no-account a:hover[b-g0fzxdv0q1] {
    text-decoration: underline;
}

.forgot-password[b-g0fzxdv0q1] {
    text-align: right;
    font-size: 0.9rem;
    margin-top: 12px;
}

    .forgot-password a[b-g0fzxdv0q1] {
        color: #333;
        text-decoration: none;
    }

        .forgot-password a:hover[b-g0fzxdv0q1] {
            text-decoration: underline;
        }
/* _content/ePrijava/Views/Auth/Login/Verify.cshtml.rz.scp.css */
.resend-code[b-iu8rrdjqd8] {
    text-align: right;
    font-size: 0.9rem;
    margin-top: 12px;
}

    .resend-code a[b-iu8rrdjqd8] {
        color: #333;
        text-decoration: none;
    }

        .resend-code a:hover[b-iu8rrdjqd8] {
            text-decoration: underline;
        }
/* _content/ePrijava/Views/Auth/Register/Index.cshtml.rz.scp.css */
.register-card form input[b-67itd2u9a8] {
    width: 100%;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 0 12px;
    box-sizing: border-box;
}

.no-account[b-67itd2u9a8] {
    text-align: center;
    margin-top: 32px;
    font-size: 0.9rem;
}

.no-account a[b-67itd2u9a8] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.no-account a:hover[b-67itd2u9a8] {
    text-decoration: underline;
}

.h-captcha-wrapper[b-67itd2u9a8] {
    margin-top: 24px;
    text-align: center;
}

.tos-note[b-67itd2u9a8] {
    margin-top: 16px;
    text-align: center;
}

    .tos-note a[b-67itd2u9a8] {
        font-size: 0.9rem;
        color: #777;
    }

        .tos-note a:hover[b-67itd2u9a8] {
            color: var(--primary-color);
        }
/* _content/ePrijava/Views/ForgotPassword/Reset.cshtml.rz.scp.css */
.h-captcha-wrapper[b-gsnntq18fp] {
    margin-top: 24px;
    text-align: center;
}
/* _content/ePrijava/Views/Partials/_ImageButton.cshtml.rz.scp.css */
.image-button[b-o470o7c656] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    background: #edecf8;
    border-radius: 120px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}

.image-button:hover[b-o470o7c656]:before {
    transform: translateX(0);
}

.image-button:hover .image img[b-o470o7c656] {
    transform: scale(1.1);
}

.image-button[b-o470o7c656]:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0e9d7;
    border-radius: 120px;
    transform: translateX(calc(-100% + 120px));
    transition: all 0.2s;
}

.image-button .image[b-o470o7c656] {
    position: relative;
    z-index: 5;
    min-width: 120px;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-button .image img[b-o470o7c656] {
    max-width: 48px;
    max-height: 48px;
    transition: all 0.2s;
}

.image-button span[b-o470o7c656] {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 32px;
}
/* _content/ePrijava/Views/Partials/_LangSelector.cshtml.rz.scp.css */
.language-switcher[b-chfc6163pw] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

    .language-switcher > ul[b-chfc6163pw] {
        margin: 0;
        padding: 0;
    }

        .language-switcher > ul > li[b-chfc6163pw] {
            list-style: none;
            position: relative;
            cursor: pointer;
        }

            .language-switcher > ul > li > span[b-chfc6163pw] {
                color: #fff;
                font-size: 0.9rem;
            }

            .language-switcher > ul > li:hover > ul[b-chfc6163pw] {
                display: block;
            }

            .language-switcher > ul > li > ul[b-chfc6163pw] {
                position: absolute;
                width: 100px;
                top: 100%;
                margin-top: 8px;
                right: 0;
                display: none;
                background: #fff;
                padding: 12px 16px;
                border-radius: 10px;
                box-shadow: 0px 1.4px 2.2px rgba(0, 0, 0, 0.006), 0px 3.5px 5.3px rgba(0, 0, 0, 0.008), 0px 6.5px 10px rgba(0, 0, 0, 0.01), 0px 11.6px 17.9px rgba(0, 0, 0, 0.012), 0px 21.7px 33.4px rgba(0, 0, 0, 0.014), 0px 52px 80px rgba(0, 0, 0, 0.02);
            }

                .language-switcher > ul > li > ul[b-chfc6163pw]:before {
                    content: '';
                    position: absolute;
                    top: -8px;
                    right: 0;
                    left: 0;
                    height: 8px;
                }

                .language-switcher > ul > li > ul[b-chfc6163pw]:after {
                    content: '';
                    position: absolute;
                    top: -5px;
                    right: 15px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 5px 5px 5px;
                    border-color: transparent transparent #fff transparent;
                }

                .language-switcher > ul > li > ul a[b-chfc6163pw] {
                    display: block;
                    padding: 6px 0;
                    text-decoration: none;
                    color: #111;
                    font-size: 0.9rem;
                }

                    .language-switcher > ul > li > ul a:hover[b-chfc6163pw] {
                        color: var(--primary-color);
                    }

                    .language-switcher > ul > li > ul a.current[b-chfc6163pw] {
                        color: var(--primary-color);
                        font-weight: 600;
                    }
/* _content/ePrijava/Views/Partials/_PageTitle.cshtml.rz.scp.css */
.page-title[b-vhwxrw8vl5] {
    text-align: center;
}

.page-title h1[b-vhwxrw8vl5] {
    font-size: 2rem;
}

.page-title span[b-vhwxrw8vl5] {
    display: block;
    margin-top: 8px;
    color: #777;
    text-transform: uppercase;
}
/* _content/ePrijava/Views/Partials/_Pagination.cshtml.rz.scp.css */
.pagination[b-ktfhhxulag] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 14px;
}

.pagination a[b-ktfhhxulag] {
    padding: 6px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.pagination a:hover[b-ktfhhxulag] {
    background: #f5f5f5;
}

.pagination a.active[b-ktfhhxulag] {
    background: var(--primary-color);
    color: #fff;
}
/* _content/ePrijava/Views/Profile/Index.cshtml.rz.scp.css */
.card[b-yvyl645inh] {
    text-align: center;
}

.name[b-yvyl645inh] {
    font-size: 22px;
}

.email[b-yvyl645inh] {
    font-size: 15px;
    color: #777;
    margin-top: 4px;
}

.links[b-yvyl645inh] {
    margin-top: 16px;
}

    .links a[b-yvyl645inh] {
        color: #333;
        display: block;
        padding: 16px;
        transition: all .2s;
        border-radius: 10px;
        text-decoration: none;
        border: 1px solid #f5f5f5;
        margin-bottom: 8px;
        font-size: 15px;
    }

        .links a:last-child[b-yvyl645inh] {
            margin-bottom: 0;
        }

        .links a:hover[b-yvyl645inh] {
            background: #f5f5f5;
        }

        .links a.logout[b-yvyl645inh] {
            color: #d92324;
        }
/* _content/ePrijava/Views/Profile/Notifications.cshtml.rz.scp.css */
.form-input[b-u1x6z23qj1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* _content/ePrijava/Views/Shared/_AdminLayout.cshtml.rz.scp.css */
.navbar[b-jmd5q0t2xy] {}
    .navbar ul[b-jmd5q0t2xy] {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 8px;
        border-bottom: 2px solid var(--secondary-color);
    }

        .navbar ul li[b-jmd5q0t2xy] {}

            .navbar ul li a[b-jmd5q0t2xy] {
                color: #333;
                display: block;
                padding: 12px 16px;
                transition: all .2s;
                text-decoration: none;
                font-size: 15px;
            }

                .navbar ul li a:hover[b-jmd5q0t2xy] {
                    background: #eee;
                }

                .navbar ul li a.active[b-jmd5q0t2xy] {
                    background: var(--secondary-color);
                    border-color: var(--secondary-color);
                }
/* _content/ePrijava/Views/Shared/_Layout.cshtml.rz.scp.css */
.header[b-lndzytd7uw] {
    padding: 24px 0;
    text-align: center;
    background: #000097;
}

    .header .header-content[b-lndzytd7uw] {
        position: relative;
    }

    .header .logo[b-lndzytd7uw] {
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .header .links[b-lndzytd7uw] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .header .links a[b-lndzytd7uw] {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #fff;
            font-size: 0.9rem;
        }

        .header .links span[b-lndzytd7uw] {
            display: block;
            margin-top: 4px;
        }

        .header .links a img[b-lndzytd7uw] {
            height: 16px;
        }

main[b-lndzytd7uw] {
    padding: 64px 0;
}

footer[b-lndzytd7uw] {
    padding: 24px 0;
    border-top: 1px solid #eee;
    color: #777;
    text-align: center;
    font-size: 0.9rem;
}

/* _content/ePrijava/Views/TermsAndPrivacy/Index.cshtml.rz.scp.css */
.content[b-w6kem8wjwd] {
    margin-top: 24px;
    line-height: 1.4;
}

p[b-w6kem8wjwd] {
    margin-bottom: 16px;
}

ul[b-w6kem8wjwd] {
    list-style-type: circle;
    padding-left: 32px;
    margin-bottom: 16px;
}
/* _content/ePrijava/Views/Verify/Email.cshtml.rz.scp.css */
.resend-code[b-zk2lw74a7v] {
    text-align: right;
    font-size: 0.9rem;
    margin-top: 12px;
}

    .resend-code a[b-zk2lw74a7v] {
        color: #333;
        text-decoration: none;
    }

        .resend-code a:hover[b-zk2lw74a7v] {
            text-decoration: underline;
        }
