/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2025 | 11:52:46 */
.xoo-lwo-form .xoo-aff-group.onehalf.xoo-ml-reg-phone-cc_cont {
  pointer-events: none;    /* Disable all mouse events (click, hover, etc.) */
  user-select: none;       /* Prevent text selection */
  opacity: 0.5;            /* Make it visually appear inactive (optional) */
  background-color: #f0f0f0; /* Optional: change background color to indicate inactivity */
}

