.sidebar.collapsed {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar.collapsed .sidebar-text,
.sidebar.collapsed .sidebar-title {
    display: none;
}

.sidebar .toggle-btn {
    border: none;
    background: none;
    font-size: 1rem;
}

.cursor-grab {
    cursor: grab;
}

.sortable-chosen td {
    background-color: var(--bs-light) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03);
    cursor: grabbing;
}

.sortable-ghost td {
    background-color: var(--bs-secondary-bg) !important;
    opacity: 0.4;
}

.sortable-drag td {
    background-color: var(--bs-light) !important;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: grabbing;
}

.user-presence-container {
    display: flex;
    gap: 8px;
}

.presence-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

form,
.form-container {
    max-width: 800px;
}

.full-width-form {
    max-width: 100%;
}
