/* /Controls/ChangePassword.razor.rz.scp.css */
#secure-panel[b-0tejvzvfjz] {
    text-align: center;
    width: 340px;
    margin: 80px auto;
    padding: 1em 0.5em;
    border: 1px solid lightgray;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-bottom: 25px;
    max-width: 90%;
    position: absolute;
    top: 20vh;
    left: calc(50% - 170px);
    background-color: white;
    border-radius: 20px;
}

    #secure-panel > h2[b-0tejvzvfjz] {
        margin: 0 auto;
        width: 80%;
        border-bottom: gray 2px solid;
    }

        #secure-panel > h2 img[b-0tejvzvfjz] {
            max-width: 100%;
        }

    #secure-panel h3 img[b-0tejvzvfjz] {
        max-width: 100%;
    }

    #secure-panel h3[b-0tejvzvfjz] {
        font-size: 1.5em;
        margin: 0px 0;
    }

.secure-form[b-0tejvzvfjz] {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

    .secure-form input[b-0tejvzvfjz], .secure-form button[b-0tejvzvfjz] {
        border-radius: 10px;
        max-width: 90%;
        border: gray solid 2px;
        padding: 3px;
        font-size: 17px;
        margin: 8px auto;
    }

    .secure-form button[b-0tejvzvfjz] {
        cursor: pointer;
        width: 80%;
        color: white;
        background: #00747C;
    }

        .secure-form button:hover[b-0tejvzvfjz] {
            background-color: #005F66;
        }

    .secure-form button[b-0tejvzvfjz], #profil input:last-child:hover[b-0tejvzvfjz] {
        border-radius: 15px;
        transition: 0.15s;
    }

#secure-panel a[b-0tejvzvfjz] {
    text-decoration: none;
    color: #00747C;
    font-size: 1.1em;
    padding: 15px 0;
    border-top: gray 2px solid;
    margin: 15px 10%;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

    #secure-panel a:hover[b-0tejvzvfjz] {
        color: #005F66;
        font-weight: bold;
    }

#chybova-hlaska[b-0tejvzvfjz] {
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 95%;
    margin: 5px auto;
    white-space: nowrap;
    color: darkred;
}

@media screen and (max-width: 400px) {
    #secure-panel[b-0tejvzvfjz] {
        left: calc(50% - 45%);
    }
}
/* /Controls/DialSticker.razor.rz.scp.css */
.cat-sticker[b-r6364qog6h] {
    padding: 2px 5px;
    padding-bottom: 3px;
    color: white;
    border-radius: 8px;
}
/* /Controls/NavMenu.razor.rz.scp.css */
.top-row[b-zipha0al3r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-zipha0al3r]  a, .top-row[b-zipha0al3r]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-zipha0al3r]  a:hover, .top-row[b-zipha0al3r]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-zipha0al3r]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zipha0al3r] {
        display: none;
    }

    .top-row.auth[b-zipha0al3r] {
        justify-content: space-between;
    }

    .top-row[b-zipha0al3r]  a, .top-row[b-zipha0al3r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zipha0al3r] {
        flex-direction: row;
    }

    .top-row[b-zipha0al3r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-zipha0al3r]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zipha0al3r], article[b-zipha0al3r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Controls/SideNavMenu.razor.rz.scp.css */
.navbar-toggler[b-fmwt05lbk0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fmwt05lbk0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.65);
}

.navbar-brand[b-fmwt05lbk0] {
    font-size: 1.1rem;
}

.oi[b-fmwt05lbk0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item img[b-fmwt05lbk0] {
    height: 30px;
}

.bottom[b-fmwt05lbk0] {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.nav-item[b-fmwt05lbk0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fmwt05lbk0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fmwt05lbk0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fmwt05lbk0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 2rem;
    }

        .nav-item[b-fmwt05lbk0]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-fmwt05lbk0]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        .mobile[b-fmwt05lbk0] {
            display: none;
            font-weight:  bold;
            padding: 0 15px;
        }


.navbar-brand[b-fmwt05lbk0] {
    margin: 0 auto;
}
@media (min-width: 641px) {
    .navbar-toggler[b-fmwt05lbk0] {
        display: none;
    }

    .collapse[b-fmwt05lbk0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-fmwt05lbk0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 641px) {
    .mobile[b-fmwt05lbk0] {
        display: block;
    }

    .bottom[b-fmwt05lbk0] {
        display: none;
    }
}
/* /Controls/ThreadDetail.razor.rz.scp.css */
textarea[b-3jclm40jmv] {
    resize: none;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 3px 5px;
}

#thread[b-3jclm40jmv] {
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: white;
    border: 1px solid lightgray;
    border-bottom: unset;
    height: 700px;
    width: 600px;
    max-width: 100%;
    max-height: 80%;
    border-radius: 8px 8px 0 0;
    z-index: 11;
}

#thread.dock[b-3jclm40jmv] {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    top: 0 !important;
    left: 0 !important;
}

