/*
* style.css
* File include item style only specific css only
******************************************************************************/
a:focus,
a:hover {
  text-decoration: none !important;
}


* style.css * File include item style only specific css only ******************************************************************************/ body {
  overflow-x: hidden;
  overflow-y: auto;
}

.register-page {
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.role-card {
  max-width: 620px;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: auto;
}

.role-option {
  background-color: #f9f9f9;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.role-option:hover {
  background-color: #f1f1f1;
}

.role-option input {
  accent-color: #1a73e8;
}

.next-btn {
  width: 100%;
  padding: 0.7rem;
  border-radius: 8px;
}

/* verify email css */
.card-set {
  width: 497px;
  height: 391px;
  border-radius: 20px;
  padding: 4px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* End */
/* success emial */
.success-email {
  width: 497px;
  height: 391px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 4px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End */
/* select role page css */
/* Main Card */
.set-card .card {
  width: 600px;
  /* height: 800px; */
  border-radius: 50px;
  padding: 25px 32px 5px 32px;
  background: #ffffff;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

/* Inner Content Card Body */
.card-body {
  /* width: 472px; */
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

h5.fw-bold {
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center;
}

p.small {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

/* Role Selection Boxes */
form label[for="roles[]"],
form label.role-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px 24px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 15px;
  height: 60px;
  width: 100%;
  cursor: pointer;
}

form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #0C4B80;
  margin-left: 12px;
}

/* select[name="default_role"] {
  margin-top: 20px;
  padding: 10px 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 50px;
  font-size: 14px;
} */

button[type="submit"] {
  margin-top: 24px;
  width: 100%;
  height: 50px;
  background-color: #0C4B80;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}

button[type="submit"]:hover {
  background-color: #073a63;
}

.text-muted.mt-4.small {
  text-align: center;
  font-size: 13px;
  margin-top: 32px;
}

.text-muted.mt-4.small a {
  color: #0C4B80;
  font-weight: 500;
}

.position-absolute a span {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .authentication-wrapper .card {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 32px 20px;
  }

  .card-body {
    width: 100%;
  }
}

/* Navbar Customization */
.navbar-custom {
  background: linear-gradient(to right, #ff7e00, #ff3d00);
}

.navbar-custom .container-fluid {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

.navbar-custom .navbar-brand {
  margin-left: 0 !important;
}

/* Page Title */
.page-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 15px 0;
  background: white;
  margin-top: -45px;
  padding-left: 20px;
}

/* Tabs Section */
.tabs-wrapper {
  background: #d2e9ff;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.tabs-wrapper .nav-link.active {
  color: #0d6efd;
  /* Bootstrap primary color */
  font-weight: 600;
  background: transparent;
  border: none;
  border-bottom: 3px solid #0d6efd;
}

.tabs-wrapper .nav-link:hover {
  color: #0d6efd;
}

.nav-tabs .nav-link {
  transition: none !important;
}

#dropzone-basic {
  border: 2px dashed #d3d3d3;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.tabs-wrapper .nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabs-wrapper .nav::-webkit-scrollbar {
  display: none;

}

@media (max-width: 767.98px) {
  .tabs-wrapper .nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs-wrapper .nav::-webkit-scrollbar {
    display: none;
  }

  .tabs-wrapper .nav-item {
    flex: 0 0 auto;
  }
}

.tabs-wrapper {
  padding: 10px 0;
}

.tabs-wrapper .nav-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.tabs-wrapper .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  font-weight: 500;
  color: #333;
  padding: 6px 0;
  position: relative;
}

.tabs-wrapper .nav-link.active {
  color: #0d6efd;
}

.tabs-wrapper .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -3px;

  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0d6efd;
  border-radius: 2px;
}

.tabs-wrapper .nav-link i {
  font-size: 18px;
}

/* File input focus fix */
input[type="file"]:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  outline: none !important;
}

.progress-circle {
  position: relative;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.progress-value {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  color: #28a745;
  /* Green text */
}

.progress-ring__background {
  fill: none;
  stroke: #d4f5d4;
  stroke-width: 5;
}

.progress-ring__circle {
  fill: none;
  stroke: #28a745;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset 0.6s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  filter: drop-shadow(0 0 4px #28a745);
}

/* end */
/* =======================
   Register Page Styling
======================= */
.register-page div:not(.nav-align-left):not(.nav-align-right)>.nav-tabs {
  display: inline-flex;
  inline-size: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden;
}

.register-page .iti__country-list {
  position: absolute;
  z-index: 99999 !important;
}

.register-page .iti {
  width: 100% !important;
}

.register-page input#phone {
  height: 46px !important;
}

/* Background for register page */
.register-page .authentication-wrapper {
  background-color: #ffffff;
  /* background-image: url('{{ asset("assets/img/register_layout_backgraound_images/2.png") }}'); */
  background-image: url('../img/register_layout_backgraound_images/2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

/* .coach-page css */
.coach-page.custom-tabs .nav-link {
  background: transparent !important;
  color: #000;
  border: none;
  padding: 8px 15px;

}

.coach-page.custom-tabs .nav-link.active {
  color: blue !important;
  font-weight: 600;
}

.coach-page.custom-tabs {
  border-bottom: none !important;

}

.avatar-online {
  width: 20px;
  height: 20px;
  right: 10px;
}



/* ==========================
   Media Gallery Styling
========================== */
#media-gallery {
  max-width: 1000px;
  margin: 0 auto;
}

#media-gallery .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  overflow: hidden;
}

#media-gallery .card-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eaeef2;
  font-weight: 600;
  font-size: 18px;
  color: #2d3748;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#media-gallery .card-body {
  padding: 24px;
}

/* Dropzone */
#media-gallery .dropzone {
  border: 2px dashed #d0d7de;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  min-height: 150px;
}

#media-gallery .dropzone.dragover {
  background: #f7fafc;
  border-color: #4299e1;
}

#media-gallery .dz-message {
  color: #6b7280;
}

#media-gallery .dz-message i {
  font-size: 48px;
  color: #a0aec0;
  margin-bottom: 16px;
  display: block;
}

/* Preview Container */
#media-gallery .preview-container-wrapper {
  position: relative;
}



#media-gallery .preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  justify-content: flex-start;
}

