.wws-clearfix {
    clear: both;
}
.wws-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}
@keyframes wws-shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-8px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0);
    }
}
.wws-shake-animation {
    animation: wws-shake 300ms;
}
.wws-popup .wws-gdpr {
    border-top: 1px dashed #eee;
    padding: 8px 12px 6px 12px;
    background: #fff;
    font-size: 12px;
    color: #888fbb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}
.wws-popup .wws-gdpr label {
    color: #888fbb;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.wws-popup .wws-gdpr label input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
    padding: 0;
}
.wws-shortcode-btn {
    padding: 4px 10px;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.wws-shortcode-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.wws-shortcode-btn > svg {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.wws-spinner {
    margin: 80px auto;
    width: 70px;
    text-align: center;
}
.wws-spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    animation: wws-sk-bouncedelay 1.4s infinite ease-in-out both;
}
.wws-spinner .wws-bounce1 {
    animation-delay: -0.32s;
}
.wws-spinner .wws-bounce2 {
    animation-delay: -0.16s;
}
@keyframes wws-sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.wws-qr {
    width: auto;
    max-width: 98%;
    padding: 10px;
    text-align: center;
}
.wws-qr img {
    display: inline-block !important;
}
.wws-popup__open-btn > svg,
.wws-popup__open-btn > span {
    vertical-align: middle;
}
.wws-popup__open-btn > svg {
    padding-right: 2px;
    width: 16px;
    height: 16px;
}
.wws--bg-color {
    background-color: #22c15e;
}
.wws--text-color {
    color: #ffffff;
}
.wws-popup__open-btn {
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}
.wws-popup-container--position {
    right: 12px;
    bottom: 90px;
}
.wws-popup__open-btn {
    float: left;
}
.wws-gradient--position {
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at bottom left, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}
@media( max-width: 720px ) {
    .wws-popup__open-btn {
        padding: 0 !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 30px !important;
   }
    .wws-popup__open-btn > svg {
        padding-right: 0;
        width: 30px;
        height: 30px;
   }
    .wws-popup__open-btn span {
        display: none;
   }
}
@media(min-width:993px){
    .wws-popup-container--position{
        bottom: 12px;
   }
}
.wws-popup-container * {
    box-sizing: border-box;
}
.wws-popup-container {
    width: auto;
    position: fixed;
    z-index: 9999999;
}