#page-load-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    width: 60%;
    max-width: 500px;
    position: relative;
    margin: auto;
    text-align: center;
}

#modal-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
.wrap {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-table th {
    width: 200px;
}

.button-primary {
    background-color: #0073aa;
    border-color: #0073aa;
}

.button-primary:hover {
    background-color: #005580;
    border-color: #005580;
}

.button {
    margin-top: 10px;
}
