/* Form Embed Styles */
.formation-afewtc-tooltip {
	display: none;
}
span.formation-afewtc-dot {
    display: inline-block;
    width: 12px;
    height: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background-color: #1967d2;
    animation: formation-dot-pulse 1.5s infinite !important;
    margin: 3px 10px;
	position: absolute;
    top: 60px;
    left: 75px;
    z-index: 9999;
}
@keyframes formation-dot-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(25, 103, 210, 0.6);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(25, 103, 210, 0);
	}
}
.tooltipster-base.formation-afewtc .tooltipster-box {
    margin-top: 10px;
}
.tooltipster-base.formation-afewtc .tooltipster-content {
    max-width: 260px;
    color: #444444;
	margin-left: 10px;
    padding: 16px 20px 18px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
#formation-afewtc h3 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 0;
    margin-top: 0 !important;
    color: #23282C;
}
#formation-afewtc p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 10px 0 0;
    color: #444444;
}
#formation-afewtc button {
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 7px 18px;
    border: none;
    background-color: #1967d2;
    color: #ffffff;
    display: block;
    margin: 15px auto 0;
}
#formation-afewtc .formation-afewt-arrow {
	position: absolute;
    display: block;
    width: 15px;
    height: 42px;
    font-size: 52px;
    top: -58px;
    left: 108px;
    transform: rotate(104deg);
    color: #1967d2;
}
.block-editor-block-icon span.ff-form {
    font-size: 22px;
}