.nts-modal-body-hw-center {
  @apply min-w-[360px] max-w-[500px] w-min pt-3 rounded-[8px];
}
.nts-service-confirm-icon {
  @apply flex justify-center;
}
.nts-service-confirm-title {
  @apply text-[14px] text-gray-16 text-center font-[500] mt-5 mb-2;
}
.nts-service-confirm-description {
  @apply text-base text-derive-11 text-center;
}

.cancelButtonStyle {
  @apply bg-derive text-gray-16 border-none hover:bg-derive;
}
