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

#draggable{
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  left: 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;
}

.chat-btn{
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 300px;
  height: 44px;
  background-color: #33cabb;
  -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;
}

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

.chat-btn-logo img{
  width: 44px;
  height: 44px;
}

.chat-btn-llamadas{
  width: 256px;
  height: 44px;
  position: relative;
  float: left;
  line-height: 44px;
  padding-left: 10px;
  color: #fff;
}


.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;
}

.header-chat {
    background-color: #33cabb;
    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: 500;
    line-height: 40px;
}

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

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

.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;
}

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

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

.user-text {
    width: 100%;
    padding: 13px 0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 226px;
    float: left;
}

.greener{
  background-color: #926dde;
}

.option-button:hover, .encuesta-response:hover {
    background-color: #fff;
    color: #33cabb;
    cursor: pointer;
}

.option-button, .encuesta-response {
    position: relative;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 14px;
    width: auto;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    -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;
}

.bot-button {
    position: relative;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 10px;
    font-size: 14px;
    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;
}

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

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