.questionMarkIcon{
	content: url('/Dashboard/icons/QuestionMarkIcon.svg');
}
.ErrorBoxNew{
	border-radius: 14.12px !important;
}
.supportBox{
	border-radius: 14.12px !important;
}
.questionMarkDiv{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    background-color: #F3EBFF;
}
.supportTextDiv{
	height: 100%;
	padding: 20px 20px 19px 20px;
}
.imageBox{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 44px;
}
.headingSpan{
	font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
    color: black;
    display: flex;
    justify-content: center;
    word-break: auto-phrase;
}
.headingDesc{
	color: black;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    padding: 0px 31.5px;
    overflow: visible;
    display: flex;
    justify-content: center;
    text-align: center;
    word-break: auto-phrase;
}
.supportHeadingDesc{
	color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.supportHeadingSpan{
	font-size: 20px;
    font-weight: 600;
    line-height: 23.87px;
    color: black;
    margin-bottom: 15px;
}
.hyperLinkSupport{
	color: #0B6F85 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    display: inline-block;
}
.buttonContainor{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
@media screen and (min-width: 0px) and (max-width: 565px) {
	.ErrorBoxNew{
		width: auto !important;
		min-width: unset !important;
	}
	.supportBox{
		width: auto !important;
		min-width: unset !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 420px) {
	.supportBox{
		height: 200px !important;
	}
}

@media screen and (min-width: 420px) and (max-width: 550px) {
	.supportBox{
		height: 150px !important;
	}
}