.wts-success {
    background-color: #d4edda;
    color: #155724 !important;
    padding: 15px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wts-error {
    background-color: #f8d7da;
    color: #721c24 !important;
    padding: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 15px;
}