.fullscreen{position:fixed;top:0;right:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:1039;width:100%;height:100%}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#ff6900;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.alert{position:fixed;bottom:0;z-index:9999;width:30%;right:1em}.flex{display:flex;align-items:center;justify-content:center;margin-top:.3em}.flex button{position:absolute;right:.5em;border:none;font-size:1.5em;outline:none;background:none;color:#ff6900}.chat{display:flex;flex-direction:column;align-items:center;width:100%;max-height:250px;overflow-y:overlay;padding-top:1em;padding-bottom:1em;padding-right:2em}.chat-message{position:relative;min-width:30%;padding:.3em 1em;margin-bottom:1.2em;max-width:50%;border-radius:5px}.chat-message span{overflow-wrap:break-word}.chat-message.user{background:#f6f6f6;color:#000;text-align:left;align-self:flex-start}.chat-message.user .date{left:1em}.chat-message.user:after{content:"";position:absolute;bottom:-.7em;left:0;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #f6f6f6}.chat-message.admin{text-align:left;align-self:flex-end;background:#ff6900;color:#fff}.chat-message.admin .date{right:1em}.chat-message.admin:after{content:"";position:absolute;bottom:-.7em;right:0;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #ff6900}.chat-message .date{position:absolute;bottom:-1.5em;font-size:12px;color:#000}.chat .btn-edit{position:absolute;right:.5em;bottom:.5em}.form{display:flex;align-items:flex-start;margin:0 auto;flex-wrap:wrap;justify-content:space-around}.form .inputs{width:40%}.form .inputs .button{margin-top:1em}.form .image{width:40%}.form .image .button{margin-top:1em}.form .image img{width:400px;height:400px}.form-group{width:100%;position:relative}.form-control{padding:1em;resize:none;height:inherit}.form-control,.form-control:focus{border-radius:8px}