@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap");*{font-family:Ubuntu,sans-serif}#qrcode-img{padding:10px;border-radius:10px;border:1px solid #d8d8d8;max-width:100%}.h100vh{height:calc(100vh - 160px)}.h100vh,.h100vh2{overflow-y:scroll}.h100vh2{height:calc(100vh - 282px)}.user{padding:10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e1e1e1;cursor:pointer;transition:background-color .3s ease-in-out;position:relative}.user.new:after{content:"";position:absolute;top:10px;right:10px;height:20px;width:20px;border-radius:50%;background-color:#0ad51c}.user img{width:50px;height:50px;object-fit:cover;object-position:center;border-radius:50%}.user:first-of-type{border-radius:.35rem .35rem 0 0}.user:last-of-type{border-radius:0 0 .35rem .35rem}.user p{margin:0}.user p.name{font-weight:700}.user p.msg{font-size:.8rem}.user small{margin-left:auto;margin-top:auto;font-size:.6rem;text-align:right;white-space:nowrap}.user:hover{background-color:rgba(46,89,217,.1176470588)}.user.active{background-color:#2e59d9;color:#fff}.chat-body{background-color:#f1e4da;background-image:url(../img/bg-wa.png);background-position:50%;background-repeat:repeat;padding:0 5px 120px!important;position:relative}.chat-body .message{position:relative;margin-top:5px;margin-bottom:5px;margin-left:10px;min-width:150px;width:fit-content;width:-moz-fit-content;max-width:90%;background-color:#f9f9f9;padding:15px;border-radius:.35rem;color:#1a1a1a}.chat-body .message:before{content:"";position:absolute;top:0;left:-30px;width:0;height:0;border:20px solid transparent;border-top:0;border-right:15px solid #f9f9f9}.chat-body .message .datetime{position:absolute;bottom:0;right:5px;font-size:.7rem;white-space:nowrap}.chat-body .message.from-me{margin-right:10px;margin-left:auto;background-color:#bff8c4}.chat-body .message.from-me:before{left:unset;right:-10px;border-left:15px solid #bff8c4;border-right:unset}.chat-body .new-message{position:absolute;bottom:0;left:0;width:100%;border-radius:0 0 .35rem .35rem;background-color:#f9f9f9;padding:15px}.chat-body .new-message .btns{display:flex;align-items:center;gap:10px}.chat-body .new-message #new-message-input{background-color:#fff;border-radius:20px;width:auto;flex:auto}.chat-body .new-message .btn{padding:0;display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:50%}.chat-body .new-message .btn.btn-success{background-color:#225226;border-color:#225226}.chat-body .new-message .btn.btn-success:hover{background-color:#307435;border-color:#307435}.js-tabs{margin:0}.js-tabs .js-tabs__header{display:flex;flex-direction:row;align-items:stretch}.js-tabs .js-tabs__header li{flex:auto;text-align:center}.js-tabs .js-tabs__title{margin-right:-1px;padding:5px 10px;color:#1a1a1a;border:none;background-color:#fff;border-radius:0}.js-tabs .js-tabs__title i{pointer-events:none;font-size:1.2rem}.js-tabs .js-tabs__title-active{border-radius:0;background-color:#2e59d9;color:#fff}.js-tabs .js-tabs__content{padding:0;border:none}.js-tabs .js-tabs__content .btn{display:block;width:100%;border-radius:0;text-align:left;border-bottom:1px solid #e4e4e4;padding-top:10px;padding-bottom:10px}.text-small{font-size:.8rem}.bg-auth{min-height:100vh;background-color:#05823e;background-image:url(../img/bg.svg);background-size:cover;background-position:0 0}.bg-auth .card{border:none}