/* /Pages/Chat/Inbox.cshtml.rz.scp.css */
.inbox-wrapper[b-6spmucgsrw] {
    display: flex;
    height: calc(100vh - 100px);
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.chats[b-6spmucgsrw] {
    width: 350px;
    flex-shrink: 0;
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f8f9fa;
}

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

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

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

.msgs[b-6spmucgsrw] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

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

.chat-box[b-6spmucgsrw] {
    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-6spmucgsrw] {
    background-color: #f8f9fa;
}

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

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

.chat-icon[b-6spmucgsrw] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-avatar-default[b-6spmucgsrw] {
    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-6spmucgsrw] {
    font-size: 33px;
    margin-top: 8px;
}

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

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

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

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

.msg-recv[b-6spmucgsrw] {
    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-6spmucgsrw] {
    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-6spmucgsrw] {
    float: left;
    font-size: 0.75rem;
    color: #666;
    margin-left: 12px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
}

.msg-username-send[b-6spmucgsrw] {
    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-6spmucgsrw] {
    padding: 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

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

.file img[b-6spmucgsrw], .file video[b-6spmucgsrw] {
    width: 100%;
    border-radius: 8px;
}

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

    .hubs-panel span[b-6spmucgsrw], .hubs-header h5[b-6spmucgsrw] {
        display: none;
    }

    .hub-item[b-6spmucgsrw] {
        text-align: center;
        padding: 15px 0;
    }

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

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

    .hubs-panel[b-6spmucgsrw], .chats[b-6spmucgsrw] {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .hubs-list[b-6spmucgsrw] {
        display: flex;
        overflow-x: auto;
    }

    .hub-item[b-6spmucgsrw] {
        flex-shrink: 0;
        border-bottom: none;
        border-right: 1px solid #eee;
    }

    .msgs[b-6spmucgsrw] {
        height: 500px;
    }
}

/* /Pages/Index.cshtml.rz.scp.css */
.hero-section[b-ji50zvopl5] {
    background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(10, 25, 47, 0.8)), url('https://images.unsplash.com/photo-1557426272-fc759fdf7a8d?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}
.cta-section[b-ji50zvopl5] {
    background-color: #0a192f;
}
.btn-primary[b-ji50zvopl5] {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btn-primary:hover[b-ji50zvopl5] {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}
.text-primary[b-ji50zvopl5] {
    color: #007bff !important;
}
/* /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-mx39lh2oug] {
  height: 100%;
}

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

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

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