.form-close-button-wrapper{
  display: inline-flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.form-close-button-wrapper img{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 20;
  cursor: pointer;
}

.form-wrapper{
  display: none;
  flex-direction: row;
  position : fixed;
  justify-content: center;
  align-items: center;
  width : 100%;
  height: 100%;
  z-index: 11;
  overflow: visible;
  background: rgba(17, 17, 26, 0.5);
}

.form-wrapper form {
  display: inline-flex;
  width: 600px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
  overflow: visible;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  overflow-y: scroll;
  scrollbar-color: #4dc1de #C2D2E4;
  scrollbar-width: none;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

@media only screen and (max-width: 1300px) {
  .form-wrapper form {
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    padding: 10px 10px 10px 10px;
    margin: 20px 20px;
  }
}

.form-wrapper form::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.form-wrapper form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-wrapper form::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 0.1px solid white;
}

.form-innerWrapper{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
  align-items: center;
  height: 100%;
}

/* @media only screen and (max-width: 1300px) {
  .form-innerWrapper{
    height: 80%;
  }
} */

.form-innerWrapper::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.form-innerWrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-innerWrapper::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 0.1px solid white;
}

.form-innerWrapper2{
  display: inline-flex;
  flex-direction: column;
  overflow-y: scroll;
  align-items: center;
  height: 100%;
  width: calc(100% - 40px);
}

.form-innerWrapper2::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.form-innerWrapper2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.form-innerWrapper2::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 0.1px solid white;
}

.title {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
}

.subtitle{
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 30px;
}

.input-field-wrapper{
  display: inline-grid;
  width: 100%;
  grid-template-columns: auto 150px;
  height: auto;
}

/* @media only screen and (max-width: 1300px) {
  .input-field-wrapper{
    grid-template-columns: auto 300px;
    height: 120px;
  }
} */

.input-field-wrapper-long{
  display: inline-grid;
  width: 100%;
}

.input-field {
  grid-column-start: 1;
  display: inline-grid;
  grid-template-columns: 20px auto;
  width: 100%;
  background-color: #f1f1f1;
  height: 45px;
  border-radius: 5px;
  position: relative;
  align-items: center;
}

/* @media only screen and (max-width: 1300px) {
  .input-field {
    padding: 30px;
    box-sizing: border-box;
    height: auto;
  }
} */

.input-field[name="captcha-input"] {
  grid-template-columns: 20px auto 80px;
}

/* @media only screen and (max-width: 1300px) {
  .input-field[name="captcha-input"] {
    grid-template-columns: 20px auto 120px;
  }
} */

.input-field[name="phone"] {
  grid-template-columns: 20px auto 80px;
}

.signup-captchaImg{
  display: inline-block;
  width: calc(100% - 10px);
  border-radius: 5px;
  grid-column-start: 3;
}

/* @media only screen and (max-width: 1300px) {
  .signup-captchaImg{
    height: auto;
  }
} */

.input-field i {
  text-align: center;
  line-height: 55px;
  color: #acacac;
  transition: .3s;
  font-size: 0.85rem;
}

.input-field input {
  grid-column-start: 2;
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 0.85rem;
  color: #333;
  width: 100%;
  padding: 0px 10px 0px 0px;
  box-sizing: border-box;
}

.input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}










.dropdownlist-input-wrapper{
  display: inline-block;
  border: 5px solid #ECEFF1;
  border-radius: 0.5rem;
  width: calc(50% - 10px);
	padding: 10px;
}

/* @media only screen and (max-width: 1300px) {
  .dropdownlist-input-wrapper{
    border: 10px solid #ECEFF1;
  }
} */

.dropdownlist-input-label{
  display: block;
	font-size: 0.85rem;
	font-weight: 400;
	color: #B0BEC5;
  margin-bottom: 0.5rem;
}

.dropdownlist-outerWrapper{
  grid-column-start: 2;
  display: flex;
  width: calc(100% - 10px);
  height: 100%;
  box-sizing: border-box;
  background: whitesmoke;
  border-radius: 5px;
  margin-left: 10px;
}

