@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #2f3542;
  height: 100%;
  background-color: #dff9ff;
}

nav {
  background-color: #16bce6;
}
nav .navbar-brand {
  font-weight: 600;
}

.bg-breadcrumb {
  background-color: #16bce6;
  border-radius: 5px;
}

h6 {
  margin-bottom: -2px;
}

.row {
  margin: 0;
}

.card {
  border-radius: 10px;
}
.card .card-img-top {
  padding-top: 15px;
  width: 80px;
}
.card .img-test {
  padding-top: 15px;
  width: 250px;
}

.a-custom {
  text-decoration: none;
  color: inherit;
}

.reminder-card {
  background-color: #16bce6;
  color: #f7f7ff;
}
.reminder-card .card-title {
  background-color: #e9f730;
  width: 90px;
  border-radius: 7px;
  margin: 15px 15px 5px 15px;
  font-weight: 600;
  color: #2f3542;
}
.reminder-card .card-body {
  padding: 5px 15px 10px 15px;
  text-align: justify;
  line-height: 1.2;
}

.card-profile {
  background-color: #16bce6;
  color: #f7f7ff;
  font-weight: 600;
}

.form-profile {
  border: none;
}

.btn-color {
  background-color: #16bce6;
  color: #f7f7ff;
}

.fs-7 {
  font-size: 12px;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrow {
  position: absolute;
  top: 20px;
}

.splide__arrow--prev {
  left: 20px;
}

.splide__arrow--next {
  right: 20px;
}/*# sourceMappingURL=style.css.map */