.button.slide[data-v-d82f8c04]{min-width:18rem;height:3.6rem;background-color:#ffbe26;position:relative;cursor:pointer;transition:all .2s ease;overflow:hidden;font-weight:700;border-radius:3px}.button.slide.disabled[data-v-d82f8c04]{cursor:default;opacity:.2}.button.slide>[data-v-d82f8c04]:not(i){text-align:center;color:#343434;font-size:1.2rem;position:relative;z-index:1;transition:all .2s ease;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.button.slide[data-v-d82f8c04]:before{content:"";width:100%;height:100%;background-color:#fff;position:absolute;transition:all .2s ease;top:0;left:-100%}.button.slide>i[data-v-d82f8c04]{position:absolute;right:.9rem;top:1.2rem;color:#343434}.button.slide[data-v-d82f8c04]:not(.disabled):hover:before{left:0}.button.slide:not(.disabled):hover>[data-v-d82f8c04]:not(i),.button.slide:not(.disabled):hover>i[data-v-d82f8c04]{color:#3b4043}