<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#customer-group-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
}

#customer-group-overlay .group-container {
	background-color: #fff;
	border-radius: 3px;
	width: 750px;
	position: relative;
	top: 27%;
	padding: 45px 30px 45px 30px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 35px 0 rgba(0,0,0,0.6);
}

#customer-group-overlay .group-container p {
	font-size: 1.4em;
  margin: 0px 0 35px 0;
}

#customer-group-overlay .group-container .btn-switch {
	position: relative;
	padding: 12px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	background-color: #002140;
	border-color: transparent;
	overflow: hidden;
	outline: 0;
}

#customer-group-overlay .group-container .btn-switch:hover,
#customer-group-overlay .group-container .btn-switch:focus {
	background-color: #054785;
}

#customer-group-overlay .group-container .btn-switch[data-type="1"] {
	background-color: #ffb300;
}

#customer-group-overlay .group-container .btn-switch[data-type="1"]:hover,
#customer-group-overlay .group-container .btn-switch[data-type="1"]:focus {
	background-color: #ffc500;
}

@media (max-width: 992px) {
	#customer-group-overlay .group-container {
		width: 600px;
	}
}
@media (max-width: 768px) {
	#customer-group-overlay .group-container {
		width: 100%;
	}
	#customer-group-overlay .group-container .btn-switch {
		font-size: 16px;
	}
	#customer-group-overlay .group-container p {
		font-size: 1em;
	}
}

#customer-group-overlay .group-container .customer-groups {
	border-collapse: separate;
	border-spacing: 20px 0;
	position: relative;
}</pre></body></html>