@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
.cursor-pointer {
  cursor: pointer;
}

.arrow-right-after:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
}

.arrow-rotate-before:before {
  content: "\f177";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  margin-right: 10px;
}

.start-over-before:before {
  content: "\f0e2";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
}

.colour_green {
  color: #6fba2f;
}

.arrow-external:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  margin-left: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.tick-before:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  margin-right: 5px;
}

.box-shadow {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4509803922);
}

.aceBot {
  z-index: 9999999;
  font-family: "Fira Sans Extra Condensed", sans-serif;
}
.aceBot button {
  font-family: "Fira Sans", sans-serif !important;
}
.aceBot .bot-button {
  position: fixed;
  z-index: 999999;
  bottom: 2%;
  right: 1%;
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
}
.aceBot .bot-button .red-new {
  position: absolute;
  transform: translate(38px, -20px);
  width: 50px;
}
.aceBot .bot-button .white-layer {
  display: flex;
  justify-content: space-between;
  border: #fff 2px solid;
  border-radius: 30px;
}
.aceBot .bot-button span {
  vertical-align: middle;
  margin: auto 0;
  padding-right: 30px;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
}
.aceBot .bot-button span:after {
  margin-left: 10px;
}
.aceBot .openChat {
  position: fixed;
  z-index: 999999;
  bottom: 2%;
  right: 1%;
  width: 35%;
  border-radius: 15px;
}
.aceBot .openChat .chat-head-body {
  max-height: 70vh;
  height: calc(100vh - 65px);
  border-radius: 20px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4509803922);
  overflow-y: auto;
}
.aceBot .openChat .chat-head-body .chat-header {
  display: flex;
  padding: 7px 15px;
  margin: auto 0;
  border-radius: 15px 15px 0 0;
}
.aceBot .openChat .chat-head-body .chat-header img {
  height: 45px;
  width: 45px;
  margin-right: 20px;
  margin: auto 0;
}
.aceBot .openChat .chat-head-body .chat-header p {
  margin: auto 0;
  font-size: 16pt;
  margin-left: 10px;
}
.aceBot .openChat .chat-head-body .chat-header button {
  background: transparent;
  margin-left: auto;
  border: none;
  padding: 0;
}
.aceBot .openChat .chat-head-body .chat-header button img {
  margin: auto;
  height: 22.5px;
  width: 22.5px;
}
.aceBot .openChat .chat-head-body .chat-header button:hover {
  background: transparent !important;
  background-color: transparent !important;
}
.aceBot .openChat .chat-head-body .chat-body {
  height: calc(100% - 59px);
  padding: 10px 20px;
  scroll-behavior: smooth !important;
  overflow-y: auto;
  font-size: 8pt;
  border-radius: 0 0 15px 15px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  display: flex;
  color: white;
  flex-direction: column;
}
.aceBot .openChat .chat-head-body .chat-body::-webkit-scrollbar {
  width: 10px;
}
.aceBot .openChat .chat-head-body .chat-body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1450980392);
  border-bottom-right-radius: 15px;
}
.aceBot .openChat .chat-head-body .chat-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6901960784);
  border-radius: 10px;
}
.aceBot .openChat .chat-head-body .chat-body .start-chat {
  margin-top: 20px;
}
.aceBot .openChat .chat-head-body .chat-body .start-chat p {
  margin: 0;
  font-size: 18pt;
  line-height: 26px;
  color: #fff;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form {
  background: #fff;
  height: 100%;
  overflow-y: auto;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form .chat-form-message {
  padding-right: 30%;
  font-size: 15pt;
  font-weight: bold;
  line-height: 22px;
  height: 15%;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85%;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .input-text {
  display: flex;
  background: #ededed;
  border-radius: 7.5px;
  padding: 3px 0px 3px 10px;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form span {
  padding: 0 15px;
  vertical-align: sub;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form input {
  background: transparent;
  border: none;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .form-area textarea {
  background-color: #ededed;
  padding: 3px;
  padding-left: 10px;
  border-radius: 7.5px;
  height: 100px;
  min-height: 80px;
  max-width: 100%;
  min-width: 100%;
  overflow-y: auto;
  resize: none;
  border: none;
  font-family: "Fira Sans", sans-serif;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .btn-section {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .btn-section button {
  border-radius: 30px;
  padding: 15px 20px;
  font-size: 10pt;
  border: none;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: none;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .btn-section button:after {
  margin-left: 10px;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .btn-section button.start-over {
  background: #e6eaf3;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form form .btn-section button.start-over:before {
  margin-right: 10px;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form .row-2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form .row-2 > div {
  width: 48%;
  margin-right: 5px;
}
.aceBot .openChat .chat-head-body .chat-body .chat-form .row-2 > div:nth-last-child(n) {
  margin-right: 0px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body {
  margin-top: auto;
  align-content: flex-end;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message {
  min-height: 30px;
  display: flex;
  margin: 10px 0;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList p, .aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList span {
  color: #003788;
  font-size: 8pt;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList p.text-only, .aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList span.text-only {
  margin-bottom: 0;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList button {
  background-color: #fff;
  border-radius: 30px;
  margin: 5px 5px 5px 0;
  width: 31%;
  border: none;
  font-size: 8pt;
  min-height: 43px;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
  color: #003788;
  text-transform: none;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList button img {
  height: 50px;
  margin: 0 auto;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList button p {
  line-height: 12px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList button:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList button:hover p {
  color: #fff !important;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .btnList.options button {
  width: 48%;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .info-add-icon {
  border-radius: 20px;
  border-color: #ededed;
  border: 1px solid #ededed;
  vertical-align: text-top;
  text-transform: lowercase;
  font-size: 9pt;
  padding: 0px;
  height: 18px;
  width: 18px;
  padding-bottom: 1px;
  padding-left: 1px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .info-add-icon:after {
  content: "\f129";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .info-add-icon:hover {
  background: transparent !important;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-user,
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot {
  border: #fff 2px solid;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  background: transparent;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-user.typing,
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot.typing {
  padding: 0px 5px;
  width: auto;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot {
  margin-left: 10px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot .question-industy button {
  color: #003788;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot .responses p:last-child {
  margin-bottom: 0;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot .responses .external {
  display: flex;
  font-size: 12pt;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-bot .responses .external svg {
  margin-left: 5px;
  height: 12px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .chat-user {
  margin-left: auto;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .user-img {
  margin: 2px 0 auto 10px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .user-img svg {
  height: 30px;
  width: 30px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message a {
  color: #fff;
  text-decoration: underline;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message button {
  cursor: pointer;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .category-question .btnList button {
  width: 48%;
  padding-bottom: 0;
  border-radius: 20px;
}
.aceBot .openChat .chat-head-body .chat-body .messages-body .message .category-question .btnList button p {
  margin-top: 5px;
}
.aceBot .openChat .chat-head-body .chat-body p, .aceBot .openChat .chat-head-body .chat-body span {
  font-size: 13pt;
  line-height: 20px;
}
.aceBot .openChat .chat-head-body .chat-body .textField {
  display: flex;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField {
  display: flex;
  width: 100%;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField input {
  width: 100%;
  border-radius: 30px 0 0 30px;
  padding: 10px 15px;
  border: none;
  font-family: "Fira Sans", sans-serif;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField div {
  border-radius: 0 30px 30px 0;
  border: none;
  padding: 10px 15px;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField button {
  border-radius: 20px;
  font-size: 9pt;
  position: relative;
  padding: 10px 15px;
  border: none;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField button:disabled {
  opacity: 0.75;
}
.aceBot .openChat .chat-head-body .chat-body .textField .inputField button:after {
  margin-left: 5px;
}
.aceBot .openChat .chat-head-body .chat-body .textField .user-img {
  margin: auto 0 auto 5px;
}
.aceBot .openChat .chat-head-body .chat-body .textField .user-img img {
  height: 30px;
  width: 30px;
  margin-top: 5px;
}
.aceBot .openChat .chat-head-body.completed {
  height: auto;
}
.aceBot .openChat .chat-head-body.completed .complete-form {
  padding: 15px;
  font-size: 12pt;
  font-weight: bold;
  border-radius: 0 0 15px 15px;
}
.aceBot .openChat .chat-head-body.completed .complete-form .greenTick svg {
  height: 50px;
}
.aceBot .openChat .chat-head-body.completed .complete-form p {
  margin: 0;
}
.aceBot .openChat .chat-head-body.completed .complete-form .row-2-message {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.aceBot .openChat .chat-head-body.completed .complete-form .btn-format {
  margin-top: auto;
  margin-left: 30px;
}
.aceBot .openChat .chat-head-body.completed .complete-form .btn-format button {
  border: none;
  border-radius: 30px;
  font-size: 11pt;
  padding: 10px 20px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: none;
}
.aceBot .openChat .formQuestion .final {
  display: flex;
}
.aceBot .openChat .formQuestion .final > * {
  font-size: 8pt;
}
.aceBot .openChat .formQuestion .final .tick-before {
  padding-right: 5px;
  margin: auto 5px;
  margin-left: 0;
  font-size: 12pt;
}
.aceBot .openChat .formQuestion .final p {
  margin: auto;
  margin-left: 0;
}
.aceBot .openChat .formQuestion .final button {
  margin-left: 5px;
  background: #fff;
  color: #003788;
  border-radius: 30px;
  border: none;
  text-transform: none;
}
.aceBot .openChat .formQuestion .final button:after {
  padding: 5px;
}
.aceBot .openChat .exit-chat {
  margin-top: 5px;
  background: transparent;
  cursor: hover;
}
.aceBot .openChat .exit-chat #lottie {
  background: #003788 !important;
  border-radius: 50px;
  border: 1px solid #eb2237;
}
@media (max-width: 1024px) {
  .aceBot .openChat {
    width: 80%;
  }
  .aceBot .openChat .chat-head-body .chat-body {
    font-size: 5pt;
  }
  .aceBot .openChat .chat-head-body .chat-body .question-industy .btnList button {
    width: 48% !important;
  }
}
@media (max-width: 542px) {
  .aceBot .openChat {
    width: 98%;
    height: 98%;
    z-index: 100000;
  }
  .aceBot .openChat .chat-head-body {
    height: calc(100% - 60px) !important;
    max-height: none;
  }
  .aceBot .openChat .chat-head-body .chat-body {
    margin-top: auto;
  }
  .aceBot .openChat .btnList button {
    width: 48% !important;
  }
  .aceBot .openChat .complete-form {
    height: 93.5%;
  }
  .aceBot .openChat .complete-form p {
    font-size: 15pt;
  }
  .aceBot .openChat .complete-form .message {
    height: calc(100% - 59px);
  }
  .aceBot .openChat .complete-form .message .row-2-message {
    flex-direction: column;
    height: calc(100% - 45px);
  }
  .aceBot .openChat .complete-form .message .row-2-message .btn-format {
    margin-top: auto;
    margin-left: auto;
  }
  .aceBot .btnList button {
    width: 100% !important;
  }
}
@media (max-width: 390px) {
  .aceBot .openChat .chat-head-body {
    height: calc(98% - 56px);
    max-height: none;
  }
  .aceBot .openChat .chat-head-body .complete-form {
    height: 93.5%;
  }
  .aceBot .openChat .chat-head-body .btnList button {
    width: 98% !important;
  }
  .aceBot .openChat .chat-form {
    height: calc(100% - 56px);
  }
  .aceBot .openChat .chat-form form button {
    width: 100% !important;
    padding: 15px 5px !important;
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=acebot.css.map */
