input::placeholder {
  font-size:12px !important;
}
.chat-screen .chat-body::-webkit-scrollbar {
  width: 5px;
}

.chat-screen .chat-body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.chat-screen .chat-body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #83b541 0%, #71a232 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}


.chat-screen {
    position: fixed;
    bottom: 68px;
    right: 20px;
    z-index: 9999;
    width: 290px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}
.chat-screen.show-chat {
    -moz-transition: bottom 0.5s linear;
    -webkit-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear;
    visibility: visible;
    bottom: 82px;
}
.chat-screen .chat-header {
    background: #83b541; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #83b541 0%, #71a232 62%, #71a232 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #83b541 0%,#71a232 62%,#71a232 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #83b541 0%,#71a232 62%,#71a232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b541', endColorstr='#71a232',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border-radius: 15px 15px 0 0;
    padding: 15px;
    display: block;
}
.chat-screen .chat-header .chat-header-title {
    display: inline-block;
    width: calc(100% - 50px);
    color: #fff;
    font-size: 14px;
}
.chat-screen .chat-header .chat-header-option {
    display: inline-block;
    width: 44px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.chat-screen .chat-header .chat-header-option .dropdown .dropdown-toggle svg {
    color: #fff;
}
.chat-screen .chat-mail {
    padding: 15px 0px 15px 4px;
    display: block;
}
.chat-screen .chat-mail input.form-control {
   border-radius: 8px;
    border: 1px solid #e1e1e1;
    color: #3b3f5c;
    font-size: 10px;
  
   height: initial;
}
.chat-screen .chat-mail input.form-control:focus {
    box-shadow: none;
    border: 1px solid #add5fc;
}
.chat-screen .chat-mail .select2 .selection .select2-selection .select2-selection__rendered {
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    height: calc(1.28em + 1.28rem + 2px);
    padding: 9px 20px;
    font-size: 14px;
}
.chat-screen .chat-mail .select2.select2-container--open .selection .select2-selection {
    box-shadow: none;
    border-radius: 30px;
}
.chat-screen .chat-mail button {
      background: #83b541;
	      color: #fff;
    background: -moz-radial-gradient(center, ellipse cover, #83b541 0%, #71a232 62%, #71a232 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #83b541 0%,#71a232 62%,#71a232 100%);
    background: radial-gradient(ellipse at center, #83b541 0%,#71a232 62%,#71a232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b541', endColorstr='#71a232',GradientType=1 );
    border: none;
    padding: 5px 15px 5px 15px;
    transition: transform 0.5s ease;
    width: auto;
    margin: auto;
    margin-top: 9px;
}
.chat-screen .chat-mail .form-group {
        margin-bottom: 8px;
    margin-top: 8px;
}
.chat-screen .chat-body {
    padding: 5px;
    display: inline-block;
    min-height: 382px;
    max-height: 382px;
	overflow-y: scroll;
   /*  background: #fbfbfb; */
}
.chat-screen .chat-body .chat-start {
    border: 1px solid #527026;
    width: 150px;
    border-radius: 50px;
    padding: 6px 10px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
}
.chat-screen .chat-body .chat-bubble {
    font-size: 11px;
        padding: 5px 5px;
    box-shadow: none;
    display: inline-block;
	    line-height: normal;
    clear: both;
    /* margin-bottom: 5px; */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}
.chat-screen .chat-body .chat-bubble.you {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdeb8b+0,cdeb8b+100;Green+Flat+%235 */
background: rgb(205,235,139); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(205,235,139,1) 0%, rgba(205,235,139,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=1 ); /* IE6-9 */

    color: #000;
    border-radius: 7px;
    align-self: flex-start;
    display: table;
}


.chat-screen .chat-body .chat-bubble.you2 {
background:#fff;
    color: #000;
    border-radius: 0 15px 15px 15px;
    align-self: flex-start;
    display: table;
	  box-shadow: none;
	  width: -webkit-fill-available;
	  padding: 0px;
}


.chat-screen .chat-body .chat-bubble.me {
background: #7a7a7a;  /* fallback for old browsers */

    color: #fff;
    border-radius: 7px;
    float: right;
    align-self: flex-end;
    display: table;
}
.chat-screen .chat-input {
    width: 100%;
    position: relative;
    margin-bottom: -5px;
}
.chat-screen .chat-input input {
    width: 100%;
    background: #ffffff;
    padding: 15px 70px 15px 15px;
    border-radius: 0 0 15px 15px;
    resize: none;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f8f8f8;
    color: #7a7a7a;
    font-weight: normal;
    font-size: 13px;
    transition: border-color 0.5s ease;
}
.chat-screen .chat-input input:focus {
    border-color: #f9dcff;
}
.chat-screen .chat-input input:focus + .input-action-icon a svg.feather-send {
    color: #bc32ef;
}
.chat-screen .chat-input .input-action-icon {
    width: 61px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    text-align: right;
}
.chat-screen .chat-input .input-action-icon a {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.chat-screen .chat-input .input-action-icon a svg {
    height: 17px;
    width: 17px;
    color: #a9a9a9;
}
.chat-screen .chat-session-end {
    display: block;
    width: 100%;
    padding: 25px;
}
.chat-screen .chat-session-end h5 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.chat-screen .chat-session-end p {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}
.chat-screen .chat-session-end .rate-me {
    width: 120px;
    margin: 40px auto;
}
.chat-screen .chat-session-end .rate-me .rate-bubble {
    display: inline-block;
    text-align: center;
    width: 50px;
}
.chat-screen .chat-session-end .rate-me .rate-bubble span {
    height: 50px;
    width: 50px;
    text-align: center;
    display: block;
    line-height: 46px;
    cursor: pointer;
    transition: transform 0.5s ease;
    margin-bottom: 7px;
}
.chat-screen .chat-session-end .rate-me .rate-bubble span:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.chat-screen .chat-session-end .rate-me .rate-bubble.great {
    margin-right: 12px;
    color: #43cc6c;
}
.chat-screen .chat-session-end .rate-me .rate-bubble.great span {
    background: #43cc6c;
    border-radius: 50px 50px 0 50px;
}
.chat-screen .chat-session-end .rate-me .rate-bubble.bad {
    color: #ef4252;
}
.chat-screen .chat-session-end .rate-me .rate-bubble.bad span {
    background: #ef4252;
    border-radius: 50px 50px 50px 0;
}
.chat-screen .chat-session-end .transcript-chat {
    display: block;
    text-align: center;
    margin-top: 80px;
    color: #0768f8;
    text-decoration: underline;
    line-height: 20px;
}
.chat-screen .powered-by {
     /* margin-top: 40px; */
    text-align: right;
    font-size: 12px;
}
.chat-bot-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #83b541; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #83b541 0%, #71a232 62%, #71a232 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #83b541 0%,#71a232 62%,#71a232 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #83b541 0%,#71a232 62%,#71a232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b541', endColorstr='#71a232',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;	
	-webkit-animation:bounce 1s ease-in 2s 10 alternate; /* Safari & Chrome */
-moz-animation:bounce 1s ease-in 2s 10 alternate; /* Firefox */
-ms-animation:bounce 1s ease-in 2s 10 alternate; /* Internet Explorer */
-o-animation:bounce 1s ease-in 2s 10 alternate; /* Opera */
animation:bounce 1s ease-in 2s 10 alternate; /* W3C */
}
.chat-bot-icon img {
    height: 90px;
    width: 90px;
    position: absolute;
  right: -14px;
top: -40px;
	max-width: initial;
}
.chat-bot-icon svg {
    color: #fff;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: transform 0.5s linear;
    position: absolute;
    left: 13px;
    top: 13px;
    opacity: 0;
    z-index: -1;
}
.chat-bot-icon svg.animate {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    z-index: 1;
}


.msg-quick-reply {
    margin: 16px 0 0;
    text-align: left;
}

.message:after {
    content: "";
    display: block;
    clear: both;
}
.msg-quick-reply .btn-wrap .btn {
    color: #d60064;
    border-color: #d60064  !important;
}

.msg-quick-reply .btn-wrap .btn {
 border-radius: 20px !important;
    text-transform: none !important;
        color: #000 !important;
    border: 1px solid #403f3f !important;
    padding: 8px 14px !important;
    margin: auto;
    line-height: 16px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%) !important;
    background: transparent;
    float: left;
	    font-weight: 500;
}


.ResponseCard {
  flex: 0 0 auto;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 86, 163, 0.1);
  line-height: 1.3;
  transition: all 0.1s;
  transform-origin: center center;
      margin-top: 16px;
}

.ResponseCard:hover {
  transform: scale(1.01) translateY(-0.1rem);
  box-shadow: 0 6px 7px rgba(0, 86, 163, 0.1);
}

.ResponseCard-option {
   padding: 8px;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    color: #79ab39;
    transition: none;
    font-size: 12px;
    background: #ffffff;
  /*   margin: 5px 0px 5px 0px; */
}
.ResponseCard-option:hover {
  background: #ccc;
  color:#000
}
.ResponseCard-option:first-child {
    border: 0;
    /* border-radius: 8px 8px 0 0; */
    font-weight: 500;
    color: #000;
}
.ResponseCard-option:last-child {
 /*  border-radius: 0 0 8px 8px; */
}
.botque{color: #87ba45;
    font-size: 12px;
    line-height: 17px;}

.font-s-12 
{
    font-size: 12px;
}