.main-button{width:auto;padding:12px 16px;border-radius:8px;border:none;cursor:pointer;background-color:#142254;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:all .3s ease;text-transform:capitalize;font-size:16px;color:#fff;font-weight:600;line-height:19.36px;letter-spacing:.5px;display:flex;-moz-column-gap:.6rem;column-gap:.6rem;text-wrap:nowrap;align-items:center;justify-content:center;position:relative;overflow:hidden;z-index:1}.main-button:after{content:"";position:absolute;width:100%;height:100%;background:#fff;top:0;left:0;z-index:-2;transform:scaleX(0);transition:.5s ease-in-out}.main-button:hover:after{transform:scale(1)}.main-button:hover{color:#142254}.main-button:hover img{filter:brightness(0) saturate(100%) invert(12%) sepia(25%) saturate(3704%) hue-rotate(205deg) brightness(97%) contrast(99%)}.main-button img{height:16px}