.wall24-box {
	z-index: 99999 !important;
}
.wall24-box * {
	font-family: 'Lato', sans-serif !important;
}
.wall24-box {
	font-size: 14px;
	color: #343434;
}
.wall24-box .modal-subtitle {
	font-size: 0.7rem;
	font-weight: bold;
	text-transform: uppercase;
}
.wall24-box .modal-footer {
	flex-wrap: inherit !important;
}
.wall24-box .modal-title {
	font-size: 1.80rem;
	color: #1c1c1c;
}
.wall24-box button {
	font-size: 15px !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.wall24-box .btn-outline-light, .wall24-box .btn:not(.btn-light):not(.btn-primary) {
	border-color: #f0f0f0 !important;
	color: #252525 !important;
}
.wall24-box .btn-outline-light:hover {
	border-color: #f0f0f0 !important;
	color: #151515 !important;
	background-color: white !important;
}
.wall24-box .btn-outline-light:active {
	border-color: #f0f0f0 !important;
	color: #151515 !important;
	background-color: white !important;
}
.wall24-box .btn-outline-light:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
.wall24-box .modal-disclaimer {
	line-height: 1.3;
	color: #a9a9a9;
	font-size: 11px;
}
.wall24-box .modal-disclaimer p:last-of-type {
	margin-bottom: 0;
}
.wall24-box .modal-body p:last-of-type {
	margin-bottom: 0;
}

.wall24-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wall24-box .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #626262;
}
.wall24-box:hover input ~ .checkmark {
	background-color: #ffffff;
}
.wall24-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2.5px;
	width: 5px;
	height: 9px;
	border: solid #545454;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wall24-box input:checked ~ .checkmark:after {
	display: block;
}

.wall24-box input:checked ~ .checkmark {
	background-color: white;
	border: 1px solid #c4c4c4;
}

.wall24-box .form-check {
	position: relative;
}