@charset "UTF-8";

*,::after,::before {box-sizing: border-box;}
*::-webkit-scrollbar {display: none;}

header { position: relative; margin-bottom: 80px; z-index: 1025; }
footer { position: relative; margin-top: auto; }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FF373A;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  

.footer-spacer {
    margin-top: 10rem !important;
}

.wrapper {
    position: relative;
    margin-left: 300px;
    width: calc(100% - 300px);
    transition: width 0.5s ease, margin 0.5s ease;
}

.iconBox {
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
    color: #FFF;
    border-radius: 0.75rem;
    justify-content: center;
    width: 50px;
    margin-right: 1.25rem;
    height: 50px;
    background-color: #333333;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
}

.providerBox {
    display: inline-flex;
    align-items: center;
    color: #222;
    border-radius: 0.75rem;
    justify-content: center;
    margin-right: 1.25rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
}

.toggleNav {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #DEB701;
    border: none;
    border-radius: 0.25rem;
    background-color: #333333;
    cursor: pointer;
    margin-right: 1.25rem;
}

.navTop {
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    background-color: #222222;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
    z-index: 2;
}

.navSide {
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: calc(100% - 65px);
    top: 65px;
    left: 0;
    background-color: #222222;
    box-shadow: 0.125rem 0 0.5rem rgba(75, 70, 92, 0.075);
    z-index: 1;
}

body.hideMenu .navSide {
    width: 65px;
} 

body.hideMenu .wrapper {
    margin-left: 65px;
    width: calc(100% - 65px);
}

@media(max-width:1200px) {
    .wrapper {
        margin-left: 0;
        width: 100%;
    }
    body.hideMenu .navSide {
        left: -300px;
    }
    body.hideMenu .wrapper {
        margin-left: 0;
        width: 100%;
    } 
}

.navSide .navMenu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.175rem;
    --animate-duration: 0.5s;
}

.navSide .navLink {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-radius: 0.175rem;
    margin-bottom: 0.375rem;
    color: #fff;
}

.navSide .navLink i{
    width: 30px;
    height: 50px;
    flex: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.navSide .navLink:hover, .navSide .navLink.active {
    background-color: #333333;
    color: #DAB701;
}

.navSide .navDivider {
    border-top: 1px solid var(--border-color);
    margin: 0.5rem 0;
}

.rtpWrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
@media(min-width: 576px) { .rtpWrapper { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media(min-width: 768px) { .rtpWrapper { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media(min-width: 992px) { .rtpWrapper { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media(min-width: 1200px) { .rtpWrapper { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.rtpCard {
    position: relative;
    width: 100%;
    background-color: #333333;
    border-radius: 0.75rem;
    position: relative;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.rtpTag {
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 0.375rem;
    padding: 0.125rem 0.45rem;
    color: #FFF;
    z-index: 1;
    font-weight: 600;
    font-size: 0.75rem;
    animation: tagbounce 1s infinite;
}
.rtpTag.hot {
    box-shadow: 0 0 6px #FF373A;
    background-color: #FF373A;
}
.rtpTag.jp {
    box-shadow: 0 0 6px #ffa930;
    background-color: #ffa930;
}

@keyframes tagbounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.rtpCard .rtpOnline {
    position: absolute;
    display: flex;
    gap: 0.375rem;
    align-items: center;
    top: 10px;
    right: 10px;
    padding: 0.125rem 0.45rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.675);
    z-index: 1;
}

.rtpCard .onlineDot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #14C25A;
    border-radius: 50%;
}
.rtpCard .onlineDot::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14C25A;
    opacity: 0.75;
    border-radius: 50%;
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite
}

.rtpPola {
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #333333;
    margin: 0.325rem 0;
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0
    }
}

.rtpImage {
    position: relative;
    width: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    max-height: 150px;
    overflow: hidden;
    z-index: 0;
}
.rtpImage img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center -10px;
}
.rtpImage::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #0f0f0f 10%, rgba(51, 51, 51, 40%) 40%, rgba(0,0,0,0) 100%);
}

.rtpBody {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-top: -3.75rem;
}
.rtpTitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}
.rtpProvider {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #788AA0;
    margin-bottom: 0.325rem;
    color: #FFF;
    padding: 0.075rem 0.25rem;
    display: inline-block;
}

.rtpProgress {
    width: 100%;
    position: relative;
    height: 0.5rem;
    border-radius: 0.175rem;
    background-color: #e9ecef;
    margin-top: 5px;
    overflow: hidden;
}

.rtpBar { 
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 0.175rem;
    background-color: var(--rtpBarBG);
    transition: 0.3s ease;
}

.rtpBar.green {--rtpBarBG: #14C25A;}
.rtpBar.yellow {--rtpBarBG: #ffcb11;}
.rtpBar.red {--rtpBarBG: #f8213e;}

.rtpText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.275rem;
}

.providerSelect {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff;
    border-radius: 0.5rem;
    transition: 0.3s ease;
    background-color: #222222;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
    height: 100%;
    min-height: 110px;
    max-height: 110px;
}

.providerSelect:hover {
    color: var(--heading-color);
}

.totalCount {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #333;
    font-size: 0.85rem;
    padding: 0.175rem 0.375rem;
    border-radius: 0.5rem;
    color: #DAB701;
    font-weight: 600;
}

.filterWrapper {
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.scoreParent { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; }
@media(min-width: 658px) { .scoreParent { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media(min-width: 1400px) { .scoreParent { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.scoreBody {
    width: 100%;
    background-color: #222222;
    box-shadow: 0 0.175rem 0.5rem rgba(75, 70, 92, 0.125);
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
}

.scoreTeam {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 50%;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0.25rem;
    font-weight: 500;
    border-right: 1px solid var(--border-color);
    color: var(--heading-color);
}
.scoreTeamName {
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0 2rem;
}
.scoreTeam:last-child {
    border-right: none;
}

.scoreSchedule {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #E9ECEF;
    background-color: #FFF;
    color: #222;
}

.scoreSchedule.pinned {
    background-color: #FF373A;
    color: #FFF;
    border: 1px solid #FF373A;
    box-shadow: 0 5px 5px rgba(255, 55, 58, 0.25);
}

.scoreGroup {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 0.85rem;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    padding: 0.375rem;
    color: var(--heading-color);
}
.scoreLeague {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    background-color: #DEB701;
    padding: 0.125rem;
}