/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.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;
}

.wpfunnels-offer-loader {
    background: #6e42d326;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    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;
}
.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;
    }
}

.checkout-radio .radio {
  display: inline!important;
  margin-left: 3px;
  margin-right: 10px;
}
