/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");

.changa {
  font-family: "Changa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* css variables */
:root {
  --border-radius: 4px;
  --dark-red: #982b25;
  --light-red: #f23d37;
  --background-color: linear-gradient(90deg, #982b25 0%, #f23d37 100%);
  --gray: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Changa", sans-serif !important;
}

p,
li,
label,
span,
input,
button,
th,
td,
a,
dt,
dd,
div {
  font-family: "League Spartan", sans-serif !important;
}

/* Predefined Classes */
.ms-max-w {
  max-width: 1480px !important;
  margin-inline: auto;
}
.ms-hidden {
  display: none !important;
}
.primary-btn {
  user-select: none;
  font-family: "League Spartan", sans-serif !important;
  color: white;
  background: var(--background-color);
  border: none;
  padding-inline: 25px;
  border-radius: var(--border-radius);
  width: 178px;
  text-transform: uppercase;
  padding: 10.5px 30px;
  cursor: pointer;
}

.font {
  font-family: changa, Helvetica, sans-serif;
}

/* Account page subscription tab display none */
.pms-account-navigation .pms-account-navigation-link--subscriptions {
  display: none;
}

/* Main Register Form */
#gform_page_3_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
input#gform_next_button_3_9,
#gform_submit_button_3,
#gform_previous_button_3 {
  padding: 10px;
  color: white;
  background: var(--background-color);
  font-size: 24px;
  width: 100%;
}
.main-register-form .gform-page-footer {
  width: 30%;
}
.register-field1 #input_3_8 {
  background-color: #f1f1f1;
  border: none;
  margin-bottom: 15px;
  margin-left: -4px;
  height: 46px;
}

#gform_submit_button_3 {
  width: 30%;
}
#gform_previous_button_3 {
  color: black;
  background: white;
  width: 30%;
  border: 1px solid #e1e1e1;
}
.main-register-form-2 .gform-page-footer {
  justify-content: center;
}
#input_3_4_1_container {
  width: 100%;
}
#input_3_1_3,
#input_3_1_6,
#input_3_10_3,
#input_3_4,
#input_3_2,
#input_3_5,
#input_3_6 {
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  height: 46px;
}
.gform_body input:focus,
.gform_body select:focus {
  outline: none !important;
}
span#gform_ajax_spinner_3 {
  margin-inline: auto;
  border-block-end-color: var(--light-red);
  border-inline-start-color: var(--light-red);
}

#register-description-box-2,
#register-description-box-3 {
  display: none;
}
div#register-description-box-1 strong,
div#register-description-box-2 strong,
div#register-description-box-3 strong,
div#register-description-box-1 h4,
div#register-description-box-2 h4,
div#register-description-box-3 h4 {
  color: black;
}
div#register-description-box-1 h4,
div#register-description-box-2 h4,
div#register-description-box-3 h4 {
  margin-bottom: 5px;
}

#reg-bg-video .elementor-background-video-container,
#reg-bg-video2 .elementor-background-video-container {
  transform: scaleX(-1);
}
#register-shortcode-container {
  margin-top: auto;
  margin-bottom: auto;
}

#register-description-box-1 .elementor-widget-text-editor,
#register-description-box-2 .elementor-widget-text-editor,
#register-description-box-3 .elementor-widget-text-editor {
  max-height: 290px;
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#register-description-box-1 .elementor-widget-text-editor::-webkit-scrollbar,
#register-description-box-2 .elementor-widget-text-editor::-webkit-scrollbar,
#register-description-box-3 .elementor-widget-text-editor::-webkit-scrollbar {
  width: 4px;
}
#register-description-box-1
  .elementor-widget-text-editor::-webkit-scrollbar-thumb,
#register-description-box-2
  .elementor-widget-text-editor::-webkit-scrollbar-thumb,
#register-description-box-3
  .elementor-widget-text-editor::-webkit-scrollbar-thumb {
  background-color: #f23d37;
  border-radius: 4px;
}
#register-description-box-1
  .elementor-widget-text-editor::-webkit-scrollbar-track,
#register-description-box-2
  .elementor-widget-text-editor::-webkit-scrollbar-track,
#register-description-box-3
  .elementor-widget-text-editor::-webkit-scrollbar-track {
  background: grey;
  border-radius: 4px;
}

