.wrapperibt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.wrapperibt .selector {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 8px;
}

.wrapperibt .frame {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wrapperibt .button {
    all: unset;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px;
    padding: 8px 32px;
    flex: 1;
    flex-grow: 1;
    background-color: rgba(30, 30, 30, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
}
.wrapperibt .label {
    width: fit-content;
    color: var(--global-semantic-text-inverse);
    text-align: right;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    font-family: "ABCM", sans-serif;
    font-weight: var(--16-regular-font-weight);
    font-size: var(--16-regular-font-size);
    letter-spacing: var(--16-regular-letter-spacing);
    line-height: var(--16-regular-line-height);
    font-style: var(--16-regular-font-style);
}

.wrapperibt .div {
    all: unset;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px;
    padding: 8px 32px;
    flex: 1;
    flex-grow: 1;
    background-color: var(--global-component-button-secondary-background);
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.wrapperibt .text-wrapper {
    width: fit-content;
    color: var(--global-component-button-secondary-text);
    text-align: right;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    font-family: var(--16-regular-font-family);
    font-weight: var(--16-regular-font-weight);
    font-size: var(--16-regular-font-size);
    letter-spacing: var(--16-regular-letter-spacing);
    line-height: var(--16-regular-line-height);
    font-style: var(--16-regular-font-style);
}

.wrapperibt .label {
  width: fit-content;
  color: var(--global-semantic-text-inverse);
  text-align: right;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .div {
  all: unset;
  box-sizing: border-box;
  justify-content: center;
  gap: 8px;
  padding: 8px 32px;
  flex: 1;
  flex-grow: 1;
  background-color: var(--global-component-button-secondary-background);
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.wrapperibt .text-wrapper {
  width: fit-content;
  color: var(--global-component-button-secondary-text);
  text-align: right;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .field {
  align-items: center;
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  padding: 12px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--collection-1-background-element);
  border-radius: 8px;
}

.wrapperibt .input {
  flex: 1;
  color: var(--collection-1-tetriary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.wrapperibt .label-2 {
  flex: 1;
  color: var(--global-component-input-text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.wrapperibt .label-3 {
  flex: 1;
  color: var(--collection-1-tetriary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapperibt .rate-the-concert {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family:
    "ABC Monument Grotesk Cyrillic Unlicensed Trial-Regular", Helvetica;
  font-weight: 400;
  color: var(--global-semantic-text-tertiary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wrapperibt .span {
  color: #8e8e8e;
  line-height: var(--16-regular-line-height);
  font-family: var(--16-regular-font-family);
  font-style: var(--16-regular-font-style);
  font-weight: var(--16-regular-font-weight);
  letter-spacing: var(--16-regular-letter-spacing);
  font-size: var(--16-regular-font-size);
}

.wrapperibt .text-wrapper-2 {
  font-family: var(--16-semi-bold-font-family);
  font-weight: var(--16-semi-bold-font-weight);
  color: #1e1e1e;
  font-style: var(--16-semi-bold-font-style);
  letter-spacing: var(--16-semi-bold-letter-spacing);
  line-height: var(--16-semi-bold-line-height);
  font-size: var(--16-semi-bold-font-size);
}

.wrapperibt .frame-3 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapperibt .div-wrapper {
  display: flex;
  flex-direction: column;
  height: 55px;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 0px 2px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--global-semantic-background-secondary);
  border-radius: 8px;
}

.wrapperibt .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "ABCA", sans-serif;;
  font-weight: 300;
  color: var(--collection-1-seecondary);
  font-size: 55px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.wrapperibt .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0px 2px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--global-semantic-background-secondary);
  border-radius: 8px;
}

.wrapperibt .additional-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--global-semantic-border-default);
}

.wrapperibt .button-2 {
  all: unset;
  box-sizing: border-box;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.wrapperibt .text-wrapper-4 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  color: var(--global-semantic-text-primary);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: var(--16-regular-font-style);
}

.wrapperibt .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapperibt .label-wrapper {
  padding: 12px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--collection-1-background-element);
  border-radius: 8px;
  border: none;
  flex: 1;
  color: var(--collection-1-tetriary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapperibt .text-wrapper-5 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  color: var(--global-semantic-text-tertiary);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: var(--16-regular-font-style);
}

.wrapperibt .field-2 {
  height: 112px;
  align-items: flex-start;
  display: flex;
  gap: 8px;
  padding: 12px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--collection-1-background-element);
  border-radius: 8px;
}

.wrapperibt .upload-photo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.wrapperibt .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  color: var(--collection-1-primary);
  font-size: var(--16-regular-font-size);
  text-align: right;
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  white-space: nowrap;
  font-style: var(--16-regular-font-style);
}

.wrapperibt .frame-7 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: scroll;
}

.wrapperibt .frame-7::-webkit-scrollbar {
  width: 0;
  display: none;
}

.wrapperibt .frame-8 {
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  background-color: var(--global-semantic-background-secondary);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--global-semantic-border-default);
  aspect-ratio: 1;
}

.wrapperibt .image {
  position: relative;
  width: 88px;
  height: 90px;
  margin-top: -9px;
  margin-bottom: -9px;
  margin-left: -8px;
  margin-right: -8px;
  aspect-ratio: 0.99;
  object-fit: cover;
}

.wrapperibt .x-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--global-semantic-background-secondary);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--global-semantic-border-default);
}

.wrapperibt .x {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.wrapperibt .image-square-wrapper {
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  background-color: var(--global-semantic-background-secondary);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--global-semantic-border-default);
  aspect-ratio: 1;
}

.wrapperibt .image-square {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1;
}

.wrapperibt .frame-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.wrapperibt .p {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--14-regular-font-family);
  font-weight: var(--14-regular-font-weight);
  color: var(--collection-1-tetriary);
  font-size: var(--14-regular-font-size);
  text-align: right;
  letter-spacing: var(--14-regular-letter-spacing);
  line-height: var(--14-regular-line-height);
  white-space: nowrap;
  font-style: var(--14-regular-font-style);
}

