.appointment_unit_type_content_wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.appointment_unit_type_content_wrapper .appointment_unit_type_first_half{display:flex;align-items:flex-start;padding:0.5rem;background:var(--highlight);box-shadow:1px 2px 2px var(--shadow);border-radius:5px}.appointment_unit_type_content_wrapper .appointment_unit_type_first_half img{width:48px;height:48px;border-radius:50%;margin:0 0.5rem}.appointment_unit_type_content_wrapper .appointment_unit_type_slots_wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;margin:-0.5rem;margin-top:1rem}.appointment_unit_type_content_wrapper .appointment_unit_type_slots_wrapper .appointment_slot_container{background:var(--highlight);padding:0.5rem;margin:0.5rem;border-radius:5px;box-shadow:1px 2px 2px var(--shadow);cursor:pointer;font-size:0.85rem}.appointment_unit_type_content_wrapper .appointment_item{width:100%;display:flex;flex-direction:row;background:var(--highlight);padding:1rem;margin:1rem 0;border-radius:5px}.appointment_unit_type_content_wrapper .appointment_item:hover{box-shadow:1px 1px 5px var(--shadow)}.appointment_unit_type_content_wrapper .appointment_item .member_avatar{margin-right:1rem}.appointment_unit_type_content_wrapper .appointment_item .member_avatar img{border-radius:5px;width:150px;height:150px}.appointment_unit_type_content_wrapper .appointment_item .appointment_details{display:flex;flex-direction:column;align-items:start;flex:2}.appointment_unit_type_content_wrapper .appointment_item .date{display:flex;width:100%}.appointment_unit_type_content_wrapper .appointment_item .date span{margin:0 0.5rem}.appointment_unit_type_content_wrapper .appointment_item .name{font-size:2rem}.appointment_unit_type_content_wrapper .appointment_item .appointment_extras{display:flex;flex-direction:column;justify-content:space-between;align-items:end}.appointment_unit_type_content_wrapper .appointment_item .appointment_extras>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.appointment_unit_type_content_wrapper .appointment_unit_type_slots_wrapper{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap}.appointment_unit_type_content_wrapper .confirm_wrapper,.appointment_unit_type_content_wrapper .confirm_wrapper>span{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.2);z-index:9}.appointment_unit_type_content_wrapper .confirm_wrapper .confirm_box{background:var(--highlight);z-index:99;padding:1rem;border-radius:1rem}.appointment_unit_type_content_wrapper .confirm_wrapper .confirm_box .confirm_box_inside{display:flex;flex-direction:column}.appointment_unit_type_content_wrapper .confirm_wrapper .confirm_box .confirm_box_inside .amount{display:flex;font-size:1.2em}.appointment_unit_type_content_wrapper .confirm_wrapper .confirm_box .confirm_box_actions{display:flex;justify-content:space-between}.appointment_unit_type_content_wrapper .book_slots_wrapper{position:relative}.appointment_unit_type_content_wrapper .book_slots_wrapper .loading_wrap{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.75);z-index:9;display:flex;justify-content:center;align-items:center}.appointment_unit_type_content_wrapper .event{position:sticky;top:0;display:flex;flex-direction:column;width:100%}.appointment_unit_type_content_wrapper .event .event_start_end{border-top:1px solid rgba(0,0,0,0.1);display:flex;flex-direction:column;padding:0.5rem 0}.appointment_unit_type_content_wrapper .event .event_start_end>span{display:flex;flex-direction:column;margin:0.5rem 0}.appointment_unit_type_content_wrapper .event .event_start_end>span>span{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem}.appointment_unit_type_content_wrapper .event .event_actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;margin-top:1.5rem;align-items:center}.appointment_unit_type_content_wrapper .event .event_header h3{display:flex;justify-content:space-between;align-items:flex-start;font-size:11px;text-transform:uppercase}.appointment_unit_type_content_wrapper .event .event_header h2{margin:1rem 0;font-size:1.2rem}.appointment_unit_type_content_wrapper .event .event_content{display:flex;flex-direction:column;align-items:center}.appointment_unit_type_content_wrapper .event .event_content>*{margin:0.5rem}.appointment_unit_type_content_wrapper .event .event_content>* .vibebp_member{display:flex;flex-direction:column;align-items:center}.appointment_unit_type_content_wrapper .event .event_content>* .vibebp_member img.vibebp_avatar{border-radius:5px;margin:0 0 5px}.appointment_unit_type_content_wrapper .event .event_content .bulk_event_actions .buttons{display:flex;align-items:center}.appointment_unit_type_content_wrapper .event .event_details .event_detail_tabs{display:flex}.appointment_unit_type_content_wrapper .event .event_details .event_detail_tabs>*{flex:1;padding:8px 0;border-bottom:2px solid var(--border);margin-bottom:1rem}.appointment_unit_type_content_wrapper .event .event_details .event_detail_tabs>*.active{border-color:var(--primary)}.appointment_unit_type_content_wrapper .event .event_details .parent_appointment{display:flex;flex-direction:column}.appointment_unit_type_content_wrapper .event .event_details .parent_appointment strong{margin:1rem 0 0}.appointment_unit_type_content_wrapper .event .event_details .parent_appointment>span{padding:8px;background:var(--sidebar);display:flex;justify-content:space-between;margin:0 5px;border-radius:5px}.appointment_unit_type_content_wrapper .event .event_details .additional_slots{display:flex;flex-direction:column}.appointment_unit_type_content_wrapper .event .event_details .additional_slots .additional_slot{padding:5px 10px;background:var(--sidebar);border-radius:5px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.appointment_unit_type_content_wrapper .event .event_details .additional_slots>.add_additional_slot{padding:5px;border:1px dashed var(--border);margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.appointment_unit_type_content_wrapper .event .event_details .additional_slots>.add_additional_slot:hover{color:var(--primary)}.appointment_unit_type_content_wrapper .event .event_details .details_item{display:flex;align-items:flex-start;justify-content:space-between;margin:0 -0.5rem;flex-wrap:wrap}.appointment_unit_type_content_wrapper .event .event_details .details_item>*{margin:0.25rem}.appointment_unit_type_content_wrapper .event .event_activity{display:flex;flex-direction:column}.appointment_unit_type_content_wrapper .event .event_activity .activity_item{margin:0.75rem 0}.appointment_unit_type_content_wrapper .event .event_activity .activity_item label{display:flex;font-size:11px;opacity:0.6;justify-content:space-between;flex-wrap:wrap}

