.cww-ssf-outer-wrapp .cww-sff-wrapp {
    padding: 40px;
    padding-top: 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);

}

.cww-ssf-outer-wrapp.cww-modal .cww-sff-wrapp {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease;

}

.cww-ssf-outer-wrapp.cww-modal .cww-sff-wrapp.active {
    top: 50%;
    z-index: 99999;
}




.cww-ssf-outer-wrapp .toggle-wrapp {
    overflow: hidden;
    display: inline-block;
    position: fixed;
}

.cww-ssf-outer-wrapp a.cww-ssf-toggle:hover,
.cww-ssf-outer-wrapp a.cww-ssf-toggle:focus,
.cww-ssf-outer-wrapp a.cww-ssf-toggle:active {
    color: #fff;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle,
.cww-ssf-outer-wrapp .cww-ssf-toggle:visited {
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #df3e7b;
    border-radius: 4px;
    line-height: 30px;
    padding: 5px 17px 5px 17px;
    display: inline-block;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle i {
    font-size: 20px;
}


.cww-ssf-outer-wrapp a.cww-ssf-toggle {
    display: flex;
    align-items: center;
}

.cww-ssf-outer-wrapp a.cww-ssf-toggle {
    display: flex;
    align-items: center;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle i::after {
    animation: rippple 1.2s ease-out infinite;
    animation-delay: 1s;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle i:after {
    content: '';
    mix-blend-mode: screen;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 16px;
    height: 16px;
    background: rgba(255, 221, 177, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform-origin: 50% 50%;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle:hover {
    color: #fff;
    text-decoration: none;
}

@keyframes rippple {

    0%,
    35% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(4);
    }
}

.cww-ssf-outer-wrapp button,
.cww-ssf-outer-wrapp input[type="button"],
.cww-ssf-outer-wrapp input[type="reset"],
.cww-ssf-outer-wrapp input[type="submit"],
.cww-ssf-outer-wrapp p {
    margin-bottom: 0;
}

.cww-ssf-outer-wrapp .cww-sff-wrapp i {
    font-size: 30px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
    float: right;
    position: relative;
    z-index: 99;

}

.cww-ssf-outer-wrapp.header-title .cww-sff-wrapp i {
    padding: 10px;
}

.cww-ssf-outer-wrapp .cww-sff-wrapp i:hover {
    transform: scale(1.1);
}

.cww-ssf-outer-wrapp .cww-sff-wrapp i:hover {
    cursor: pointer;
}

body.cww-sff-overlay .cww-sf-form-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

/* Toggle button position */
.cww-ssf-outer-wrapp.btn-position-bottom-right .toggle-wrapp {
    right: 5%;
    bottom: 20px;
    z-index: 99999;
}

.cww-ssf-outer-wrapp.btn-position-bottom-left .toggle-wrapp {
    left: 5%;
    bottom: 20px;
}

.cww-ssf-outer-wrapp.btn-position-left .toggle-wrapp {
    transform: rotate(90deg);
    top: 50%;
    left: -42px;
}

.cww-ssf-outer-wrapp.btn-position-left.attached .toggle-wrapp {
    left: -50px;
}

.cww-ssf-outer-wrapp.btn-position-right.attached .toggle-wrapp {
    right: -50px;
}

.cww-ssf-outer-wrapp.btn-position-left.cww-modal .toggle-wrapp {
    left: -50px;
}

.cww-ssf-outer-wrapp.btn-position-right .toggle-wrapp {
    transform: rotate(90deg);
    top: 50%;
    right: -42px;
    z-index: 99999;
}

/**
*
* Used for sticky forms with buttons
*
*/
.cww-ssf-outer-wrapp.attached .cww-sff-inner {
    position: fixed;
    z-index: 99999;
    bottom: -140%;
    transition: all 0.1s ease;
}

.cww-ssf-outer-wrapp.attached .cww-sff-inner .toggle-wrapp {
    transition: all 0.1s ease;
}

.cww-ssf-outer-wrapp.btn-position-bottom-right.attached .cww-sff-inner.active .toggle-wrapp,
.cww-ssf-outer-wrapp.btn-position-bottom-left.attached .cww-sff-inner.active .toggle-wrapp {
    z-index: -1;
}

.cww-ssf-outer-wrapp.btn-position-bottom-right.attached .cww-sff-inner {
    position: fixed;
    right: 5%;
    z-index: 99999;
    bottom: -100%;
    transition: all 0.1s ease;
}

.cww-ssf-outer-wrapp.btn-position-bottom-right.attached .cww-sff-inner.active,
.cww-ssf-outer-wrapp.btn-position-bottom-left.attached .cww-sff-inner.active {
    bottom: 0;
}

.cww-ssf-outer-wrapp.btn-position-bottom-left.attached .cww-sff-inner {
    left: 5%;
}

.cww-ssf-outer-wrapp.btn-position-left.attached .cww-sff-inner.active .toggle-wrapp {
    left: 500px;
}

.cww-ssf-outer-wrapp.btn-position-left.attached .cww-sff-inner {
    left: -100%;
    bottom: 13%;
}

.cww-ssf-outer-wrapp.btn-position-left.attached .cww-sff-inner.active {
    left: 0;
}


.cww-ssf-outer-wrapp.btn-position-right.attached .cww-sff-inner.active .toggle-wrapp {
    right: 500px;
}

.cww-ssf-outer-wrapp.btn-position-right.attached .cww-sff-inner {
    right: -100%;
    bottom: 13%;
}

.cww-ssf-outer-wrapp.btn-position-right.attached .cww-sff-inner.active {
    right: 0;
}

/*****/

/**
* Toggle button layout
*/

.cww-ssf-outer-wrapp .toggle-wrapp.layout-two a.cww-ssf-toggle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.cww-ssf-outer-wrapp.btn-position-left .toggle-wrapp.layout-two {
    left: 0;
}

.cww-ssf-outer-wrapp.btn-position-left.attached .cww-sff-inner.active .toggle-wrapp.layout-two {
    left: 550px;
}

.cww-ssf-outer-wrapp.btn-position-right .toggle-wrapp.layout-two {
    right: 0;
}

.cww-ssf-outer-wrapp.btn-position-right.attached .cww-sff-inner.active .toggle-wrapp.layout-two {
    right: 550px;
}

/**
* Style when form header is enabled
*/
.cww-ssf-outer-wrapp .header-title-wrapp {
    background: #f1f1f1;
    padding: 30px 40px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 -40px 20px -40px;
}

.cww-ssf-outer-wrapp .header-desc-wrapp {
    margin-bottom: 20px;
}

.cww-ssf-outer-wrapp.header-title .cww-sff-wrapp {
    padding-top: 0;
}

.cww-ssf-outer-wrapp input[type=color],
.cww-ssf-outer-wrapp input[type=date],
.cww-ssf-outer-wrapp input[type=datetime-local],
.cww-ssf-outer-wrapp input[type=datetime],
.cww-ssf-outer-wrapp input[type=email],
.cww-ssf-outer-wrapp input[type=month],
.cww-ssf-outer-wrapp input[type=number],
.cww-ssf-outer-wrapp input[type=password],
.cww-ssf-outer-wrapp input[type=range],
.cww-ssf-outer-wrapp input[type=search],
.cww-ssf-outer-wrapp input[type=tel],
.cww-ssf-outer-wrapp input[type=text],
.cww-ssf-outer-wrapp input[type=time],
.cww-ssf-outer-wrapp input[type=url],
.cww-ssf-outer-wrapp input[type=week] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid #ccc;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    border-radius: 5px;
}

.cww-ssf-outer-wrapp textarea {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    border-radius: 5px;
}

.cww-ssf-outer-wrapp button,
.cww-ssf-outer-wrapp input[type="button"],
.cww-ssf-outer-wrapp input[type="reset"],
.cww-ssf-outer-wrapp input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-color);
    border-radius: none;
    padding: 15px 35px;
    margin: 20px 0;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cww-ssf-outer-wrapp .cww-sff-wrapp {
    overflow: auto;
    height: 700px;
    visibility: hidden;
    opacity: 0;
}

.cww-ssf-outer-wrapp .cww-sff-inner.active .cww-sff-wrapp,
.cww-ssf-outer-wrapp.cww-modal .cww-sff-wrapp.active {
    visibility: visible;
    opacity: 1;
}

body.cww-sff-overlay {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg==), no-drop;
}

#cww-sff-disp-wrap-outer {
    cursor: default;
}

.cww-sff-inner.active .toggle-wrapp {
    visibility: hidden;
}

.cww-sff-overlay .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4);
    z-index: 99999;
}