/* Community Swim dashboard: join/add club */
.sc-club-join-card {
  width: 100%;
  box-sizing: border-box;
}

.sc-club-join-form-wrap {
  width: 100%;
  max-width: 570px;
}

.sc-club-join-message {
  margin: 0 0 20px;
  padding: 14px 18px;
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.sc-club-join-message.is-error {
  background: rgba(214, 54, 56, 0.12);
  color: #842029;
}

.sc-club-join-select-wrap {
  position: relative;
}

.sc-club-join-select-wrap::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 27px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.sc-club-join-form select,
.sc-club-join-form input[type="text"] {
  width: 100%;
  height: 65px;
  padding: 0 54px 0 34px;
  margin: 0 0 20px;
  background: #202A34;
  color: #fff;
  border: 1px solid #6CA7C3;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  font-family: "Karla", Sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.sc-club-join-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.sc-club-join-form input[type="text"] {
  padding-right: 34px;
}

.sc-club-join-form input::placeholder {
  color: rgba(255,255,255,0.92);
}

.sc-club-join-new-fields[hidden] {
  display: none !important;
}

.sc-club-join-submit {
  margin-top: 20px;
}

.sc-club-join-submit .sc-auth-btn-wrap .sc-auth-btn.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 370px;
  min-height: 82px;
  padding: 18px 34px;
  border-radius: 999px;
  background: transparent;
  color: #1f2b38;
  border: 5px solid #1f2b38;
  text-decoration: none;
  font-family: "Karla", Sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: none;
  cursor: pointer;
  transition: .2s ease;
}

.sc-club-join-submit .sc-auth-btn-wrap .sc-auth-btn.elementor-button:hover,
.sc-club-join-submit .sc-auth-btn-wrap .sc-auth-btn.elementor-button:focus {
  background: #1f2b38;
  color: #fff;
  transform: none;
}

@media (max-width: 767px) {
  .sc-club-join-form-wrap {
    max-width: none;
  }

  .sc-club-join-form select,
  .sc-club-join-form input[type="text"] {
    height: 80px;
    padding-left: 22px;
    font-size: 18px;
  }

  .sc-club-join-select-wrap::after {
    top: 34px;
  }

  .sc-club-join-submit .sc-auth-btn-wrap,
  .sc-club-join-submit .sc-auth-btn-wrap .sc-auth-btn.elementor-button {
    width: 100%;
  }

  .sc-club-join-submit .sc-auth-btn-wrap .sc-auth-btn.elementor-button {
    min-width: 0;
    min-height: 68px;
    font-size: 18px;
  }
}
