.dashboard-header {
    box-shadow: 0px 0px 4px 0px #42E397;
    padding: 42px 28px;
    border-radius: 20px;
}
.player-header-detail-sec .text-right{
    text-align: end;
}
.player-header-detail-sec {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}
h1.player-name {
    text-align: center;
    font-size: 55px;
    line-height: 85px;
}
.player-small-details h2{
    background: linear-gradient(87deg, #42E397 0%, #3BB4B6 88%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.dashboard-header .player-small-details{
    background: #000000;
    border-radius: 20px;
    padding: 20px;
}
.players-list-details ul{padding-left:0px !important ;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: center;
    row-gap: 12px;
    list-style: none;
    margin-top: 15px;
}
.players-list-details ul li b{
    color: #3BB4B6 !important;
}
.player-statement-sec {
    background: #000000;
    padding: 16px 28px;
    border-radius: 20px;
    margin-top: 50px;
}
.player-statement-sec h2{
    font-size: 20px;
    color: #3BB4B6 !important;
    line-height: 28px;
    margin: 0px 0px 10px 0px;
}
.player-statement-sec p{
    font-family:'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: #fff;
}
.player-data img{
    max-width: 243px !important;
    max-height: 243px;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    border: 2px solid transparent !important;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#fff, #fff), var(--gradiant-secondary);
    border-radius: 50% !important;
}
.dashboard-pg-videos .video-frame {
    box-shadow: 0px 0px 4px 0px #00000040 !important;
    padding: 15px;
}

.olympic-info-section ul {
    margin-top: 5px;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 22px !important;  
}
.dashboard-image-slider{
    max-width: 500px !important;
    width: 100%;
}

.profile-bnr-team-image-block img{
    max-width: 400px;
    width: 100% !important;
    max-height: 350px;
    object-fit: contain;
    padding: 10px;
    height: 100%;
}
/*------------View Profile slider Css Start--------------*/

.video-thumbnail-carousel {
    /* padding: 1rem; */
    /* width: clamp(360px, 90vw, 820px); */
    display: flex;
    flex-flow: column;
    gap: 1rem;
    position: relative;
    padding-bottom: 50px;
}

.video-thumbnail-carousel .video-display {
    border-radius: 8px;
    overflow: hidden;
    min-height: 30vmin;
    /* aspect-ratio: 16 / 9; */
    box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
}

.video-thumbnail-carousel .video-block iframe {
    width: 100%;
    /* height: 100%; */
    border: none;
}

/* Thumbnails Carousel */
.video-thumbnail-carousel .thumbnail-carousel {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.video-thumbnail-carousel .carousel__btn {
    flex: 0 0 35px;
    height: 35px;
    background: #0000;
    border: 1px solid #42E397;
    color: #42E397;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.video-thumbnail-carousel .carousel__btn:hover {
    /* background-color: #ddd; */
    background: linear-gradient(90deg, #42E397 0%, #3BB4B6 100%);
    color: #fff;
}
.video-thumbnail-carousel button.carousel__btn:focus{ background: linear-gradient(90deg, #42E397 0%, #3BB4B6 100%);}
.video-thumbnail-carousel .carousel__btn:active {
background: linear-gradient(90deg, #42E397 0%, #3BB4B6 100%);}
.video-thumbnail-carousel .carousel__slider {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.video-thumbnail-carousel .carousel__slider::-webkit-scrollbar {
    display: none;
}

.video-thumbnail-carousel .carousel__slide {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: center;
    flex: 0 0 150px;
    aspect-ratio: 16 / 9;
    box-shadow: 0 0.125em 0.25em #0003;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.video-thumbnail-carousel .carousel__slide.active {
    border-color: #42E397;
}

/* Thumbnail Image Styling */
.video-thumbnail-carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.team-card-dashboard .hs-team{
    display: grid;
    margin-left: 15px;
    grid-template-columns: 1fr 2fr;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.team-card-dashboard .hs-team .hs-team-table-details .hs-team-table-repeated-details{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 15px;
    margin-bottom: 10px;
}
.club-team-card-list li{
    display: flex;
    gap: 0px;
}
.press-title{
    font-weight: 400 !important;
}
.press-title a, .dashboard-press-description{
    font-weight: 600 !important; 
}
.dashboard-press-description{
    margin-top: 15px;
    font-style: italic;
}
/* Desktop View (6 thumbnails) */
@media (min-width:991px){
    .team-card-dashboard ol{
        padding-left: 80px !important;
    }
    .profile-dashboard-card .inner-card-container{
        max-height: 500px;
    }
}
@media (min-width: 1024px) {
    .video-thumbnail-carousel .carousel__slider {
        gap: 10px;
    }

    .video-thumbnail-carousel .carousel__slide {
        flex: 0 0 15%; /* 6 items per row on desktop */
    }
}

/* Tablet View (3 thumbnails) */
@media (max-width: 1023px) {
    .video-thumbnail-carousel .carousel__slider {
        gap: 5px;
    }

    .video-thumbnail-carousel .carousel__slide {
        flex: 0 0 33.33%; /* 3 items per row on tablet */
    }
}

/* Mobile View (2 thumbnails) */
@media (max-width: 480px) {
    .video-thumbnail-carousel .carousel__slider {
        gap: 3px;
    }

    .video-thumbnail-carousel .carousel__slide {
        flex: 0 0 50%; /* 2 items per row on mobile */
    }
}

/* Small Mobile View (1 thumbnail) */
@media (max-width: 320px) {
    .video-thumbnail-carousel .carousel__slide {
        flex: 0 0 100%; /* 1 item per row on small mobile */
    }
}

/*------------View Profile slider Css End--------------*/


/* Loader for profile page start */
.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000000e8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.loader-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 3;
}
.loader-border {
    position: absolute;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.border-1 {
    width: 151px;
    height: 151px;
    border: 1px solid transparent;
    border-top: 1px solid #42E397;
}
.outer-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid #42E397;
    border-radius: 50%;
}
.statement-read-more-btn{
    background: var(--gradian-heading-color) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    font-weight: 500;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Dashboard page */
.profile-dashboard-card .inner-card-container{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}
.profile-dashboard-card .inner-card-container::-webkit-scrollbar{
    width: 4px;
}
.profile-dashboard-card .inner-card-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #42E397;
    outline: 1px solid #42E397;
  }
.profile-dashboard-card{
    overflow: hidden;
}