.top-row[b-3jclm40jmv] {
    border-bottom: 2px solid gray;
    background-color: lightgray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    padding-right: 15px;
}
.top-row h3[b-3jclm40jmv] {
    font-size: 1.1rem;
    font-weight: bold;
}
.top-row span[b-3jclm40jmv] {
    display: block;
    font-weight: normal;
}
.top-row span[b-3jclm40jmv]::before {
    content: "#";
    padding-right: 2px;
}

#detail[b-3jclm40jmv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid lightgray;
    padding: 2px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#detail > div[b-3jclm40jmv] {
    font-weight: bold;
    display: grid;
}
#detail span > span[b-3jclm40jmv] {
    font-weight: normal;
}

#chat[b-3jclm40jmv] {
    height: calc(100% - 330px);
    overflow: auto;
    scroll-behavior: smooth;
}

#thread.dock #chat[b-3jclm40jmv] {
    height: calc(100% - 170px);
}

#chat > div[b-3jclm40jmv] {
    position: relative;
    margin: 10px;
    padding: 5px 10px;
    padding-bottom: 1.5rem;
    border: 1px solid lightgray;
    border-radius: 11px;
    width: 90%;
    background: whitesmoke;
}
#chat span[b-3jclm40jmv] {
    position: absolute;
    bottom: 5px;
    font-size: 0.8rem;
    color: lightslategray;
}
#chat img[b-3jclm40jmv] {
    position: absolute;
    bottom: 5px;
}

#chat .files[b-3jclm40jmv] {
    text-align: center;
}

#chat .files img[b-3jclm40jmv] {
    max-width: 90%;
    max-height: 350px;
    object-fit: contain;
    position: static !important;
    padding-bottom: 8px;
}

#chat > div.left[b-3jclm40jmv] {
    padding-left: 45px;
    border-bottom-left-radius: 0;
}
    #chat > div.left img[b-3jclm40jmv] {
        left: 8px;
    }
    #chat > div.left span[b-3jclm40jmv] {
        left: 45px;
    }

#chat > div.right[b-3jclm40jmv] {
    padding-right: 45px;
    margin-left: calc(10% - 10px);
    background-color: lightblue;
    border-bottom-right-radius: 0;
}
    #chat > div.right img[b-3jclm40jmv] {
        right: 8px;
    }
    #chat > div.right span[b-3jclm40jmv] {
        right: 45px;
    }

#chat > #chat-bottom[b-3jclm40jmv] {
    padding: 0;
    margin: 0;
    visibility: hidden;
}

#reply[b-3jclm40jmv] {
    position: relative;
    width: 100%;
    text-align: center;
    height: 120px;
}
.dock #reply[b-3jclm40jmv] {
    position: absolute;
    bottom: 10px;
}
#reply button[b-3jclm40jmv] {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #076694;
    color: white;
    outline: none;
    border: 2px solid #073C8A;
    border-radius: 8px;
}
#reply textarea[b-3jclm40jmv] {
    width: calc(100% - 20px);
    height: 95%;
    border: 1px solid lightgray;
    border-radius: 20px;
    padding: 5px 10px;
}

select[b-3jclm40jmv] {
    border: 1px solid lightgray;
    border-radius: 5px;
    outline: none;
}

#thread > :last-child[b-3jclm40jmv] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;

}

#thread > :last-child span[b-3jclm40jmv] {
    grid-row: 1;
    font-size: 12px;
}

