Modifying survey checkbox colors

Use the selectors with background-color to modify the background color of the checkbox.

.neb-content .md-checked ._md-icon {
   background-color : #c51162;
}