::selection{
    color: #fff;
    background: #33ad7d;
}

::-webkit-scrollbar{
    width: 3px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}

@media only screen and (max-width: 750px){
.wrapper {width: 100% !important;right: 0 !important;bottom: 125px !important;}
.wrapper .closechat {top: -40px !important;right: 5px !important;}
.boxchat {width: 55% !important;}
.personchat {width: 100% !important;}
}

.none {display: none;}
.fone1,.fone2,.fone3 {margin-top: -15px;margin-left: 10px;}
.fone1 a,.fone2 a,.fone3 a {background: #208b55 !important;color: #fff !important;}

.tabsAccordion {
    margin-bottom: 10px;
    transition: 0.4s;
}
.tabsAccordion.active {
    max-height: 100% !important;
}
.tabsAccordion.active .responsePanel {
  max-height: 100%;
  padding: 10px;
}
.responsePanel {
  background-color: #268c64;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  font-size: 12px;
}

ul li a {cursor: pointer;}
.formChat .inbox .msg-header .btnResult {
  margin: 10px 0;
}
.btnVoltar {
  text-align: center;
  width: 150px;
  background: #dce396;
  padding: 5px 0;
  border-radius: 20px;
  margin-top: -10px;
  margin-bottom: 35px;
  cursor: pointer;
  float: right;
  display: none;
}
.wrapper{
    width: 325px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid lightgrey;
    display: none;
    position: fixed;
    border-top: 10px solid #0a5f55;
    right: 145px;
    bottom: 20px;
    z-index: 999;
    box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.19);
}
.wrapper .closechat {
    float: right;
    top: -20px;
    right: -13px;
    position: absolute;
}
.wrapper .closechat span {
    background: #c4cbcf;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}
.wrapper .formChat{
    padding: 20px 10px 10px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}
.wrapper .formChat .inbox{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.wrapper .formChat .user-inbox{
    justify-content: flex-end;
    margin: 13px 0;
}
.wrapper .formChat .bot-inbox.inbox .icon{
    width: 60px;
    text-align: center;
}
.wrapper .formChat .bot-inbox.inbox .icon2 {
    width: 85px;
}
.wrapper .formChat .user-inbox.inbox .icon{
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
}
.wrapper .formChat .inbox .msg-header{
    max-width: 100%;
    margin-left: 10px;
}
.formChat .inbox .msg-header {
    color: #fff;
    background: #33ad7d;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
}
.formChat .inbox .msg-header ul {
    padding: 0;
    list-style-type: none;
}
.formChat .inbox .msg-header ul li {
    padding-bottom: 10px;
}
.formChat .inbox .msg-header .Acss,.formChat .inbox .msg-header .btnChat {
    background: #c6dd44;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    color: #0a5f55;
    width: 100%;
    text-align: center;
    border: 0;
}
.formChat .user-inbox .msg-header {
    color: #333;
    background: #efefef;
}
.msg-header strong {
  font-family: 'unimed_slabbold_italic';
}
.formChat .msg-header p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 18px;
}
.formChat .msg-header p:last-child {
    margin-bottom: 0;
}
.formChat .msg-header p strong {
    font-weight: normal;
}
.wrapper .typing-field{
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    background: #efefef;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
}
.wrapper .typing-field .input-boxmsg{
    height: 40px;
    width: 335px;
    position: relative;
}
.wrapper .typing-field .input-boxmsg input{
    height: 100%;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    padding: 0 80px 0 15px;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
}
.typing-field .input-boxmsg input:focus{
    border-color: rgba(32,139,85,0.8);
}
.input-boxmsg input::placeholder{
    color: #999999;
    transition: all 0.3s ease;
}
.input-boxmsg input:focus::placeholder{
    color: #bfbfbf;
}
.wrapper .typing-field .input-boxmsg button{
    position: absolute;
    right: 5px;
    top: 50%;
    height: 30px;
    width: 65px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    background: #0b6c60;
    border: 1px solid #0b6c60;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.wrapper .typing-field .input-boxmsg input:valid ~ button{
    opacity: 1;
    pointer-events: auto;
}
.typing-field .input-boxmsg button:hover{
    background: #c6dd44;
}
.personchat {
    position: fixed;
    right: 15px;
    z-index: 999;
    bottom: -5px;
    width: 25%;
    text-align: right;
}
.boxchat h2 {
  color: #00995d;
  font-family: 'unimed_sansbold';
  font-size: 18px;
}
.boxchat {
  background: #fff;
  width: 55%;
  position: absolute;
  right: 155px;
  top: -15px;
  border: 1px solid #00995d;
  border-radius: 15px;
  box-shadow: 0px 0px 27px 4px rgba(0,0,0,0.1);
  padding: 0 10px 8px;
  font-size: 13px;
  text-align: left;
}
.arrowchat {
  float: right;
  margin-right: -41px;
  margin-top: -130px;
}
.btnchat {
    background: #33ad7d;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
}
.btnclosechat {
    text-decoration: underline;
    cursor: pointer;
}
.personaB {
  position: relative;
  margin-top: -120px;
  cursor: pointer;
}