body #zsiq_float{
  display: none;
}
/* chat  */
.input-placeholder{
position: relative;
}
#acc_other_chat_name+label {
  color: #6a6666;
position: absolute;
left: 15px;
top: 7px;
font-size: 14px;
}
#acc_other_chat_name+label:after {
content: '*';
color: red;
}
.siq-user-name{
  line-height: 2.1;
  color: #55565b;
  font-size: 14px;
  letter-spacing: .0625rem;
}
#acc_other_chat_name:invalid+label {
display: inline-block;
cursor: auto;
font-family: inherit;
}
#acc_other_chat_name:valid+label {
display: none;
}
#acc_other_chat_name:focus+label {
display: none;
}
::placeholder{
color: #55565b;
}
#acc_other_chat_email+label {
color: #55565b;
position: absolute;
left: 15px;
top: 7px;
font-size: 14px;
}
#acc_other_chat_email+label:after {
content: '*';
color: red;
}

#acc_other_chat_email:invalid+label {
display: inline-block;
cursor: auto;
font-family: inherit;
}
#acc_other_chat_email:valid+label {
display: none;
}
#acc_other_chat_email:focus+label {
display: none;
}
#chat-circle.open{
display: flex;
}
#chat-circle {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
z-index: 999;
display: none;
color: black;
position: fixed;
max-width: 250px;
border-radius: 60px;
bottom: 15px;
right: 15px;
background: #f5f5f5;
padding: 2px 3px;
cursor: pointer;
box-shadow: 0 0 15px -7px #000;
}
#acc_chat_name{
border-left: 2px solid #fe8d8d;
}
#acc_chat_email{
border-left: 2px solid #fe8d8d;
}
#chat-circle span:nth-child(2) {
line-height: 35px;
padding: 0 15px;
}
#chat-circle span:nth-child(3) {
background-color: #e70027 !important;
line-height: 34px;
text-align: center;
font-size: 13px;
border-radius: 35px;
color: #fff;
padding: 1px 17px;
}

#chat-overlay {
background: rgba(255,255,255,0.1);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
display: none;
}

