.chat-body .txt1/* body {
	position: relative;
} */

.chat-icon {
	width: 70px;
	height: 90px;
	position: fixed;
	border-radius: 100%;
	bottom: 32px!important;
	right: 20px;
	z-index: 1000;
}

.chat-icon-small {
    position: relative;
    left: 10px;
    top:3px;
}

.sutilogo {
	background: #fff;
	width: 40px;
	height: 40px;
	padding: 2px 4px;
	float: left;
	border-radius: 50%;
	margin-right: 10px;
}

.chat-heading {
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin: 6px 0px;
	color: #fff;
}

.chat-header .close {
	padding: 5px !important;
}

/* .section-chatbot {
	background: #fff;
	position: fixed;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.4);
	height: auto%;
	z-index: 1206;
	width: 26vw;
	height: 100vh;
	display: none;
	right: 0vh;
} */

/* .section-chatbot {
    width: 400px;
    height: auto;
    float: right;	
    background: #fff;
    margin: 10px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
	display: none; 
}*/


.chatbot_img_class {
	width: 100%;
}

.chat-header {
	background: #418bca;
	width: 100%;
	height: 50px;
	padding: 5px 10px 5px 5px;
	cursor: move;
}

.summary_heading{
	font-weight: bold;
}

/* .chat-body {
	padding: 0px 10px; */
	/* height: 450px !important; */
	/* height: calc(100vh - 108px) !important;
	overflow-y: auto;
	overflow-x: hidden;
} */

.chat-footer {
	background: #fff;
	width: 100%;
	height: 64px;
	padding: 8px;
	border: 1px solid #eee; /*margin: 0px 10px -3px 10px;*/
}

/* .kona-bot.open .text-bubble {
    display: none;
	} */
.text-bubble p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: Ubuntu;
	font-weight: 400;
	text-align: left;
	padding: 11px 10px 0 10px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
	width: 200px;
	height: 72px;
	position: fixed;
	border-radius: 5%;
	bottom: 90px;
	right: 100px;
	z-index: 1099;
	margin-top: 5px;

}


.buttons-list {
	font-size: 14px;
	cursor: pointer;
	line-height: normal;
	vertical-align: baseline;
	font-weight: 400;
	/* padding: 10px 15px; */
	/* border-radius: 0px; */
	font-family: "Open Sans", sans-serif;
	border-top: 1px solid #c2c6cb  !important;
	border-left: 1px solid #c2c6cb  !important;
	border-right: 1px solid #c2c6cb  !important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	
}
.button-container{
	margin-top: 5px;
	margin-left: 30px;
	
}

/* panes css starts here */

.pane_div{
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	margin-top: 10px;
	padding: 10px;
	background-color: #ebeef2;
}

.pane_div > p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.pane_button{
	border: 1px solid #1e90ff;
	border-radius: 15px;
	padding: 5px 7px;
	color: white;
	background: #1e90ff;

}


/* 
.chatButton {
	background-color: #fff;
	color: #111;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-radius: 15px;
	border: 1px #4e93ce solid;
	margin:4px;
	word-wrap:break-word;
	cursor: pointer;
} */
#error_info{
	color: red;
	margin-left: 30px;
	display: inline-block;
}

.chatButton{
	padding:5px;
    color: #000;
    border: 1px solid #0BBCDF;
    border-radius: 8px;
    margin: 8px 10px;
    display: table;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
	cursor:pointer; line-height: 24px;
}

.chatButton:hover {
	background-color: #0BBCDF;
	color: #fff;
}

.chat_head_support_icon {
	height: 23px;
	width: 23px;
	opacity: 1;
	float: right;
	line-height: 1;
	margin-top: 0;
	margin-right:0;

}

.chat_head_icon {
	height: 20px;
	width: 20px;
	opacity: 1;
	float: right;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;

}

.pane_close_icon{
	float: right;
	cursor: pointer;
}

.chat_head_support_icon:hover,
.chat_head_icon:hover{
	cursor: pointer;
	color:#999999
}

