/* /Components/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-0l397t44ma] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(54, 69, 79, 0.95);
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
}

.cookie-banner p[b-0l397t44ma] {
    margin: 0;
    font-size: 16px;
}

.info-button[b-0l397t44ma], .accept-button[b-0l397t44ma] {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 5px;
}

.info-button[b-0l397t44ma] {
    background-color: white;
    color: #007BFF;
    border: 2px solid #007BFF;
}

.info-button:hover[b-0l397t44ma] {
    background-color: #007BFF;
    color: white;
}

.accept-button[b-0l397t44ma] {
    background-color: #007BFF;
    color: white;
}

.accept-button:hover[b-0l397t44ma] {
    background-color: #0056b3;
}
/* /Components/IconWithTooltip.razor.rz.scp.css */
.icon-container[b-nbrllefnts] {
    position: relative;
    display: inline-block;
}

.icon-container i[b-nbrllefnts] {
    font-size: 24px;
    cursor: pointer;
}

.tooltip[b-nbrllefnts] {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.icon-container .tooltip[b-nbrllefnts] {
    visibility: visible;
    opacity: 1;
}
/* /Components/LoginPage.razor.rz.scp.css */
/* Global styles */
body[b-5bw2lzybmw] {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    color: #333;
    padding-top: 50px;
}

/* Card container */
.card[b-5bw2lzybmw] {
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    border: 2px solid #cf3575;
    padding: 30px;
    background: #fdf5f9;
}

/* Card title */
.card-title[b-5bw2lzybmw] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #cf3575;
    margin-bottom: 20px;
}

    .card-title .icon[b-5bw2lzybmw] {
        font-size: 1.8rem;
        margin-right: 10px;
    }

/* Card text */
.card-text[b-5bw2lzybmw] {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
}

    .card-text .highlight[b-5bw2lzybmw] {
        color: #cf3575;
        font-weight: bold;
    }

/* Login button */
.login-button[b-5bw2lzybmw] {
    background-color: #cf3575;
    color: white;
    font-size: 18px;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.1s;
}

    .login-button i[b-5bw2lzybmw] {
        margin-right: 10px;
    }

    .login-button:hover[b-5bw2lzybmw] {
        background-color: #953d89;
    }

    .login-button:focus[b-5bw2lzybmw] {
        outline: none;
    }

    .login-button:active[b-5bw2lzybmw] {
        transform: scale(0.98);
    }

/* Responsive styles */
@media (max-width: 600px) {
    .card[b-5bw2lzybmw] {
        padding: 20px;
        width: 100%;
    }

    .login-button[b-5bw2lzybmw] {
        padding: 10px 25px;
        font-size: 16px;
    }

    .card-title[b-5bw2lzybmw] {
        font-size: 24px;
    }

    .card-text[b-5bw2lzybmw] {
        font-size: 14px;
    }
}
/* /Components/PhotoGuidelinesModal.razor.rz.scp.css */
.small-img[b-03jisav4xf] {
    max-width: 200px;
    max-height: 300px;
}

/**/
.custom-btn[b-03jisav4xf] {
    background-color: #e2e6ea;
    color: #495057;
    border-radius: 5px;
    border: 1px solid #adb5bd;
    padding: 10px 20px;
    font-size: 1rem;
    transition: all 0.3s;
}

.custom-btn:hover[b-03jisav4xf] {
    background-color: #ced4da;
    color: #212529;
    border-color: #6c757d;
}
/* /Pages/Administration.razor.rz.scp.css */
body[b-vleojra98b] {
    font-size: 1rem;
    line-height: 1.5;
}

.btn-light:hover[b-vleojra98b] {
    background-color: #929292;
    color: white;
}

/**/
.custom-btn[b-vleojra98b] {
    background-color: #e2e6ea;
    color: #495057;
    border-radius: 5px;
    border: 1px solid #adb5bd;
    padding: 10px 20px;
    font-size: 1rem;
    transition: all 0.3s;
}

    .custom-btn:hover[b-vleojra98b] {
        background-color: #ced4da;
        color: #212529;
        border-color: #6c757d;
    }

/**/
.dropzone[b-vleojra98b] {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    margin-bottom: 20px;
    border-radius: 5px;
}

    .dropzone.dropzone-active[b-vleojra98b] {
        background-color: #999;
    }

    .dropzone label[b-vleojra98b] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

.fileProgress[b-vleojra98b] {
    vertical-align: middle !important;
}

.text-icon-light[b-vleojra98b] {
    color: #e9ecef;
}

/**/
.alert[b-vleojra98b] {
    margin: 2rem 0;
    border-left: 4px solid #cf3575;
    background-color: transparent;
    color: black; /*#6c757d;*/
}

.badge[b-vleojra98b] {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: #953d89;
    color: white;
}

.alert-heading[b-vleojra98b] {
    font-weight: bold;
}

.mb-0[b-vleojra98b] {
    color: black; /*#6c757d;*/
}

.mb-2[b-vleojra98b] {
    color: black !important;
}

/**/
h5[b-vleojra98b] {
    color: #555;
    font-size: 1.05rem;
    font-weight: 600;
}

hr[b-vleojra98b] {
    margin: 10px 0;
    border-color: #ddd;
}

