.btn-secondary.sm
{
    &.arrow
    {
        
        padding: 8px 50px 8px 20px;
        
        &::before
        {
            width: 29px;
            height: 28px;
            right: 6px;
            
            background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' width='38' height='38' rx='19' fill='white'/%3E%3Cpath d='M13.5931 19H24.9069' stroke='black'/%3E%3Cpath d='M19.25 13.3431L24.9069 19L19.25 24.6569' stroke='black'/%3E%3C/svg%3E%0A");
        }
        
        &::after
        {
         
            left: calc(100% - 24px);
            top: 15px;
        }
        
        div
        {
            font-size: 14px;
        }
    }
    
    
    &:hover
    {
        &::after
        {
         
            left: -100%;
            top: -400%;
        }
    }
}


.width-fit
{
    width: fit-content;
}