.chat-box-header img{
  width: 49px;
border-radius: 50px;
position: absolute;
top: 16px;
left: 22px;
background-color: #fff;
}
.chat-box {
  z-index: 99999;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .0625rem;
z-index: 999;
overflow: hidden;
border: 1px solid #ededed;
display:none;
background: #ffffff;
position:fixed;
right:15px;
bottom:15px;  
width: 375px;
max-width: 85vw;
max-height:100vh;
border-radius:10px;  
box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.chat-box-toggle {
font-family: 'montserrat_extralight';
margin-right: 20px;
cursor: pointer;
font-size: 45px;
top: 10px;
position: absolute;
right: -3px;
padding: 8px 3px 18px;
border-radius: 3px;
line-height: 0;
}
.chat-box-toggle:hover{
background-color: #eee;
}
.chat-box-header {
padding-top: 32px;
height: 90px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #333;
text-align: center;
font-size: 14px;
}
.chat-box-header:before{
border-color: #e70027 transparent transparent transparent;
border-width: 75px 89px 0 0;
width: 0;
height: 0;
border-style: solid;
content: "";
left: 0;
position: absolute;
top: 0;
}
.country-dropdown{
outline: none;
}

.chat-box-body {
position: relative;  
height:370px;  
height:auto;
overflow: hidden;
}
.chat-box-body:after {
content: "";
opacity: 0.1;
top: 0;
left: 0;
bottom: 0;
right: 0;
height:100%;
position: absolute;
z-index: -1;   
}
.chat-input > form {
margin-bottom: 0;
}
.chat-logs input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6a6666;
font-size: 14px;
}
.chat-logs input::-moz-placeholder { /* Firefox 19+ */
color: #6a6666;
font-size: 14px;
}
.chat-logs input:-ms-input-placeholder { /* IE 10+ */
color: #6a6666;
font-size: 13px;
}
.chat-logs input:-moz-placeholder { /* Firefox 18- */
color: #6a6666;
font-size: 14px;
}
.chat-logs textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6a6666;
font-size: 14px;
}
.chat-logs textarea::-moz-placeholder { /* Firefox 19+ */
color: #6a6666;
font-size: 14px;
}
.chat-logs textarea:-ms-input-placeholder { /* IE 10+ */
color: #6a6666;
font-size: 14px;
}
.chat-logs textarea:-moz-placeholder { /* Firefox 18- */
color: #6a6666;
font-size: 14px;
}
.chat-submit svg{
position: absolute;
left: -15px;
top: 4px;
}
.chat-submit { 
  padding: 0 5px;
transition: 0.3s; 
pointer-events: none;
opacity: .3;
cursor: pointer;
position: absolute;
bottom: 3px;
right: 10px;
background: transparent;
box-shadow: none;
border: none;
border-radius: 50%;
color: #333;
font-size: 15px;
font-weight: bold;
}
.chat-logs {
padding: 0 15px 15px 15px;
height: 70vh;
}
.acc-chat-error{
display: none;
}
.acc-chat-error.show{
display: block;
padding: 10px 0;
font-size: 12px;
width: 92%;
top: 0;
line-height: 22px;
z-index: 12;
text-align: center;
position: absolute;
z-index: 1111;
border-radius: 6px;
background-color: #f0f0f0;
}
.chat-load{
transition: 0.3s; 
pointer-events: unset;
opacity: 1;
color: #328a59;
}
.chat-logs input{
  width: 100%;
margin-top: unset;
margin-left: unset;
margin-bottom: 12px;
margin-right: unset;
border-radius: 8px;
background-color: #f4f4f4;
border: solid 1px #e3e3e3;
outline: none;
transition: border ease-in-out 0.5s;
-webkit-transition: border ease-in-out 0.5s;
-moz-transition: border ease-in-out 0.5s;
padding: 0 13px;
height: 44px;
line-height: normal;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.chat-box-title{
position: absolute;
left: 85px;
}
.chat-logs textarea{
  width: 100%;
margin-left: unset;
height: 29vh;
border-radius: 8px;
background-color: #f4f4f4;
border: solid 1px #e3e3e3;
outline: none;
transition: border ease-in-out 0.5s;
-webkit-transition: border ease-in-out 0.5s;
-moz-transition: border ease-in-out 0.5s;
padding: 10px 13px;
line-height: normal;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#other-chat-circle.open{
display: flex;
}
#other-chat-circle {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
z-index: 999;
display: none;
color: black;
position: fixed;
max-width: 250px;
border-radius: 60px;
bottom: 15px;
right: 15px;
background: #f5f5f5;
padding: 2px 3px;
cursor: pointer;
box-shadow: 0 0 15px -7px #000;
}
#other-chat-circle span:nth-child(2) {
line-height: 35px;
padding: 0 15px;
}
#other-chat-circle span:nth-child(3) {
background-color: #e70027 !important;
line-height: 34px;
text-align: center;
font-size: 13px;
border-radius: 35px;
color: #fff;
padding: 1px 17px;
}
.acc-other-chat-error{
display: none;
}
.acc-other-chat-error.show{
display: block;
padding: 10px 0;
font-size: 12px;
width: 100%;
top: 0;
line-height: 22px;
z-index: 12;
text-align: center;
position: absolute;
z-index: 1111;
border-radius: 6px;
background-color: #f0f0f0;
}
.other-chat-box-header img{
  width: 49px;
border-radius: 50px;
position: absolute;
top: 16px;
left: 22px;
background-color: #fff;
}
.other-chat-box {
font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
z-index: 999999999;
overflow: hidden;
border: 1px solid #ededed;
display:none;
background: #ffffff;
position:fixed;
right:15px;
bottom:15px;  
width: 375px;
max-width: 85vw;
max-height:100vh;
border-radius:10px;  
box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.other-chat-box-toggle {
font-family: 'montserrat_extralight';
margin-right: 20px;
cursor: pointer;
font-size: 45px;
top: 10px;
position: absolute;
right: -3px;
padding: 8px 3px 18px;
border-radius: 3px;
line-height: 0;
}
.other-chat-box-toggle:hover{
background-color: #eee;
}
.other-chat-box-header {
padding-top: 32px;
height: 90px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #333;
text-align: center;
font-size: 14px;
}
.other-chat-box-header:before{
border-color: #e70027 transparent transparent transparent;
border-width: 75px 89px 0 0;
width: 0;
height: 0;
border-style: solid;
content: "";
left: 0;
position: absolute;
top: 0;
}

.other-chat-box-body {
display: grid;
align-items: self-end;
position: relative;  
height: 525px;
overflow: hidden;
}
.custom-message .custom-chat-textarea input{
height: 45px;
margin: 0;
overflow: hidden;
border: unset;
width: 100%;
padding: 10px 70px 10px 20px;
border-top: 1px solid #ddd;
resize: none;
}
.custom-message .custom-chat-textarea input:focus-visible {
outline:unset;
}
.other-chat-submit{
transition: 0.3s;
pointer-events: none;
opacity: .3;
cursor: pointer;
position: absolute;
bottom: 3px;
right: 10px;
background: transparent;
box-shadow: none;
border: none;
border-radius: 50%;
color: #333;
font-size: 15px;
font-weight: bold;
}
.other-chat-box-body.second-form{
align-items: unset;
}
#acc_other_chat_name{
border-left: 2px solid #fe8d8d;
}
.chat-field-set.open{
display: block;
}
.chat-field-set span{
  text-align: center;
  display: grid;
  margin-bottom: 35px;
  letter-spacing: .0625rem;
  font-size: 14px;
  color: #55565b;
}
.chat-field-button{
display: flex;
justify-content: center;
margin-top: 10px;
}
.chat-field-set{
display: none;
padding-top: 15px;
margin: 0 16px 10px 16px;
}
#acc_other_chat_email{
border-left: 2px solid #fe8d8d;
}
#continue_button:hover{
background-color: #49a542;
}
#continue_button.active{
background-color: #49a542;
pointer-events: none;
}
#cancel_button.active{
pointer-events: none;
}
#continue_button{
  letter-spacing: .0625rem;
  font-size: 14px;
