.new-button {
  height: 36px;
  max-width: 45rem;
  word-break: break-word;
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

.new-button::after {
  content: "";
  mask-image: url("./button-corner.svg");
  mask-position: center;
  mask-size: cover;
  background-color: rgba(var(--color-button));
  width: 16px;
  height: 100%;
}

.new-button-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.add-button {
  height: 100%;
  width: 100%;
}
