/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2024 | 02:46:53 */
/* Form Styling  */
.wp-block-kadence-advanced-form145_ae515a-1c, .wp-block-kadence-advanced-form9171_cefdf5-18, .wp-block-kadence-advanced-form6491_4d1660-5a {
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
	margin-top: -200px;
}

/* The right inner column that has form and main section that has two rows */
.kt-inside-inner-col,
.position-less-sec > div {
	position: unset;
}

/* success message of the form */
.kb-adv-form-success {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* Adding the icon before the success msg */
.kb-adv-form-success::before {
	content: "";
	background: url(https://emesent.com/wp-content/uploads/2024/08/Icon.svg) center center/cover no-repeat;
	height: 20px;
	width: 20px;
}