body {
  background-color: #f3f3f3;
}

h1 {
  font-size: clamp(1.25rem, 0.8099rem + 1.4085vw, 2.5rem);
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 30px;
}

.card {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.card .card-body {
  padding: 1.25rem;
}
.card .status {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px 20px;
  border-radius: 0px;
  border-bottom-left-radius: 5px;
}
.card .btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: calc(100% - 2.5rem);
}
.card svg {
  width: 17px;
  height: 17px;
}/*# sourceMappingURL=index.css.map */