.Dha_Chat_Btn {
  height: 50px;
  display: inline-block;
  background: #006d79;
  padding: 14px 20px;
  border-radius: 10px;
  font-family: "Dubai-Bold";
  font-size: 1em;
  color: #ffffff !important;
  text-transform: uppercase;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.Dha_Chat_Btn img,
.Dha_Chat_Btn svg {
  fill: #ffffff;
}
.DHA_Chat_Wrap {
  width: 550px;
  transition: all 0.5s ease-out;
  position: fixed;
  bottom: -100%;
  right: 10px;
  z-index: 3;
  opacity: 0;
}
.DHA_Chat_Wrap.ShowChat {
  bottom: 0%;
  opacity: 1;
}
.ChatTabsMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.ChatTabsMenu li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0px 0.5px;
}
.ChatTabsMenu li a {
  height: 60px;
  display: block;
  background: #006d79;
  padding: 12px 15px 10px 43px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
}
.ChatTabsMenu li a b {
  font-weight: normal;
  font-family: "Dubai-Bold";
  font-size: 1em;
  display: block;
  line-height: 15px;
}
.ChatTabsMenu li a small {
  font-size: 0.75em;
  white-space: nowrap;
}
.ChatTabsMenu li a img,
.ChatTabsMenu li a svg {
  width: 24px;
  height: auto;
  position: absolute;
  left: 9px;
  top: 12px;
  fill: #ffffff;
}
.ChatTabsMenu li a.active {
  background: #ffffff !important;
  color: #006d79;
}
.ChatTabsMenu li a.active svg {
  fill: #006d79;
}
.ChatTabContent {
  background: #fff;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
}
.dha-chat .chat-history {
  height: 330px;
  overflow-y: auto;
  padding: 15px;
}

.dha-chat .chat-history::-webkit-scrollbar-track {
  background-color: #cce2e4;
  border-radius: 10px;
}
.dha-chat .chat-history::-webkit-scrollbar {
  width: 10px;
}
.dha-chat .chat-history::-webkit-scrollbar-thumb {
  background-color: #006d79;
  border-radius: 10px;
}

.chat-history ul {
  margin: 0;
  padding: 0;
}
.chat-history ul li {
  list-style: none;
  margin-bottom: 16px;
}
.chat-history .dha-message {
  position: relative;
}
.chat-history .dha-message img,
.chat-history .dha-message svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0px;
  fill: #587a0e;
}
.message-data .message-data-date,
.message-data .message-data-time {
  font-size: 0.75em;
  color: #757575;
}
.chat-history .message {
  padding: 14px;
  border-radius: 12px;
  max-width: 80%;
}
.chat-history .message p {
  font-size: 14px;
  margin: 0px;
}
.dha-message .message {
  background: #004c55;
}
.dha-message .message p,
.dha-message .message a {
  color: #ffffff;
}
.my-message .message {
  background: #e6eff1;
}
.my-message .message p {
  color: #000000;
}
.dha-chat .chat-message {
  background: #e6eff1;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dha-chat .chat-message textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #c3c3c3;
  margin: 0px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 15px;
  resize: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.dha-chat .chat-message button {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-left: 15px;
  margin-bottom: 0px;
  height: 50px;
}
.dha-chat .chat-online-status {
  background: #e6eff1;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.dha-chat .chat-online-status .status-indicator:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: white;
}
.dha-chat .chat-online-status .status-indicator.online:before {
  background-color: #94e185;
  border-color: #78d965;
  box-shadow: 0px 0px 1px 1px #94e185;
}
/**/
a.Chat_Close {
  width: 32px;
  height: 32px;
  background: #004c55;
  border-radius: 32px;
  color: #fff;
  overflow: hidden;
  text-indent: -100px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -45px;
  right: 0px;
}
a.Chat_Close::before,
a.Chat_Close::after {
  content: "";
  width: 60%;
  height: 0px;
  border-top: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -10px;
}
a.Chat_Close::before {
  transform: rotate(-45deg);
}
a.Chat_Close::after {
  transform: rotate(45deg);
}
a.chat-minimize {
  width: 32px;
  height: 32px;
  background: #004c55;
  border-radius: 32px;
  color: #fff;
  overflow: hidden;
  text-indent: -100px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -45px;
  right: 50px;
}
a.chat-minimize::after {
  content: "";
  width: 60%;
  height: 0px;
  border-top: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -10px;
}
/**/
.ChatForm {
  height: 410px;
  padding: 15px;
}
.ChatForm .row {
  margin-right: -7px;
  margin-left: -7px;
}
.ChatForm .row > * {
  padding-right: 7px;
  padding-left: 7px;
}
.ChatForm .mobile_number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ChatForm .mobile_number label {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ChatForm .mobile_number select {
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
}
.ChatForm .mobile_number input {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 15px;
}
.ChatForm textarea {
  height: 90px;
  max-height: 90px;
  resize: none;
}
.ChatForm textarea.QueryBox {
  height: 50px;
}
.ChatForm .btn {
  padding: 11px 10px;
  height: 50px !important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .DHA_Chat_Wrap {
    width: 100%;
    right: 0px;
    padding: 0px 15px;
  }
  .ChatTabsMenu li a small {
    display: none;
  }
  .ChatTabsMenu li a img,
  .ChatTabsMenu li a svg {
    width: 33px;
    height: auto;
  }
  a.Chat_Close {
    right: 10px;
  }
  .DHA_Chat_Wrap .ChatTabCont_Item {
    min-height: 66vh;
  }
  .dha-chat .chat-history {
    height: 400px;
  }
  .ChatForm {
    height: auto;
  }
  .ChatForm .row {
    margin-bottom: 0px !important;
  }
  .ChatForm textarea.QueryBox {
    height: 90px;
  }
  .dha-chat .chat-message textarea,
  .dha-chat .chat-message button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
  }
  .dha-chat .chat-message textarea {
    margin-bottom: 10px;
    height: 90px;
  }
  .ChatForm input,
  .ChatForm select {
    height: 42px;
  }
  .ChatForm .form-group {
    margin-bottom: 10px;
  }

  .ChatTabsMenu li a {
    padding: 12px 15px 10px 52px;
  }

  .dha-chat .chat-message.no-frame textarea {
    flex-basis: 70%;
  }
  .dha-chat .chat-message.no-frame [type="submit"] {
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 576px) {
  .ChatTabsMenu li a {
    display: flex;
    align-items: center;
  }
  .DHA_Chat_Wrap .ChatTabCont_Item {
    min-height: auto;
    max-height: 60vh;
  }
}

@media only screen and (max-width: 360px) {
  .DHA_Chat_Wrap .ChatTabCont_Item {
    min-height: auto;
    max-height: 55vh;
  }
}

.noframeChat .ChatTabCont_Item {
  max-height: none !important;
}

.noframeChat .dha-chat .chat-history {
  height: 47vh;
}
