/* /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] {
    --history-bg: #eef3f9;
    --history-surface: #ffffff;
    --history-border: #d7e0ea;
    --history-text: #1f2a37;
    --history-muted: #5f6b7a;
    --history-accent: #0d6efd;
}

.history-layout[b-ikd5d316ql] {
    display: grid;
    grid-template-columns: 300px 300px minmax(0, 1fr);
    gap: 0;
}

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

.history-layout .card[b-ikd5d316ql] {
    border: 1px solid var(--history-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--history-surface);
}

.history-layout .card-header[b-ikd5d316ql] {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
    border-bottom: 1px solid var(--history-border);
}

.history-layout .card-header h6[b-ikd5d316ql] {
    color: var(--history-text);
    letter-spacing: 0.01em;
}

.history-layout .card-footer[b-ikd5d316ql] {
    border-top: 1px solid var(--history-border);
    background: #fbfdff !important;
}

.history-layout .form-control[b-ikd5d316ql],
.history-layout .form-select[b-ikd5d316ql] {
    border-color: #cfd9e6;
}

.history-layout .list-group-item[b-ikd5d316ql] {
    border-color: #edf2f8;
    padding: 10px 12px;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.history-layout .list-group-item:hover[b-ikd5d316ql] {
    background-color: #f7faff;
}

.history-layout .list-group-item.active[b-ikd5d316ql] {
    background-color: var(--history-accent);
    border-color: var(--history-accent);
}

.history-layout .small[b-ikd5d316ql],
.history-layout small[b-ikd5d316ql] {
    color: var(--history-muted);
}

.history-layout .list-group-item.active .small[b-ikd5d316ql],
.history-layout .list-group-item.active small[b-ikd5d316ql] {
    color: rgba(255, 255, 255, 0.82);
}

.history-layout .history-col:not(:last-child) .card[b-ikd5d316ql] {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.history-layout .history-col:not(:first-child) .card[b-ikd5d316ql] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.history-layout .history-col:last-child .card[b-ikd5d316ql] {
    border-left-width: 1px;
}

.history-scroll[b-ikd5d316ql] {
    max-height: calc(100vh - 280px);
    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-scroll .p-2.rounded.border[b-ikd5d316ql] {
    border-color: #d9e2ef !important;
    background: #fbfdff;
}

.history-scroll .p-2.rounded.border.bg-light[b-ikd5d316ql] {
    background: #eef5ff !important;
    border-color: #c9daf7 !important;
}

@media (max-width: 992px) {
    .history-shell[b-ikd5d316ql] {
        padding: 8px;
        border-radius: 10px;
    }

    .history-layout[b-ikd5d316ql] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .history-layout .history-col .card[b-ikd5d316ql] {
        border-radius: 10px;
        border-width: 1px;
    }
}
/* /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: 300px;
    flex: 0 0 300px;
    flex-shrink: 0;
    min-width: 0;
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f8f9fa;
}

.hubs-dropdown .dropdown-toggle[b-nz2nnrogd2]::after {
    margin-left: auto;
}

.hubs-dropdown .dropdown-item.active[b-nz2nnrogd2] {
    background-color: #0d6efd;
}

.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;
}

.chats__list[b-nz2nnrogd2] {
    flex-grow: 1;
    overflow-y: auto;
}

.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;
    border-bottom: 1px solid #dbe3eb;
    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: 34px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #e9f1f8;
    border: 1px solid #d5e3f2;
}

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

.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;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-header-meta[b-nz2nnrogd2] {
    color: #6b7280;
    font-size: 0.82rem;
    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-icon[b-nz2nnrogd2] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-avatar-default[b-nz2nnrogd2] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.chat-avatar-default i[b-nz2nnrogd2] {
    font-size: 33px;
    margin-top: 8px;
}

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

.chat-req-badge[b-nz2nnrogd2] {
    font-size: 0.7em;
}

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

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

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

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

.chat-meta-right[b-nz2nnrogd2] {
    grid-column: 3;
    text-align: right;
    white-space: nowrap;
}

.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] {
    font-size: 0.7rem;
    color: #888;
    display: block;
    text-align: right;
}

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

.msg-username-send[b-nz2nnrogd2] {
    float: right;
    font-size: 0.75rem;
    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;
    border-top: 1px solid #dee2e6;
}

.msg-toolbar[b-nz2nnrogd2] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.msg-toolbar-group[b-nz2nnrogd2] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.msg-toolbar .input-group[b-nz2nnrogd2] {
    width: 180px;
}

@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;
    }
}

.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;
}

.hubs-panel[b-nz2nnrogd2] {
    width: 220px;
    flex: 0 0 220px;
    flex-shrink: 0;
    min-width: 0;
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.hubs-header[b-nz2nnrogd2], .users-header[b-nz2nnrogd2] {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.hubs-list[b-nz2nnrogd2] {
    overflow-y: auto;
    padding: 6px 0;
    max-height: 45%;
}

.users-list[b-nz2nnrogd2] {
    overflow-y: auto;
    padding: 6px 0;
    flex: 1 1 auto;
    border-top: 1px solid #f1f1f1;
}

.hub-item[b-nz2nnrogd2] {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #f7f7f7;
    color: inherit;
    text-decoration: none;
}

.hub-item.active[b-nz2nnrogd2], .hub-item:hover[b-nz2nnrogd2] {
    background-color: #e7f3ff;
}

.user-item[b-nz2nnrogd2] {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .hubs-panel[b-nz2nnrogd2] {
        width: 60px;
        flex: 0 0 60px;
    }

    .hubs-panel span[b-nz2nnrogd2], .hubs-header h6[b-nz2nnrogd2], .users-header h6[b-nz2nnrogd2] {
        display: none;
    }

    .hubs-header[b-nz2nnrogd2], .users-header[b-nz2nnrogd2] {
        text-align: center;
    }

    .hub-item[b-nz2nnrogd2], .user-item[b-nz2nnrogd2] {
        justify-content: center;
        padding: 12px 0;
    }

    .hub-item i[b-nz2nnrogd2], .user-item i[b-nz2nnrogd2] {
        font-size: 1.2rem;
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .inbox-wrapper[b-nz2nnrogd2] {
        flex-direction: column;
        height: auto;
        border: none;
    }

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

    .hubs-list[b-nz2nnrogd2] {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        max-height: none;
        padding: 0;
    }

    .hub-item[b-nz2nnrogd2] {
        flex: 0 0 auto;
        border-bottom: none;
        border-right: 1px solid #eee;
        padding: 10px 15px;
    }

    .users-header[b-nz2nnrogd2], .users-list[b-nz2nnrogd2] {
        display: none; /* Hide users list on very small screens to save space, or we can make it horizontal too */
    }

    .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;
    }

    .hubs-panel span[b-nz2nnrogd2], .hubs-header h6[b-nz2nnrogd2] {
        display: inline;
    }
}
/* /Pages/Console/Users.cshtml.rz.scp.css */
.users-status-dot[b-auol7i24ne],
.users-last-active[b-auol7i24ne] {
    font-size: 0.7rem;
}
/* /Pages/ForgotPass.cshtml.rz.scp.css */
.forgotpass-page[b-lkx4tbkpez] {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.forgotpass-card[b-lkx4tbkpez] {
    height: 400px;
    width: 400px;
}
/* /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/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/Profile/Verify.cshtml.rz.scp.css */
.verify-page[b-lt3t8x5hr9] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.verify-card[b-lt3t8x5hr9] {
    width: 500px;
}
/* /Pages/Register.cshtml.rz.scp.css */
.register-page[b-fjs40v10sv] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.register-card[b-fjs40v10sv] {
    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-uh4xvuqw5k] {
  height: 100%;
}

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

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

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