/* .chatButton:hover {
	color: #fff !important;
	background-color: #286090 !important;
	border-color: #204d74 !important;
} */

/*.msg-section{background: #fff; height: 330px; overflow-y: scroll; overflow-x: hidden;}
	*/
.loading { /*background: #fff; */
	width: 0%;
	float: left;
	position: absolute;
	bottom: 55px;
	z-index: 1005;
	height: 130px;
}

.loading img {
	width: 45px;
	height: 45px;
	margin-top: 45px;
}

#custom-search-input {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	width: 108% !important;
}

#custom-search-input button {
	border: 0;
	background: none !important;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 0px;
	position: relative;
	left: 120px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #D9230F;
	border: none !important;
	z-index: 99999 !important;
	outline: none;
}

#custom-search-input button:hover, #custom-search-input button:focus,
	#custom-search-input button:visited {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: none;
}

/* #chatBotInput{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: none;
	width: calc(26vw - 75px);
	padding-left: 4px;
} */

/* .mic{
	background-color:#e5f9fc;
	border: 0;
	float: right;
} */

#chatBotInput{
	background-color: #e5f9fc;
	box-shadow: none;
	border: none;
    padding:10px;
    height: 46px;
	width: 87%;
	outline: none;border-radius: 15px;
}
.send-button-div button{
	border: none;
	background: none;

}

/* #chatBotInput:hover, #chatBotInput:focus,
	#chatBotInput:visited {
	background: none !important;
	border: none;
	box-shadow: none;
	text-decoration: none;
	outline: none;
} */

/* customised css */
.botui-messages-container {
	padding: 0px !important;
}

/* #chatBotInput{
	height: inherit;
} */

.input-div{
	font-size: 16px !important;
	font-weight: lighter;
	border-radius: 0px !important;
	bottom: 0;
	/* width: 80%; */
	/* border: 2px solid #75c7fb !important; */

}

/* .section-chatbot .input-div {
	font-size: 16px !important;
	font-weight: lighter;
	border-radius: 2px !important;
	border: 2px solid #75c7fb !important;
} */

.message-wrapper{
	min-height: 30px;
}

.message-wrapper-human{
	min-height: 30px;
	text-align: right;
	padding-right: 15px;
}

#message-container {
	width: 100%;
	height: 100%;
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	display: block;
}

.message-content {
	padding: 7px 13px;
	border-radius: 10px;
	width: auto;
	max-width: 75%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 5px;
	word-wrap:break-word;
	
}

.chat-body .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255,255,255); /* Fallback color */
	background-color: rgba(255,255,255,1); /* Black w/ opacity */
  }

.chat-body .modal-content {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 550px;
  }

.select_red_border{
	border: 1px solid red;
}

.select_no_border{
	border: 1px solid black !important;
}

.feedback_image {
	margin-right: 5px;
}

.feedback_image:hover {
	margin-right: 5px;
	cursor: pointer;
}

  /* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 550px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }

.lin_table_internal>tbody{
	background: white !important;
}


.lin_table_internal > thead > tr > th{
	background: #418bca !important;
	color: white;
}

.receipts_table > tbody{
	display: block;
	max-height: 450px;
	overflow: auto;
}

.approv_table > tbody{
	/* overflow: auto; */
	max-height: 450px;
	/* display: block; */
}

