.secondary-dark-focus-shadow:focus{box-shadow:0 0 0 2px rgba(0,107,229,.3)}.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;animation:dotFlashing 1s linear infinite alternate;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;animation:dotFlashing 1s infinite alternate;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;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:#008549}50%,to{background-color:#ecf9f2}}