/* .booking-summary-div {
  background-image: url("../images/Sports.png");
} */

.reserved {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
  background-color: #505cf1;
  animation: ripple 5000ms linear infinite;
  box-shadow: 0 0 2px 2px #505cf1;
  border: 5px solid #fff;
}

.payment {
  width: 40px;
  height: 40px;
  z-index: 10;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #c6c6c6;
  box-shadow: 0 0 2px 2px #c6c6c6;
}
.booking-summary-container {
  margin: 10px 180px;
  box-shadow: 0 0 4px 2px #c6c6c6;
  padding: 15px;
  border-radius: 5px;
}
.booking-summary-image {
  width: 100%;
  height: 200px;
}

.confirmed {
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #c6c6c6;
  background-color: #c6c6c6;
}
.status-cycler {
  width: 60%;
}

.bar1 {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  top: 35%;
  left: 5%;
  z-index: 0;
  background-color: #c6c6c6;
}

.bar2 {
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  top: 32%;
  left: 5%;
  z-index: 0;
  background-color: #505cf1;
  animation: moveBar 1500ms linear forwards;
  animation-delay: 1000ms;
}

.bar3 {
  position: absolute;
  content: "";
  height: 3px !important;
  width: 0%;
  top: 32%;
  left: 5%;
  z-index: 1;
  animation: moveBar2 1500ms linear forwards;
  animation-delay: 1500ms;
  background-color: #505cf1;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.payment-reserved {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #505cf1;
  /* animation: ripple 5000ms linear infinite; */
  box-shadow: 0 0 2px 2px #505cf1;
  border: 5px solid #fff;
  z-index: 10;
  color: #fff;
}

.payment-payment {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: ripple 5000ms linear infinite;
  border: 5px solid #fff;
  color: #fff;
  z-index: 10;
  background-color: #2d21de;
  box-shadow: 0 0 2px 2px #2d21de;
}

.payment-confirmed {
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 2px 2px #c6c6c6;
  background-color: #c6c6c6;
}
.payment-status-cycler {
  width: 60%;
  /* color: #2d21de; */
}

.confirm-pay-btn {
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #3861c9;
  padding: 10px;
}

.confirm-pay-btn:hover {
  box-shadow: 0 4px 6px #c6c6c6;
}

.confirm-pay-btn a {
  color: #fff;
  text-decoration: none;
}

.confirm-pay-btn a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 620px) {
  .payment-status-cycler {
    width: 100%;
  }
  .payment-booking-summary-page {
    margin: 100px 20px !important;
  }

}

.confirmed-reserved {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #509961;
  box-shadow: 0 0 2px 2px #509961;
  color: #fff;
  border: 5px solid #fff;
}

.confirmed-payment {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #fff;
  color: #fff;
  background-color: #509961;
  box-shadow: 0 0 2px 2px #509961;
}

.confirmed-confirmed {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  animation: ripple 5000ms linear infinite;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #f6e14e;
  background-color: #f6e14e;
}
.confirmed-status-cycler {
  width: 60%;
}

.confirm-pay-mobile{
  display: none;
}



@media screen and (max-width: 500px) {
  .confirmed-status-cycler {
    width: 100%;
  }
  .confirmed-booking-summary-page {
    margin: 100px 20px !important;
  }
  .confirm-pay-mobile{
    display: block !important;
  }
  .confirm-pay-desktop{
    display: none;
  }
}

.success-reserved {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #505cf1;
  z-index: 10;
  box-shadow: 0 0 2px 2px #505cf1;
  color: #fff;
  border: 5px solid #fff;
}

.success-payment {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #fff;
  z-index: 10;
  color: #fff;
  background-color: #2d21de;
  box-shadow: 0 0 2px 2px #2d21de;
}

.success-confirmed {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  animation: ripple 5000ms linear infinite;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
  box-shadow: 0 0 2px 2px #1a10cc;
  background-color: #1a10cc;
}
.success-status-cycler {
  width: 60%;
}

@media screen and (max-width: 500px) {
  .success-status-cycler {
    width: 100%;
  }
  .success-booking-summary-page {
    margin: 100px 20px !important;
  }
}

.text-status-1 {
  animation: goAway 1000ms linear forwards;
}

.check-image {
  height: 30px;
  width: 30px;
  position: absolute;
  display: flex;
  top: 14%;
  left: 14%;
  justify-content: center;
  align-items: center;
  animation: comeIn 1000ms linear forwards;
}

@keyframes comeIn {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    display: block !important;
  }
  50% {
    transform: rotate(180deg) scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes goAway {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes moveBar {
  0% {
    width: 0%;
  }
  50% {
    width: 25%;
  }
  100% {
    width: 45%;
  }
}

@keyframes moveBar2 {
  0% {
    width: 0%;
  }
  50% {
    width: 45%;
  }
  100% {
    width: 90%;
  }
}

@media screen and (max-width: 620px) {
  .status-cycler {
    width: 100%;
  }
  .booking-summary-page {
    margin: 100px 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .booking-summary-page {
    margin: 100px 20px !important;
    margin-bottom: 10px !important;
  }
  .booking-summary-container {
    margin: 10px 120px;
  }
}

@media screen and (max-width: 768px) {
  .booking-summary-page {
    margin: 100px 20px !important;
    margin-bottom: 10px !important;
  }
  .booking-summary-container {
    margin: 10px 80px;
  }
}

@media screen and (max-width: 620px) {
  .booking-summary-page {
    margin: 100px 20px !important;
    margin-bottom: 10px !important;
  }
  .booking-summary-container {
    margin: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .booking-summary-content-container {
    flex-direction: column-reverse;
  }
  .booking-summary-court-details {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    background-color: white;
  }
  .booking-summary-details {
    width: 100% !important;
  }
}