/* Image Card */
#media-gallery .image-card {
  width: 160px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  padding: 6px;
}

#media-gallery .image-card .top-controls {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

#media-gallery .image-card .top-controls input[type="checkbox"] {
  transform: scale(1.2);
  cursor: pointer;
}

#media-gallery .image-card .remove-btn {
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#media-gallery .image-card img,
#media-gallery .image-card video {
  width: 100%;
  height: 110px;
  object-fit: cover;
  margin-top: 30px;
  /* space for top controls */
  border-radius: 4px;
}

#media-gallery .image-card .info {
  font-size: 13px;
  color: #333;
  margin-top: 6px;
  word-break: break-all;
}

/* For only player */
/* ✅ Scoped only to dashboard-player */

.dashboard-player .checkbox-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 80px;
  /* existing right shift */
  margin-top: 20px;
}

.dashboard-player .schedule-wrap .cal-month {
  font-weight: 700;
  color: #111827;
}

.dashboard-player .schedule-wrap .cal-weekdays div {
  color: #94a3b8;
  font-size: .78rem;
}

.dashboard-player .cal-dates .date-cell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #111827;
}

.dashboard-player .cal-dates .date-cell.empty {
  color: transparent;
  background: transparent;
}

.dashboard-player .cal-dates .date-cell.selected {
  background: #e6eef5;
  font-weight: 600;
}

.dashboard-player .cal-dates .date-cell.today {
  background: #eef6ff;
  font-weight: 600;
}

.dashboard-player .toggle .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e6e9ef;
  display: inline-block;
}

.dashboard-player .toggle .dot.checked,
.dashboard-player .dot.checked {
  background: #ef4444;
  border-color: #ef4444;
}

/* End ✅ Scoped only to dashboard-player */


/*  resposive ui of player coach media Query */
@media (max-width: 600px) {
  .qr-id {
    justify-content: flex-start !important;
    /* left align */
  }

  .row.align-items-center.mb-4 {
    display: block !important;
  }

  .user-text {
    font-size: 14px;
  }

  .card-header {
    display: flex;
    flex-direction: column;
  }

  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .schedule-wrap .cal-month,
  .schedule-wrap .cal-weekdays,
  .schedule-wrap .cal-dates {
    text-align: left !important;
  }

  .schedule-wrap .cal-weekdays>div {
    justify-self: start;
    text-align: left;
    padding-left: 6px;
  }

  .cal-dates .date-cell {
    justify-content: flex-start;
    padding-left: 8px;
    min-height: 40px;
  }

  .d-grid.d-md-flex.justify-content-md-center {
    display: block !important;
  }

  .btn-schedule {
    width: 100% !important;
    margin-bottom: .5rem;
    text-align: left;
  }

  .toggle-row {
    justify-content: flex-start !important;
  }
}

@media (min-width: 600px) {
  .qr-id {
    justify-content: flex-start;
    /* left align */
  }
}

/* end responsive ui of player coach media Query */



/* 🎨 Community Section */
.community-section .athlete-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.community-section .athlete-name {
  font-size: 14px;
}

.community-section .athlete-sport {
  font-size: 12px;
}

.community-section .academy-list {
  max-width: 320px;
}

.community-section .academy-icon {
  width: 24px;
  height: 24px;
}

.community-section .academy-icon i {
  font-size: 14px;
}

.community-section .academy-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.community-section .academy-sport {
  font-size: 12px;
  line-height: 1;
}

/* player page css */
.player-page .custom-tabs .nav-link {
  background: transparent !important;
  color: #000;
  border: none;
  padding: 8px 15px;
}

.player-page .custom-tabs .nav-link.active {
  color: blue !important;
  font-weight: 600;
}

.player-page .custom-tabs {
  border-bottom: none !important;
  margin-left: 17px;
}

.player-page .tabs-wrapper {
  position: sticky;
  top: 55px;
  z-index: 1000;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.player-page #scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

/* end player page css */


/* start main page css */
.main-layout.fl-wrapper {
  z-index: 9999 !important;
}

/* Fix toastr z-index (above modals, navbar, etc.) */
.main-layout #toast-container>.toast {
  z-index: 999999 !important;
  opacity: 1 !important;
}

/* Success toast styling */
/* Success toast styling */
.main-layout #toast-container>.toast-success {
  background-color: #ffffff !important;
  /* Toast background white */
  color: #28a745 !important;
  /* Text green */
  padding-left: 50px !important;
  /* Space for left circle */
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Left side circle with tick */
.main-layout #toast-container>.toast-success:before {
  content: "\2713";
  /* ✓ tick, ya arrow */
  position: absolute;
  left: 12px;
  /* distance from left */
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #28a745;
  /* Green bg */
  color: #ffffff;
  /* White tick */
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Error toast styling */
.main-layout #toast-container>.toast-error {
  background-color: #ffffff !important;
  /* Toast background white */
  color: #dc3545 !important;
  /* Text red */
  padding-left: 50px !important;
  /* Space for left circle */
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.main-layout #toast-container>.toast-error:before {
  content: "\2716";
  /* ✖ cross */
  position: absolute;
  left: 12px;
  /* distance from left */
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #dc3545;
  /* Red bg */
  color: #ffffff;
  /* White cross */
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Warning toast styling */
.main-layout #toast-container>.toast-warning {
  background-color: #ffc107 !important;
  /* Yellow */
  color: #212529 !important;
}

/* Info toast styling */
/* Info toast styling like success toast */
.main-layout #toast-container>.toast-info {
  background-color: #ffffff !important;
  /* Toast background white */
  color: #28a745 !important;
  /* Text green */
  padding-left: 50px !important;
  /* Space for left circle */
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Left side circle with tick for info */
.main-layout #toast-container>.toast-info:before {
  content: "\2713";
  /* ✓ tick, ya arrow */
  position: absolute;
  left: 12px;
  /* distance from left */
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #28a745;
  /* Green bg */
  color: #ffffff;
  /* White tick */
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* end main page css */

/*start dashboard all home page css */
@media (min-width: 319px) and (max-width: 450px) {
  .set-column {
    display: flex;
    flex-direction: column !important;
  }
}

