#blackListTable11_length{
	margin-top: 20px;
	vertical-align: baseline;
}

#blackListTable11_length select{
	width: 50px;
	vertical-align: baseline;
}
.email-back-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.email-container{
	display: flex;
	flex-direction: column;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding: 24px;
	max-width: 720px;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(83, 83, 83, 0.15);
	border-radius: 16px;
}
.welcome{
	display: flex;
	width: 100%;
	background: #FEEBEB;
	border-radius: 16px;
	padding: 16px;
}
#hello{
	margin-left: 40px;
}
#hello > span{
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
#hello > p{
	margin-top: 5px;
	font-size: 16px;
	line-height: 22px;
}
.formArea{
	margin-top: 24px;
	width: 100%;
}
#optOutText{
	font-size: 16px;
	line-height: 19px;
}
#optOutReason{
	width: 100%;
	background-color: #F4F6F9;
	border: 1px solid #DADEE3;
	border-radius: 8px;
	padding: 16px;
	margin-top: 10px;
}
#sendBtn{
	background: #004DA9;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	min-width: 160px;
}
#cancelBtn{
	padding: 12px 16px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	min-width: 160px;
	border: none;
	box-shadow: none;
}
#success-head{
	color: #09101D;
	font-size: 24px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 16px;
}
#success-text{
	color: #09101D;
	font-size: 16px;
}
