@charset "UTF-8";

label input{
	display: none;
	pointer-events: none;
}
label {
	display:inline-block;
    left: 33px;
    top: 0px;
    width: 18px;
    height: 18px;
	font-family: 'arial';
	position: relative;
    border: 5px solid rgba(52, 28, 138, 1);
    border-radius: 0.4em;
    outline-color: black;
    background: none;
	line-height: 16px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: rgba(52, 28, 138, 0);
    opacity: 0.05;
}
