/* _content/ChatViewer/Views/Chats/Preview.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* _content/ChatViewer/Views/Chats/_LayoutBlank.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* _content/ChatViewer/Views/Conversations/Index.cshtml.rz.scp.css */
.chat-dashboard[b-2r4jt90s4m] {
    display: flex;
    min-height: 80vh;
    background: #f6f8fa;
    border-radius: 12px;
    box-shadow: 0 0 10px #e0e3ea;
}

#detail-area[b-2r4jt90s4m] {
    flex: 1;
    padding: 2rem; /*2rem;*/
    overflow-y: auto;
}
/* _content/ChatViewer/Views/Conversations/_ChatDetail.cshtml.rz.scp.css */
.chat-detail[b-p7l3vn9uzc] {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px #e0e0e0;
}

.chat-header[b-p7l3vn9uzc] {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

.chat-messages[b-p7l3vn9uzc] {
    margin-top: 1.2rem;
}

.chat-msg[b-p7l3vn9uzc] {
    margin-bottom: 1.2rem;
    padding: 10px 15px;
    border-radius: 12px;
    background: #f1f5f9;
    position: relative;
}

.user-msg[b-p7l3vn9uzc] {
    background: #dbeafe;
}

.bot-msg[b-p7l3vn9uzc] {
    background: #f9fafb;
}

.msg-header[b-p7l3vn9uzc] {
    font-size: .9rem;
    color: #64748b;
    margin-bottom: 6px;
}

.msg-sender[b-p7l3vn9uzc] {
    font-weight: 600;
}

.msg-body[b-p7l3vn9uzc] {
    font-size: 1.06rem;
    color: #23272f;
}

.chat-detail-empty[b-p7l3vn9uzc] {
    color: #7b7f87;
    text-align: center;
    margin-top: 3rem;
}
/* _content/ChatViewer/Views/Conversations/_ChatSidebar.cshtml.rz.scp.css */
.sidebar[b-8hb11oae75] {
    width: 320px;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    padding: 1rem;
    overflow-y: auto;
    box-shadow: 2px 0 4px #f2f2f2;
}

.sidebar-search[b-8hb11oae75] {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 1rem;
    border-radius: 7px;
    border: 1px solid #d1d5db;
    font-size: 16px;
}

.sidebar-item[b-8hb11oae75] {
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: background .2s;
    border: 1px solid transparent;
}

    .sidebar-item.active[b-8hb11oae75], .sidebar-item:hover[b-8hb11oae75] {
        background: #e2e8f0;
        border-color: #90cdf4;
    }

    .sidebar-item.active[b-8hb11oae75], .sidebar-item:focus[b-8hb11oae75] {
        /*background-color: #e7f1ff !important;*/
        border-left: 4px solid #0d6efd !important;
        color: black;
        font-weight: 600;
    }

.sidebar-title[b-8hb11oae75] {
    font-weight: 600;
    font-size: 1rem;
}

.sidebar-meta[b-8hb11oae75] {
    font-size: .92rem;
    color: #6b7280;
}

.sidebar-pagination[b-8hb11oae75] {
    margin-top: 10px;
    text-align: center;
}

.sidebar-page-btn[b-8hb11oae75] {
    background: #cbd5e1;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
    margin: 0 5px;
    cursor: pointer;
    font-weight: 600;
}
/* _content/ChatViewer/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-gj060wyceu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-gj060wyceu] {
  color: #0077cc;
}

.btn-primary[b-gj060wyceu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-gj060wyceu], .nav-pills .show > .nav-link[b-gj060wyceu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gj060wyceu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gj060wyceu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gj060wyceu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gj060wyceu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-gj060wyceu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
