.text-underline-gap-1 {
  text-underline-offset: 0.3rem;
}

.text-underline-gap-2 {
  text-underline-offset: 0.5rem;
}

.text-underline-gap-3 {
  text-underline-offset: 0.6rem;
}

.text-underline-gap-4 {
  text-underline-offset: 0.7rem;
}

.text-justify {
  text-align: justify;
}

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.date-round {
  border-radius: 1rem;
}


.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}

.float {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  float: left;
}

.my-float {
  margin-top: 16px;
}

.ratings {
  margin-right: 10px;
}

.ratings i {

  color: #cecece;
  font-size: 1rem;
}

.rating-color {
  color: #fbc634 !important;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-thickness-1 {
  text-decoration-thickness: 0.05rem;
}

.shadow {
  box-shadow: 3px 3px 3px #999;
}

.hidden {
  top: -100%;
}

#error-logger {
  background-color: #FF6347;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0 1rem;
  z-index: 9999;
  position: fixed;
  width: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}