/* Login Form  */
#login-form-container .elementor-background-video-container {
  transform: scaleX(-1);
}
#login-form-container #wp-submit {
  background: var(--background-color);
}
#login-form-container .lostpassword {
  color: #df2828 !important;
}

#login-form-container .login-username input#user_login,
#login-form-container .login-password input#user_pass,
#reset-pass-container #pms_username_email {
  border: none !important;
  background: #f1f1f1;
}

#login-form-container .login-username input#user_login:hover,
#login-form-container .login-password input#user_pass:hover,
#reset-pass-container #pms_username_email:hover {
  transition: all 300ms ease-in;
  transform: scale(1.01);
}
#login-form-container .pms-alert::before {
  filter: brightness(15);
}
#login-form-container .pms-alert a {
  color: white;
}
#login-form-container .pms-alert {
  color: white;
  border-color: transparent;
  background: var(--background-color);
}
#login-form-container #rememberme {
  border-color: #ff8f8f !important;
  outline: none;
}
#login-form-container p.signup-link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 5px;
}

.pms-form-design-wrapper
  .pms-group-dashboard
  form#pms-invite-members
  label.focused,
.pms-form-design-wrapper#pms_login p.login-username label.focused,
.pms-form-design-wrapper#pms_login p.login-password label.focused,
.pms-form-design-wrapper #pms-subscription-plans-discount label.focused,
.pms-form-design-wrapper
  .pms-field:not(.pms-field-subscriptions)
  label.focused {
  color: var(--dark-red) !important;
}

/* Reset Form */

#reset-pass-container #pms_recover_password_form input[name="wp-submit"] {
  background: var(--background-color);
  margin: 0;
}
form#pms_recover_password_form .focused {
  color: #6e7a86 !important;
}
#reset-pass-container .elementor-background-video-container {
  transform: scaleX(-1);
}
#reset-pass-container .pms_success-messages-wrapper p:before {
  filter: grayscale(1);
}
#reset-pass-container .pms_success-messages-wrapper span.pms-notice-title {
  color: white;
}
#reset-pass-container .pms_success-messages-wrapper p {
  background: var(--background-color) !important;
  color: white !important;
  border-color: #a9a9a900 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Container styling */
#content.widecolumn {
  max-width: 600px;
  margin: 80px auto;
  background: #fff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #333;
  text-align: center;
}

/* Heading */
#content.widecolumn h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

/* Paragraph */
#content.widecolumn p.lead-in {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 25px;
}

/* Links inside paragraph */
#content.widecolumn p.lead-in a {
  color: var(--light-red);
  text-decoration: none;
  font-weight: 600;
}

#content.widecolumn p.lead-in a:hover {
  text-decoration: underline;
}

/* Optional: button style for login link (if you want) */
#content.widecolumn p.lead-in a.button,
#content.widecolumn a.button {
  display: inline-block;
  background: var(--background-color);
  color: white !important;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

#content.widecolumn p.lead-in a.button:hover,
#content.widecolumn a.button:hover {
  background: linear-gradient(90deg, #f23d37 0%, #982b25 100%);
  color: white !important;
}

.disabled-btn {
  cursor: not-allowed !important;
}

.status-badge {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.status-badge.accepted {
  background: linear-gradient(90deg, #44802a 0%, #46be3b 100%) !important;
}

/*###################### add players template ############################## */
#invitePlayersForm {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

#invitePlayersForm textarea {
  width: 100%;
  height: 150px;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  transition: border-color 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#invitePlayersForm textarea:focus {
  border-color: #0073e6;
  outline: none;
}

/* Hidden input (team_id) */
#team_id {
  display: none;
}

/* Submit button */
#invitePlayersForm button {
  display: block;
  width: 100%;
  padding: 14px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
  transition: transform 200ms ease-in;
}

#invitePlayersForm button:hover {
  background-color: linear-gradient(90deg, #982b25 0%, #f23d37 100%);
}

/* Result message styling */
#invite-result {
  max-width: 600px;
  margin: 24px auto 0 auto;
  text-align: center;
  font-size: 16px;
 color: #de0000;
  font-weight: 600;
}

.add-players-container h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  color: #222;
}
.add-players-container p {
  font-size: 16px;
  margin-bottom: 24px;
  text-align: center;
  color: #555;
}
#invitePlayersForm textarea:focus {
  border-color: unset;
}

.player-request-name,
#team-create-msg {
  display: none;
}

