.d_none{
    display: none;
}

#guests_form{
    display: flex;
    flex-direction: column;
}

#guests_form .guest_field{
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(201, 189, 189);
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 12px;
}

#guests_form label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

#guests_form button, .guests_form_blocks button {
    padding: 16px 24px;
    background-color: rgb(7, 78, 54);
    border-radius: 12px;
    color: white;
    border:unset;
    font-size: 20px;
    font-weight: bold;
    cursor:pointer;
}

.coming-soon {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -2px;
    color: #000;
    text-align: center;
}

.back_to_guest_profile{
    color: rgb(7, 78, 54);
    font-size: 20px;
    font-weight: bold;
    cursor:pointer;
}

.message_success{
    background-color: #7ae97e5c;
    color: rgb(7, 78, 54);
    padding: 20px 15px;
    font-weight: bold;
    border-radius: 12px;
}
.message_error{
    background-color: #af4c4c79;
    color: rgb(78, 7, 7);
    padding: 20px 15px;
    font-weight: bold;
    border-radius: 12px;
}

.my-reservation .edit_guest_link, .view_user_reservation {
    padding: 9px 14px;
    background-color: rgb(7, 78, 54);
    border-radius: 23px;
    text-decoration: none;
    color: white;
    border:unset;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}

.my-reservation .edit_guest_link:hover, .view_user_reservation:hover {
   background-color: rgb(12, 133, 92);
}

.guests_form_blocks .guests_form_label{
    display: flex;
    flex-direction: column;
    gap:8px;
}

.guests_form_blocks #guest_relationship,.guests_form_blocks #guest_dietary_needs{
    background-color: white;
}

.my-reservation, .wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 30px;
    flex: 1;
}

#export_csv {
    background: #074e36;
    border-radius: 5px;
    margin-top: 20px;
}

#export_csv:hover {
    background: #37af86;
}

.guest-post{
    /*max-width: 1440px;*/
    padding-top: 0;
    overflow: auto;
}
.guest-post table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.guest-post th {
    background-color: rgb(7, 78, 54);
    color: white;
    padding: 10px;
    padding-right: 3px;
    text-align: left;
    font-size: 15px;
}

.guest-post td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.guest-post input[type="text"], input[type="date"], textarea,.guests_form_blocks .guest_field_items, .guests_form_blocks .guests_form_label input, .guests_form_blocks .guests_form_label textarea {
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: white;
}

.guests_form_blocks textarea {
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}

.guests_form_blocks textarea:focus, .guest-post input[type="text"]:focus, input[type="date"]:focus, textarea:focus, .guest_field_items:focus,
.guests_form_blocks .guests_form_label input:focus, .guests_form_blocks .guests_form_label textarea:focus {
    border-color: #4CAF50;
    background-color: white;
    outline: none;
}

#guests_edit_form{
    /*padding: 30px;*/

}

#guests_edit_form label{
    font-weight: bold;
    margin-top: 10px;
}

.guest-post tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.guest-post tr:nth-child(even) {
    background-color: #f1f1f1;
}


.guest-post tr:hover {
    background-color: #f2f2f2;
}

.guest-post textarea {
    height: 100px;
}

.guest-post input[type="text"] {
    max-width: 300px;
}


.checkbox_blocks{
    display: flex;
    gap:15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
#magic_user_email{
    margin-left: 10px;
}


.spinner {
    border: 2px solid transparent;
    border-top: 2px solid #501C49;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hidden {
    display: none;
}

.disabled{
    border: 1px solid grey!important;
    color: grey!important;
    pointer-events: none!important;
}

.dietary_container, .relationship_container {
    display: flex;
    margin-top: -5px;
    padding-left: 20px;
    flex-direction: column;
}

.bottom-container, .guest_ada_needs{
    padding: 10px 0;
}

.bottom-container label{
    margin-top: 20px;
}

th.sorted-asc::after {
    content: "\25B2";
    font-size: 23px;
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: middle !important;
    transform: rotate(0);
}

th.sorted-desc::after {
    content: "\25B2";
    font-size: 23px;
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: middle !important;
    transform: rotate(180deg);
}