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

body {
  font-family: "Raleway", sans-serif;
}
.mt-10{
  margin-top: 10px;
}
.start-btn {
    background: #005ef5;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    padding: 7px 0;
    -webkit-box-shadow: 0px 10px 8px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 10px 8px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 8px -10px rgb(0 0 0 / 75%);
}
.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;
}
.chatsecdiv.chatbox--is-visible {
    bottom: -15px;
}
.chatbox__header {
  background: #4e4e4e;
  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__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;
}

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: 3px;
    right: 15px;
}


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

.chatbox__form-input:required {
  box-shadow: none;
}
.chatbox__form-submit {
  background: #119a68;
  border: none;
  color: #fff;
  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: #005cf5;
    border: none;
    color: #fff;
    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:#dbe8ff;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    padding: 9px 15px;
    border-radius: 8px;
    width: 100%;
    text-align: right;
    position: relative;
    margin: 10px 0 0 0;
}
.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: #ff0000;
    font-size: 11px;
    padding: 5px 6px 6px 6px;
    border-radius: 10px;
    position: relative;
    font-weight: normal;
    text-shadow: none;
}


/*******/



.chat-wrap {position: fixed; right: 0; bottom: 48px; height: 89px; width: 89px; z-index: 9999;}
.chat-wrap .chat-icon{cursor: pointer;}