/* /Pages/Fileupload.razor.rz.scp.css */
.container[b-xn04j1i6x4] {
    height: 600px;
    position: relative;
    border: 3px solid #03e9f4;
}

.center[b-xn04j1i6x4] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* /Pages/History.razor.rz.scp.css */
*[b-40cmq8hsfn] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body[b-40cmq8hsfn] {
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 71, 147, 227, 1);
}

h2[b-40cmq8hsfn] {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #03e9f4;
    padding: 30px 0;
}

/* Table Styles */

.table-wrapper[b-40cmq8hsfn] {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table[b-40cmq8hsfn] {
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    border: 5px solid #03e9f4;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

    .fl-table td[b-40cmq8hsfn], .fl-table th[b-40cmq8hsfn] {
        text-align: center;
        padding: 8px;
    }

    .fl-table td[b-40cmq8hsfn] {
        border-right: 1px solid #f8f8f8;
        font-size: 15px;
    }

    .fl-table thead th[b-40cmq8hsfn] {
        color: black;
        background: #03e9f4;
    }

        .fl-table thead th:nth-child(odd)[b-40cmq8hsfn] {
            color: #ffffff;
            background: black;
        }

    .fl-table tr:nth-child(even)[b-40cmq8hsfn] {
        background: #F8F8F8;
    }

/* Responsive */

@media (max-width: 767px) {
    .fl-table[b-40cmq8hsfn] {
        display: block;
        width: 100%;
    }

    .table-wrapper[b-40cmq8hsfn]:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead[b-40cmq8hsfn], .fl-table tbody[b-40cmq8hsfn], .fl-table thead th[b-40cmq8hsfn] {
        display: block;
    }

        .fl-table thead th:last-child[b-40cmq8hsfn] {
            border-bottom: none;
        }

    .fl-table thead[b-40cmq8hsfn] {
        float: left;
    }

    .fl-table tbody[b-40cmq8hsfn] {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td[b-40cmq8hsfn], .fl-table th[b-40cmq8hsfn] {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 15px;
        text-overflow: ellipsis;
    }

    .fl-table thead th[b-40cmq8hsfn] {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr[b-40cmq8hsfn] {
        display: table-cell;
    }

        .fl-table tbody tr:nth-child(odd)[b-40cmq8hsfn] {
            background: none;
        }

    .fl-table tr:nth-child(even)[b-40cmq8hsfn] {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd)[b-40cmq8hsfn] {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even)[b-40cmq8hsfn] {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td[b-40cmq8hsfn] {
        display: block;
        text-align: center;
    }
}
/* /Pages/Index.razor.rz.scp.css */
body[b-7fqrb45m4c] {
    margin: 0;
    background: #EEE;
    user-select: none;
    font-family: sans-serif;
}

#slider[b-7fqrb45m4c] {
    position: relative;
    width: 25%;
    height: 28vw;
    margin: 150px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

input[type=radio][b-7fqrb45m4c] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}

    input[type=radio]:nth-child(5)[b-7fqrb45m4c] {
        margin-right: 0px;
    }

    input[type=radio]:checked[b-7fqrb45m4c] {
        opacity: 1;
        accent-color: #03e9f4
    }

#slider label[b-7fqrb45m4c],
#slider label img[b-7fqrb45m4c] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

/* Slider Functionality */

/* Active Slide */
#s1:checked ~ #slide1[b-7fqrb45m4c],
#s2:checked ~ #slide2[b-7fqrb45m4c],
#s3:checked ~ #slide3[b-7fqrb45m4c],
#s4:checked ~ #slide4[b-7fqrb45m4c],
#s5:checked ~ #slide5[b-7fqrb45m4c] {
    box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
    transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2[b-7fqrb45m4c],
#s2:checked ~ #slide3[b-7fqrb45m4c],
#s3:checked ~ #slide4[b-7fqrb45m4c],
#s4:checked ~ #slide5[b-7fqrb45m4c],
#s5:checked ~ #slide1[b-7fqrb45m4c] {
    box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
    transform: translate3d(20%, 0, -100px);
}

/* Next to Next Slide */
#s1:checked ~ #slide3[b-7fqrb45m4c],
#s2:checked ~ #slide4[b-7fqrb45m4c],
#s3:checked ~ #slide5[b-7fqrb45m4c],
#s4:checked ~ #slide1[b-7fqrb45m4c],
#s5:checked ~ #slide2[b-7fqrb45m4c] {
    box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
    transform: translate3d(40%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4[b-7fqrb45m4c],
#s2:checked ~ #slide5[b-7fqrb45m4c],
#s3:checked ~ #slide1[b-7fqrb45m4c],
#s4:checked ~ #slide2[b-7fqrb45m4c],
#s5:checked ~ #slide3[b-7fqrb45m4c] {
    box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
    transform: translate3d(-40%, 0, -250px);
}

/* Previous Slide */
#s1:checked ~ #slide5[b-7fqrb45m4c],
#s2:checked ~ #slide1[b-7fqrb45m4c],
#s3:checked ~ #slide2[b-7fqrb45m4c],
#s4:checked ~ #slide3[b-7fqrb45m4c],
#s5:checked ~ #slide4[b-7fqrb45m4c] {
    box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
    transform: translate3d(-20%, 0, -100px);
}
/* /Pages/Meetings.razor.rz.scp.css */


*[b-2hjkctgmsu] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body[b-2hjkctgmsu] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100vh;

}

    body .container[b-2hjkctgmsu] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 40px 0;
    }

        body .container .card[b-2hjkctgmsu] {
            position: relative;
            min-width: 320px;
            height: 440px;
            box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            margin: 30px;
            transition: 0.5s;
        }

            body .container .card:nth-child(1) .box .content a[b-2hjkctgmsu] {
                background: #2196f3;
            }

            body .container .card:nth-child(2) .box .content a[b-2hjkctgmsu] {
                background: #e91e63;
            }

            body .container .card:nth-child(3) .box .content a[b-2hjkctgmsu] {
                background: #23c186;
            }

            body .container .card .box[b-2hjkctgmsu] {
                position: absolute;
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
                background: #2a2b2f;
                border-radius: 15px;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                transition: 0.5s;
            }

                body .container .card .box:hover[b-2hjkctgmsu] {
                    transform: translateY(-50px);
                }

                body .container .card .box[b-2hjkctgmsu]:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 50%;
                    height: 100%;
                    background: rgba(255, 255, 255, 0.03);
                }

                body .container .card .box .content[b-2hjkctgmsu] {
                    padding: 20px;
                    text-align: center;
                }

                    body .container .card .box .content h2[b-2hjkctgmsu] {
                        position: absolute;
                        top: -10px;
                        right: 30px;
                        font-size: 8rem;
                        color: #03e9f4;
                    }

                    body .container .card .box .content h3[b-2hjkctgmsu] {
                        font-size: 1.8rem;
                        color: #03e9f4;
                        z-index: 1;
                        transition: 0.5s;
                        margin-bottom: 15px;
                    }

                    body .container .card .box .content p[b-2hjkctgmsu] {
                        font-size: 1rem;
                        font-weight: 300;
                        color: rgba(255, 255, 255, 0.9);
                        z-index: 1;
                        transition: 0.5s;
                    }

                    body .container .card .box .content a[b-2hjkctgmsu] {
                        position: relative;
                        display: inline-block;
                        padding: 8px 20px;
                        background: black;
                        border-radius: 5px;
                        text-decoration: none;
                        color: white;
                        margin-top: 20px;
                        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
                        transition: 0.5s;
                    }

                        body .container .card .box .content a:hover[b-2hjkctgmsu] {
                            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
                            background: #fff;
                            color: #000;
                        }

