/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sxp_js_chat_body {
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 13px;
  background-color: #fafafa;
} 

.sxp_js_chat_sxpChat {
  width: 360px;
  position: fixed;
  border-radius: 10px;
  right: 20px;
  bottom: 80px;
  overflow: hidden;
  box-shadow: 0 2px 10px 1px #b5b5b5;
  z-index: 2000;
}
.sxp_js_chat_text-center{
  text-align: center;
}
.sxp_js_chat_title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Courier New", Monospace;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
}
.sxp_js_chat_subTitle {
  margin: 0;
}
.sxp_js_chat_chat {
  height: 400px;
  overflow-y: scroll;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sxp_js_chat_fullScreen .sxp_js_chat_chat {
  height: 438px;
}
/* width */
.sxp_js_chat_chat::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sxp_js_chat_chat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.sxp_js_chat_chat::-webkit-scrollbar-thumb {
  background: #0b88b7;
  border-radius: 10px;
}

/* Handle on hover */
.sxp_js_chat_chat::-webkit-scrollbar-thumb:hover {
  background: #086284;
}

.sxp_js_chat_chat div {
  margin: 25px 12px 15px;
  line-height: 20px;
}

.sxp_js_chat_chat .sxp_js_chat_party {
  font-weight: bold;
}

.sxp_js_chat_chat .user {
  color: red;
  text-align: right;
  max-width: 75%;
  margin-left: auto;
}

.sxp_js_chat_chat .other {
  color: blue;
  display: flex;
  align-items: center;
}

.sxp_js_chat_chat .sxp_js_chat_text {
  display: inline-block;
}

.sxp_js_chat_busy {
  padding: 3px 0;
  color: #666;
  display: none;
  font-size: 11px;
  width: 47px;
  position: absolute;
  bottom: 18px;
  left: 20px;
}
.sxp_js_chat_busy img {
  width: 100%;
}
.sxp_js_chat_img100 {
  width: 100%;
}
.sxp_js_chat_input_SXP_field input {
  vertical-align: top;
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  outline: none;
}
.sxp_js_chat_input_SXP_field textarea {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  height: 42px;
  resize: none;
  margin-top: -9px;
}

.sxp_js_chat_input_SXP_field a {
  vertical-align: top;
  float: right;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 7px 35px;
  color: black;
  text-decoration: none;
  border-radius: 5px;
}

.sxp_js_chat_input_SXP_field a:hover {
  background-color: #ddd;
  cursor: pointer;
}

.sxp_js_chat_chatHeadaer {
  text-align: center;
  background-color: #196284;
  color: #fff;
  padding: 15px 0 25px;
  position: relative;
}
.other .sxp_js_chat_text {
  background-color: #f4f7f9;
  color: #242424;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  word-wrap: break-word;
  width: 88%;
  margin: 0;
}
.user .sxp_js_chat_text {
  background-color: #f4f7f9;
  color: #575555;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  word-wrap: break-word;
  width: 88%;
  margin: 0;
}
.sxp_js_chat_icons_input {
  width: 24px;
}
.sxp_js_chat_flexBlock {
  display: flex;
}
.sxp_js_chat_hideIt {
  display: none !important;
}
.sxp_js_chat_launcherEle {
  position: fixed;
  bottom: 10px;
  right: 20px;
  /* background-color: #196284; */
  /* width: 60px;
  height: 60px; */
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2000;
}
.sxp_js_chat_chatIcon {
  width: 60px;
  height: 60px;
  background-color: #196284;
  padding: 16px;
  border-radius: 50%;
}
.sxp_js_chat_chatIcon img
{
  width: 100%;
}
.sxp_js_chat_closeIcon {
  width: 60px;
  height: 60px;
  background-color: #196284;
  padding: 16px;
  border-radius: 50%;
}
.sxp_js_chat_rotateLauncher {
  transform: rotate(90deg);
}
.sxp_js_chat_flex1 {
  flex: 1;
}
.sxp_js_chat_input_SXP_field.sxp_js_chat_flexBlock div {
  padding: 4px;
}
#sxp-chat-submit {
  border: 0;
  background-color: transparent;
}
.sxp_js_chat_refresh_icon {
  display: inline-block;
}
.sxp_js_chat_refresh_rotate {
  transform: rotate(360deg);
}
.sxp_js_chat_holdTrans {
  transition: 1s;
}
.sxp_js_chat_header_call {
  position: absolute;
  right: 20px;
  top: 50%;
}
.sxp_js_chat_header_call a {
  color: #fff;
}
.sxp_js_chat_header_call img
{
  width: 20px;
}
.sxp_js_chat_userProfile {
  width: 40px;
  background-color: #086284;
  padding: 4px;
  border-radius: 50%;
}
.sxp_js_chat_sxp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.sxp_js_chat_uploadedImgPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.sxp_js_chat_closePopupBtn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  padding: 0px;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.sxp_js_chat_quickBtns {
  border: 2px solid #196284;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 15px;
  transition: 0.3s;
}
.sxp_js_chat_renderQuickBtns {
  text-align: center;
  background-color: #fff;
}
.sxp_js_chat_renderQuickBtns ul li {
  list-style-type: none;
  display: inline-block;
  margin: 4px;
}
.sxp_js_chat_renderQuickBtns ul {
  margin: 0;
  padding-left: 0;
}
.sxp_js_chat_chatImageUpload,
.sxp_js_chat_renderQuickBtns ul li button {
  cursor: pointer;
}
.sxp_js_chat_renderQuickBtns ul li button:hover {
  background-color: #196284;
  color: #fff;
}
#map {
  height: 323px;
}

