.isch-fixedc2a {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  background: #6D7577;
  transform: translate(0, 100%);
  opacity: 0;
  transition: none;
}
.isch-fixedc2a a.btn {
  font-size: 18px;
  font-weight: bold;
}
.isch-fixedc2a.active {
  transition: all 0.3s ease-out;
  transform: translate(0, 0);
  opacity: 1;
}

/*# sourceMappingURL=fixedc2a.css.map */