.send-button-div{
	display: inline;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
.modal_close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #666666;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }

.modal_close:hover,
.modal_close:focus {
	color: #111111;
	text-decoration: none;
	cursor: pointer;
  }
  

.chatbot_receipt_thumbnail{
	cursor: pointer;
	transition: 0.3s;  
}

.chatbot_receipt_thumbnail:hover {
	opacity: 0.7;
}

.message-content.human.text {
	/* background-color: #4dbafb !important; */
	background-color: #0BBCDF !important;
	color: #fff !important;
	border-radius: 10px 0px 10px 10px; line-height: 24px;
	/* float: right; */
}

.bot.message-content.text {
	background-color: #e5f9fc !important;
	color: #000 !important;
	border-radius: 0px 10px 10px 10px;
	margin-left:20px;
	margin-bottom:10px; padding: 7px 13px; line-height: 24px;
}

.botui-message-content.human {
	background-color: #4dbafb !important;
	color: #fff !important;
	text-align: left;
}

.botui-message-content {
	background-color: #e9eaee !important;
	color: #000 !important;
}

.botui-message-content.man {
	background-color: #ffffff !important;
	color: #0080ff !important;
}

.chat-table {
	margin-bottom: -7px;
	margin-top: -7px;
	width: 350px;
	margin-left: -12px;
	margin-right: -13px;
	box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.5);
}

.chat-table>thead>tr>th, .chat-table>tbody>tr>th, .chat-table>tfoot>tr>th,
	.chat-table>thead>tr>td, .chat-table>tbody>tr>td, .chat-table>tfoot>tr>td
	{
	padding: 8px 10px 8px 20px !important;
	vertical-align: middle !important;
	border-bottom: 1px solid #fff !important;
}

.add_tran_table>thead>tr>th, .add_tran_table>tbody>tr>th, .add_tran_table>tfoot>tr>th,
	.add_tran_table>thead>tr>td, .add_tran_table>tbody>tr>td, .add_tran_table>tfoot>tr>td
	{
	padding: 8px 10px 8px 10px !important;
	vertical-align: middle !important;
	border-bottom: 1px solid #fff !important;
}

.add_tran_table>tbody>tr>td>span> select {
	text-transform: none;
	max-width: 100px !important;
	margin-bottom: 3px;
}

.add_tran_table>thead>tr>td>select {
	max-width: 100px;
}

.chat-table>thead>tr>th {
	background-color: #d9eeff !important;
	color: #000 !important;
	padding: 6px 10px !important;
	/*new*/
	border-bottom: 1px solid #fff !important;
	font-weight: normal;
}

.chat-table>tbody>tr>td {
	background: transparent !important;
}

.chat-table tr {
	background: #f2f2f2 !important;
}

.chat-table-alt-bgcolor tr:nth-child(even) {
	background-color: #fff !important;
}

.summary_row {
	display: none;
}

.lin_summary_td {
	/* display: block;
	overflow-x: hidden; */
	max-height: 200px;
	overflow-y: scroll;
	font-size: 12px;
}

.lin_summary_td > li{
	border-bottom: black;
	border-width: 2px;

}

 
@media screen and (min-width:320px) and (max-width:767px) {
	.section-chatbot {
    width: 81% !important;
    height: auto;
    float: right;
    position: fixed;
    bottom: 45px !important;
    right: 10px !important;
    background: #fff;
    /* padding: 30px !important; */
    margin: 10px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    /* -moz-box-shadow: 0 2px 2px rgb(0 0 0 / 5%); */
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
}
	
#chatBotInput {width: 83%;}	

.chat-body {
    height: 420px !important;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.mic-icon {
    height: 25px !important;
    width: 25px !important;
}

button#chatBotMiceBtn {
    padding: 0px !important;
}
}

	/*.chat-table-responsive{display: none;}*/
	/* #custom-search-input {
		width: 112% !important;
	}
	.chat-body {
		height: 75vh !important;
	}
	.chat-footer {
		position: fixed;
		bottom: 0;
	}
	.loading {
		bottom: 70px;
	}
}

@media screen and (min-width:480px) {
	.chat-body {
		height: 83%;
	}
	#custom-search-input {
		width: 108% !important;
	}
}

@media screen and (min-width:768px) and (max-width:1280px) {
	#custom-search-input {
		width: 110% !important;
	}
	.section-chatbot {
		z-index: 1000;
	}
} */


