<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    cursor: pointer;
}

.iradio_square-blue {
	background:transparent;
	border-radius:20px;	
}

.icheckbox_square-blue {
	background:white;	
}
.icheckbox_square-blue {
	width: 12px;
	height: 12px;	
}
.icheckbox_square-blue:after {
    content: "\f00c";
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
	font-weight:900;
    color: #B9348B;
    text-align: center;
    line-height: 12px;
	
	webkit--transition:.1s all;
	transition:.1s all;	
	-webkit-transform:scale(0);	
	transform:scale(0);
	
	z-index:1;
}
.icheckbox_square-blue .iCheck-helper {
	z-index:2;	
}
	.icheckbox_square-blue.checked:after {
		-webkit-transform:scale(1);	
		transform:scale(1);
	}
    .icheckbox_square-blue.hover {
		background:#ffffff;
    }
    .icheckbox_square-blue.checked {
		background:#ffffff;
    }
    .icheckbox_square-blue.disabled {
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
    }
	
	
.iradio_square-blue {
	border:2px solid white;
}
    .iradio_square-blue.hover {
		background:#ffffff;
    }
    .iradio_square-blue.checked {
		background:#ffffff;
    }
    .iradio_square-blue.disabled {
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
    }

.on-white .icheckbox_square-blue {
	border:2px solid #822276;
}
.on-white .icheckbox_square-blue.hover {
	background:#822276;
}
.on-white .icheckbox_square-blue.checked {
	background:#822276;
}
.on-white .icheckbox_square-blue.disabled {
	cursor: default;
}
.on-white .icheckbox_square-blue.checked.disabled {
	
}
.on-white .icheckbox_square-blue::after {
    color: #fff;
    line-height: 8px;
}</pre></body></html>