.bg-warning.light {
	background-color: #fcf8e3 !important;
}
.dateTExt {
	display: block;
	font-size: 0.7rem;
	line-height: 0.5rem;
}
.setEmail {
	font-size: 0.7rem;
	cursor: pointer;
}
.setEmail:hover {
	text-decoration: underline;	
}
#modalLabel {
	line-height: 1rem;
	font-size: 1.3rem;
	margin-top: 0.3rem;
	size: 1.3rem;
}
.autoApplic {
	line-height: 0.5rem;
	font-size: 0.7rem;
}
.newApplic, .custom-switch, #userAgree, .custom-control-label {
	cursor: pointer;
}
.newApplic:hover {
	text-decoration: underline;
}
.yesApplic {
	color: gray;
}
.yesApplic .desc {
	font-size: 11px;
	font-weight: normal;
}
#breakForm {
	max-width: 500px;
}
#breakType {
	width: 100%;
}
#breakText {
	min-height: 150px;
	max-width: 500px;
}
.newApplicForm h2 {
	font-size: 1.2rem;
	font-weight: bold;
}
#breakForm button {
	min-width: 200px;
}
.sendAplicError {
	display: none;
}