#cww-modal {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    z-index:999999;
}

.cww-box {
    width:400px;
    background:#fff;
    margin:10vh auto;
    padding:25px;
    border-radius:10px;
    position:relative;
}

.cww-close {
    position:absolute;
    right:15px;
    top:15px;
    border:0;
    background:none;
    font-size:24px;
    cursor:pointer;
}

.cww-box input,
.cww-box select {
    width:100%;
    margin-bottom:15px;
}

#cww-error {
    color: #d63638;
    margin-bottom: 15px;
    font-weight: 600;
}

#cww-message {
    display:none;
    background:#d1e7dd;
    padding:10px;
    margin-top:10px;
    border-radius:4px;
}