.card[b-2hjkctgmsu] {
    background-color: #03e9f4;
}
/* /Pages/Settings.razor.rz.scp.css */
html[b-ghnco3a11w] {
    height: 100%;
}

body[b-ghnco3a11w] {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: linear-gradient(#141e30, #243b55);
}

.login-box[b-ghnco3a11w] {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
}

    .login-box h2[b-ghnco3a11w] {
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .login-box .user-box[b-ghnco3a11w] {
        position: relative;
    }

        .login-box .user-box input[b-ghnco3a11w] {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            margin-bottom: 30px;
            border: none;
            border-bottom: 1px solid #fff;
            outline: none;
            background: transparent;
        }

        .login-box .user-box label[b-ghnco3a11w] {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        .login-box .user-box input:focus ~ label[b-ghnco3a11w],
        .login-box .user-box input:valid ~ label[b-ghnco3a11w] {
            top: -20px;
            left: 0;
            color: #03e9f4;
            font-size: 12px;
        }

    .login-box form a[b-ghnco3a11w] {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: #03e9f4;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        margin-top: 40px;
        letter-spacing: 4px
    }

    .login-box a:hover[b-ghnco3a11w] {
        background: #03e9f4;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
    }

    .login-box a span[b-ghnco3a11w] {
        position: absolute;
        display: block;
    }

        .login-box a span:nth-child(1)[b-ghnco3a11w] {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #03e9f4);
            animation: btn-anim1-b-ghnco3a11w 1s linear infinite;
        }

@keyframes btn-anim1-b-ghnco3a11w {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2)[b-ghnco3a11w] {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2-b-ghnco3a11w 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2-b-ghnco3a11w {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3)[b-ghnco3a11w] {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3-b-ghnco3a11w 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3-b-ghnco3a11w {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4)[b-ghnco3a11w] {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4-b-ghnco3a11w 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4-b-ghnco3a11w {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}
/* /Pages/Statute.razor.rz.scp.css */
.pdf-viewer[b-wasgf9w8ke] {
    width: calc(100% - 20px);
    height: 650px;
}

.pdf-viewer[b-wasgf9w8ke] {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #03e9f4;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

    .pdf-viewer:hover[b-wasgf9w8ke] {
        background: #03e9f4;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
    }

    .pdf-viewer span:nth-child(1)[b-wasgf9w8ke] {
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #03e9f4);
        animation: btn-anim1-b-wasgf9w8ke 1s linear infinite;
    }

    .pdf-viewer span:nth-child(2)[b-wasgf9w8ke] {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #03e9f4);
        animation: btn-anim2-b-wasgf9w8ke 1s linear infinite;
        animation-delay: .25s
    }

@keyframes btn-anim1-b-wasgf9w8ke {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

@keyframes btn-anim2-b-wasgf9w8ke {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.pdf-viewer span:nth-child(3)[b-wasgf9w8ke] {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3-b-wasgf9w8ke 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3-b-wasgf9w8ke {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.pdf-viewer span:nth-child(4)[b-wasgf9w8ke] {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4-b-wasgf9w8ke 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4-b-wasgf9w8ke {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-txjxn67le2] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #808080;
}

main[b-txjxn67le2] {
    flex: 1;
}

.sidebar[b-txjxn67le2] {
    background-color: #1a1a1a;
}

.top-row[b-txjxn67le2] {
    background-color: black;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-txjxn67le2]  a, .top-row .btn-link[b-txjxn67le2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-txjxn67le2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-txjxn67le2] {
        display: none;
    }

    .top-row.auth[b-txjxn67le2] {
        justify-content: space-between;
    }

    .top-row a[b-txjxn67le2], .top-row .btn-link[b-txjxn67le2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-txjxn67le2] {
        flex-direction: row;
    }

    .sidebar[b-txjxn67le2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-txjxn67le2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-txjxn67le2], article[b-txjxn67le2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dv9jfoq6g4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dv9jfoq6g4] {
    height: 3.5rem;
    background-color: black;
}

.navbar-brand[b-dv9jfoq6g4] {
    font-size: 1.1rem;
}

.oi[b-dv9jfoq6g4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dv9jfoq6g4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dv9jfoq6g4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dv9jfoq6g4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dv9jfoq6g4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dv9jfoq6g4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #03e9f4;
        }

        .nav-item[b-dv9jfoq6g4]  a:hover {
            color: #03e9f4;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-dv9jfoq6g4] {
        display: none;
    }

    .collapse[b-dv9jfoq6g4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