/*end dashboard all home page css */
/* start end coach dashboard */
.cal-dates .date-cell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #111827;
}

/*  end coach dashboard */


/*start Guardian Page Wrapper */
.guardian-wrapper {
  position: relative;
}

/* Sticky Tabs */
.guardian-wrapper .sticky-tabs {
  position: sticky;
  top: 50px;
  background: white;
  z-index: 1000;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* Custom Tabs */
.guardian-wrapper .custom-tabs {
  border-bottom: none !important;
  margin-left: 17px;
}

.guardian-wrapper .custom-tabs .nav-link {
  background: transparent !important;
  color: #000;
  border: none;
  padding: 8px 15px;
}

.guardian-wrapper .custom-tabs .nav-link.active {
  color: blue !important;
  font-weight: 600;
}

/* Sticky Header */
.guardian-wrapper .sticky-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1001;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Return to Top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: none;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#return-to-top svg {
  width: 20px;
  height: 20px;
  fill: white;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Accessibility Helper */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* end Guardian Page  */

/* start fedreation */
/* Custom Tabs */
.federation-profile .custom-tabs .nav-link {
  background: transparent !important;
  color: #000;
  border: none;
  padding: 8px 15px;
}

.federation-profile .custom-tabs .nav-link.active {
  color: blue !important;
  font-weight: 600;
}

.federation-profile .custom-tabs {
  border-bottom: none !important;
  margin-left: 17px;
}

/* Sticky Header and Navigation */
.federation-profile .sticky-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1001;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.federation-profile .page-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.federation-profile .sticky-tabs {
  position: sticky;
  top: 50px;
  background: white;
  z-index: 1000;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}

.federation-profile #federationTabContent {
  padding-top: 20px;
}

/* Progress Circle */
.federation-profile .progress-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
}

.federation-profile .progress-value {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}

/* Return to Top Button */
.federation-profile #return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.federation-profile #return-to-top svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.federation-profile #return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.federation-profile .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.federation-profile #handle-suggestions {
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

/* end fedreation */

/* start coach page */


.new-coach {
  position: sticky;
  top: 55px;
  z-index: 1000;

  padding-top: 5px;
  padding-bottom: 5px;
}

.new-coach .custom-tabs {
  margin-left: 17px;
}

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 15px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollTopBtn:hover {
  background: #0056b3;
}

.form-floating-outline.border-danger {
  border: 1px solid #dc3545 !important;
  border-radius: 0.375rem;
}

.form-check.border-danger {
  border: 1px solid #dc3545 !important;
  padding: 10px;
  border-radius: 0.375rem;
}



/* start guardian form */
.guardin-carrer .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.guardin-carrer .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.guardin-carrer .success-icon {
  font-size: 48px;
  color: #28a745;
  margin-bottom: 20px;
}

.guardin-carrer .modal-title {
  color: #333;
  margin-bottom: 15px;
}

.guardin-carrer .modal-text {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.guardin-carrer .btn-modal {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.guardin-carrer .btn-back {
  background-color: #6c757d;
  color: white;
}

.guardin-carrer .btn-dashboard {
  background-color: #007bff;
  color: white;
}

.guardin-carrer .btn-modal:hover {
  opacity: 0.8;
}

/*  end guardian form */

.player-page .custom-tabs .nav-link {
  background: transparent !important;
  color: #000;
  border: none;
  padding: 8px 15px;
}

.player-page .custom-tabs .nav-link.active {
  color: blue !important;
  font-weight: 600;
}

.player-page .custom-tabs {
  border-bottom: none !important;
  margin-left: 17px;
}

.tabs-wrapper {
  position: sticky;
  top: 55px;
  z-index: 1000;

  padding-top: 5px;
  padding-bottom: 5px;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}


/* #layout-navbar {
    width: 100% !important;
    max-width: 100% !important;
} */

@media (min-width: 992px) {
  #layout-navbar {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}


.layout-content-navbar {
  width: 100% !important;
  max-width: 100% !important;
}

.pmc-modal-content {
  border-radius: 16px;
}

.pmc-players-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pmc-player-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  color: #000;
}

.pmc-player-name {
  font-size: 1.25rem;
  font-weight: 600;
}

.pmc-player-role {
  font-size: 1rem;
  font-weight: 500;
}

/* ===========================
   FULLCALENDAR PREMIUM THEME
   =========================== */

/* Calendar container */
#calendar {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

/* Header */
.fc-toolbar-title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  /* color: #333 !important; */
}

.fc-button {
  border-radius: 8px !important;
  background: #444 !important;
  border: none !important;
  padding: 8px 14px !important;
  font-weight: 600 !important;
}

.fc-button:hover {
  background: #000 !important;
}

.fc-button-primary:not(:disabled).fc-button-active {
  background: #222 !important;
}

/* ===========================
   EVENT CARD MODERN UI
   =========================== */

.fc-event {
  border: none !important;
  border-radius: 8px !important;
  padding: 4px 8px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  display: flex !important;
  flex-direction: column !important;
  cursor: pointer !important;
  transition: 0.2s ease;
}

/* Avoid truncation */
.fc-event-time {
  font-weight: 600 !important;
  display: block !important;
}

.fc-event-title {
  font-size: 12px !important;
  margin-top: 2px !important;
}

/* Hover effects */
.fc-event:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2) !important;
  z-index: 9999 !important;
}

/* Different background color for event based on status */
.fc-event.Ongoing {
  background: #2ecc71 !important;
  color: #fff !important;
}

.fc-event.Upcoming {
  background: #f1c40f !important;
  color: #000 !important;
}

.fc-event.Closed {
  background: #7f8c8d !important;
  color: #fff !important;
}

/* Tooltip Styling */
.fc-tooltip {
  background: #222 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 13px;
}

.fc .fc-button-group {
  gap: 10px;
}


/*start  membership css */

/* membership.css — only what Bootstrap can't do */

.program-tabs .nav-link {
  border: 1px solid #6c6cff !important;
  border-radius: 8px;
  color: #3f51b5 !important;
  background: #fff !important;
}

.program-tabs .nav-link.active {
  background: #6c6cff !important;
  color: #fff !important;
  border-color: #6c6cff !important;
}

.program-link {
  color: #ff9800;
  font-size: 13px;
  display: block;
}

