.active-notch {
	
}

.notch {
	/*
	left: 50%;
	transform: translateX(-50%);
*/
	width: 100%;

	
	height: 50px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

	z-index: 999999 !important;
}
.notch p {
	line-height: 1;
	margin:0;
}
.notch i {
	margin-right: 10px;
}
.notch .close-button {
	top: 8px;
}

.notch.primary {
		
}

/* Primary */
.notch.primary {
	background-color: #0069fa !important;
}
/* Secondary */
.notch.secondary {
	background-color: #ff2437 !important;
}
/* Tertiary */
.notch.tertiary {
	background-color: #002164 !important;
}
/* color4 */
.notch.color4 {
	background-color: #85a5be !important;
}

/* Success */
.notch.success {
	background-color: #2cc26f !important;
}
/* Warning Orange */
.notch.warning {
	background-color: #ff7e12 !important;
}

/* Alert Red */
.notch.alert {
	background-color: #ff2437 !important;
}