/*###################### Team page template ############################## */
.team-main-container {
  background-image: url("https://movessports.com/wp-content/uploads/2025/11/232e4812ac5a49f2a1a5ba5d99d9682344bd7557.webp");

  margin-top: -80px;
  padding-top: 2vh;
  padding-bottom: 50px;
  background-color: #ffffffdb;
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-container {
  max-width: 1144px;
  margin: 44px auto;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.team-header {
  background: var(--background-color);
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  padding: 52px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}
.team-roster {
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.column {
  width: 50%;
}
.profile-player-image img {
  border-radius: 50%;
      object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
}
.column .player-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 22px 30px;
  align-items: center;
}
.profile-player-image {
  width: 60px;
      height: 60px;
}
.coleven .player-row:nth-child(even) {
  background: #f1f1f1;
}
.colodd .player-row:nth-child(odd) {
  background: #f1f1f1;
}
.player-name {
  font-weight: 500;
  font-size: 22px;
  color: #222;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.player-position {
  font-size: 16px;
  color: #0a0927;
  font-weight: 400;
  line-height: 1.2;
}

.Pr-subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
}

.invitation-section #invitePlayersForm {
  max-width: unset;
  margin: 0 auto;
  display: flex;
  gap: 21px;
  padding: 20px 0px;
  border-radius: 0;
  box-shadow: unset;
}
.invitation-section #invitePlayersForm button {
  max-width: 290px;
  border-radius: 3px;
}
.invitation-section #invitePlayersForm input {
  width: 100%;
  max-width: 335px;
  border: none;
  background: var(--gray);
  padding: 16px 24px;
  border-radius: 3px;
}
.invitation-section {
  background: #ffffff;
  padding: 20px 30px;
}
.invitation-section h3 {
  font-size: 20px;
  font-weight: 600;
}

/*###################### Table and stats ############################## */
.table-cont thead tr {
  background: var(--background-color) !important;
}

.table-cont thead tr th {
  background: transparent !important;
  font-size: 18px !important;
}
.table-cont tbody tr td {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.table-cont tbody tr td span {
  font-size: 18px !important;
}
.table-cont tbody tr td a {
  font-weight: 500 !important;
  font-size: 22px !important;
  color: black !important;
}
.table-cont tbody tr td a:hover {
  text-decoration: none !important;
  color: black !important;
}
#stats-table thead tr {
  display: none;
}
/* #stats-table tbody tr:nth-child(1) {
    background: var(--background-color);
} */
#stats-table tbody tr:nth-child(1) td {
  font-size: 22px !important;
}
.sp-data-table th,
.sp-data-table td {
  border: 1px solid #e5e5e500 !important;
}
#stats-table tbody tr td {
  font-size: 20px !important;
}
#stats-table .sp-data-table td,
.sp-template-league-table .sp-data-table td {
  border-color: #dfdfdf00 !important;
}
/*###################### Schedule page ############################## */
#schedule-container table {
  background: transparent !important;
  border: none !important;
}
#schedule-container tbody {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  background: transparent !important;
}
#schedule-container tbody td {
  display: block;
  background: transparent !important;
  border: none !important;
  border-top: 2px solid var(--light-red) !important;
}
#schedule-container tbody tr {
  background: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 4px;
}

#schedule-container .sp-event-title {
  font-size: 22px !important;
  font-weight: 600 !important;
}
#schedule-container .sp-event-title a {
  color: black !important;
}

#schedule-container .sp-event-results a {
  font-size: 30px !important;
}

/*###################### Profile page ############################## */

.player-profile-wrapper {
  max-width: 572px;
  margin: 40px auto 30px;

  text-align: center;
}

.profile-title {
  font-size: 32px;
  font-weight: 800;

  letter-spacing: 1px;
}

.edit-btn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  width: 87px;
  letter-spacing: 1.5px;
}

.profile-card {
  background: var(--background-color);
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  height: 284px;

  display: flex;
}

.profile-photo-section {
  background: transparent;
  padding: 60px 0;
  color: #fff;
}

.profile-photo-section i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

.profile-photo-section .upload-text {
  font-size: 16px;
  font-weight: 500;
}

.profile-details table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}

.profile-details td {
  padding: 12px 55px;
  font-size: 18px;
}

.profile-details tr:nth-child(odd) {
  background: #f7f7f7;
}