.sxp_js_chat_totalMap {
  position: absolute;
  top: 0;
  display: none;
  background-color: #fff;
}
.sxp_js_chat_map_form {
  padding: 15px;
  text-align: center;
}
.sxp_js_chat_map_form input {
  height: 38px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 8px;
  outline: none;
}
.sxp_js_chat_map_form button {
  height: 38px;
  border: 1px solid #196284;
  border-radius: 8px;
  background-color: #196284;
  color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.sxp_js_chat_cancelMap {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
}
.sxp_js_chat_btnDisable {
  pointer-events: none;
  opacity: 0.3;
}
.sxp_js_chat_uploadedFileUI {
  background: #fff;
  margin: -15px !important;
  padding: 15px;
  box-shadow: 0px 0px 22px #9999999e;
  border-radius: 8px;
}

.other .sxp_js_chat_rcw-timestamp {
  display: block;
  position: absolute;
  font-size: 11px;
  bottom: -17px;
}
.user .sxp_js_chat_rcw-timestamp {
  display: block;
  position: absolute;
  font-size: 11px;
  bottom: -17px;
  right: 0;
}
.sxp_js_chat_chatControl {
  position: absolute;
  right: 0;
  top: 0;
}
.sxp_js_chat_chatControl button {
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 7px 10px;
}
.sxp_js_chat_fullScreen {
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 0px;
}
.sxp_js_chat_handleLangDD {
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: none;
}
.sxp_js_chat_handleLangDD option {
  color: #000;
}
.sxp_js_chat_input_SXP_field {
  background-color: #fff;
}
.sxp_js_chat_makeFullScreen {
  vertical-align: middle;
}
.sxp_js_chat_makeFullScreen img {
  width: 20px;
}
.sxp_js_chat_chatMainLogo img
{
  width: 60px;
}
.sxp_js_chat_custLaun
{
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.sxp_js_chat_LangImgBtn
{
  vertical-align: -4px;
}
.sxp_js_chat_LangImgBtn img
{
  width: 20px;
}
.sxp_js_chat_cImg
{
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 0;
}
.sxp_js_chat_CLimgDiv
{
  display: flex;
  align-items: center;
}
.sxp_js_chat_toolTip
{
  position: absolute; 
  top: -10px;
  right: -5px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}
.journeyTray
{
  background-color: transparent;
  position: fixed;
  bottom: 18px;
  right: 96px;
  z-index: 2001;
}
.journeyTray .trayBtn
{
  border: none;
  background-color: #1a6284;
  width: 80px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.journeyTrayList
{
  position: absolute;
  bottom: 44px;
  right: -74px;
  transform: translateX(-50%);
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  overflow: hidden;
}
.journeyTrayList ul
{
  padding-left: 0;
  border-radius: 4px;
  margin:0;
  background-color: #fff;
  padding: 6px;
}
.journeyTrayList ul li
{
  list-style-type: none;
  padding: 6px 10px;
  white-space: nowrap;
  border-bottom: 1px solid #c0c0c0;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.journeyTrayList ul li:hover
{
  background-color: #1a6284;
  color: #fff;
  border-radius: 4px;
}
.journeyTrayList ul li:last-child
{
  border-bottom: 0;
}
.journeyTrayList ul li span
{
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.sxp_js_chat_formFields
{
  background-color: #fff;
  padding: 20px;
  padding-bottom: 40px;
  left: 50%;
  top: 48px;
  position: absolute;
  width: 380px;
  transform: translateX(-50%);
  border-radius: 8px;
}
.sxp_js_chat_fieldDiv
{
  padding-right: 20px;
}
.sxp_js_chat_fieldDiv label
{
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}
.sxp_js_chat_fieldDiv input
{
  width: 100%;
  height: 34px;
  border: 1px solid #444;
  padding-left: 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  background-color: #fff;
}
.sxp_js_chat_fieldDiv select
{
  width: 100%;
  height: 34px;
  border: 1px solid #444;
  padding-left: 10px;
  border-radius: 4px;
  margin-bottom: 12px;
  background-color: #fff;
}
.sxp_js_chat_FF_block button
{
 background-color: #1a6284;
 color: #fff;
 border: 0;
 height: 34px;
 border-radius: 4px; 
 width: 100%;
 cursor: pointer;
 margin-top: 7px;
}
.sxp_js_chat_popup_h4
{
  font-size: 18px;
  margin-top: 6px;
}
.sxp_js_chat_viewmoreBtn
{

  position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #f4f7f9;
    cursor: pointer;
    color: #196284;
}
.sxp_js_chat_viewmore_less
{
  height: 60px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.sxp_js_chat_viewlessBtn
{
  cursor: pointer;
  background-color: #f4f7f9;
  color: #196284;
  margin-left: 10px;
  white-space: nowrap;
}
.sxp_js_chat_viewMorePara, .sxp_js_chat_viewMorePara p 
{
  margin: 0 !important;
}

#reconnecting-notifier {
  position: fixed;
  z-index: 99999999;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: red;
  color: white;
  font-size: 12px;
}

.sxp_js_chat_spacing
{
  margin: 10px 4px 10px !important;
}

#dynamicFormFields
{
  /* height: calc(100vh - 200px);
  overflow-y: scroll; */
}