/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
	width: 800px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom-right-radius: var(--dc_spacing-y);
}
.popupAlert .textBlock .curveBorder:before {
	width:100%;
	border-color:var(--theme_colour);
}
.noticeBody {
  width:100%;
  padding:0 2.5%;
}
.popupAlert .popupImg {
  padding:10px 5px;
}
.popupAlert .popupImg img {
  width:100%
}
.popupAlert .noticeText {
  padding:10px 5px;  
  width:100%;
  float:none;
}
.popupAlert .noticeText *{
  max-width:100%;
}
.popupAlert .noticeText .popTitle{
    margin: 0px 0 20px;
}