.stats-header {
  background: var(--background-color);
  color: #fff;
  padding: 15px;
}

.bottom-info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: left;
  margin-inline: auto;
  max-width: 690px;
  margin-bottom: 120px;
  padding-left: 58px;
}
.info-icon img {
  width: 20px;
}

.info-section {
  width: 48%;
}
.bottom-info .info-title {
  margin-bottom: 15px;
}
.info-title h4 {
  font-size: 25px;
  font-weight: 600;
}

.info-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.info-icon {
  background: #ffefef;
  padding: 9px;
  border-radius: 50%;
  color: #d0342a;
  font-size: 18px;
  height: 39px;
  width: 38px;
}

.info-text {
  font-size: 15px;
  font-weight: 500;
  max-width: 256px;
}
.info-text p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  word-wrap: break-word;
}

.info-sub {
  font-size: 12px;
  color: #777;
}
.profile-details td {
  border: none;
}
.profile-details tr td:nth-child(2) {
  text-align: end;
}
.profile-details td strong {
  font-size: 20px;
}
.stats-header h4 {
  margin: 0;
  font-size: 22px;
}
.profile-details table {
  margin: 0;
}
.profile-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.profile-title h2 {
  font-size: 52px;
  font-weight: 600;
}
.profile-photo-section img {
  width: 63px;
  filter: invert(1);
}
.profile-main-container {
  margin-top: -80px;
  padding-top: 80px;
  background-image: url("https://movessports.com/wp-content/uploads/2025/11/232e4812ac5a49f2a1a5ba5d99d9682344bd7557.webp");
  background-color: #ffffffdb;
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-photo-section {
  user-select: none;
  background-size: cover;
  background-repeat: no-repeat;
  height: 171px;
  position: relative;
  background-position: center top;
  border-radius: 50%;
  width: 174px;
  margin: auto;
}

.profile-card .overlay {
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.editable-content {
  position: relative;
}
.editable-content img,
.editable-content .upload-text,
.edit-pencil,
.edit-cancel {
  cursor: pointer;
}
div#saveProfileBtn,
#cancelProfileBtn {
  line-height: 1em;
  width: 66px;
  padding: 9px 9px 6px 9px;
  font-size: 13px;
  font-weight: 500;
}
.profile-details table {
  background-color: white !important;
}

/* Account page -- PMS styling */
.pms-form-design-wrapper
  .pms-account-navigation
  ul
  li.pms-account-navigation-link:not(.pms-account-navigation-link--logout)
  a:hover,
.pms-form-design-wrapper
  .pms-account-navigation
  ul
  li
  a.pms-account-navigation-link--active {
  color: var(--light-red) !important;
  box-shadow: 0 3px 0 0 var(--light-red) !important;
}
.pms-account-navigation li.pms-account-navigation-link a:hover,
.pms-account-navigation
  li.pms-account-navigation-link
  .pms-account-navigation-link--active {
  box-shadow: 0 1px 0 0 var(--dark-red) !important;
}
.pms-form-design-wrapper
  .pms-account-navigation
  ul
  li.pms-account-navigation-link--logout
  a,
.pms-form-design-wrapper
  table.pms-account-subscription-details-table
  tr.pms-account-subscription-details-table__actions
  td:last-of-type
  .pms-account-subscription-action-link {
  border: 1px solid var(--light-red) !important;
  color: var(--light-red) !important;
}

.pms-form-design-wrapper
  .pms-account-navigation
  ul
  li.pms-account-navigation-link--logout
  a:hover,
.pms-form-design-wrapper
  table.pms-account-subscription-details-table
  tr.pms-account-subscription-details-table__actions
  td:last-of-type
  a.pms-account-subscription-action-link:hover {
  background: var(--background-color) !important;
  border: 1px solid var(--light-red) !important;
}
.pms-form-design-wrapper
  .pms-account-navigation
  ul
  li.pms-account-navigation-link--logout
  a:before {
  filter: invert(1);
}
.pms-form-design-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back,
.pms-form-design-wrapper input[type="submit"],
.pms-form-design-wrapper #pms-apply-discount,
.pms-form-design-wrapper .pms-form-submit {
  background: var(--background-color);
}
.pms-form-design-wrapper
  .pms-group-dashboard
  a.pms-group-dashboard-go-back:hover,
.pms-form-design-wrapper input[type="submit"]:hover,
.pms-form-design-wrapper #pms-apply-discount:hover {
  background: linear-gradient(90deg, #f23d37 0%, #982b25 100%);
}
.pms-form-design-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back:focus, .pms-form-design-wrapper input[type="submit"]:focus, .pms-form-design-wrapper #pms-apply-discount:focus {
     background: linear-gradient(90deg, #f23d37 0%, #982b25 100%);
}
.pms-form-design-wrapper #pms-members-table .pms-members-table__search input:focus, .pms-form-design-wrapper .pms-group-dashboard form#pms-invite-members textarea:focus, .pms-form-design-wrapper .pms-field textarea:focus, .pms-form-design-wrapper#pms_login p.login-username input:focus, .pms-form-design-wrapper#pms_login p.login-password input:focus, .pms-form-design-wrapper .pms-subscription-plan-price input.pms_pwyw_pricing:focus, .pms-form-design-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code:focus, .pms-form-design-wrapper #pms-stripe-credit-card-details:focus, .pms-form-design-wrapper .pms-field:not(.pms-field-subscriptions) input[type=text]:focus, .pms-form-design-wrapper .pms-field input[type=password]:focus {
    border: 1px solid #f23d37 !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  width: 100%;
}

