/* ========== [ STING WEB ] =========
~> Name Template     : Football Auto API
~> Version           : V 1.0 BETA
~> Last Updated      : 05 - 02 - 2025
~> Developer By      : STING WEB
==================================== */

:root {
    --A-Color: #ffffff;
    --B-Color: #edf5f8;
    --C-Color: #151e22c9;
    --Primary-A-Color: #39dbbf;
    --Primary-B-Color: #ffffff;
    --Primary-C-Color: #707488;
    --Primary-D-Color: #131922;
    --Primary-E-Color: #b4bec7;
    --Max-Size: 1200px;
}

/* ======  TITLE */

.HEOne-WEB-PIN {
    display: flex;
    align-items: center;
    gap: 6px;
}
.HEOne-WEB-TITLE {
    font-size: 16px;
    color: var(--Primary-A-Color);
}
/*///////////////////////////////*/

.HEOne-WEB-Standings {
    display: grid;
    gap: 5px;
    align-items: center;
    justify-items: center;
    width: 93%;
    margin: 15px auto;
}
#HEOne-WEB-Standings {
    width: 93%;
    margin: 20px auto;
    max-width: 500px;
}
.HEOne-WEB-Standings a {
    display: flex;
    align-items: center;
    justify-items: center;
    /* height: 32px; */
    border: 2px solid #eee;
    border-radius: 10px;
    width: 100%;
    padding: 10px 10px;
    /* background: #eee; */
}
a.active-league {
    border: 1px solid #6cdcbf;
}
.HEOne-WEB-Standing {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 12px;
    width: 100%;
}
.HEOne-WEB-Standing img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.HEOne-WEB-Standing:hover span {
    color: var(--Primary-A-Color);
}
.HEOne-WEB-Standing span {
    font-size: 14px;
}
.HEOne-WEB-Double {
    width: 100%;
    max-width: var(--Max-Size);
    margin: 20px auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}
@media (max-width: 720px) {
    .HEOne-WEB-Double {
        grid-template-columns: 1fr;
    }
}
.HEOne-WEB-League {
    width: 100%;
    margin: 0px auto;
    max-width: var(--Max-Size);
}
.HEOne-WEB-League-Info {
    width: 97%;
    border-radius: 30px;
    padding: 20px;
    margin: 0 auto;
    align-content: center;
    margin-bottom: 20px;
    background: var(--B-Color);
}
.HEOne-WEB-League-Top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
}
.HEOne-WEB-League-Top img {
    width: 52px;
    height: 52px;
    object-fit: contain;
/*    padding: 0 10px;*/
}
.HEOne-WEB-League-Top h2 {
    font-size: 18px;
}
.HEOne-WEB-League-Bottom {
    display: flex;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
}
.HEOne-WEB-League-Bottom button {
    background: transparent;
    border: 0;
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.HEOne-WEB-League-Bottom .active {
    color: var(--Primary-A-Color);
    border-bottom-color: var(--Primary-A-Color);
}
.HEOne-WEB-League-Bottom button:hover {
    color: var(--Primary-A-Color);
}
.HEOne-WEB-Scorers .no-scorers,
.HEOne-WEB-Standings-C .no-standings,
.HEOne-WEB-Previous-Matches .no-matches,
.HEOne-WEB-Matches .no-matches {
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 14px;
}
.HEOne-WEB-Standings-C-Header {
    display: grid;
    grid-template-columns: .5fr 2fr .5fr .5fr .5fr .5fr .5fr;
    align-items: center;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border-radius: 8px;
}
.HEOne-WEB-Standings-C-row {
    display: grid;
    grid-template-columns: .5fr 2fr .5fr .5fr .5fr .5fr .5fr;
    align-items: center;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border-radius: 6px;
    margin: 5px 0;
}
.Team-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
.Team-logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.HEOne-WEB-Standings-C-row .Position {
    font-size: 13px;
}
.HEOne-WEB-Standings-C-row .Points {
}
.HEOne-WEB-Scorers-row .Goals {
    background: #7074881c;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    align-content: center;
}
.HEOne-WEB-Group-Name {
    font-size: 14px;
    margin: 12px 15px;
    color: var(--Primary-C-Color);
    display: block;
}
.Phone-Show {
    display: none;
}
.PC-Show {
    display: block;
}
.Player-Info {
    display: grid;
    text-align: start;
    font-size: 13px;
}
.Player-zone {
    font-size: 11px;
    color: var(--Primary-C-Color);
}
.HEOne-WEB-Scorers-row .Position {
    font-size: 13px;
}
.HEOne-WEB-Scorers-Header {
    display: grid;
    grid-template-columns: .5fr 2fr .5fr .5fr;
    align-items: center;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border-radius: 8px;
    width: 93%;
    margin: 0 auto;
}
.HEOne-WEB-Scorers-row {
    display: grid;
    grid-template-columns: .5fr 2fr .5fr .5fr;
    align-items: center;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border-radius: 6px;
    margin: 5px 0;
}
.Player img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.HEOne-WEB-Match:hover * {
    color: #39dbbfc7;
}
.HEOne-WEB-Scorers-row .Player {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
.Match-Teams {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 5px;
    gap: 8px;
}
.Right-Team,
.Left-Team {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.Right-Team {
    direction: ltr;
}
.HEOne-WEB-Scorers-Header .Position {
    text-align: start;
    margin-right: 18px;
}
.Right-Team img,
.Left-Team img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.Match-Date-Group {
    display: grid;
    background: var(--A-Color);
    border-radius: 12px;
    margin-bottom: 12px;
}
.Match-Round {
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
    color: var(--Primary-C-Color);
}
.Match-Time,
.Match-Goals {
    text-align: center;
    font-size: 15px;
}
.Match-Center {
    display: grid;
    align-items: center;
}
.Club {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-self: center;
}
.Match-Date-Title {
    background: var(--B-Color);
    width: 93%;
    padding: 4px 12px;
    border-radius: 7px;
    margin: 5px auto;
    font-size: 14px;
    text-align: center;
    display: block;
}
.Right-Team span,
.Left-Team span {
    font-size: 13px;
}
.Club img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 720px) {
    header {
        display: none;
    }
    .HEOne-WEB-Scorers-Header .Position {
        margin-right: 8px;
    }
    .HEOne-WEB-Standings-C-row,
    .Team-logo {
        font-size: 12px;
    }
    .HEOne-WEB-Scorers-row .Goals {
        font-weight: 600;
        font-size: 17px;
    }
    .HEOne-WEB-Double {
        grid-template-columns: 1fr;
    }
    .Match-Round {
        font-size: 10px;
    }
    .HEOne-WEB-League-Bottom button,
    .Match-Time {
        font-size: 13px;
    }
    .Right-Team img,
    .Left-Team img,
    .Team-logo img {
        width: 25px;
        height: 25px;
    }
    .Phone-Show {
        display: block;
    }
    .Right-Team span,
    .Left-Team span {
        font-size: 12px;
    }
    .PC-Show,
    .HEOne-WEB-Double #HEOne-WEB-Standings {
        display: none;
    }
    .Club {
        width: 25px;
        height: 25px;
    }
}

/* ====== أهم جزء: قواعد عرض التبويبات ====== */


/* جميع التبويبات مخفية افتراضياً */

.HEOne-WEB-Standings-C,
.HEOne-WEB-Scorers,
.HEOne-WEB-Previous-Matches {
    display: none;
}

/* فقط التبويب النشط يظهر */

.HEOne-WEB-Standings-C.active,
.HEOne-WEB-Scorers.active,
.HEOne-WEB-Previous-Matches.active {
    display: block;
}