.HEOne-WEB-Yesterday_SVG {
    background: var(--Yesterday_SVG) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.HEOne-WEB-Tomorrow_SVG {
    background: var(--Tomorrow_SVG) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.HEOne-WEB-Cup-Setting_SVG {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='6' viewBox='0 0 22 6'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M19,6a3,3,0,1,1,3-3A3,3,0,0,1,19,6Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,19,2ZM11,6a3,3,0,1,1,3-3A3,3,0,0,1,11,6Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11,2ZM3,6A3,3,0,1,1,6,3,3,3,0,0,1,3,6ZM3,2A1,1,0,1,0,4,3,1,1,0,0,0,3,2Z' transform='translate(1 9)' fill='%23b4bec7'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M19,6a3,3,0,1,1,3-3A3,3,0,0,1,19,6Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,19,2ZM11,6a3,3,0,1,1,3-3A3,3,0,0,1,11,6Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11,2ZM3,6A3,3,0,1,1,6,3,3,3,0,0,1,3,6ZM3,2A1,1,0,1,0,4,3,1,1,0,0,0,3,2Z' transform='translate(0 0)' fill='%23b4bec7'%3E%3C/path%3E%3Cg transform='translate(-1 -9)' clip-path='url(%23clip-path)'%3E%3Cg%3E%3Crect id='Rectangle' fill='%23b4bec7'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    width: 25px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.HEOne-WEB-Matches-Zone {
    width: 100%;
    padding: 10px 0;
}

.HEOne-WEB-Matches-Settings {
    display: grid;
    grid-template-columns: 1.5fr .5fr 1fr .5fr 1fr 1fr;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    justify-items: center;
}

.HEOne-WEB-Name-Zone {
    width: 100%;
    text-align: center;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.HEOne-WEB-Matches-UI {
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 6px;
}

.HEOne-WEB-Day-Matches {
    display: flex;
    gap: 4px;
    color: var(--Primary-A-Color);
    font-size: 14px;
}

#HEOne-WEB-Visitor {
    padding: 0;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    color: #33333300;
    cursor: pointer;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: var(--Visitor_SVG);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
}

.HEOne-WEB-Date-Here {
    color: var(--Primary-E-Color);
    font-size: 12px;
    margin: 0 4px;
    margin-top: 2px;
    min-width: 105px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.HEOne-WEB-Match-div.END .HEOne-WEB-Progress {
    display: none;
}

.HEOne-WEB-Filter {
    width: 100%;
    text-align: center;
    align-items: center;
    display: grid;
    justify-items: center;
}

.HEOne-WEB-Filter .LiveNow,
.HEOne-WEB-Filter #Matches-All,
.HEOne-WEB-Filter .ActiveNow {
    font-size: 11px;
    border-radius: 50px;
    background: var(--D-Color);
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 3px;
    padding: 0 5px;
    color: var(--text-color);
}

.LiveNow:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff0000;
    display: flex;
    align-items: center;
    border-radius: 50px;
    animation: 0.7s ease-in-out infinite blinker;
}

.HEOne-WEB-Filter .ActiveNow {
    display: none !important;
}

.LiveNow.ActiveNow {
    display: none;
}

.HEOne-WEB-Matches-Center {
    width: 96%;
    margin: 10px auto;
    display: grid;
}

.HEOne-WEB-Cup-Matches {
    order: 2;
    display: grid;
}

.HEOne-WEB-Cup-Name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 5px auto;
    background: var(--B-Color);
    border-radius: 8px;
    padding: 6px 12px;
    position: relative;
}

.HEOne-WEB-Name-Setting {
    font-size: 12px;
    padding: 6px 0;
    color: var(--Primary-B-Color);
}

.HEOne-WEB-One-Setting {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.HEOne-WEB-Cup-Name-Right,
.HEOne-WEB-Cup-Name-Left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.HEOne-WEB-Cup-Matches.pinned {
    order: 1;
}

.HEOne-WEB-Cup-Matches.collapsed .HEOne-WEB-Match,
.HEOne-WEB-Cup-Matches.collapsed .HEOne-WEB-Match-div {
    display: none !important;
}

.HEOne-WEB-Cup-Name-Right img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.HEOne-WEB-Cup-Name-Right h3 {
    font-size: 12px;
    color: var(--Primary-B-Color);
    margin: 0;
    padding: 0
}

.HEOne-WEB-Cup-Name-Left a {
    font-size: 12px;
    color: var(--Primary-E-Color);
    margin-left: 5px;
}

.HEOne-WEB-unShow_SVG {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7429 5.09232C11.1494 5.03223 11.5686 5 12.0004 5C17.1054 5 20.4553 9.50484 21.5807 11.2868C21.7169 11.5025 21.785 11.6103 21.8231 11.7767C21.8518 11.9016 21.8517 12.0987 21.8231 12.2236C21.7849 12.3899 21.7164 12.4985 21.5792 12.7156C21.2793 13.1901 20.8222 13.8571 20.2165 14.5805M6.72432 6.71504C4.56225 8.1817 3.09445 10.2194 2.42111 11.2853C2.28428 11.5019 2.21587 11.6102 2.17774 11.7765C2.1491 11.9014 2.14909 12.0984 2.17771 12.2234C2.21583 12.3897 2.28393 12.4975 2.42013 12.7132C3.54554 14.4952 6.89541 19 12.0004 19C14.0588 19 15.8319 18.2676 17.2888 17.2766M3.00042 3L21.0004 21M9.8791 9.87868C9.3362 10.4216 9.00042 11.1716 9.00042 12C9.00042 13.6569 10.3436 15 12.0004 15C12.8288 15 13.5788 14.6642 14.1217 14.1213' stroke='%23fc4d4d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.HEOne-WEB-Show_SVG {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42012 12.7132C2.28394 12.4975 2.21584 12.3897 2.17772 12.2234C2.14909 12.0985 2.14909 11.9015 2.17772 11.7766C2.21584 11.6103 2.28394 11.5025 2.42012 11.2868C3.54553 9.50484 6.8954 5 12.0004 5C17.1054 5 20.4553 9.50484 21.5807 11.2868C21.7169 11.5025 21.785 11.6103 21.8231 11.7766C21.8517 11.9015 21.8517 12.0985 21.8231 12.2234C21.785 12.3897 21.7169 12.4975 21.5807 12.7132C20.4553 14.4952 17.1054 19 12.0004 19C6.8954 19 3.54553 14.4952 2.42012 12.7132Z' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0004 15C13.6573 15 15.0004 13.6569 15.0004 12C15.0004 10.3431 13.6573 9 12.0004 9C10.3435 9 9.0004 10.3431 9.0004 12C9.0004 13.6569 10.3435 15 12.0004 15Z' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.HEOne-WEB-unPinned_SVG {
    background: var(--UnPinned_SVG) center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.HEOne-WEB-Pinned_SVG {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3767 15.6163L2.71985 21.2732M11.6944 6.64181L10.1335 8.2027C10.0062 8.33003 9.94252 8.39369 9.86999 8.44427C9.80561 8.48917 9.73616 8.52634 9.66309 8.555C9.58077 8.58729 9.49249 8.60495 9.31592 8.64026L5.65145 9.37315C4.69915 9.56361 4.223 9.65884 4.00024 9.9099C3.80617 10.1286 3.71755 10.4213 3.75771 10.7109C3.8038 11.0434 4.14715 11.3867 4.83387 12.0735L11.9196 19.1592C12.6063 19.8459 12.9497 20.1893 13.2821 20.2354C13.5718 20.2755 13.8645 20.1869 14.0832 19.9928C14.3342 19.7701 14.4294 19.2939 14.6199 18.3416L15.3528 14.6771C15.3881 14.5006 15.4058 14.4123 15.4381 14.33C15.4667 14.2569 15.5039 14.1875 15.5488 14.1231C15.5994 14.0505 15.663 13.9869 15.7904 13.8596L17.3512 12.2987C17.4326 12.2173 17.4734 12.1766 17.5181 12.141C17.5578 12.1095 17.5999 12.081 17.644 12.0558C17.6936 12.0274 17.7465 12.0048 17.8523 11.9594L20.3467 10.8904C21.0744 10.5785 21.4383 10.4226 21.6035 10.1706C21.7481 9.95025 21.7998 9.68175 21.7474 9.42348C21.6875 9.12813 21.4076 8.84822 20.8478 8.28839L15.7047 3.14526C15.1448 2.58543 14.8649 2.30552 14.5696 2.24565C14.3113 2.19329 14.0428 2.245 13.8225 2.38953C13.5705 2.55481 13.4145 2.91866 13.1027 3.64636L12.0337 6.14071C11.9883 6.24653 11.9656 6.29944 11.9373 6.34905C11.9121 6.39313 11.8836 6.43522 11.852 6.47496C11.8165 6.51971 11.7758 6.56041 11.6944 6.64181Z' stroke='%23ef4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.HEOne-WEB-Lineup_SVG {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.5 14'%3E%3Cpath d='M-144.319,20h-16.875a.563.563,0,0,0-.563.563h0V32.937a.563.563,0,0,0,.563.563h16.875a.563.563,0,0,0,.563-.563h0V20.563a.563.563,0,0,0-.563-.563Zm-7.875,4.58a2.239,2.239,0,0,1,1.619,2.721,2.239,2.239,0,0,1-1.619,1.619Zm-8.437,0a2.239,2.239,0,0,1,1.619,2.721,2.239,2.239,0,0,1-1.619,1.619Zm7.313,4.34a2.239,2.239,0,0,1-1.619-2.721,2.239,2.239,0,0,1,1.619-1.619Zm0-5.495a3.371,3.371,0,0,0-2.765,3.884,3.371,3.371,0,0,0,2.765,2.765v2.3h-7.313v-2.3a3.371,3.371,0,0,0,2.765-3.884,3.371,3.371,0,0,0-2.765-2.765v-2.3h7.313Zm8.437,5.495A2.239,2.239,0,0,1-146.5,26.2a2.239,2.239,0,0,1,1.619-1.619Zm0-5.495a3.371,3.371,0,0,0-2.765,3.884,3.371,3.371,0,0,0,2.765,2.765v2.3h-7.313v-2.3a3.371,3.371,0,0,0,2.765-3.884,3.372,3.372,0,0,0-2.765-2.765v-2.3h7.312Z' transform='translate(162.006 -19.75)' fill='%235a83ff' stroke='%235a83ff' stroke-width='0.5'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    width: 20px;
    height: 20px;
    display: none;
    cursor: pointer;
    transform: rotate(90deg);
}

.HEOne-WEB-Live_SVG {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.5 13.5'%3E%3Cpath d='M12,8.75A3.25,3.25,0,1,0,15.25,12,3.25,3.25,0,0,0,12,8.75Z' transform='translate(-2.75 -5.25)' fill='%23ff3131c2'%3E%3C/path%3E%3Cpath d='M8.634,7.462a.75.75,0,0,1,.015,1.061,5.022,5.022,0,0,0,0,6.954.75.75,0,0,1-1.075,1.046,6.522,6.522,0,0,1,0-9.046A.75.75,0,0,1,8.634,7.462Zm6.733,0a.75.75,0,0,1,1.061.015,6.522,6.522,0,0,1,0,9.046.75.75,0,1,1-1.075-1.046,5.022,5.022,0,0,0,0-6.954A.75.75,0,0,1,15.366,7.462Z' transform='translate(-2.75 -5.25)' fill='%23ff3131c2' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M6.52,5.47a.75.75,0,0,1,0,1.061,7.725,7.725,0,0,0,0,10.938.75.75,0,1,1-1.06,1.062,9.225,9.225,0,0,1,0-13.062A.75.75,0,0,1,6.52,5.47Zm10.959,0a.75.75,0,0,1,1.061,0,9.225,9.225,0,0,1,0,13.062.75.75,0,0,1-1.06-1.062,7.725,7.725,0,0,0,0-10.938A.75.75,0,0,1,17.48,5.47Z' transform='translate(-2.75 -5.25)' fill='%23ff3131c2' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
    width: 18px;
    height: 18px;
    display: none;
    cursor: pointer;
    animation: 0.7s ease-in-out infinite blinker;
}

.HEOne-WEB-Match-div.NOT .HEOne-WEB-Match-div-Here {
    height: 45px;
}

.HEOne-WEB-Match-Event {
    display: none;
    align-items: center;
    padding: 2px 8px;
    border-radius: 8px;
}


/* .HEOne-WEB-Match-div-Here { display: flex; align-items: center; width: 90%; margin: 0 auto; background: var(--C-Color); border-radius: 10px; margin-bottom: 5px; padding: 5px 12px; } */

.HEOne-WEB-Match-div-Here {
    display: grid;
    align-items: center;
    width: 93%;
    margin: 0 auto;
    background: var(--C-Color);
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    grid-template-columns: 1fr .6fr 1fr;
    gap: 5px;
    position: relative;
}

.HEOne-WEB-Match-div-Right {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    width: 100%;
}

.HEOne-WEB-Match-div-Team-Name {
    font-size: 12px;
    color: var(--Primary-B-Color);
    text-align: end;
    width: 100%;
    margin: 0 auto;
}

.HEOne-WEB-Match-div-Team-Logo {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    object-fit: contain;
}

.HEOne-WEB-Cup-Settings {
    position: absolute;
    top: 40px;
    background: var(--C-Color);
    padding: 15px;
    border-radius: 10px;
    /*    width: 60px;*/
    left: 0;
    display: none;
    gap: 20px;
    z-index: 9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.HEOne-WEB-Name-Setting:hover {
    color: var(--Primary-A-Color);
}

.HEOne-WEB-Match-div-Center {
    width: 100%;
    justify-items: center;
    display: grid;
    gap: 2px;
    margin: 0 auto;
}

.HEOne-WEB-div-Time-Display.ExtraTime {
    fill: #ff3131;
    font-size: 8px;
    font-weight: 600;
}

.Match-div-Status {
    font-size: 11px;
    color: var(--Primary-B-Color);
}

.Match-div-Status.Not-Start {
    font-size: 14px;
}

.HEOne-WEB-Match-div-Goal {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.HEOne-WEB-Match-div.END .HEOne-WEB-Match-div-Goal {
    background: var(--B-Color);
    border-radius: 50px;
    height: 24px;
    max-width: 70px;
}

.HEOne-WEB-Match-Event:hover {
    transform: scale(1.1);
    transition: 300ms all ease-in-out;
}

.Goal-Team {
    font-size: 14px;
    font-weight: 600
}

.HEOne-WEB-Match-div.LIVE a .HEOne-WEB-Match-div-Center .HEOne-WEB-Match-div-Goal {
    gap: 20px;
}

.HEOne-WEB-Circular-Progress {
    position: relative;
}

.HEOne-WEB-Match-div.NOT .HEOne-WEB-Match-div-Goal {
    display: none;
}

.HEOne-WEB-div-Time-Display {
    text-align: center;
    font-size: 6px;
    color: var(--Primary-A-Color);
    letter-spacing: 1px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--Primary-A-Color);
    align-content: center;
    border-radius: 50px;
    display: block;
}

.HEOne-WEB-One-Setting:nth-child(1) .HEOne-WEB-Name-Setting {
    color: #fc4d4d;
}

.Goal-Team-Part {
    color: #445463;
    font-style: normal;
    margin: 0 4px;
}

.HEOne-WEB-Match-div-Left {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    direction: ltr;
    gap: 5px;
}

.HEOne-WEB-Match-div.END .HEOne-WEB-Circular-Progress {
    display: none;
}

.HEOne-WEB-Match-div.LIVE {
    order: 1;
}

.HEOne-WEB-Match-div.NOT {
    order: 2;
}

.HEOne-WEB-Match-div.END {
    order: 3;
}

.HEOne-WEB-Match-div.LIVE .HEOne-WEB-Match-div-Here {
    /*    height: 80px;*/
}

.HEOne-WEB-Match-div.LIVE .HEOne-WEB-Match-div-Right,
.HEOne-WEB-Match-div.LIVE .HEOne-WEB-Match-div-Left {
    display: grid;
    gap: 5px;
    width: 100%;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.HEOne-WEB-Match-div.LIVE .HEOne-WEB-Match-div-Team-Name {
    grid-row: none;
    text-align: center;
}

.HEOne-WEB-Match-div.LIVE .HEOne-WEB-Match-div-Team-Logo {
    width: 30px !important;
    height: 30px !important;
}

.HEOne-WEB-Match-div.LIVE .Goal-Team {
    font-size: 20px;
    font-weight: 600;
    color: var(--Goal-Team-live) !important;
}

.HEOne-WEB-Match-div.LIVE .Goal-Team-Part {
    display: none;
}

.HEOne-WEB-Yesterday_SVG,
.HEOne-WEB-Tomorrow_SVG,
#HEOne-WEB-Visitor,
.HEOne-WEB-Filter div {
    cursor: pointer;
}

.HEOne-WEB-Progress {
    position: relative;
    width: 55px;
    height: 55px;
}

.HEOne-WEB-Progress::before {
    content: '';
    position: absolute;
    right: -5px;
    top: 48%;
    width: 8px;
    height: 3px;
    background-color: #fbcc33;
    transform: translateX(-50%) rotate(0deg);
    z-index: 99;
    border-radius: 50px;
}

.tmz-name {
    display: flex;
    position: relative;
    height: 20px;
    overflow: hidden;
    padding: 2px 5px 0;
    justify-content: flex-end
}

.tmz-name span {
    font-size: 10px;
    padding: 2px 8px;
    background: var(--bk-hd-bg);
    border-radius: 6px 6px 0 0;
    color: var(--text-color)
}

.tmz-name span {
    box-shadow: var(--bk-shadow)
}

.HEOne-WEB-Matches_SVG {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 30' fill='%2339dbbf'%3E%3Cpath d='M43.8181818,0.00272727273 L2.72727273,0.00272727273 C1.22345455,0.00272727273 0,1.22618182 0,2.73 L0,27.27 C0,28.7738182 1.22345455,29.9972727 2.72727273,29.9972727 L43.8181818,29.9972727 C45.322,29.9972727 46.5454545,28.7738182 46.5454545,27.27 L46.5454545,2.73 C46.5454545,1.22618182 45.322,0.00272727273 43.8181818,0.00272727273 Z M43.8193636,19.8143636 L39.7110909,19.8143636 L39.7110909,10.1856364 L43.8187273,10.1856364 L43.8193636,19.8143636 Z M24.6363636,11.6269091 C25.9792727,12.1656364 26.9299091,13.4740909 26.9299091,15 C26.9299091,16.5259091 25.9792727,17.8344545 24.6363636,18.3730909 L24.6363636,11.6269091 Z M2.72727273,10.1856364 L6.83436364,10.1856364 L6.83436364,19.8143636 L2.72727273,19.8143636 L2.72727273,10.1856364 Z M21.9090909,18.3730909 C20.5661818,17.8343636 19.6155455,16.5259091 19.6155455,15 C19.6155455,13.4740909 20.5661818,12.1655455 21.9090909,11.6269091 L21.9090909,18.3730909 Z M21.9090909,8.784 C19.0419091,9.40845455 16.8882727,11.9576364 16.8882727,15 C16.8882727,18.0423636 19.0419091,20.5915455 21.9090909,21.216 L21.9090909,27.27 L2.72727273,27.27 L2.72727273,22.5416364 L8.198,22.5416364 C8.95109091,22.5416364 9.56163636,21.9310909 9.56163636,21.178 L9.56163636,8.822 C9.56163636,8.06890909 8.95109091,7.45836364 8.198,7.45836364 L2.72727273,7.45836364 L2.72727273,2.73 L21.9090909,2.73 L21.9090909,8.784 Z M43.8181818,27.27 L24.6363636,27.27 L24.6363636,21.216 C27.5035455,20.5915455 29.6571818,18.0423636 29.6571818,15 C29.6571818,11.9576364 27.5035455,9.40845455 24.6363636,8.784 L24.6363636,2.73 L43.8181818,2.73 L43.8185455,7.45836364 L38.3475455,7.45836364 C37.5944545,7.45836364 36.9839091,8.06890909 36.9839091,8.822 L36.9839091,21.178 C36.9839091,21.9310909 37.5944545,22.5416364 38.3475455,22.5416364 L43.8196364,22.5416364 L43.8199091,27.27 C43.8199091,27.27 43.8193636,27.27 43.8181818,27.27 Z' id='Shape'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
}

#Matches .Tab {
    color: var(--Primary-A-Color);
}

@media (max-width: 720px) {
    .HEOne-WEB-Match-div-Team-Name {
        font-size: 11px;
    }
    .HEOne-WEB-Date-Here {
        min-width: 80px;
    }
}