* {
  padding: 0;
  margin: 0;
}

.price-ticket {
  position: relative;
  bottom: 60px;
  left: 86%;
  color: #ffc107;
  font-weight: 500;
  text-shadow: 0px -1px 2px black;
  background: white;
  width: max-content;
  padding: 3px;
  border-radius: 0 15px;
  scale: 1.3;
  box-shadow: 2px 3px 3px black;
}

.card-shadow {
  box-shadow: 1px 1px 7px 2px #80808080;
  height: 100% !important;
}

.login-form {
  max-width: 400px;
  box-shadow: 2px 2px 7px 2px rgb(0, 0, 0);
  padding: 15px;
  border-radius: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.input-group-addon {
  display: flex;
  align-items: center;
  background: gainsboro;
}
.w-100 {
  width: 100%;
}
.card-icon {
  position: absolute;

  right: 5px;
  top: 5px;
}
.dash-cards a {
  text-decoration: none;
  text-shadow: 0px 0px 2px #c000ff;
}
.form {
  box-shadow: 2px 2px 7px 2px rgb(0, 0, 0);
  padding: 15px;
  border-radius: 15px;
  /* max-width: 500px; */
  background: white;
  width: 100%;
}
.center {
  display: grid;
  place-items: center;
}
.bottom-button .addToCart {
  background: #ffc107;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 13px;
  box-shadow: 2px 1px 4px 1px #00000045;
  position: relative;
  left: 100%;
  transform: translateX(-105%);
  margin-top: 5px !important;
}
table thead {
  text-transform: capitalize;
}
.bottom-nav {
  display: none;
}

.g-3 {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  text-align: center;
  align-items: center;
}
table {
  text-align: center;
}
.calc-buttons button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  color: white;
  border: #dc3545;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #1e1e1e;
}
.disabled {
  filter: grayscale(80%);
}
.floating-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #1e1e1e;
}
.floating-form-panel {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #1e1e1e50;
  top: 0;
  backdrop-filter: blur(10px);
}
.card {
  padding: 7px;
  overflow: hidden;
}
.category-label {
  position: absolute;
  color: whitesmoke;
  top: 50%;
  background: #000000ad;
  width: calc(100% - 14px);
  text-align: center;
  font-size: 1.5em;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 1;
}
body {
  border-top: 5px solid #ffc107;
}
@media (max-width: 768px) {
  .bottom-nav {
    display: block;
    position: absolute;
    width: 100%;
    background: #ffc107;
    top: 80%;
    margin-bottom: 50px !important;
    text-align: center;
    z-index: 5;
    display: flex;
    justify-content: center;
  }
  body {
    border-top: 3px solid #ffc107;
  }
}
.card.mb-4.shadow-sm img {
  aspect-ratio: 16/9;
}
.cart-active {
  background: red;
}
.cart {
  width: 7px;
  height: 7px;
  display: block;
  transform: translate(-2px, -2px);
  border-radius: 50%;
}
