.padding-xs {
  padding: 0.25em;
}

.padding-sm {
  padding: 0.5em;
}

.padding-md {
  padding: 1em;
}

.padding-lg {
  padding: 1.5em;
}

.padding-xl {
  padding: 3em;
}

.padding-x-xs {
  padding: 0.25em 0;
}

.padding-x-sm {
  padding: 0.5em 0;
}

.padding-x-md {
  padding: 1em 0;
}

.padding-x-lg {
  padding: 1.5em 0;
}

.padding-x-xl {
  padding: 3em 0;
}

.padding-y-xs {
  padding: 0 0.25em;
}

.padding-y-sm {
  padding: 0 0.5em;
}

.padding-y-md {
  padding: 0 1em;
}

.padding-y-lg {
  padding: 0 1.5em;
}

.padding-y-xl {
  padding: 0 3em;
}

.padding-top-xs {
  padding-top: 0.25em;
}

.padding-top-sm {
  padding-top: 0.5em;
}

.padding-top-md {
  padding-top: 1em;
}

.padding-top-lg {
  padding-top: 1.5em;
}

.padding-top-xl {
  padding-top: 3em;
}

.padding-right-xs {
  padding-right: 0.25em;
}

.padding-right-sm {
  padding-right: 0.5em;
}

.padding-right-md {
  padding-right: 1em;
}

.padding-right-lg {
  padding-right: 1.5em;
}

.padding-right-xl {
  padding-right: 3em;
}

.padding-bottom-xs {
  padding-bottom: 0.25em;
}

