.total-page {
    @apply gap-8 uppercase flex flex-col items-center justify-center h-[80vh] ;
}

.total-title, .thanks {
    @apply text-4xl font-normal text-center ;
    color: var(--secondary-color);
  font-family:"Open Sans", Arial, sans-serif;
}

.total-amount {
    @apply text-9xl font-normal text-center text-white;
    color: var(--secondary-color);
    
}

.thanks {
    @apply text-7xl mt-6;
  font-family: "Open Sans", Arial, sans-serif;
}

#__footer {
    @apply mt-0 !important;
}