.drag-icon {
  cursor: move;
  color: #888;
}

/* Modal overlay */
.mt-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 1050;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 16px;
  overflow-y: auto;
}

.mt-overlay.open {
  display: flex;
}

.mt-box {
  background: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .18);
  margin: auto;
  animation: mtSlide .2s ease;
}

@keyframes mtSlide {
  from {
    opacity: 0;
    transform: translateY(-16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* Section header */
.mt-section-title {
  background: #f5f5f5;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: .4px;
}

.mt-field-label {
  font-size: 11px;
  font-weight: 700;
  color: #555;
  margin-bottom: 5px;
  letter-spacing: .4px;
}

.mt-field-label .req {
  color: #e53935;
}

/* Segmented button groups */
.mt-type-btn,
.mt-bill-btn {
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  color: #555;
  transition: all .15s;
}

.mt-type-btns .mt-type-btn:first-child,
.mt-bill-btns .mt-bill-btn:first-child {
  border-radius: 4px 0 0 4px;
}

.mt-type-btns .mt-type-btn:last-child,
.mt-bill-btns .mt-bill-btn:last-child {
  border-radius: 0 4px 4px 0;
}

.mt-bill-btn:not(:first-child) {
  border-left: none;
}

.mt-type-btn.active,
.mt-bill-btn.active {
  background: #6c6cff;
  color: #fff;
  border-color: #6c6cff;
}

/* Toggle switch */
.mt-toggle {
  position: relative;
  width: 34px;
  height: 19px;
  display: inline-block;
  flex-shrink: 0;
}

.mt-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mt-toggle-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: .2s;
}

.mt-toggle-slider:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
}

.mt-toggle input:checked+.mt-toggle-slider {
  background: #6c6cff;
}

.mt-toggle input:checked+.mt-toggle-slider:before {
  transform: translateX(15px);
}

/* Small custom-sized inputs (Bootstrap doesn't have exact widths) */
.mt-price-input {
  width: 75px;
  padding: 6px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: right;
}

.mt-pct {
  width: 58px;
  padding: 6px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
}

.mt-num {
  width: 50px;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
}

.mt-occ-input {
  width: 55px;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
}

.mt-sel-sm {
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
}

input[type="radio"] {
  accent-color: #6c6cff;
}

.mt-price-input:disabled,
.mt-pct:disabled,
.mt-num:disabled,
.mt-occ-input:disabled,
.mt-sel-sm:disabled {
  background: #f5f5f5;
  color: #aaa;
}

/* Reg fee extra row */
.mt-reg-extra {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 6px;
  opacity: .4;
  pointer-events: none;
}

.mt-reg-extra.active {
  opacity: 1;
  pointer-events: all;
}

/* Show/hide toggles */
.mt-recurring {
  display: none;
  margin-top: 12px;
}

.mt-recurring.show {
  display: block;
}

.mt-trial-criteria {
  display: none;
  margin-bottom: 10px;
}

.mt-trial-criteria.show {
  display: block;
}

.mt-no-charge-msg {
  display: none;
  font-size: 13px;
  color: #555;
  padding: 4px 0;
}

.mt-no-charge-msg.show {
  display: block;
}

.mt-onetime-revenue {
  margin-top: 12px;
}

.mt-onetime-revenue.hide {
  display: none;
}

/* Footer */
.mt-footer {
  background: #fafafa;
}

.mt-req-note {
  font-size: 12px;
  color: #e53935;
  font-weight: 600;
}

.mt-btn-add {
  background: #6c6cff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  letter-spacing: .4px;
  padding: 7px 24px;
}

.mt-btn-add:hover {
  background: #5a5ae0;
}

.multi-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  position: relative;
  background: #fff;
  cursor: pointer;
  min-height: 38px;
}

.multi-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.multi-chip {
  background: #eef2ff;
  color: #3f51b5;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.multi-chip span {
  cursor: pointer;
  font-weight: bold;
}

.multi-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 180px;
  overflow: auto;
  display: none;
  z-index: 20;
}

.multi-select.open .multi-dropdown {
  display: block
}

.multi-option {
  padding: 8px 10px;
  font-size: 13px;
}

.multi-option:hover {
  background: #f5f7ff;
}

.trial-subtabs {
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
}

.trial-subtabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #6b7280;
  font-weight: 600;
  padding: 10px 28px;
  background: transparent;
}

.trial-subtabs .nav-link.active {
  color: #111827;
  border-bottom: 2px solid #f59e0b;
  background: #fff7ed;
}

/* end membership css */

/* Theme Styles - Dark & Light Mode */

[data-theme="dark"] body {
  background: #161b2e !important;
}

[data-theme="dark"] .bg-white,
[data-theme="dark"] ul.nav.nav-tabs,
[data-theme="dark"] .card-header,
[data-theme="dark"] #searchResults,
[data-theme="dark"] #navbar-collapse {
  background: #1e2440 !important;
}

[data-theme="dark"] #navbar-collapse .btn,
[data-theme="dark"] #navbar-collapse .nav-link {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .bg-light {
  background: #252b45 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .page-title,
[data-theme="dark"] .page-card {
  background: #1e2440 !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .page-title {
  color: #ffffff !important;
}

