body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn-link:hover,a:hover {
	background-color: rgba(0,0,0,.02);
	text-decoration: none;
}

footer {
  margin-top: auto;
}

footer .jumbotron {
	background-color: #101010;
}

.float-icons {
  bottom: 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15px;
  z-index: 999;
}

.float-icons .icon-with-msg {
  align-items: center;
  display: flex;
}

.float-icons .icon-msg {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 50%);
  color: #595959;
  margin-right: 15px;
  margin-top: 15px;
  padding: 7px 12px;
  position: relative;
  text-decoration: none;
}

.float-icons .icon-msg::after {
  color: #ffffff;
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 100%;
  line-height: 1;
  margin-left: -2px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  text-rendering: auto;
}

.float-icons .icon {
  align-items: center;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  margin-top: 15px;
  transition: all .1s linear;
  width: 50px;
}

.float-icons .icon .fa-whatsapp {
  font-size: 26px;
}