/*#cspl-success-popup .cspl-popup-overlay {
    position: fixed; left:0; top:0; width:100vw; height:100vh; background: rgba(0,0,0,.4); z-index: 9998;
}
#cspl-success-popup .cspl-popup-content {
    position: fixed; left:50%; top:50%; transform:translate(-50%,-50%);
    background: #fff; padding: 32px 24px; border-radius: 8px; z-index:9999;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    min-width: 320px; max-width: 95vw;
    text-align: center;
}
#cspl-success-popup .cspl-popup-close {
    position: absolute; right: 16px; top: 12px; font-size: 24px; cursor:pointer;
}*/

form#cswp-confirmation-form input.cspl-input {
    width: 100%;
    height: 10px;
    margin-bottom: 13px;
    padding: 16px;
}

.cspl-success {
    color: #008000;
}

.cspl-error {
    color: #c00202;
}

form#cswp-confirmation-form input.cspl-btn-submit {
    outline: none;
    border: none;
    padding: 15px 40px;
    margin-top: 50px;
    background-color: #008000;
    font-family: inherit;
    border-radius: 500px;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    transition: all .3s ease-in-out;
}

form#cswp-confirmation-form input.cspl-btn-submit:hover {
    cursor: pointer;
    background-color: #045e04;
}

form#cswp-confirmation-form span.cspl-description-form {
    color: #262626;
}

form input[type=number] {
    max-width: 100%!important;
}