.card {
    @apply flex-1 mr-4 ml-10 overflow-auto bg-white max-h-[95vh] min-h-[95vh] rounded-lg p-4 mt-4;
}

.card-header {
    @apply flex justify-between items-center mb-2;
}

.card .card-header .title {
    @apply text-lg uppercase font-semibold text-start;
}

.card .card-header .action {
    @apply rounded-lg uppercase h-8 text-xs;
}

.card-footer {
    @apply flex justify-end m-5;
}
