@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../font/manrope/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 300 500 700 900;
  font-style: normal;
}
.ateamo-container {
  margin: 0 auto 45px auto !important;
}
.ateamo-container * {
  font-weight: normal;
  color: #000;
  margin: 0;
  line-height: 120%;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ateamo-container * a {
  box-shadow: none !important;
}
.ateamo-container * button, .ateamo-container * input {
  outline: none;
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: 0px;
}
.ateamo- table tr {
  border: none;
}
.ateamo-p {
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: #006854;
}
.ateamo-header-h2 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: normal;
  font-size: 28px;
  color: #515151;
}
.ateamo-form {
  width: 100%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.ateamo-form .ateamo-form-item {
  width: 100%;
  margin: 0 auto 10px auto;
  position: relative;
}
.ateamo-form .ateamo-form-item--half {
  width: calc(50% - 8px);
  margin: 0;
  margin-bottom: 10px;
}
.ateamo-form .ateamo-form-item input:focus ~ label,
.ateamo-form .ateamo-form-item input:not(:placeholder-shown) ~ label {
  top: 2px;
  font-size: 10px;
  background-color: #fff;
}
.ateamo-form .ateamo-form-item label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  color: #555555;
  padding: 2px 5px;
  width: auto;
}
.ateamo-form .ateamo-form-item.ateamo-form-password {
  position: relative;
}
.ateamo-form .ateamo-form-item .ateamo-password--eye, .ateamo-form .ateamo-form-item .ateamo-password--eye-sign-up {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: url("../images/ateamo-icon-eye.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.ateamo-form .ateamo-form-item .ateamo-password--eye.active, .ateamo-form .ateamo-form-item .ateamo-password--eye-sign-up.active {
  background-image: url("../images/ateamo-icon-close-eye.svg");
}
.ateamo-form .ateamo-form-item .ateamo-form-error {
  display: none;
  font-size: 14px;
  color: red;
  padding: 5px;
}
.ateamo-form .ateamo-form-item:last-child {
  margin-bottom: 0;
}
.ateamo-form .ateamo-form-item .ateamo-header-h2 {
  margin-bottom: 20px;
}
.ateamo-form .ateamo-form-item .ateamo-button-text {
  background: none !important;
  border: none !important;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #006854 !important;
  font-size: 14px;
}
.ateamo-form .ateamo-form-item button {
  margin: 0 auto;
}
.ateamo-loader, .ateamo-loader--error {
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 50px;
}
.ateamo-loader:after, .ateamo-loader--error:after {
  position: absolute;
  z-index: 3;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.ateamo-loader:before, .ateamo-loader--error:before {
  z-index: 4;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-image: url("../images/loader.svg") !important;
}
.ateamo-loader--error:before {
  background-image: url("../images/loader-error.svg");
}
.ateamo-overflow-hidden {
  overflow: hidden;
}
.ateamo-email-success {
  position: absolute;
  top: 14px;
  right: 26px;
  width: 28px;
}
.ateamo-email-success svg {
  fill: #006854 !important;
}

.ateamo-thank-you table tbody tr {
  border: none !important;
}
.ateamo-thank-you table tbody tr td {
  text-align: left;
}

.ateamo-error-registration--message-simple {
  margin-top: 10px;
  border-top: 1px solid #E5E5E3;
}
.ateamo-error-registration--message-simple .ateamo-error-registration {
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: #000000;
}

.ateamo-error-registration--message {
  margin: 0 auto;
  background-color: #fffaeb;
  color: #b54708;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0588235294), 0 1px 3px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #b54708;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-error-registration--message .ateamo-error-registration {
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  color: #b54708;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ateamo-success-registration--message {
  margin: 0 auto;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #249C11;
  background: rgba(36, 156, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-success-registration--message .ateamo-success-registration {
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  color: #249C11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ateamo-error-registration {
  text-align: center;
  color: red;
  width: 100%;
  border-top: none;
  padding: 20px 0;
  background: #fff;
}

.ateamo-registration-team__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ateamo-profile-result .ateamo-register-team--button {
  border-radius: 100px;
  background: #00008b;
  height: 49px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 25px;
  border: 0;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}

.ateamo-registration-team__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ateamo-register-text {
  color: #373737;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 20px auto 0;
  line-height: normal;
  max-width: 368px;
}

.ateamo-error-message {
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 150%;
  font-weight: 700;
  color: blue;
}

body.hide-scroll {
  overflow: hidden;
}

.ateamo-window-error-message, .ateamo-window-success-message {
  position: fixed;
  bottom: 0;
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  border: 1px solid #E6E5E3;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  transition: 0.5s all;
}
.ateamo-window-error-message.active, .ateamo-window-success-message.active {
  z-index: 40;
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.ateamo-window-error-message {
  color: blue;
}

.ateamo-window-success-message {
  color: #006854;
}

button.ateamo-tabs-header-item {
  display: none;
}

.underline-text {
  text-decoration: underline;
}

strong {
  font-weight: bold !important;
}

.ateamo-registration-item-liability-waiver-text ol li {
  margin-bottom: 20px;
}

.league-logo {
  width: 50px;
  margin-right: 20px;
}

.waiver-header {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.ateamo-registration-header--sub {
  margin-top: 5px;
}

.ateamo-registration-logout .ateamo-invite-container.ateamo-invite-container-logout {
  max-width: 800px;
}

.ateamo-thanks-registration {
  text-align: center;
  width: 100%;
}

#ateamo-thanks-payment-result__loader .ateamo-error-registration {
  background-color: #fffaeb;
  color: #b54708;
  width: 100%;
  padding: 20px 5px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0588235294), 0 1px 3px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #b54708;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
#ateamo-thanks-payment-result__loader .ateamo-thanks-registration .ateamo-error-registration.ateamo-error-registration__small {
  color: #808080;
  border: 1px solid rgb(128, 128, 128);
  background: rgba(128, 128, 128, 0.1);
}
#ateamo-thanks-payment-result__loader .ateamo-thanks-registration .ateamo-error-registration.ateamo-error-registration__small.pending {
  color: #b54708;
  background-color: #fffaeb;
  border: 1px solid #b54708;
}
#ateamo-thanks-payment-result__loader .ateamo-thanks-registration .ateamo-error-registration.ateamo-error-registration__small.paid, #ateamo-thanks-payment-result__loader .ateamo-thanks-registration .ateamo-error-registration.ateamo-error-registration__small.completed, #ateamo-thanks-payment-result__loader .ateamo-thanks-registration .ateamo-error-registration.ateamo-error-registration__small.approved {
  color: #249C11;
  border: 1px solid #249C11;
  background: rgba(36, 156, 17, 0.1);
}

.team-block {
  margin: 40px 0;
}

.team-block p {
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
}

.ateamo-thanks-registration .ateamo-button {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.ateamo-registrant-list {
  max-width: 600px !important;
  margin: 0 auto !important;
  border: none !important;
}

.ateamo-registrant-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.ateamo-registrant-list-item:last-child {
  margin-bottom: 0;
}

.ateamo-registrant-list-item img {
  width: 50px;
}

.ateamo-registrant-list-item-name {
  margin: 0 20px 0 20px;
  width: 100%;
  max-width: 220px;
}

.ateamo-registrant-list-item-name p:first-child {
  font-weight: 500;
}

.ateamo-registrant-list-item-status, .ateamo-registrant-list-item-payment {
  width: 100%;
  max-width: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ateamo-registrant-list-item-status p, .ateamo-registrant-list-item-payment p {
  background-color: #f1e5d5;
  border-radius: 100px;
  max-width: 100px;
  width: 100%;
  padding: 5px 0;
  text-transform: capitalize;
}

.ateamo-registrant-list-item-status p.active, .ateamo-registrant-list-item-payment p.active {
  background-color: green;
  color: #fff;
}

.ateamo-error-registration.ateamo-error-registration__small {
  font-size: 35px;
}

.ateamo-container--sidebar {
  max-width: 1000px !important;
  width: 100% !important;
}
.ateamo-container--sidebar .ateamo-container-wrapper {
  display: flex;
}
.ateamo-container--sidebar .ateamo-container-wrapper-item:first-child {
  width: 308px;
  padding-right: 30px;
}
.ateamo-container--sidebar .ateamo-container-wrapper-item:last-child {
  width: 100%;
}

.ateamo-invite-container--small {
  max-width: 350px;
  padding: 8px;
}

.ateamo-container--sidebar .ateamo-registration-wrapper {
  margin-top: 0;
}

.ateamo-sidebar {
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  position: sticky;
  top: 30px;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.ateamo-sidebar-wrapper-item {
  margin-bottom: 3px;
}
.ateamo-sidebar-wrapper-item:last-child {
  margin-bottom: 0;
}
.ateamo-sidebar-wrapper-item a {
  display: flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: flex-start;
}
.ateamo-sidebar-wrapper-item a:hover span {
  color: #9B3BDB;
}
.ateamo-sidebar-wrapper-item a img {
  width: 18px;
  height: 18px;
}
.ateamo-sidebar-wrapper-item a span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #2E2E2D;
  transition: 0.3s all;
}
.ateamo-sidebar-wrapper-item a span:first-child {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-sidebar-wrapper-item a span.active {
  background-color: #ABEADE;
  border-radius: 100px;
}
.ateamo-sidebar-wrapper-item a span:last-child {
  margin-left: 5px;
}

.ateamo-menu-button.ateamo-button--transparent {
  display: none;
  height: 30px;
  width: 30px;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px !important;
  padding: 5px !important;
  margin-right: 10px;
}
.ateamo-menu-button.ateamo-button--transparent span {
  pointer-events: none;
  width: 100%;
  height: 2px;
  display: flex;
  border-radius: 2px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

.ateamo-menu--close, .ateamo-sidebar-header {
  display: none !important;
}

@media (min-width: 768px) {
  #ateamo-profile-result .ateamo-register-team--button:hover {
    opacity: 0.85;
  }
}
@media (max-width: 768px) {
  .ateamo-container--sidebar .ateamo-container-wrapper-item:first-child {
    position: fixed;
    z-index: 11;
    width: 100%;
  }
  .ateamo-container--sidebar .ateamo-container-wrapper-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
  }
  #ateamo-team-accounting .ateamo-menu-button.ateamo-button--transparent,
  #ateamo-player-accounting .ateamo-menu-button.ateamo-button--transparent,
  #ateamo-roster-manage-result .ateamo-menu-button.ateamo-button--transparent,
  #ateamo-team-accounting .ateamo-menu-button.ateamo-button--transparent,
  #ateamo-player-pool-result .ateamo-menu-button.ateamo-button--transparent,
  #ateamo-manage-team-result .ateamo-menu-button.ateamo-button--transparent,
  .ateamo-sidebar-header {
    display: flex !important;
  }
  .ateamo-sidebar-header {
    margin-bottom: 10px;
  }
  .ateamo-sidebar-header p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .ateamo-container-wrapper-item--sidebar {
    transition: all 0.5s cubic-bezier(0, -0.45, 1, -0.19);
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    overflow-y: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0;
  }
  .ateamo-container-wrapper-item--sidebar.active .ateamo-sidebar--menu {
    height: 300px;
    box-shadow: 0px -4px 20px 15px rgba(0, 0, 0, 0.0784313725);
  }
  .ateamo-container-wrapper-item--sidebar.active .ateamo-sidebar--backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .ateamo-container-wrapper-item--sidebar .ateamo-sidebar--backdrop {
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
  }
  .ateamo-menu--close {
    display: flex !important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .ateamo-menu--close img {
    pointer-events: none;
  }
  .ateamo-sidebar--menu {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transition: all 0.5s cubic-bezier(0, -0.45, 1, -0.19);
    height: 0;
    box-shadow: none;
    top: auto;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .ateamo-sidebar {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 20px;
    width: 100%;
    box-shadow: none;
  }
  .ateamo-sidebar-wrapper-item a span:last-child {
    margin-left: 0;
  }
  .ateamo-sidebar-wrapper-item {
    margin-bottom: 0;
  }
  .ateamo-sidebar-wrapper-item a {
    padding: 5px 1px !important;
  }
  .ateamo-sidebar-wrapper-item a span {
    font-size: 14px;
    text-align: center;
  }
}
.ateamo-form-item input {
  border: 1px solid #F0EFED;
  font-size: 14px;
  border-radius: 6px;
  color: #000000;
}

#tidio-chat-iframe {
  bottom: 50px !important;
}

a.ateamo-disabled-link {
  opacity: 0.5;
  cursor: no-drop !important;
}

.ateamo-roster-list-players-header th,
.ateamo-roster-list-players-list-item td {
  border: none !important;
}

.ateamo-roster-list-players-header th {
  white-space: nowrap;
}

.ateamo-captain--icon {
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  font-weight: bolder;
  border-radius: 3px;
  background-color: #6043dc;
}

.pagination-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 5px;
  gap: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 5px;
  gap: 10px;
}
.pagination .page-btn {
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #F0EFED;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  font-size: 15px;
}
.pagination .pagination-ellipsis {
  padding: 0;
  height: auto;
  line-height: normal;
  background: transparent;
}
.pagination .page-active {
  background-color: #F0EFED;
}

input.clr-color {
  margin: 15px 20px 20px auto !important;
}

@media screen and (max-width: 768px) {
  .pagination {
    gap: 5px;
  }
  .pagination .page-btn {
    min-width: 25px;
    min-height: 25px;
    font-size: 11px;
  }
}
@media screen and (max-width: 450px) {
  .clr-pill .clr-gradient {
    width: 110px !important;
  }
  .clr-picker.clr-pill {
    width: 280px !important;
    padding-left: 110px !important;
    left: 20px !important;
  }
}
/* Authentication-based visibility */
.ateamo-container-wrapper-item--sidebar {
  display: none;
}

.ateamo-container.is-captain .ateamo-container-wrapper-item--sidebar {
  display: block;
}

.ateamo-button {
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  display: block;
  text-align: center;
  border: none;
  background: none !important;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}
.ateamo-button.share-registration-link, .ateamo-button.copy-registration-link {
  flex: 1;
  justify-content: center;
  color: #050505 !important;
}
.ateamo-button.share-registration-link svg, .ateamo-button.copy-registration-link svg {
  width: 26px;
  fill: #050505;
  margin-right: 5px;
}
.ateamo-button.share-registration-link img, .ateamo-button.copy-registration-link img {
  margin-right: 4px;
}
.ateamo-button.copy-registration-link svg {
  width: 20px;
}
.ateamo-button--light-green {
  background: #006854 !important;
  border-radius: 52px;
  width: 100%;
  height: 50px;
  color: #ffffff;
  margin-top: 20px !important;
}
.ateamo-button--invite-modal {
  width: 100%;
  height: 40px;
  border-radius: 52px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #F5F4F2 !important;
  font-size: 13px;
  color: #2E2E2D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-button--invite-modal img {
  margin-right: 6px;
}
.ateamo-button--invite-modal:nth-child(2) {
  margin: 0 8px;
}
.ateamo-button--green {
  background: #006854 !important;
  width: 225px;
  height: 56px;
  border-radius: 6px;
  line-height: 56px;
}
.ateamo-button--grey {
  height: 32px;
  border-radius: 4px;
  border: 1px solid #C7C5C3;
  background: #F7F7F5 !important;
  padding: 0 15px !important;
  font-size: 13px;
  display: inline-flex;
  color: #050505 !important;
  width: auto;
  align-items: center;
  text-transform: initial;
  letter-spacing: normal;
  text-decoration: none !important;
}
.ateamo-button--grey:hover {
  background: #C7C5C3 !important;
}
.ateamo-button--black {
  background: #291B33 !important;
  color: #fff !important;
}
.ateamo-button--options {
  width: 100%;
  height: 50px;
  color: #2E2E2D;
  text-align: left;
}
.ateamo-button--back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-button--back:before {
  height: 24px;
  content: url("../images/arrow-back-icon.svg");
}
.ateamo-button--add-roster {
  color: #ffffff;
  line-height: 16px;
  width: 150px;
  margin: 0 auto !important;
  position: initial;
  background: #006854 !important;
  height: 50px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-button--add-roster--green {
  width: 56px;
  height: 56px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  background: #006854 !important;
  color: #ffffff !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  position: sticky;
  z-index: 4;
  bottom: 25px;
  margin-left: auto !important;
}
.ateamo-button--request {
  height: 32px !important;
  border-radius: 56px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #F5F4F2 !important;
}
.ateamo-button--request img {
  width: 18px;
  filter: brightness(0%);
}
.ateamo-button--request--black {
  background: #291B33 !important;
  margin-left: 8px !important;
}
.ateamo-button--request--black img {
  filter: brightness(0) invert(1);
}
.ateamo-button--recruitment {
  border-radius: 56px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #F5F4F2 !important;
  font-size: 13px;
  color: #2E2E2D;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-button--recruitment-big {
  width: 95px;
}
.ateamo-button--recruitment-big img {
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.ateamo-button--send-invites {
  font-size: 13px;
  line-height: 14px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  position: sticky;
  z-index: 4;
  bottom: 25px;
  margin-left: auto !important;
  border-radius: 52px;
  background: #291B33 !important;
}
.ateamo-button * {
  pointer-events: none;
}
.ateamo-button.ateamo-loader {
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.ateamo-button:disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.ateamo-button-invite-player, .ateamo-button-launch-recruitment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ateamo-button-invite-player:hover, .ateamo-button-launch-recruitment:hover {
  color: #2E2E2D;
}
.ateamo-button-invite-player:after {
  content: url("../images/invite-player-icon.svg");
}
.ateamo-button-launch-recruitment:after {
  content: url("../images/launch-recruitment-icon.svg");
}

.ateamo-button--transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: transparent;
  border: 0;
  padding: 7px !important;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 128%;
  transition: all 0.3s ease-in-out;
}
.ateamo-button--transparent img {
  width: 20px;
  height: auto;
  filter: brightness(0);
}
.ateamo-button--transparent:hover {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

@media (min-width: 768px) {
  .ateamo-button--green:hover {
    opacity: 0.85;
  }
}
.ateamo-input {
  font-size: 13px !important;
  padding: 0 20px !important;
  color: #555555;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  width: 100% !important;
  height: 56px;
  border-radius: 3px;
}
.ateamo-input:read-only {
  border: none;
}
.ateamo-input:focus {
  border-color: #2f7033;
}
.ateamo-input.ateamo-error-input {
  border: 1px solid red !important;
}

.ateamo-modal {
  margin: 0 !important;
  transition: 0.5s all;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ateamo-modal-form {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
.ateamo-modal.ateamo-modal-active {
  visibility: visible;
  z-index: 40;
  opacity: 1;
}
.ateamo-modal.ateamo-modal-active .ateamo-modal--content {
  transform: translate(-50%, -50%) scale(0.95);
}
.ateamo-modal .ateamo-modal__bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.ateamo-modal .ateamo-modal--content {
  box-sizing: border-box;
  transition: 0.5s all;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  width: 100%;
  max-width: 800px;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  padding: 30px 20px;
  border-radius: 4px;
}
.ateamo-modal .ateamo-modal--content::-webkit-scrollbar {
  width: 7px;
}
.ateamo-modal .ateamo-modal--content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ateamo-modal .ateamo-modal--content::-webkit-scrollbar-thumb {
  background-color: #3076b0;
  outline: 1px solid #3076b0;
  border-radius: 4px;
}
.ateamo-modal .ateamo-modal--content .ateamo-close-modal {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 7px;
  cursor: pointer;
  border: none;
  background: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  z-index: 111;
}
.ateamo-modal .ateamo-modal--content .ateamo-modal__text {
  margin: 0;
  font-size: 18px;
}
.ateamo-roster-generate-pdf {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-roster-generate-pdf .ateamo-modal-form {
  height: 100%;
}
.ateamo-roster-generate-pdf .ateamo-modal--content {
  width: 44vw; /* 60% of 55vw */
  aspect-ratio: 8.5/11;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .ateamo-roster-generate-pdf .ateamo-modal--content {
    width: 80vw;
  }
}
@media (max-width: 800px) {
  .ateamo-roster-generate-pdf .ateamo-modal--content {
    width: 100vw;
  }
}
.ateamo-roster-pdf--body {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  display: block !important;
}

.ateamo-photo-modal .ateamo-modal-form {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0;
  flex-direction: column;
}

.ateamo-form {
  padding: 5px;
}
.ateamo-form--width-half {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ateamo-form--width-half:first-child {
  padding-right: 15px;
}
.ateamo-form--logo {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 4px;
  background-color: #D9DDE1;
  margin-right: 8px;
}
.ateamo-form--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ateamo-form--text {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
.ateamo-form--league-header {
  display: flex;
  gap: 5px;
}
.ateamo-form--league-main {
  font-weight: 400;
  line-height: 100%;
  max-width: 300px;
}
.ateamo-form--league-main p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
}
.ateamo-form--league-main p:last-child {
  font-size: 16px;
}
.ateamo-form--league-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ateamo-form--league-footer a {
  font-weight: 500;
  color: #818181;
  font-size: 12px;
  line-height: 100%;
  width: auto;
  text-decoration: none;
}

.ateamo-form--league-mobile {
  display: none;
}

.ateamo-form--logo span {
  width: 70px;
  height: 70px;
  min-height: 70px;
}

@media screen and (max-width: 991px) {
  .ateamo-modal .ateamo-modal__bgc {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .ateamo-modal-form {
    flex-direction: column;
  }
  .ateamo-form--width-half {
    width: 100%;
    gap: 10px;
  }
  .ateamo-form--league-main {
    max-width: 100%;
  }
  .ateamo-form .ateamo-form-item {
    max-width: 100%;
  }
  .ateamo-form--logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .ateamo-form--logo span {
    width: 50px;
    height: 50px;
    min-height: 50px;
  }
  .ateamo-form--text {
    font-size: 21px;
  }
  .ateamo-form--league-main p:first-child {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ateamo-form--league-main p:last-child {
    font-size: 13px;
  }
  .ateamo-form--league-footer {
    display: none;
  }
  .ateamo-form--league-mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
  }
  .ateamo-form--league-mobile a {
    font-weight: 500;
    color: #818181;
    font-size: 12px;
    line-height: 100%;
    width: auto;
    text-decoration: none;
  }
  .ateamo-form--width-half:last-child {
    padding-top: 20px;
  }
}
.ateamo-modal.ateamo-forgot-password.ateamo-modal-active .ateamo-form .ateamo-form-item.donthaveaccount {
  display: none;
}

.ateamo-slider .ateamo-invite-container {
  border: none;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ateamo-slider .ateamo-invite-container {
    flex-direction: column !important;
  }
}
.ateamo-slider .ateamo-slider-item {
  display: none;
}
.ateamo-slider .ateamo-slider-item-active {
  display: block;
}
.ateamo-slider .ateamo-slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ateamo-slider .ateamo-slider-controls button {
  margin: 0 20px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
}

.ateamo-registration-inputs-wrapper {
  margin: 40px 0;
}
.ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item {
  display: flex;
  margin: 20px -10px 0 -10px;
}
.ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item.ateamo-registration-inputs-item__three .ateamo-registration-input-block {
  width: 33.3333333333%;
}
.ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item .ateamo-registration-input-block {
  width: 100%;
  padding: 0 10px;
  position: relative;
}
.ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item .ateamo-registration-input-block label {
  margin-bottom: 5px;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #858483;
}
.ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item .ateamo-registration-input-block input {
  background-color: #fff;
  padding: 25px 12px 12px 12px !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2E2E2D;
  border: 1px solid #E6E5E3;
}
.ateamo-registration-item-liability-waiver-confirm {
  display: flex;
  align-items: center;
}
.ateamo-registration-item-liability-waiver-confirm.ateamo-registration-item-liability-waiver-confirm-margin {
  margin-top: 20px;
}
.ateamo-registration-item-liability-waiver-confirm input {
  opacity: 1 !important;
  cursor: pointer;
  width: 20px;
  height: 20px;
  accent-color: #2f7033;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ateamo-registration-item-liability-waiver-confirm label {
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.ateamo-photo-pick {
  margin: 40px 0;
}
.ateamo-photo-pick .ateamo-select-photo-wrapper {
  margin-top: 10px;
}
.ateamo-photo-pick .ateamo-select-photo-wrapper .ateamo-select-photo-error {
  margin-top: 10px;
  font-size: 15px;
  color: red;
  font-weight: 600;
}
.ateamo-photo-pick .ateamo-select-photo-wrapper label span {
  color: #fff;
  font-size: 14px;
}
.ateamo-photo-pick .ateamo-select-photo-wrapper input {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: 0;
}
.ateamo-photo-pick .ateamo-select-photo-img {
  display: block;
  height: 225px !important;
  width: 225px !important;
  border-radius: 100%;
}
.ateamo-photo-pick .ateamo-select-photo-img[src=""] {
  display: none;
}
.ateamo-registration-item-liability-waiver-text {
  margin: 20px 0;
}
.ateamo-registration-item-liability-waiver-text * {
  font-size: 15px;
  line-height: 140%;
}
.ateamo-registration-item-liability-waiver-text ol, .ateamo-registration-item-liability-waiver-text ul {
  padding-left: 30px;
}
.ateamo-registration-item-liability-waiver-text p, .ateamo-registration-item-liability-waiver-text ol, .ateamo-registration-item-liability-waiver-text ul {
  margin-bottom: 10px;
}
.ateamo-registration-item-header span {
  font-size: 15px;
}
.ateamo-modal-form .ateamo-cropp-photo {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ateamo-select-photo-error-required {
  font-size: 24px;
  color: red;
  font-weight: bold;
  display: none;
}
.ateamo-select-photo-error-required.ateamo-show {
  display: block;
}

.ateamo-photo-modal .ateamo-close-modal {
  background: #fff !important;
  border-radius: 100px;
  padding: 5px !important;
  width: 30px !important;
  height: 30px !important;
}

.ateamo-photo-modal .ateamo-modal--content {
  max-width: 70vw;
  max-height: 80vh;
  overflow: hidden;
  padding: 0;
}

.ateamo-player-image-container {
  max-height: 70vh;
  max-width: 100%;
  overflow: hidden;
}

.ateamo-photo-modal img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.ateamo-select-photo-label {
  width: 225px !important;
  height: 56px !important;
}

.text-required {
  color: red;
  font-size: 22px !important;
}

#ateamo-player-birthaday {
  cursor: pointer;
}

.dob-datepicker__month__button, .dob-datepicker__day__button, .dob-datepicker__year__button {
  padding: 10px !important;
}

.ateamo-team-checker {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.ateamo-registration--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ateamo-registration-block-team-card {
  max-width: 600px;
  margin: auto;
}
.ateamo-registration-block-team-card-wrapper-team-info {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.ateamo-registration-block-team-card-wrapper-team-info img {
  height: 40px;
}
.ateamo-registration-block-team-card-wrapper-team-info-name p:first-child {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.76px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #292928;
  margin-bottom: 2px;
}
.ateamo-registration-block-team-card-wrapper-team-info-name p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #575756;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-league {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-league img {
  width: 22px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-league p:nth-child(2) {
  margin: 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #2E2E2D;
  width: 100%;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-league p:last-child {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #67179C;
  padding: 4px 10px;
  background-color: #F0E2FA;
  border-radius: 100px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date {
  display: flex;
  align-items: center;
  margin: 20px auto;
  border: 1px solid #E5E5E3;
  border-radius: 6px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 6px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table thead td {
  border-bottom: 1px solid #E5E5E3;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2E2E2D;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table thead tr {
  border: none;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table tbody tr {
  border: none;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table tbody tr:last-child td {
  border-bottom: 0;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table td {
  background-color: #FFFFFF;
  padding: 3px 6px;
  border-right: 1px solid #E5E5E3;
  border-bottom: 1px solid #E5E5E3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
  text-align: center;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date table td:last-child {
  border-right: 0;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date img {
  margin-right: 8px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-date p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #2E2E2D;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-price {
  display: flex;
  align-items: flex-start;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-price img {
  margin-right: 8px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-price-wrapper p:first-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #2E2E2D;
  margin-right: 2px;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-price-wrapper p:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #858483;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-button {
  margin-top: 10px;
  display: flex;
  justify-content: right;
}
.ateamo-registration-block-team-card-wrapper-team-registration-info-button span {
  width: 135px;
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
}

.ateamo-slider-controls-next--select-team {
  cursor: pointer;
  font-weight: 700;
}

.ateamo-registration-item-header.ateamo-registration-item-header--registration {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.76px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #292928;
}

.ateamo-registration-item-header-sub--width {
  max-width: 300px;
  margin: 0 auto;
}

.ateamo-registration-item-header-sub--registration-bottom {
  text-align: center;
}
.ateamo-registration-item-header-sub--registration-bottom span {
  display: block;
}
.ateamo-registration-item-header-sub--registration-bottom span:first-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #704701;
  margin-bottom: 10px;
}
.ateamo-registration-item-header-sub--registration-bottom span:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #858483;
}

.ateamo-registration-item-header-sub.ateamo-registration-item-header-sub--registration {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #575756;
}

.ateamo-registration-inputs-item--birthday {
  padding-top: 1px;
  margin-top: 19px !important;
  position: relative;
}
.ateamo-registration-inputs-item--birthday:after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  background-color: #fff;
  left: 10px;
  position: absolute;
  top: 0;
}
.ateamo-registration-inputs-item--birthday .ateamo-registration-input-block {
  width: 100% !important;
}
.ateamo-registration-inputs-item--birthday .ateamo-registration-input-block input {
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 20px;
}

.ateamo-registration-inputs-item__full .ateamo-registration-input-block {
  width: 100% !important;
}

.ateamo-registration-inputs-item--phone {
  padding-bottom: 25px;
  margin-bottom: 25px !important;
  position: relative;
}
.ateamo-registration-inputs-item--phone:after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  background-color: #fff;
  left: 10px;
  position: absolute;
  bottom: 0;
}

.ateamo-select-photo-label.ateamo-select-photo-label--empty.ateamo-loader:after {
  border-radius: 100px !important;
}

.ateamo-select-photo-label.ateamo-select-photo-label--empty {
  cursor: pointer;
  width: 200px !important;
  height: 200px !important;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.ateamo-select-photo-label.ateamo-select-photo-label--empty img {
  height: auto !important;
  width: auto !important;
  border-radius: 0;
  pointer-events: none;
}

.ateamo-select-photo-label.ateamo-select-photo-label--empty.active-photo:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #2f7033;
  border-radius: 100px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/edit-player-image.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.ateamo-select-photo-label.ateamo-select-photo-label--empty.active-photo img {
  border-radius: 10px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ateamo-registration-item-liability-waiver-text {
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
}

.ateamo-registration-item-liability-waiver-confirm {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #fff;
}
.ateamo-registration-item-liability-waiver-confirm label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #2E2E2D;
}

.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button {
  margin: 0;
  width: 100%;
}

.ateamo-registration-payment-button button.ateamo-pay-group__paypal, .ateamo-registration-payment-button button.ateamo-pay-group__stripe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.ateamo-registration-payment-button button.ateamo-pay-group__paypal:hover, .ateamo-registration-payment-button button.ateamo-pay-group__stripe:hover {
  opacity: 0.7;
}
.ateamo-registration-payment-button button.ateamo-pay-group__paypal span, .ateamo-registration-payment-button button.ateamo-pay-group__stripe span {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.ateamo-registration-payment-button button.ateamo-pay-group__paypal span img, .ateamo-registration-payment-button button.ateamo-pay-group__stripe span img {
  width: 60px;
  height: auto;
}
.ateamo-registration-payment-button button.ateamo-pay-group__paypal {
  background-color: #FFC439;
}
.ateamo-registration-payment-button button.ateamo-pay-group__stripe {
  background-color: #635bff;
  color: #fff !important;
}
.ateamo-registration-payment-button button.ateamo-pay-group__stripe img {
  width: 60px;
}

.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button button {
  font-size: 20px;
  width: 300px !important;
  height: 80px;
  line-height: 20.16px;
  margin: 0 auto 0 0;
}
.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button button:first-child {
  margin: 0 0 0 auto;
}

.ateamo-invite .ateamo-registration-grid-item.choose-group-button.ateamo-button {
  width: calc(50% - 3px) !important;
}

.ateamo-registration-payment--info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item {
  width: 50%;
  margin-bottom: 15px;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item:last-child {
  margin-bottom: 0;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item .registration-payment--info {
  margin-bottom: 10px;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item .registration-payment--info img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item p {
  color: #1C1B1F;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item p:first-child {
  font-weight: 700;
}
.ateamo-registration-payment--info .ateamo-registration-payment--item p:last-child {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.registration-payment--player-info {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  padding: 10px 12px;
  position: relative;
  min-height: 130px;
}
.registration-payment--player-info .player-info--photo {
  position: absolute;
  right: 12px;
  top: 10px;
  overflow: hidden;
  height: 65px;
  width: 65px;
  border-radius: 4px;
}
.registration-payment--player-info .player-info--name {
  width: calc(100% - 65px);
  flex-wrap: wrap;
}
.registration-payment--player-info .player-info--email {
  display: inherit !important;
  overflow-wrap: break-word;
}
.registration-payment--player-info .registration-payment--player-text p {
  color: #555555;
}
.registration-payment--player-info .registration-payment--player-text:last-child {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .ateamo-registration-payment--info {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .ateamo-registration-payment--info .ateamo-registration-payment--item {
    width: 100%;
  }
  .ateamo-photo-modal .ateamo-modal--content {
    max-width: 100vw;
    max-height: 100vh;
  }
  .ateamo-invite .ateamo-registration-grid-item.choose-group-button.ateamo-button {
    width: 100% !important;
  }
  .ateamo-player-image-container {
    max-height: 100vh;
    max-width: 100%;
  }
  .ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item .ateamo-registration-input-block {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .ateamo-registration-inputs-wrapper .ateamo-registration-inputs-item {
    flex-direction: column;
    margin: 0 -10px;
  }
  .ateamo-registration-block-team-card-wrapper-team-registration-info-button span {
    width: 100%;
    margin-top: 10px;
  }
  .ateamo-registration-block-team-card {
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
  }
  .ateamo-registration-inputs-item--birthday {
    padding-top: 15px;
    margin-top: 0 !important;
  }
  .ateamo-registration-inputs-item--phone {
    padding-bottom: 0;
    margin-bottom: 15px !important;
  }
  .ateamo-registration-item-liability-waiver-confirm.ateamo-registration-item-liability-waiver-confirm-margin {
    margin-top: 0;
    padding-top: 10px;
  }
  .ateamo-registration-item-liability-waiver-text {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ateamo-registration--flex {
    flex-direction: column;
  }
  .ateamo-registration--flex .ateamo-form--width-half {
    width: 100%;
  }
}
.ateamo-registration-header {
  font-size: 35px;
  font-weight: bold;
}
.ateamo-registration .ateamo-registration-grid-groups {
  width: 100%;
}
.ateamo-registration .ateamo-registration-grid__search {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.ateamo-registration .ateamo-registration-grid__search label {
  position: relative;
  width: 100%;
}
.ateamo-registration .ateamo-registration-grid__search label #ateamo-search-registration-teams {
  border: 1px solid #D0D5DD;
  padding: 0 14px 0 35px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 8px;
}
.ateamo-registration .ateamo-registration-grid__search label button {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-registration .ateamo-registration-grid__search label button svg {
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.ateamo-registration-wrapper {
  max-width: 800px;
}
.ateamo-registration-wrapper--center {
  margin: 0 auto;
}
.ateamo-registration-wrapper .ateamo-slider-item-active {
  display: block;
  border-radius: 6px;
  padding: 15px 8px;
}
.ateamo-registration-wrapper .ateamo-slider-item-active:first-child {
  padding: 0;
  border: 0;
}
.ateamo-registration-wrapper .ateamo-registration-groups .ateamo-registration-team {
  padding: 16px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E6E5E3;
}
.ateamo-registration-wrapper .ateamo-registration-item-header__sub {
  font-size: 15px;
}
.ateamo-registration-wrapper .ateamo-registration-item-header {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.ateamo-registration-wrapper .ateamo-registration-item-description {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey {
  display: flex;
  margin: 20px 0;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey .ateamo-registration-team-settings-jersey-item {
  width: 50%;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey .ateamo-registration-team-settings-jersey-item .ateamo-jersey-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey .ateamo-registration-team-settings-jersey-item .ateamo-jersey-color {
  position: relative;
  cursor: pointer;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey .ateamo-registration-team-settings-jersey-item .ateamo-jersey-color svg {
  width: 100px;
  height: 100px;
}
.ateamo-registration-wrapper .ateamo-registration-team-settings .ateamo-registration-team-settings-jersey .ateamo-registration-team-settings-jersey-item .ateamo-jersey-color input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ateamo-registration-wrapper .ateamo-registration-item-text {
  margin: 5px 0;
  font-size: 14px;
}
.ateamo-registration-wrapper .ateamo-registration-item-text strong {
  font-weight: bold;
  font-size: 15px;
}
.ateamo-registration-wrapper #ateamo-registration-comment {
  width: 100%;
  height: 144px;
  resize: none;
  border-radius: 6px;
  padding: 8px 12px 12px 12px;
  background-color: #F0EFED;
  border: none;
}
.ateamo-registration-wrapper .ateamo-registration-errors {
  margin-bottom: 30px;
}
.ateamo-registration-wrapper .ateamo-registration-errors .ateamo-registration-payment-exist {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  color: red;
}
.ateamo-registration-wrapper .ateamo-registration-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-price {
  text-align: center;
  margin-bottom: 20px;
}
.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-price p:first-child {
  font-size: 18px;
  font-weight: 700;
}
.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button button {
  font-size: 16px;
  height: 36px;
  color: #000;
  font-weight: 700;
  width: 180px !important;
}
.ateamo-registration-wrapper .ateamo-registration-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
  gap: 6px;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-items.ateamo-registration-active .ateamo-registration-grid-item {
  width: calc(50% - 5px);
}
.ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}
.ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside img {
  height: 90px !important;
}
.ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside span {
  font-size: 22px;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item {
  width: 33.3333333333%;
  margin-bottom: 10px;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item .ateamo-registration-grid-item-inside {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: 0.3s all;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item .ateamo-registration-grid-item-inside img {
  display: block;
  height: 50px !important;
  margin: 0 auto;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item .ateamo-registration-grid-item-inside span {
  display: block;
  font-size: 18px;
  text-align: center;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item input {
  display: none !important;
}
.ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item input:checked ~ .ateamo-registration-grid-item-inside {
  border-color: #2f7033;
  box-shadow: 2px 2px 15px #2f7033;
}
.ateamo-registration-wrapper .ateamo-registration-grid__divisions {
  justify-content: center;
}
.ateamo-registration-wrapper .ateamo-create-team {
  text-align: right;
  margin-top: 20px;
}
.ateamo-registration-wrapper .ateamo-create-team button {
  width: 200px;
  height: 50px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #2f7033;
  box-shadow: 2px 2px 4px #2f7033;
  background: transparent;
  font-weight: 600;
  transition: 0.3s all;
}
.ateamo-registration-wrapper .ateamo-create-team button:hover {
  box-shadow: 2px 2px 10px #2f7033;
}
.ateamo-registration--hidden {
  display: none !important;
}
.ateamo-registration--padding {
  padding: 0 16px;
}
.ateamo-registration-team--inside {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ateamo-registration-team--inside .ateamo-registration--inside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ateamo-registration-team--inside .ateamo-registration--step {
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #575756;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.ateamo-registration-team--inside .ateamo-registration--step button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.ateamo-registration-team--inside .ateamo-registration--step button svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.ateamo-registration-team--inside .ateamo-registration--step button:hover {
  background-color: #C7C7C5;
}
.ateamo-registration-team--inside .ateamo-registration--header {
  font-weight: 400;
  font-size: 17px;
  color: #2E2E2D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
}
.ateamo-registration-team--inside .ateamo-registration--team-name {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 12px;
}
.ateamo-registration-team--inside .ateamo-registration--team-name .ateamo-registration--team-image {
  border-radius: 50%;
  background-color: #E8E8E6;
  min-height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-registration-team--inside .ateamo-registration--team-name .ateamo-registration--team-image img {
  height: auto;
  width: 38px;
}
.ateamo-registration-team--inside .ateamo-registration--input {
  background-color: #F0EFED;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.ateamo-registration-team--inside .ateamo-registration--input > span {
  font-size: 12px;
  font-weight: 400;
  color: #858483;
}
.ateamo-registration-team--inside .ateamo-registration--input input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  letter-spacing: -0.02em;
  text-align: left;
  width: 100%;
}
.ateamo-registration-team--inside .ateamo-registration-divisions--title {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys .ateamo--waiver {
  display: flex;
  align-items: center;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys .ateamo--waiver input {
  position: fixed;
  left: -999999px;
  width: 1px;
  height: 1px;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys .ateamo--waiver input:checked ~ label:before {
  content: url("../images/checkmark.svg");
  border: 1px solid #252e09;
  background-color: #303d0b;
  mask-image: none;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys .ateamo--waiver label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #2E2E2D;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.ateamo-registration-team--inside .ateamo-registration--jerseys .ateamo--waiver label:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 6px;
  border: 1px solid #A3A3A2;
  background: rgba(0, 0, 0, 0.0392156863);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ateamo-registration-team--inside .ateamo-registration-jersey {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ateamo-registration-team--inside .ateamo-registration-jersey > div {
  background-color: #F5F4F2;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.ateamo-registration-team--inside .ateamo-registration-jersey > div .ateamo-jersey-color {
  position: relative;
  width: 100px;
  height: 100px;
}
.ateamo-registration-team--inside .ateamo-registration-jersey > div .ateamo-jersey-color input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ateamo-registration-team--inside .ateamo-registration-jersey .jersey--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ateamo-registration-team--inside .ateamo-registration-jersey .jersey--header .jersey--title {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #858483;
  margin: 0;
}
.ateamo-registration-team--inside .ateamo-registration-jersey .jersey--header button {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border-radius: 6px;
}
.ateamo-registration-team--inside .ateamo-registration-jersey .jersey--header button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url("../images/edit-pen.svg");
  width: 16px;
  height: 16px;
}
.ateamo-registration-team--inside .ateamo-registration-jersey .jersey--header button:hover {
  background-color: #C7C7C5;
}
.ateamo-registration-team--inside .ateamo-registration-textarea-container {
  position: relative;
}
.ateamo-registration-team--inside .ateamo-registration-textarea-container .char-counter {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #C7C7C5;
}
.ateamo-registration-team--inside .ateamo-registration-divisions .ateamo-registration-divisions--select .divisions--select {
  position: relative;
  background-color: #F0EFED;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  cursor: pointer;
}
.ateamo-registration-team--inside .ateamo-registration-divisions .ateamo-registration-divisions--select .divisions--select * {
  pointer-events: none !important;
}
.ateamo-registration-team--inside .ateamo-registration-divisions .ateamo-registration-divisions--select .divisions--select span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #858483;
}
.ateamo-registration-team--inside .ateamo-registration-divisions .ateamo-registration-divisions--select .divisions--select p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #2E2E2D;
}
.ateamo-registration-team--inside .ateamo-registration-divisions .ateamo-registration-divisions--select .divisions--select span.divisions--select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  content: url("../images/arrowDown.svg");
}
.ateamo-registration-team--inside .ateamo-registration-comment h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 8px;
}
.ateamo-registration-team--inside .ateamo-registration-comment p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.01em;
}
.ateamo-registration-team--inside .ateamo-registration-comment p:not(:first-child) {
  margin-top: 10px;
}
.ateamo-registration-team--inside .ateamo-registration-comment p.comment-colored {
  color: #704701;
}
.ateamo-registration-team--inside .ateamo-registration--team-details {
  padding: 16px;
  border-radius: 6px;
  background-color: #F5F4F2;
}
.ateamo-registration-team--inside .ateamo-registration--details > p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
  margin-bottom: 16px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--header, .ateamo-registration-team--inside .ateamo-registration--details .season-details--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--header p, .ateamo-registration-team--inside .ateamo-registration--details .season-details--header p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--header button, .ateamo-registration-team--inside .ateamo-registration--details .season-details--header button {
  border-radius: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--header button:hover, .ateamo-registration-team--inside .ateamo-registration--details .season-details--header button:hover {
  opacity: 0.7;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--header button *, .ateamo-registration-team--inside .ateamo-registration--details .season-details--header button * {
  pointer-events: none;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--image-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E6;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--image img {
  width: 32px;
  max-height: 48px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--name {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  letter-spacing: -0.02em;
  color: #2E2E2D;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division {
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 216px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform > p,
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--division > p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A3A3A2;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details-list--uniform {
  display: flex;
  gap: 4px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform {
  flex-direction: row;
  flex-wrap: wrap;
  width: min-content;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform p {
  width: 100%;
  margin: 0;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform .team-details--uniform-primary,
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform .team-details--uniform-alternative {
  width: 19px;
  height: 19px;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform .team-details--uniform-primary svg,
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform .team-details--uniform-alternative svg {
  width: 19px;
  height: auto;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--uniform-title, .ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division .team-details--division-title {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4px !important;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--info .team-details--uniform-division p.team-details--division-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #575756;
  text-transform: none;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--note {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.01em;
  color: #704701;
}
.ateamo-registration-team--inside .ateamo-registration--details .team-details--note span {
  color: #704701;
  font-weight: 500;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E3;
  border-radius: 6px;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 6px;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date table thead td {
  border-bottom: 1px solid #E5E5E3;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
  background-color: #F5F4F2;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date table tbody tr:last-child td {
  border-bottom: 0;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date table td {
  padding: 3px 6px;
  border-right: 1px solid #E5E5E3;
  border-bottom: 1px solid #E5E5E3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
  background-color: #F5F4F2;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--date table td:last-child {
  border-right: 0;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-date, .ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee {
  position: relative;
  padding-left: 26px;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-date img, .ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee img {
  left: 0;
  top: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-date {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee {
  display: flex;
  flex-direction: column;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee .registration-fee--title {
  font-size: 12px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #858483;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee .registration-fee--info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--registration .season-details--registration-fee .registration-fee--info p span {
  color: #858483;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--league {
  margin: 16px 0;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--league p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.01em;
}
.ateamo-registration-team--inside .ateamo-registration--details .season-details--league .season-details--title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
  letter-spacing: -0.03em;
}

.payment-details {
  margin-top: 40px;
}
.payment-details .payment-details--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.payment-details .payment-details--text p {
  margin: 0;
}
.payment-details .payment-details--text p:first-child {
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}
.payment-details .payment-details--text p:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.01em;
  color: #575756;
}
.payment-details .payment-details--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-details .payment-details--info .payment-details--total {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.payment-details .payment-details--info .payment-details--total p {
  margin: 0;
}
.payment-details .payment-details--info .payment-details--total p:first-child {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #575756;
}
.payment-details .payment-details--info .payment-details--total p:last-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #2E2E2D;
}

.season-details--tooltip {
  margin-top: 25px;
  padding-left: 26px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-decoration-skip-ink: none;
  color: #2E2E2D;
  display: flex;
  align-items: center;
  gap: 6px;
}

.team-details--separator {
  width: 100%;
  margin: 16px 0;
  height: 1px;
  background-color: #E8E8E6;
}

.ateamo-registration-grid__divisions .ateamo-registration-grid-item__disabled {
  background-color: rgba(199, 199, 197, 0.4);
  pointer-events: none;
  cursor: no-drop;
}
.ateamo-registration-grid__divisions .ateamo-registration-grid-item {
  width: 50% !important;
}
.ateamo-registration-grid__divisions .ateamo-registration-grid-item .ateamo-registration-grid-item-inside {
  display: flex;
  flex-direction: column;
}
.ateamo-registration-grid__divisions .ateamo-registration-grid-item .ateamo-registration-grid-item-inside .ateamo-select-player-pool-button {
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 32px;
  margin-top: 10px;
}

.ateamo-registration-divisions--select {
  position: relative;
}
.ateamo-registration-divisions--select .ateamo-registration-divisions--scroll {
  overflow-y: auto;
  max-height: 300px;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  background-color: #F0EFED;
  padding: 12px;
  z-index: 1;
  border: 1px solid rgba(199, 199, 197, 0.4);
}
.ateamo-registration-divisions--select .ateamo-registration-divisions--scroll.divisions-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  top: 110%;
}
.ateamo-registration-divisions--select .ateamo-registration-grid__divisions {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 3px;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item {
  width: 100% !important;
  padding: 12px;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item .ateamo-registration-block-team-card {
  background: #F0EFED;
  border: none;
  border-radius: 6px;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item hr {
  background-color: #E8E8E6;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item .ateamo-division--background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item:hover .ateamo-division--background {
  background-color: rgba(199, 199, 197, 0.4);
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  letter-spacing: -0.02em;
  margin: 0;
  color: #2E2E2D;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ateamo-registration-divisions--select .ateamo-registration-grid-item input:checked ~ .ateamo-division--background {
  background-color: rgba(199, 199, 197, 0.4);
  color: #ffffff;
}

.ateamo-slider-controls-wrapper {
  margin-top: 20px;
}
.ateamo-slider-controls-wrapper--hide {
  opacity: 0;
}

.ateamo-slider-steps {
  display: flex;
}
.ateamo-slider-steps span {
  width: 20%;
  height: 4px;
  background-color: #DEDDDC;
  border-radius: 10px;
  display: block;
  margin: 0 4px;
  transition: 0.5s all;
}
.ateamo-slider-steps span:first-child {
  margin-left: 0;
}
.ateamo-slider-steps span:last-child {
  margin-right: 0;
}
.ateamo-slider-steps--team span {
  width: 25%;
}

.ateamo-slider-steps-active {
  background-color: #2E2E2D !important;
}

.ateamo-slider .ateamo-slider-controls {
  width: 100%;
  justify-content: space-between !important;
}
.ateamo-slider .ateamo-slider-controls button {
  width: 80px;
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.02em;
  margin: 0;
}

.ateamo-registration {
  position: relative;
}

.ateamo-registration-grid__header {
  width: 100%;
  margin-bottom: 20px;
}
.ateamo-registration-grid__header .ateamo-registration-grid__sort {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.ateamo-registration-grid__header .ateamo-registration-grid__sort:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: url("../images/arrowDown.svg");
}
.ateamo-registration-grid__header .ateamo-registration-grid__sort select {
  margin-left: 10px;
  border: 1px solid #D0D5DD;
  padding: 0 35px 0 10px !important;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.ateamo-registration-grid__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.ateamo-registration-grid__header h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 29.76px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #292928;
}

.ateamo-registration-grid-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px;
  background: #fff;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  gap: 6px;
}
.ateamo-registration-grid-items:empty {
  display: none;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item {
  position: relative;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item > button {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  border-radius: 6px;
  z-index: 3;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item > button:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card {
  background: #F0EFED;
  border: none;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-info {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration__last-registration {
  white-space: nowrap;
  margin-top: 5px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item img {
  width: 50px;
  margin: 0 0 15px 0;
  height: 50px;
  object-fit: contain;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-registration-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-info-name p:first-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2E2E2D;
  text-transform: none;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-registration-info-button button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 3;
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-registration-info-button button:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.ateamo-registration-grid-items .ateamo-registration-grid-item .ateamo-registration-block-team-card-wrapper-team-registration-info-button span {
  border-radius: 52px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: initial;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ateamo-registration-hide {
  display: none !important;
}

.ateamo-registered-group {
  display: none;
}

.ateamo-registration-grid-items > p {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  color: #575756;
}

.ateamo-registration--payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ateamo-registration--payments button span {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.ateamo-registration--payments button span img {
  width: 60px;
  height: auto;
}

.ateamo-registration--button button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0 24px;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
  border-radius: 52px;
  background-color: #006854;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 48px;
}
.ateamo-registration--button button:hover, .ateamo-registration--button button:disabled {
  opacity: 0.4;
}
.ateamo-registration--button button:disabled {
  cursor: no-drop;
}
.ateamo-registration--button .ateamo-pay-group__paypal {
  background-color: #FFC439;
}
.ateamo-registration--button .ateamo-pay-group__stripe {
  background-color: #635bff;
  color: #fff !important;
}

.payment-later-details--info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.payment-later-details--info .payment-later-details--info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #858483;
}
.payment-later-details--info .ateamo-registration--button-later button {
  background-color: #F0EFED;
  padding: 9px 16px;
  border-radius: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  color: #2E2E2D;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.01em;
  min-width: 112px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.payment-later-details--info .ateamo-registration--button-later button:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .ateamo-registration--payments {
    flex-direction: column;
    margin-top: 10px;
  }
  .ateamo-tabs__profile-page .ateamo-tabs-header {
    flex-direction: column;
  }
  .ateamo-registration-wrapper .ateamo-registration-grid .ateamo-registration-grid-item, .ateamo-registration-grid__divisions .ateamo-registration-grid-item {
    width: 100% !important;
  }
  .ateamo-tabs-header-item {
    margin: 0 0 10px 0 !important;
  }
  .ateamo-registration-header {
    font-size: 25px;
  }
  .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item {
    width: 100%;
  }
  .ateamo-slider .ateamo-slider-controls button {
    margin: 0 5px;
  }
  .ateamo-registration-wrapper .ateamo-registration-payment {
    flex-direction: column;
  }
  .ateamo-registration-wrapper .ateamo-registration-payment .ateamo-registration-payment-button {
    margin: 0;
  }
  .payment-later-details--info {
    flex-wrap: wrap;
  }
  .ateamo-registration-grid__header {
    flex-wrap: wrap;
  }
  .ateamo-registration-block-team-card-wrapper-team-registration-info-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 414px) {
  .ateamo-registration-jersey {
    flex-direction: column;
  }
}
.ateamo-tabs .ateamo-registration-wrapper .ateamo-slider-item,
.ateamo-tabs .ateamo-registration-wrapper .ateamo-slider-controls-wrapper {
  max-width: 600px !important;
  margin: auto;
}
.ateamo-tabs .ateamo-registration-wrapper .ateamo-slider-item:first-child,
.ateamo-tabs .ateamo-registration-wrapper .ateamo-slider-controls-wrapper:first-child {
  max-width: initial !important;
}

.ateamo-profile-page--container {
  max-width: 800px;
}

.ateamo-tabs-header {
  display: flex;
}
.ateamo-tabs-header-item {
  height: 50px;
  padding: 0 20px !important;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  border: none;
  margin: 0 20px 0 0;
  transition: 0.3s all;
  background-color: #cccccc;
  border-radius: 4px;
}
.ateamo-tabs-header-item:last-child {
  margin: 0;
}
.ateamo-tabs-header-item__active {
  background-color: #2f7033;
  color: #fff;
}
.ateamo-tabs-body {
  padding: 50px 0;
}
.ateamo-tabs-body-item {
  display: none;
}
.ateamo-tabs-body-item__active {
  display: block;
}
.ateamo-tabs__profile-page .ateamo-tabs-header {
  justify-content: flex-end;
}
.ateamo-registration--info {
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  border-radius: 6px;
  padding: 25px;
  max-width: 800px;
}
.ateamo-registration--info-team, .ateamo-registration--info-season {
  display: flex;
  align-items: center;
}
.ateamo-registration--info-team {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E5E3;
}
.ateamo-registration--info-team-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.76px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #292928;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ateamo-registration--info-team-image, .ateamo-registration--info-season-image {
  display: flex;
  align-items: center;
}
.ateamo-registration--info-team-image img {
  max-width: 70px;
  max-height: 70px;
  height: 70px;
  margin-right: 10px;
}
.ateamo-registration--info-season-image img {
  width: 20px;
}
.ateamo-registration--info-season p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #67179C;
  padding: 4px 10px;
  background-color: #F0E2FA;
  border-radius: 100px;
}
.ateamo-registration--info-season-name {
  margin: 0 16px 0 12px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #2E2E2D;
  text-transform: uppercase;
}
.ateamo-registration--info-team-name p {
  font-size: 14px;
  color: #858483;
}
.ateamo-registration--info-fee {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.ateamo-registration--info-fee-value {
  margin-left: 15px;
}
.ateamo-registration--info-fee-value p:first-child {
  font-size: 14px;
}
.ateamo-registration--info-fee-value p:last-child {
  font-size: 12px;
  color: #858483;
}
.ateamo-registration--info .ateamo-invite.ateamo-invite__login .ateamo-invite-container {
  border: none;
  border-radius: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ateamo-registration--info-season {
    flex-wrap: wrap;
  }
  .ateamo-registration--info-season p {
    margin: 3px 0;
  }
  .ateamo-registration--info-team-name {
    font-size: 18px;
  }
  .ateamo-registration--info-team-name p {
    font-size: 12px;
  }
  .ateamo-registration--info {
    padding: 25px 15px;
  }
  .ateamo-registration--info-season-name {
    font-size: 12px;
  }
  .ateamo-registration--info .ateamo-invite.ateamo-invite__login .ateamo-invite-container {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #ateamo-profile-result .ateamo-invite-container #sign-in, #ateamo-profile-result .ateamo-invite-container #sign-up {
    flex-direction: column;
  }
  #ateamo-profile-result .ateamo-invite-container .ateamo-registration--info {
    padding: 20px 0;
  }
}
main {
  background: #F0EFED;
}

#ateamo-invite-result .ateamo-form-item__signup-button {
  display: none;
}

.ateamo-invite-direct-group-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 124%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #2E2E2D;
  margin-bottom: 30px;
}
.ateamo-invite-direct-image {
  height: 120px;
  margin: 0 auto 12px auto;
  display: block;
}
.ateamo-invite-request-team-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ateamo-invite-request-team-image img {
  height: 120px;
}
.ateamo-invite-request-team-image img:nth-child(2) {
  position: relative;
  left: -35px;
  border-radius: 100px;
  z-index: 3;
}
.ateamo-invite-button {
  height: 50px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #ffffff;
  background-color: #0C3D34;
  border-radius: 52px;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
}
.ateamo-invite-button:hover {
  transform: scale(1.05);
}
.ateamo-invite-button:disabled {
  transform: scale(1) !important;
  color: rgba(41, 41, 40, 0.3);
  background-color: #E6E5E3;
  cursor: auto;
}
.ateamo-invite-container-request {
  background: transparent !important;
  text-align: center;
  border: none !important;
}
.ateamo-invite-request-header {
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: -0.02em;
  color: #2E2E2D;
  margin-bottom: 15px;
}
.ateamo-invite-request-header .invite-green-text {
  background-color: #CEF071;
  border: 1px solid #CEF071;
}
.ateamo-invite-request-text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: #858483;
}
.ateamo-invite-request-link {
  margin-top: 30px;
}
.ateamo-invite-container {
  border: 1px solid #E6E5E3;
  background: #fff;
  margin: 0 auto;
  border-radius: 6px;
  padding: 8px;
}
.ateamo-invite-type {
  text-transform: uppercase;
  margin-bottom: 15px;
  background: #F0E2FA;
  padding: 5px 10px;
  color: #67179C;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  display: inline-block;
  border-radius: 100px;
}
.ateamo-invite-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}
.ateamo-invite-message {
  margin: 8px 0 16px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #575756;
}
.ateamo-invite-end-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: #858483;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ateamo-invite-end-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url("../images/calendar-icon.svg");
  background-size: contain;
  margin: 0 9px 0 1px;
}
.ateamo-invite-created-by {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: #858483;
  display: flex;
  align-items: center;
  margin: 8px 0 15px 0;
}
.ateamo-invite-created-by__direct {
  justify-content: center;
}
.ateamo-invite-created-by img {
  border-radius: 100px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.ateamo-invite-group {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #F0EFED;
  border-bottom: 1px solid #F0EFED;
  margin-bottom: 25px;
}
.ateamo-invite-group-item:first-child {
  margin-right: 12px;
}
.ateamo-invite-group-item img {
  height: 48px;
}
.ateamo-invite-group-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -0.02em;
  color: #2E2E2D;
  margin-bottom: 8px;
}
.ateamo-invite-group-item-followers {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #575756;
}
.ateamo-invite-group-item-followers p:first-child {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #F0EFED;
}
.ateamo-invite-group-item-followers strong {
  font-size: 14px;
  font-weight: 700;
}
.ateamo-invite-buttons {
  display: flex;
}
.ateamo-invite-buttons .ateamo-invite-login {
  color: #fff;
  background-color: #291B33;
}
.ateamo-invite-buttons button:nth-child(2) {
  margin-left: 8px;
}
.ateamo-invite-tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #858483;
  margin-top: 12px;
  padding-bottom: 25px;
  border-bottom: 1px solid #F0EFED;
}
.ateamo-invite-signup-text {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #006854;
}
.ateamo-invite-signup-text button {
  display: inline;
  color: #006854;
  margin: 0;
  font-weight: 500;
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}
.ateamo-invite-container-logout {
  padding: 8px !important;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  max-width: 800px;
}
.ateamo-invite-container-logout-photo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 4px;
  object-fit: cover;
}
.ateamo-invite-container-logout-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: #2E2E2D;
  margin-right: 4px;
}
.ateamo-invite-container-logout-username {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #858483;
}
.ateamo-invite-container-logout-button {
  margin-left: auto !important;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ateamo-invite-container-logout-button img {
  pointer-events: none;
  width: 15px;
  height: 15px;
}

@media (max-width: 600px) {
  .ateamo-invite-container {
    padding: 5px;
  }
  .ateamo-invite-container-logout-username {
    display: none;
  }
}
.ateamo-round-rsvp-tip-header {
  font-size: 18px;
  color: #2E2E2D;
}

.ateamo-invite-button-grey {
  background-color: #291B33;
  color: #fff;
}

.ateamo-invite-title {
  text-align: center;
  font-size: 25px;
}

.ateamo-container--schedule {
  max-width: 1000px !important;
  width: 100%;
}

#ateamo-schedule-result {
  position: relative;
}
#ateamo-schedule-result .ateamo-invite-container {
  max-width: none;
  border: 1px solid #C7C7C5;
}

#ateamo-schedule-result .ateamo-schedule-wrapper-controls {
  border: 0;
  gap: 10px;
}

select#ateamo-season:empty,
select#ateamo-round:empty,
select#ateamo-division:empty {
  display: none;
}

.ateamo-schedule-wrapper {
  background-color: #fff;
  border: 1px solid #C7C7C5;
  box-shadow: 0 82px 134px 0 rgba(0, 0, 0, 0.0392156863);
  border-radius: 6px;
}
.ateamo-schedule-wrapper .ateamo-schedule--item {
  display: none;
}
.ateamo-schedule-wrapper .ateamo-schedule--item.active {
  display: block;
}
.ateamo-schedule-wrapper--tabs {
  border-bottom: 1px solid #C7C7C5;
  padding: 0 16px;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tabs {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tab {
  width: 50%;
  min-height: 48px;
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #858483;
  background-color: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tab .ateamo-invite-container-logout {
  margin: 10px 0;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tab:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #B0F000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  opacity: 0;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tab.active {
  color: #2E2E2D;
}
.ateamo-schedule-wrapper--tabs .ateamo-schedule--tab.active:before {
  opacity: 1;
}
.ateamo-schedule-wrapper-controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px;
}
.ateamo-schedule-wrapper-controls--items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.ateamo-schedule-wrapper-controls select {
  width: auto;
  height: 40px !important;
  border: 1px solid #DEDDDC !important;
  background-color: #F0EFED !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20.16px !important;
  letter-spacing: -0.01em !important;
  text-align: left;
  padding: 8px 30px 8px 12px !important;
  border-radius: 6px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("../images/arrowDown.svg") !important;
  background-position: calc(100% - 15px) center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
.ateamo-schedule-wrapper-controls select[name=ateamo-division] {
  margin-left: auto;
}
.ateamo-schedule-wrapper-table {
  position: relative;
  overflow-x: initial;
}
.ateamo-schedule-wrapper-table h2 {
  padding: 17px 8px 17px 8px;
  font-size: 14px;
  height: auto;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  background: #F0EFED;
  margin: 0;
}
.ateamo-schedule-wrapper-table table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.ateamo-schedule-wrapper-table table thead {
  background: #fff;
}
.ateamo-schedule-wrapper-table table thead tr:first-child th {
  font-size: 18px;
}
.ateamo-schedule-wrapper-table table thead tr th {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.ateamo-schedule-wrapper-table table tbody tr {
  background-color: #EEF5B1;
}
.ateamo-schedule-wrapper-table table tbody tr td {
  font-size: 14px;
}
.ateamo-schedule-wrapper-table table tr {
  border-bottom: 1px solid #ccc;
}
.ateamo-schedule-wrapper-table table tr th, .ateamo-schedule-wrapper-table table tr td {
  padding: 20px 10px;
}

.schedule-table-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.schedule-table-wrapper-item {
  width: 50%;
  padding: 25px;
  border: solid 1px #DEDDDC;
  border-top: 0;
  border-left: 0;
}
.schedule-table-wrapper-item:nth-child(even) {
  border-right: 0;
}
.schedule-table-wrapper-item-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-table-wrapper-item-teams-item:first-child {
  border-right: solid 1px #DEDDDC;
  padding-right: 20px;
  margin-right: 15px;
  flex: 1;
}
.schedule-table-wrapper-item-teams-item:last-child {
  width: 150px;
}
.schedule-table-wrapper-item-teams-item-info p {
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #A3A3A2;
  margin-bottom: 4px;
}
.schedule-table-wrapper-item-teams-item-info p:first-child {
  text-transform: uppercase;
}
.schedule-table-wrapper-item-teams-item-info p:last-child {
  margin-bottom: 0;
}
.schedule-table-wrapper-item-teams-item-info--future p {
  color: #575756;
}
.schedule-table-wrapper-item-teams-item-info--live p {
  color: #575756;
}
.schedule-table-wrapper-item-teams-item-info--live p span {
  color: #C01913;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}
.schedule-table-wrapper-item-teams-item-info--live p span:before {
  content: "";
  background-color: #C01913;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid #FACFCE;
  margin-right: 2px;
  animation-name: circleLive;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
}
.schedule-table-wrapper-item-teams-item-team {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #2E2E2D;
}
.schedule-table-wrapper-item-teams-item-team:first-child:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  z-index: 1;
  background-color: #DEDDDC;
  bottom: 0;
  right: 0;
}
.schedule-table-wrapper-item-teams-item-team img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.schedule-table-wrapper-item-teams-item-team button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.schedule-table-wrapper-item-teams-item-team p, .schedule-table-wrapper-item-teams-item-team button {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
  text-align: left;
}
.schedule-table-wrapper-item-teams-item-team p:last-child, .schedule-table-wrapper-item-teams-item-team button:last-child {
  margin-left: auto;
  font-size: 18px;
}

.ateamo-view-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  width: 100px;
  height: 40px;
  border: 1px solid #291B33;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 8px 30px 8px 12px;
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
}
.ateamo-view-schedule:hover {
  color: #291B33 !important;
  border-color: #DEDDDC;
  background-color: #DEDDDC !important;
}
.ateamo-view-schedule.ateamo-button--hide {
  display: none;
  pointer-events: none;
}

.ateamo-schedule-my-table-result,
.ateamo-schedule-table-result {
  min-height: 55px;
  background: #fff;
  border-radius: 6px;
}

.ateamo-schedule-my-table-result .schedule-table-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.ateamo-schedule-my-table-result .schedule-table-wrapper .schedule-table-wrapper-item {
  border: none;
  width: 100%;
}

.team-winner {
  position: relative;
}
.team-winner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #2E2E2D;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
}

@keyframes circleLive {
  0% {
    border: 2px solid #FACFCE;
  }
  50% {
    border: 5px solid #FACFCE;
  }
  100% {
    border: 2px solid #FACFCE;
  }
}
#ateamo-schedule-result .ateamo-schedule-wrapper-controls .ateamo-invite-container {
  margin: 0 0 0 auto !important;
  border: 0;
}

#ateamo-schedule-result .ateamo-invite.ateamo-invite__login {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ateamo-schedule-result .ateamo-invite-buttons,
#ateamo-schedule-result .ateamo-invite.ateamo-invite__login {
  margin: 0;
  justify-content: right;
}

#ateamo-schedule-result .ateamo-schedule-wrapper-controls button.ateamo-invite-container-logout-button {
  margin-left: 30px !important;
}

#ateamo-schedule-result .ateamo-schedule-wrapper-controls .ateamo-invite-container-logout {
  padding: 0 !important;
  border-radius: 0 !important;
}

#ateamo-schedule-result .ateamo-invite-container.ateamo-invite-container--small {
  max-width: 100%;
  margin-bottom: 20px;
  background: #F0EFED;
}

#ateamo-schedule-result .ateamo-invite-signup-text {
  margin-bottom: 5px;
}

#ateamo-schedule-result p.ateamo-invite-tip.ateamo-round-rsvp-tip-header {
  margin: 0;
}

#ateamo-schedule-result .open-sign-in-modal {
  margin: 6px 10px;
  background-color: transparent;
  border: 0;
  color: #575756;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px !important;
  white-space: nowrap;
}

#ateamo-schedule-result .ateamo-round-rsvp-tip-header {
  padding: 0;
}

.schedule-send-reminder--pop-up,
.schedule-table-send-reminder {
  background-color: #027a48;
  border-radius: 25px;
  padding: 5px 10px !important;
  border: 1px solid #027a48 !important;
  font-weight: 400;
  outline: none;
  color: #fff;
  cursor: pointer;
  height: 30px;
  width: 100%;
  transition: 0.3s all ease-in-out;
  position: relative;
  margin-top: 4px !important;
}
.schedule-send-reminder--pop-up:after,
.schedule-table-send-reminder:after {
  border-radius: 25px;
}
.schedule-send-reminder--pop-up:hover,
.schedule-table-send-reminder:hover {
  background-color: #ffffff;
  color: #027a48;
}

.schedule-table-send-reminder {
  width: auto;
  padding: 4px 15px !important;
  border-radius: 50px;
  margin-top: 0 !important;
}

.ateamo-schedule-reminder--pop-up .ateamo-modal--content {
  max-width: 630px;
}

select.rsvp-selector {
  width: 90px;
  height: 30px;
  border-radius: 25px;
  background-color: #F0EFED;
  padding: 0 5px !important;
  border: none !important;
  font-weight: 400;
  outline: none;
  -webkit-appearance: button !important;
  appearance: button !important;
  -moz-appearance: button !important;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  font-size: 12px;
  background-image: none;
}
select.rsvp-selector::-ms-expand {
  display: none;
}

.schedule-reminder--content {
  width: 100%;
  max-width: 630px;
  border-radius: 20px;
}
.schedule-reminder--title {
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
}
.schedule-reminder--textarea {
  margin-top: 25px;
  display: flex;
}
.schedule-reminder--textarea textarea {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #DCDBDB;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  padding: 16px 18px;
  height: 197px;
  resize: none;
  color: #2E2E2D;
}
.schedule-reminder--textarea textarea::placeholder {
  color: #808080;
}
.schedule-reminder--buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.schedule-reminder--cancel {
  padding: 4px 10px !important;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px !important;
  color: #808080;
  width: auto !important;
  position: relative !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
}

.rsvp-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px;
}
.rsvp-selector .rsvp-in-count {
  padding: 3px 8px 3px 8px;
  border-radius: 30px;
  background-color: #DFF8E2;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #23B236;
}
.rsvp-selector .rsvp-in-count:empty {
  display: none;
}
.rsvp-selector .rsvp-in-count--hide {
  display: none;
}

.schedule-event-link {
  border: 1px solid #DEDDDC;
  background-color: #F0EFED;
  text-decoration: none;
  border-radius: 52px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #575756;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 4px;
}
.schedule-event-link img {
  width: 18px;
  height: 18px;
}
.schedule-event-link:hover {
  opacity: 0.7;
}

.ateamo-event--time {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #A3A3A2 !important;
  color: #575756 !important;
}
.ateamo-event--venue {
  font-size: 12px;
  font-weight: 500 !important;
  color: #A3A3A2 !important;
  color: #575756 !important;
}
.ateamo-event--division {
  font-size: 12px;
  font-weight: 500 !important;
  color: #A3A3A2 !important;
  margin-top: 10px !important;
}

@media (max-width: 991px) {
  .schedule-table-wrapper-item {
    width: 100%;
  }
  .schedule-table-wrapper-item {
    border-right: 0;
  }
}
@media (max-width: 800px) {
  .ateamo-schedule-wrapper-controls {
    flex-wrap: wrap;
  }
  .ateamo-schedule-wrapper-controls {
    gap: 0;
  }
  .ateamo-schedule-wrapper-controls--items {
    width: 100%;
  }
  .ateamo-invite-container-logout {
    max-width: 100%;
  }
  #ateamo-schedule-result .ateamo-schedule-wrapper-controls button.ateamo-invite-container-logout-button {
    margin-left: auto !important;
  }
  #ateamo-schedule-result .ateamo-schedule-wrapper-controls .ateamo-invite-container-logout {
    margin: 0 !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .schedule-table-wrapper-item {
    padding: 10px 5px;
  }
  .schedule-table-wrapper-item-teams-item:last-child {
    width: 100px;
  }
  .ateamo-schedule-wrapper-controls {
    padding: 10px 10px 0 10px;
  }
  .schedule-table-wrapper-item-teams-item-team p {
    font-size: 14px;
  }
  .schedule-table-wrapper-item-teams-item-team p:last-child {
    font-size: 16px;
  }
  .ateamo-schedule-wrapper-controls {
    flex-direction: row;
  }
  .ateamo-schedule-wrapper-table table {
    width: 1000px;
  }
  #ateamo-schedule-result .ateamo-schedule-wrapper-controls .ateamo-invite-container-logout {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }
  #ateamo-schedule-result .ateamo-invite.ateamo-invite__login {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .ateamo-schedule-wrapper-controls select {
    width: 50% !important;
  }
  .ateamo-schedule-wrapper-controls select[name=ateamo-division] {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ateamo-schedule-wrapper--tabs .ateamo-schedule--tab {
    width: 100%;
  }
  .ateamo-schedule-wrapper--tabs .ateamo-schedule--tabs {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
@media screen and (max-width: 576px) {
  .ateamo-schedule-wrapper-controls {
    flex-direction: column;
  }
  .ateamo-view-schedule {
    margin-left: 0 !important;
  }
  .ateamo-schedule-wrapper-controls select {
    width: 100% !important;
    margin-right: 0;
  }
  .ateamo-schedule-wrapper-controls select:first-child {
    margin-right: 0;
  }
  .ateamo-view-schedule {
    width: 100% !important;
  }
  .ateamo-schedule-wrapper-controls--items {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .schedule-table-wrapper-item-teams {
    align-items: flex-start;
  }
  .rsvp-selector {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 360px) {
  .ateamo-schedule-wrapper-controls {
    gap: 0;
  }
  .ateamo-schedule-wrapper-controls--items {
    flex-wrap: wrap;
  }
  .ateamo-view-schedule,
  .ateamo-schedule-wrapper-controls select {
    width: 100% !important;
    margin-right: 0;
  }
  .ateamo-schedule-wrapper-controls select:first-child {
    margin-right: 0;
  }
}
.ateamo-container #ateamo-profile-result {
  min-height: 300px;
  width: 100%;
}
.ateamo-container #ateamo-profile-result .ateamo-profile-result__loader.ateamo-loader:after {
  content: none;
}
.ateamo-container #ateamo-profile-result .ateamo-profile-result__loader.ateamo-loader:before {
  width: 100px;
  height: 100px;
}

.ateamo-sign-up-block {
  overflow: hidden;
}
.ateamo-back-signup-code {
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.ateamo-back-signup-code:hover .ateamo-arrow-left {
  left: -5px;
}
.ateamo-back-signup-code .ateamo-arrow-left {
  position: relative;
  left: 0;
  margin-right: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: 0.3s all;
}

#ateamo-standings-result {
  position: relative;
}

.ateamo-standings-table-wrapper {
  background-color: #fff;
  border: 1px solid #C7C7C5;
  box-shadow: 0 82px 134px 0 rgba(0, 0, 0, 0.0392156863);
  border-radius: 6px;
}
.ateamo-standings-table-wrapper:first-child {
  border-radius: 0 0 6px 6px;
  border-top: none;
  margin-bottom: 15px;
}

.ateamo-schedule-table-result {
  position: relative;
}

.ateamo-schedule-wrapper-controls {
  background-color: #fff;
  border: 1px solid #C7C7C5;
  box-shadow: 0 82px 134px 0 rgba(0, 0, 0, 0.0392156863);
  border-radius: 6px 6px 0 0;
  width: 100%;
  border-bottom: none;
}

.ateamo-standings-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
}
.ateamo-standings-table thead {
  background-color: #F5F4F2;
}
.ateamo-standings-table thead tr th {
  border: none;
  border-bottom: 1px solid #DEDDDC;
  padding: 15px 10px;
  color: #858483;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.01em;
  vertical-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.ateamo-standings-table thead tr th.asc svg, .ateamo-standings-table thead tr th.desc svg {
  opacity: 1;
}
.ateamo-standings-table thead tr th.asc svg {
  transform: rotate(180deg);
}
.ateamo-standings-table thead tr th.at-stnd-last_5 {
  cursor: default;
}
.ateamo-standings-table thead tr th svg {
  vertical-align: center;
  opacity: 0;
}
.ateamo-standings-table thead tr th:first-child {
  text-align: left;
  padding-left: 25px;
}
.ateamo-standings-table thead tr th:last-child {
  padding-right: 25px;
}
.ateamo-standings-table thead tr th:first-child, .ateamo-standings-table thead tr th:nth-child(2) {
  text-align: left;
}
.ateamo-standings-table tbody tr td {
  border: none;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.03em;
}
.ateamo-standings-table tbody tr td:first-child {
  text-align: left;
  padding-left: 25px;
  width: 50px;
}
.ateamo-standings-table tbody tr td:nth-child(10) {
  width: 120px;
}
.ateamo-standings-table tbody tr td:last-child {
  padding-right: 25px;
}
.ateamo-standings-table tbody tr td:nth-child(2) {
  text-align: left;
  display: flex;
  align-items: center;
}
.ateamo-standings-table tbody tr td img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.ateamo-standings-table--golden-boot .ateamo-standings-table--golden-boot-player {
  display: flex;
  align-items: center;
}
.ateamo-standings-table--golden-boot tbody tr:last-child td {
  border-bottom: none;
}
.ateamo-standings-table--golden-boot tbody tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}
.ateamo-standings-table--golden-boot tbody tr td p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}
.ateamo-standings-table--golden-boot tbody tr td p:last-child {
  color: #858483;
  font-size: 12px;
}
.ateamo-standings-table--golden-boot tbody tr td img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  margin-right: 12px;
}
.ateamo-standings-table--golden-boot tbody tr td:last-child {
  width: 80px;
}

.ateamo-standings-table--golden-boot-header {
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.84px;
  letter-spacing: -0.03em;
  color: #2E2E2D;
}

@media (max-width: 991px) {
  .ateamo-standings-table-wrapper:first-child {
    overflow: auto;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table tbody tr td, .ateamo-standings-table-wrapper:first-child .ateamo-standings-table thead tr th {
    padding: 10px 5px !important;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table {
    width: 991px;
    position: relative;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table thead th:nth-child(1), .ateamo-standings-table-wrapper:first-child .ateamo-standings-table thead th:nth-child(2) {
    position: sticky;
    left: 0;
    background-color: #F5F4F2;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table thead th:nth-child(2) {
    left: 25px;
    border-right: 1px solid #C7C7C5;
    width: 150px;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table tbody tr td:nth-child(1), .ateamo-standings-table-wrapper:first-child .ateamo-standings-table tbody tr td:nth-child(2) {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table tbody tr td:nth-child(1) {
    width: 25px;
  }
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table tbody tr td:nth-child(2) {
    left: 25px;
    border-right: 1px solid #C7C7C5;
    width: 150px;
  }
}
.standings-last-games {
  display: flex;
  justify-content: center;
}
.standings-last-games-win {
  background-color: #23B236;
}
.standings-last-games-lose {
  background-color: #D81C16;
}
.standings-last-games-draw {
  background-color: #858483;
}
.standings-last-games span {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}
.standings-last-games span:last-child {
  margin-right: 0;
}

.ateamo-standings-info {
  padding: 25px;
  display: flex;
  position: sticky;
  left: 0;
}
.ateamo-standings-info-legend {
  margin-right: 50px;
}
.ateamo-standings-info-legend:last-child {
  margin-right: 0;
}
.ateamo-standings-info-legend h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: #858483;
  margin-bottom: 15px;
}
.ateamo-standings-info-legend-wrapper {
  display: flex;
}
.ateamo-standings-info-legend-wrapper-item {
  margin-right: 30px;
}
.ateamo-standings-info-legend-wrapper-item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #858483;
}
.ateamo-standings-info-legend-wrapper-item span:first-child {
  margin-right: 8px;
  color: #2E2E2D;
}

.ateamo-standings-legend-info {
  font-size: 10px !important;
  width: 16px;
  height: 16px;
  line-height: 16px !important;
  color: #fff !important;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
}
.ateamo-standings-legend-info--win {
  background-color: #23B236;
}
.ateamo-standings-legend-info--draw {
  background-color: #858483;
}
.ateamo-standings-legend-info--lose {
  background-color: #D81C16;
}

@media (max-width: 767px) {
  .ateamo-standings-table-wrapper:first-child {
    padding-top: 10px;
  }
  .ateamo-standings-info-legend-wrapper-item {
    margin-right: 10px;
  }
  .ateamo-standings-info {
    padding: 10px;
  }
  .ateamo-standings-info-legend {
    margin-right: 10px;
  }
  .ateamo-standings-info-legend h3 {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .ateamo-standings-table-wrapper:first-child .ateamo-standings-table {
    width: 600px;
  }
}
.ateamo-hidden {
  display: none;
}
.ateamo-hidden h1 {
  font-weight: bold;
}

.payment--registration {
  padding: 3px 5px;
  border-radius: 6px;
  gap: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 124%;
  background-color: #F0E2FA;
  text-transform: uppercase;
  color: #67179C;
  display: inline-flex;
  width: fit-content;
}

.ateamo-thanks-registration {
  margin-bottom: 20px;
}

.ateamo-thanks--payment-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ateamo-thanks--payment-blocks table tbody tr, .ateamo-thanks--payment-blocks table thead tr {
  border: none !important;
}
.ateamo-thanks--payment-blocks table th, .ateamo-thanks--payment-blocks table td {
  text-align: left !important;
}

.ateamo-thanks--payments {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ateamo-thanks--payments-total {
  font-weight: 700;
  text-align: right;
}
.ateamo-thanks--payments-total span {
  font-weight: 400;
}
.ateamo-thanks--payments .ateamo-thanks--payment {
  border: 1px solid #DEDEDE;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 124%;
  width: 100%;
}
.ateamo-thanks--payments .ateamo-thanks--payment .ateamo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 200px;
  height: 40px;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.ateamo-thanks--payments .ateamo-thanks--payment img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #E5E5E3;
}
.ateamo-thanks--payments .ateamo-thanks--payment strong {
  font-weight: 700;
}
.ateamo-thanks--payments .ateamo-thanks--payment .payment--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -2%;
}
.ateamo-thanks--payments .ateamo-thanks--payment .payment--title.unpaid {
  color: #D11908;
}
.ateamo-thanks--payments .ateamo-thanks--payment .payment--title.pending {
  color: #b54708;
}
.ateamo-thanks--payments .ateamo-thanks--payment .payment--title.paid, .ateamo-thanks--payments .ateamo-thanks--payment .payment--title.completed, .ateamo-thanks--payments .ateamo-thanks--payment .payment--title.approved {
  color: #249C11;
}
.ateamo-thanks--payments .ateamo-thanks--payment .payment--total {
  display: flex;
  justify-content: space-between;
}

#ateamo-roster-manage-result {
  position: relative;
}
#ateamo-roster-manage-result #sign-in, #ateamo-roster-manage-result #sign-up {
  flex-direction: row;
}
#ateamo-roster-manage-result .ateamo-invite-container--small {
  max-width: 350px;
  padding: 8px !important;
}
#ateamo-roster-manage-result .ateamo-invite-container-info {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.ateamo-hide-element {
  display: none !important;
}

.ateamo-group-list {
  border-radius: 6px;
  margin: 20px 0 !important;
}

.ateamo-group-status {
  margin-left: auto;
}
.ateamo-group-item {
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #E5E5E3;
  border-bottom: 0;
}
.ateamo-group-item-buttons {
  margin-top: 12px;
}
.ateamo-group-item-buttons button.ateamo-manage-roster-button {
  margin-right: 6px;
  font-weight: 500;
}
.ateamo-group-item-buttons button.ateamo-manage-roster-button:before {
  content: "";
  margin-right: 6px;
  background-image: url("../images/manage-roster-team-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.ateamo-group-item-buttons button.ateamo-manage-financials-button:before {
  content: url("../images/financials-icon.svg");
  margin-right: 6px;
}
.ateamo-group-item .ateamo-group-status {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  align-items: center;
}
.ateamo-group-item .ateamo-group-status:after {
  margin-left: 6px;
}
.ateamo-group-item.active .ateamo-group-status {
  color: #1d942d;
}
.ateamo-group-item.active .ateamo-group-status:after {
  content: url("../images/active-status-icon.svg");
}
.ateamo-group-item.review {
  background: #FAF2FF;
}
.ateamo-group-item.review .ateamo-group-status {
  color: #9B3BDB;
}
.ateamo-group-item.review .ateamo-group-status:after {
  content: url("../images/review-status-icon.svg");
}
.ateamo-group-item.unpaid .ateamo-group-status {
  color: #fe1410;
}
.ateamo-group-item.unpaid .ateamo-group-status:after {
  content: url("../images/unpaid-icon.svg");
}
.ateamo-group-item.rejected {
  background: #F5F4F2;
}
.ateamo-group-item.rejected .ateamo-group-status {
  color: #858483;
}
.ateamo-group-item.rejected .ateamo-group-status:after {
  content: url("../images/reject-status-icon.svg");
}
.ateamo-group-item:last-child {
  border-bottom: 1px solid #E5E5E3;
}
.ateamo-group-item-logo {
  display: flex;
  align-items: center;
}
.ateamo-group-item-name {
  display: flex;
  align-items: center;
}
.ateamo-group-item-name img {
  width: 32px;
  max-height: 32px;
  border-radius: 6px;
  object-fit: contain;
}
.ateamo-group-item-name p {
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
}

.ateamo-registration-team {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.ateamo-registration-team p {
  color: #858483;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  line-height: 14px;
  margin-right: 10px;
}

.ateamo-registration-modal-button {
  width: auto !important;
  overflow: hidden;
  height: 32px;
  min-height: 32px;
}
.ateamo-registration-info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.ateamo-registration-info-block:last-child {
  margin-bottom: 0;
}
.ateamo-registration-info-block img {
  width: 18px;
  margin-right: 7px;
}
.ateamo-registration-info-block-details-title {
  color: #2E2E2D;
  font-size: 14px;
  font-weight: 600;
  line-height: 144%;
}
.ateamo-registration-info-block-details-subtitle {
  color: #858483;
  font-size: 12px;
  font-weight: 600;
}

.ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-options .ateamo-roster-list-checkbox, .ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-options .ateamo-roster-list-players-list-item-options-button {
  display: none;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item {
  border-bottom: 1px solid #F0EFED;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-remove-button {
  display: block !important;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-team-pay {
  display: flex;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-team-pay .ateamo-roster-list-checkbox {
  display: flex;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-buttons-note {
  border: 1px solid #EFB90C;
  background: #FCF8E8;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-buttons-note span {
  color: #9B3BDB;
}
.ateamo-roster-list-send-invites .ateamo-roster-list-buttons-note img {
  position: relative;
  top: 4px;
}
.ateamo-roster-list-send-invites-buttons {
  margin-top: 30px;
}
.ateamo-roster-list-select-block .ateamo-roster-list-players-list-item-options-button {
  display: none;
}
.ateamo-roster-list-select-block .ateamo-roster-list-players-list-item-options p {
  margin: 0;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-players-list-item-active-player {
  display: none;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-players-list-item {
  cursor: pointer;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-players-list-item.active .ateamo-roster-list-players-list-item-team-pay {
  background: #EDFAC8;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-players-list-item.active .ateamo-roster-list-checkbox {
  background: #303D0B;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-players-list-item.active .ateamo-roster-list-checkbox:after {
  content: url("../images/okay-icon.svg");
}
.ateamo-roster-list-checkbox {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  margin-left: 12px;
  display: none;
}
.ateamo-roster-list-players-list--choose .ateamo-roster-list-checkbox {
  display: block;
}
.ateamo-roster-list-header {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ateamo-roster-list-header .ateamo-roster-search-select--buttons {
  height: 40px;
}
.ateamo-roster-list-header .ateamo-roster-search-select {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  right: -50px;
  top: 0;
  width: calc(100% - 50px);
  height: 40px;
}
.ateamo-roster-list-header .ateamo-roster-search-select.ateamo-active {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players {
  width: 100%;
  height: 100%;
  position: relative;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #858483;
  font-size: 14px;
  font-weight: 500;
  line-height: 8px;
  background-color: #ffffff;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input {
  padding: 0 50px 0 20px;
  width: 100%;
  height: 100%;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-ms-clear, .ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-webkit-search-decoration, .ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-webkit-search-cancel-button, .ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-webkit-search-results-button, .ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input::-webkit-search-results-decoration {
  display: none;
}
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input:focus ~ label,
.ateamo-roster-list-header .ateamo-roster-search-select .ateamo-roster-search-select-players input:not(:placeholder-shown) ~ label {
  top: -1px;
  left: 15px;
  font-size: 9px;
  padding: 1px 5px;
}
.ateamo-roster-list-header .ateamo-roster-search--close-button,
.ateamo-roster-list-header .ateamo-roster-search--open-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.ateamo-roster-list-header .ateamo-roster-search--close-button svg,
.ateamo-roster-list-header .ateamo-roster-search--open-button svg {
  width: 20px;
  height: 20px;
}
.ateamo-roster-list-header .ateamo-roster-search--close-button.ateamo-hidden,
.ateamo-roster-list-header .ateamo-roster-search--open-button.ateamo-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.ateamo-roster-list-header .ateamo-roster-search--close-button.ateamo-active,
.ateamo-roster-list-header .ateamo-roster-search--open-button.ateamo-active {
  opacity: 1;
  visibility: visible;
  height: 40px;
}
.ateamo-roster-list-header h2 {
  color: #2E2E2D;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
.ateamo-roster-list-header h2 span {
  position: absolute;
  bottom: -16px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 144%;
  color: rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ateamo-roster-list-header img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 4px;
  padding: 1px;
}
.ateamo-roster-list-counter-header {
  display: flex;
  margin-bottom: 12px;
}
.ateamo-roster-list-counter-header p {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
.ateamo-roster-list-counter-header p:nth-child(1) {
  color: #23B236;
  margin-right: 12px;
}
.ateamo-roster-list-counter-header p:nth-child(2) {
  color: #291B33;
}
.ateamo-roster-list-counter-header p:nth-child(3) {
  color: #858483;
  margin-left: auto;
}
.ateamo-roster-list-counter-bar {
  display: flex;
  margin-bottom: 15px;
}
.ateamo-roster-list-counter-bar span {
  height: 8px;
  border-radius: 2px;
  display: block;
  width: 0;
  transition: 2s all;
}
.ateamo-roster-list-counter-bar-pass {
  background: #23B236;
}
.ateamo-roster-list-counter-bar-unpaid {
  background: #291B33;
  margin: 0 2px;
}
.ateamo-roster-list-counter-bar-other {
  background: #E5E5E3;
}
.ateamo-roster-list-counter-info {
  margin-bottom: 15px;
}
.ateamo-roster-list-counter-info p {
  color: #575756;
  font-size: 14px;
  font-weight: 500;
  line-height: 144%;
  display: flex;
  align-items: center;
}
.ateamo-roster-list-counter-info span {
  border-radius: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px;
  margin-left: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.ateamo-roster-list-counter-info span:after {
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.ateamo-roster-list-counter-info-pass {
  background: #DFF8E2;
  color: #1E942D;
}
.ateamo-roster-list-counter-info-pass:after {
  content: url("../images/pass-icon.svg");
}
.ateamo-roster-list-counter-info-overdue {
  color: #C01913;
  background: #FACFCE;
}
.ateamo-roster-list-counter-info-overdue:after {
  content: url("../images/overdue-icon.svg");
}
.ateamo-roster-list-buttons-note {
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #E5E5E3;
  background: #F5F4F2;
  color: #575756;
  font-size: 14px;
  font-weight: 500;
  line-height: 144%;
}
.ateamo-roster-list-buttons-note b {
  font-weight: 700;
}
.ateamo-roster-list-buttons button {
  display: inline-flex;
  align-items: center;
}
.ateamo-roster-list-buttons button:before {
  margin-right: 6px;
}
.ateamo-roster-list-buttons .ateamo-print-roster-button:before {
  content: url("../images/print-roster-icon.svg");
}
.ateamo-roster-list-buttons .ateamo-send-reminders-button:before {
  content: url("../images/reminders-icon.svg");
}
.ateamo-roster-list-players {
  margin-top: 30px;
  width: 100%;
}
.ateamo-roster-list-players-header {
  margin-bottom: 10px;
}
.ateamo-roster-list-players-header h3 {
  color: #858483;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.ateamo-roster-list-players-list-itemtr {
  padding: 0 8px;
}
.ateamo-roster-list-players-list-item-number {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 65px;
}
.ateamo-roster-list-players-list-item-number-captain-label {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  background: #A3A3A2;
  text-transform: uppercase;
  width: 21px;
  position: relative;
  top: 3px;
}
.ateamo-roster-list-players-list-item-photo {
  margin: 0 12px;
}
.ateamo-roster-list-players-list-item-photo img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 4px;
}
.ateamo-roster-list-players-list-item-name {
  display: flex;
  align-items: center;
}
.ateamo-roster-list-players-list-item-name p:first-child {
  color: #2E2E2D;
  font-size: 16px;
  line-height: 124%;
}
.ateamo-roster-list-players-list-item-name p:first-child span {
  font-weight: 600;
}
.ateamo-roster-list-players-list-item-name p:last-child, .ateamo-roster-list-players-list-item-name .ateamo-roster-username {
  color: #858483;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.ateamo-roster-list-players-list-item-team-pay {
  margin-top: 10px;
  border-radius: 6px;
  background: #F5F4F2;
  padding: 8px 12px;
  width: 150px;
  align-items: center;
  display: none;
}
.ateamo-roster-list-players-list-item-team-pay p {
  color: #575756;
  font-size: 12px;
  font-weight: 500;
  line-height: 144%;
}
.ateamo-roster-list-players-list-item-team-pay img {
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.ateamo-roster-list-players-list-item-team-pay .ateamo-roster-list-checkbox {
  margin-left: 5px;
}
.ateamo-roster-list-players-list-item-team-pay-tip {
  position: relative;
}
.ateamo-roster-list-players-list-item-team-pay-tip .ateamo-tip {
  width: 145px;
}
.ateamo-roster-list-players-list-item-team-pay-tip:hover .ateamo-tip {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.ateamo-roster-list-players-list-item-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  z-index: 2;
}
.ateamo-roster-list-players-list-item-options .season-pass-active:hover .ateamo-tip-active-season-pass {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.ateamo-roster-list-players-list-item-options .season-pass-not-active img {
  filter: grayscale(100%);
}
.ateamo-roster-list-players-list-item-options .season-pass-not-active:hover .ateamo-tip-not-active-season-pass {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.ateamo-roster-list-players-list-item-options p, .ateamo-roster-list-players-list-item-options button {
  display: flex;
  width: 32px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.ateamo-roster-list-players-list-item-options p {
  position: relative;
  border-radius: 56px;
  background: rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.ateamo-roster-list-players-list-item-options .ateamo-roster-list-players-list-item-remove-button {
  display: none;
}
.ateamo-roster-list-list-empty {
  text-align: center;
}
.ateamo-roster-list-list-empty h3 {
  color: #2E2E2D;
  font-size: 24px;
  font-weight: 700;
  line-height: 124%;
}
.ateamo-roster-list-list-empty p {
  color: #858483;
  font-size: 14px;
  font-weight: 500;
  line-height: 144%;
  margin: 15px auto;
  max-width: 300px;
}

.ateamo-roster-list-players--margin-top {
  margin-top: 30px;
}

.ateamo-roster-options .ateamo-modal--content, .ateamo-recruitment-options .ateamo-modal--content {
  width: 200px;
  min-width: 200px;
}

.ateamo-tip {
  padding: 8px;
  width: 90px;
  border-radius: 8px;
  background: #2E2E2D;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 100px);
  user-select: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  z-index: 2;
}
.ateamo-tip:before {
  content: url("../images/tooltip-icon.svg");
  bottom: -10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ateamo-roster-list-players table tr {
  border: none;
}

.ateamo-roster-header-name,
.ateamo-roster-list-players-list-item-info {
  min-width: 206px;
  width: 100%;
}

.ateamo-roster-list-players-list-item-actions--inside {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.ateamo-roster-header-number,
.ateamo-roster-header-actions,
.ateamo-roster-header-age,
.ateamo-roster-list-players-list-item-captain,
.ateamo-roster-header-captain {
  width: 100%;
  max-width: 60px;
}

.ateamo-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #F0EFED;
  margin-top: 20px;
}

.ateamo-roster-send-payment-link {
  display: none !important;
}

.ateamo-roster-invite-registration-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-roster-invite-registration-link img {
  margin-right: 5px;
}

.ateamo-roster-invite-registration--buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ateamo-container--no-border {
  border: none !important;
}

.ateamo-container--no-padding {
  padding: 0 !important;
}

.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-invite-container {
  padding: 0;
  border-radius: 6px;
  background-color: transparent;
  max-width: 600px;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-invite-container.ateamo-manage-roster--padding {
  padding: 8px;
  border: none;
  max-width: 800px;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-invite-container.ateamo-invite-container-logout {
  background-color: #ffffff;
  margin: auto;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-league-result {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-league-result .ateamo-registration-wrapper {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 6px;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-league-result .ateamo-registration-wrapper .ateamo-roster-list-players--pending .ateamo-roster-input-item--number,
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-league-result .ateamo-registration-wrapper .ateamo-roster-list-players--denied .ateamo-roster-input-item--number {
  pointer-events: none;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-league-result .ateamo-registration-wrapper .ateamo-roster-input-item--number {
  pointer-events: none;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-result .ateamo-registration-wrapper .ateamo-roster-input-item--number {
  pointer-events: auto;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-send-invites-result .ateamo-registration-wrapper,
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-add-to-roster-result .ateamo-registration-wrapper,
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-result .ateamo-registration-wrapper {
  padding: 0;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration.ateamo-manage-roster-result {
  border: none;
}
.ateamo-container--manage-roster #ateamo-roster-manage-result .ateamo-registration:empty {
  display: none;
}

.ateamo-roster-invite-registration-link p {
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  color: #858483;
  margin-bottom: 8px !important;
}

.ateamo-roster-invite-registration-link div {
  position: relative;
}

.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item:nth-child(odd) {
  background-color: #f7f7f7;
}

.ateamo-roster-list-players--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ateamo-roster-list-players-header th {
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 15px;
  min-width: 50px;
}

.ateamo-roster-list-players-header th:first-child {
  min-width: 60px;
}

.ateamo-roster-list-players-header th:first-child,
.ateamo-roster-list-players-header th:nth-child(2) {
  text-align: left;
}

.ateamo-roster-header-name {
  text-align: left;
}

.ateamo-roster--select button {
  border: 0;
  background: #EBEBEB;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 2px 21px;
  border-radius: 10px;
  width: 80px;
  white-space: nowrap;
}
.ateamo-roster--select button:hover {
  opacity: 0.6;
}

table.ateamo-roster-list-players {
  border-collapse: collapse;
}
table.ateamo-roster-list-players.ateamo-active-roster--options-hidden .ateamo-roster-send-reminder {
  display: none !important;
}

.ateamo-roster-list-players-list-item-info {
  display: flex;
}

.ateamo-roster-list-players-list-item-age {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}

.ateamo-roster-list-players-list-item-age p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.ateamo-roster-list-players-list-item-age p:last-child {
  font-weight: 500;
  font-size: 11px;
}

.ateamo-roster-captain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ateamo-roster-captain svg .ateamo-roster-captain--box {
  fill: #dedede;
}

.ateamo-roster-user-captain svg .ateamo-roster-captain--box {
  fill: #000000;
}

.ateamo-roster-age {
  font-size: 14px;
  font-weight: 500;
}

.ateamo-roster-invite-registration-link input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  background: #E8E8E6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #575756;
  border: none;
}
.ateamo-roster-invite-registration-link input:focus {
  background-color: #E8E8E6 !important;
}

.ateamo-roster-list-players-list-item {
  position: relative;
}

.season-pass-active, .season-pass-not-active {
  display: none !important;
}

.ateamo-roster-list-players--status.ateamo-hidden {
  display: table-row;
}
.ateamo-roster-list-players--status.ateamo-hidden .ateamo-roster-list-players-list-item-number {
  z-index: 2;
  opacity: 1;
}

.ateamo-roster-list-players-list-item.ateamo-hidden td {
  opacity: 0.3;
}
.ateamo-roster-list-players-list-item.ateamo-hidden td:last-child {
  opacity: 1;
}

.ateamo-roster-list-players-list-item-active-player {
  margin: 0 0 5px 0;
  text-align: center;
}

.ateamo-switcher {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  z-index: 2;
}

.ateamo-switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #291B33;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #EDFAC8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0C3D34;
}
input:checked + .slider:before {
  background-image: url(../images/manageRosterOk.svg);
  background-repeat: no-repeat;
  background-position: center;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0C3D34;
}

input:checked + .slider:before {
  transform: translateX(17px);
}

.slider.round {
  border-radius: 35px;
}

.slider.round:before {
  border-radius: 50%;
}

.ateamo-roster-list-buttons {
  margin-top: 10px;
}

.ateamo-roster-list-buttons-note span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.ateamo-roster-list-players-list-item.ateamo-loader.ateamo-hidden:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.ateamo-roster--back,
.ateamo-group--back-button {
  position: relative;
}
.ateamo-roster--back .ateamo-error-message,
.ateamo-group--back-button .ateamo-error-message {
  width: calc(100% - 80px);
  margin: 0 40px;
}
.ateamo-roster--back button,
.ateamo-group--back-button button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.ateamo-roster--back button:before,
.ateamo-group--back-button button:before {
  content: url("../images/arrow-back-icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.ateamo-roster-list-buttons-note a {
  color: #23B236;
  text-decoration: none !important;
}

.ateamo-send-reminders-button {
  margin-right: 10px !important;
}

.ateamo-print-roster-tooltip {
  position: relative;
  flex: 0;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
}
.ateamo-print-roster-tooltip .ateamo-tip {
  left: calc(50% - 75px);
  width: 150px;
}
.ateamo-print-roster-tooltip:hover .ateamo-tip {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.ateamo-roster-next-match {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ateamo-roster-next-match h2 {
  font-size: 16px;
  color: #575756;
  font-weight: 500;
}
.ateamo-roster-next-match h3, .ateamo-roster-next-match h4 {
  font-size: 14px;
  color: #575756;
  font-weight: 500;
}

.ateamo-roster-next-match {
  margin-top: 30px;
}

.ateamo-red-card-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-red-card-wrapper:hover .ateamo-tip-red-card {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.ateamo-red-card-icon {
  width: 19px;
  height: 22px;
  background-color: #f40000;
  border-radius: 6px;
  margin-right: 10px;
  display: block;
}

.ateamo-tip.ateamo-tip-red-card {
  width: 160px;
  left: calc(50% - 85px);
}

.ateamo-roster-player--indicate {
  height: 40px;
  min-width: 40px;
  object-fit: cover;
  border: 1px solid #006854;
  background-color: #006854;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}

.ateamo-roster-pdf--body {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-roster-pdf--body a {
  padding: 20px !important;
  gap: 5px;
  font-size: 14px;
}

.ateamo-print-roster-pdf-button {
  min-height: 32px;
  height: 32px;
}
.ateamo-print-roster-pdf-button:after {
  border-radius: 6px;
}

.ateamo-roster-list-players-list-item-details {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}

.ateamo-send-invites-result .ateamo-roster-list-player--button,
.ateamo-add-to-roster-result .ateamo-roster-list-player--button {
  pointer-events: none;
}

.ateamo-roster-list-player--button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ateamo-roster-list-player--button > * {
  pointer-events: none;
}
.ateamo-roster-list-player--button:hover {
  background-color: transparent;
}

.ateamo-roster-list-players-list-item td {
  padding: 8px 0;
}

.ateamo-registration-item--separator {
  margin: 15px 0 10px;
  border: 0.5px solid #DEDDDC;
}

.ateamo-non-registration-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ateamo-registration-item-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ateamo-registration-item-block.ateamo-registration-item-block--players {
  margin-top: 20px;
}
.ateamo-registration-item-block.ateamo-registration-item-block--players label {
  display: flex;
}
.ateamo-registration-item-block.ateamo-registration-item-block--players label, .ateamo-registration-item-block.ateamo-registration-item-block--players input {
  width: 100%;
  max-width: 100%;
}
.ateamo-registration-item-block button {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-registration-item-block label {
  position: relative;
}
.ateamo-registration-item-block label svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ateamo-registration-item-block label input, .ateamo-registration-item-block label .input {
  border: 1px solid #D0D5DD;
  padding: 0 14px 0 35px;
  max-width: 157px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 8px;
}

.ateamo-search-message-player,
.ateamo-search-message {
  color: #ff0000;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

input#ateamo-search-player-roster:focus,
input#ateamo-search-roster:focus {
  border-color: #000000;
  border-width: 2px;
}

.ateamo-roster--checkbox-captain.ateamo-active,
.ateamo-roster-list-players-list-item-number label.ateamo-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ateamo-roster-list-players-list-item-number label input:checked ~ span.ateamo-roster--checkbox {
  border: 1px solid #252e09;
  background-color: #303d0b;
}

span.ateamo-roster--checkbox-captain:before,
.ateamo-roster-list-players-list-item-number label input:checked ~ span.ateamo-roster--checkbox:before {
  content: url("../images/checkmark.svg");
}

.ateamo-roster-list-players-list-item-number label.ateamo-roster-checkbox-item input {
  position: absolute;
  left: -99999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

span.ateamo-roster--checkbox {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #f7f7f7;
}

span.ateamo-roster--checkbox-captain {
  border: 1px solid #9b0704;
  background-color: #cc0100;
}

.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item,
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item {
  position: relative;
  padding: 8px 0;
  border-radius: 0;
  transition: all 0.3s;
}
.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item > td,
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item > td {
  vertical-align: middle;
  border-radius: 0;
}
.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item-name,
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-name {
  margin-right: auto;
  flex-direction: column;
  align-items: flex-start;
}
.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item-name > p:first-child,
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-name > p:first-child {
  text-align: left;
  font-weight: 600;
}
.ateamo-roster-list-players-list .ateamo-roster-list-players-list-item-number,
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-number {
  width: 43px;
  color: #575756;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.ateamo-roster-players-modal--slider .ateamo-modal--content {
  background: transparent;
  padding: 0;
  max-width: 300px;
  min-width: 300px;
  overflow: visible;
  width: auto;
}
.ateamo-roster-players-modal--slider .ateamo-modal-form {
  flex-direction: column;
}
.ateamo-roster-players-modal--slider .swiper-slide {
  border-radius: 25px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 5px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide .ateamo-roster--slide-img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide .ateamo-roster--slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide .ateamo-roster--slider-name {
  color: #2E2E2D;
  font-size: 20px;
  line-height: 124%;
  font-weight: 600;
  margin-top: 15px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide .ateamo-roster--slider-age {
  color: #2E2E2D;
  font-size: 18px;
  line-height: 124%;
  margin-top: 15px;
  display: flex;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-slide .ateamo-roster--slider-age p {
  font-weight: 600;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-status {
  margin-top: 15px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 124%;
  font-weight: 600;
  height: 40px;
  border-radius: 5px;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-status span.active {
  background-color: #23B236;
}
.ateamo-roster-players-modal--slider .ateamo-roster--slider-status span.suspended {
  background-color: #f40000;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation > div {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation > div.swiper-button-disabled {
  opacity: 0;
  cursor: no-drop;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation > div:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation .swiper-button-lock {
  display: none;
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation .prev:before {
  content: url("../images/arrow-prev-icon.svg");
}
.ateamo-roster-players-modal--slider .ateamo-roster-slider-navigation .next:before {
  content: url("../images/arrow-next-icon.svg");
}

.ateamo-roster-checkbox-item {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ateamo-roster-checkbox-item.ateamo-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ateamo-roster--checkbox-captain.ateamo-active,
.ateamo-roster-list-players-list-item-number label.ateamo-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ateamo-roster-list-players-list-item-number label input:checked ~ span.ateamo-roster--checkbox {
  border: 1px solid #252e09;
  background-color: #303d0b;
}

span.ateamo-roster--checkbox-captain:before,
.ateamo-roster-list-players-list-item-number label input:checked ~ span.ateamo-roster--checkbox:before {
  content: url("../images/checkmark.svg");
}

.ateamo-roster-list-players-list-item-number label.ateamo-roster-checkbox-item input {
  position: absolute;
  left: -99999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number {
  position: relative;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span {
  position: absolute;
  right: 30px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  top: 50%;
  border-radius: 4px;
  transform: translateY(-50%);
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span::before {
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span.saved {
  background-color: #23B236;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span.saved::before {
  border-color: transparent transparent transparent #23B236;
  border-style: solid;
  border-width: 4px 4px 4px;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span.taken {
  background-color: #C01913;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number span.taken::before {
  border-color: transparent transparent transparent #C01913;
  border-style: solid;
  border-width: 4px 4px 4px;
}
.ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number input {
  width: 25px;
  height: 20px;
  text-align: center;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #858483;
  border-radius: 0;
  background-color: transparent;
  padding: 0 !important;
}

span.ateamo-roster--checkbox {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

span.ateamo-roster--checkbox-captain {
  border: 1px solid #9b0704;
  background-color: #cc0100;
}

.ateamo-send-invites-result .ateamo-roster-list-players-actions--relative,
.ateamo-add-to-roster-result .ateamo-roster-list-players-actions--relative {
  display: none;
}
.ateamo-send-invites-result .ateamo-roster-list-actions--add-player,
.ateamo-add-to-roster-result .ateamo-roster-list-actions--add-player {
  display: block;
}

.ateamo-registration.ateamo-manage-roster-result .ateamo-roster-list-players-actions--relative {
  display: block;
}
.ateamo-registration.ateamo-manage-roster-result .ateamo-roster-list-actions--add-player {
  display: none;
}

.ateamo-add-to-roster-result .ateamo-roster-list-players-list-item-name, .ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-name {
  margin-right: auto;
  flex-direction: column;
  align-items: flex-start;
}
.ateamo-add-to-roster-result .ateamo-roster-list-players-list-item-name > p:first-child, .ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-name > p:first-child {
  font-weight: 600;
}
.ateamo-add-to-roster-result .ateamo-roster-list-players-list-item-photo, .ateamo-roster-list-send-invites .ateamo-roster-list-players-list-item-photo {
  width: 100%;
}

.ateamo-roster-player--email {
  font-size: 11px;
}

.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item {
  position: relative;
  padding: 8px 0;
}
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-name {
  margin-right: auto;
  flex-direction: column;
  align-items: flex-start;
}
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-name > p:first-child {
  font-weight: 600;
}
.ateamo-mange-roster-list-items .ateamo-roster-list-players-list-item-number {
  width: 43px;
  color: #575756;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.ateamo-roster-list-players table.ateamo-roster-list-players {
  margin-top: 0;
}

.ateamo-roster--archive-select {
  display: flex;
  align-items: center;
}
.ateamo-roster--archive-select.ateamo-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ateamo-roster--archive-select p {
  white-space: nowrap;
  color: #858483;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.ateamo-roster-list-players--archive {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000;
  z-index: 10;
  background-color: rgba(0, 104, 84, 0.8);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.ateamo-roster-list-players--archive.ateamo-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ateamo-roster-list-players--archive p {
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.ateamo-roster-list-players--archive button {
  background-color: #F5F4F2 !important;
  padding: 7px 20px 7px 44px;
  position: relative;
  border-radius: 25px;
  color: #575756;
  font-weight: 600;
}
.ateamo-roster-list-players--archive button:hover {
  opacity: 0.8;
}
.ateamo-roster-list-players--archive button svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.ateamo-roster-list-player--actions-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ateamo-roster-list-player--actions-menu .ateamo-roster--action-button {
  height: 24px;
}

.ateamo-roster-list-players-actions--relative {
  position: relative;
}
.ateamo-roster-list-players-actions--relative .ateamo-button--dots {
  padding: 5px;
  display: flex;
  border-radius: 6px;
}
.ateamo-roster-list-players-actions--relative .ateamo-button--dots:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions {
  position: absolute;
  top: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions-items {
  padding: 7px 5px;
  box-shadow: 0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e3;
  padding: 10px;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions .ateamo-roster-options-block {
  display: none;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions .ateamo-roster-options-block .ateamo-button--options {
  height: 23px;
  padding: 0 5px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions .ateamo-roster-options-block .ateamo-button--options:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  z-index: 5;
  pointer-events: auto;
}

.ateamo-roster-registration-modal .ateamo-modal--content {
  padding: 10px 40px 50px;
  max-width: 420px;
}

.ateamo-generate-registration-link--body {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.ateamo-generate-registration-link--header {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  color: #525252;
  text-align: center;
}
.ateamo-generate-registration-link--main .ateamo-error-registration--message {
  margin-top: 5px;
}
.ateamo-generate-registration-link--main .ateamo-error-registration--message p {
  margin: 0;
}
.ateamo-generate-registration-link--main p.team {
  font-weight: 500;
  font-size: 16px;
  line-height: 128%;
}
.ateamo-generate-registration-link--main p {
  font-weight: 400;
  font-size: 13px;
  line-height: 128%;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}
.ateamo-generate-registration-link--main > div a {
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: #2867EF;
  margin: 15px 0 0 0;
  text-align: left;
  overflow-wrap: break-word;
}
.ateamo-generate-registration-link--main > div a svg {
  left: 0;
}
.ateamo-generate-registration-link--footer {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 128%;
  color: #525252;
}
@media (max-width: 991px) {
  .ateamo-roster-list-players {
    overflow: auto;
  }
  .ateamo-roster-list-players table.ateamo-roster-list-players {
    overflow: hidden;
  }
  .ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions {
    left: auto;
    right: 0;
    transform: translateX(0px) translateY(0px);
  }
  .ateamo-roster-list-players-actions--relative .ateamo-roster-list-players-actions.open {
    transform: translateX(-5px) translateY(0px);
  }
  .ateamo-roster-registration-modal .ateamo-modal--content {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .ateamo-roster-list-players--archive {
    z-index: 11;
  }
  .ateamo-roster-invite-registration--buttons {
    flex-wrap: wrap;
    gap: 5px;
  }
  .ateamo-roster-invite-registration--buttons > button, .ateamo-roster-invite-registration--buttons .ateamo-print-roster-tooltip {
    width: 100%;
    margin: 0 !important;
  }
  .ateamo-roster-list-players-header th:first-child {
    min-width: 55px;
  }
  .ateamo-roster-list-players-list-item-number span {
    width: 20px;
    height: 20px;
  }
  .ateamo-roster-list-players-list-item-number label.ateamo-roster-input-item--number input {
    width: 18px;
    height: 18px;
  }
  .ateamo-roster-list-players-list-item-options p {
    margin-right: 2px;
  }
  .ateamo-container--manage-roster .ateamo-invite-container {
    padding: 15px 5px;
  }
  .ateamo-roster-next-match {
    flex-direction: column;
  }
  .ateamo-roster-next-match div:nth-child(2) {
    text-align: left !important;
    margin-top: 15px;
  }
  .ateamo-invite-container {
    padding: 5px;
  }
  .ateamo-roster-list-players-list-item-name p:first-child {
    font-size: 13px;
  }
  .ateamo-roster-list-players-list-item-photo .ateamo-roster-player--indicate,
  .ateamo-roster-list-players-list-item-photo img {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 12px;
  }
  .ateamo-roster-list-players-list-item-options span {
    margin-right: 0;
  }
  .ateamo-roster-invite-registration-link .ateamo-button--grey {
    font-size: 13px;
    padding: 0 10px !important;
  }
  .ateamo-roster-invite-registration-link .ateamo-button--grey img {
    display: none;
  }
  .ateamo-roster-list-players-list-item-photo {
    margin: 0 5px;
  }
  .ateamo-roster-list-players-list-item-number {
    width: 25px;
    font-size: 12px;
  }
  .ateamo-red-card-icon {
    margin-right: 2px;
  }
  .ateamo-switcher {
    width: 35px;
  }
  .slider:before {
    left: 3px;
  }
  input:checked + .slider:before {
    transform: translateX(14px);
  }
  .ateamo-registration-item-block {
    align-items: flex-start;
    flex-direction: column;
  }
  .ateamo-registration-item-block label,
  .ateamo-registration-item-block label input {
    width: 100%;
    max-width: 100%;
  }
  .ateamo-roster-list-players-list-item-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .ateamo-roster-list-players-header th {
    padding-bottom: 10px;
    font-size: 11px;
  }
}
.ateamo-button--print-roster.ateamo-print-roster-pdf-button {
  min-width: 125px;
}

@media screen and (max-width: 768px) {
  #ateamo-roster-manage-result .ateamo-invite-container #sign-in, #ateamo-roster-manage-result .ateamo-invite-container #sign-up {
    flex-direction: column;
  }
  #ateamo-roster-manage-result .ateamo-invite-container .ateamo-registration--info {
    padding: 20px 0;
  }
  .ateamo-roster-player--email {
    display: none;
  }
}
@media (min-width: 600px) {
  .ateamo-button--print-roster.ateamo-print-roster-pdf-button {
    min-width: 170px;
  }
}
#ateamo-player-pool-result {
  position: relative;
}
#ateamo-player-pool-result .ateamo-invite-container {
  max-width: 600px;
}
#ateamo-player-pool-result .ateamo-invite-container--small {
  max-width: 350px;
}
#ateamo-player-pool-result .ateamo-invite-container-info {
  position: relative;
}

.ateamo-invite-options .ateamo-modal--content {
  width: 280px;
}

.ateamo-invite-request-header--center {
  text-align: center;
}

.ateamo-invite-request-text.ateamo-invite-request-small-text {
  font-size: 12px;
  margin-top: 50px;
}

.ateamo-player-pool-generate-qr {
  display: block;
  margin: 0 auto;
  width: 300px;
}

.ateamo-invite-link {
  border-radius: 6px;
  background: #F0EFED;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  overflow: auto;
  line-height: 30px;
}
.ateamo-invite-buttons {
  margin-top: 20px;
}

.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width {
  margin-top: 0;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item.choose-group-button {
  transition: all 0.3s ease-in-out;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item.choose-group-button:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside {
  background: #F0EFED;
  border: none;
  border-radius: 6px;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside img {
  width: 50px;
  margin-bottom: 15px !important;
  height: auto !important;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2E2E2D;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside .ateamo-select-player-pool-button {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-container--manage-roster .ateamo-registration-wrapper .ateamo-registration-grid.ateamo-registration-grid__full-width .ateamo-registration-grid-item .ateamo-registration-grid-item-inside .ateamo-select-player-pool-button:before {
  content: url("../images/select-player-pool-icon.svg");
  margin-right: 6px;
}
.ateamo-container--manage-roster .ateamo-roster-list-players .ateamo-button--request, .ateamo-container--manage-roster .ateamo-roster-list-players .ateamo-roster-username {
  display: none;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments {
  margin-top: 20px;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments-buttons {
  display: flex;
  align-items: center;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments-buttons .recruitment-options-button {
  margin-right: 8px;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments-buttons .recruitments-invite-counter {
  margin-left: auto;
  border-radius: 30px;
  background: #F0EFED;
  color: #858483;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments-buttons .recruitments-invite-counter img {
  margin-right: 2px;
  position: relative;
  top: 3px;
}
.ateamo-container--manage-roster .ateamo-roster-list-players-recruitments .ateamo-invite-title {
  font-size: 17px;
  text-align: left;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-button--request {
  display: flex;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-roster-list-players-list-item-photo {
  margin-left: 0;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-roster-username {
  display: block;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-button--dots {
  display: none;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-roster-list-players-list-item-number .ateamo-roster-checkbox-item {
  display: none !important;
}
.ateamo-container--manage-roster .ateamo-roster-list-players--requests .ateamo-roster-list-players-list-item-number svg {
  display: block !important;
}
.ateamo-container--manage-roster #recruitment-block-date span {
  margin-left: 5px;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs {
  margin: 25px 0 20px 0;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs input {
  border-radius: 6px;
  background: #F5F4F2;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs-dates {
  margin-top: 15px;
  display: flex;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs-dates-item {
  position: relative;
  width: 100%;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs-dates-item input {
  padding-top: 10px !important;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs-dates-item span {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #858483;
  font-size: 12px;
  font-weight: normal;
}
.ateamo-container--manage-roster .ateamo-invite-request-inputs-dates-item:nth-child(2) {
  margin-left: 15px;
  width: 30% !important;
}
.ateamo-container--manage-roster .ateamo-invite-request-textarea {
  position: relative;
}
.ateamo-container--manage-roster .ateamo-invite-request-textarea #ateamo-recruitment-details {
  margin-top: 15px;
  width: 100%;
  resize: none;
  height: 150px;
  padding: 8px 20px !important;
  border-radius: 6px;
  background: #F5F4F2;
}
.ateamo-container--manage-roster .ateamo-invite-request-textarea #ateamo-count-recruitment-textarea {
  color: #C7C7C5;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: 6px;
  right: 8px;
}
.ateamo-container--manage-roster .ateamo-invite-request-textarea #ateamo-count-recruitment-textarea span {
  color: #C7C7C5;
}

.ateamo-search-group {
  margin-bottom: 20px;
}

.ateamo-search-group, .ateamo-search-players {
  position: relative;
  display: flex;
}
.ateamo-search-group svg, .ateamo-search-players svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.ateamo-search-group input, .ateamo-search-players input {
  border: 1px solid #D0D5DD;
  padding: 0 14px 0 35px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 8px;
}

.ateamo-search-groups .ateamo-search-message-player, .ateamo-search-groups .ateamo-search-message, .ateamo-search-players .ateamo-search-message-player, .ateamo-search-players .ateamo-search-message {
  width: 100%;
}

.ateamo-search-players input {
  margin-bottom: 0;
}

.ateamo-invite-player-inputs-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.ateamo-invite-player-inputs-item .ateamo-join-input-block input:disabled {
  cursor: no-drop;
}
.ateamo-invite-player-inputs-item .ateamo-join-input-block label {
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.ateamo-invite-player-inputs-item .ateamo-join-input-block input, .ateamo-invite-player-inputs-item .ateamo-join-input-block select, .ateamo-invite-player-inputs-item .ateamo-join-input-block textarea {
  align-items: center;
  color: inherit;
  column-gap: 2px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.009375em;
  opacity: 0.87;
  min-height: 56px;
  min-width: 0;
  padding: 0 16px !important;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(118, 118, 118, 0.4);
}
.ateamo-invite-player-inputs-item .ateamo-join-input-block textarea {
  padding: 12px 16px !important;
}

.ateamo-button.ateamo-roster-list-players--archive {
  position: sticky;
  bottom: 100px;
  right: 40px;
  margin-left: auto;
  width: max-content;
  background-color: #ABEADE !important;
  border: 1px solid #E6E5E3;
  color: #000000;
  z-index: 5;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.ateamo-user-profile .ateamo-slider-controls {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.ateamo-sign-up-block.ateamo-user-profile #ateamo-form-phone-code {
  margin-bottom: 20px;
}

.ateamo-registration-input-block input[type=checkbox] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  accent-color: #2f7033;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;
}

.ateamo-label-sms {
  cursor: pointer;
  position: relative !important;
  top: -5px;
  font-size: 13px !important;
}

#ateamo-user-profile {
  position: relative;
  overflow: hidden;
}
#ateamo-user-profile .ateamo-invite-container {
  max-width: 350px;
}
#ateamo-user-profile .ateamo-invite-container.ateamo-invite-container-logout {
  max-width: 100%;
}

.ateamo-user-profile .ateamo-form-error {
  text-align: center;
  display: none;
  font-size: 14px;
  color: red;
  padding: 5px;
}

.ateamo-user-profile .ateamo-photo-pick .ateamo-select-photo-wrapper {
  display: flex;
  justify-content: center;
}

.ateamo-user-profile .ateamo-photo-pick .ateamo-select-photo-img {
  margin: 0 auto;
}

.ateamo-update-phone .ateamo-form-item {
  max-width: 300px;
  margin: 0 auto;
}

.ateamo-player-birthaday-profile {
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 20px;
}

.user-profile {
  display: flex;
  background-color: #F5F4F2;
  padding: 16px;
  gap: 12px;
  border-radius: 6px;
}
.user-profile--photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.user-profile--photo img {
  width: 100%;
  height: 100%;
}
.user-profile--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.user-profile--name {
  font-weight: 700;
  font-size: 16px;
  line-height: 124%;
  color: #2E2E2D;
}
.user-profile--username {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #858483;
}

.ateamo-user-profile--title {
  margin: 24px 0;
  background-color: #F5F4F2;
  padding: 14px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  vertical-align: middle;
}

.ateamo-user-profile--field-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}

.ateamo-user-profile .ateamo-form-error {
  position: absolute;
  left: 0;
  bottom: -15px;
}

.ateamo-form-error {
  font-size: 12px;
  color: #ff0000;
  display: none;
}

.ateamo-user-profile--field-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url("../images/account-edit-icon.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: none;
  cursor: pointer;
}

.ateamo-user-profile--field-title-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  vertical-align: middle;
}

main {
  background-color: #fff;
}

.ateamo-user-profile--information {
  display: flex;
  flex-direction: column;
}
.ateamo-user-profile--information .ateamo-user-profile--item {
  padding: 14px 46px 14px 16px;
  margin-left: -14px;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ateamo-user-profile--information .ateamo-user-profile--item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  color: #2E2E2D;
}
.ateamo-user-profile--information .ateamo-user-profile--item-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #858483;
  min-height: 15px;
}
.ateamo-user-profile--information .ateamo-user-profile--item-value img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.ateamo-user-profile--information .ateamo-user-profile--edit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/edit-button-icon.svg");
  background-size: 18px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  padding: 2px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.ateamo-user-profile--forms {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.ateamo-user-profile--forms .ateamo-user-profile--field-title,
.ateamo-user-profile--forms .ateamo-user-form-phone--button,
.ateamo-user-profile--forms .ateamo-user-form--button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ateamo-user-profile--forms.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.ateamo-user-profile--forms.active .ateamo-user-profile--field-title,
.ateamo-user-profile--forms.active .ateamo-user-form-phone--button,
.ateamo-user-profile--forms.active .ateamo-user-form--button {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.ateamo-user-profile--forms button.ateamo-user-form-phone--button,
.ateamo-user-profile--forms button.ateamo-user-form--button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-width: 80px;
  max-height: 48px;
  min-height: 48px;
  border-radius: 6px;
  background-color: #006854;
  max-width: 300px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
.ateamo-user-profile--forms button.ateamo-user-form-phone--button.ateamo-hidden,
.ateamo-user-profile--forms button.ateamo-user-form--button.ateamo-hidden {
  display: none;
}

.ateamo-button-phone-code {
  width: 100%;
  max-width: 300px;
}

.ateamo-user-profile--field {
  display: none;
}
.ateamo-user-profile--field.active {
  display: flex;
}
.ateamo-user-profile--field .ateamo-user-profile--edit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.ateamo-user-profile--field .ateamo-user-profile--edit input:focus {
  border-bottom: 3px solid #9B3BDB;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ateamo-user-profile--field .ateamo-user-profile--edit input:focus ~ span {
  color: #9B3BDB;
}
.ateamo-user-profile--field label {
  gap: 4px;
  position: relative;
  background-color: #E8E8E6;
  border-radius: 6px;
  min-height: 56px;
  display: flex;
}
.ateamo-user-profile--field label span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #858483;
  position: absolute;
  left: 12px;
  top: 9px;
  background-color: transparent;
}
.ateamo-user-profile--field label input {
  border-radius: 6px;
  border: none;
  color: #2E2E2D;
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  height: auto;
  padding: 25px 12px 8px 12px !important;
  background-color: #E8E8E6;
  min-height: 56px;
  margin-top: auto;
  width: 100%;
}
.ateamo-user-profile--field .ateamo-user-profile--current {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  gap: 4px;
  padding: 8px 12px !important;
  background-color: #E8E8E6;
  min-height: 56px;
}
.ateamo-user-profile--field .ateamo-user-profile--current img {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #858483;
}
.ateamo-user-profile--field .ateamo-user-profile--current span:first-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #858483;
}
.ateamo-user-profile--field .ateamo-user-profile--current span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 124%;
  min-height: 20px;
}

#ateamo-players-league-list-join-result .ateamo-invite-button {
  position: relative;
}
#ateamo-players-league-list-join-result .ateamo-invite-button:after {
  border-radius: 100px;
}
#ateamo-players-league-list-join-result .ateamo-round-rsvp-tip-header--describe {
  padding: 0;
}
#ateamo-players-league-list-join-result #ateamo-players-league-list-message {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 5px;
  font-size: 14px;
}

.ateamo-players-list__teams tr,
.ateamo-player-pool__player {
  padding: 10px 0;
  border-bottom: 1px solid gray;
  gap: 10px;
  justify-content: space-between;
}

.ateamo-players-list__teams .ateamo-league-list__team-name {
  width: 100%;
}

.ateamo-players-list__teams tr td {
  padding: 10px 16px;
  background-color: #f9fafb;
  height: 44px;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
  color: #667085;
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}

.ateamo-players-list__teams tr:last-child td {
  border-bottom: 0;
}

.ateamo-player-pool__player td {
  padding: 10px 16px;
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}

.ateamo-player-pool__player:last-child td {
  border-bottom: 0;
}

.ateamo-player-pool__player * {
  font-size: 14px;
  color: #667085;
}

.ateamo-players-list__teams select,
.ateamo-player-pool__container {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #e3e7eb;
  border-spacing: 0;
}

.ateamo-players-list__teams select {
  height: 56px;
  padding: 0 16px;
}

.ateamo-players-list__teams {
  margin-bottom: 30px;
}

.ateamo-players-list__teams-table {
  border-spacing: 0;
}

.ateamo-player-pool__info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ateamo-player-pool {
  padding-right: 5px;
}
.ateamo-player-pool:last-child {
  padding-right: 0;
}
.ateamo-player-pool__image {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  border: 1px solid #e3e7eb;
  overflow: hidden;
}
.ateamo-player-pool__image img {
  width: 100%;
  height: 100%;
}
.ateamo-player-pool__table {
  width: 100%;
  border-spacing: 0;
}

.ateamo-players-list__captain h4 {
  margin-bottom: 10px;
}

.ateamo-player-pool__scroll > table > thead > tr > th,
.ateamo-player-pool__scroll > table > thead > tr > td {
  height: 44px;
  background-color: #f9fafb;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #95a1ad;
  padding: 10px 16px;
  text-align: left;
}

.ateamo-player-pool__button button,
.ateamo-player-pool__scroll > table > thead > tr > th {
  white-space: nowrap;
}

.ateamo-player-pool__scroll > table > thead > tr > th {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 -1px rgba(var(--v-border-color), var(--v-border-opacity));
  z-index: 1;
}

.ateamo-player-pool__scroll > table > thead > tr > th, .ateamo-player-pool__scroll > table > thead > tr > th {
  background-color: #f9fafb;
  height: 44px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #95a1ad;
}

.ateamo-player-pool__info {
  max-width: 200px;
  min-width: 200px;
}

.ateamo-player-pool__position,
.ateamo-player-pool__skill-level,
.ateamo-player-pool__experience {
  min-height: 150px;
}

.ateamo-player-pool__position:first-letter,
.ateamo-player-pool__skill-level:first-letter {
  text-transform: uppercase;
}

.ateamo-player-pool__button button {
  padding: 0 16px;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  background-color: rgb(0, 82, 65);
  color: rgb(255, 255, 255);
  height: 36px;
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.ateamo-player-pool__button button:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.8;
}

.ateamo-player-list__teams {
  display: flex;
}

.ateamo-player-list__success,
.ateamo-player-list__error {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.ateamo-player-list__success.active,
.ateamo-player-list__error.active {
  display: flex;
}

.ateamo-join-team-rsvp-container {
  padding: 40px;
  margin: 0 auto;
  text-align: center;
}

.ateamo-join-to-team__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.ateamo-join-to-team__buttons .ateamo-join-to-button-grey {
  background-color: #291B33;
  color: #fff;
}
.ateamo-join-to-team__buttons button {
  height: 50px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #292928;
  background-color: #B0F000;
  border-radius: 52px;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
}
.ateamo-join-to-team__buttons button:hover {
  transform: scale(1.05);
}
.ateamo-join-to-team__buttons button:disabled {
  transform: scale(1) !important;
  color: rgba(41, 41, 40, 0.3);
  background-color: #E6E5E3;
  cursor: auto;
}

#ateamo-manage-team-result .ateamo-invite-container {
  max-width: 600px;
  padding: 8px;
  position: relative;
}
#ateamo-manage-team-result .ateamo-invite-container--small {
  max-width: 350px;
}

#ateamo-manage-team-result .ateamo-registration__manage-team .group-manage-team {
  width: 50%;
}

.ateamo-manage-team-result.hide {
  display: none;
}

.ateamo-manage-team-result__loader {
  position: relative;
}

.ateamo-manage-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item {
  padding: 3px;
  border: none;
  cursor: pointer;
  height: 100%;
  width: 50%;
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item:hover .group-manage-team-inside {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item .group-manage-team-inside {
  border-radius: 6px;
  background: #F0EFED !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item .group-manage-team-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2E2E2D;
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item .group-manage-team-button {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.01em;
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-manage-team-grid .ateamo-manage-team-grid-item img {
  width: 50px;
  margin-bottom: 15px !important;
  height: 50px !important;
}

.ateamo-manage-team-settings-result {
  display: none;
  flex-direction: column;
  gap: 20px;
}

.ateamo-manage-team-settings-result.active {
  display: flex;
}

.ateamo-manage-team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.ateamo-manage-team-header h2 {
  color: #2E2E2D;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
}
.ateamo-manage-team-header img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.ateamo-manage-team-body h3 {
  font-size: 15px;
  color: #2E2E2D;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 15px;
  text-align: center;
}
.ateamo-manage-team-body .ateamo-current-name {
  margin-left: 10px;
}
.ateamo-manage-team-body .ateamo-manage-team--color span {
  display: flex;
  border: 2px solid #C5C5C5;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.ateamo-manage-team-body .ateamo-manage-team--header-colors {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.ateamo-manage-team-body .ateamo-manage-team--header-colors p {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.ateamo-manage-team-body > div {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.ateamo-manage-team-body > div img {
  width: 40px;
  margin-left: 10px;
}
.ateamo-manage-team-body > div span {
  font-weight: 600;
}
.ateamo-manage-team-body .ateamo-manage-team--form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.ateamo-manage-team-body .ateamo-manage-team--form label {
  position: relative;
}
.ateamo-manage-team-body .ateamo-manage-team--form label input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  pointer-events: none;
  padding: 0;
  left: 50px;
  top: 20px;
  background-color: transparent;
  border: 0;
}
.ateamo-manage-team-body .ateamo-manage-team--form label input, .ateamo-manage-team-body .ateamo-manage-team--form label > span {
  height: 40px;
  border: 1px solid #DEDDDC;
  background-color: #F0EFED;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 8px 30px 8px 12px;
  border-radius: 6px;
  width: 100%;
}
.ateamo-manage-team-body .ateamo-manage-team--form label span {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.16px;
  letter-spacing: -0.01em;
}
.ateamo-manage-team-body .ateamo-manage-team--form .ateamo-manage-team--button {
  height: 52px;
  border-radius: 52px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 15px !important;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  text-transform: initial;
  letter-spacing: normal;
  text-decoration: none !important;
  justify-content: center;
  width: 100%;
}

.ateamo-registration-team--inside .ateamo-registration--header.ateamo-registration--header-badge {
  display: block;
  text-align: center;
}

.ateamo-manage-team--items {
  display: flex;
  width: 100%;
}
.ateamo-manage-team--items .ateamo-manage-team--item:first-child {
  flex: 1;
}
.ateamo-manage-team--items .ateamo-manage-team--item:last-child {
  flex: 0;
  min-width: 140px;
  margin-left: 10px;
  text-align: center;
}

.ateamo-registration--team-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-registration--team-image label {
  background-color: #F0EFED;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  cursor: pointer;
  display: flex;
}
.ateamo-registration--team-image label input {
  position: fixed;
  left: -999999px;
  width: 1px;
  height: 1px;
}
.ateamo-registration--team-image .ateamo-registration-team--logo {
  pointer-events: none;
  height: auto;
  width: 38px;
  left: 50%;
  position: absolute;
  top: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #ateamo-manage-team-result .ateamo-manage-team-grid {
    flex-direction: column;
  }
  #ateamo-manage-team-result .ateamo-manage-team-grid .ateamo-manage-team-grid-item {
    width: 100%;
  }
}
#ateamo-event-result {
  position: relative;
}

.ateamo-event .ateamo-invite-container {
  max-width: 100%;
}
.ateamo-event .ateamo-window-error-message {
  color: #006854;
  z-index: 40;
}

.ateamo-event--details {
  position: relative;
  background-color: #FFFFFF;
  padding: 8px;
  border: 1px solid #E6E5E3;
  border-radius: 5px;
  margin-top: 10px;
}

.ateamo-event--details .ateamo-event--forfeit-buttons {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ateamo-event--details .ateamo-event--forfeit-buttons .ateamo-event--forfeit {
  width: auto;
  padding: 3px 10px;
  border: none;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 132%;
  background-color: #ff0000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ateamo-event--details .ateamo-event--forfeit-buttons .ateamo-event--forfeit:hover {
  opacity: 0.5;
}

.ateamo-event-forfeit--pop-up.ateamo-loader:before,
.ateamo-event-reminder--pop-up.ateamo-loader:before {
  z-index: 5;
}

.ateamo-event-forfeit--pop-up.ateamo-loader:after,
.ateamo-event-reminder--pop-up.ateamo-loader:after {
  z-index: 4;
}

.ateamo-event--not-available,
.ateamo-event--not-found {
  background-color: #fffaeb;
  color: #b54708;
  width: 100%;
  padding: 20px 5px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.0588235294), 0 1px 3px rgba(16, 24, 40, 0.1019607843);
  border: 1px solid #b54708;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.ateamo-container--event {
  max-width: 1000px !important;
}

.ateamo-event .ateamo-container {
  margin-bottom: 0 !important;
}
.ateamo-event--title-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 28.8px;
  padding: 20px 20px 0 20px;
}
.ateamo-event-team {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}
.ateamo-event-team--image {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ateamo-event-team--image img, .ateamo-event-team--image svg {
  width: 64px;
  height: 64px;
}
.ateamo-event-team--name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20.16px;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-event .event-send-reminder--pop-up,
.ateamo-event .event-table-send-reminder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #027a48;
  border-radius: 25px;
  padding: 5px 10px !important;
  border: 1px solid #027a48 !important;
  font-weight: 400;
  font-size: 12px;
  outline: none;
  color: #fff;
  cursor: pointer;
  height: 30px;
  transition: 0.3s all ease-in-out;
  position: relative;
  margin-top: 4px !important;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.ateamo-event .event-send-reminder--pop-up:after,
.ateamo-event .event-table-send-reminder:after {
  border-radius: 25px;
}
.ateamo-event .event-send-reminder--pop-up:hover,
.ateamo-event .event-table-send-reminder:hover {
  background-color: #ffffff;
  color: #027a48;
}
.ateamo-event .event-table-send-reminder {
  margin: 0;
}
.ateamo-event .event-forfeit--content,
.ateamo-event .event-reminder--content {
  width: 100%;
  max-width: 630px;
  border-radius: 20px;
}
.ateamo-event .event-forfeit--inputs,
.ateamo-event .event-reminder--inputs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.ateamo-event .event-forfeit--inputs input,
.ateamo-event .event-reminder--inputs input {
  position: absolute;
  left: -9999px;
}
.ateamo-event .event-forfeit--inputs input:checked + label,
.ateamo-event .event-reminder--inputs input:checked + label {
  background-color: #006854;
  color: #ffffff;
}
.ateamo-event .event-forfeit--inputs label,
.ateamo-event .event-reminder--inputs label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 30px;
  padding: 3px 8px;
  gap: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #006854;
  color: #006854;
}
.ateamo-event .event-forfeit--title,
.ateamo-event .event-reminder--title {
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
}
.ateamo-event .event-forfeit--textarea,
.ateamo-event .event-reminder--textarea {
  margin-top: 25px;
  display: flex;
}
.ateamo-event .event-forfeit--textarea label,
.ateamo-event .event-reminder--textarea label {
  width: 100%;
}
.ateamo-event .event-forfeit--textarea textarea,
.ateamo-event .event-reminder--textarea textarea {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #DCDBDB;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  padding: 16px 18px;
  height: 197px;
  resize: none;
  color: #2E2E2D;
}
.ateamo-event .event-forfeit--textarea textarea::placeholder,
.ateamo-event .event-reminder--textarea textarea::placeholder {
  color: #808080;
}
.ateamo-event .event-forfeit--buttons,
.ateamo-event .event-reminder--buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.ateamo-event .event-forfeit--cancel,
.ateamo-event .event-reminder--cancel {
  padding: 4px 10px !important;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-right: 10px !important;
  color: #808080;
  width: auto !important;
  position: relative !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
}
.ateamo-event .event-forfeit--title {
  font-weight: 400;
}
.ateamo-event .event-forfeit--title span {
  font-weight: 700;
}
.ateamo-event .event-table-send-forfeit,
.ateamo-event .event-table-send-reminder {
  width: auto;
  padding: 4px 15px !important;
  border-radius: 50px;
  margin-top: 0 !important;
  cursor: pointer;
}
.ateamo-event .event-table-send-forfeit {
  background-color: #291b33;
  color: #ffffff;
}
.ateamo-event .ateamo-event-reminder--pop-up .ateamo-modal--content {
  max-width: 630px;
}
.ateamo-event--result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ateamo-event--result-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 105px;
}
.ateamo-event--result .ateamo-event--date-info {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-event--result .ateamo-event--date {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.ateamo-event--result .ateamo-event--time {
  font-weight: 700;
  font-size: 24px;
  line-height: 124%;
  text-align: center;
  vertical-align: middle;
}
.ateamo-event--result .ateamo-event--stadium {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  color: #858483;
}
.ateamo-event--result--score {
  width: 100%;
  max-width: 105px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #F0EFED;
  border-radius: 6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.76px;
  text-align: center;
  color: #C7C7C5;
}
.ateamo-event--result--score p {
  font-weight: 700;
  font-size: 33px;
  line-height: 39.6px;
  text-align: center;
  color: #2E2E2D;
}
.ateamo-event--result--status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 30px;
  padding: 3px 8px;
  gap: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.ateamo-event--result--status.finished {
  color: #656f85;
  background-color: #ecedf0;
}
.ateamo-event--result--status.pending {
  background-color: #fffaeb;
  color: #b54708;
}
.ateamo-event--result--status.canceled {
  background-color: #fffaeb;
  color: #b54708;
}
.ateamo-event--result--status.forfeit {
  color: #858483;
  background-color: #F0EFED;
}
.ateamo-event--result--status.rainout {
  color: #858483;
  background-color: #F0EFED;
}
.ateamo-event--result--status.technical_defeat {
  color: #858483;
  background-color: #F0EFED;
}
.ateamo-event--result--status.live {
  color: #C01913;
  background-color: #ffc4c4;
}
.ateamo-event--players-score {
  padding: 5px 0;
  border-top: 1px solid #E8E8E6;
  border-bottom: 1px solid #E8E8E6;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 32px;
}
.ateamo-event .ateamo-event--team--players-score {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
}
.ateamo-event .ateamo-event--team--players-score--list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
}
.ateamo-event .ateamo-event--team--players-score--list-last-child {
  justify-content: flex-end;
}
.ateamo-event .ateamo-event--rsvp-actions {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 6px;
}
.ateamo-event .ateamo-event--rsvp-actions:empty {
  display: none;
}
.ateamo-event--rsvp {
  width: 100%;
}
.ateamo-event--rsvp--text {
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  text-align: center;
  color: #858483;
  margin-top: 16px;
}
.ateamo-event--rsvp-info .rsvp-in-count {
  padding: 3px 8px 3px 8px;
  border-radius: 30px;
  background-color: #DFF8E2;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #23B236;
  margin-bottom: 10px;
}
.ateamo-event--rsvp-info .rsvp-in-count:empty {
  display: none;
}
.ateamo-event--rsvp--options {
  display: flex;
  gap: 8px;
  position: relative;
}
.ateamo-event--rsvp--options input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}
.ateamo-event--rsvp--options input:checked + label {
  background-color: #DFF8E2;
  border: 1px solid #d3d2d1;
}
.ateamo-event--rsvp--options input:checked + label:after {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: url("../images/checkmark-icon.svg");
  margin-left: 8px;
}
.ateamo-event--rsvp--options label,
.ateamo-event--rsvp--options input + label {
  border: 1px solid #d3d2d1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  background-color: #f0efed;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #2E2E2D;
  width: 33.33%;
  height: 52px;
  cursor: pointer;
}
.ateamo-event--rsvp--options label:disabled, .ateamo-event--rsvp--options label:hover,
.ateamo-event--rsvp--options input + label:disabled,
.ateamo-event--rsvp--options input + label:hover {
  background-color: #f0efed;
  opacity: 0.5;
}
.ateamo-event--rsvp--options label:disabled,
.ateamo-event--rsvp--options input + label:disabled {
  cursor: no-drop;
  pointer-events: none;
}
.ateamo-event--title-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 28.8px;
  padding: 20px 20px 0 20px;
}
.ateamo-event--additional-info {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.ateamo-event--court-info {
  width: 50%;
  position: relative;
}
.ateamo-event--table-standings {
  width: 50%;
  border: 1px solid #DEDDDC;
  border-radius: 6px;
  overflow: hidden;
}
.ateamo-event--table-standings--empty {
  border: none;
}
.ateamo-event--table tbody tr:nth-child(even) {
  background-color: #f5f4f2;
}
.ateamo-event--table tbody tr:last-child td {
  border-bottom: none;
}
.ateamo-event--court-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.84px;
  letter-spacing: -2%;
  color: #2E2E2D;
}
.ateamo-event--court-place {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -1%;
  color: #858483;
}
.ateamo-event--court-image {
  margin-top: 16px;
}
.ateamo-event--court-image img {
  width: 100%;
  border-radius: 6px;
}
.ateamo-event .ateamo-event--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -4%;
  padding: 20px;
}
.ateamo-event .ateamo-event--score-separator {
  display: flex;
  width: 1px;
  background-color: #EBEBE9;
  align-items: stretch;
}
.ateamo-event--player-score {
  background-color: #F0EFED;
  border-radius: 6px;
  text-align: center;
  padding: 0 5px;
  height: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20.16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ateamo-event--player-score img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.ateamo-event--table--full-width {
  width: 100%;
}
.ateamo-event--court-map {
  overflow: hidden;
  border-radius: 6px;
  margin-top: 30px;
}
.ateamo-event--court-map #ateamo-event--map-box {
  height: 400px;
}
.ateamo-event--directions button {
  display: flex;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .ateamo-event--details {
    padding: 20px 10px;
  }
  .ateamo-event--player-score {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.16px;
  }
  .ateamo-event--additional-info {
    flex-direction: column;
    gap: 40px;
  }
  .ateamo-event--court-info, .ateamo-event--table-standings {
    width: 100%;
  }
  .ateamo-event--not-available,
  .ateamo-event--not-found {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ateamo-event-team--name {
    font-weight: 600;
    font-size: 12px;
    line-height: 15.16px;
  }
  .ateamo-event-team--image {
    width: 50px;
    height: 50px;
  }
  .ateamo-event-team--image img, .ateamo-event-team--image svg {
    width: 35px;
    height: 35px;
  }
  .ateamo-event .ateamo-event--title {
    font-size: 20px;
    padding: 15px 10px;
  }
  .ateamo-event--table tbody tr td,
  .ateamo-event--table thead tr th {
    padding: 10px 5px !important;
  }
  .ateamo-event--table tbody tr td:first-child {
    width: auto !important;
  }
}
.ateamo-suspended-player {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.ateamo-suspended-player h1 {
  font-size: 22px !important;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.ateamo-suspended-player table {
  margin-top: 20px;
  border-spacing: 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DEDDDC;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.03em;
}
.ateamo-suspended-player table tr:hover {
  background-color: rgb(242, 241, 239);
}
.ateamo-suspended-player table tr:last-child td {
  border-bottom: 0;
}
.ateamo-suspended-player table th {
  background-color: rgb(242, 241, 239);
}
.ateamo-suspended-player table th, .ateamo-suspended-player table td {
  font-weight: 600;
  width: 40%;
  padding: 10px;
  border-bottom: 1px solid #DEDDDC;
}
.ateamo-suspended-player table th:first-child, .ateamo-suspended-player table td:first-child {
  border-right: 1px solid #DEDDDC;
  width: 60%;
}
.ateamo-suspended-player table .suspended-player--name {
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  font-weight: 600;
}
.ateamo-suspended-player table .suspended-player--name .suspended-player--indicate {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  height: 40px;
  border: 1px solid #006854;
  background-color: #006854;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.ateamo-suspended-player table .suspended-player--name img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
}
.ateamo-suspended-player table .suspended-player--name span {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ateamo-suspended-player table .suspended-player--games {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ateamo-suspended-player table .suspended-player--games .suspended-player--games-card {
  border-radius: 3px;
  height: 30px;
  width: 20px;
  background-color: #ff0000;
  display: flex;
  font-weight: 600;
}
.ateamo-suspended-player table .suspended-player--games .suspended-player--games-number {
  display: flex;
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
}
.ateamo-suspended-player h2 {
  font-size: 16px !important;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
}

#ateamo-team-accounting,
#ateamo-player-accounting {
  position: relative;
}
#ateamo-team-accounting .ateamo-invite-container,
#ateamo-player-accounting .ateamo-invite-container {
  max-width: 350px;
}
#ateamo-team-accounting .ateamo-invite-container.ateamo-invite-container-logout,
#ateamo-player-accounting .ateamo-invite-container.ateamo-invite-container-logout {
  max-width: 100%;
}

.accounting-layout {
  border: 1px solid #E5E5E3;
  background-color: #fff;
  padding: 8px;
  border-radius: 6px;
}

.accounting--switcher {
  display: grid;
  place-content: center;
  min-height: 100%;
}

#accounting--switcher {
  display: none;
}

#accounting--switcher + div {
  width: 50px;
  height: 28px;
  border-radius: 24px;
  background-color: #F0EFED;
  transition: background-color 200ms;
  cursor: pointer;
  padding: 4px;
}

#accounting--switcher:checked + div {
  background-color: #006854;
}

#accounting--switcher + div > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 250ms;
  pointer-events: none;
}

#accounting--switcher:checked + div > div {
  transform: translateX(22px);
}

.accounting--header {
  justify-content: space-between;
  flex-wrap: wrap;
}
.accounting--title {
  display: flex;
  align-items: center;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.accounting--balance {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.accounting--balance span {
  opacity: 0.5;
}
.accounting--balance span.active {
  opacity: 1;
  color: #FF0000;
}
.accounting--balance span:last-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}
.accounting--balance-switcher {
  display: flex;
  gap: 20px;
}
.accounting--switcher label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.accounting--checkout {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.accounting--checkout.hide {
  display: none;
}
.accounting--checkout button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0 24px;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  border-radius: 52px;
  background-color: #006854;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 48px;
}
.accounting--checkout button:hover {
  opacity: 0.5;
}
.accounting--content {
  margin: 15px 0;
  border-radius: 6px;
  border: 1px solid #E5E5E3;
  overflow: auto;
}
.accounting--content table {
  border-collapse: collapse;
  width: 100%;
}
.accounting--content table thead tr.completed.hidden, .accounting--content table thead tr.paid.hidden, .accounting--content table thead tr.pending.hidden, .accounting--content table thead tr.unpaid.hidden, .accounting--content table tbody tr.completed.hidden, .accounting--content table tbody tr.paid.hidden, .accounting--content table tbody tr.pending.hidden, .accounting--content table tbody tr.unpaid.hidden {
  display: none;
}
.accounting--content table thead tr td, .accounting--content table tbody tr td {
  border-right: 1px solid #E5E5E3;
  border-top: 1px solid #E5E5E3;
}
.accounting--content table thead tr td.accounting--money, .accounting--content table tbody tr td.accounting--money {
  color: #006854;
}
.accounting--content table thead tr td.accounting--money.active, .accounting--content table tbody tr td.accounting--money.active {
  color: #ff0000;
}
.accounting--content table thead tr td, .accounting--content table thead tr th, .accounting--content table tbody tr td, .accounting--content table tbody tr th {
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-right: 1px solid #E5E5E3;
}
.accounting--content table thead tr td:last-child, .accounting--content table thead tr th:last-child, .accounting--content table tbody tr td:last-child, .accounting--content table tbody tr th:last-child {
  border-right: 0;
}
.accounting--content table thead tr th, .accounting--content table tbody tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.accounting--content table thead tr .accounting--checkbox, .accounting--content table tbody tr .accounting--checkbox {
  width: 30px;
}
.accounting--content table thead tr .accounting--checkbox .checkbox-paid, .accounting--content table tbody tr .accounting--checkbox .checkbox-paid {
  position: relative;
  display: flex;
  border: 1px solid #006854;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #006854;
  border-radius: 4px;
}
.accounting--content table thead tr .accounting--checkbox .checkbox-paid:before, .accounting--content table tbody tr .accounting--checkbox .checkbox-paid:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: url("../images/checkmark-icon.svg");
  filter: brightness(9);
  transform: translate(-50%, -50%);
}
.accounting--content table thead tr .accounting--checkbox label, .accounting--content table tbody tr .accounting--checkbox label {
  cursor: pointer;
}
.accounting--content table thead tr .accounting--checkbox label input, .accounting--content table tbody tr .accounting--checkbox label input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.accounting--content table thead tr .accounting--checkbox label input:checked ~ span, .accounting--content table tbody tr .accounting--checkbox label input:checked ~ span {
  background-color: #ff0000;
}
.accounting--content table thead tr .accounting--checkbox label input:checked ~ span:before, .accounting--content table tbody tr .accounting--checkbox label input:checked ~ span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: url("../images/checkmark-icon.svg");
  filter: brightness(9);
  transform: translate(-50%, -50%);
}
.accounting--content table thead tr .accounting--checkbox label span, .accounting--content table tbody tr .accounting--checkbox label span {
  display: flex;
  border: 1px solid #ff0000;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  border-radius: 4px;
}
.accounting--content table thead tr .accounting--number, .accounting--content table tbody tr .accounting--number {
  width: 70px;
}
.accounting--content table thead tr .accounting--name, .accounting--content table tbody tr .accounting--name {
  width: 400px;
}
.accounting--content table thead tr {
  border-bottom: 1px solid #E5E5E3;
}

.accounting--switcher,
.accounting--header,
.accounting--balance-switcher {
  display: flex;
}

@media screen and (max-width: 991px) {
  .accounting--balance-switcher {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

/*# sourceMappingURL=ateamo-style.css.map */
