.button.slide[data-v-7fbaa986]{min-width:18rem;height:3.6rem;border:none;background-color:#0f1c3b;position:relative;cursor:pointer;transition:all .2s ease;overflow:hidden;padding:0}.button.slide.disabled[data-v-7fbaa986]{cursor:default;opacity:.2}.button.slide>[data-v-7fbaa986]:not(i){text-align:center;color:#fff;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;border:2px solid #0f1c3b}.button.slide[data-v-7fbaa986]:before{content:"";width:100%;height:100%;background-color:#fff;position:absolute;transition:all .2s ease;top:0;left:-100%}.button.slide>i[data-v-7fbaa986]{position:absolute;right:.9rem;top:.9rem;color:#fff}.button.slide[data-v-7fbaa986]:not(.disabled):hover:before{left:0}.button.slide:not(.disabled):hover>[data-v-7fbaa986]:not(i),.button.slide:not(.disabled):hover>i[data-v-7fbaa986]{color:#0f1c3b}