.ivr-launcher {
  margin-right: 10px;
  margin-bottom: 0px;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

.ivr-close {
  float: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  width: 22px;
  color: #fff;
  text-shadow: 0 0 3px #222;
  opacity: .7;
}

.ivr-img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ivr-pop {
  display: none;
  background-color: white;
  border: 0px;
  border-radius: 3px;
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  width: 420px;
  max-width: 100%;
  max-height: 100%;
  height: 800px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  position: fixed;
  right: 10px;
  border-radius: 7px 7px 0 0;
  z-index: 10001;
}

.ivr-iframe {
  border-radius: 5px;
  vertical-align: text-bottom;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
}

.ivr-min {
  position: absolute;
  right: 0;
  fill: white;
  z-index: 1;
  text-align: center;
  width: 32px;
  font-weight: bold;
  cursor: pointer;
  height: 28px;
  padding-left: 4px;
  padding-right: 8px;
  padding-top: 4px;
}