.dropdownlist-innerWrapper{
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.dropdownlist-selectedValue {
  display: inline-block;
  color: dimgrey;
  font-size: 0.85rem;
  line-height: 30px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
}

/* @media only screen and (max-width: 1300px) {
  .dropdownlist-selectedValue {
    line-height: 23px;
    font-size: 0.85rem;
    padding-left: 30px;
  }
} */

/* Arrow */
.dropdownlist-selectedValue:before {
  content: '';
  position: absolute;
  left: calc(100% - 20px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid #ddd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
}

.dropdownlist-selectedValue:after {
  content: '';
  position: absolute;
  left: calc(100% - 20px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: calc(50% - 1px);
}
/* ^^^^ */

.dropdownlist-list {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(0,0,0,0.1);
  margin: 45px 0px 0px 0px;
  border-radius: 10px;
  background: white;
  max-height: 200px;
  overflow-y: scroll;
}

/* @media only screen and (max-width: 1300px) {
  .dropdownlist-list {
    margin: 60px 0px 0px 0px;
  }
} */

.dropdownlist-list.visible {
  display: block;
}

.dropdownlist-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdownlist-list ul li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 0.85rem;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 30px;
  border-bottom: 1px solid whitesmoke;
}

.dropdownlist-list ul li:hover {
  background-color: whitesmoke;
}

.dropdownlist-list ul li:last-child {
  border-bottom: 0;
}

.dropdownlist-list ul li.selected{
  color: orange;
}

.dropdownlist-list ul li.selected:after {
  content: '';
  width: 5px;
  height: 10px;
  border: 1px solid orange;
  border-right: 0;
  border-bottom: 0;
  left: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
}

.dropdownlist-list ul li span{
  color: var(--button-color);
  width: auto;
  display: flex;
  padding: 0px 40px 0px 5px;
}

/* @media only screen and (max-width: 1300px) {
  .dropdownlist-list ul li span{
    font-size: 0.85rem;
    padding: 20px 40px 20px 20px;
    height: auto;
  }
} */





















.checkbox-container{
  display: inline-block;
  width: calc(100% - 8px);
  border: 5px solid #ECEFF1;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 10px 0px;
}

/* @media only screen and (max-width: 1300px) {
  .checkbox-container{
    border: 10px solid #ECEFF1;
  }
} */

.checkbox-container-title{
  display: flex;
  width: auto;
  justify-content: left;
  align-items: center;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  color: black;
  font-size: 0.85rem;
	font-weight: bold;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}

/* @media only screen and (max-width: 1300px) {
  .checkbox-container-title{
    font-size: 0.85rem;
    padding-right: 0px;
  }
} */

.checkbox-outerWrapper{
  display: inline-flex;
  width: 100%;
  justify-content: left;
  align-items: center;
  padding: 5px 10px 10px 10px;
}

.checkbox-wrapper{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.checkbox-text{
  display: inline-block;
  font-size: 0.85rem;
  color: dimgrey;
  letter-spacing: 1px;
  font-weight: bold;
}

input[type='checkbox'] {
  width: 1.1rem;
  height: 1.1rem;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
  margin-right: 0.5rem;
}

input[type='checkbox']:checked {
  background: #abd;
}


















/* CSS */
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 0.85rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

/* CSS */
input[type="submit"] {
  display: inline-flex;
  width: calc(100% - 60px);
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: dimgrey;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: all 100ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  margin-bottom: 20px;
  margin-top: 20px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(0, 0, 0, 0.9);
}

input[type="submit"]:hover {
  transform: translateY(-1px);
}

input[type="submit"]:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}















.ticket-wrapper{
  display: inline-grid;
  grid-template-columns: 60px auto;
  width: calc(100% - 10px);
  border: 5px solid #ECEFF1;
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
}

.ticket-title{
  grid-column-start: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 0.85rem;
}

.ticket-value{
  grid-column-start: 2;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  width: auto;
  color: black;
  font-size: 0.85rem;
}

.input-outerWrapper{
  display: inline-block;
  margin: 2px 0px;
}

.input-wrapper{
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0px 5px 0px 5px;
}





















.cs-wrapper{
  display: inline-flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.cs-wrapper img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.cs-text{
  font-size: 0.8rem;
  font-weight: bold;
  color: dimgrey;
}





















.scroll-shadows {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;

  background:
    /* Shadow Cover TOP */
    linear-gradient(
      white 30%,
      rgba(255, 255, 255, 0)
    ) center top,
    
    /* Shadow Cover BOTTOM */
    linear-gradient(
      rgba(255, 255, 255, 0), 
      white 70%
    ) center bottom,
    
    /* Shadow TOP */
    radial-gradient(
      farthest-side at 50% 0,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    ) center top,
    
    /* Shadow BOTTOM */
    radial-gradient(
      farthest-side at 50% 100%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    ) center bottom;
  
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

/* Not important to the functionality, just for this particular demo */
.scroll-shadows {
  list-style: none;
  padding-right: 0.5rem;
}
.scroll-shadows > * {
  padding: 0.2rem;
}
.scroll-shadows {
  --scrollbarBG: transparent;
  --thumbBG: #90a4ae;

  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.scroll-shadows::-webkit-scrollbar {
  width: 6px;
}
.scroll-shadows::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.scroll-shadows::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}