[data-custom-class='body'], [data-custom-class='body'] * {
	background: transparent !important;
}

[data-custom-class='title'], [data-custom-class='title'] * {
	font-family: Arial !important;
	font-size: 26px !important;
	color: #d2efc4 !important;
}

[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
	font-family: Arial !important;
	color: white !important;
	font-size: 14px !important;
}

[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
	font-family: Arial !important;
	font-size: 19px !important;
	color: #d2efc4 !important;
}

[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
	font-family: Arial !important;
	font-size: 17px !important;
	color: #d2efc4 !important;
}

[data-custom-class='body_text'], [data-custom-class='body_text'] * {
	color: white !important;
	font-size: 14px !important;
	font-family: Arial !important;
}

[data-custom-class='link'], [data-custom-class='link'] * {
	color: #c1ae24 !important;
	font-size: 14px !important;
	font-family: Arial !important;
	word-break: break-word !important;
}

ul {
	list-style-type: square;
}

ul>li>ul {
	list-style-type: circle;
}

ul>li>ul>li>ul {
	list-style-type: square;
}

ol li {
	font-family: Arial;
}

.outer-container-style {
    padding: 1.5em;
    background: #2b3526 !important;
    color: white;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.outer-container-style-border{
	margin: 0.5em;
	padding: 0px 10px 40px;
	border-radius: 10px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow-wrap: break-word;
}

.hole-mark {
    display: flex;
    border-radius: 5px;
    align-items: center;
    padding: 10px 5px;
    color: #ffffff;
    justify-content: center;
    background: #024c8c !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.powered-by{
	font-size: 12px;
}

.hole-mark-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0px 10px;
    /* opacity: 0.5; */
}
body{
	overflow: auto;
    margin: 0;
}