.ecosapien-button{position:relative;display:block;text-align:center;width:100%}.ecosapien-button:after,.ecosapien-button:before{display:block;content:" ";border:none;position:absolute;width:0;height:0;opacity:0;transition:opacity .2s ease-in-out}.ecosapien-button:before{top:0;left:0}.ecosapien-button:after{bottom:0;right:1px}.ecosapien-button.one_after_the_other:before{width:100%;height:100%;opacity:1;border-top:1px solid #ecf0f1;border-right:1px solid #ecf0f1;border-radius:4px;transition:width .3s cubic-bezier(.07,.62,.61,1),height .15s cubic-bezier(.07,.62,.61,1) .3s}.ecosapien-button.one_after_the_other:after{width:100%;height:100%;opacity:1;border-radius:4px;border-bottom:1px solid #ecf0f1;border-left:1px solid #ecf0f1;transition:width .3s cubic-bezier(.07,.62,.61,1) .45s,height .15s cubic-bezier(.07,.62,.61,1) .9s,border-left 0ms linear .45s}.loader{border-radius:50%;position:relative;animation:rotate 1s linear infinite;border:3px solid hsla(0,0%,56%,.25);border-top-color:#4d4d4d;width:16px;height:16px}.loader.white{border:4px solid #fff;border-top-color:#4d4d4d}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}