@media screen and (max-width: 641px) {
    #thread[b-3jclm40jmv] {
        bottom: 55px;
        padding-bottom: 10px;
        font-size: 0.8em;
        max-height: 80vh;
        z-index: 15;
    }

    .top-row h3[b-3jclm40jmv] {
        font-size: 0.9rem;
    }

    .top-row[b-3jclm40jmv] {
        display: block;
        text-align: center;
    }
}
/* /Controls/ThreadOverview.razor.rz.scp.css */
#overview[b-ridytgw25t] {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    height: calc(100vh - 106px);
    overflow: hidden;
}

#overview.chat[b-ridytgw25t] {
    grid-template-columns: 250px 1fr;
}

#side-menu[b-ridytgw25t] {
    position: relative;
    padding: 0 20px;
    border-right: 1px solid lightgray;
}

    #side-menu button[b-ridytgw25t] {
        background-color: #076694;
        color: white;
        outline: none;
        border: 2px solid #073C8A;
        border-radius: 8px;
        margin: 10px auto;
    }

#new-chat[b-ridytgw25t] {
    position: absolute;
    display: grid;

    background-color: white;
    border: 1px solid lightgray;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    width: 250px;
    height: 200px;
    border-radius: 15px;
    z-index: 50;
}
#new-chat button[b-ridytgw25t] {
    width: 100%;
}

#side-menu > div[b-ridytgw25t] {
    border-top: 1px solid lightgray;
    padding-top: 20px;
}
    #side-menu > div:first-child[b-ridytgw25t] {
        border-top: none;
    }

#side-menu h4[b-ridytgw25t] {
    font-size: 1.1em;
}

#side-menu .cat[b-ridytgw25t] {
    position: relative;
    padding: 5px 0;
    padding-right: 20px;

    cursor: pointer;
    display: flex;
    align-items: center;
}

#side-menu #filters[b-ridytgw25t] {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 20px;
    text-align: center;
}
#side-menu #filters span[b-ridytgw25t] {
    text-align: left;
}

.cat img[b-ridytgw25t] {
    position: absolute;
    right: 0;

    height: 20px;
}

.cat:hover[b-ridytgw25t] {
    background-color: whitesmoke;
}

#content[b-ridytgw25t] {
    position: relative;
    padding: 0px;
    overflow: auto;
    padding-bottom: 10px;
}

#content > div[b-ridytgw25t] {
    display: grid;
    padding: 0 10px;
    grid-template-columns: 55px 160px 2fr 1fr 1fr 180px 120px;
    border-bottom: 1px solid lightgray;
    height: 3rem;
    align-items: center;
    position: relative;
    cursor: pointer;
}
#content > div:nth-child(n+2):hover[b-ridytgw25t]:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.1);
    content: "";
}

    #content > div:first-child[b-ridytgw25t] {
        font-weight: bold;
        background-color: #2491E0;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
    }
        #content > div:first-child span[b-ridytgw25t] {
            position: relative;
            line-height: 2rem;
            cursor: pointer;
            user-select: none;
        }
    #content > div:first-child span:hover[b-ridytgw25t]::after {
        position: absolute;
        padding-left: 5px;
        content: url("../img/sorting.png");
        filter: invert(100%);
    }

#content > div :nth-child(n+5)[b-ridytgw25t] {
    text-align: center;
}

.selected[b-ridytgw25t] {
    background-color: lightskyblue !important;
}

.conversation[b-ridytgw25t] {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    height: 35px;
    padding-right: 30px;
}
.conversation img[b-ridytgw25t] {
    height: 30px;
    position: absolute;
    right: 0;
}
.conversation .not[b-ridytgw25t] {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border-radius: 10px;
    background-color: darkblue;
    color: white;
    text-align: center;
}

.show[b-ridytgw25t] {
    display: none;
    height: 30px;
    position: absolute;
    top: 5px;
    z-index: 25;
    left: 0;
}

@media screen and (max-width: 1380px) {
    #content > div[b-ridytgw25t] {
        grid-template-columns: 55px 160px 2fr 1fr 150px 130px 100px;
    }
}

