.btn-N045 {
    cursor: pointer;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    outline: none;
    transition: 1s ease-in-out;
}

.btn-N045:hover .btn-N045-svg {
    stroke-dashoffset: 0;
}

.hover-box-shadow {
    transition: all .3s;
}

.hover-box-shadow:hover {
    box-shadow: 4px 4px 8px 0px #00000026;
}

.btn-N045:hover:after {
    left: 200%;
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-N045:hover {
    transition: 1s ease-in-out;
}

.btn-N045:after {
    background: #fff;
    content: "";
    height: 150px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    z-index: 0;
}