@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Jolly+Lodger&family=Jost:wght@100;200;300;400;500;700&family=Notable&family=Open+Sans+Condensed:wght@300&family=Poppins:wght@300;400;500;600;700;800;900&family=Righteous&family=Roboto:wght@100;300;400;500;700&family=Rubik:wght@300;400;600;700&family=Urbanist:wght@100;200;300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: Urbanist;
}

.back-arrow {
  margin-top: 20px;
  margin-left: 5%;
}

.back-img {
  transform: scale(0.8);
}
.date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-top: 7px;
  width: auto;
  font-weight: bolder;
}

.stats-btn {
  min-width: 120px;
  height: 30px;
  margin-top: 5px;
  border-radius: 10px;
  transition: 0.3s;
  background: #f6fbff;
  border: 1px solid #1788fb;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Product Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #1788fb;
}

.card-1-text h4 {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.stats-btn:hover {
  transition: 0.3s;
  background-color: rgb(191, 191, 255);
  color: white;
}

.stats-btn span {
  font-size: 15px;
  font-family: Urbanist;
}

.main-para {
  height: 10vh;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.main-text-1 {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #012c6d;
}

.cardimg {
  width: auto;
  height: auto;
}

.card-1-img {
  justify-content: center !important;
  display: flex !important;
}

.main-div-backarrow {
  display: flex !important;
  margin-top: 20px !important;
}

.card-1-main {
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px !important;
  justify-content: center !important;
  display: grid !important;
  align-items: center !important;
  margin-bottom: 10px !important;
  background-color: rgb(248, 248, 248);
  border: 1px solid #ededed;
  border-radius: 8px;
}

.card-1-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.card-1-checkbox {
  margin-top: 10px;
}

@media (max-width: 425px) {
  .main-text-1 {
    font-size: 20px;
  }
  .main-para {
    height: 7vh;
    margin-top: 15px !important;
  }
}
