@charset "UTF-8";

body #fast-qrcode {
  width: 170px;
  margin: 0;
  padding: 0px;
  z-index:10;
  top: 20% !important;
  right: 0;
}

body #fast-qrcode .handle {
  width: 41px;
  height: 44px !important;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 40px;
  background: #007980;
  border-radius:5px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  position: absolute;
  bottom: 0;
  left: -10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body #fast-qrcode .contents {
  width: 140px;
  margin: 0;
  float: right;
}
.fastqrcode {
  background-color:#FFF;
  border-radius:5px;
  overflow:hidden;
  box-shadow:4px 4px 0 rgba(0,0,0,0.3);
  border-bottom-left-radius: 0;
}
.fastqrcode .qrcodeimg {
  padding:0px 15px;
}
.fastqrcode p {
  padding:0;
  margin:0;
  display:block;
  background-color:#00a2ab;
  padding:10px;
  color:#FFF;
  text-align:center;
}
@media screen and (max-width: 991px) {
body #fast-qrcode {
  display:none;
}
}