/* .success-page-div {
  background-image: url("../images/Sports.png");
} */
.container-fluid {
  margin-top: 20px !important;
  box-shadow: 0 0 4px 2px var(--shadow-color);
  margin-bottom: 20px !important;
}

.btn-outline-primary {
  background-color: #fff !important;
  color: black !important;
  border: 2px solid rgb(179, 175, 175) !important;
  font-size: 10px !important;
  border-radius: 20px !important;
  padding: 7px !important;
  width: 120px !important;
  height: 30px !important;
  float: left;
  margin-right: 5px !important;
}
.btn-outline-light {
  background-color: #fff !important;
  color: black !important;
  background-color: rgba(255, 255, 0, 0.877) !important;
  border: 2px solid rgb(179, 175, 175) !important;
  font-size: 10px !important;
  border-radius: 8px !important;
  padding: 7px !important;
  width: 90px !important;
  height: 30px !important;
}

.btn-outline-dark {
  background-color: #fff !important;
  color: yellow !important;
  background-color: rgb(110, 105, 105) !important;
  border: 2px solid rgba(255, 255, 0, 0.877) !important;
  font-size: 13px !important;
  border-radius: 20px !important;
  padding: 7px !important;
  width: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px !important;
}

.btn-outline-primary:hover {
  background-color: rgb(83, 80, 80) !important;
  color: white !important;
  border: 1.3px solid #4bb8a9;
}

.card {
  background-color: #fff;
  z-index: 0;
}

small {
  font-size: 12px !important;
}

.fustal {
  background-color: gray;
}

.card-text {
  color: white;
}
.card-title {
  color: yellow;
}
.btn-ques {
  border: 3px solid yellow;
  background-color: gray;
  border-radius: 100%;
  color: white;
}

.fa-star {
  color: yellow;
}

.container {
  position: relative;
}

.container .fa-star {
  position: absolute;
  bottom: 0;
  left: 0;
}

.icon {
  background: black;
  opacity: 0.7;
}
.fa-check {
  border: 1px solid green;
  border-radius: 48%;
  color: green;
}
.fa-arrow-down {
  margin-left: 8%;
  border: 1px solid black;
  border-radius: 50%;
  padding: 2px;
  margin-bottom: 10px;
}

.success-court-image {
  height: inherit;
  width: inherit;
}

.success-court-image-container {
  width: 305px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-page {
  margin: 100px 110px;
}

@media screen and (max-width: 1060px) {
  #primary {
    width: 67%;
  }
  #secondary {
    width: 30%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  #primary {
    width: 100%;
  }
  #secondary {
    width: 100%;
    margin: 0;
    border: none;
  }
}

/* 
@media screen and (max-width:768px) {
    img {
        width:100%;
    }
    .container {
        max-width:100%;
        width: 100%;
    }
} */

.text-status-1 {
  animation: goAway 1000ms linear forwards;
  animation-delay: 1000ms;
  z-index: 4;
}

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

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

.check-image-3 {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0%;
  left: 0%;
  justify-content: center;
  align-items: center;
  animation: comeIn 1000ms linear forwards;
  animation-delay: 2500ms;
  z-index: -2;
  opacity: 0;
}

@keyframes comeIn {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    display: flex !important;
  }
  50% {
    transform: rotate(180deg) scale(0.5);
    display: flex !important;
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    display: flex !important;
    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;
  }
}

.owner-link {
  text-decoration: none;
  color: #003cb1;
}

.owner-link:hover {
  text-decoration: none;
  color: #97a4be;
}

.book-now-btn a {
  text-decoration: none;
  color: #fff;
}

.book-now-btn a:hover {
  text-decoration: none;
  color: #fff;
}

.print-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0.8;
}

.date-and-time-container {
  display: flex;
  flex: 1;
}
.booking-id-container {
  color: #737373;
  font-size: 18px;
}

.payment-method-image {
  width: 50%;
  margin: 10px 0;
  height: 50%;
}

.booking-success-image {
  width: 300px;
  height: 200px;
}

.success-card {
  box-shadow: 0 0 4px 2px #c6c6c6;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
}

.time-selector {
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
}

.success-book-now-btn {
  border-radius: 5px;
  background-color: #3861c9;
  outline: none;
  margin-left: 0 !important;
  padding: 5px 10px;
  font-weight: 600;
  border: none;
}

.print-icon {
  filter: invert(1);
}

.success-book-now-btn:hover {
  box-shadow: 0 4px 6px -1px #737373;
}

.success-book-now-btn a {
  color: #fff;
  text-decoration: none;
}

.success-book-now-btn a:hover {
  text-decoration: none;
  color: #ffff;
}

.courts-btn {
  background-color: #3861c9;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  border: none;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

.courts-btn:hover {
  box-shadow: 0 2px 4px #c6c6c6;
}

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

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

@media screen and (max-width: 1150px) {
  .success-card {
    margin: 20px 50px !important;
  }
}

@media screen and (max-width: 950px) {
  .success-card {
    flex-direction: column-reverse;
  }
  .success-page {
    margin: 100px 20px !important;
  }
  .booking-success-image {
    width: 100%;
    height: 350px !important;
  }
  .success-details {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .success-card {
    margin: 20px 0 !important;
  }
  .success-page {
    margin: 100px 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 620px) {
  .status-cycler {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .booking-success-image {
    width: 100%;
    height: 200px !important;
  }
}
