*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
}
.mt-10{
  margin-top: 10px;
}
.start-btn {
    background: #6ec030;
    color: #fff;
    width: auto;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    padding: 7px 20px;
	margin-top: 18px;
	border-radius: 20px;
}
.u-btn {
  all: unset;
  cursor: pointer;
}
.history-msg{
  background: #ededed;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.from{
  color: #1159f9;
  font-size: small;
}
.msg{
  font-size: large;
}
.history {
  width: 400px;
  height: 90vh;
  overflow-y: scroll;
}








.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
#boxes{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.select2{
  width: 70% !important;
}
.dchatbox {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  right: 1em;
  margin-right: 15px;
  -webkit-transform: translatey(23.5em);
  transform: translatey(23.5em);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 18.5em;
}
.chatbox {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  bottom: 0;
  position: fixed;
  right: 1em;
  -webkit-transform: translatey(23.5em);
  transform: translatey(23.5em);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 18.5em;
    z-index: 9999;
}
.chatbox--is-visible{
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.chatbox.chatsecdiv{bottom: -8px;}
.chatbox__header{
  background: rgba(110,192,48,1);
  background: -moz-linear-gradient(left, rgba(110,192,48,1) 0%, rgba(39,111,2,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,192,48,1)), color-stop(100%, rgba(39,111,2,1)));
  background: -webkit-linear-gradient(left, rgba(110,192,48,1) 0%, rgba(39,111,2,1) 100%);
  background: -o-linear-gradient(left, rgba(110,192,48,1) 0%, rgba(39,111,2,1) 100%);
  background: -ms-linear-gradient(left, rgba(110,192,48,1) 0%, rgba(39,111,2,1) 100%);
  background: linear-gradient(to right, rgba(110,192,48,1) 0%, rgba(39,111,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec030', endColorstr='#276f02', GradientType=1 );
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 0.75em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chatbox__display p.wel-come-text{
    color: #000;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 15px;
}
	
.chatbox__header-cta-text {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
}
.chatbox__header-cta-icon {
  color: #fff;
  margin-right: 0.75em;
}
.chatbox__header-cta-btn {
  background: none;
  border: none;
  color: #fff;
  padding: 0.5em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.chatbox__header-cta-btn:hover {
  color: #fff;
}
.chatbox__display {
  background: #ffffff;
  height: 20em;
  overflow: auto;
  padding: 0.75em;
}

.chatbox__display-chat img {
    width: 100%;
}

span.chatbox__display-chat {
    background: transparent;
    text-align: left !important;
}
span.chattime {
    width: 100%;
    padding: 0 22px;
}
/*.chatbox__display-chat:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    left: -10px;
    top: 0;
}*/

/*.chatbox__display-chatnew:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #119a68;
    right: -10px;
    top: 0;
}*/
.chatbox__display-chatnew .chattime {
    right: auto;
    left: 10px;color: #e4e4e4;
}
.chattime
{
	font-size: 11px;
    color: #000;
    position: absolute;
    bottom: 1px;
    right: 15px;
}


.chatbox__form {
  display: -webkit-box;
  display: flex;
}

.chatbox__form-input:required {
  box-shadow: none;
}
.chatbox__form-submit{
  background:#6ec030;
  border: none;
  color:#112f02;
  padding: 1em;
}

/*******/
span.chatbox__display-chattime {
    width: 100%;
    font-size: 11px;
    color: #999;
    height: 4px;
    padding-right: 5px;
    text-align: left;
}
span.chatbox__display-chatright {
    width: 100%;
    font-size: 11px;
    color: #999;
    height: 4px;
    padding-right:5px;
	text-align: right;
}
.chatbox__form-submit{
    background: #6ec030;
    border: none;
    color: #112f02;
    padding: 1em;
}
.chatbox__display-chat{
    background: #ececec;
    border-radius: 8px;
    color: #424242;
    margin: 0;
    padding: 9px 15px;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 13px;
    float: left;
    /*margin-top: 10px;*/
}
.chatbox__display-chatnew {
    background: #e6f5dc;
    color: #000 !important;
    font-size: 13px !important;
    line-height: 1.5;
    padding: 9px 15px !important;
    border-radius: 8px;
    width: 100%;
    text-align: right;
    position: relative;
    margin:0 !important;
}
.chatbox__form-input{
  border: none;
  color: #222;
  font-size: 15px;
  padding: 8px 1em;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
}

.chattopicons{
    display: flex;
    align-items: center;
}

.chattopicons .fa-minus{margin:2px 15px 0 0;}

.chattopicons .fa-times{
    background: #6eb935;
    font-size: 11px;
    padding: 5px 6px 6px 6px;
    border-radius: 10px;
    position: relative;
    font-weight: normal;
    text-shadow: none;
}

/*******/
.chat-wrap {
    position: fixed;
    right: 20px;
    bottom: 40px;
    height: 55px;
    width: 50px;
    z-index: 9999;
}
.chat-wrap .chat-icon{cursor: pointer;}