body {background-color: var(--chatBg);font-family: 'Maven Pro', sans-serif;font-size: 12px;}
*:focus {
  outline:none !important;
}
a {
color: inherit;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
a:hover {
text-decoration: none;
color: inherit;
}
a.hyper-link,
a.hyper-link:hover,
a.hyper-link:visited,
a.hyper-link:focus {
  text-decoration: underline;
  color: initial;
  display: table;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

/*Trainer*/
.chatTrainerBox {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);position: fixed;/*background:url(../images/pttrns.png); right:20px; */height: 100%;width: 100%;overflow: hidden;}
.chatTrainerBox h3 {
  padding: 0 20px;
}
.chatBody {
  position: relative;
  height: calc(100% - 80px);
  padding: 5px 5px 5px !important;
  background: none;
  overflow: hidden;
}
.chatFooter {
    padding: 15px 10px 20px 10px;
    background: #ffffff00;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80px;
}
.chatFooter input {
    width: calc(100% - 60px);
    border: 1px solid #888;
    background-color: #ffffff;
    box-shadow: none;
    display: block;
    border-radius: 30px;
    margin-bottom: 0;
    padding: 11px 30px 11px 50px;
    height: auto !important;
    transition: all 0.5s;
}
.chatFooter button {
    background: none !important;
    box-shadow: none;
    display: block;
    font-size: 18px;
    border: medium none;
    padding-top: 5px;
    position: absolute;
    right: 75px !important;
    margin-right: -1px;
    border-radius: 0 5px 5px 0;
    color: var(--buttonTextColor);
    top: 12px;
    transition: all 0.5s;
}
.chatBody .chat.left {
    padding: 0 0 0 15px;
    text-align: left;
    float: left;
}
.chatBody .chat {
    position: relative;
   /* width: 100%;*/
    /*max-width: 600px;*/
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.chatBody .chat .name {
    font-size: 10px;
    padding: 0 10px;
}
.chatBody .chat.left .text {
    background: var(--botBubbleColor);
    border:.5px solid var(--botBubbleColor);
    color: var(--botTextColor);
    border-radius: 20px 20px 20px 0;
}
.chatBody .chat.left .text > a {
  color: var(--botTextColor);
}
.chatBody .chat .text {
    padding:7px 19px;
    font-size: 14px;
    position: relative;
    word-break: break-word;
    display: table;
    width:100%;
}
.chatBody .chat .text span {
  display: table-cell;
}
.chatBody .chat .text span.chat_text {
  vertical-align: middle;
}
.chatBody .chat .text span.user_avatar {
  padding-left: 5px;
  float: right;
}
.chatBody .chat .text span.bot_avatar {
  padding-right: 5px;
}
.chatBody .chat .text.break-single-word {
  word-break: break-all;
}
.chatBody .chat .text p > iframe,.chatBody .chat .text div > iframe {
    width: 100% !important;
    height: 200px !important;
}
.chatBody .chat .text p > img, .chatBody .chat .text div > img {
  width: 100% !important;
}
.chatBody .chat.left .text:before {
    /*left: -30px;
    border-right-color: #ffffff;
    border-right-width: 12px;*/
}
.chatBody .chat .text:before {
    /*content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 22px solid transparent;
    border-bottom-width: 0;*/
}
.chatBody .chat.left .time {
   /* padding-left: 12px;*/
    color: #a0a0a0;
}
.chatBody .chat .time {
    margin-top: 3px;
    font-size: 10px;
    position: relative;
    padding-bottom: 1px;
}
/*RIGHT*/
.chatBody .chat.right {
    padding: 0 15px 0 0;
  /*  text-align: right;*/
    float: right;
}
.chatBody .chat.right .text {
    background: var(--humanBubbleColor);
    color: var(--humanTextColor);
    border-radius: 20px 20px 0 20px;
    padding: 7px 19px;
}
.chatBody .chat.right .text > a {
  color: var(--humanTextColor);
 }
.chatBody .chat.right .text:before {
    /* right: -30px; */
    /* border-left-color: #0084FF; */
    /* border-left-width: 22px; */
}
.chatBody .chat.right .time {
    padding-left: 12px;
    color: #a0a0a0;
    text-align: right;
}
/*Chat Cards*/
.panel {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.imgCard {
  width: 220px;
  margin: 0 auto;
  padding: 0 !important;
  border-radius: 15px;
}
.imgDiv {
  height: 90px;
  text-align: center;
}
.imgCard img {
  border-radius: 15px 15px 0 0;
  padding: 5px;
  width: 100%;
  object-fit: cover;
}
.align-center {
  margin: 0 auto;
}
.imgCard iframe {
  border-radius: 15px 15px 0 0;
  border:0;
  width:100%;
}
.imgCard .action-go {
  margin: 5px;
}
.imgCard .action-go i {
    padding: 5px;
}
.imgCard h4 {
  font-weight: 100;
  margin-bottom: 5px;
  padding:0 10px;
  font-size: 14px;
}
.imgCard p {
  color:#999;
  padding:0 10px;
  font-size: 12px;
}
.imgCard audio {
  width:100%;
}
.imgCard .coloredCardHeader {
    background: #6846a7;
    padding: 15px;
    min-height: 80px;
    margin: -5px -5px 0;
}
.imgCard div.action-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.uploadDiv {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  flex-direction: column; 
  border: 2px dashed #4b5563; 
  border-radius: 10px;
  padding: 10px;
}
.fileuploadcard {
    margin: 0 auto;
    padding: 16px !important;
    border-radius: 15px;
    border: 0.5px solid #D3D3D3;
	  border-radius: 20px 20px 20px 0;
	  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}
.fileuploadcard h4 {
font-size: 14px;
font-weight: normal;
}

#fileuploadButton {
    color: #fff !important;
    padding: 10px 20px !important;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
    font-size: 16px !important;
    transition: background-color .3s;
    margin-top: 20px !important;
}

#fileuploadButton:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

#fileuploadButton:enabled {
  cursor: pointer;
}

.cardBtns.inline {
  overflow: hidden;
}
.cardBtns a {
  border-top: .5px solid #ccc;
  display: block;
  text-decoration: none;
  font-size: 13px;
  text-align: left;
  padding: 8px 5px;
  color:  var(--buttonTextColor);
}
.cardBtns.inline a {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
}
.cardBtns.inline a:nth-child(2) {
  border-left: 1px solid #ccc;
}
.cardBtns div.checkbox {
  text-align: left;
  border-top: .5px solid #ccc;
  font-size: 14px;
  padding: 10px;
  color: #f1592a;
}
/*end of Chat Cards*/
.bgiOSMob {
    /*background: url(../images/iphoneBg.png) no-repeat transparent;
    background-size: 100%;*/
  }
.carousel .item {
  background-color: #fff;
  background: #fff;
  border-radius: 15px;
  margin:5px 5px 10px;
}
.carousel img {
  border-radius: 15px 15px 0 0;
  width:100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 10px;
}
.carousel img.fixed {
  object-fit: contain;
}
.carousel h4 {
  font-weight: 100;
  margin-bottom: 5px;
  padding:0 10px;
  font-size: 14px;
}
.carousel p {
  color:#999;
  padding:0 10px;
  margin-bottom: 5px;
  height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardListTemplate {
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.cardListTemplate li {
  padding: 10px;
  margin:0;
}
.cardListTemplate li > a:hover {
  text-decoration: underline;
}
.cardListTemplate .media-body h5 {
  font-size: 13px !important;
  font-weight: normal !important;
}
.cardListTemplate .media-body h5,.cardListTemplate .media-body p {
  margin: 0 0 3px !important;
}
.cardListTemplate img {
    border: 2px solid #ccc !important;
    border-radius: 50% !important;
}
.cardListTemplate .media-body p {
  padding: 0 !important;
}
.cardListTemplate > li:nth-of-type(odd) {
    background-color: #f9f9f9;
}
/*customizing UI date picker*/
.ui-datepicker {
  width:100%;
  margin-top: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border:0 none !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 1em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border:none !important;
}
.ui-widget-header {
  color: var(--humanBubbleColor);
}
/*customizing UI date picker*/
/*Quick replies*/
.quickReplies {
  padding: 10px 0;
}
.quickBubbles {
  padding: 5px 10px;
  min-width: 80px;
  background: #f1592a;
  color:#fff;
  border:1px solid #f1592a;
  display: inline-block;
  margin-top: 5px;
  border-radius:20px;
  text-align: center;
}
.quickBubbles:hover {
  color: #f1592a;
  background: transparent;
}
.quickRepliesCont {
  clear:both;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 0 15px;
}
.quickRepliesCont > a {
  display: inline-block !important;
  padding: 5px 15px !important;
  margin: 5px 3px;
  color:  var(--buttonTextColor);
  background: #ffffff;
  border:1px solid  var(--buttonTextColor) !important;
  border-radius: 20px;
  min-width: 80px;
}
/*end of Quick replies*/
/*changes datepicker size*/
div.ui-datepicker {
  font-size: 10px;
}
.homeChatBtn {
      position: absolute;
      left: 36px;
      color: #888;
      font-size: 18px;
      top: 28px;
      z-index:99;
}

/*media queries*/
@media only screen and ( max-width: 768px ) {
  #chatMsg {
    /* margin-left: 20px; */
  }
  input[name="chatMsg"] {
    /* width: 86%; */
  }
  .homeChatBtn {
        left: 36px;
  }
  .chatFooter button {
        right:20%;
  }
  .right_to_left_alignment .homeChatBtn {
        right: 36px;
        left: 0auto;
  }
 .right_to_left_alignment .chromeBrowser  button {
        left:25% !important;
  }
}

.carousel .slick-slider .slick-arrow {
  display:none !important;
}
.carousel .slick-slider:hover .slick-arrow {
  display:block !important;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
 color:#fff !important;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 99;
  border: 1px solid gray;
  width: 30px;
  height: 30px;
  background-color: gray;
  opacity: 0.5;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.slick-prev:before, .slick-next:before {
  font-family: "Glyphicons Halflings", "slick", sans-serif;
}

.slick-prev:before { content: "\e257"; }
.slick-next:before { content: "\e258"; }
.msgPopAnimation {
    animation-name: msgPopUp;
    animation-duration: 600ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
.msgRightAnimation {
    animation-name: msgPopRight;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
.msgLeftAnimation {
    animation-name: msgPopLeft;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
.bluefishCopyrights {
  color: var(--buttonTextColor);
}
.bluefishPowerdBy span {
  float: right;
}
.enable_beta {
  color: var(--betaTextColor);
  background-color: var(--betaBgColor);
  padding: 4px;
  font-size: 12px;
}

@keyframes msgPopUp {

    0% {
        bottom: -10px;
        opacity: 0.1;
    }

    50% {
        bottom: -5px;
        opacity: 0.5;
    }

    100% {
        bottom: 0px;
        opacity: 1;
    }
}
@keyframes msgPopRight {

    0% {
        right: -10px;
        opacity: 0.1;
    }

    50% {
        right: -5px;
        opacity: 0.5;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}
@keyframes msgPopLeft {

    0% {
        left: -10px;
        opacity: 0.1;
    }

    50% {
        left: -5px;
        opacity: 0.5;
    }

    100% {
        left: 0px;
        opacity: 1;
    }
}

.cardBtns.remove-top-border > a:first-child {
  border-top: 0;
}
.chat-alert,
.chat-timeout,
.chat-error {
  display: none;
  position: absolute;
  width: 96%;
  margin: 1% 2%;
  top:1%;
  z-index: 100;
  background: #ff3052 !important;
  border-color: #ff4e6b !important;
  color: #fff !important;
}
.welcomeCard {
  width: 100% !important;
  border-radius: 5px !important;
}
.chat_preview {
  overflow: hidden;
}
.datetimepicker  table {
  color:#333;
}
/* auto suggestion styles*/
.twitter-typeahead {
    width:100%;
}
.tt-input {
    background:#ffffff !important;
}
.tt-menu {
    width:100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
     border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     box-shadow: 0 5px 10px rgba(0,0,0,.2);
     top:auto !important;
     bottom:105% !important;
     text-align:left;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 16px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}
.tt-suggestion p {
  margin: 0;
}
/* end of auto suggestion styles*/
#pulseForm {
  display:none;
}
.connect_pulse {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #7867b9;
    line-height: 0.1em;
    margin: 15px 0 25px;
    clear: both;
}
.connect_pulse span {
    background: #7867b9;
    padding: 2px 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 12px;
    color:#fff;
}
.pulseAgentChat .text {
    background: #20ad8c !important;
    color: #fff !important;
    border: .5px solid #20ad8c !important;
}
#liveAgentDiv {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 2px 0px #ccc;
}
#liveAgentDiv p {
    margin-bottom:0;
    font-style:italic;
    color:#333;
}
#liveAgentDiv h4 {
    margin-bottom:2px;
}
.statusSpan:before {
    content:"\A";
    width:8px;
    height:8px;
    border-radius:50%;
    background: #36c72d;
    display:inline-block;
    margin:0 5px 0 0;
}
/*---Calendar modal---*/
.calendalModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background:#ffffff;
}

.calendalModal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.calendalModal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}
.calendalModal-title {
  font-weight: 300;
  margin:0;
  line-height: 30px;
}

.calendalModal-body {
  position: absolute;
  top: 0px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding:20px;
}

.calendalModal-footer {
  position: absolute;
  right: 0;
  bottom: -46px;
  left: 0;
  height: 60px;
  padding: 10px 20px;
  /*background: #f1f3f5; */
  background: var(--botBubbleColor);
}
#calendar_slots .btn-default {
    border-radius:20px !important;
    margin:5px 3px;
    font-size:12px;
}
/* #calendar_slots .btn-default.active,#calendar_slots .btn-default.active.focus,#calendar_slots .btn-default.active:hover {
    color: #fff !important;
    background-color: var(--botBubbleColor) !important;
    border-color: var(--botBubbleColor) !important;
} */
/*---end of Calendar modal---*/
/*HomeBtn Disable */
.homeDisable{
    pointer-events: none;
    opacity: 0.4;
}
.chatTrainerBox .chatBody .chatBody {
  height: auto !important;
  overflow-x: hidden!important;
}
#chatCont .chat:last-child {
  margin-bottom: 25px!important;
}
#calendarModal .calendalModal-footer #noSlot{
  color:red;
  float:left;
  font-size:14px;
  width: 100%;
  text-align: left;
}
/* Chat clear transcripts start */
.fabMenuSection {
	position: fixed;
    right: 7px;
	z-index: 999999;
    bottom: 22px;
    height: 40px;
}

