.nts-modal-head {
  @apply min-h-[64px] flex items-center pl-6 pt-[11px] pb-[10px] pr-[16px] box-border border-b border-b-gray-4;
}

.nts-modal-title {
  @apply flex-1 text-gray-16 text-[18px] font-bold;
}

.nts-modal-close-button {
  @apply p-2 border-0 outline-0 bg-transparent text-[#3C3C43] opacity-60 ml-3 hover:text-black hover:cursor-pointer hover:opacity-100;
}
