/* /Pages/Admin/Orgs.cshtml.rz.scp.css */
.admin-search-group[b-ulay4i1i2z] {
    max-width: 340px;
}
/* /Pages/Admin/Users.cshtml.rz.scp.css */
.users-search-group[b-nutt272g6j] {
    max-width: 300px;
}
/* /Pages/Console/History.cshtml.rz.scp.css */
.history-shell[b-ikd5d316ql] {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.history-layout[b-ikd5d316ql] {
    display: grid;
    grid-template-columns: 300px 300px minmax(0, 1fr);
    gap: 0;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.history-col[b-ikd5d316ql] {
    min-width: 0;
    min-height: 0;
}

.history-col > .card[b-ikd5d316ql] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.history-col > .card > .card-body[b-ikd5d316ql] {
    min-height: 0;
    overflow: hidden;
}

.history-scroll[b-ikd5d316ql] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    scrollbar-width: thin;
}

.history-scroll[b-ikd5d316ql]::-webkit-scrollbar {
    width: 8px;
}

.history-scroll[b-ikd5d316ql]::-webkit-scrollbar-thumb {
    background: #cfd9e6;
    border-radius: 6px;
}

.history-msgs[b-ikd5d316ql] {
    background-color: #f0f2f5;
    overflow-y: auto;
    overflow-x: hidden;
}

.msg[b-ikd5d316ql] {
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

.msg-recv[b-ikd5d316ql] {
    float: left;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 0 15px 15px 15px;
    max-width: 70%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.msg-send[b-ikd5d316ql] {
    float: right;
    background-color: #dcf8c6;
    padding: 8px 12px;
    border-radius: 15px 0 15px 15px;
    max-width: 70%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.msg-username-recv[b-ikd5d316ql] {
    float: left;
    color: #666;
    margin-left: 12px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
}

.msg-username-send[b-ikd5d316ql] {
    float: right;
    color: #666;
    margin-right: 12px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}

@media (max-width: 992px) {
    .history-shell[b-ikd5d316ql] {
        height: auto;
        min-height: 0;
    }

    .history-layout[b-ikd5d316ql] {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
/* /Pages/Console/Index.cshtml.rz.scp.css */
.inbox-wrapper[b-nz2nnrogd2] {
    display: flex;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.chats[b-nz2nnrogd2] {
    width: 350px;
    flex: 0 0 350px;
    flex-shrink: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f8f9fa;
}

.inbox-toolbar[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inbox-toolbar-actions[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.inbox-toolbar-buttons[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inbox-toolbar-time[b-nz2nnrogd2] {
    width: 100%;
    text-align: center;
}

.chats__list[b-nz2nnrogd2] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.req-panels[b-nz2nnrogd2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.req-panel[b-nz2nnrogd2] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.req-panel-body[b-nz2nnrogd2] {
    flex: 1 1 auto;
    overflow-y: auto;
    background-color: #fff;
}

.req-subtitle[b-nz2nnrogd2] {
    background-color: #fff;
    border-top: 0 !important;
}

.msgs[b-nz2nnrogd2] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.msg-header[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #f9fbfd 0%, #f3f7fb 100%);
}

.msg-header-main[b-nz2nnrogd2] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.msg-header-channel-icon[b-nz2nnrogd2] {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg-header-channel-icon i[b-nz2nnrogd2] {
    font-size: 40px;
    line-height: 1;
}

.msg-header-avatar[b-nz2nnrogd2] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.msg-header-line[b-nz2nnrogd2] {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.msg-header-actions[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.msg-header-name[b-nz2nnrogd2] {
    font-weight: 700;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-header-code[b-nz2nnrogd2] {
    font-weight: 600;
    color: #1f2937;
}

.msg-header-sub[b-nz2nnrogd2] {
    color: #5f6b7a;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-header-meta[b-nz2nnrogd2] {
    color: #6b7280;
    gap: 6px;
}

.msgs__box[b-nz2nnrogd2] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #f0f2f5;
    display: flex;
    flex-direction: column-reverse;
}

.chat-box[b-nz2nnrogd2] {
    display: grid;
    grid-template-columns: 50px auto 60px;
    grid-template-rows: auto auto;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5px;
}

.chat-box:hover[b-nz2nnrogd2] {
    background-color: #f8f9fa;
}

.chat-selected[b-nz2nnrogd2], .chat-selected:hover[b-nz2nnrogd2] {
    background-color: #e7f3ff;
}

.text-purple[b-nz2nnrogd2] {
    color: #6f42c1;
}

.chat-avatar-default[b-nz2nnrogd2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-avatar-cell[b-nz2nnrogd2] {
    grid-row: 1 / span 2;
}

.queue-channel-icon[b-nz2nnrogd2] {
    background-color: transparent;
    border-radius: 0;
}

.queue-channel-icon i[b-nz2nnrogd2] {
    font-size: 40px;
    line-height: 1;
}

.chat-phone[b-nz2nnrogd2] {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-date[b-nz2nnrogd2] {
    text-align: right;
    color: #666;
}

.chat-msg[b-nz2nnrogd2] {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-meta-left[b-nz2nnrogd2] {
    grid-column: 2;
}

.queue-chat-main[b-nz2nnrogd2] {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msg[b-nz2nnrogd2] {
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

.msg-center[b-nz2nnrogd2] {
    text-align: center;
}

.msg-recv[b-nz2nnrogd2] {
    float: left;
    background-color: white;
    padding: 8px 12px;
    border-radius: 0 15px 15px 15px;
    max-width: 70%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.msg-send[b-nz2nnrogd2] {
    float: right;
    background-color: #dcf8c6;
    padding: 8px 12px;
    border-radius: 15px 0 15px 15px;
    max-width: 70%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.msg-failed[b-nz2nnrogd2] {
    background-color: #f8d7da;
}

.msg-status[b-nz2nnrogd2] {
    color: #888;
    display: block;
    text-align: right;
}

.msg-username-recv[b-nz2nnrogd2] {
    float: left;
    color: #666;
    margin-left: 12px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
}

.msg-username-send[b-nz2nnrogd2] {
    float: right;
    color: #666;
    margin-right: 12px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}

.msg-reply[b-nz2nnrogd2] {
    padding: 15px;
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .inbox-toolbar[b-nz2nnrogd2] {
        flex-wrap: wrap;
    }

    .inbox-toolbar .hubs-dropdown[b-nz2nnrogd2] {
        width: 100%;
    }

    .msg-header[b-nz2nnrogd2] {
        flex-direction: column;
        align-items: stretch;
    }

    .msg-header-actions[b-nz2nnrogd2] {
        justify-content: flex-start;
    }
    .inbox-wrapper[b-nz2nnrogd2] {
        flex-direction: column;
        height: auto;
        border: none;
    }

    .chats[b-nz2nnrogd2] {
        width: 100%;
        flex: 0 0 400px;
        height: 400px;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .msgs[b-nz2nnrogd2] {
        width: 100%;
        height: 600px;
        flex: 1 1 auto;
    }
}

.files[b-nz2nnrogd2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.file img[b-nz2nnrogd2], .file video[b-nz2nnrogd2] {
    width: 100%;
    border-radius: 8px;
}
/* /Pages/Index.cshtml.rz.scp.css */
.landing-page[b-bj7kujhi45] {
    min-height: 100vh;
}

.hero-section[b-bj7kujhi45] {
    background: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85)), url('https://images.unsplash.com/photo-1557426272-fc759fdf7a8d?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 56px);
}

.home-card[b-bj7kujhi45] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}

.home-card:hover[b-bj7kujhi45] {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.home-icon[b-bj7kujhi45] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}
/* /Pages/Profile/ChangeEmail.cshtml.rz.scp.css */
.change-pass-page[b-8ah8niey3k] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 61px);
    width: 100%;
    padding-top: 50px;
}

.change-pass-container[b-8ah8niey3k] {
    width: 400px;
}
/* /Pages/Profile/ChangePass.cshtml.rz.scp.css */
.change-pass-page[b-0slaeggoac] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 61px);
    width: 100%;
    padding-top: 50px;
}

.change-pass-container[b-0slaeggoac] {
    width: 400px;
}
/* /Pages/ResetPass.cshtml.rz.scp.css */
.change-pass-page[b-milvgwizgx] {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.forgotpass-card[b-milvgwizgx] {
    min-height: 400px;
    width: 400px;
}
/* /Pages/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. */
.page[b-2knyartq0c] {
    height: 100%;
}

main[b-2knyartq0c] {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content[b-2knyartq0c] {
    flex: 1;
    height: 100%;
}

@media (min-width: 300px) {
    .page[b-2knyartq0c] {
        flex-direction: row;
    }
}
/* /Pages/VerifyEmail.cshtml.rz.scp.css */
.verify-page[b-z7lhk05ral] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.verify-card[b-z7lhk05ral] {
    width: 500px;
}
