.offer-btn-d-inline-block{
display: inline-block;
}
.wpfunnels-offer-loader .wpfnl-loader {
border: 3px solid #d6d6d6;
border-top: 3px solid #6E42D3;
width: 50px;
height: 50px;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.wpfunnels-offer-loader {
background: #6e42d326;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100%;
height: 100%;
display: none;
}
.wpfunnels-offer-loader-wrapper {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
height: 210px;
width: 360px;
background: #fff;
box-shadow: 0px 10px 60px rgba(186, 159, 254, 0.2);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 15px;
padding: 20px;
text-align: center;
}
.wpfunnels-offer-loader .wpfnl-loader {
display: block;
}
.wpfunnels-offer-loader .loader-ittle {
font-size: 22px;
font-weight: 600;
margin: 10px 0 5px;
}
.wpfunnels-offer-loader p {
font-size: 16px;
}
.dot-wrapper span {
color: #000;
font-size: 16px;
margin-left: -1px;
animation-duration: 1.5s;
animation-iteration-count: infinite;
}
.dot-wrapper span.dot-one {
animation-name: flashOne;
}
.dot-wrapper span.dot-two {
animation-name: flashTwo;
}
.dot-wrapper span.dot-three {
animation-name: flashThree;
}
@keyframes flashOne {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes flashTwo {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes flashThree {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
} #wpfnl-alert-accept {
display: none;
}
#wpfnl-alert-accept.wpfnl-success .wpfunnels-offer-loader-wrapper {
border: 2px solid #28a745;
}
#wpfnl-alert-accept.wpfnl-error .wpfunnels-offer-loader-wrapper {
border: 2px solid #dc3545;
}