/* page register */
.register {
  padding-top: calc(130px + 112px);
  padding-bottom: 112px;
}

.register .holder {
  display: flex;
  justify-content: space-between;
}

.register .column:nth-child(2) {
  max-width: 600px;
  width: 55%;
}

.register .column:first-child {
  width: 45%;
}

.register h3 {
  text-align: left;
  margin-bottom: 10px;
  font-family: "PP Formula Narrow";
  font-style: italic;
}

.register .column:first-child p {
  opacity: 0.7;
}

.register .counter {
  align-items: center;
  justify-content: center;
  background-color: #151515;
  box-sizing: content-box;
  padding-top: 24px;
}

.register .counter h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 43px;
}

.register .counter p {
  text-align: center;
  opacity: 0.5;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.register .counter .items-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.register .counter .item {
  padding: 0 20px;
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter .item p {
  margin-top: 0;
  letter-spacing: 2px;
}

.register .form-holder {
  padding-top: 80px;
}

form p {
  width: 95%;
}

form label {
  font-family: "PP Formula Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

form input {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
  width: 100%;
  border: none;
  padding: 16px 24px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'IBM Plex Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

input[name="player_position"] {
  @media(max-width: 640px) {
    padding-bottom: 40px;
  }
}

input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
  letter-spacing: 1px;
  font-family: 'IBM Plex Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-wrap: wrap;
}

input:focus {
  outline: none;
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

input[type="submit"] {
  font-family: "PP Formula Narrow";
  padding: 10px 16px;
  margin: 0 auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: center;
  background-color: #4b29d1;
  transform: skew(-10deg, 0deg);
  color: #fff;
  max-width: 182px;
}

.register .form-holder .holder {
  flex-direction: column;
  margin-top: 80px;
}
.register .form-holder .holder.discount {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .register .column:first-child {
    width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .register .column:nth-child(2) {
    max-width: none;
    width: 100%;
  }
  
  .register .column:first-child {
    width: 100%;
  }
  .register {
    padding-top: 130px;
    margin: 0 16px;
  }
  .register .holder {
    flex-direction: column;
  }
  .register h3 {
    text-align: center;
    margin-bottom: 50px;
    white-space: normal;
  }
  .register p {
    text-align: center;
    opacity: 0.8;
  }
  .register .counter {
    padding: 24px 50px;
    box-sizing: border-box;
  }
  .register .counter .items-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .register .counter .item {
    padding: 0;
    margin-left: 0;
  }
  .register .counter p {
    margin-top: 0;
  }
  .register .form-holder {
    margin-right: 0;
  }
  .register .form-holder p {
    text-align: left;
  }

  .register .column:first-child {
    margin-right: 0;
  }
}

/* register expanded */
.register-expanded {
  padding-top: 112px;
  padding-bottom: 90px;
}

.register h3 {
  font-family: "PP Formula Narrow";
  font-style: italic;
}
.register h4.advanced-title {
  margin-top: 80px!important;
}
.register h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 50px;
  position: relative;
  margin-bottom: 32px;
  letter-spacing: 2px;
}

.register h4::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #FFDF00;
  position: absolute;
  top: -5px;
  left: 0;
}
.register-expanded .holder {
  margin-bottom: 80px;
}

.register-expanded .two-col {
  display: flex;
  justify-content: space-between;
}

.register-expanded .two-col p input {
  width: 80%;
}

.register-expanded p input {
  width: 100%;
}

.form-holder.register-expanded {
  max-width: 585px;
}

.size-options {
  display: flex;
  justify-content: flex-start;
  display: none;
}

.size-options input[type="radio"] {
  display: none;
}

div[data-name="jersey_size"] {
  display: flex;
  justify-content: flex-start;
}
.jersey_size_button {
  padding: 16px 33px;
  background-color: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.4);
  font-family: "PP Formula Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 15px;
  cursor: pointer;
}

#single-shift, #double-shift, #advanced-single-shift, #advanced-double-shift {
  display: none;
}

.package-holder {
  border: 1px solid transparent;
}
.package-holder.selected {
  border: 1px solid #4B29D1;
}

.selected {
  border: 1px solid #4B29D1;
}

.wpcf7-response-output {
  margin-top: 20px;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: unset;
  letter-spacing: normal;
  border-color: transparent;
  color: #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
}

span[data-name="jersey_size"] .wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #fff;
}

