.chat-iframe-wrap {
  left: auto !important;
  top: auto !important;
}

#sp-root-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2147483548;
}

.desktop-version .right_1,
#preview .right_1 {
  right: 5px;
  bottom: 10px;
}

#sp-chat-widget,
#sp-chat-fake {
  position: fixed;
}

#sp-chat-widget {
  white-space: nowrap;
  z-index: 9999;
  cursor: pointer;
  display: block;
  -webkit-animation: 2s ease 0s normal forwards 1 fadein;
  animation: 2s ease 0s normal forwards 1 fadein;
}

.sp-round-button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.4);
  transition: all 0.1s ease-in-out;
  margin: 1rem;
  transform-origin: 50% 50%;
}

.main-background-color {
  background: #000000;
}

.second-fill-color {
  fill: #ffffff;
}

svg:not(:root) {
  overflow: hidden;
}
