.popupModalHeading{
    @apply flex gap-3 mb-lg;
    .headingIconAndLabel{
        @apply flex gap-3 items-center;
        svg{
            @apply w-6 h-4;
        }
        h3{
            @apply text-heading-l font-bold;
        }
    }
    .popupResetFormButton{
        @apply p-sm border border-solid border-text-primary border-opacity-25 self-center;
    }
}