.tootlip-2 {
  position: fixed;
  background: #333;
  padding: .5rem 1rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
  z-index: 150;
  border-radius: .3rem;
  font-size: .9rem;
}

.tootlip-2.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 5px #5c5c5c33;
          box-shadow: 0px 0px 10px 5px #5c5c5c33;
}

.tootlip-2.bottom {
  bottom: -50rem;
  margin-bottom: .5rem;
}

.tootlip-2.bottom.active {
  bottom: 0;
}

.tootlip-2-area.centered-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*# sourceMappingURL=tootlip-2.css.map */