.buttonDateOutline {
  @apply w-[260px] justify-start text-left font-normal;
}
.calendarIcon {
  @apply w-4 h-4 mr-2;
}
.popoverContent {
  @apply w-auto p-0;
}
.popoverHeaderWrapper {
  @apply mx-auto mb-1 mt-4 w-full max-w-[510px];
}
.popoverHeaderContent {
  @apply flex gap-3 rounded-full bg-warning-50 px-[10px] py-[4px];
}
.popoverHeaderIconWrapper {
  @apply flex h-[24px] w-[24px] items-center justify-center rounded-full border bg-white;
}
.popoverHeaderIcon {
  @apply w-4 text-[8px] text-warning-500;
}
.popoverHeaderContentText{
  @apply text-sm font-medium text-warning-700
}
.popoverFooterWrapper{
  @apply mt-2 flex items-center justify-between border-t p-5 py-4
}
.popoverFooterContent{
  @apply flex gap-2 font-medium
}