@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 14px;
  --ff-poppins: "Poppins", sans-serif;
  --swiper-theme-color: #000 !important;
}

body {
  display: flex;
  background: #ebebeb;
  flex-direction: column;
  width: 100%;
  align-content: center;
  justify-content: center;
  font-family: var(--ff-poppins); /* Apply Poppins font to the body */
}

.invalid-pwd {
  color: red;
  display: none;
}

.invalid-email {
  color: red;
  display: none;
}

.navv-main {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ebebeb;
  height: 4.5rem;
}

.nav-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1% 10%;
  position: fixed;
  top: 0%;
  background-color: #ebebeb;
}

.nav-img img {
  width: 40%;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 11%;
  padding: 0 7%;
  width: auto;
  /* outline: 1px solid red; */
}

.user-nav {
  display: inline-flex;
  border: 1px solid #454545;
  padding: 3% 6%;
  gap: 10%;
  background: #e1e1e1;
  cursor: pointer;
  color: #454545;
  position: relative;
}

.user-menu {
  display: flex;
  justify-content: center;
  z-index: 10;
  flex-direction: column;
  min-width: 16rem;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 1.2rem;
  position: absolute;
  left: -5.5rem;
  top: 120%;
  gap: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
  cursor: default;
  transition: opacity 0.2s ease;
}

.user-menu-hidden {
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: -10;
  opacity: 0;
}

.user-menu-category {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.user-menu-hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #454545;
}

.user-menu-link {
  text-decoration: none;
  color: #454545;
}

.user-menu-link:focus {
  color: #636363;
}

.nav-link {
  text-decoration: none;
  color: #454545;
}

.nav-link:hover {
  color: #636363;
}

.home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  /* outline: 1px solid red; */
  width: 100%;
  padding: 8% 17%;
  gap: 2.5rem;
}

.form-content {
  padding: 2% 10%;
}

.home-content h1 {
  text-align: center;
  color: #272727;
  font-weight: 600;
}

.home-content p {
  text-align: center;
  color: #414141;
}

.home-buttons {
  margin-top: 1.8rem;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 2rem;
}

.butt-main {
  padding: 0.6rem 1rem;
  background-color: rgb(218, 85, 85);
  color: white;
  border-radius: 5px;
  border: 1px solid rgb(218, 85, 85);
  text-decoration: none;
  text-align: justify;
}

.butt-sub {
  padding: 0.6rem 1rem;
  text-decoration: none;
  border: 1px solid rgb(218, 85, 85);
  border-radius: 5px;
  color: rgb(218, 85, 85);
  text-align: justify;
}

.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.2rem;
  border-radius: 10px;
  gap: 1.2rem;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
}

.form-input-container input, .form-input-container select {
  width: 100%;
  border: 1px solid silver;
}

@media only screen and (max-width: 768px) {
  .form-container {
    padding: 5%; /* Padding for mobile devices */
  }
}
form {
  display: flex;
  flex-direction: column;
  padding: 2%;
  gap: 1rem;
}

.input-box {
  padding: 0.5rem 1rem;
  border: 1px solid #636363c0;
  border-radius: 3px;
}

.booking-form {
  width: 60%;
  padding: 1%;
}

.book-input-box {
  padding: 0.5rem 1rem;
  border: 1px solid #636363c0;
  border-radius: 3px;
  margin-top: -8px;
}

.form-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.form-date > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* width: 100%; */
}

.sign-in {
  width: 100%;
  text-align: center;
  padding: 0.7rem;
  cursor: pointer;
  /* cursor: pointer; */
}

.msg-box {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
  bottom: 5%;
  right: 5%;
  max-width: 30rem;
  z-index: 5;
}

.msg-accden {
  bottom: unset !important;
  top: 5rem !important;
}

.msg-box-hidden {
  display: none;
}

.feather-info {
  width: 18px;
  height: 18px;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 5%;
  gap: 2.2rem;
}

.hall-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  gap: 0.8rem;
  justify-content: center;
  /* outline: 1px solid red;    */
}

.hall-info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  padding: 0.5rem;
  /* outline: 1px solid red; */
}

