
/* @font-face {
    font-family: icomoon;
    src: url(icon/iconfont.css);
    src: url(icon/iconfont.eot) format('embedded-opentype'), url(icon/iconfont.ttf) format('truetype'), url(icon/iconfont.woff) format('woff'), url(icon/iconfont.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.icon-check-alt {
	background-image: url("https://autel.us/nitropack_static/JKLwgEKsNGWAKQWgYJmYiHTtSpFXzRHx/assets/images/optimized/rev-ec1960b/autel.com/r/cms/www/default/images/info/success.png");
	background-size: 20px;
}

.icon-bubble {
	background-image: url("https://autel.us/nitropack_static/JKLwgEKsNGWAKQWgYJmYiHTtSpFXzRHx/assets/images/optimized/rev-ec1960b/autel.com/r/cms/www/default/images/info/tips.png");
	background-size: 20px;
}

.icon-bubble.nitro-lazy {
	background-image: none !important;
}

.icon-notification {
	background-size: 20px;
	background-image: url("https://autel.us/nitropack_static/JKLwgEKsNGWAKQWgYJmYiHTtSpFXzRHx/assets/images/optimized/rev-ec1960b/autel.com/r/cms/www/default/images/info/error.png");
}

.icon-notification.nitro-lazy {
	background-image: none !important;
}

.icon-cancel-circle {
	background-image: url("https://autel.us/nitropack_static/JKLwgEKsNGWAKQWgYJmYiHTtSpFXzRHx/assets/images/optimized/rev-ec1960b/autel.com/r/cms/www/default/images/info/warning.png");
	background-size: 20px;
}

.icon-cancel-circle.nitro-lazy {
	background-image: none !important;
}

/* .icon-check-alt:before {
    content: "\e900";
}

.icon-bubble:before {
    content: "\e96b";
}

.icon-notification:before {
    content: "\ea08";
}

.icon-cancel-circle:before {
    content: "\e681";
} */
.m-message {
	pointer-events: none;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
}

.c-message-notice {
	text-align: center;
	margin-top: 100px;
}

.m_content {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	color: #555;
	text-align: center;
	max-width: 90%;
	padding: 13px 10px 13px 15px;
	background-color: #fff;
}

.m_content span {
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	margin-top: -12px;
}

.m_content i {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.icon-check-alt.nitro-lazy {
	background-image: none !important;
}
