/* /Pages/Calendar.razor.rz.scp.css */
html[b-x6x8vt1q74] {
    overflow: hidden;
}
/* /Pages/Chat.razor.rz.scp.css */
/* css for index page */

.no-chat[b-lczqsgrie6] {
    background-color: #f09d3d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 8px;
    margin: 5px;
}

    .no-chat svg[b-lczqsgrie6] {
        fill: white;
    }

.close-chat svg[b-lczqsgrie6] {
    stroke: white;
}

.no-chat-alert svg[b-lczqsgrie6] {
    fill: #ffc107;
}

.chat[b-lczqsgrie6] {
    font-family: "Raleway", sans-serif;
    background-color: white;
    width: 90%;
    height: 90%;
    max-width: 500px;
    max-height: 580px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
}

    .chat .top-row[b-lczqsgrie6] {
        position: absolute;
        height: 4rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #f09d3d;
        color: white;
        border-radius: 0.5rem 0.5rem 0 0;
        font-size: 0.95rem;
    }

        .chat .top-row svg[b-lczqsgrie6] {
            width: 24px;
            margin-right: 0.5rem;
            margin-left: -6px;
        }

        .chat .top-row img.brand-chat[b-lczqsgrie6] {
            height: 50px;
            margin-right: 0.5rem;
            margin-left: -6px;
        }

        .chat .top-row button[b-lczqsgrie6] {
            min-width: 0;
            border-radius: 0.5rem;
            background-color: white;
            color: #f09d3d;
            font-size: 0.95rem;
        }

    .chat .content-row[b-lczqsgrie6] {
        margin: 4.1rem 0 3.1rem 0;
        position: absolute;
        width: 100%;
        height: calc(100% - 7.2rem);
    }

        .chat .content-row #scrollbox[b-lczqsgrie6] {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            display: flex;
            flex-direction: column;
            align-content: stretch;
            align-items: stretch;
        }

    .chat .bottom-row[b-lczqsgrie6] {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3rem;
        left: 0;
        display: flex;
        align-items: center;
        border-top: 1px #ccc solid;
    }

        .chat .bottom-row input[b-lczqsgrie6] {
            width: 100%;
            border: none;
            margin-right: 0.5rem;
            padding: 0.1rem 0.5rem;
        }

            .chat .bottom-row input:focus-visible[b-lczqsgrie6] {
                outline: none;
            }

            .chat .bottom-row input:focus[b-lczqsgrie6] {
                outline: none;
            }

        .chat .bottom-row .btn-send[b-lczqsgrie6] {
            cursor: pointer;
        }

        .chat .bottom-row .btn-send svg[b-lczqsgrie6] {
            stroke: gray;
        }

@media (max-width: 767px) {
    .chat[b-lczqsgrie6] {
        width: calc(100% - 2rem);
        height: calc(90% - 3rem);
    }
}

@media (max-height: 767px) {
    .chat[b-lczqsgrie6] {
        width: calc(100% - 2rem);
        height: calc(90% - 3rem);
    }
}


textarea[b-lczqsgrie6] {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}



/* improved CSS for speech bubbles */

.received[b-lczqsgrie6], .sent[b-lczqsgrie6] {
    position: relative;
    /*font-family: arial;*/
    font-size: 1.1em;
    border-radius: 10px;
    padding: 4px 20px;
    margin-bottom: 20px;
    max-width: 90%;
}

/*    .received:after, .sent:after {
        content: '';
        border: 15px solid transparent;
        position: absolute;
        margin-top: -38px;
    }*/

.sent[b-lczqsgrie6] {
    background: #ebeef5;
    color: #012253;
    margin-left: auto;
    /*top: 50%;*/
    text-align: right;
}

.received[b-lczqsgrie6] {
    background: #f09d3d;
    color: #fff;
    margin-left: 10px;
    margin-right: auto;
}

/*.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -14px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -14px;
}*/

/* div within bubble for name */
.user[b-lczqsgrie6] {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.sent .user[b-lczqsgrie6] {
    color: #f09d3d;
}

.msg[b-lczqsgrie6] {
    /*display: inline;*/
    font-size: .8em;
}
/* /Principal/BlankLayout.razor.rz.scp.css */
/* /Principal/DefaultLayout.razor.rz.scp.css */
/* /Principal/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-a0bwoloclz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-a0bwoloclz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-a0bwoloclz] {
    font-size: 1.1rem;
}

.oi[b-a0bwoloclz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-a0bwoloclz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a0bwoloclz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a0bwoloclz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a0bwoloclz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-a0bwoloclz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-a0bwoloclz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a0bwoloclz] {
        display: none;
    }

    .collapse[b-a0bwoloclz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