.wc-block-components-checkout-place-order-button {
  border: none;
  background: var(--background-color);
  color: white !important;
  text-transform: uppercase;
}
#gform_page_3_1 .gform-page-footer.gform_page_footer.top_label {
  position: relative;
}
span#gform_ajax_spinner_3 {
  position: absolute;
  margin-left: 45%;
}
#gform_page_3_2 .gform-page-footer.gform_page_footer {
  position: relative;
}
.alignwide {
  margin-inline: 0 !important;
}

p.team-name-err-message {
  color: #cd0202;
  margin-top: -15px;
  margin-bottom: 0;
  display: none;
}

li#menu-item-402,
li#menu-item-469 {
  display: none;
}

.pms-form-design-wrapper .pms-group-dashboard form#pms-invite-members label,
.pms-form-design-wrapper#pms_login p.login-username label,
.pms-form-design-wrapper#pms_login p.login-password label,
.pms-form-design-wrapper #pms-subscription-plans-discount label,
.pms-form-design-wrapper
  .pms-field:not(
    .pms-field-subscriptions,
    .pms-gdpr-field,
    .pms-field-type-card_expiration_date
  )
  label {
  top: -12px;
}
.editable-content {
  position: absolute;
  inset: 0;
  top: 24%;
}
.editable-content img {
  width: 75px;
  filter: invert(1);
}
.editable-content .upload-text {
  font-size: 18px;
  font-weight: 700;
  color: white;
  width: fit-content;
  margin-inline: auto;
}

.pms-form-design-wrapper .pms-warning-message-wrapper a,
.pms-form-design-wrapper .pms-gdpr-field label a,
.pms-form-design-wrapper .mc4wp-checkbox-paid-member-subscriptions label a,
.pms-alert a,
.pms-form-design-wrapper p a.pms-register-page-link,
.pms-form-design-wrapper#pms_login p.login-extra a {
  color: var(--light-red);
}

.pms-login-error {
  background: #ffe5e5;
  color: #b40000;
  border: 1px solid #ffb3b3;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
}
.leave-team-section {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.leave-team-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.leave-team-modal.active {
  display: flex;
}

.modal-box {
  background: #fff;
  padding: 24px 28px;
  border-radius: 10px;
  max-width: 360px;
  width: 90%;
  text-align: center;
}

.modal-box h3 {
  margin-bottom: 10px;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.modal-actions button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
}

.secondary-btn {
  background: #ddd;
  border: none;
}
button#cancelLeaveTeam:hover {
  background: black;
  color: white;
}

/* My account page */
.post-178 {
  gap: 20px;
  min-height: 61vh;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 50px;
}
nav.woocommerce-MyAccount-navigation {
  background: #f1f1f1;
}
nav.woocommerce-MyAccount-navigation > ul > li {
  margin: 25px 8px;
  padding: 10px 10px;
}
nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding-left: 10px;
}
nav.woocommerce-MyAccount-navigation > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  color: black;
}
nav.woocommerce-MyAccount-navigation > ul > li.is-active {
  background: white;
}
.woocommerce-MyAccount-content p {
  font-size: 20px;
}

