input{border-radius:10px;height:50px;border-width:3px;padding:10px;font-weight:450;font-family:Rubik;caret-color:black}@media only screen and (min-width:992px){input:hover,textarea:hover{scale:102%}}input:focus,textarea:focus{scale:102%;outline:none}textarea{padding:10px;font-weight:450;font-family:Rubik;caret-color:black}.service-checkbox,textarea{border-radius:10px;border-width:3px}.service-checkbox{background-color:var(--color-baby-powder);accent-color:black;border-color:black;height:30px;width:30px}.checkbox-parent:hover .service-checkbox-lbl,.service-checkbox-lbl:hover,.service-checkbox:hover{scale:105%}.service-checkbox-checked{background-color:black;border-radius:5px;height:16px;width:16px}label{font-weight:700;user-select:none}input.service-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--color-baby-powder);border-radius:10px;border:3px solid black;height:30px;width:30px;position:relative;margin:0}input.service-checkbox:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:black;border-radius:5px;height:16px;width:16px}