HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/wpforms/src/style.css
.eb-wpforms-custom-radio-checkbox input[type="checkbox"],
.eb-wpforms-custom-radio-checkbox input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}

.eb-wpforms-custom-radio-checkbox input[type="checkbox"]:before,
.eb-wpforms-custom-radio-checkbox input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.eb-wpforms-custom-radio-checkbox input[type="checkbox"]:checked:before,
.eb-wpforms-custom-radio-checkbox input[type="radio"]:checked:before {
  background: #999;
  transition: all 0.25s linear 0s;
}

.eb-wpforms-custom-radio-checkbox input[type="radio"] {
  border-radius: 50%;
}

.eb-wpforms-custom-radio-checkbox input[type="radio"]:before {
  border-radius: 50%;
}

.eb-wpforms-wrapper .wpforms-container .wpforms-form input[type="checkbox"],
.eb-wpforms-wrapper .wpforms-container .wpforms-form input[type="radio"] {
  padding: 3px;
}