.wrapperibt .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: var(--14-regular-font-family);
  font-weight: var(--14-regular-font-weight);
  color: var(--collection-1-tetriary);
  font-size: var(--14-regular-font-size);
  text-align: right;
  letter-spacing: var(--14-regular-letter-spacing);
  line-height: var(--14-regular-line-height);
  white-space: nowrap;
  font-style: var(--14-regular-font-style);
}

.wrapperibt .card-color-selector {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  gap: 8px;
  padding: 4px;
  position: relative;
  border-radius: 24px;
  aspect-ratio: 1;
  border-color: var(--global-semantic-accent-background);
}

.wrapperibt .ellipse {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--global-semantic-accent-background);
  border-radius: 12px;
}

.wrapperibt .ellipse-wrapper {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  gap: 8px;
  padding: 4px;
  position: relative;
  border-radius: 24px;
  border: 2px solid;
  border-color: var(--global-semantic-accent-foreground);
  aspect-ratio: 1;
}

.wrapperibt .ellipse-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--global-semantic-accent-foreground);
  border-radius: 12px;
}

.wrapperibt .button-3 {
  all: unset;
  box-sizing: border-box;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--global-component-button-primary-background);
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.wrapperibt .label-4 {
  width: fit-content;
  color: var(--global-component-button-primary-text);
  text-align: right;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: var(--16-regular-font-family);
  font-weight: var(--16-regular-font-weight);
  font-size: var(--16-regular-font-size);
  letter-spacing: var(--16-regular-letter-spacing);
  line-height: var(--16-regular-line-height);
  font-style: var(--16-regular-font-style);
}

.wrapperibt .button-4 {
  all: unset;
  box-sizing: border-box;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--global-component-button-secondary-background);
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
