
/* Floating Elements */

.match-card.NotStarted .match-data-bottom {
    background: #00aa4c;
}

    .match-card.NotStarted .match-data-bottom:before {
        content: "";
        position: absolute;
        top: 0;
        width: 90%;
        height: 1px;
        background: linear-gradient(45deg, transparent, #fff, transparent);
        left: 50%;
        transform: translateX(-50%);
    }




.match-card.Playing .vs-badge .mscore {
    animation: pulse 2s infinite;
  /*  background: #ff0000;*/
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}



.match-data-top {
    display: none;
    background: #585255;
    max-width: 120px;
    text-align: center;
    margin: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
}
.match-card.Playing .match-data-top {
    background: #E91E63;
    display: block;
    font-size: 11px;
}

    .match-card.Playing .match-data-top .dot {
        background-color: #6ac9c1;
        display: inline-block;
        margin: 0 2px 1px 0;
        width: 7px;
        height: 7px;
        vertical-align: baseline;
        border-radius: 100%;
    }

.blink {
    -webkit-animation: blinker 1.5s cubic-bezier(0.5,0,1,1) infinite alternate;
    animation: blinker 1.5s cubic-bezier(0.5,0,1,1) infinite alternate
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}






.match-cards-center .match-card .leagueName, .match-cards-center .match-card .matchDate {
    display: none;
}

.mtimer2 {
    position: absolute;
    top: -7px;
    /* right: 46%; */
    z-index: 3;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: block;
}
    .mtimer2 i {
        background: red;
        padding: 2px 15px;
        z-index: 60;
    }

/* Matches Styles */
.match-cards {
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


    .match-card:hover {
        background: rgba(0, 0, 0, 0.6);
    }

.match-content {
  
}

.match-card .team {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}


.match-card .team-right {
    justify-content: flex-end;
}

.match-card .team-logo {
    min-width: 2rem;
    min-height: 2rem;
    background: #575353;
    overflow: hidden;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}

.match-card .team-name-match {
    color: white;
}

.match-card .vs-badge {
    background: #780700;
    color: white;
    padding: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
    position: relative;
    text-align: center;
}

.match-card:hover .vs-badge {
    transform: scale(1.1);
}

    .match-card .vs-badge .mscore {
        display: block;
        width: 100%;
    }


.match-cards .match-data-bottom {
    display: none;
}

.match-cards .match-card .team {
    display: flex;
    justify-content: end;
    flex-wrap: wrap-reverse;
    direction: ltr;
}

.match-cards .match-card .team-right {
    display: flex;
    justify-content: flex-start;
}




/* Matches Styles 2*/
.match-cards2 {
    padding: 0px 5px;
}
.match-cards2 ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 590px;
    margin: auto;
}



.match-cards2 .match-card {
    backdrop-filter: blur(8px);
    background: unset;
    border: unset;
    transition: all 0.3s ease;
    overflow: hidden;
}


    .match-cards2 .match-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(16deg, #3c0300, #a5211a, #3c0300);
        border-radius: 15px;
        gap: 10px;
    }


.match-cards2 .match-card .team {
    justify-content: end;
}

.match-cards2 .match-card .team-right {
    justify-content: flex-start;
}


.match-cards2 .match-card .team-logo {
  
}
    .match-cards2 .match-card .team-logo img {
        width: 35px;
        height: 35px;
        padding: 5px;
        display: block;
    }


.match-data-bottom {
    background: #585255;
    max-width: min(90%, 600px);
    text-align: center;
    margin: auto;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .match-data-bottom span {
        text-align: center;
        font-size: 12px;
        padding: 2px 15px 7px;
    }

        .match-data-bottom span.statusName {
            width: 60px;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            padding: 5px 0 0;
        }




.match-cards-league {
    margin-bottom: 10px;
    background: #fff;
}
.match-cards-league ul{
    padding: 10px;
}

    .match-cards-league .legTitle {
        background: #640500;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 5px 5px;
        border-radius: 5px 5px 0 0;
        gap: 10px;
    }
        .match-cards-league .legTitle span {
            font-size: 16px;
            margin: 0;
            color: #FFD700;
            text-align: center;
        }
        .match-cards-league .legTitle img {
            width: 35px;
            height: auto;
        }





.matches-container .card-tabs {
    display: flex;
    gap: 0;
    justify-content: space-around;
    text-align: center;
    margin: 5px 0;
    color: #fff;
    font-size: 12px;
}

    .matches-container .card-tabs .tab {
        background: #0c0c0c;
        border-bottom: 1px solid #871d17;
        border-left: 1px solid #aaa;
        max-width: 100%;
        width: 100%;
        cursor: pointer;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        padding: 1px 1px;
    }

        .matches-container .card-tabs .tab.active {
            background: #bf0a00;
        }

        .matches-container .card-tabs .tab:hover {
            background: #bf0a00;
        }


.nodatamessage {
    width: auto;
    background: #fff;
    text-align: center;
    padding: 5px 5px;
}