/*El contenido de este archivo es propiedad de
Fogata Grupo Creativo S.A. www.fogatagroup.com
Todos los derechos reservados*/

.fogata-header-chat, .fogata-bot-loading, .fogata-user-text, .fogata-typed, .fogata-bot-start,
.fogata-bot-inputContainer input, #fogata-bot-response, #fogata-bot-lead{
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

#fogata-draggable-webchat{
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -o-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
}

.fogata-chat-btn{
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 300px;
  height: 44px;
  background-color: #f9a02c;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  cursor: pointer;
  display: inline !important;
}

.fogata-close-chat {
  height: 100%;
  line-height: 40px;
}

.fogata-chat-btn-logo{
  width: 44px;
  height: 44px;
  position: relative;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline !important;
}

.fogata-chat-btn-logo img{
  width: 44px;
  height: 44px;
  display: inline !important;
}

.fogata-chat-btn-llamadas{
  width: 246px;
  height: 44px;
  position: relative;
  float: left;
  line-height: 44px;
  padding-left: 10px;
  color: #fff;
  display: inline !important;
}


.fogata-chats{
  bottom: 44px;
  left: 0;
  position: absolute;
  background-color: #fff;
  width: 300px;
  height: 340px;
  border-radius: 0px;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  box-shadow: 0 4px 14px 0 rgba(0,0,0,.4);
  border: 1px solid #ccc;
}

.fogata-header-chat {
    background-color: #f9a02c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.42);
    padding: 0 15px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    font-size: 14px;
}

#fogata-bot-response, #fogata-bot-lead {
    width: 300px;
    margin-top: 40px;
    padding: 15px;
    height: 250px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

#fogata-bot-lead {
  position: absolute;
  background-color: #fff;
  height: 294px;
  overflow: hidden;
  z-index: 999;
}

#fogata-bot-lead fieldset{
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
}

#fogata-bot-lead p{
  margin: 0 0 10px !important;
  font-size: 14px !important;
}


#fogata-bot-loading {
    width: 300px;
    height: 225px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 83px 35px;
    font-size: 14px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    display: none;
    z-index: 99999;
}

.fogata-bot-input{
  width: 270px !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  margin: 0 0 6px !important;
  font-size: 14px !important;
  color: #000 !important;
  line-height: 2.8rem;
  height: 2.8rem !important;
  padding: 0 .8rem !important;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,.08) inset !important;
  transition: all 0.3s !important;
  background-color: #f6f6f6 !important;
  -webkit-appearance: textfield !important;
  -webkit-rtl-ordering: logical !important;
  cursor: text !important;
  text-rendering: auto !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  display: inline-block !important;
  text-align: left !important;
  -webkit-writing-mode: horizontal-tb !important;
}

.fogata-bot-inputContainer{
  width: 100%;
  float: left;
}

.fogata-bot-start{
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border-radius: 5px !important;
  color: #fff !important;
  width: 100% !important;
  padding: 0 !important;
  width: 270px !important;
  border: none !important;
}

.fogata-loading-bot{
  width: 30px;
  background-color: #e2e2e2;
  height: 30px;
  margin-top: 7px;
  border-radius: 30px;
  margin-right: 30px;
  float: left;
  -webkit-transition: background-color 0.2s; /* Safari */
  transition: background-color 0.2s;
  z-index: 99999;
  border: 1px solid #e2e2e2;
}

.fogata-loading-animation{
  height: 44px;
  width: 230px;
  z-index: 99999;
  position: relative;
}

.fogata-menu-chat, .fogata-menu-send{
  color: #333;
  width: 36px;
  height: 48px;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
}

.fogata-user-text {
    padding: 13px 0 !important;
    display: inline-block !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 226px !important;
    float: left !important;
    border: none !important;
    background: #fff !important;
    background-color: #fff !important;
}

.fogata-user-text:focus{
    outline: none !important;
    box-shadow: none !important;

}

.fogata-greener{
  background-color: #333;
}

.fogata-option-button, .fogata-encuesta-response {
    position: relative;
    background-color: #fff;
    border: 1px solid #f9a02c;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 13px;
    width: auto;
    text-align: center;
    color: #f9a02c;
    float: left;
    margin: 3px 3px 3px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-shadow: 0px 0px 0px #fff !important;
    cursor: pointer;
}

.fogata-option-button:hover, .fogata-encuesta-response:hover {
    background-color: #f9a02c;
    color: #fff;
    cursor: pointer;
    border-color: #f9a02c;
}

.fogata-bot-button {
    position: relative;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    text-align: center;
    color: #fff;
    float: left;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-shadow: 0px 0px 0px #fff !important;
    cursor: pointer;
}

.fogata-bot-response p{
    font-size: 13px;
    font-weight: 400;
}

.fogata-usr-response{
    max-width: 240px;
    border-radius: 10px;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 8px;
    margin: 1px 0;
    font-size: 14px;
    line-height: normal;
}

.fogata-bot-response{
    max-width: 240px;
    border-radius: 10px;
    float: left;
    background-color: #f9a02c;
    color: #fff;
    padding: 8px;
    margin: 1px 0;
    font-size: 13px;
    line-height: normal;
}
