@media screen{.js-custom-checkbox input,.js-custom-radio input{display:none}.js-custom-checkbox label,.js-custom-radio label{position:relative;display:inline-block;width:15px;height:15px;margin-bottom:5px;border:1px solid #aaa;vertical-align:top;cursor:pointer}.js-custom-checkbox label:after,.js-custom-radio label:after{content:'';position:absolute;-webkit-transform:scale(3);transform:scale(3);transition:0.2s;opacity:0}.js-custom-checkbox input:checked ~ label:after,.js-custom-radio input:checked ~ label:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}.js-custom-checkbox label:after{content:'\2713';left:0;top:0;right:0;bottom:0;line-height:15px;color:#777;font-size:12px;font-weight:bold;text-align:center}.js-custom-radio label{border-radius:50%}.js-custom-radio label:after{left:4px;top:4px;right:4px;bottom:4px;display:block;background:#777;border-radius:50%}.js-custom-select{position:relative;display:inline-block}.js-custom-select .js-label{position:relative;display:inline-block;min-width:100px;height:30px;line-height:30px;padding:0 30px 0 10px;border:1px solid #aaa;cursor:pointer}.js-custom-select .js-label:after{content:'';position:absolute;right:10px;top:50%;display:block;margin-top:-3px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid black}.js-custom-select .options{position:absolute;left:0;top:100%;display:none;margin:-1px 0 0;padding:0;list-style-type:none;background:white;border:1px solid #aaa;white-space:nowrap}.js-custom-select.open .options{display:block}.js-custom-select .option{padding:5px 10px;cursor:pointer}.js-custom-select .option:hover,.js-custom-select .option.selected{background:#333;color:white}.js-custom-select select{display:none}}@media print{.js-custom-select .js-label{display:none}}

/*# sourceMappingURL=custom-form-elements.min.css.map */