@media screen and (max-width: 1200px) {
    #content > div[b-ridytgw25t] {
        grid-template-columns: 55px 160px 2fr 130px 100px;
    }

    #content > div :nth-child(4)[b-ridytgw25t], #content > div :nth-child(5)[b-ridytgw25t] {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #content[b-ridytgw25t] {
        position: static;
        font-size: 0.9em;
    }

    .show[b-ridytgw25t] {
        display: block;
    }

    #overview[b-ridytgw25t] {
        grid-template-columns: 1fr;
    }

    #side-menu[b-ridytgw25t] {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100%);
        background-color: white;
        z-index: 20;
        width: 250px;
    }

    #content > div[b-ridytgw25t] {
        grid-template-columns: 45px 130px 2fr 130px 100px;
        height: auto;
        min-height: 3rem;
    }

        #content > div :nth-child(4)[b-ridytgw25t], #content > div :nth-child(5)[b-ridytgw25t] {
            display: none;
        }

    #side-menu.hid[b-ridytgw25t] {
        display: none;
    }
}

@media screen and (max-width: 641px) {
   #content > div[b-ridytgw25t] {
        grid-template-columns: 45px 2fr 100px;
        height: auto;
        min-height: 3rem;
    }

    #content > div :nth-child(2)[b-ridytgw25t], #content > div :nth-child(4)[b-ridytgw25t], #content > div :nth-child(5)[b-ridytgw25t], #content > div :nth-child(7)[b-ridytgw25t] {
        display: none;
    }
}
/* /Pages/DashBoard.razor.rz.scp.css */

#dashboard[b-5j6b4wmzvh] {
    display: grid;
    width: max-content;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 4rem;
}

.panel[b-5j6b4wmzvh] {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 10px;
    padding-top: 3rem;
    margin: 10px auto;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
}

    .panel > span[b-5j6b4wmzvh] {
        position: absolute;
        top: 0.5rem;
        font-size: 2rem;
        font-weight: bold;
    }
    /*.panel.colored * {
        color: white;
    }*/

.item[b-5j6b4wmzvh] {
    position: relative;
    height: 8rem;
    width: 8rem;
    padding: 10px;
    margin: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: grid;
    align-items: center;
    border-radius: 8px 3px;
    cursor: pointer;
}

    .item img[b-5j6b4wmzvh] {
        position: absolute;
        bottom: -10px;
        right: -10px;
        height: 32px;
    }

.value[b-5j6b4wmzvh] {
    padding-top: 0.5em;
    font-size: 2rem;
    font-weight: bold;
}

.help[b-5j6b4wmzvh] {
    position: absolute;
    bottom: 60px;
    right: 10px;
    display: block;
}

@media screen and (max-width: 641px) {
    .panel > span[b-5j6b4wmzvh] {
        font-size: 1.2rem;
    }
}
/* /Pages/Help.razor.rz.scp.css */
#help > div[b-591ra5lm1y] {
    max-width: 100%;
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 2px solid gray;
}

#help[b-591ra5lm1y] {
    padding-bottom: 60px;
    width: 1500px;
    margin: 0 auto;
    max-width: 100%;
}

    #help > div > div > img[b-591ra5lm1y] {
        max-width: 50%;
        max-height: 90vh;
        float: left;
        object-fit: cover;
        padding-right: 20px;
        margin-top: -20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #help > div > div[b-591ra5lm1y] {
        padding: 0 10px;
    }

h1[b-591ra5lm1y] {
    display: none;
}

h2[b-591ra5lm1y] {
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: 10px;
}

ul[b-591ra5lm1y] {
    margin-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

    ul img[b-591ra5lm1y] {
        height: 25px;
    }

    ul span[b-591ra5lm1y] {
        font-weight: bold;
        font-size: 1.2em;
        width: max-content;
        border-bottom: 2px solid lightgray;
    }

li[b-591ra5lm1y] {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
/* /Pages/Login.razor.rz.scp.css */
#secure-panel[b-dn804qrvtc] {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 340px;
    margin: 80px auto;
    padding: 1em 0.5em;
    border: 1px solid rgb(178, 178, 178);
    padding-bottom: 25px;
    max-width: 90%;
    border-radius: 20px;
}

    #secure-panel > h2[b-dn804qrvtc] {
        margin: 0 auto;
        width: 80%;
        border-bottom: gray 2px solid;
    }

        #secure-panel > h2 img[b-dn804qrvtc] {
            max-width: 100%;
        }

    #secure-panel h3 img[b-dn804qrvtc] {
        max-width: 100%;
        height: 140px;
        padding: 20px 0;
    }

    #secure-panel h3[b-dn804qrvtc] {
        font-size: 1.5em;
        margin: 0px 0;
    }

