*, ::after, ::before{
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
    margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	overflow-x: hidden;
	background: #eee;
	font-family: Tahoma;
	display: flex;
	align-items: center;
	justify-content: center;
}
a, a:focus, a:hover {
    text-decoration: none;
    transition:all .3s ease 0s;
}
ul, li {
	list-style: none;
}
p {
	font-size: 14px;
	letter-spacing: 1px;
}
.container {
	margin: 0 auto;
	padding: 0 calc(1.5rem / 2);
}
.box {
	background: #fff;
	padding: 15px 35px;
	border: 1px solid #ccc;
}
form {
	display: flex;
	margin: 9px 0 25px;
}
form input[type="text"] {
	border: 1px solid #ccc;
	border-top: 0;
	padding: 13px;
	width: 100%;
	margin-right: 6px;
}
form button {
	background: #0d6efd;
	border: 0;
	color: #fff;
	padding: 13px 25px;
}
form button:hover {
	cursor: pointer;
}
ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 9px;
	border-bottom: 1px solid #eee;
	padding-bottom: 9px;
}
ul li:last-child {
	border-bottom: 0;
}
ul li i {
	font-style: italic !important;
}
ul li i:hover {
	cursor: pointer;
}

ul li label.checkbox {
	display: flex;
	justify-content: start;
}
input[type="checkbox"] {
  display: none;
}
.input-checkbox {
  cursor: pointer;
}
input[type="checkbox"] + .input-checkbox::before {
	width: 17px;
	height: 17px;
	border: 2px solid #8f8f9d;
	border-radius: 2px;
	background: transparent;
	position: relative;
	display: inline-block;
	margin-right: 1ex;
	content: "";
}
input[type="checkbox"]:checked + .input-checkbox:before {
  background: #4164b5;
  border-color: #4164b5;
}
input:checked[type="checkbox"] ~ p {
	text-decoration: #86b7ff line-through;
}





/* Rresponsive */
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
		min-width: 1320px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
		min-width: 1140px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		max-width: 960px;
		min-width: 960px;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		max-width: 720px;
		min-width: 720px;
	}
}
@media only screen and (min-width: 576px) {
	.container {
		max-width: 540px;
		min-width: 540px;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		max-width: 720px;
		min-width: 720px;
	}
}