.fs-1 {
	display: flex;
	align-items: center;
	height: 108px; /* the height of the cell */
}
.transparent {
	opacity:0.01
}

#newRequest {
	position: fixed;
	top: 56px; /* Adjust this value based on the height of your navbar */
	z-index: 1030; /* Make sure it stays above other content */
	right: 20px; /* Adjust this value based on your preference */
}
.bi-hand-thumbs-up-fill, .bi-hand-thumbs-up {
	display: inline-block;
	transform: scaleX(-1);
}


.animated-icon {
  font-size: 3em;
  animation: resize 1s forwards; /* Adjust the duration as needed */
}

@keyframes resize {
  from {
    font-size: 3em;
  }
  to {
    font-size: .75em;
  }
}

.explode-icon {
  font-size: 3em;
  animation: explode 1s forwards; /* Adjust the duration as needed */
}

@keyframes explode {
  from {
    font-size: .75em;
  }
  to {
    font-size: 2em;
  }
}
sup {
	font-size:.75em
}
