

/* Start:/local/components/makewww/profile.balls/templates/.default/style.css?1749581276789*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.response-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

.response-message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.response-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/* End */
/* /local/components/makewww/profile.balls/templates/.default/style.css?1749581276789 */
