.chat-fc-form-outer {
  font-size: 15px !important;
}
.chat-fc-form-outer .fc-header {
  margin-bottom: 0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
  background: linear-gradient(136deg, #ECB0CF -24.98%, #9E7FF6 49.25%, #75F9D6 124.34%);
  font-weight: bold !important;
}
.chat-fc-form-outer .fc-button {
  transition: background 0.3s ease, color 0.3s ease !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-decoration: none;
  background: linear-gradient(136deg, #ECB0CF -24.98%, #9E7FF6 49.25%, #75F9D6 124.34%);
  font-weight: bold !important;
}
.chat-fc-form-outer .pre-fc-field {
  margin-bottom: 20px !important;
}
.chat-fc-form-outer .chat-fc-form input {
  padding: 10px 15px !important;
}

#custom_fc_button {
  width: 70px;
  border-radius: 35px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: linear-gradient(136deg, #ECB0CF -24.98%, #9E7FF6 49.25%, #75F9D6 124.34%);
}

#imageicon {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 767px) {
  #custom_fc_button {
    width: 60px;
  }
  #imageicon {
    width: 60px;
  }
}
.custom-freshchat-icon {
  position: relative;
  display: block;
  opacity: 0;
  transform: scale(0.1);
  transition: transform 0.6s ease;
  padding: 10px;
}
.custom-freshchat-icon:hover:before {
  content: "Click to open Live Chat";
  position: absolute;
  top: -75px;
  width: 140px;
  right: 0;
  background: #E5EBEB;
  padding: 10px 15px;
  color: #000;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.custom-freshchat-icon-visible {
  opacity: 1;
  transform: scale(1);
}

.chat-fc-form-outer div.fc-form p {
  margin-top: 30px;
}/*# sourceMappingURL=widget-customization.css.map */