@font-face {
  font-family: "Jost";
  src: url("https://fonts.gstatic.com/s/jost/v15/92zqtz0l4fN5BTt0O5c.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Jost", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
  background-image: url("images/wonderla2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  body {
    background-image: url("images/iPhone\ 13\ mini\ -\ 2.jpg");
  }
}

.col-md-6 {
  display: flex;
  flex-direction: column;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.card {
  flex: 1;
  border: 2px solid #000000;
  border-radius: 20px;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.specific-padding {
  padding: 0.5rem;
}

.btn {
  margin-top: auto;
}

.container {
  display: flex;
  align-items: normal;
  flex-direction: column;
  margin: 2rem auto;
  height: 100vh;
  max-width: 900px;
  text-align: center;
}

.container-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2rem auto;
  height: 100vh;
  max-width: 900px;
  text-align: center;
}

.container-login .col-md-6{
  display: block;
  flex-direction: column;
}

.col-md-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  margin-top: 2rem;
  height: 100vh;
  text-align: center;
}

h1,
.h1-style {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}

.page-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #e67e22;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 165, 0, 0.5);
}

.btn:hover {
  background-color: #e65100;
}

.login-button .btn {
  width: 60%;
}

.booking-summary {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.booking-summary .row {
  margin-bottom: 10px;
}

.booking-summary label {
  font-weight: normal;
}

.booking-summary .value {
  font-weight: bold;
}

.footer {
  text-align: center;
  padding: 10px 0;
}
.th-name {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 24px;
  font-style: normal;
}

.th-count {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.table {
  margin-bottom: 0px !important;
}

.table td,
.table th {
  padding: 0.3rem;
  vertical-align: top;
}

.ticket-price {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.booking-item,
.booking-food {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}

.specific-margin {
  margin: 0px 5px;
}

.booking-item label {
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}

.booking-food label {
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}

.plus-minus {
  display: flex;
  align-items: center;
}

.plus-minus button {
  background-color: #ffdcbd;
  border: none;
  color: #ff6600;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  font-size: 25px;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
}

.plus-minus span {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
.plus-minus button:focus {
  outline: none;
}
.plus-minus button:hover {
  background-color: #ff6600;
  color: #fff;
}

.custom-width {
  max-width: 300px;
  margin: 0 auto;
}

input,
select[type="text"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 20rem;
  box-sizing: border-box;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
}

.input-group {
  position: relative;
  margin-bottom: 18px;
}
.select-group {
  position: relative;
  /* margin-bottom: 20px; */
  margin: 0px 10px 0px 10px;
}
.input-group .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}
.input-group input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 2px solid #000000;
  border-radius: 8px;
  font-size: 16px;
}
.select-group select,
.select-group input {
  width: 100%;
  max-width: 100%;
  height: 2.8rem;
  border: 2px solid #000000;
  border-radius: 8px;
  font-size: 15px;
}

.select-group select:focus,
.select-group input:focus {
  outline: none;
  border-color: #000;
}

.custom-select,
.form-control {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-control:focus {
  color: #000;
}

.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  color: #000;
}

.row-border {
  border: 2px solid #000000;
  border-radius: 20px;
  background-color: white;
  margin: 0px 0px;
  /* padding: 10px; */
}

.table td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 120px;
}
.table tr {
  margin: 0;
}

.booking-heading {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
}

@media (max-width: 768px) {
  .booking-heading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .booking-heading {
    font-size: 20px;
  }
}

#bookingStatus {
  font-weight: bold;
}

.btn-primary {
  background-color: #2f46ab;
  color: white;
  border: none;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #1e2a6b;
}
.booking-status-text {
  font-weight: bold;
}

.booking-summary-container {
  padding-bottom: 10px;
}

.booking-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location-info {
  background-color: #ffdcbd;
  border-radius: 8px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: black;
}

.location-icon {
  color: #e67e22;
}

select option:first-child {
  color: #888;
}

.card-body h1 {
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}

.gst-percentage {
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
}

th.left-align {
  text-align: left;
}

th.center-align {
  text-align: center;
}

th.right-align {
  text-align: right;
}

.table1 {
  width: 100% !important;
  margin: 0px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 20px !important;
  border: none !important;
  padding: 0px !important;
}
th {
  color: #000;
  text-align: center;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
  padding: 10px;
}

th {
  border-bottom: 1px solid #ccc;
}

th:last-child {
  border-right: none;
}

th,
td {
  border-right: 1px solid #ccc;
}

td:last-child {
  border-right: none;
}

.th-name,
.ticket-price,
.th-count,
.booking-heading,
.gst-percentage {
  font-family: "Jost", Arial, sans-serif;
}

.input-group input,
.custom-select,
.form-control {
  font-family: "Jost", Arial, sans-serif;
}

.plus-minus span {
  font-family: "Jost", Arial, sans-serif;
}

.logo-img img{
  max-width: 200px;
}