.button-loading{content:"";pointer-events:none;cursor:not-allowed!important}.button-loading .dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#ecf9f2;color:#ecf9f2;-webkit-animation:dotFlashing 1s linear infinite alternate;animation:dotFlashing 1s linear infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}.button-loading .dot-flashing:after,.button-loading .dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.button-loading .dot-flashing:before{left:-15px;-webkit-animation:dotFlashing 1s infinite alternate;animation:dotFlashing 1s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.button-loading .dot-flashing:after,.button-loading .dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#008549;color:#008549}.button-loading .dot-flashing:after{left:15px;-webkit-animation:dotFlashing 1s infinite alternate;animation:dotFlashing 1s infinite alternate;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes dotFlashing{0%{background-color:#008549}50%,to{background-color:#ecf9f2}}@keyframes dotFlashing{0%{background-color:#008549}50%,to{background-color:#ecf9f2}}