.afpa-notices {
	padding: 1em;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	border-left: 2px solid #3d9cd2;
}

.afpa-booking-form label {
    display: block;
}

.afpa-booking-form input[type="radio"] + label,
.afpa-booking-form #acceptance + label {
    display: inline;
}

.afpa-booking-form #total {
	font-size: 30px;
}

.afpa-booking-form #additional_data {
    display: none;
}

.afpa-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background-color: rgba(23, 33, 57, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease;
}

.afpa-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.afpa-modal-container {
    position: relative;
    padding: 50px 0;
    width: 100%;
    max-width: 1150px;
    height: 85vh;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.afpa-modal-wrapper {
    height: 75vh;
    margin: 0 50px;
    display: block;
    overflow-y: auto;
}

.afpa-modal-wrapper h1,
.afpa-modal-wrapper h2,
.afpa-modal-wrapper h3 {
    text-transform: uppercase;
}
