.chat-fc-form-outer {
  max-width: 330px !important;
  padding: 20px !important;
  border-radius: 10px !important;
  position: relative;
}
.chat-fc-form-outer::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background-color: #f4f4f4;
  border-radius: 50%;
  background-image: url("icon_fxt_chat.svg");
  background-repeat: no-repeat;
  background-size: 35% auto;
  background-position: center;
  z-index: 2;
}
.chat-fc-form-outer div.fc-form {
  padding: 0 !important;
  width: 100% !important;
}
.chat-fc-form-outer div.fc-form p {
  line-height: 1.4 !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.chat-fc-form-outer div.fc-form a.fc-button {
  background-color: #01263f !important;
  border-radius: 4px !important;
}
.chat-fc-form-outer p.fc-header {
  padding: 0 !important;
  display: flex !important;
  justify-content: end !important;
}
.chat-fc-form-outer p.fc-header .fc-minimize {
  float: none !important;
  color: #444 !important;
  margin-right: 0 !important;
}
.chat-fc-form-outer div.fc-form ul li label {
  display: block !important;
  top: auto !important;
  font-weight: 400 !important;
  position: relative !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 4px !important;
}
.chat-fc-form-outer div.fc-form ul li input {
  border: 1px solid #888 !important;
  padding: 10px !important;
  border-radius: 4px !important;
}
.chat-fc-form-outer .pre-fc-error {
  text-align: left !important;
}
@media (max-width: 640px) {
  .chat-fc-form-outer {
    border-radius: 0 !important;
    max-width: none !important;
  }
  .chat-fc-form-outer::before {
    top: 5px !important;
  }
  .chat-fc-form-outer div.fc-form p {
    margin-top: 30px !important;
  }
}
