@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');

.ui-header {
  background-color: #00307A;
  background-image: url('https://www.mycovetrus.com/assets/img/covetrus-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px auto;
}

.fill-title {
  visibility: hidden;
}

.five9-action-btn {
  background-color: #1474E5;
  color: white;
  font-family: 'Mulish', sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0px;
}

.provider {
  display: none !important;
}

.chat-sad-image {
  background-image: url('https://www.mycovetrus.com/assets/img/cloud.png') !important;
  background-size: 238px 238px !important;
}

#error-page .ui-content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

#error-message {
  order: 2;
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
}

.chat-sad-image {
  order: 1;
}

.five9-chat-button {
  width: 130px !important;
  height: 28px !important;
  background: #00307A !important;
  border-radius: 4px 4px 0 0 !important;
  top: 10px !important;
}

#five9-minimize-button .five9-icon {
  visibility: hidden !important;
}

#five9-minimize-button.five9-chat-button {
  background: transparent !important;
} 

:focus:not(main) {
  outline-color: transparent !important;
}

.five9-icon {
  background-image: url('/assets/img/icons/chatbubble-ellipses.svg') !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  left: 24px !important;
  top: 6px !important;
}

.five9-text {
  visibility: hidden !important;
}

.five9-icon:after {
  content: 'Live Chat' !important;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  left: 20px;
  top: -2px;
  width: 70px;
  display: block;
  text-align: left;
}

#five9-minimize-icon {
  background-image: url('/assets/img/icons/close.svg') !important;
  top: 30px !important;
  left: 94px !important;
  background-size: 20px 20px !important;
  position: relative !important;
}

#five9-popout-button {
  display: none !important;
}

#terminate-conversation-button,
#close-button {
  visibility: hidden !important;
}