.surveyListclockDiv{
    @apply flex items-center my-lg;
}
.surveyListclockDiv span{
    @apply pl-md text-text-primary;
}
.surveyListstatus{
    @apply flex items-center justify-between;
}
.surveyLisNotResponded{
    @apply text-error;
}
.surveyLisResponded{
    @apply text-success;
}
.surveyListCardMargin{
    @apply mx-md my-lg ;
}
.centered-message{
    @apply flex items-center pl-md py-lg ;
    
}