/* .CarouselContainer{
    margin-top: 20px;
    position: relative;
} */
.CarouselContainer {
    position: -webkit-sticky;
    position: sticky !important;
    top: 55px;
    z-index: 900;
    padding: 8px 15px 10px;
    margin-bottom: 12px;
    min-height: 90px;
    background: transparent;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.CarouselContainer .Middle {
    background: transparent;
}

.CarouselContainer::after,
.CarouselContainer .Middle::after {
    content: "";
    display: table;
    clear: both;
}

#GamesContainer {
    margin-top: 0;
}

.carousel-short-label {
    display: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-full-label {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

@media (max-width: 767px) {
    .owl-pagination {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .carousel-full-label {
        display: none;
    }

    .carousel-short-label {
        display: block;
    }
}

@media (max-width: 768px) {
    #owl-demo .item {
        width: 145px !important;
        max-width: 145px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.InfoStandingLeft p, .InfoStandingRight p{
    text-align:center;
    padding-top: 5px;
    height: 30px;
    border-bottom: 1px solid rgba(0, 106, 184, 0.49);
    font-weight: bolder;
    color: rgba(0, 106, 184, 0.49);
}
.InfoStandingLeft, .InfoStandingRight{
    border: 1px solid rgba(0, 106, 184, 0.49);
    border-radius: 10px;
    padding-bottom: 10px;
}
.InfoStandingLeft{
    float:left;
    margin-left: 15px;
}
.InfoStandingRight{
    float: right;
    margin-right: 15px;
}

#StandingsWrapper{
    padding: 5px;

    /*border: 1px solid rgba(0, 106, 184, 0.49);
    border-radius: 10px;
    padding-bottom: 10px;*/
}

.unselected{
    background-color: #ddd9d9 !important;
    border-radius: 0px;
}

.ScoreDefault.Light{
    color: rgba(0, 0, 0, 0.50);
}

.GroupLight .nbaPreStatTx{
    color: rgba(0, 0, 0, 0.50);
}

/* Les Cartes */

/*Bleu = RGB(0,106,184) (#006AB8)
Rouge = RGB(218,29,85) (#DA1D55)*/
#owl-demo .item {
    background: #ffffff;
    padding: 8px 6px;
    padding-bottom: 2px;;
    margin: 10px 6px;
    color: #555;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #e6eaf0;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

#owl-demo .item .itemInfo {
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    line-height: 18px;
    white-space: nowrap;
}

#owl-demo .item .carousel-info-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    gap: 4px;
}

#owl-demo .item .carousel-info-value--mixed {
    gap: 3px;
    font-size: 11px;
}

#owl-demo .item .carousel-points-value,
#owl-demo .item .carousel-progress-value {
    font-weight: 700;
}

#owl-demo .item .carousel-info-separator {
    color: currentColor;
    font-size: 10px;
    opacity: 0.72;
}

#owl-demo .item .itemDate {
    background: #f8fafc;
    border: 1px solid #e6eaf0;
    border-radius: 9px;
    font-weight: bold;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 4px 2px;
    color: #333;
}

#owl-demo .DefaultDate .itemDate {
    color: #DA1D55 !important;
    border: 1px solid #DA1D55;
    background: #fff5f8;
}

#owl-demo .itemSelected {
    background: #006AB8 !important;
    color: #ffffff !important;
    border-color: #006AB8 !important;
    box-shadow:
    0 8px 18px rgba(0, 45, 96, 0.22),
    0 0 20px rgba(0, 106, 184, 0.26);
}

#owl-demo .itemSelected .itemDate {
    color: #006AB8 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
}

#owl-demo .item:hover {
    cursor: pointer;
    border-color: #006AB8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

/********************************************************/
/* FLECHES */

.customNavigation{
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navigationleft,
.navigationright {
    position: absolute;
    top: 50%;
    transform: translateY(20%);
}

.navigationright{
    right: -10px; /* ajuste si besoin */
    text-align: left !important;
}
.navigationleft{
    left: -10px; /* ajuste si besoin */
    text-align: right !important;
}

@media (max-width: 768px) {
    .navigationleft {
        padding-left: 0 !important;
        padding-right: 4px !important;
    }

    .navigationright {
        padding-left: 4px !important;
        padding-right: 0 !important;
    }

    .navigationleft .btn,
    .navigationright .btn {
        width: 42px;
        height: 42px;
    }

    .navigationleft,
    .navigationright {
        overflow: visible !important;
    }

    .navigationright {
        transform: translateX(-28px);
    }

    .navigationleft {
        transform: translateX(14px);
    }
}

.customNavigation .btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
}

.navigationleft .btn,
.navigationright .btn {
    background-image: none !important;
}

/* Hover */
.customNavigation .btn:hover {
    background: #006AB8;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.customNavigation .btn:hover::before {
    color: #ffffff !important;
}

.navigationleft .btn::before,
.navigationright .btn::before {
    content: "‹";
    font-size: 26px;
    color: #333;
    display: inline-block;
    transition: all 0.2s ease;
}

.navigationright .btn::before {
    content: "›";
}

/* Effet clic */
.customNavigation .btn:active {
    transform: scale(0.92);

    box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

/* Animation légère */
.navigationleft .btn:hover::before {
    transform: translateX(-1px);
}

.navigationright .btn:hover::before {
    transform: translateX(1px);
}

html[data-theme='dark'] .CarouselContainer,
html[data-theme='dark'] .CarouselContainer .Middle {
    background: transparent;
    border-color: rgba(167, 199, 241, 0.22);
}

html[data-theme='dark'] #owl-demo .item {
    background: #1a2a3f;
    color: #dbe8fb;
    border-color: rgba(167, 199, 241, 0.2);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

html[data-theme='dark'] #owl-demo .item .itemDate {
    background: #122238;
    border-color: rgba(167, 199, 241, 0.22);
    color: #e3eeff;
}

html[data-theme='dark'] #owl-demo .itemSelected {
    background: #2f6fd6 !important;
    border-color: #2f6fd6 !important;
    box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(70, 137, 255, 0.3);
}

html[data-theme='dark'] #owl-demo .itemSelected .itemDate {
    color: #eaf2ff !important;
    background: rgba(15, 30, 48, 0.7);
    border-color: rgba(234, 242, 255, 0.35);
}

html[data-theme='dark'] .customNavigation .btn {
    background: rgba(17, 33, 52, 0.92);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}

html[data-theme='dark'] .navigationleft .btn::before,
html[data-theme='dark'] .navigationright .btn::before {
    color: #dceafe;
}
