.check-list-container {
	position: relative;
	max-width: 20rem;
}

.check-list-container .open-check-list {
	padding: 0.25rem 0.50rem;
}

.check-list-container .check-list {
	color: black;
	background-color: white;
	font-size: 1rem;
	position: absolute;
	border: 1px solid black;
	padding: 8px;
	max-height: 7rem;
	overflow: auto;
	text-wrap: nowrap;
	width: 200px;
	box-sizing: content-box;
	z-index: 1001;
}

.check-list-container .check-list input {
	margin: 0;
}

.check-list-container .check-list .check-list-label {
	padding-left: 0.5rem;
}

.check-list-container .close-check-list {
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}