[data-theme="dark"] .card {
  background: linear-gradient(180deg, #1c2236, #111827) !important;
}

[data-theme="dark"] .card-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

[data-theme="dark"] .card-header h3,
[data-theme="dark"] .card-header-custom h5 {
  color: #e5e7eb !important;
}

[data-theme="dark"] .card-body,
[data-theme="dark"] .card-header-custom {
  background: #1e2440 !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .stat-card,
[data-theme="dark"] .section-card {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .stat-card div[style*="color:#6b7280"],
[data-theme="dark"] .stat-card div[style*="color: #6b7280"],
[data-theme="dark"] .stat-card small {
  color: #9ca3af !important;
}

[data-theme="dark"] .stat-card div[style*="font-size:1.6rem"] {
  color: #e5e7eb !important;
}

[data-theme="dark"] .section-head {
  background: #1e2440 !important;
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .section-body {
  background: #1e2440 !important;
}

[data-theme="dark"] .section-title {
  color: #e5e7eb !important;
}

[data-theme="dark"] .section-head .badge.bg-light {
  background: #252b45 !important;
  color: #e5e7eb !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select,
[data-theme="dark"] select.form-select {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .form-control[disabled],
[data-theme="dark"] .form-control[readonly],
[data-theme="dark"] fieldset[disabled] .form-control {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #cbd5e1 !important;
  opacity: 1;
}

[data-theme="dark"] table,
[data-theme="dark"] .table {
  background: #1e2440 !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .table-light,
[data-theme="dark"] .table thead th,
[data-theme="dark"] .student-table th {
  background: #252b45 !important;
  color: #9ca3af !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .table tbody td,
[data-theme="dark"] .table td,
[data-theme="dark"] .student-table td {
  background: #1e2440 !important;
  color: #cdd3e0 !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .table tbody tr:hover td,
[data-theme="dark"] .student-table tr:hover td {
  background: #252b45 !important;
}

[data-theme="dark"] .pagination-wrapper {
  background: #1e2440 !important;
  border-top: 1px solid #2a3050 !important;
}

[data-theme="dark"] .modal-content {
  background: #1e2440 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .modal-header,
[data-theme="dark"] #membershipModal .modal-header,
[data-theme="dark"] #membershipModal .modal-footer {
  border-color: #2a3050 !important;
}

[data-theme="dark"] #assignProgramModal .modal-content {
  background: #1e2440;
  color: #fff;
}

[data-theme="dark"] #assignProgramModal .btn-primary {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

[data-theme="dark"] #assignProgramModal .btn-light {
  background: #2a3050 !important;
  border: 1px solid #A12428 !important;
  color: #fff !important;
}

[data-theme="dark"] .dropdown-menu {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .dropdown-item,
[data-theme="dark"] .dropdown-menu>li>a {
  color: #cdd3e0 !important;
}

[data-theme="dark"] .dropdown-menu>li>a {
  color: #ffffff !important;
}

[data-theme="dark"] .dropdown-item:hover {
  background: #252b45 !important;
}

[data-theme="dark"] .dropdown-menu>li>a:hover {
  background: transparent !important;
  color: #ffffff !important;
}

[data-theme="dark"] .multi-select,
[data-theme="dark"] #programMulti,
[data-theme="dark"] .multi-input {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .multi-input {
  color: #cdd3e0 !important;
}

[data-theme="dark"] .multi-dropdown,
[data-theme="dark"] .multi-dropdown div {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .multi-dropdown input {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #fff !important;
}

[data-theme="dark"] .multi-option {
  color: #e5e7eb !important;
}

[data-theme="dark"] .multi-option:hover,
[data-theme="dark"] .multi-dropdown .option {
  background: #252b45 !important;
}

[data-theme="dark"] .multi-chip {
  background: #252b45 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .btn-primary,
[data-theme="dark"] .btn-success,
[data-theme="dark"] .btn-dark,
[data-theme="dark"] button.custom-btn,
[data-theme="dark"] .custom-btn {
  background: linear-gradient(90deg, #A12428 0%, #E4B119 100%) !important;
  border: none !important;
  color: #fff !important;
}

[data-theme="dark"] .custom-btn {
  border: 1px solid #A12428 !important;
}

[data-theme="dark"] .custom-btn span {
  color: #fff !important;
}

[data-theme="dark"] .btn-primary:hover,
[data-theme="dark"] .btn-success:hover,
[data-theme="dark"] .btn-dark:hover {
  background: linear-gradient(90deg, #8e1f22 0%, #d4a318 100%) !important;
}

[data-theme="dark"] .btn-icon {
  background: #252b45 !important;
  color: #ffffff !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .menu-item.active>.menu-link {
  background: linear-gradient(90deg, #A12428 0%, #E4B119 100%) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(161, 36, 40, 0.35) !important;
}

[data-theme="dark"] .menu-item.active>.menu-link i,
[data-theme="dark"] .menu-item.active>.menu-link .menu-icon,
[data-theme="dark"] .menu-item.active>.menu-link .menu-text {
  color: #ffffff !important;
}

[data-theme="dark"] .menu-link:hover {
  background: rgba(161, 36, 40, 0.15) !important;
  border-radius: 8px !important;
}

[data-theme="dark"] .text-muted,
[data-theme="dark"] .empty-state {
  color: #9ca3af !important;
}

[data-theme="dark"] h5.fw-bold {
  color: #e5e7eb !important;
}

[data-theme="dark"] .kpi-bar {
  background: #252b45 !important;
}

[data-theme="dark"] .alert-info {
  background: #1e2440 !important;
  border: 1px dashed #3f51ff !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .list-group-item {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
}

[data-theme="dark"] .welcome-text {
  color: #A12428;
}

[data-theme="dark"] .user-name-highlight {
  color: #E4B119;
}

[data-theme="dark"] .pill-row {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .pill-row div[style*="font-weight:600"],
[data-theme="dark"] .pill-row div[style*="font-weight: 600"] {
  color: #e5e7eb !important;
}

[data-theme="dark"] .pill-row div[style*="color:#6b7280"],
[data-theme="dark"] .pill-row div[style*="color: #6b7280"] {
  color: #9ca3af !important;
}

[data-theme="dark"] .class-item,
[data-theme="dark"] .rank-item,
[data-theme="dark"] .promo-item {
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .class-item div[style*="font-weight:600"],
[data-theme="dark"] .rank-item div[style*="font-weight:600"] {
  color: #e5e7eb !important;
}

[data-theme="dark"] .class-item div[style*="color:#6b7280"],
[data-theme="dark"] .class-item div[style*="color:#9ca3af"],
[data-theme="dark"] .rank-item div[style*="color:#6b7280"],
[data-theme="dark"] .promo-item div[style*="color:#6b7280"] {
  color: #9ca3af !important;
}

[data-theme="dark"] .class-item>div[style*="background:#f3f4f6"],
[data-theme="dark"] .rank-item div[style*="border-radius:50%"][style*="background:#f3f4f6"],
[data-theme="dark"] .promo-item>div[style*="background:#f9fafb"] {
  background: #252b45 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .promo-item div[style*="font-weight:800"] {
  color: #e5e7eb !important;
}

[data-theme="dark"] .program-tabs .nav-link {
  background: #1e2440 !important;
  color: #cbd5e1 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .program-tabs .nav-link:hover {
  background: #252b45 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .program-tabs .nav-link.active {
  background: #6366f1 !important;
  color: #fff !important;
  border-color: #6366f1 !important;
}

[data-theme="dark"] #programTabs .nav-link:not(.active) {
  background: #1e2440 !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  border-radius: 10px !important;
  margin-right: 6px;
}

[data-theme="dark"] #programTabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
}

[data-theme="dark"] #programTabs .nav-link:hover:not(.active) {
  background: #2a3050;
}

[data-theme="dark"] #scheduleTabs .nav-link {
  background: #252b45 !important;
  color: #cdd3e0 !important;
  border: 1px solid #3f51ff !important;
  border-radius: 8px !important;
}

[data-theme="dark"] #scheduleTabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

[data-theme="dark"] #revenueTabs .nav-link:not(.active) {
  background: #1e2440 !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  border-radius: 8px !important;
  margin-right: 6px;
}

[data-theme="dark"] #revenueTabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

[data-theme="dark"] .tab-main-wrapper,
[data-theme="dark"] .tab-btn {
  background: #252b45 !important;
}

[data-theme="dark"] .tab-btn {
  background: #1e2440 !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 8px !important;
  color: var(--primary-color) !important;
}

[data-theme="dark"] .tab-btn.active {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

.program-card {
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #D3F55D;
  transition: all .2s ease;
  font-weight: 500;
}

[data-theme="dark"] .program-card {
  background: #252b45;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #A12428, #E4B119) 1;
  color: #E4B119;
}

[data-theme="dark"] .program-card.active,
[data-theme="dark"] .program-card.selected {
  background: linear-gradient(90deg, #A12428, #E4B119);
  border: none;
  color: #fff;
}

[data-theme="dark"] .cls-left {
  background: #1e2440 !important;
  border-right: 1px solid #2a3050 !important;
}

[data-theme="dark"] .cls-right,
[data-theme="dark"] .left-panel,
[data-theme="dark"] .right-panel,
[data-theme="dark"] .cls-wrap,
[data-theme="dark"] .match-info-card {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .class-card {
  background: #252b45 !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .class-card.active {
  background: #1e2440 !important;
  border: 2px solid #3f51ff !important;
}

[data-theme="dark"] #selectedBox {
  color: #cdd3e0 !important;
}

[data-theme="dark"] .weekly-calendar {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .day-header,
[data-theme="dark"] .time-column {
  background: #252b45 !important;
  border-color: #2a3050 !important;
  color: #e5e7eb;
}

[data-theme="dark"] .day-header {
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .time-column {
  border-right: 1px solid #2a3050 !important;
}


[data-theme="dark"] #searchDropdown {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] #searchDropdown .search-item {
  background: #1e2440 !important;
  color: #e5e7eb !important;
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] #searchDropdown .search-item:hover {
  background: #252b45 !important;
}

[data-theme="dark"] .match-info-header {
  background: #252b45 !important;
  border-bottom: 1px solid #2a3050 !important;
  color: #fff !important;
}

[data-theme="dark"] .match-info-list strong {
  color: #fff !important;
}

[data-theme="dark"] .match-info-list small,
[data-theme="dark"] .match-info-list i {
  color: #9aa3b2 !important;
}

[data-theme="dark"] .details-popup {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #cdd3e0 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .5) !important;
}

[data-theme="dark"] .receipt-box {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .team-card .card-header {
  background: #252b45 !important;
}

[data-theme="dark"] .team-card .card-footer {
  background: #1e2440 !important;
}

[data-theme="dark"] .nav-link[data-bs-toggle="dropdown"] {
  border: 1px solid #A12428 !important;
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  color: #fff !important;
  border-radius: 20px;
}

[data-theme="dark"] .mt-box,
[data-theme="dark"] .mt-section {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .mt-header {
  color: #ffffff !important;
}

[data-theme="dark"] .mt-section-title {
  background: #252b45 !important;
  color: #e5e7eb !important;
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .mt-field-label {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .mt-box input,
[data-theme="dark"] .mt-box textarea,
[data-theme="dark"] .mt-box select {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .mt-toggle-slider,
[data-theme="dark"] .mt-no-charge-msg {
  background: #252b45 !important;
}

[data-theme="dark"] .mt-no-charge-msg {
  color: #e5e7eb !important;
}

[data-theme="dark"] .mt-footer {
  background: #1e2440 !important;
  border-top: 1px solid #2a3050 !important;
}

[data-theme="dark"] .trial-subtabs .nav-link.active {
  background: #252b45 !important;
  color: #e5e7eb !important;
  border-bottom: 2px solid #f59e0b !important;
}

[data-theme="dark"] .page-wrapper {
  background: #1e2440 !important;
  box-shadow: none !important;
  border: 1px solid #2a3050;
}

[data-theme="dark"] .page-header {
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .template-card {
  background: #252b45 !important;
  box-shadow: none !important;
  border: 1px solid #2a3050;
}

[data-theme="dark"] .template-image,
[data-theme="dark"] .template-image img,
[data-theme="dark"] .certificate-card img {
  background: #1e2440 !important;
}

[data-theme="dark"] .template-title {
  color: #e5e7eb !important;
}

[data-theme="dark"] .template-date {
  color: #9ca3af !important;
}

[data-theme="dark"] .page-wrapper input.form-control,
[data-theme="dark"] .template-input,
[data-theme="dark"] .template-select,
[data-theme="dark"] .template-file {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .editor-shell {
  background: #1e2440 !important;
  border: 1px solid #2a3050;
  box-shadow: none !important;
  color: #e5e7eb;
}

[data-theme="dark"] .certificate-stage {
  background: #1e2440 !important;
}

[data-theme="dark"] .certificate-paper {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] canvas {
  border: 1px dashed #3a4065 !important;
}

[data-theme="dark"] .panel-title {
  color: #e5e7eb !important;
}

[data-theme="dark"] .hint {
  color: #9ca3af !important;
}

[data-theme="dark"] .preview-box {
  background: #252b45 !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .certificate-card {
  background: #1e2440 !important;
  border-color: #2a3050 !important;
}

[data-theme="dark"] .form-wrapper {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .custom-select-box,
[data-theme="dark"] .select-dropdown-menu,
[data-theme="dark"] .search-input-wrapper {
  background: #252b45 !important;
  border-color: #2a3050 !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .search-input {
  background: #252b45 !important;
  border: 1px solid #2a3050 !important;
  color: #fff !important;
}

[data-theme="dark"] .sport-option:hover {
  background: #2f365c !important;
}

[data-theme="dark"] .tabs-wrapper,
[data-theme="dark"] .progress-wrapper {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
}

[data-theme="dark"] .progress-wrapper {
  border-bottom: 1px solid #2a3050 !important;
}

[data-theme="dark"] .progress-bar-bg,
[data-theme="dark"] .progress-ring__background {
  background: #2a3050 !important;
  stroke: #2a3050 !important;
}

[data-theme="dark"] #academyProgressText {
  color: #cdd3e0 !important;
}

[data-theme="light"] #navbar-collapse {
  background: #ffffff !important;
  color: #000 !important;
}

[data-theme="light"] #navbar-collapse .nav-link,
[data-theme="light"] #navbar-collapse .btn,
[data-theme="light"] #navbar-collapse .dropdown-toggle,
[data-theme="light"] .navbar-nav-right .btn,
[data-theme="light"] .navbar-nav-right .dropdown-toggle {
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
}

[data-theme="light"] .nav-item .nav-link i {
  color: #000 !important;
}

[data-theme="light"] .menu-item.active>.menu-link {
  background: #ADB7FF !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(173, 183, 255, 0.5) !important;
}

[data-theme="light"] .menu-item.active>.menu-link i,
[data-theme="light"] .menu-item.active>.menu-link .menu-icon,
[data-theme="light"] .menu-item.active>.menu-link .menu-text {
  color: #ffffff !important;
}

[data-theme="light"] .menu-link:hover {
  background: rgba(173, 183, 255, 0.2) !important;
  border-radius: 8px !important;
}

[data-theme="light"] .btn-primary,
[data-theme="light"] .btn-success,
[data-theme="light"] .btn-dark {
  background: #ADB7FF !important;
  border-color: #ADB7FF !important;
  color: #000 !important;
}

[data-theme="light"] .btn-primary:hover,
[data-theme="light"] .btn-success:hover,
[data-theme="light"] .btn-dark:hover {
  background: #9AA6FF !important;
  border-color: #9AA6FF !important;
}

[data-theme="light"] .custom-btn {
  background: #ADB7FF !important;
  border: 1px solid #D3F55D !important;
  color: #000 !important;
}

[data-theme="light"] .custom-btn span {
  color: #000 !important;
}

[data-theme="light"] .nav-link[data-bs-toggle="dropdown"] {
  border: 1px solid #D3F55D !important;
  background: #ADB7FF !important;
  color: #000 !important;
  border-radius: 20px;
}

[data-theme="light"] .card-header {
  background: #ffffff !important;
}

[data-theme="light"] .card .list-group-item {
  background: #ffffff;
}

[data-theme="light"] .welcome-text {
  color: #000;
}



[data-theme="light"] #programTabs .nav-link:not(.active) {
  border: 1px solid var(--primary-color) !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 10px !important;
  margin-right: 6px;
}

[data-theme="light"] #programTabs .nav-link.active {
  background: #ADB7FF !important;
  border: none !important;
  color: #000 !important;
  border-radius: 10px !important;
}

[data-theme="light"] #programTabs .nav-link:hover:not(.active) {
  background: #eef1ff;
}

[data-theme="light"] #revenueTabs .nav-link:not(.active),
[data-theme="light"] .tab-btn {
  border: 1px solid var(--primary-color) !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 8px !important;
  margin-right: 6px;
}

[data-theme="light"] #revenueTabs .nav-link.active,
[data-theme="light"] .tab-btn.active,
[data-theme="light"] .btn-outline-primary.active {
  background: #ADB7FF !important;
  border: none !important;
  color: #000 !important;
}

[data-theme="light"] .btn-outline-secondary,
[data-theme="light"] .btn-outline-secondary.w-100,
[data-theme="light"] .card .btn-outline-secondary {
  border: 1px solid #D3F55D !important;
  background: #ffffff !important;
  color: #000 !important;
}

[data-theme="light"] .program-card {
  background: #ffffff;
  border: 1px solid #D3F55D;
  color: #000;
}

[data-theme="light"] .program-card.active,
[data-theme="light"] .program-card.selected {
  background: #ADB7FF;
  border: none;
  color: #000;
}

[data-theme="light"] #assignProgramModal .btn-primary {
  background: #ADB7FF !important;
  border: none !important;
  color: #000 !important;
}

[data-theme="light"] .list-group-item i {
  color: #000 !important;
}

.program-tabs .nav-link {
  border-radius: 10px;
  padding: 8px 18px;
  font-weight: 500;
  transition: 0.2s;
  border: 1px solid transparent;
}

[data-theme="light"] .program-tabs .nav-link {
  background: #ffffff !important;
  border: 1px solid var(--primary-color) !important;
  color: #000 !important;
}


[data-theme="light"] .program-tabs .nav-link:hover {
  background: #eef1ff !important;
}

[data-theme="light"] .program-tabs .nav-link.active {
  background: #ADB7FF !important;
  border-color: #ADB7FF !important;
  color: #000 !important;
}

[data-theme="dark"] .program-tabs .nav-link {
  background: #1e2440 !important;
  border: 1px solid #2a3050 !important;
  color: #cdd3e0 !important;
}

[data-theme="dark"] .program-tabs .nav-link:hover {
  background: #252b45 !important;
}

[data-theme="dark"] .program-tabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

.mt-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  display: none;
  align-items: center;
  justify-content: center;
}

.mt-overlay.open {
  display: flex;
}

.mt-box {
  width: 850px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 10px;
  padding: 0;
}

[data-theme="light"] .mt-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #000;
}

[data-theme="dark"] .mt-box {
  background: #1e2440;
  border: 1px solid #2a3050;
  color: #e5e7eb;
}


.mt-header {
  font-weight: 600;
  padding: 16px 20px;
  border-bottom: 1px solid;
}

[data-theme="light"] .mt-header {
  border-color: #e5e7eb;
}

[data-theme="dark"] .mt-header {
  border-color: #2a3050;
}

.mt-section {
  border-radius: 8px;
}

[data-theme="light"] .mt-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

[data-theme="dark"] .mt-section {
  background: #1e2440;
  border: 1px solid #2a3050;
}

.mt-section-title {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
}

[data-theme="light"] .mt-section-title {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

[data-theme="dark"] .mt-section-title {
  background: #252b45;
  border-bottom: 1px solid #2a3050;
}

.mt-field-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}

[data-theme="light"] .mt-field-label {
  color: #374151;
}

[data-theme="dark"] .mt-field-label {
  color: #cbd5e1;
}


.mt-type-btn,
.mt-bill-btn {
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
  cursor: pointer;
}

/* LIGHT */

[data-theme="light"] .mt-type-btn,
[data-theme="light"] .mt-bill-btn {
  background: #fff;
  border-color: #D3F55D;
  color: #000;
}

[data-theme="light"] .mt-type-btn.active,
[data-theme="light"] .mt-bill-btn.active {
  background: #ADB7FF;
  border: none;
}

[data-theme="dark"] .mt-type-btn,
[data-theme="dark"] .mt-bill-btn {
  background: #252b45;
  border-color: #2a3050;
  color: #e5e7eb;
}

[data-theme="dark"] .mt-type-btn.active,
[data-theme="dark"] .mt-bill-btn.active {
  background: linear-gradient(90deg, #A12428, #E4B119);
  border: none;
  color: #fff;
}


[data-theme="light"] .mt-box input,
[data-theme="light"] .mt-box textarea,
[data-theme="light"] .mt-box select {
  background: #fff;
  border: 1px solid #e5e7eb;
}

[data-theme="dark"] .mt-box input,
[data-theme="dark"] .mt-box textarea,
[data-theme="dark"] .mt-box select {
  background: #252b45;
  border: 1px solid #2a3050;
  color: #fff;
}


[data-theme="light"] .multi-select {
  border: 1px solid #e5e7eb;
  background: #fff;
}

[data-theme="dark"] .multi-select {
  border: 1px solid #2a3050;
  background: #252b45;
}

[data-theme="dark"] .multi-dropdown {
  background: #1e2440;
}

[data-theme="dark"] .multi-option:hover {
  background: #252b45;
}


.mt-footer {
  border-top: 1px solid;
}

[data-theme="light"] .mt-footer {
  border-color: #e5e7eb;
}

[data-theme="dark"] .mt-footer {
  border-color: #2a3050;
}

.mt-btn-add {
  padding: 6px 18px;
  border-radius: 8px;
  border: none;
}

[data-theme="light"] .mt-btn-add {
  background: #ADB7FF;
  color: #000;
}

[data-theme="dark"] .mt-btn-add {
  background: linear-gradient(90deg, #A12428, #E4B119);
  color: #fff;
}

[data-theme="dark"] strong {
  color: var(--bs-heading-color) !important;
}

[data-theme="light"] .btn-outline-primary.toggle-players {
  border: 1px solid #D3F55D !important;
  color: #000 !important;
  background: #ffffff !important;
}

[data-theme="light"] .btn-outline-primary.toggle-players {
  background: #ADB7FF !important;
  border-color: #ADB7FF !important;
  color: #000 !important;
}

[data-theme="dark"] .btn-outline-primary.toggle-players {
  border: 1px solid #2a3050 !important;
  background: #1e2440 !important;
  color: #E4B119 !important;
}

[data-theme="dark"] .btn-outline-primary.toggle-players {
  background: linear-gradient(90deg, #A12428, #E4B119) !important;
  border: none !important;
  color: #fff !important;
}

.pagination .page-item .page-link {
  border-radius: 50% !important;
}

[data-theme="dark"] .text-black {
  color: unset !important;
}

#clsModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  width: 92%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .22);
  overflow: hidden;
}

[data-theme="dark"] #clsModal {
  background: #1e2440 !important;
}

[data-theme="dark"] .membership-option {
  background: #252b45;
  border-color: #2a3050;
}

[data-theme="dark"] .membership-option:hover {
  background: #2a3050 !important;
}

[data-theme="dark"] .membership-option.active {
  background: #2a3050 !important;
  border-color: #f59e0b;
}

[data-theme="dark"] .program-row {
  background: #252b45;
  border-color: #2a3050;
}

[data-theme="dark"] .program-row:hover {
  background: #2a3050 !important;
}

[data-theme="dark"] .program-row.selected {
  background: #2a3050 !important;
}

[data-theme="dark"] .program-block-header {
  background: #1e2440 !important;
  color: #cdd3e0;
  border-color: #2a3050;
}

[data-theme="dark"] .rank-select {
  background: #252b45;
  border: 1px solid #2a3050;
  color: #cdd3e0;
}

[data-theme="dark"] .program-row,
[data-theme="dark"] .program-row.selected {
  color: #cdd3e0 !important;
}

[data-theme="dark"] .prog-name {
  color: #cdd3e0 !important;
}

[data-theme="dark"] .prog-check {
  border-color: #4b5563;
}

[data-theme="dark"] .program-row.selected .prog-check {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #fff;
}

.bill-summary-box {
  background: transparent;
}

[data-theme="dark"] .bill-summary-box {
  background: transparent !important;
}

.bill-summary-box {
  background: transparent;
}

[data-theme="dark"] .bill-summary-box {
  background: #252b45 !important;
}

#financeTabs {
  border-bottom: 1px solid #e5e7eb;
}

#financeTabs .nav-link {
  border: none;
  background: transparent;
  color: #64748b;
  font-weight: 500;
}

#financeTabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119);
  color: #fff !important;
  border-radius: 8px;
}

[data-theme="dark"] #financeTabs {
  border-bottom: 1px solid #2d3748;
}

[data-theme="dark"] #financeTabs .nav-link {
  color: #cbd5f5;
  background: transparent;
}

[data-theme="dark"] #financeTabs .nav-link.active {
  background: linear-gradient(90deg, #A12428, #E4B119);
  color: #fff !important;
}