/* Developer Note: Only modify code from this line onward */
/**
* Custom colors
* Name That Color
**/
.text-headline1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-headline2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-headline3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-headline4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline4-bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline5 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline5-semibold {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline5-bold {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-headline6-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body1 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body1-bold {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body1-semibold {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body2-semibold {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body2-bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body3-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body3-semibold {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body7-semibold {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-body7-light {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-caption-regular {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-caption-bold {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-caption-semibold {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-overline {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-overline-light {
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-overline-semibold {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.text-overline-bold {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-button-regular {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-button-semibold {
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.text-button-bold {
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.select_wrapper {
  position: relative;
  display: inline-block;
}
.select_wrapper::after {
  content: "\e908";
  font-family: "icomoon";
  color: #6D3B8F;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
}
.select_wrapper .select_sort {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 30px 0 10px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #393939;
  border: 1px solid #DDD !important;
  background-color: transparent !important;
  white-space: nowrap;
}
.select_wrapper .select_sort:focus {
  outline: none;
}

.select_sort::-ms-expand {
  display: none;
}

.ticket__list.is-sorted {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