.settingIcon {
    width: 30px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    float: left;
}

.settingIcon i {
	color: var(--buttonTextColor);
    font-size: 24px;
    padding: 6px 0px;
}

.fabSettingMenuSub {
	position: absolute;
	top: -40px;
	left: 2px;
	display: none;
}

.fabSettingMenuSub a {
	background-color: var(--buttonTextColor);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	padding: 6px;
	margin-bottom: 5px;
	color: white;
	cursor: pointer;
	font-size: 17px;
}

.fabSettingMenuSub a span {
	color: var(--buttonTextColor);
	float: left;
	margin-left: -235px;
	margin-top: 1px;
	font-family: sans-serif;
	font-size: 15px;
	width: 220px;
	text-align: right;
}

.chatFabMenu {
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
}

#clearTranscripts {
	display: none;
	margin: 10% 5%;
	position: fixed;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 1px 10px #a0a0a0;
	width: 90%;
}

#clearTranscripts button[name='OK'] {
	background-color: var(--buttonTextColor);
	border: none;
	padding: 8px 30px;
	border-radius: 3px;
	color: white;
	font-weight: 500;
	margin-right: 10px;
	float: right;
	font-size: 16px;
}

#clearTranscripts button[name='Cancel'] {
	color: #6f6f6f;
	background-color: transparent;
	border: none;
	padding: 8px 30px;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 10px;
	float: right;
	font-size: 16px;
}

