 /*added by badr 02-10-2025  */
 #bookingDetail {
   border-radius: 18px;
   overflow: hidden;
 }

 #closeBooking {
   position: absolute;
   right: 10px;
   top: 10px;
   z-index: 999;
   width: auto;
   height: auto;
   pointer-events: auto;
 }

 .booking_action {
   display: inline-block;
   text-align: center;
   margin: 20px;
 }

 .booking_action:hover {
   transform: scale(1.1);
 }

 .booking_action img {
   width: 60px;
   height: 60px;
   display: block;
   margin: 0 auto;
 }

 .booking_action p {
   margin-top: 10px;
   font-size: 16px;
   color: #000;
 }

 /* *********************************** */