<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.shadow {		-webkit-box-shadow: 10px 15px 5px -7px rgba(0,0,0,0.43);		-moz-box-shadow: 10px 15px 5px -7px rgba(0,0,0,0.43);		box-shadow: 10px 15px 5px -7px rgba(0,0,0,0.43);	}
	.checkbox label:after, .radio label:after {    content: '';    display: table;    clear: both;}
	.checkbox .cr,.radio .cr {    position: relative;    display: inline-block;    border: 1px solid #a9a9a9;    border-radius: .25em;    width: 1.3em;    height: 1.3em;    float: left;    margin-right: .5em; background-color:white;}
	.radio .cr {    border-radius: 50%;}
	.checkbox .cr .cr-icon,.radio .cr .cr-icon {    position: absolute;    font-size: .8em;    line-height: 0;    top: 50%;    left: 20%;}
	.radio .cr .cr-icon {    margin-left: 0.04em;}
	.checkbox label input[type="checkbox"],.radio label input[type="radio"] {    display: none;}
	.checkbox label input[type="checkbox"] + .cr &gt; .cr-icon,.radio label input[type="radio"] + .cr &gt; .cr-icon {    transform: scale(3) rotateZ(-20deg);    opacity: 0;    transition: all .3s ease-in;}
	.checkbox label input[type="checkbox"]:checked + .cr &gt; .cr-icon,.radio label input[type="radio"]:checked + .cr &gt; .cr-icon {    transform: scale(1) rotateZ(0deg);    opacity: 1;}
	.checkbox label input[type="checkbox"]:disabled + .cr,.radio label input[type="radio"]:disabled + .cr {    opacity: .5;}
	.Divbg {background: #ebfbee;}
	.Divbg:focus-within  {background:#a3be8c;}
	input[type=text] {  height:27px;  font-size:16px;  border-radius: 5px;  -webkit-transition: height .35s ease-in-out;  transition: height .35s ease-in-out;}
	input[type=text]:focus {  height:45px;  border-radius: 5px;  font-size:24px;}</pre></body></html>