#bloqChat{display:flex;flex-direction:column;align-items:flex-end;position:fixed;bottom:20px;right:0}#contChat{display:flex;flex-direction:column;position:absolute;width:360px;height:400px;background-color:#fff;overflow-y:auto;border:2px solid #000;border-radius:6px;right:65px;bottom:75px;max-width: calc(100vw - 80px);max-height:calc(100vh - 110px);overflow:hidden;padding:8px}#contChat .cierrachat {position:absolute;top:5px;left:8px}.lnk-cierrachat{display:inline-block;border:1px solid #eee;border-radius:10px;width:30px;height:30px}#contChat .tituchat{font-size:1.2rem;margin-bottom:4px}.idyescribe{margin-top:0!important;margin-bottom:4px!important;text-align:left!important;font-size:.8rem!important;font-weight:100!important;color:#666}#contChat #chat-box{width:100%;max-width:500px;height:380px;border:1px solid #ccc;background:#fff;overflow-y:scroll;padding:10px;margin-bottom:10px;border-radius:8px}#contChat #chat-box > p{padding:6px;border-top:1px solid #eee}.conTnewchat{position:absolute;top:5px;right:8px;text-align:right}#contChat .btn-nueva{display:inline-block;border:1px solid #eee;border-radius:10px;background-color:#dc3545;width:30px;height:30px;background-image:url(../img/iconos/icono-borrar.png);background-position:center center;background-repeat:no-repeat;background-size:80% auto}#contChat #btn-recurp{display:inline-block;border:1px solid #eee;border-radius:10px;background-color:#0084ff;width:30px;height:30px;background-image:url(../img/iconos/icono-recuperar.png);background-position:center center;background-repeat:no-repeat;background-size:80% auto;margin-right:20px}#mensaje-chat{font-size:.8rem;font-weight:100;color:#333;resize:none;height:30px;max-height:75px;min-height:30px;line-height:1.2;overflow-y:auto;box-sizing:border-box}.botones-chat{display:flex;justify-content:space-between;width:100%}.botones-chat .btn-enviar,.botones-chat .btn-adjuntar,.botones-chat .btn-camara{border:none;outline:none;width:28px;height:28px;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;background-color:transparent;padding:4px}.botones-chat .btn-adjuntar{background-image:url(../img/iconos/icono-adjuntar.png)}.botones-chat .btn-camara{background-image:url(../img/iconos/icono-camara.png)}.botones-chat .btn-enviar{background-image:url(../img/iconos/icono-enviar.png)}#chat-box p{font-size:.85rem;font-weight:300;color:#555;margin:4px 0;line-height:1.2}#chat-box p.cliente{text-align:right}#chat-box p.agente{text-align:left}#chat-box img.chat-img{width:150px;height:150px;border-radius:8px;margin-top:5px;border:1px solid #ddd;display:block;box-shadow:0 2px 4px #0000001a;object-fit:cover;object-position:center}#chat-box p.cliente img.chat-img{margin-left:auto}#chat-box p.agente img.chat-img{margin-right:auto}#chat-box .chat-time{font-size:.75em;color:#888;margin-left:6px;vertical-align:bottom;font-weight:400}.botones-chat .btn-camara{display:none}@media (pointer: coarse){.botones-chat .btn-camara{display:inline-flex}}