.woocommerce-MyAccount-content a {
  text-decoration: none !important;
  color: var(--dark-red);
}
.post-178 button.woocommerce-Button.button {
  margin-top: 14px;
  background: var(--background-color);
  color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none;
}
.woocommerce-MyAccount-content
  .u-columns.woocommerce-Addresses.col2-set.addresses
  .u-column2.col-2 {
  display: none;
}

#DataTables_Table_0_wrapper table thead tr {
  pointer-events: none !important;
  user-select: none;
}

.woocommerce-MyAccount-content address {
  font-family: "League Spartan";
}
header.woocommerce-Address-title.title h2 {
  font-family: "Changa" !important;
}

/* s */
span.wc-block-components-address-card__edit {
  background: var(--background-color);
  color: white;
}

.wc-block-checkout__actions_row
  a.wc-block-components-checkout-return-to-cart-button {
  width: 190px;
  font-weight: 600;
}
#stats-table h4.sp-table-caption {
  background: var(--background-color) !important;
  margin-bottom: -12px !important;
  z-index: 2;
  position: relative;
  border-radius: 30px 30px 0 0px;
  font-size: clamp(20px, 2vw, 34px) !important;
  font-weight: 600 !important;
  color: white !important;
  border: none !important;
  margin-left: 0.5px !important;
  width: 99.8% !important;
  padding: 27px 25px !important;
}

#register-description-box .elementor-widget.elementor-widget-text-editor {
  max-height: 155px;
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#register-description-box
  .elementor-widget.elementor-widget-text-editorr::-webkit-scrollbar {
  width: 4px;
}
#register-description-box
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-thumb {
  background-color: #f23d37;
  border-radius: 4px;
}
#register-description-box
  .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-track {
  background: grey;
  border-radius: 4px;
}

.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(6),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(6),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(2),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(2),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(7),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(7),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(9),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(9),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(10),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(10),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  th:nth-child(11),
.sp-template.sp-template-player-statistics:nth-child(1)
  .sp-table-wrapper
  td:nth-child(11) {
  display: none;
}
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  th:nth-child(5),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  td:nth-child(5),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  th:nth-child(6),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  td:nth-child(6),
  .sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  th:nth-child(8),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  td:nth-child(8),
  .sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  th:nth-child(9),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  td:nth-child(9),
  .sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  th:nth-child(10),
.sp-template.sp-template-player-statistics:nth-child(2)
  .sp-table-wrapper
  td:nth-child(10)   {
  display: none;
}

.type-sp_team {
  min-height: 68.6vh;
}
.wc-block-components-text-input.wc-block-components-address-form__phone:has(#billing-phone) {
    display: none !important;
}
div#DataTables_Table_0_wrapper table thead tr th {
  background: transparent !important;
  border: none !important;
}
div#DataTables_Table_0_wrapper table thead tr {
  background: var(--background-color);
}
.type-sp_team #DataTables_Table_0_wrapper table thead th {
  font-size: 18px !important;
}
.type-sp_team #DataTables_Table_0_wrapper table tbody td a {
  font-size: 18px !important;
  color: black !important;
}
.type-sp_team #DataTables_Table_0_wrapper table tbody td {
  font-size: 18px !important;
}
.type-sp_team .entry-title {
  text-align: center;
}
.type-sp_team .sp-table-caption {
 display: none !important;
    text-align: center;
}
.type-sp_player .entry-title {
  text-transform: capitalize;
}
dl.sp-player-details dd {
  font-size: 18px !important;
  text-transform: capitalize !important;
}
table.sp-player-statistics.sp-data-table.sp-scrollable-table thead tr th {
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
}
table.sp-player-statistics.sp-data-table.sp-scrollable-table thead tr {
  background: var(--background-color);
}
.elementor-element.elementor-element-5363b3e.elementor-widget__width-initial.elementor-widget.elementor-widget-shortcode {
    padding-inline: 20px;
}
.elementor-element.elementor-element-5363b3e.elementor-widget__width-initial.elementor-widget.elementor-widget-shortcode p {
    text-align: center;
        font-weight: 600;
        margin: 0 auto;
}

  .profile-details tr:nth-child(1) td:nth-child(2) {
    text-transform: capitalize;
}
input#invite_only {
    margin-bottom: 3px;
}
label.invite_label {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: fit-content;
}
.invite-note {
       opacity: 0;
    font-size: 15px;
    color: #d30000;
    margin: 0;
    margin-left: 10px;
    transition: all 200ms ease-in;
    
  }
  #afgsp_events_description{
    display: none;
  }

  /* Show message when checkbox is NOT checked */
  #invite_only:not(:checked) ~ .invite-note {
      opacity: 1;
     
  }
  div#team-create-msg {
    color: #c80000;
}
/* #form-container-wrap:has(#input_3_1_3) {
    width: 900px;
} */
 div#gfield_consent_description_3_12 {
    max-height: 150px;
}
div#gform_confirmation_message_3 {
    text-align: center;
    margin: 40px 0px;
}
.sp-player-list .data-name .player-photo img{
   
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}


  @keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

