/* ===== CLIENT VPN ACCESS CLICK FINAL ===== */
.cell[data-label="VPN Access"] {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 50 !important;
}

.cell[data-label="VPN Access"] .switch-btn,
.cell[data-label="VPN Access"] .switch-btn * {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.switch-btn {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 60 !important;
}

.switch-btn:not(.switch-final-locked) {
    opacity: 1 !important;
}
