/* ===========================
   Approval Modal Styles
   =========================== */

/* Modal Container vergrößern */
#app-edit-modal {
    z-index: 999999;
}

#app-edit-modal .modal-content {
    background:white; 
    padding:30px; 
    width: 800px;
    max-height:90%; 
    overflow:auto; 
    position:relative;
    box-sizing: border-box;
    border-radius: 5px;
}

#app-edit-modal span.modal-close {
    position: absolute; 
    right: 15px; 
    top: 15px; 
    font-size: 40px; 
    cursor: pointer;
    line-height: 1;
}

/* Formular-Layout verbessern */
#edit-item-form {
    display: flex;
    flex-direction: column;
}

/* Buttons */
#edit-item-form button {
    width: 225px;
    min-width: 0;
    padding: 12px 15px;
    white-space: nowrap;
    font-size: 14px;
}



.form-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.form-actions button.modal-close {
    background-color: #F5F5F5 !important;
    color: black !important;
}

.form-actions button {
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    border: 0;
}

/* Visitenkarte im Approval Modal */

.personalize-option.qr-code-input {
    margin-top: 8px;
}

#terminkarte-options-wrapper>p>label:first-of-type {
    margin-bottom: 12px;
}

/* Öffnungszeiten Anpassung im Approval Modal */

.opening-hours-field>p {
    margin-bottom: 20px !important;
}

.date-fields-wrapper p {
    margin-bottom: 20px !important;
}

.opening-hours-times p {
    margin-bottom: 10px !important;
}

.date-fields-wrapper input {
    margin-top: 4px;
}

.opening-hours-field label, .opening-hours-field p.opening-hours-times--label {
    color: black !important;
}
