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

/* Important: para hindi ma-block ng disabled old button */
.cell[data-label="VPN Access"] * {
    pointer-events: none !important;
}

.cell[data-label="VPN Access"].switch-proxy-busy {
    opacity: .55 !important;
}
