.room-users li {
    padding-right: 40px;
}

.room-users .video-icon {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translateY(-50%);
    background: #f3f3f3;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.room-users .video-icon i {
    color: #7d7d7d;
    font-size: 18px !important;
    line-height: 1;
}

/* Video preview prozor – uvek vidljiv */
.video-self-preview-wrapper {
    width: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #444;
    aspect-ratio: 16 / 10;
    display: flex; /* uvek vidljivo */
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 14px;
    position: relative;
}

#selfVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; /* video je sakriven dok je kamera off */
}

.camera-off-placeholder {
    text-align: center;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.camera-off-placeholder i {
    font-size: 42px;
    display: block;
    margin-bottom: 6px;
    opacity: 0.65;
}

.settings-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.settings-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.settings-toggle-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.main-content .sidebar.sidebar-chat.iq-chat-sidebar-inner {
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 100%;
}