.secure-form[b-dn804qrvtc] {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

    .secure-form input[b-dn804qrvtc], .secure-form button[b-dn804qrvtc] {
        border-radius: 10px;
        max-width: 90%;
        border: gray solid 2px;
        padding: 3px;
        font-size: 17px;
        margin: 8px auto;
    }

    .secure-form button[b-dn804qrvtc] {
        cursor: pointer;
        width: 80%;
        color: white;
        background: #1F438C;
    }

        .secure-form button:hover[b-dn804qrvtc] {
            background-color: #173269;
        }

    .secure-form button[b-dn804qrvtc], #profil input:last-child:hover[b-dn804qrvtc] {
        border-radius: 15px;
        transition: 0.15s;
    }

#secure-panel a[b-dn804qrvtc] {
    text-decoration: none;
    color: #5671A6;
    font-size: 1.1em;
    padding: 15px 0;
    border-top: gray 2px solid;
    margin: 15px 10%;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

    #secure-panel a:hover[b-dn804qrvtc] {
        color: #5671A6;
        font-weight: bold;
    }

#chybova-hlaska[b-dn804qrvtc] {
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 95%;
    margin: 5px auto;
    white-space: nowrap;
    color: darkred;
}

@media screen and (max-width: 350px) {
    .secure-form button[b-dn804qrvtc] {
        width: 90%;        
    }
}
/* /Pages/Profile.razor.rz.scp.css */

input[b-3r4w71zea9], button[b-3r4w71zea9], select[b-3r4w71zea9] {
    border-radius: 10px;
    max-width: 90%;
    border: gray solid 2px;
    padding: 3px;
    font-size: 17px;
    margin: 8px auto;
    width: 100%;
}

#profile select option[b-3r4w71zea9] {
    background-color: white !important;
}
#profile select option[selected][b-3r4w71zea9] {
    background-color: lightgray !important;
}

button[b-3r4w71zea9] {
    background-color: #076694;
    color: white;
    outline: none;
    border: 2px solid #073C8A;
    margin: 10px auto;
    cursor: pointer;
}

#profile > div[b-3r4w71zea9] {
    width: 40%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}

    #profile > div button[b-3r4w71zea9] {
        grid-column: span 2;
    }


@media screen and (max-width: 1150px) {
    #profile > div[b-3r4w71zea9] {
        width: 90%;
    }
}
/* /Pages/Register.razor.rz.scp.css */
#secure-panel[b-bk2rqqzsi7] {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 340px;
    margin: 80px auto;
    padding: 1em 0.5em;
    border: 1px solid rgb(178, 178, 178);
    padding-bottom: 25px;
    max-width: 90%;
    border-radius: 20px;
}

    #secure-panel > h2[b-bk2rqqzsi7] {
        margin: 0 auto;
        width: 80%;
        border-bottom: gray 2px solid;
    }

        #secure-panel > h2 img[b-bk2rqqzsi7] {
            max-width: 100%;
        }

    #secure-panel h3 img[b-bk2rqqzsi7] {
        max-width: 100%;
    }

    #secure-panel h3[b-bk2rqqzsi7] {
        font-size: 1.5em;
        margin: 0px 0;
    }

.secure-form[b-bk2rqqzsi7] {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

    .secure-form input[b-bk2rqqzsi7], .secure-form button[b-bk2rqqzsi7] {
        border-radius: 10px;
        max-width: 90%;
        border: gray solid 2px;
        padding: 3px;
        font-size: 17px;
        margin: 8px auto;
    }

    .secure-form button[b-bk2rqqzsi7] {
        cursor: pointer;
        width: 80%;
        color: white;
        background: #00747C;
    }

        .secure-form button:hover[b-bk2rqqzsi7] {
            background-color: #005F66;
        }

    .secure-form button[b-bk2rqqzsi7], #profil input:last-child:hover[b-bk2rqqzsi7] {
        border-radius: 15px;
        transition: 0.15s;
    }

