.button-ui{color:#fff;padding:1rem;border-radius:.5rem;line-height:normal;font-weight:lighter;cursor:pointer;background:linear-gradient(90deg,#eac53e 50%,#001a43 0);background-size:200% 100%;background-position:100% 100%;transition:all .3s ease}.button-ui:hover{background-position:0 100%;transition-delay:0s;color:#000}.button-disabled{background:#ccc;cursor:not-allowed;padding:1rem;border-radius:.5rem;line-height:normal;font-weight:lighter}.button-disabled:hover{background:#ccc;color:#000}