body {
  background-color: #ffffff;
}

#five9LiveChatWidget {
  z-index: 99999999 !important;
  height: 720px !important;
  right: 10px !important;
  bottom: 10px !important;
  border: 1px solid #c0c0c0 !important;
  border-radius: 16px;
  box-shadow: 0px 16px 40px -16px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 576px) {
  #five9LiveChatWidget {
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    right: 0px !important;
  }
  #five9OpenChatButton img[alt="Close chat"] {
    position: fixed;
    top: 25px !important;
  }
}

#five9OpenChatButton {
  background-color: transparent !important;
  box-shadow: none !important;
  height: 60px !important;
  border-radius: 40px;
  position: fixed;
  bottom: 0 !important;
  right: 0 !important;
  width: 125px !important;
  margin: 0 20px 20px 0 !important;
  z-index: 999999999 !important;
}

@media screen and (max-width: 576px) {
  #five9OpenChatButton {
    margin: 0 0px 20px 0 !important;
  }
}

#five9OpenChatButton img[alt="Chat"] {
  position: absolute;
  display: inline-block;
  width: 116px !important;
  height: 58px !important;
  top: 0;
  left: 0;
}

#five9OpenChatButton img[alt="Close chat"] {
  position: absolute;
  height: 16px !important;
  width: 16px !important;
  right: 10px !important;
  top: -102px;
}

#five9OpenChatButton img[alt="Close chat"]:hover {
  cursor: pointer;
}

/* Stand alone page */
div#chat-box-container {
  display: flex;
}

iframe.full-page {
  position: relative !important;
  margin: 0 auto !important;
  z-index: auto !important;
}

div#chat-unavailable-message {
  display: none;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.minimize-button {
  z-index: 99999999;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 620px;
}
