@charset "UTF-8";
/* @import url('https://vicom.mx/demos/x-paylessus/_livechatform/livechat-pylna.css'); */

/* ---------------General elements--------------- */
div.livechat-prechat,
body.livechat-inchat{
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 0.75rem solid #acd6f2;
  overflow-y: auto;
  position: fixed;
}
.livechat-company-logo-container{
  margin-bottom: 0.75rem;
}
.livechat-company-logo{
  width: auto;
  max-height: 40px;
  margin-top: 0;
}
.livechat-prechat-container,
.livechat-inchat-container{

}

/* ---------------Pre-Chat--------------- */
.livechat-links,
.livechat-prechat{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
body.prechat .livechat-prechat{
  display: block;
}
.livechat-prechat{
  width: 100%;
  z-index: 999999999;
  font-family: Avenir Next LT Pro,Arial,sans-serif;
}
@media screen and (min-width: 1280px){
  .livechat-prechat{
    padding-left: 25px;
    padding-right: 25px;
  }
}
.livechat-close-btn{
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 4rem;
  color: #ff8111;
  background-color: transparent;
}
.livechat-close-btn::before{
  content: '✕';
  position: static;
}
.livechat-intro-message{
  padding: 15px;
  border-radius: 0.5rem;
  margin: 0.5rem 0 0.5rem;
  color: white;
  background-color: #ff8111;
}
.livechat-text,
.livechat-subtext{
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px){
  .livechat-text,
  .livechat-subtext{
    font-size: 1.75rem;
  }
}
.livechat-text{
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.livechat-subtext{
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.3;
}
.livechat-prechat-form-container{
  padding: 15px 0;
}
.livechat-prechat-form-container label{
  font-weight: normal;
}
.livechat-prechat-form-container input,
.livechat-prechat-form-container select{
  border-color: #f9a464;
}
.livechat-prechat-submit-btn{
  width: auto;
  min-width: 50%;
  margin: 0 auto;
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #ff8111;
}
.livechat-prechat-submit-btn,
.livechat-prechat-submit-btn:hover,
.livechat-prechat-submit-btn:focus{
  padding: 0.25em 1em;
}
.livechat-prechat-submit-btn:hover,
.livechat-prechat-submit-btn:focus{
  background-color: #e8680b;
}

/* ---------------Chat--------------- */
.livechat-inchat *{
  outline: none;
}
.livechat-inchat-container{
  max-height: none;
}
/* Buttons */
.livechat-inchat-buttons-container{

}
.livechat-loading-text{
  font-size: 2rem;
}
.livechat-inchat-buttons{
  position: static;
  top: auto;
  bottom: 0;
  padding: 0 15px;
  text-align: left;
}
.liveAgentChatElement.liveAgentSaveButton,
.liveAgentChatElement.liveAgentEndButton{
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}
.liveAgentChatElement.liveAgentSaveButton{
  color: white;
  background-color: #ff8111;
}
.liveAgentChatElement.liveAgentEndButton{
  color: white;
  background-color: #acd6f2;
}

/* Messages */
.liveAgentChatWrap{
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.liveAgentChatWrap .liveAgentChatElement{
  max-height: 300px;
  padding: 0 !important;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px){
  .liveAgentChatWrap .liveAgentChatElement{
    max-height: 430px;
    padding: 0 !important;
    font-size: 1.35rem;
  }
}
.liveAgentChatWrap .liveAgentChatElement::-webkit-scrollbar-thumb{
  border-radius: 2px;
  background-color: #dddddd;
}
.liveAgentChatWrap .liveAgentChatElement::-webkit-scrollbar-track{
  border-radius: 2px;
  background-color: #efefef;
}
.liveAgentChatWrap .liveAgentChatElement::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}
.liveAgentChatLogText span.operator,
.liveAgentChatLogText span.client{
  margin-top: 0;
}
/* Client input */
.livechat-client-input{
  display: flex;
  margin-top: 1rem;
  float: none;
}
.livechat-client-input-left{
  width: auto;
  flex-grow: 1;
}
.livechat-client-input-right{
  width: auto;
}

.liveAgentChatElement.liveAgentChatInput,
.liveAgentChatElement.liveAgentChatInput:focus,
.liveAgentChatElement.liveAgentChatInput:active{
  border-color: #f9a464;
  border-radius: 0.25rem;
}
.liveAgentChatElement.liveAgentSendButton{
  font-size: 1.75rem;
  background-color: #ff8111;
}
