.cp_modal{
	background-color: rgba(0,105,121,0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
.cp_modal > .group{
	align-items: center;
	justify-content: center;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cp_modal > .group > .col{
	width: 100%;
	max-width: 640px;
}

.cp_modal .close{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 30px;
	height: 30px;
}
.cp_modal .close svg{
	fill: #ba555d;
}