html body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-family: arial;
  font-size: 10px;
  color: #6e6e6e;
  background-color: #fff;
}

#preview-frame {
  width: 100%;
  background-color: #fff;
  background-image: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto;
}

#cbwrap {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99999;
}


button {
  color: #ffffff5e;
  background: #1a377942;
  border: 0;
  padding-top: 3px;
  cursor: pointer;
  border-radius: 14px;
  width: 45px;
  height: 45px;
}

.urlsk {

  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99999;

}

.bt-hover:hover {
  background-color: #1a37799e !important;
  color: #ffffffcf !important;
  box-shadow: -1px -1px 6px 5px #27421752;
}


.btadd-hover:hover {
  background-color: #c8cace9e !important;
  color: #ffffffcf !important;
  box-shadow: -1px -1px 6px 5px #27421752;
  border-radius: 27px;
}


.broody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}