h1[b-vleojra98b] {
    font-size: 2em;
    color: #2a73d0;
    font-weight: bold;
}

h2[b-vleojra98b] {
    font-size: 1.6em;
    color: #2a73d0;
    font-weight: bold;
}

.div-hr[b-vleojra98b] {
    height: 2px;
    background-color: #ccc;
    margin: 20px 0;
}

legend[b-vleojra98b] {
    font-size: 1.2rem;
    color: #2a73d0;
    font-weight: bold;
    padding: 0 10px;
}

fieldset[b-vleojra98b] {
    border: 2px solid #2a73d0;
    border-radius: 8px;
    padding: 15px;
}

.alert.alert-error[b-vleojra98b] {
    margin: 2rem 0;
    border-left: 4px solid #cf3575;
    background-color: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 0.25rem;
}

.form-label[b-vleojra98b] {
    color: black;
}
/* /Pages/FileUploader.razor.rz.scp.css */
/**/

/* Montserrat */
body[b-m30k0o96s0] {
    font-size: 1rem;
    line-height: 1.5;
}

.alert-box[b-m30k0o96s0] {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #FFA500;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    background-color: transparent;
}

.alert-icon[b-m30k0o96s0] {
    background-color: #FFA500;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/**/
.dropzone[b-m30k0o96s0] {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    margin-bottom: 20px;
    border-radius: 5px;
}

.dropzone.dropzone-active[b-m30k0o96s0] {
    background-color: #999;
}

.dropzone label[b-m30k0o96s0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.fileProgress[b-m30k0o96s0] {
    vertical-align: middle !important;
}

.text-icon-light[b-m30k0o96s0] {
    color: #e9ecef;
}

/**/
.custom-btn[b-m30k0o96s0] {
    background-color: #e2e6ea;
    color: #495057;
    border-radius: 5px;
    border: 1px solid #adb5bd;
    padding: 10px 20px;
    font-size: 1rem;
    transition: all 0.3s;
}

.custom-btn:hover[b-m30k0o96s0] {
    background-color: #ced4da;
    color: #212529;
    border-color: #6c757d;
}

/**/
.alert[b-m30k0o96s0] {
    margin: 2rem 0;
    border-left: 4px solid #cf3575;
    background-color: transparent;
    color: #6c757d;
}

.badge[b-m30k0o96s0] {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: #953d89;
    color: white;
}

.alert-heading[b-m30k0o96s0] {
    font-weight: bold;
    color: #333;
}

.mb-0[b-m30k0o96s0] {
    color: black; /*#6c757d;*/
}

.mb-2[b-m30k0o96s0] {
    color: black !important;
}

/**/
h5[b-m30k0o96s0] {
    color: #555;
    font-size: 1.05rem;
    font-weight: 600;
}

hr[b-m30k0o96s0] {
    margin: 10px 0;
    border-color: #ddd;
}
h1[b-m30k0o96s0] {
    font-size: 2em;
    color: #2a73d0;
    font-weight: bold;
}
h2[b-m30k0o96s0] {
    font-size: 1.6em;
    color: #2a73d0;
    font-weight: bold;
}
.div-hr[b-m30k0o96s0] {
    height: 2px;
    background-color: #ccc;
    margin: 20px 0;
}

.alert-link[b-m30k0o96s0] {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 12px;
    transition: color 0.3s, background-color 0.3s, transform 0.2s ease-in-out;
}

.alert-link:hover[b-m30k0o96s0] {
    color: #fff;
    background-color: #2a73d0;
    transform: scale(1.05);
}

.alert-link:focus[b-m30k0o96s0] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
}

legend[b-m30k0o96s0] {
    font-size: 1.2rem;
    color: #2a73d0;
    font-weight: bold;
    padding: 0 10px;
}

fieldset[b-m30k0o96s0] {
    border: 2px solid #2a73d0;
    border-radius: 8px;
    padding: 15px;
}

.alert.alert-error[b-m30k0o96s0] {
    margin: 2rem 0;
    border-left: 4px solid #cf3575;
    background-color: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 0.25rem;
}

.form-label[b-m30k0o96s0] {
    color: black;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1qrzb2vhig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1qrzb2vhig] {
    flex: 1;
}

.sidebar[b-1qrzb2vhig] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1qrzb2vhig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1qrzb2vhig]  a, .top-row[b-1qrzb2vhig]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1qrzb2vhig]  a:hover, .top-row[b-1qrzb2vhig]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1qrzb2vhig]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1qrzb2vhig] {
        display: none;
    }

    .top-row.auth[b-1qrzb2vhig] {
        justify-content: space-between;
    }

    .top-row[b-1qrzb2vhig]  a, .top-row[b-1qrzb2vhig]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1qrzb2vhig] {
        flex-direction: row;
    }

    .sidebar[b-1qrzb2vhig] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1qrzb2vhig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1qrzb2vhig]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1qrzb2vhig], article[b-1qrzb2vhig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ihdbow1t7h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ihdbow1t7h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ihdbow1t7h] {
    font-size: 1.1rem;
}

.oi[b-ihdbow1t7h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ihdbow1t7h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ihdbow1t7h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ihdbow1t7h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ihdbow1t7h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ihdbow1t7h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ihdbow1t7h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ihdbow1t7h] {
        display: none;
    }

    .collapse[b-ihdbow1t7h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