.padding-bottom-sm {
  padding-bottom: 0.5em;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lg {
  padding-bottom: 1.5em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-xs {
  padding-left: 0.25em;
}

.padding-left-sm {
  padding-left: 0.5em;
}

.padding-left-md {
  padding-left: 1em;
}

.padding-left-lg {
  padding-left: 1.5em;
}

.padding-left-xl {
  padding-left: 3em;
}

.margin-xs {
  margin: 0.25em;
}

.margin-sm {
  margin: 0.5em;
}

.margin-md {
  margin: 1em;
}

.margin-lg {
  margin: 1.5em;
}

.margin-xl {
  margin: 3em;
}

.margin-x-xs {
  margin: 0.25em 0;
}

.margin-x-sm {
  margin: 0.5em 0;
}

.margin-x-md {
  margin: 1em 0;
}

.margin-x-lg {
  margin: 1.5em 0;
}

.margin-x-xl {
  margin: 3em 0;
}

.margin-y-xs {
  margin: 0 0.25em;
}

.margin-y-sm {
  margin: 0 0.5em;
}

.margin-y-md {
  margin: 0 1em;
}

.margin-y-lg {
  margin: 0 1.5em;
}

.margin-y-xl {
  margin: 0 3em;
}

.margin-top-xs {
  margin-top: 0.25em;
}

.margin-top-sm {
  margin-top: 0.5em;
}

.margin-top-md {
  margin-top: 1em;
}

.margin-top-lg {
  margin-top: 1.5em;
}

.margin-top-xl {
  margin-top: 3em;
}

.margin-right-xs {
  margin-right: 0.25em;
}

.margin-right-sm {
  margin-right: 0.5em;
}

.margin-right-md {
  margin-right: 1em;
}

.margin-right-lg {
  margin-right: 1.5em;
}

.margin-right-xl {
  margin-right: 3em;
}

.margin-bottom-xs {
  margin-bottom: 0.25em;
}

.margin-bottom-sm {
  margin-bottom: 0.5em;
}

.margin-bottom-md {
  margin-bottom: 1em;
}

.margin-bottom-lg {
  margin-bottom: 1.5em;
}

.margin-bottom-xl {
  margin-bottom: 3em;
}

.margin-left-xs {
  margin-left: 0.25em;
}

.margin-left-sm {
  margin-left: 0.5em;
}

.margin-left-md {
  margin-left: 1em;
}

.margin-left-lg {
  margin-left: 1.5em;
}

.margin-left-xl {
  margin-left: 3em;
}

.d-flex {
  display: -webkit-flex;
  display: flex;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-content {
  -webkit-flex: 1;
          flex: 1;
}

.header,
.footer {
  background-image: url(/Content/img//Bak-Gray.png);
}

.header {
  padding: 16px 0;
  color: #cccccc;
  font-size: 14px;
}
.header a {
  color: #ffffff;
  font-weight: 500;
}
.header .cart-button {
  background: none;
  border: none;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
@media (min-width: 768px) {
  .header .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.header__right, .header__left {
  -webkit-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .header__right {
    display: -webkit-flex;
    display: flex;
  }
}

.h1-banner {
  color: white;
  background-color: #0c3254;
}
.h1-banner h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .h1-banner h1 {
    font-size: 24px;
  }
}

.step-by-step {
  padding-top: 32px;
  padding-bottom: 32px;
}
.step-by-step--desktop {
  display: none;
}
@media (min-width: 768px) {
  .step-by-step--desktop {
    display: block;
  }
}
.step-by-step--mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 32px 0;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.step-by-step--mobile .step-by-step__number {
  background-color: #0c3254 !important;
}
@media (min-width: 768px) {
  .step-by-step--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .step-by-step {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.step-by-step__step {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.step-by-step__step p {
  position: absolute;
  top: 2px;
  left: 32px;
  min-width: 400px;
  color: #0c3254 !important;
}
@media (min-width: 768px) {
  .step-by-step__step {
    margin-bottom: 0;
  }
}
.step-by-step__step::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  bottom: -8px;
  background-color: #666666;
}
.step-by-step__step--completed {
  color: #0c3254;
}
.step-by-step__step--completed::after {
  background-color: #0c3254;
}
.step-by-step__step--completed .step-by-step__number {
  background-color: #0c3254;
}
.step-by-step__step--active {
  color: #c22032;
}
.step-by-step__step--active::after {
  background-color: #c22032;
}
.step-by-step__step--active .step-by-step__number {
  background-color: #c22032;
}
.step-by-step__number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #666666;
  color: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 8px;
}

.tip-text {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #0c3254;
  padding-left: 40px;
}
.tip-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  background-image: url(/Content/img//text-tip-icon-30x30.png);
}

.tip-text-dark-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 16px 16px 8px 16px;
}

@media (min-width: 768px) {
  .tip-text::before {
    top: 0;
  }
}

.alert-text {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #0c3254;
  padding: 16px 16px 16px 32px;
  margin: 32px auto;
  font-weight: 500;
  border-radius: 4px;
}
.alert-text a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .alert-text {
    margin: 64px auto;
  }
}
.alert-text::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  height: 16px;
  width: 4px;
  display: inline-block;
  margin-right: 8px;
  background-image: url(/Content/img//alert-exclamation-icon-orange-4x16.png);
}

.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  background-color: #c22032;
  padding: 4px 16px;
  color: white;
  transition: 300ms all ease-in-out;
  text-decoration: none;
}
.btn:hover {
  background-color: #c06a29;
}
.btn.btn-secondary {
  color: #c22032;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.btn.btn-secondary:hover {
  border-color: #c22032;
}

a {
  color: #c22032;
  text-decoration: underline;
  font-size: 14px;
}

.message-confirmation {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 32px;
}
.message-confirmation__heading {
  font-size: 18px;
  font-weight: bold;
  color: #0c3254;
}
@media (min-width: 768px) {
  .message-confirmation__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.message-confirmation__text {
  font-size: 14px;
  color: #333333;
}

.add-player-btn {
  text-decoration: none;
  color: #fff;
  background-color: #c22032;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  transition: 300ms all ease-in-out;
}
.add-player-btn:hover {
  background-color: #c06a29;
  color: #fff;
  text-decoration: none;
}

.email-invite-btn {
  text-decoration: none;
  color: #fff;
  background-color: #c22032;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  transition: 300ms all ease-in-out;
}
.email-invite-btn:hover {
  background-color: #c06a29;
  color: #fff;
  text-decoration: none;
}

.footer {
  color: #cccccc;
}
@media (min-width: 768px) {
  .footer .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.footer .container p {
  -webkit-flex: 1;
          flex: 1;
}
.footer__tagline {
  font-size: 14px;
  font-weight: bold;
}
.footer__copy {
  font-size: 10px;
  font-weight: "Roman";
}
@media (min-width: 768px) {
  .footer__copy {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .tabs {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .tabs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .tabs {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .tabs__nav--mobile {
    display: none;
  }
}
.tabs__nav--desktop {
  display: none;
}
@media (min-width: 768px) {
  .tabs__nav--desktop {
    display: -webkit-flex;
    display: flex;
    padding: 0 16px;
    color: #c22032;
    position: relative;
    top: 1px;
  }
}
.tabs__nav-button {
  padding: 8px 16px;
}
.tabs__nav-button--active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  color: #333333;
}
.tabs__nav-active-item {
  max-width: 250px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 2px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px;
  padding: 8px 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.tabs__nav-active-item .fa {
  color: #c22032;
}
.tabs_nav-options {
  display: none;
}
.tabs__content {
  background-color: #fff;
  border-top: 1px solid #cccccc;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .tabs__content {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .tabs__content-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
.tabs__content-add-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 16px;
}
@media (min-width: 768px) {
  .tabs__content-add-buttons {
    padding-left: 8px;
    padding-right: 0;
  }
}
.tabs__content-add-buttons .add-player-btn {
  display: block;
  -webkit-flex: 1;
          flex: 1;
  padding: 4px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .tabs__content-add-buttons .add-player-btn {
    padding: 12px 16px;
    line-height: 1;
  }
}
.tabs__content-add-buttons .email-invite-btn:first-of-type {
  margin-right: 8px;
}
.tabs__content-add-buttons .email-invite-btn {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  padding: 4px 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .tabs__content-add-buttons .email-invite-btn {
    padding: 12px 16px;
    line-height: 1;
  }
}

.tabs__content-add-buttons .add-player-btn:first-of-type {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .tabs__content-add-buttons {
    -webkit-order: 2;
            order: 2;
    width: 250px;
  }
}
.tabs__content-player-selector {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tabs__content-player-selector {
    margin-bottom: 0;
    -webkit-order: 1;
            order: 1;
    -webkit-flex: 1;
            flex: 1;
    padding-right: 0;
  }
}
.tabs__content-player-dropdown {
  -webkit-flex: 1;
          flex: 1;
  background-color: #0c3254;
  color: #fff;
  font-weight: 500;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs__content-player-dropdown img {
  margin-right: 8px;
}
.tabs__content-select-button {
  background-color: #666666;
  padding: 8px 16px;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs__content-select-button span {
  display: none;
}
@media (min-width: 768px) {
  .tabs__content-select-button span {
    display: inline-block;
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .tabs-inner__nav--mobile {
    display: none;
  }
}
.tabs-inner__nav--desktop {
  display: none;
}
@media (min-width: 768px) {
  .tabs-inner__nav--desktop {
    display: -webkit-flex;
    display: flex;
    padding: 0 16px;
    color: #c22032;
    position: relative;
    top: 1px;
    background-color: #f7f7f7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #ccc;
    border-bottom: none;
  }
}
.tabs-inner__nav-active-item {
  max-width: 250px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 2px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px;
  padding: 8px 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.tabs-inner__nav-active-item .fa {
  color: #c22032;
}
.tabs-inner__content {
  border-top: 1px solid #cccccc;
  padding: 8px 16px 32px 16px;
}
@media (min-width: 768px) {
  .tabs-inner__content {
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 32px;
  }
}
.tabs-inner__content .player-info {
  -webkit-align-items: center;
          align-items: center;
  padding: 16px 16px;
  display: grid;
  grid-template-columns: 4px 16px 1fr 20px;
  gap: 16px;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.tabs-inner__content .player-info__name {
  font-weight: bold;
}
.tabs-inner__content .player-info__name span {
  font-weight: normal;
}
.tabs-inner__content .player-info p {
  margin: 0;
}

.form-container {
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 32px;
}
.form-container form {
  position: relative;
}
.form-container .required-tootip {
  position: absolute;
  right: 16px;
  top: 8px;
  font-weight: 400;
}
.form-container .required-tootip span {
  color: #c22032;
}
.form-container__header {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  padding: 8px 16px;
  font-weight: bold;
}
.form-container form {
  padding: 16px;
}
.form-container label {
  font-weight: 400;
}
.form-container label span {
  color: #c22032;
}
