﻿button{position:relative}button:before{content:'';position:absolute;right:16px;top:50%;margin-top:-12px;width:24px;height:24px;border:2px solid;border-left-color:transparent;border-right-color:transparent;border-radius:50%;opacity:0;transition:opacity .5s;animation:.8s linear infinite rotate}button.sending{pointer-events:none;cursor:not-allowed}button.sending:before{transition-delay:.5s;transition-duration:1s;opacity:1}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px;top:48%;left:40%}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#383838;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){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)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid grey;border-color:grey transparent grey transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#load{display:none}.loadingsp{position:fixed;z-index:9999;height:2em;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0;height:100%!important;width:100%;background:#00000024}.loadingsp:before{content:'';display:block;position:fixed;top:47%;left:25%;width:200px;height:80px;background-color:#fff;border:1px solid #aeabab}.lds-ripple{display:inline-block;width:80px;height:80px}.lds-ripple div{position:absolute;border:4px solid teal;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0;left:0;width:72px;height:72px;opacity:0}}