/* Hide noVNC control bar (left sidebar) */
#noVNC_control_bar_anchor,
#noVNC_control_bar,
.noVNC_panel,
#noVNC_control_bar_handle {
    display: none !important;
}

/* Hide noVNC status bar / connection info */
#noVNC_status_bar,
#noVNC_status,
#noVNC_transition {
    display: none !important;
}

/* Remove any padding/margin from the canvas container */
#noVNC_container {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Make canvas fill the entire space */
#noVNC_canvas,
#noVNC_screen {
    width: 100% !important;
    height: 100% !important;
}

/* Hide mobile control bar if present */
#noVNC_mobile_buttons {
    display: none !important;
}

/* Hide any keyboard shortcuts panel */
#noVNC_keyboard_buttons,
#noVNC_extra_keys {
    display: none !important;
}

/* Hide settings and power buttons */
#noVNC_settings_button,
#noVNC_power_button,
#noVNC_clipboard_button,
#noVNC_fullscreen_button,
#noVNC_view_drag_button {
    display: none !important;
}

/* Remove border radius and shadows */
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