#clearTranscripts button[name='Cancel']:hover {
	background-color: #f3f3f3;
	border-radius: 3px;
	margin-right: 10px;
}

#clearTranscripts p {
	font-size: 14px;
	padding-bottom: 20px;
}

#clearTranscripts h3 {
	margin-top: 0px;
	font-size: 19px;
}
/* Chat clear transcripts end */

.img-placeholder {
  width: 100%;
  height: 110px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.slick-slide
{
width: 200px;
}

.loader-wrap {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loader {
  border:5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -25px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#submitBtn,
#pulsesubmitBtn {
  width: 44px;
  height: 44px;
}

/*--IE fallback--*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .chatTrainerBox .chatBody .chatBody {
        overflow-x: hidden !important;
      }
    .fabSettingMenuSub i span {
      color: #000;
    }
    .fabSettingMenuSub i {
       color: #000;
     }
     #clearTranscripts {
       z-index: 999999999;
     }
    #clearTranscripts button[name='OK'] {
     
      color: #000;
    }
    .chatBody .chat .text {
      border: .5px solid #ccc;
    }
}
.buttonStyle .cardBtns a{
    border-bottom: .5px solid #ccc;
    border-top: 0 !important;
}
.buttonStyle .cardBtns a:last-child{
    border-top: 0 !important;
    border-bottom: 0px solid #ccc !important;
}
.buttonStyle .cardBtns a:first-child{
    border-top:.5px solid #ccc !important;
}
.EmptyDescTitleStyle .cardBtns a:first-child{
    border-top:0px solid #ccc !important;
}
/*.......Rtl Arabic Support...........*/
.right_to_left_alignment .welcomeCard h4,.right_to_left_alignment .welcomeCard p {
  text-align: right !important;
    
}
.right_to_left_alignment .text span.chat_text  {
  text-align: right !important;
      padding-right: 10px;
}
.right_to_left_alignment .imgCard p {
  text-align: right !important;
}
.right_to_left_alignment .slick-slide h4, .right_to_left_alignment .slick-slide p, .right_to_left_alignment .imgCard h4, .right_to_left_alignment .chat.left .text > a, .right_to_left_alignment .chat.left .text {
  text-align: right !important;
  
}
.right_to_left_alignment .msgLeftAnimation .text .imgCard{
      padding-right: 5px;
    padding-left: 30px;
}
.right_to_left_alignment .msgRightAnimation .text  {
      padding-right: 10px !important;
      padding-left: 10px !important;
}
.right_to_left_alignment .cardBtns div.checkbox {
      min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    text-align: right;
    padding-right: 40px!important;
}

.right_to_left_alignment .checkbox input[type=checkbox]{
    margin-left: 15px;

}
.right_to_left_alignment .chatFooter input {
  direction: rtl;
  width: 90%;
  float: right;
  padding: 11px 50px 11px 50px;
}

.right_to_left_alignment .chatFooter {
    padding: 15px 10px 20px 50px;
    background: #ffffff00;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80px;
    transition: all 0.5s;
}
.right_to_left_alignment .fabMenuSection {
  position: fixed;
  left: 10px;
  width: 60px;
  bottom: 25px;
}
.right_to_left_alignment .chatFooter a {
  right: 36px;
  left: auto;
}
.right_to_left_alignment .fabSettingMenuSub a span{
    margin-right: -225px;
    width: 150px;
    margin-left: 0px;
}

/* voice input */



.voice-input {
    width: 30px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

.voice-input i {
    color: var(--buttonTextColor);
    font-size: 22px;
    padding: 8px 0px;
    margin-left: 0px;
}
#voiceMsg {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.80);
    border-radius: 0px;
    transition: 0.5s all;
    top: 0;
    overflow: hidden;
}
.voiceinput-text{
    width: 100%;
    float: left;
    padding: 10px;
}
.voiceinput-text textarea{
    width: 100%;
    height: 220px;
    float: left;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 17px;
    color: white;
    overflow: hidden;
    resize: none;
    margin-top: 20px;
    pointer-events:none;
}
.speechSendSection{
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.speechSendSection p{
    text-align: center;
    color: white;
    font-size: 15px;
    width: 100px;
    margin: 0 auto;
    background-color: var(--buttonTextColor);
    border-radius: 40px;
    padding: 5px 0px;
    font-weight: 600;
    border: 2px solid white;
    outline: none;
}
.speechSendSection p i{
    padding-right: 10px;
    font-size: 16px;
}
#voicetextMsg {
  height: 90px;
    line-height: 17.1429px;
    width: 75%;
    margin: 20px 50px;
    background: none !important;
    border: none;
    box-shadow: 1px 1px 1px 1px #88888821;
    border-radius: 15px;
}


.voiceMsg-close i {
    float: right;
    border-radius: 50%;
    padding: 3px 4px 3px 4px;
    margin: 12px;
    color: var(--buttonTextColor);
    cursor: pointer;
    font-size: 11px;
    border: 2px solid var(--buttonTextColor);
}


#chatForm textarea{
  width: 100%;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 10px;
  transition: all 1s;
  height: 45px;
  margin-bottom: 2px;
}
.bluefishPowerdBy{
  position: relative; 
  color: #a0a0a0; 
  font-size: 10px; 
  text-align: center;
  float: left;
  width: 100%;
}
#voiceMsg .SpeechLoader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#wave {
    height: 110px;
    width: 120px;
    fill: #fff;
}

