@font-face {
    font-family: 'x';
    src: url('fonts/x.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Sidebar */
.sidebar-nav-item-active {
    border: 0px;
    box-shadow: none !important;
    background: #333 !important;
    padding-left: 12px !important;
    &:hover {
      background: #333 !important;
    }

}

.bg-sidebar {
    background-color: hsl(var(--sidebar-background));
    xxbackground: #262624 !important;
}

.sub-menu {
    background: none !important;
    border: 0px !important;
    color: #f4f4f5 !important;
    min-width: initial;
}
.sub-menu:before {
    content: "";
    height: 36px;
    width: 15px;
    position: absolute;
    left: -15px;
    background: #333;
}
.sub-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 150px;
    background: #444444 !important;
    z-index: -154;
    backdrop-filter: blur(9px);
    border-radius: 0 10px 10px 0;
}
.sub-menu * {
    color: #f4f4f5 !important;
}
  .sub-menu > div {
    padding: 0px;
    width: 150px;
}
/* Sidebar */



/* Schedule System Design Overrides */




.onboarding, .loginForm {
background: radial-gradient(at 70% 25%, #0230F6, #1F18C0, #010158 43%, #020a18 60%, #020a18 100%) !important;
  &:before {
      content: "";
      background: radial-gradient(at 102% 150px, #b688ff 1%, #006cff, #133ee3, transparent 36%);
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      width: 100%;
  }
}

div[role="dialog"] {
    backdrop-filter: saturate(2) brightness(4.5) blur(20px);  
    backdrop-filter: contrast(0.7) saturate(1) brightness(3) blur(20px);  
    background: #ffffff00;
}

.loginForm, .onboarding {

  .auth-card, .bg-card {
      z-index: 1;
      backdrop-filter: blur(18px);
      color: #fff !important;
      border-color: #f0f8ff85;
      border: none;
      border-left: none;
      position: relative;
      overflow: hidden;
      background: transparent !important;
      border-radius: 36px;
      box-shadow: inset -1px 1px 1px #ffffff1f;
      transition: all .3s ease;
      &:hover {
          margin-left: 0px;
          width: 468px !important;
          max-width: 468px;
          padding: 10px;
          transition: all .3s ease;
          *{color:#eee !important;}
      }
      *{xcolor:#fff !important};
      &:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: radial-gradient(circle at top right, #09d2f724, #0011ff24);
          z-index: -1;
          mix-blend-mode: multiply;
      }
      button{
          border: none !important;
      }
      .auth-phone-btn, .auth-google-btn {
        background-color: #1573ff4d !important;
        transition: all .3s ease;
        &:hover{
          margin-left: -20px;
          margin-right: -20px;
          width: calc(100% + 10px);  
          transition: all .3s ease;
        }

      }
      input {
        background: #13090957;
        border: none !important;
      }
      .auth-email-btn{
            background: linear-gradient(45deg, #fb0129, #f659c3);
        &:hover {
          background: linear-gradient(45deg, #1852ff, #f659c3) !important;
        }
      }
        span.bg-background.px-2.text-muted-foreground {
          background: transparent;
      }
  }
  
}



/* Use this file to customize the visual appearance of the Schedule System */
  @font-face {
    font-family: 'non';
    src: url('https://rrassqnhzrkuqkrqlrbz.supabase.co/storage/v1/object/public/font/bgblight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
      font-family: 'non';
      src: url('https://rrassqnhzrkuqkrqlrbz.supabase.co/storage/v1/object/public/font/bgblight.woff2') format('woff');
      font-weight: 200;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'non';
      src: url('https://rrassqnhzrkuqkrqlrbz.supabase.co/storage/v1/object/public/font/bgbcompact.woff2') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'non';
      src: url('https://rrassqnhzrkuqkrqlrbz.supabase.co/storage/v1/object/public/font/bgb.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }

  div#root {    
    padding: 0;
    max-width: initial !important;
  }

  main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  @media (max-width: 480px) {
    div#root {
        PADDING: 0PX;
    }
  }
/*CLUBS*/
.club-card {
    border: 0px;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
}
.club-card-header {
    padding: 0px !important;
    text-aling: left !important;
}
.club-card-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(40px);
    background: #ffffff87;
}
.club-card-image {
    padding: 18px;
    background-size: cover;
    position: relative;
    background-position: center;
  img {
    z-index: 3 !important;
  }
}
/* Main containers */
  @media (max-width: 480px) {
    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
  }
.schedule-system-container {
  display: flex;
  /* Main container for the entire schedule system */
  @media (max-width: 480px) {
    // > .flex {
    //   background: red;
    //   flex-direction: column;
    // }

    position: fixed;
    top: 0;
    height: 100% !important;

  }
}

.schedule-tabs-container {
  /* Container for the navigation tabs */

}

.schedule-tabs {
  /* Tab button group styling */
}

.schedule-tab {
  /* Individual tab button styling */
}

.schedule-tab-players {
  /* Players tab specific styling */
}

.schedule-tab-teams {
  /* Teams tab specific styling */
}

.schedule-tab-fields {
  /* Fields tab specific styling */
}

.schedule-filters-container {
  /* Container for filters section */
}

.schedule-calendar-container {
  /* Main calendar container */
    @media (max-width: 480px) {
    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  }
}
    @media (max-width: 480px) {
    .schedule-calendar-container .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  }
.schedule-calendar-column {
  /* Individual calendar column */
  max-height: calc(100vh - 4rem);
  box-shadow: none !important;
}

.schedule-date-header {
  /* Date header clickable area */
    font-family: x;
    text-transform: uppercase;
    font-size: 1.5vw;
}

.schedule-nav-prev,
.schedule-nav-next {
  /* Navigation buttons styling */
}

.schedule-match {
    background-image: radial-gradient(circle at top right, #8BC34A, #047a09);
}

.schedule-training {
  /* Training event styling */
}

.schedule-training-cancelled {
  background-color: #dc2626;
  border: 1px solid #b91c1c;
  color: #ffffff;
}

.schedule-booking {
  /* Booking event styling */
}

.schedule-event {
  /* Generic event styling */
}

.schedule-player-list {
  /* Player list container */
}

.schedule-player-item {
  /* Individual player item */
}

.schedule-player-avatar {
  /* Player avatar styling */
}

.schedule-player-counter {
  /* Player assignment counter */
}

/* Custom overrides can be added below */



/*player profile*/
.player-profile-avatar-section {
    border-radius: 0px !important;
    xxxbackground: url(https://cdn.futgraphics.com/files/root/Cards-317cb9c2-7b88-4b55-9e04-d1f57cd07128/Hero.png);
    background-repeat: no-repeat;
    width: 320px !important;
    background-size: cover;
    aspect-ratio: 0.72;
    top: -48vh;
    position: absolute !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
}
@media (max-width: 480px) {
  .player-profile-avatar-section {
    top: -56vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.player-profile-avatar-section > div:first-child {
  background-repeat: no-repeat;
  border-radius: 0px !important;
  background-size: cover !important;
  opacity: 1 !important;
  filter: none !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

.player-profile-banner-image {
    height: 60vh !important;
    background: radial-gradient(at 70% 25%, #0230F6, #1F18C0, #010158 43%, #020a18 60%, #020a18 100%) !important;
        &:before {
          content: "";
          background: radial-gradient(at 102% 150px, #b688ff 1%, #006cff, #133ee3, transparent 36%);
          position: absolute;
          top: 0px;
          right: 0px;
          height: 100%;
          width: 100%;
        }
}

@media (max-width: 480px) {
  .player-profile-banner-image {
    height: 90vh !important;
  }
}
.player-profile-banner-overlay {
    background-image: linear-gradient(to top, #00000080, #00000050 100%) !important;
    backdrop-filter: blur(8px);
    height: 20%;
    bottom: 0px !important;
    position: absolute;
    width: 100%;
    top: initial !important;
}
@media (max-width: 480px) {
  .player-profile-banner-overlay { height: 30%;}
  .player-profile-banner-layout{
    margin-top:-78px !important
  }
}
.player-card-info {
    position: absolute;
    z-index: 999;
    width: calc(100% - 100px);
    bottom: 60px;
}
.player-card-info h1 {
  font-family: non;
}
.player-profile-metrics {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}
.rating-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1em;
    margin: 0 5px;
}
/*logo*/
.bg-sidebar h2 {
    background: url(https://sportstars.ro/wp-content/uploads/2025/11/ss_black.png);
    filter: invert(1);
    background-size: contain;
    background-repeat: no-repeat;
}
.logo {
    background: url(https://sportstars.ro/wp-content/uploads/2025/08/ssss.png);
    font-size: 0px;
    display: block;
    min-height: 72px;
    width: 268px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    height: 3em !important;
    padding; 0px !important;
}

/* Deleted Training Styling */
.schedule-event.deleted {
  position: relative;
  border: 2px solid hsl(0 84% 60%) !important;
}

.schedule-event.deleted::after {
  content: 'DELETED';
  position: absolute;
  top: 2px;
  right: 2px;
  background: hsl(0 72% 51%);
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.5px;
  opacity: 1;
}