#phoenix-chat-form-header {
  padding: 0 !important;
  height: 20px;
}

.MuiCardHeader-title {
  font-size: 100%;
}

div#conversation-turnstile-widget {
  max-height: 80px;
}

.cf-turnstile {
  display: flex;
  padding: 10px;
  justify-content: center;
}

#phoenix-show-form-button::before {
  content: 'Get Help Now!';
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  color: #1c1c1c;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 11;
}

#phoenix-show-form-button::after {
  content: '';
  position: absolute;
  bottom: calc(100% - 0.25rem);
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid #fff;
  z-index: 11;
}

#phoenix-show-form-button {
  position: fixed;
  padding: 0;
  bottom: 1rem;
  right: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#phoenix-show-form-button .phoenix-chat-avatar {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

#phoenix-form-root {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 9999;
}

.phoenix-form-embed-root {
  right: auto;
  bottom: auto;
  position: relative;
}

.phoenix-no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media screen and (max-width: 1024px) {
  #phoenix-show-form-button {
    bottom: 5rem;
  }

  .phoenix-conversational-form__service-select label span {
    font-size: 0.8rem;
  }
}

