@charset "UTF-8";
@font-face {
	font-family: 'toast';
	src: url("/fonts/toast.eot?76tjxy");
	src: url("/fonts/toast.eot?76tjxy#iefix") format("embedded-opentype"), url("/fonts/toast.ttf?76tjxy") format("truetype"), url("/fonts/toast.woff?76tjxy") format("woff"), url("/fonts/toast.svg?76tjxy#toast") format("svg");
	font-weight: normal;
	font-style: normal;
}
.toast-item-wrapper {
	width: 250px;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toast-item-wrapper i {
	font-family: 'toast' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.toast-item-wrapper i.toast-icon {
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 2rem; 
}
.toast-item-wrapper .toast-close {
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	text-align: center;
	cursor: pointer; 
}
.toast-icon-error:before {
	content: "";
}
.toast-icon-info:before {
	content: "";
}
.toast-icon-notice:before {
	content: "";
}
.toast-icon-success:before {
	content: "";
}
.toast-icon-warning:before {
	content: "";
}
.toast-item-wrapper.success {
	background-color: #236eff;
	border: 1px solid #236eff; 
}
.toast-item-wrapper.error {
	background-color: #f1416c;
	border: 1px solid #f1416c; 
}
.toast-item-wrapper.warning {
	background-color: #ffc700;
	border: 1px solid #ffc700;
	color: #333; 
}
.toast-item-wrapper.notice {
	background-color: #7239ea;
	border: 1px solid #7239ea; 
}
.toast-item-wrapper.info {
	background-color: #009ef7;
	border: 1px solid #009ef7; 
}
.toast-item-wrapper.toast-top-center {
	top: 20px; 
	left:50%;
	margin-left: -125px;
}
.toast-item-wrapper.toast-center-center {
	top: 50%; 
	left:50%;
	margin-top: -30px;
	margin-left: -125px;
	
}
.toast-item-wrapper.fullscreen {
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}
.toast-item-wrapper p {
	margin: 0; 
}
.toast-item-wrapper .toast-message {
	font-size: 0.87rem; 
}
.toast-item-wrapper .toast-progress {
	width: 0;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	right: 0; 
}
.toast-item-wrapper.rtl {
	direction: rtl;
	text-align: right; 
}
.toast-item-wrapper.rtl i.toast-icon {
	left: auto;
	right: 0; 
}
.toast-item-wrapper.rtl .toast-close {
	right: auto;
	left: 0; 
}
.toast-item-wrapper.rtl p {
	text-align: right; 
}
.toast-item-wrapper.rtl .toast-progress {
	left: auto;
	right: 0; 
}