.mt-50{
    margin-top: 50px;
}

div.theme-bg-color{
    background-color: var(--theme-color);
}

.challenge-block .challenge-content .one-column-grid {
    max-height: 80px;
    max-width: 100%;
}

.one-column-grid .date {
    width: 100%;
    height: 100%;
}

.one-column-grid .date img {
    height: 100% !important;
    max-height: 52px !important;
    max-width: 65% !important;
}

.club-logo.two-column-grid {
    max-width: 100% !important;
}

.two-column-grid>img {
    max-height: 52px !important;
}

.toast-success {
    background-color: green !important;
    color: white !important;
}

.ladda-button {
    padding: 5px 15px;
    font-size: 16px;
}

.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 20px;
    height: 30px;
    /* Fixed height for progress bar */
    overflow: hidden;
    /* Hide overflow when 0% */
    display: none !important;
}

.tooltip-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.tooltip-link .custom-tooltip {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-link:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Tooltip placement */
.tooltip-link[data-placement="top"] .custom-tooltip {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-link[data-placement="top"] .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-link[data-placement="bottom"] .custom-tooltip {
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-link[data-placement="bottom"] .custom-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip-link[data-placement="left"] .custom-tooltip {
    top: 50%;
    right: 125%;
    transform: translateY(-50%);
}

.tooltip-link[data-placement="left"] .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip-link[data-placement="right"] .custom-tooltip {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 150px;
    width: max-content;
    max-width: 20dvw;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.tooltip-link[data-placement="right"] .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.display-none {
    display: none !important;
}

.display-block {
    display: inline !important;
}

.cart a {
    position: relative;
}

.proficiency-count .player-score {
    font-size: 18px !important;
}

@media(max-width:767px) {
    .tooltip-link[data-placement="right"] .custom-tooltip {
        width: max-content;
        max-width: 150px;
        left: auto;
        right: 0;
    }
}

.super_challenge_level .assigned_coaches_wrap_box {
    width: 100% !important;
}

a.menu-active {
    color: #fff !important;
}

.password-show {
    background: url(/frontend/images/show-password.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 22px;
    height: 22px;
    background-position: center;
}

.repeat-password-show {
    background: url(/frontend/images/show-password.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 22px;
    height: 22px;
    background-position: center;
}

.coach-banner.club-banner-home .inner-banner-wrap .inner-banner-rght.left-logo img {
    max-height: 150px;
    bottom: 0;
}

.super-admin-secondary-color {
    background-color: #e2eed3 !important;
}

.challenge-live-list .challenge-live-block {
    background-color: #f7f7f7 !important;
}

.challenge-live-list .challenge-live-block:hover {
    background-color: #ffffff !important;
    border: 2px solid var(--theme-color) !important;
}

.upcoming-chanlleges .right-side .chanlleges-list .chanlleges-block {
    background-color: #f7f7f7 !important;
}

.upcoming-chanlleges .right-side .chanlleges-list .chanlleges-block:hover {
    background-color: #ffffff !important;
    border: 2px solid var(--theme-color) !important;
}

.header-wrap .my-account ul li a:hover {
    color: var(--theme-color) !important;
}

.challenge-schedule-title {
    text-align: center;
}

.player-profile-current-challenge .player-profile .player-profile-wrap .player-profile-detail {
    margin-bottom: 45px;
}

.completed_challenge_weeks {
    text-align: center;
    /* width: 100%; */
}

.completed_challenge_weeks .left {
    text-align: left;
}

.completed_challenge_weeks .center {
    text-align: center;
}

.addToCart {
    display: contents;
    cursor: pointer;
}

.remove_item {
    background-color: #ffffff !important;
    color: var(--theme-color);
    cursor: pointer;
}

#staticBackdrop .soccer-challenge-inner .challenge-block {
    width: 100% !important;
}

img.proficiency-content-icon {
    width: 50px !important;
    height: 50px !important;
}

.proficiency-video-content img {
    display: inline !important;
}

.get-verified-btn {
    padding: 5px 7px 5px 10px !important;
    font-size: 15px !important;
}


.current_weeks {
    display: flex;
    align-items: center;
    width: 100%;
}

.current_weeks .left {
    text-align: left;
    width: 45%;
}
.current_weeks .center {
    text-align: left;
}

.current_weeks .center {
    text-align: center;
}
.current_weeks h4 {
    margin: 0;
}



@media (max-width: 575px) {
    .current_weeks {
        flex-wrap: wrap;
    }
    .current_weeks .left {
        width: 100%;
    }
    .current_weeks h4 {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .current_weeks h4:last-child {
        margin: 0;
    }
}

.proficiency-icon.disabled {
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; /* optional: prevent clicks */
}

.term_condition_div .d-flex {
    display: flex;
    align-items: center;  /* vertically center */
    justify-content: left; /* horizontally center */
    gap: 10px; /* space between text and checkbox */
}

.term_condition_div h5 {
    margin: 0; /* remove default margin */
}

.term_condition_div a {
    text-decoration: underline; /* optional styling for the link */
}

.player-proficiency-test-report .football-action-block .count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.player-proficiency-test-report .football-action-block .player-verified-img {
  width: 21px;
  height: 21px;
}

.player-proficiency-test-report .total{
  display: flex;
  align-items: center;  
}

.player-proficiency-test-report .total .count {
  gap: 6px;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.player-proficiency-test-report .total .player-verified-img {
  width: 21px;
  height: 21px;
}

.ml5{
    margin-left: 5px;
}

.term-condition-alert{
    cursor: pointer;
}


/* loader start */
/* --- overlay spinner --- */

/* Absolute Center Spinner */
.overlay-spinner {
    display: none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.overlay-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.overlay-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) 1.5em 0 0 0,
                         rgba(255, 255, 255, 0.9) 1.1em 1.1em 0 0,
                         rgba(255, 255, 255, 0.9) 0 1.5em 0 0,
                         rgba(255, 255, 255, 0.9) -1.1em 1.1em 0 0,
                         rgba(255, 255, 255, 0.9) -1.5em 0 0 0,
                         rgba(255, 255, 255, 0.9) -1.1em -1.1em 0 0,
                         rgba(255, 255, 255, 0.9) 0 -1.5em 0 0,
                         rgba(255, 255, 255, 0.9) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.9) 1.5em 0 0 0,
                rgba(255, 255, 255, 0.9) 1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.9) 0 1.5em 0 0,
                rgba(255, 255, 255, 0.9) -1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.9) -1.5em 0 0 0,
                rgba(255, 255, 255, 0.9) -1.1em -1.1em 0 0,
                rgba(255, 255, 255, 0.9) 0 -1.5em 0 0,
                rgba(255, 255, 255, 0.9) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* loader end */

.login-details ul {
  flex-wrap: nowrap !important;
  margin-top: 20px;
}

.login-details .field-icon {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b7280;
}

.upcoming-live-streams {
  border-radius: 20px;
  background: var(--White, #FFF);
  box-shadow: 3px 4px 30px 10px rgba(174, 174, 174, 0.15);
  width: 100%;
  margin-bottom: 60px;
}

.upcoming-live-streams .title {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upcoming-live-streams .title h4 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

#webinars-list-container .slick-slide {
    padding: 0 8px;
}

.upcoming-live-streams-wrap .webinars-block {
    box-shadow: none;
        border: 1px solid #cdcdcd;
}

#webinars-list-container.slick-dotted  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    opacity: 0.5;
}

#webinars-list-container.slick-dotted .slick-dots li button {
    width: 10px;
    height: 10px;
    background: var(--theme-color) !important;
    border-radius: 50%;
    margin: 0 3px;
}

#webinars-list-container.slick-dotted .slick-dots li button:before {
    display: none;
}

#webinars-list-container.slick-dotted .slick-dots li.slick-active {
    opacity: 1;
}

#webinars-list-container.slick-dotted  .slick-dots {
    bottom: 10px;
    display: block;
}

#webinars-list-container.slick-dotted {
    padding-bottom: 40px !important;
}

.cursor-pointer{
    cursor: pointer;
}