
.auth-modal-wrapper{
    .ant-form{
        @apply lg:max-h-[550px] overflow-y-auto px-2 lg:px-4 ;
    }
    .auth-radio-btns{
        .ant-radio-button-wrapper {
            @apply h-14;
            &.ant-radio-button-wrapper-checked{
                @apply bg-secprimary border-none #{!important} ;
                svg {
                    @apply *:stroke-primary *:stroke-[.5px];
                }
            }
        }
    }
}
