/* PE-Class v1.20.65 — PAPS deletion choice and deleted-template empty state. */

.papsDeleteChoiceModal12065 {
  z-index: 54000;
}

.papsDeleteChoiceCard12065 {
  width: min(480px, calc(100vw - 36px));
  max-width: calc(100vw - 36px);
}

.papsDeleteChoices12065 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  min-width: 0;
}

.papsDeleteChoices12065 > .papsDeleteChoice12065 {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 10px;
  box-sizing: border-box;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  -webkit-tap-highlight-color: transparent;
}

.papsDeleteChoice12065 > strong {
  font-size: 14px;
  font-weight: 900;
}

.papsDeleteChoice12065 > small {
  opacity: .92;
  font-size: 11px;
  font-weight: 750;
}

.papsDeleteChoiceAll12065 {
  background: #b42318 !important;
}

.papsDeletedTemplateEmpty12065 {
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 28px 18px;
  box-sizing: border-box;
  color: #203247;
  text-align: center;
}

.papsDeletedTemplateEmpty12065 > span {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eef7fd;
  font-size: 27px;
}

.papsDeletedTemplateEmpty12065 > strong {
  font-size: 18px;
  font-weight: 900;
}

.papsDeletedTemplateEmpty12065 > p {
  max-width: 520px;
  margin: 0;
  color: #607286;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.papsDeletedTemplateEmpty12065 > .btn {
  min-width: 170px;
  margin-top: 4px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .papsDeleteChoiceCard12065 {
    width: calc(100vw - 24px);
    max-width: 420px;
    padding: 18px;
    border-radius: 18px;
  }

  .papsDeleteChoices12065 {
    grid-template-columns: 1fr;
  }

  .papsDeleteChoices12065 > .papsDeleteChoice12065 {
    min-height: 72px;
  }

  .papsDeletedTemplateEmpty12065 {
    min-height: 280px;
    padding: 24px 14px;
  }
}
