/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 13 2022 | 16:30:48 */
/* chat bot diego */
/*chat bot in desktop*/
/*chat inactivo*/

body.container-diego-message{
  height: 79%;
}


textarea#contenido {
    width: 100%;
	min-height: 30px;
    height:30px;
    transition: width 0.25s;
	display: block;
	background-color:white;
	font-family: valioomnes-medium;
	box-sizing: border-box;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow: hidden auto;
    resize: none;
    border: none;
    transition: background-color 200ms ease 0s, box-shadow 200ms ease 0s;
    outline-offset: -5px; 
    max-height: 100px;
	font-size: 14px;
}


span.dashicons.dashicons-paperclip{
	cursor: pointer;
}

div.browse-wrap {
top: 10px;
    left: 395px;
    cursor: pointer;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

input.upload {
         right: 40px;
        margin:0;
        bottom:0;
        padding:0;
        opacity:0;
        height:30px;
        outline:none;
        cursor:inherit;
        position:absolute;
         left: 395px;
}

img.bell{
	  max-width: 5%;
    position: absolute;
    top: 6px;
	left: 148px;
	 z-index: -1;
}

footer.elememt{
position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
	background-color: #5c068c;
}

.webchat-minimize{
position: fixed;
    width: 75px;
    height: 75px;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
	z-index:9;
}

.webchat-close{
  width: 420px;
  height: 45px;
  margin: 0px 10px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 9000;
  border-radius: 1em 1em 0em 0em;
  background: #5C068C;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 10px;
  align-items: baseline;
}

.msg_body{
  max-height: 100%;
  height: 100%;
    margin-bottom: 15%;

}

div.send{
display: flex;
    align-items: flex-start;
}

p.habla-cliente{
margin: 0;
    padding-right: 20px;
background-image: url(/wp-content/uploads/2022/06/doble_check.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-position-y: 7px;
}


/*chat activo*/
.containerChatBot {
  width: 445px;
  height: 90%;
  background: #fff;
  margin: 10px 10px 0px 10px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 9000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 8px 8px 0px 0px
}

.segments {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}


div.from-diego {
  text-align: left;
}

div.from-diego.top{
margin-bottom: 10px
}


.from-diego .message-inner {
font-family: valioomnes-medium;
  background: #F7F7F7;
  border-radius: 1.5625rem;
  border-top-left-radius: 0px;
 color: #414042;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  margin-left: 0.5rem;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 97%;
}

div.from-user.message-time {
	font-family: valioomnes-medium;
position: relative;
  font-size: 10px;
 color: #9C9F9F;
  letter-spacing: 0.015rem;
  line-height: 11px;
  text-align: right;
font-weight: 500;
  display: block;
  padding: 0;
padding-right: 10px;
  margin-top: 0px;
}

div.from-diego.message-times {
position: relative;
  font-size: 10px;
 color: #9C9F9F;
  letter-spacing: 0.015rem;
  line-height: 11px;
font-weight: 500;
  display: block;
  padding: 0;
padding-right: 10px;
  margin-top: 0px;
	left: 15px
}

.from-user {
  text-align: right;    
padding-right: 10px;
margin-bottom: 10px;
max-width: 100%;
}

input.contenido {
  padding-left: 4px;
height: 25px;
background-color:white; 
border-radius: 4px;
	    font-family: valioomnes-medium;
}

.from-user .message-inner {
  position: relative;
  font-size: 14px;
 color: #414042;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  background: #C8ABD5;
  border-radius: 1.25rem;
  border-top-right-radius: 0;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px 5px 15px;
margin-bottom: 0;
	margin-left: 0.5rem;
}

.rows{
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headers-diego {
height: 60px;
    border-radius: 15px 13px;
    margin: 10px 10px 10px 10px;
}

.header-diego{
    width: 45px;
    margin: 0px 10px 0px 0px;
    z-index: 9000;
}

div.header-text{
	font-family: ValioOmnes-medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.75px;
    letter-spacing: 0em;
    text-align: right;
    font-style: normal;
    vertical-align: middle;
    margin-top: 15px;
}

.header-minimize {
  position: absolute;
  width: 50px;
  right: 10px;
  top: 20px;
  cursor: pointer;
}

.header-close {
  position: absolute;
  width: 25px;
  right: 5px;
  top: 20px;
  cursor: pointer;
}

.header-separator {
  width: 98%;
  margin: auto;
	margin-right: 10px;
}

div.diego-message{
height: 100%;
overflow-y: scroll;
  position: relative;
overflow-x: hidden;
	-webkit-transform: translate3d(0,0,0);
	display: flex;
flex-direction: column;
}


div.any-questions{
cursor: pointer;
}

div.any-questions > span.tooltiptext {
display:none;
visibility: hidden;
width: 120px;
background-color: #5c068c;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
  font-size: 10px;
bottom: 50px;
/* Position the tooltip */
position: absolute;
z-index: 1;
}

div.any-questions:hover > span.tooltiptext {
display:block;
visibility: visible;
}


/*Minimizado*/
.header-maxi {
  position: absolute;
  width: 50px;
  right: 0;
  top: 25%;
  cursor: pointer;
}

.header-close-min {
  position: absolute;
  width: 25px;
  right: 0;
  top: 25%;
  cursor: pointer;
}
/*fin headerminimizado*/

.WebChat {
  width: 317px;
  height: 380px;
  margin: 10px;
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 9000;
  border-radius: 1em;
  background: #fff;
}



.header-minimizado{
font-family: ValioOmnes-medium;
font-size: 14px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
margin-left: 2.5rem;
flex-grow: 10;
}

tr.menu-row{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 15px;
margin: 2% 10%;
}


div.container-diego{
    /*position: absolute;*/
    left: 5px;
    top: 0px;
	width: 100%;
}

div.container-diego::-webkit-scrollbar {
width: 5px;
background: #C4C4C4;
border-radius: 12px;
}


/*preguntas Frecuentes*/
#menu-div{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 45%;
background: #FFFFFF;
border: 1px solid #EEE8E9;
box-sizing: border-box;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
border-radius: 20px 20px 0px 0px;
z-index: 9999;
  transition: heigth 5s;
transition-timing-function: ease-in-out;;
}



.send-mesage{
justify-content: space-between;
 background-color:#5c068c;
padding: 10px 15px 10px 10px;
}

.maxi-chat, .close-chat{
    flex-grow: 1;
cursor: pointer
}

.write-mesage{
width: 80%;
border-radius: 4px;
}

div.send > img{
vertical-align: -webkit-baseline-middle;
cursor:pointer;
	padding-top: 10px;
}


div.content{
width: 90px
}

td.menu-item{
padding: 0;
  text-align: center;
}

h6.menu-text{
font-family: 'ValioOmnes';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #414042;
}

/*finalizar bot diego desktop*/
/*tablet*/
@media  only screen and (max-width: 1024px){
	.containerChatBot{
		    width: 440px;
    height: 75%;
  }
}




@media only screen and (min-width: 700px){
div.diego-message::-webkit-scrollbar {
width: 10px;
}

/* Track */
div.diego-message::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

/* Handle */
div.diego-message::-webkit-scrollbar-thumb {
background: #C4C4C4; 
border-radius: 10px;
}

/* Handle on hover */
div.diego-message::-webkit-scrollbar-thumb:hover {
background: #C4C4C1; 
}
	

}

@media  only screen and (max-width: 768px){
.containerChatBot{
      width: 45%;
}
tr.menu-row{
padding: 0px 0px;
  margin: 3% 5%;
}
			div.any-questions { 
    margin-right: 5px; 
} 
	
	.write-mesage { 
    width: 75%; 
} 
	
	textarea#contenido {
    width: 98%; 
 }
	div.image-upload{
		 padding-right: 12px!important; 
	}
}



/*movile bot diego*/
@media only screen and (max-width: 600px){
  .containerChatBot{
    width:100%;
    height:100%;
      bottom: 0;
        top: 0;
  margin: 0px 0px 0px 0px;
        
  }


  tr.menu-row{
padding: 0px 0px;
  margin: 3% 5%;
}
.webchat-close{
  width: 100%;
  margin: 0px;
  bottom: 0px;
}

.webchat-minimize{
  position: fixed;
width: 70px;
  height: 70px;
 bottom: 5%;
  right: 5px;
  z-index: 9000;
  background-size: cover;
  cursor: pointer;
}
.diego-bot{
width: 70px;
  height: 70px;
  bottom: 10px;
  right: 10px;
}
}


/*finalizar bot diego mobile*/

/*Diego mensage*/



/*tablet*/

/*
dot*/

@-webkit-keyframes dot-keyframes {
0% {
  opacity: 0.4;
  transform: scale(1, 1);
}
50% {
  opacity: 1;
  transform: scale(1.2, 1.2);
}
100% {
  opacity: 0.4;
  transform: scale(1, 1);
}
}
@keyframes dot-keyframes {
0% {
  opacity: 0.4;
  transform: scale(1, 1);
}
50% {
  opacity: 1;
  transform: scale(1.2, 1.2);
}
100% {
  opacity: 0.4;
  transform: scale(1, 1);
}
}
#loading-dots {
margin-left: 10px;
}

.loading-dots--dot {
-webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
  animation: dot-keyframes 1.5s infinite ease-in-out;
background-color: #C8ABD5!important;
border-radius: 10px;
display: inline-block;
height: 10px;
width: 10px;
}
.loading-dots--dot:nth-child(2) {
-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
.loading-dots--dot:nth-child(3) {
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.image-upload > input
{
    display: none;
}

.image-upload img
{
    /*width: 80px;*/
    cursor: pointer;
}

.image-upload.disabled img{
	cursor: auto
}

/*tooltip*/

.diego-tooltip {
  display: inline-block;
}

.diego-tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  height: 49px;
  background-color: #840094;
  color: #fff;
  text-align: center;
  border-radius: 1.25rem 1.25rem 0rem 1.25rem;
  padding: 4px;
  font-size:14px;
  font-family: valioomnes-medium;
  /* Position the tooltip */
  position: absolute;
	bottom:50px;
	right:70px;
  z-index: 9999;
}

.diego-tooltip:hover .tooltiptext {
  visibility: visible;
}

div.none-content{
	width:90px}