.hall-name-star {
  display: flex;
  justify-content: space-between;
}

.hall-name {
  max-width: 16rem;
}

.hall-img {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
}

.hall-img img {
  border-radius: 6px;
  object-fit: cover;
}

.hall-image {
  width: 45%;
  object-fit: cover;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #000000;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.smallloader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.details-btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 0.6rem;
  /* background: #F25C62 !important; */
}

.body-noscroll {
  overflow: hidden;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.315);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.overlay-hidden {
  opacity: 0;
  z-index: -1;
}

.popup-modal-wrapper {
  width: 100%;
  position: fixed;
  background-color: white;
  bottom: 0rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 99vh;
  overflow-y: scroll;
}

.popup-hidden {
  opacity: 0;
  z-index: -2;
}

.popup-modal {
  width: 80%;
  padding: 0.5rem;
  border-radius: 3px;
  opacity: 1;
  /* display: none; */
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.close-btn-wrapper {
  width: 100%;
  display: flex;
}

.close-btn {
  background: #000;
  color: white;
  text-decoration: none;
  padding: 0.2rem;
  padding-bottom: 0.01rem;
  margin-left: auto;
  text-align: center;
  border-radius: 3px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.breadcrumb a {
  text-decoration: none;
}

.feather-chevron-right {
  stroke-width: 1px;
  stroke: currentColor;
  width: 18px;
  height: 18px;
  padding-top: 0.3rem;
}

.popup-details {
  display: grid;
  padding: 1rem;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.booking-details {
  grid-template-columns: 1fr 1fr;
}

.hr-venue {
  border: 1px solid #636363;
  width: 80%;
  height: 1px;
  margin-bottom: 1rem;
}

.venue-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.venue-info p {
  display: flex;
  gap: 0.5rem;
  align-content: center;
  margin-left: 0.5rem;
}

.feather-info {
  width: 18px;
  height: 18px;
}

.venue-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 3vw;
}

.venue-calendar {
  display: flex;
  justify-content: space-between;
  height: 25rem;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.flatpickr-calendar {
  position: absolute !important;
  /* transform: scale(0.8); */
}

.feather-check-circle {
  stroke: green;
}

.feather-x-circle {
  stroke: red;
}

.swiper {
  width: 96%;
  height: 25rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  /* padding: 2rem; */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  color: black;
}

.swiper-pagination {
  top: unset !important;
  bottom: 0 !important;
  height: 3px;
}

.admin-container {
  display: grid;
  grid-template-columns: 0.5fr 3fr;
  width: 100%;
  padding: 4rem;
  grid-gap: 1rem;
}

.admin-menu {
  max-height: 12rem;
  background-color: #f1f1f1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
}

.admin-menu > div {
  display: flex;
  width: 100%;
}

input[type="radio"] {
  display: none;
}

.admin-data {
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
}

.admin-menu-link {
  text-decoration: none;
  color: #454545;
  padding: 1rem;
  border-bottom: 1px solid #414141;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.admin-menu-link-active {
  background-color: #dddddd;
  color: #333333;
}

.admin-menu-link:hover {
  color: #7c7c7c;
}

.admin-data {
  padding: 2rem;
  overflow-x: scroll;
}

.admin-btn-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.admin-data-hidden {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  font-weight: bold;
}

th,
td {
  padding: 3px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #e6e6e6;
}

.accept-btn {
  padding: 0.5rem;
  text-decoration: none;
  border: 2px solid rgb(0 128 0);
  border-radius: 3px;
  background-color: rgb(0, 128, 0);
  color: #efefef;
  text-align: justify;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.deny-btn {
  padding: 0.5rem;
  text-decoration: none;
  border: 2px solid rgb(225 0 0);
  background-color: rgb(225 0 0);
  border-radius: 3px;
  color: #efefef;
  text-align: justify;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.excel-btn {
  padding: 1rem 1.5rem;
  background-color: #272727;
  color: #dddddd;
  border-radius: 5px;
  cursor: pointer;
}
.faded {
    opacity: 0.5; 
    pointer-events: none; 
}
