.app-card-wrapper{
    .compare-note{
        @apply text-[10px] md:text-xs font-semibold text-secondrytext flex items-center gap-2;
        span{
            @apply p-1.5 px-2.5 rounded-[48px] font-bold;
        }
    }
}
.more-btn{
    @apply flex items-center gap-1  text-primary font-semibold;
    svg{
        @apply ltr:rotate-180;
    }
}

.statistics-date-picker{
    @apply  bg-transparent p-0 text-[#191919] font-bold text-xs md:text-xl;
    border:none !important;
    .ant-picker-input{
        @apply flex flex-row-reverse items-center gap-2.5
    } 
}