﻿.dateconvert_pg table {
    @apply max-w-[500px] block mx-auto mb-5;
}

.dateconvert_pg table tr {
    @apply text-center rounded-[10px];
}

.dateconvert_pg .tableHeader {
    @apply text-center bg-danger text-white border border-transparent;
}

.dateconvert_pg .tablefooter {
    @apply text-center bg-danger text-white border border-transparent rounded-b-[10px];
}

.dateconvert_pg table tr td {
    @apply text-center text-danger border border-danger rounded-t-[10px] p-1;
}

.dateconvert_pg select {
    @apply w-full border border-danger text-danger;
}

.dateconvert_pg h2 {
    @apply text-[18px] font-bold text-red w-full;
}