/*  Animation driven css */
 /*popup open*/
 @keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translate3d(100%, 100%,100%);
	}
  
	to {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .fadeInUp {
	animation-duration: 0.40s;
	animation-name: fadeInUp;
  }
  
   /*popup close*/
  @keyframes fadeOutDown {
	from {
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	  /* transform: translate3d(100%, 100%, 100%); */
	  transform: translate3d(100%, 0, 0);
	}
  }
  
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

  .fadeOutDown {
	animation-duration: 0.5s;
	animation-name: fadeOutDown;
  }
  
   /*logo*/
  @keyframes flash {
	from,
	25%,
	75% {
	  opacity: 0;
	}
  }
  
  .flash {
	animation-duration: 0.75s;
	animation-name: flash;
  }
   /* Notification */
  @keyframes fadeInRight {
	from {
	  opacity: 0;
	  transform: translate3d(100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .fadeInRight {
	animation-duration: 0.5s;
	animation-name: fadeInRight;
  }
  
  @media screen and (min-width:700px) and (max-width:1024px){
	  
	  .section-chatbot {
    width: 40% !important;
    height: auto;
    float: right;
    position: fixed;
    bottom: 65px;
    right: 10px !important;
    background: #fff;
    /* padding: 30px !important; */
    margin: 20px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    /* -moz-box-shadow: 0 2px 2px rgb(0 0 0 / 5%); */
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
}
	  
	  #chatBotInput {width: 81%;}
	/*.section-chatbot{
		height: 100vh;
		width: 100vw;
	}

	.buttons-list{
		max-width: 50vw;
	}

	#chatBotInput{
		/* width: calc(100vw - 71px); 
		width: calc(100vw - 75px);
		padding-left: 4px;
	}
*/
}

/*@media screen and (min-width:320px) and (max-width:359px){
	.section-chatbot{
		height: 100vh;
		width: 100vw;
	}
	#chatBotInput{
		/* width: calc(100vw - 71px); 
		width: calc(100vw - 75px);
		padding-left: 4px;
	}
}

@media screen and (min-width:360px) and (max-width:659px){
	.section-chatbot{
		height: 100vh;
		width: 100vw;
	}
	#chatBotInput{
		 width: calc(100vw - 71px);
		width: calc(100vw - 75px);
		padding-left: 4px;
	}
} */


/* New CSS for ChatBot SutiSoft */



* {
    padding: 0;
    margin: 0;
}


.section-chatbot {
    width: 400px;
    height: auto;
    float: right;
    position: fixed;
    bottom:65px;
    right: 70px;
    background: #fff;
    /* padding:30px!important; */
    margin: 10px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
/*	-moz-box-shadow: 0 2px 2px rgb(0 0 0 / 5%);*/
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    border: 1px solid #ddd;
	display: none; z-index: 9999;
}

input::-webkit-input-placeholder {
    color: rgb(3, 3, 3);
    /* font-weight: bold; */
}

input::-ms-input-placeholder {
    color: rgb(3, 3, 3);
    /* font-weight: bold; */
}

input::-moz-input-placeholder {
    color: rgb(3, 3, 3);
    /* font-weight: bold; */
}

.chatbot_img_class {
	width: 110%;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.main-body1 {
    margin: 620px auto 0px auto;
    width: 500px;
    /* float: right; */
    bottom: 0px;
    text-align: right;
}

.chat-body {
    height: 520px;
    padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 20px;
}
/* .chat-body::-webkit-scrollbar {
    width: 0px;
    background: none; 
}  */

.header {
    background-color: #0bbcdf;
    height: 50px;
    /*padding:5px;*/
    border-radius: 15px 15px 0px 0px;
}

.chat-body .txt {
    float: right;
    padding: 10px 10px 10px 0px;
    width: 84% !important;
}

.chat-body .txt1 {
    background-color: #e5f9fc;
    color: #000;
    padding: 15px 15px 25px 15px;
    border-radius: 0px 10px 10px 10px;
	float:left;
}

.chat-body .txt1 .r-txt {
    background-color: #006699;
    text-align: right;
    padding-right: 10px !important;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
}

.chat-body .txt2 {
    float: right;
    padding: 10px 0px 10px 10px;
    text-align: right;
    padding: 10px 0px 10px 10px;
    border-radius: 10px 0px 10px 10px;
    background-color: #0bbcdf;
    /*width:84% !important;*/
}


.profile-img {
    float: left;
    padding: 10px;
    position: static;
    margin-bottom: auto;
    width: 6%;
}

.profile-img1 {
    float: right;
    padding: 10px;
    position: static;
    margin-bottom: auto;
    width: 6%;
    margin-left: -10px;
}

.header .icon1 {
    float: right;
    position: relative;
    bottom: 20px;
    padding: 0px 5px;
	padding-top: 30px;
}

.header .rp4 {
    padding-right: 20px;
	padding-top: 30px;
}

.chatbot-footer {
    background-color: #e5f9fc;
    /*padding:10px;*/
    height: 46px;
    border-radius: 0px 0px 15px 15px;
}

/* .footer .icon1 {
    float: right;
    position: relative;
    top: 0px;
    padding: 10px 5px;
} */

.chatbot-footer .rp4 {
    padding-right: 10px;
}

.chatbot-footer .tp3 {
    padding-top: 0px;
    padding-left: 0px;
	width:100%;
	
}
small {
    font-size: 12px;
}

.fl {
    float: left;
    /*width:100%;*/
	margin-bottom:0;
}

.fl-w {
    float: left;
    width: 84%;
}

.chatButton li {
    padding: 5px;
    color: #000;
    border: 1px solid #006699;
    border-radius: 8px;
    margin: 8px 10px;
    display: table;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.fr {
    float: right;
    /*width:100%;*/
}

.form-input {
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 6px;
    width: 100%; margin-bottom: 5px;
}

.form-input[type='number'] {
    -moz-appearance: textfield;
}

.form-input::-webkit-outer-spin-button,
.form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-input[type=text1]:focus {
	border: 1px solid rgb(45, 180, 211);
	outline: none;
}

.form-input[type=number]:focus {
	border: 1px solid rgb(45, 180, 211);
	outline: none;
}

.form-input::placeholder {
	opacity: 0.6;
}


#text_field{
	border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 6px;
    width: 100%;
	height: 50px; line-height: 24px; margin-bottom: 15px;
}

#text_field:focus {
	border: 1px solid rgb(45, 180, 211);
	outline: none;
}

select {
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 6px;
    width: 100%; color: #666;
	opacity: 1;background: #fff;
overflow-y: scroll; margin-bottom: 5px;
	
}


select option{
	opacity: 1; 
}
select:focus{
	border: 1px solid rgb(45, 180, 211);
	outline: none;

}

.form-txt {
    width: 70%;
    float: left !important;
}

button {
    padding: 5px;
    border-radius: 4px;
    /* margin: 10px; */
    background-color: #0bbcdf;
    border: 1px solid #16a0bb;
    color: #fff;
}

/* .submit-button {
    padding: 5px;
    border-radius: 4px;
    background-color: #0bbcdf;
    border: 1px solid #16a0bb;
    color: #fff;
} */

.submit-button {
	padding:4px 10px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #0bbcdf;
	border: 1px solid #16a0bb;
	border-radius: 4px;
	box-shadow: 0 0px #999; float: right; line-height: 24px;
  }
  
.submit-button:hover {background-color: #0bbcdf}

.submit-button:active {
background-color: #0bbcdf;
box-shadow: 0 1px #666;
transform: translateY(1px);
}

a {
    text-decoration: none;
}

.txt-b {
    background-color: #0bbcdf !important;
    text-align: left;
    padding-right: 10px !important;
    border-radius: 10px 0px 10px 10px !important;
    color: #fff !important;
}

.text-stamp-div{
	display:inline-block;
	margin-bottom:5px;
	float: right;
}

.mic-icon{
	height: 30px;
	width: 35px;
}

.chatbot-head{color:#fff; position:relative; top:15px; left:80px; font-weight:bold; font-size:17px;}

.chatbot-head span{text-transform:uppercase;}