
.wc-avatax-address-validation-result {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.wc-avatax-address-validation-result:before {
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success {
	color: #0f834d;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success:before {
	color: #0f834d;
	content: "";
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error {
	color: #e2401c;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error:before {
	color: #e2401c;
	content: "";
}

.wc-avatax-message {
	color: #e2401c;
}

.wc-avatax-message:before {
	color: #e2401c;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

a.selected {
	background-color: #1f75cc;
	color: #fff;
	z-index: 100;
}

.messagepop {
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
	display: none;
	margin-top: 15px;
	padding: 25px 25px 20px;
	position: absolute;
	text-align: left;
	width: 394px;
	z-index: 50;
}

.messagepop label {
	display: block;
	margin-bottom: 3px;
	padding-left: 15px;
	text-indent: -15px;
}

.messagepop p, .messagepop.div {
	border-bottom: 1px solid #efefef;
	margin: 8px 0;
	padding-bottom: 8px;
}

.ontop {
	background-color: #ccc;
	color: #aaa;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#overlay, #overlayinvalidate {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.messagepop.container {
	background: #fff !important;
	left: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 80%;
	outline: 1px solid #000 !important;
	overflow-y: auto !important;
	padding: 30px !important;
	position: fixed !important;
	right: 0;
	top: 15%;
	width: 50% !important;
}

.messagepop hr {
	border: 1px solid #d3d3d3 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	max-width: 100% !important;
	width: 100% !important;
}

.exemption-zone-select-view {
	overflow: hidden !important;
}

.wc-avatax-exemption-notice {
	align-items: flex-start;
	background: #f4f9fc;
	border: 1px solid #b8d4e8;
	border-radius: 8px;
	display: flex;
	font-size: 14px;
	gap: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 16px 18px;
}

.wc-avatax-exemption-notice, .wc-avatax-exemption-notice * {
	box-shadow: none !important;
	outline: none !important;
}

.wc-avatax-exemption-notice:active, .wc-avatax-exemption-notice:focus {
	border: 1px solid #b8d4e8 !important;
}

.wc-avatax-exemption-notice__icon {
	align-items: center;
	background: #e1f0f9;
	border-radius: 50%;
	color: #1e3a5f;
	display: flex;
	flex-shrink: 0;
	font-size: 18px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.wc-avatax-exemption-notice__content {
	flex: 1;
	min-width: 0;
}

.wc-avatax-exemption-notice__title {
	border: none !important;
	color: #1e3a5f;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px;
}

.wc-avatax-exemption-notice__text {
	border: none !important;
	color: #1e3a5f;
	margin: 0 0 14px;
}

.wc-avatax-exemption-notice__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-avatax-exemption-notice__steps li {
	align-items: center;
	border: none !important;
	color: #1e3a5f;
	display: flex;
	font-size: 13px;
	gap: 6px;
	margin: 0;
}

.wc-avatax-exemption-notice__steps .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.wc-avatax-exemption-notice__steps .dashicons-yes {
	color: #2271b1;
}

.wc-avatax-exemption-notice__steps .dashicons-yes.wc-avatax-exemption-notice__step--ready, .wc-avatax-exemption-notice__steps li.wc-avatax-exemption-notice__step--ready {
	color: #00a32a;
}

.wc-avatax-exemption-notice__steps .dashicons-clock {
	color: #2271b1;
}
