@import url('../CloudTheme.css');

.title {
  padding: 32px 32px 24px;
  .inner {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 150%;
    font-size: 22px;
    font-weight: 600;

    .icon {
      margin-top: 2.5px;
    }
  }
}

:global(.MuiDialogContent-root).content {
  padding: 0 32px 24px 68px;

  .text {
    font-size: 14px;
    color: $black-black1;
    line-height: 135%;
    font-weight: 400;
  }
}

:global(.MuiDialogActions-root).action {
  padding: 0 32px 32px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;

  > button {
    margin-left: 0;
  }

  .warning {
    background-color: $yellow-yellow2;

    &:hover {
      background-color: $yellow-yellow1;
    }
  }
}
