/* Variables */
:root {
	--main-color:#dceef7;
	--main-bg-color:#ecf6fb;
	--main-table-color:#D9DA48;
	--main-buttom-color:#2d99ce;
	--main-buttom-background:#ecf6fb;
	--main-buttom-active-color:#2dceb3;
	--main-min-height:42em;
	--main-font-size:14px;
	--main-line-height: 1.75em;
	--main-letter-spacing: 0.05em;
}

input[type="submit"].back:before,
input[type="reset"].back:before,
input[type="button"].back:before,
button.back:before,
.button.back:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %232d99ce%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E");
}

input[type="submit"].back:after,
input[type="reset"].back:after,
input[type="button"].back:after,
button.back:after,
.button.back:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %232dceb3%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E");
}

table tbody tr:nth-child(2n + 1) {background-color: rgba(217, 218, 172, 0.06);}