/* ---------- Large Screens (4K & wide desktops) ---------- */
@media (min-width: 1600px) {
  .team-container {
    max-width: 1144px;
  }

  .team-header {
    font-size: 52px;
  }

  .player-name {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  #stats-table h4.sp-table-caption {
    margin-left: unset !important;
    width: 100% !important;
  }
  .table-cont tbody tr td {
    font-size: 15px !important;
  }
  .sp-data-table th,
  .sp-data-table td {
    padding: 14px !important;
  }
  .team-container {
    max-width: 70%;
    margin: 24px auto;
  }
  .team-header {
    font-size: 36px;
    padding: 26px 0;
  }
  .profile-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .profile-title h2 {
    font-size: 35px;
  }
}

/* ---------- Tablet (iPad & below) ---------- */
@media (max-width: 1024px) {
  .bottom-info {
    margin-bottom: 80px;
  }
  .team-main-container {
    height: auto;
    padding-top: 20px;
    margin-top: -40px;
    padding-bottom: 50px;
  }

  .team-container {
    margin: 20px auto;
    border-radius: 20px;
  }

  .team-header {
    font-size: 27px;
    padding: 25px 0;
  }

  .column .player-row {
    padding: 18px 20px;
  }

  .player-name {
    font-size: 20px;
  }

  .invitation-section {
    padding: 20px;
  }
}

/* ---------- Mobile (Phones) ---------- */

