/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1003;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2);
}

.modal-content {
    padding: 24px;
}

.modal-footer {
    padding: 6px 24px;
    text-align: right;
    border-top: 1px solid #e0e0e0;
}

.modal-close {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
