.anon-admin-notice {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 10px;
	border-radius: 5px;
	background: #ffffff;
	margin: 15px 20px 10px 2px;
	width: calc(100% - 20px);
	float: left;
	position: relative;
	border: 1px solid #d7e1f2;
}
.anon-admin-notice-content {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 10px 15px 10px 15px;
	border: 0;
	width: 100%;
}
.anon-admin-notice-header {
	float: left;
}
.anon-col-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}
.anon-admin-notice .anon-admin-notice-content .anon-admin-notice-header {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	color: #23282d;
	font-size: 16px;
	line-height: 18px;
}
.anon-button {
	width: auto;
	min-width: 80px;
	padding: 8px 14px;
	background-color: #1863dc;
	color: #ffffff;
	border: 1px solid #1863dc;
	font-weight: 500;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 16px;
}
.anon-button-outline-secondary {
	background-color: transparent;
	color: #555d66;
	border-color: #c9d0d6;
}
.anon-flex {
	.anon-button-outline-secondary{
		margin-left: 10px;
	}
}
.anon-admin-notice .anon-close {
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	background: transparent;
	border: none;
	display: inline-block;
	color: #7e7e7e;
	cursor: pointer;
}
.anon-admin-notice .anon-admin-notice-close {
	display: flex;
	align-items: center;
	margin-right: 15px;
	position: absolute;
	right: 0;
	top: 10px;
}
.anon-admin-notice .anon-admin-notice-content p {
	font-size: 14px;
	overflow: hidden;
}
.anon-admin-notice-message {
	flex: 1;
	position: relative;
	padding: 5px 20px 3px 0px;
}