.country-select {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
  width: 90%;
  border: none;
  padding: 11px 24px;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
  letter-spacing: 1px;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.country-select:focus {
  outline: none;
  color: #fff;
}

.health-textarea {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 157px;
  border: none;
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
  letter-spacing: 1px;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.health-textarea:focus {
  outline: none;
  color: #fff;
}

.package-holder {
  padding: 32px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.package-holder p {
  font-size: 16px;
}

.package-holder .package-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.package-holder h6,
.package-holder .price p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "PP Formula Condensed";
}

.package-holder .price p {
  font-family: "PP Formula Narrow";
  margin: 0;
}

.package-holder .price {
  color: #FFDF00;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "PP Formula Narrow";
  margin: 0;
}

.discount {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px !important;
  
}

.discount p {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
  width: auto;
  margin-right: 12px;
  position: relative;
}

.span[data-name="discount"] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
#discount .wpcf7-list-item {
  display: flex !important;
  margin-top: 50px !important;
  margin-left: 0 !important;
}
#discount input {
  width: 34px;
  height: 24px;
  opacity: 0;
}

#discount .wpcf7-list-item-label {
  margin-left: 10px;
}

.holder.discount.discount-checked .custom-checkbox {
  background-color: #4b29d1;
  position: absolute;
  display: inline-block;
}

.holder.discount.discount-checked .custom-checkbox::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../assets/check-icon.png);
}

.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid #4b29d1;
  cursor: pointer;
  z-index: -1;
}

.register-expanded::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 20px);
  background-image: url(../assets/about-cover.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}

.register-expanded form > p {
  color: #fff;
  font-family: "PP Formula Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-expanded form .form-text {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px !important;
  text-transform: unset;
  letter-spacing: normal;
}

.register span[data-name="discount_acceptance"] {
  opacity: 0;
}

.register .custom-checkbox span {
  width: 565px;
  display: block;
  margin-left: 40px;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: -3px;
}

@media screen and (max-width: 1366px) {
  .register-expanded {
    padding-top: 108px;
    box-sizing: border-box;
    margin: 0 16px;
  }

  .register-expanded::after {
    display: none;
  }

  .register-expanded .holder {
    box-sizing: border-box;
    margin-right: 0;
  }
  .register-expanded h3 {
    margin-bottom: 134px;
  }

  .register-expanded .form-holder {
    max-width: none;
  }

  .register-expanded .two-col p input {
    width: 50%;
    height: 32px;
  }

  .register .jersey_size_button {
    padding: 12px;
    margin-right: 10px;
  }

  .register .country-select {
    height: 64px;
  }

  .register .health-textarea {
    width: 90%;
  }

  .register .package-holder {
    box-sizing: border-box;
  }

  .register .content-wrapper {
    width: auto;
  }
  .register p input {
    width: 90%;
  }
  .register .custom-checkbox span {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  .register .custom-checkbox span {
    width: 290px;
  }
  .register input[type="submit"] {
    margin-top: 100px;
  }
}
select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.40);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}


.custom-options {
  position: relative;
  display: none;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(255, 255, 255, 0.03);
  z-index: 9999;
  padding: 16px 24px;
  margin-top: 8px;
}

.custom-option {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 16px;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px!important;
  width: 100%!important;
  margin: 0!important;
}

.custom-option p:nth-child(2) {
  text-align: right;
}

.custom-option:hover,
.custom-option.selected {
  color: #fff;
}

.package-holder {
  transition: all 0.3s ease;
  
}

.package-holder.expanded {
 height: 100%;
}
#form-message {
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}