body {
  background-color: #4f91cd;
}

#loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

body > div .wrapper {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.5);
}


.chat_support_button{
  position: absolute !important;
  bottom: 15px !important;
  right: 45px !important;
  z-index: 10;
  width: 45px;
  height: 45px;
}

.quiq-floating-element{
  margin-right: 60px !important;
}