/* Custom styles goes here */

:root {
  --background: #4285f4;
  --icon-color: #344955;
  --width: 50px;
  --height: 50px;
  --border-radius: 100%;
}


/* Upload File */
.custum-file-upload {
  height: 200px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e8e8e8;
  background-color: transparent;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px #e8e8e8;
}

  .custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .custum-file-upload .icon svg {
      height: 80px;
      fill: #e8e8e8;
    }

  .custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .custum-file-upload .text span {
      font-weight: 400;
      color: #e8e8e8;
    }

  .custum-file-upload input {
    display: none;
  }

  .custum-file-upload img {
    height: -webkit-fill-available;
    max-width: 100%;
  }

tbody img {
  width: 75%
}

.show-Password {
  left: 90%;
  position: relative;
  bottom: 35px;
}
/* Accordions
  ========================================================================== */
.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  border: 1px solid #e5e5e5;
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 10px 20px;
  margin: 15px;
}

.accordion-heading .accordion-toggle {
  display: block;
  position: relative;
  color: #434343;
}

  .accordion-heading .accordion-toggle:before {
    color: #505050;
    content: "\f47";
    display: inline-block;
    float: right;
    font-family: "entypo";
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .accordion-heading .accordion-toggle.collapsed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

.accordion-heading .title {
  margin: 0;
  padding: 20px 20px;
  font-size: 18px;
  background-color: #3f9e5c14;
  border: 2px solid #fb8e41;
  border-radius: 5px;
}
tbody, thead th {
  text-align: center !important
}
.facilitySectionGroup {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.facilitySectionGroup .NumberOfPeople {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Map
  ========================================================================== */
.map-Section {
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facility-section {
  border-left: 5px solid #007bff;
  padding-left: 15px;
}

.option-section {
  border-bottom: 1px solid #ddd;
  transition: transform 0.2s;
}

  .option-section:hover {
    transform: scale(1.02);
  }

.seat-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.seat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-left: 10px;
}

.seat {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  background: #28a745;
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
/* Default Seat Style */
.seat {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

  .seat.circularSeats {
    border-radius: 50%;
    background: #5c61e6;
  }

  .seat.squareSeats {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    background: #28a745;
  }

  .seat.sunLoungers {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: #ffc107;
    color: #201e1e;
  }

  .seat.cabana {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #26c6f9;
  }
  .seat.booked {
    background: #dc3545;
    text-decoration: line-through;
  }
.option-card {
  border-radius: 8px;
  overflow: hidden;
}

.card-header {
  font-weight: bold;
}

.seat-list {
  max-height: 200px;
  overflow-y: auto;
}

.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seat-indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.booked-seat {
  background-color: #f8d7da !important;
  color: #721c24;
}

.available-seat {
  background-color: #d4edda !important;
  color: #155724;
}

#search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

  #search-icon:hover {
    color: #000;
  }

.unicode {
  unicode-bidi: embed;
}