#secure-panel a[b-bk2rqqzsi7] {
    text-decoration: none;
    color: #00747C;
    font-size: 1.1em;
    padding: 15px 0;
    border-top: gray 2px solid;
    margin: 15px 10%;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

    #secure-panel a:hover[b-bk2rqqzsi7] {
        color: #005F66;
        font-weight: bold;
    }

#chybova-hlaska[b-bk2rqqzsi7] {
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 95%;
    margin: 5px auto;
    white-space: nowrap;
    color: darkred;
}
/* /Pages/SendIssueMessage.razor.rz.scp.css */
#sendForm[b-ini6p1558n] {
    width: 320px;
    padding: 30px 20px;
    margin: 50px auto;
    display: grid;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    max-width: 97%;
}

#sendForm input[b-ini6p1558n], textarea[b-ini6p1558n], select[b-ini6p1558n], button[b-ini6p1558n], input[type=file][b-ini6p1558n]::file-selector-button {
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 8px;
    resize: none;
    outline: none;
    margin: 3px 0;
    margin-top: 1px;
}


    #sendForm h3 img[b-ini6p1558n] {
        max-width: 100%;
        height: 140px;
        padding: 20px 0;
    }

#sendForm h3[b-ini6p1558n] {
    font-size: 1.5rem;
    text-align: center;
    margin-top: -30px;
}

button[b-ini6p1558n] {
    background-color: #1F438C;
    color: white;
    outline: none;
    border: 2px solid #073C8A;
    margin: 10px auto;
    cursor: pointer;
}

span[b-ini6p1558n] {
    width: max-content;
    font-size: 13px;
    margin-left: 3px;
}
span:last-child[b-ini6p1558n] {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.required[b-ini6p1558n] {
    position: relative;
}
.required[b-ini6p1558n]:after {
    position: absolute;
    content: "*";
    right: -5px;
    top: -2px;
    font-size: 13px;
}

#sendForm > div[b-ini6p1558n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ag5u0p6mwk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ag5u0p6mwk] {
    overflow: hidden;
    flex: 1;
}

.sidebar[b-ag5u0p6mwk] {
    background-image: linear-gradient(180deg, #076694 0%, #073C8A 70%);
    position: relative;
    z-index: 25;
}

#_copy[b-ag5u0p6mwk] {
    text-align: center;
}

footer[b-ag5u0p6mwk] {
    position: fixed;
    bottom: 0;
    left: 72px;
    width: calc(100% - 88px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    z-index: 25;
    background-color: white;
    margin: 0 8px;
    color: #4D4D4D;
}


    footer *[b-ag5u0p6mwk] {
        margin: 0;
    }

    footer br[b-ag5u0p6mwk] {
        display: none;
    }
    footer img[b-ag5u0p6mwk] {
        height: 50px;
        filter: grayscale(100%);
    }
    footer a img[b-ag5u0p6mwk] {
        height: 16px !important;
        padding-left: 5px;
    }

.testing span[b-ag5u0p6mwk]:after {
    content: "Testing";
    color: darkred;
    font-weight: bold;
    padding-left: 15px;
}

@media (max-width: 800px) {
    footer[b-ag5u0p6mwk] {
        font-size: 12px;
    }
}

@media (min-width: 641px) {
    .page[b-ag5u0p6mwk] {
        flex-direction: row;
    }

    .sidebar[b-ag5u0p6mwk] {
        width: 70px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ag5u0p6mwk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ag5u0p6mwk]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ag5u0p6mwk], article[b-ag5u0p6mwk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 641px) {
    footer.testing[b-ag5u0p6mwk] {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    main[b-ag5u0p6mwk] {
        padding-bottom: 60px;
    }

    footer img[b-ag5u0p6mwk] {
        grid-row: span 2;
    }

    footer p[b-ag5u0p6mwk] {
        line-height: 25px;
        display: grid;
        grid-template-columns: 100px 1fr;
    }

    .testing span[b-ag5u0p6mwk]:after {
        padding-left: 5px;
    }
}

@media (max-width: 350px) {
    footer[b-ag5u0p6mwk] {
        font-size: 12px;
    }

        footer img[b-ag5u0p6mwk] {
            height: 30px;
            margin: 10px 0;
        }

        footer p[b-ag5u0p6mwk] {
            line-height: 25px;
            grid-template-columns: 50px 1fr;
        }
}
