.sidebar {
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    height: 100vh;
    position: sticky;
    top: 0;
}
.sidebar-item {
    padding: 12px 20px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}
.sidebar-item:hover {
    background-color: #e9ecef;
}
.content-area {
    padding: 20px;
}
.role-btn {
    width: 100%;
    margin-bottom: 10px;
    white-space: normal;
}
.tagline {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}
.section-hide {
    display: none;
}
.chat-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}
.chat-item:hover {
    background-color: #f1f1f1;
}
.chat-item.active {
    background-color: #e7f4ff;
    border-left: 3px solid #0d6efd;
}
.chat-name {
    font-weight: 500;
    margin-bottom: 2px;
}
.chat-preview {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-area {
    padding: 20px;
}
.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}
.thumbs-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.thumb {
            width: 100px;
            height: 56px;
            object-fit: cover;
            border: 2px solid transparent;
            border-radius: 4px;
            cursor: pointer;
        }
        .thumb.active {
            border-color: #0d6efd;
        }
        .field-item {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }
        .field-name {
            font-weight: 600;
            color: #333;
        }
.field-value {
    margin-top: 4px;
    color: #555;
    white-space: pre-line;
}
.no-value {
    color: #888;
    font-style: italic;
}
#h1_dom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
#wrap_buttons_head_dom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