@media (max-width: 768px) {
  #stats-table tbody tr:nth-child(1) td {
    font-size: 19px !important;
    padding-top: 30px !important;
  }
  #stats-table tbody tr td {
    font-size: 18px !important;
  }
  #stats-table h4.sp-table-caption {
    margin-left: 0.5px !important;
    width: 99.7% !important;
    padding: 20px 20px !important;
    text-align: center;
  }
  .register-field1 #input_3_8 {
    height: unset;
  }

  .pms_success-messages-wrapper p {
    max-width: 90%;
  }
  .elementor-element.elementor-element-5363b3e.elementor-widget__width-initial.elementor-widget.elementor-widget-shortcode {
    width: 90%;
  }
  .pms-form-design-wrapper#pms_new_password_form,
  .pms-form-design-wrapper#pms_recover_password_form,
  .pms-form-design-wrapper#pms_login {
    max-width: 90%;
    overflow: hidden;
  }

  .colodd .player-row:nth-child(1) {
    display: none;
  }
  .profile-header {
    margin-bottom: 25px;
  }
  .custom-login-wrapper p.pms-alert {
    max-width: 90%;
  }

  #gform_page_3_1 .gform-page-footer.gform_page_footer.top_label {
    width: 118px;
  }
  input#gform_next_button_3_9,
  #gform_submit_button_3,
  #gform_previous_button_3 {
    padding: 7px;

    font-size: 21px;
  }
  #gform_page_3_1 .gform_page_fields {
    width: 153px;
  }
  .info-text p {
    font-size: 18px;
  }
  .info-title {
    margin-bottom: 4px;
  }
  .info-title h4 {
    font-size: 20px;
    margin: 0;
  }
  .profile-details td strong {
    font-size: 18px;
  }
  .profile-details td {
    padding: 12px 20px;
    font-size: 18px;
  }
  .profile-title h2 {
    font-size: 26px;
    margin: 0;
  }
  .info-section {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .info-row {
    justify-content: center;
  }
  .profile-main-container {
    padding-bottom: 0px;
  }
  .bottom-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
  }
  .player-profile-wrapper {
    max-width: 80%;
  }

  .table-cont tbody tr td {
    font-size: 14px !important;
  }
  .sp-data-table th,
  .sp-data-table td {
    padding: 10px !important;
  }
  .table-cont thead tr th {
    font-size: 15px !important;
  }
  .table-cont tbody tr td a {
    font-size: 15px !important;
  }

  .team-main-container {
    height: auto;

    margin-top: 0;
  }

  .team-container {
    margin: 15px auto;
    border-radius: 16px;
  }

  .team-header {
    font-size: 32px;
    padding: 24px 10px;
    letter-spacing: 1px;
  }

  .team-roster {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .column .player-row {
    padding: 14px 18px;
  }

  .Pr-subtitle {
    font-size: 22px;
  }

  .player-name {
    font-size: 18px;
  }

  .player-position {
    font-size: 10px;
  }

  .invitation-section #invitePlayersForm {
    flex-direction: column;
    gap: 14px;
  }

  .invitation-section #invitePlayersForm input,
  .invitation-section #invitePlayersForm button {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 540px) {
  #stats-table h4.sp-table-caption {
    padding: 14px 20px !important;
  }
  #stats-table tbody tr:nth-child(1) td {
    font-size: 17px !important;
  }
  .profile-card {
    height: 225px;
  }
  #stats-table tbody tr td {
    font-size: 16px !important;
  }
  .profile-details td strong {
    font-size: 16px;
  }
  .profile-details td {
    font-size: 16px;
  }

  .gform-theme--foundation .gform_fields {
    row-gap: 22px !important;
  }
  /* img.nav-icon {
    display: none;
} */
  #schedule-container .sp-event-title {
    font-size: 15px !important;
  }
  #schedule-container .sp-event-results a {
    font-size: 21px !important;
  }
  /* #login-form-container .elementor-element.elementor-element-0ff252e.elementor-widget__width-initial.elementor-widget.elementor-widget-shortcode {
    padding-top: 10px;
} */
  #login-form-container .pms-alert {
    margin: 20px auto;
  }
  #login-form-container .pms-alert::before {
    content: none;
  }
  .custom-login-wrapper p.pms-alert {
    text-align: center;
    padding: 15px 20px 15px 20px !important;
  }
  #gform_submit_button_3 {
    width: 43%;
    font-size: 16px !important;
  }
  #gform_previous_button_3 {
    width: 43%;
    font-size: 16px !important;
  }
  .stats-header h4 {
    font-size: 19px;
  }
  .profile-photo-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 225px;
    width: 225px;
    position: relative;
  }
  #schedule-container tbody {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
   div#gfield_consent_description_3_12 {
    max-height: 200px;
}
  .edit-btn {
    padding: 9px 13px 8px 13px;
    width: 69px;
    letter-spacing: 1.5px;
    line-height: 1;
  }
  .pms-form-design-wrapper#pms_login p.login-extra {
    text-align: center;
  }
  #login-form-container p.signup-link {
    flex-wrap: wrap;
    margin-inline: 15px;
  }
  #pms_login .lostpassword {
    width: 100%;
  }
  #pms_login p.login-submit {
    text-align: center !important;
    margin-bottom: 15px !important;
  }
}
/* ---------- Small Mobile (Very Small Screens) ---------- */
@media (max-width: 480px) {
  .invite-note {
        margin-top: -28px;
  }
  /* Show message when checkbox is NOT checked */
  #invite_only:not(:checked) ~ .invite-note {
      margin-top: 5px;
  }
  .pms-form-design-wrapper p {
    text-align: center;
  }
  .pms-form-design-wrapper#pms_recover_password_form input[type="submit"] {
    width: 100%;
  }
  .table-cont tbody tr td {
    font-size: 12px !important;
  }
  .content-item {
    gap: 0px;
  }
  .team-main-container {
    padding-top: 0px;
  }
  .team-container {
    max-width: 90%;
  }
  .team-header {
    font-size: 20px;
    padding: 20px 10px;
  }

  .Pr-subtitle {
    font-size: 20px;
  }

  .player-name {
    font-size: 16px;
  }

  .column .player-row {
    padding: 12px 16px;
  }

  .invitation-section {
    padding: 16px;
  }
  .add-players-container h2 {
    font-size: 27px;
    padding-inline: 20px;
  }
}

@media (max-width: 400px) {
  .profile-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
 
  label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 12px;
}
  .profile-header {
    flex-wrap: wrap;
    gap: 11px;
    justify-content: center;
  }
}
