.unimr-floating-container {
  bottom: 12px;
  font-size: 16px;
  padding-right: 0;
  position: fixed;
  right: 10px;
  z-index: 11;
}
.unimr-floating-container--hidden {
  display: none !important;
}
.unimr-floating-container__button {
  background-color: #297acc;
  background-position: 7% 47%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid white;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 11px 22px 9px 47px;
  stroke: white !important;
  text-transform: uppercase;
  box-sizing: content-box;
}
