/* /Pages/Account/Login.razor.rz.scp.css */
.bd-placeholder-img[b-ktpiu341qq] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-ktpiu341qq] {
        font-size: 3.5rem;
    }
}


html[b-ktpiu341qq],
body[b-ktpiu341qq] {
    height: 100%;
}

body[b-ktpiu341qq] {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin[b-ktpiu341qq] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox[b-ktpiu341qq] {
    font-weight: 400;
}

.form-signin .form-floating:focus-within[b-ktpiu341qq] {
    z-index: 2;
}

.form-signin input[type="email"][b-ktpiu341qq] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"][b-ktpiu341qq] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* /Pages/Ticket/NewTicket.razor.rz.scp.css */
.large-button[b-qfr2uqpcw0] {
    width:100%;
    height: 50px;
}
/* /Pages/Ticket/SingleTicket.razor.rz.scp.css */
.justify-space-between[b-5hegmzemlx]{
    justify-content: space-between !important
}

.card[b-5hegmzemlx] {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list[b-5hegmzemlx] {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat[b-5hegmzemlx] {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list[b-5hegmzemlx] {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li[b-5hegmzemlx] {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover[b-5hegmzemlx] {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active[b-5hegmzemlx] {
    background: #efefef
}

.people-list .chat-list li .name[b-5hegmzemlx] {
    font-size: 15px
}

.people-list .chat-list img[b-5hegmzemlx] {
    width: 45px;
    border-radius: 50%
}

.people-list img[b-5hegmzemlx] {
    float: left;
    border-radius: 50%
}

.people-list .about[b-5hegmzemlx] {
    float: left;
    padding-left: 8px
}

.people-list .status[b-5hegmzemlx] {
    color: #999;
    font-size: 13px
}

.chat .chat-header[b-5hegmzemlx] {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img[b-5hegmzemlx] {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about[b-5hegmzemlx] {
    float: left;
    padding-left: 10px
}

.chat .chat-history[b-5hegmzemlx] {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul[b-5hegmzemlx] {
    padding: 0
}

.chat .chat-history ul li[b-5hegmzemlx] {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child[b-5hegmzemlx] {
    margin-bottom: 0px
}

.chat .chat-history .message-data[b-5hegmzemlx] {
    margin-bottom: 15px
}

.chat .chat-history .message-data img[b-5hegmzemlx] {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time[b-5hegmzemlx] {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message[b-5hegmzemlx] {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message[b-5hegmzemlx]:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message[b-5hegmzemlx] {
    background: #efefef
}

.chat .chat-history .my-message[b-5hegmzemlx]:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message[b-5hegmzemlx] {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message[b-5hegmzemlx]:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message[b-5hegmzemlx] {
    padding: 20px
}

.online[b-5hegmzemlx],
.offline[b-5hegmzemlx],
.me[b-5hegmzemlx] {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online[b-5hegmzemlx] {
    color: #86c541
}

.offline[b-5hegmzemlx] {
    color: #e47297
}

.me[b-5hegmzemlx] {
    color: #1d8ecd
}

.float-right[b-5hegmzemlx] {
    float: right
}

.clearfix[b-5hegmzemlx]:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list[b-5hegmzemlx] {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open[b-5hegmzemlx] {
        left: 0
    }
    .chat-app .chat[b-5hegmzemlx] {
        margin: 0
    }
    .chat-app .chat .chat-header[b-5hegmzemlx] {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history[b-5hegmzemlx] {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list[b-5hegmzemlx] {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history[b-5hegmzemlx] {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list[b-5hegmzemlx] {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history[b-5hegmzemlx] {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-llb1scdpar] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-llb1scdpar] {
    flex: 1;
}

.sidebar[b-llb1scdpar] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-llb1scdpar] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-llb1scdpar]  a, .top-row .btn-link[b-llb1scdpar] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-llb1scdpar] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-llb1scdpar] {
        display: none;
    }

    .top-row.auth[b-llb1scdpar] {
        justify-content: space-between;
    }

    .top-row a[b-llb1scdpar], .top-row .btn-link[b-llb1scdpar] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-llb1scdpar] {
        flex-direction: row;
    }

    .sidebar[b-llb1scdpar] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-llb1scdpar] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-llb1scdpar] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-75th2arkx1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-75th2arkx1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-75th2arkx1] {
    font-size: 1.1rem;
}

.oi[b-75th2arkx1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-75th2arkx1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-75th2arkx1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-75th2arkx1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-75th2arkx1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-75th2arkx1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-75th2arkx1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-75th2arkx1] {
        display: none;
    }

    .collapse[b-75th2arkx1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