border-radius: 4px;
height: 30px;
line-height: 30px;
background-color: #66cb5e;
color: #fff;
cursor: pointer;
margin-left: 10px;
outline: 0;
width: auto;
min-width: 90px;
max-width: 120px;
text-align: center;
}
#cancel_button:hover{
background-color: #fa8e8b;
color: #fff;
}
#cancel_button{
  letter-spacing: .0625rem;
  font-size: 14px;
background-color: #ddd;
color: #555;
border-radius: 4px;
height: 30px;
line-height: 30px;
cursor: pointer;
outline: 0;
width: auto;
min-width: 90px;
max-width: 120px;
text-align: center;
}
.chat-field-set input{
  margin: 0;
  width: 100%;
margin-bottom:10px;
border-radius: 8px;
background-color: #f4f4f4;
border: solid 1px #e3e3e3;
outline: none;
transition: border ease-in-out 0.5s;
-webkit-transition: border ease-in-out 0.5s;
-moz-transition: border ease-in-out 0.5s;
padding: 0 13px;
height: 44px;
line-height: normal;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.custom-message.hide{
display: none;
}
.other-chat-box-body .msgbx{
      letter-spacing: .0625rem;
      font-size: 14px;
line-height: 20px;
color: #000;
max-width: 331px;
padding: 8px 14px 8px 14px;
margin-bottom: 35px;
border-radius: 16px;
background-color: #f8f8f8;
}
.other-chat-box-body .custom-chat{
padding: 0 16px;
}
.other-chat-input > form {
margin-bottom: 0;
}

.other-chat-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box input::-moz-placeholder { /* Firefox 19+ */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box input:-ms-input-placeholder { /* IE 10+ */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box input:-moz-placeholder { /* Firefox 18- */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box textarea::-moz-placeholder { /* Firefox 19+ */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box textarea:-ms-input-placeholder { /* IE 10+ */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-box textarea:-moz-placeholder { /* Firefox 18- */
color: #6a6666;
font-size: 14px !important;
}
.other-chat-submit svg{
  position: absolute;
  top: -15px;
  transform: rotate(41deg);
  left: 57px;
}
.other-chat-submit { 
transition: 0.3s; 
pointer-events: none;
opacity: .3;
cursor: pointer;
position: absolute;
bottom: 3px;
right: 10px;
background: transparent;
box-shadow: none;
border: none;
border-radius: 50%;
color: #333;
font-size: 15px;
font-weight: bold;
}
.other-chat-logs {
padding: 0 15px 15px 15px;
height: 70vh;
}
.acc-other-chat-error{
display: none;
}
.acc-other-chat-error.show{
  margin-left: 3.5%;
display: block;
padding: 10px 0;
font-size: 12px;
width: 92%;
top: 0;
line-height: 22px;
z-index: 12;
text-align: center;
position: absolute;
z-index: 1111;
border-radius: 6px;
background-color: #f0f0f0;
}
.other-chat-load{
transition: 0.3s; 
pointer-events: unset;
opacity: 1;
color: #328a59;
}
.other-chat-logs input{
width: 100%;
margin-top: unset;
margin-left: unset;
margin-bottom: 12px;
margin-right: unset;
border-radius: 8px;
background-color: #f4f4f4;
border: solid 1px #e3e3e3;
outline: none;
transition: border ease-in-out 0.5s;
-webkit-transition: border ease-in-out 0.5s;
-moz-transition: border ease-in-out 0.5s;
padding: 0 13px;
height: 44px;
line-height: normal;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.other-chat-box-title{
position: absolute;
left: 85px;
}
.other-chat-logs textarea{
width: 100%;
margin-left: unset;
height: 34vh;
border-radius: 8px;
background-color: #f4f4f4;
border: solid 1px #e3e3e3;
outline: none;
transition: border ease-in-out 0.5s;
-webkit-transition: border ease-in-out 0.5s;
-moz-transition: border ease-in-out 0.5s;
padding: 10px 13px;
line-height: normal;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen and (max-width: 500px) {
.chat-box{
  width: 100%;
  max-width: 100%;
  right:0;
}
.chat-logs {
    height:70vh;
}
.chat-box-header{
  font-size: 12px;
  padding-left: 50px;
}
.other-chat-box{
  width: 100%;
  max-width: 100%;
  right:0;
}

.other-chat-box-header{
  font-size: 12px;
  padding-left: 50px;
}
}