#Line_1 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
              fill: #fff700;
}

#Line_2 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
              fill: #00f3ff;
}

#Line_3 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
          fill: #8BC34A;
}

#Line_4 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
              fill: #ffffff;
}

#Line_5 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
              fill: #03A9F4;
}

#Line_6 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
              fill: #FFC107;
}

#Line_7 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
              fill: #94c9ff;
}

#Line_8 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
              fill: #d295ff;
}

#Line_9 {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
              fill: #00ff2b;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.chatTrainerBox .chatFooter .nonChromeInput{
    width: calc(100% - 35px);
}
.chatTrainerBox .chatFooter .nonChromeSendBtn{
    right: 50px !important;
}
.right_to_left_alignment .chatTrainerBox .chatFooter .nonChromeInput {
    width: 100%;
}
.right_to_left_alignment .chatFooter button {
    left: 15%;
}

.text .chat_text > a {
    text-decoration:underline;
    color:#0000EE;
}
.cardListTemplate li a .media-body{
   padding-top: 15px;
}
.cardListTemplate a .media-left img {
  width: 50px;
  height:50px;
}
#pulseSubmitBtn{
    top: 17px;
}

.sendFeedback{
  background-color: transparent;
  border: none !important; 
}

.fa-thumbs-up.clicked {
  color: #04045d;
}

.fa-thumbs-down.clicked {
  color: #04045d;
}

#reportModal .modal-content {
  background-color: var(--chatBg) !important;
  color: var(--buttonTextColor) !important;
}

#reportModal .modal-content button {
  background-color: var(--botBubbleColor) !important;
  color: var(--botTextColor) !important;
}

#reportModal .modal-content h3{
  color: var(--buttonTextColor) !important;
}

#reportModal .modal-content .close{
  color: var(--buttonTextColor) !important;
}

.inline-datepicker-container {
  max-width: 280px;
  background-color: var(--botBubbleColor) !important;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-top: 10px;
}

td.active, td.active:hover {
  background-color: #007bff !important; /* Or your desired color */
  color: white; /* Optional: make text readable */
}

.date-picker-button {
  background-color: var(--botBubbleColor) !important;
  color: var(--botTextColor) !important;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: medium;
}