#urls {
    display: none 
}
.Matches {
    display: block;
    position: relative;
    width: var(--Full-width);
    background-color: var(--Secondary-BG);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    margin-bottom: var(--Main-Margin);
    -webkit-box-shadow: var(--Main-Box-Shadow);
    -moz-box-shadow: var(--Main-Box-Shadow);
    box-shadow: var(--Main-Box-Shadow);
    overflow: hidden
}
.MatchesTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    gap: var(--Main-Gap);
    background-color: var(--TitleBox-BG);
    padding: var(--Main-Padding);
    border-bottom: var(--Main-Border);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}
.mo-days-controls {
    display: none;
    position: relative;
    width: var(--Full-width);
    background: var(--Body-BG);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}
.controls-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--Full-width);
    justify-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}
.MatchesTitle .Title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--Main-Color);
    font-weight: var(--Font-Weight-1);
    flex-shrink: 0;
    width: 100px;
    overflow: hidden;
    gap: 3px !important;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}
.prev-day-btn,.next-day-btn,.date-picker-toggle,.matches-settings-picker-toggle,.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1);
    -webkit-border-radius: var(--Border-Radius-4);
    -moz-border-radius: var(--Border-Radius-4);
    border-radius: var(--Border-Radius-4);
    padding: 3px;
    background-color: var(--Body-BG);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.match-filter.active .drop-toggle,.mobile-header-item.active .drop-toggle {
    color: var(--Main-Color)
}
#visitor-input svg,.toggle-btn.dropdown-toggle svg {
    display: block;
    width: 20px;
    height: 20px
}
.next-day-btn svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.date-ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.date-display {
    font-size: var(--Font-Size-1);
    width: 100px;
    text-align: center;
    line-height: 30px;
    height: 35px;
    overflow: hidden;
    background: #39dbbf26;
    padding: 0 3px;
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    border: 2px solid var(--Main-Color)
}
.filter-menu {
    width: 320px !important
}
.dropdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--Main-Margin);
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}
.dropdown-header h6 {
    font-size: var(--Font-Size-2);
    font-weight: bold;
    color: var(--Gray-Color-1);
    margin: 0;
    padding: 0
}
.filter-section {
    margin-bottom: var(--Main-Margin)
}
.filter-title {
    font-size: var(--Font-Size-1);
    margin-bottom: var(--Margin-4);
    color: var(--Gray-Color-1)
}
.option-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--Main-Gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.option-group .option-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.option-item input {
    position: absolute;
    z-index: -100;
    opacity: 0;
    visibility: hidden
}
.option-item label {
    width: var(--Full-width);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    font-size: var(--Font-Size-2);
    border: var(--Main-Border);
    background: var(--Body-BG);
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.option-item input:checked+label {
    background: #5A83FF;
    color: var(--White-Color)
}
a#apply-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--Main-Color);
    width: var(--Full-width);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    height: 40px;
    color: var(--White-Color);
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1)
}
div#matches-container {
    max-height: 1487px;
    overflow-x: auto;
    overflow-y: scroll;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: var(--Body-BG) var(--Secondary-BG)
}
div#matches-container::-webkit-scrollbar {
    height: 8px;
    width: 5px
}
div#matches-container::-webkit-scrollbar-track {
    background: var(--Secondary-BG)
}
div#matches-container::-webkit-scrollbar-thumb {
    background: var(--Black-BG)
}
div#matches-container::-webkit-scrollbar-thumb:hover {
    background: #eee
}
.matches-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--Full-width);
    gap: var(--Main-Gap);
    padding: 12px 12px 12px 6px;
    -webkit-animation: fadeIn 0.6s ease-out;
    -moz-animation: fadeIn 0.6s ease-out;
    -o-animation: fadeIn 0.6s ease-out;
    animation: fadeIn 0.6s ease-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
.league-card {
    background: var(--Body-BG);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    overflow: hidden;
    border: var(--Main-Border);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    order: 2
}
.league-card.Pinned {
    -webkit-box-shadow: 0 0 5px rgba(57, 219, 191, 0.5);
    -moz-box-shadow: 0 0 5px rgba(57, 219, 191, 0.5);
    box-shadow: 0 0 5px rgba(57, 219, 191, 0.5);
    order: 1
}
.league-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: var(--Padding-3);
    background: linear-gradient(135deg, rgba(57, 219, 191, 0.15), rgba(57, 219, 191, 0.05));
    border-bottom: var(--Main-Border);
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--Padding-3);
    background: linear-gradient(135deg, rgba(57, 219, 191, 0.15), rgba(57, 219, 191, 0.05));
    border-bottom: var(--Main-Border);
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.header .matches-top-title {
    font-size: var(--Main-Font-Size);
    color: var(--Main-Color);
    font-weight: 700;
    margin: 0
}
.logo-section,.actions-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--Main-Gap)
}
.logo-section img {
    width: 35px !important;
    height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    object-fit: contain !important;
    aspect-ratio: 1 / 1;
    -webkit-border-radius: var(--Border-Radius-4);
    -moz-border-radius: var(--Border-Radius-4);
    border-radius: var(--Border-Radius-4);
    border: 2px solid var(--Main-Color);
    -webkit-transition: transform 0.3s;
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    -webkit-transition: var(--Tran-1);
    transition: var(--Tran-1)
}
.logo-section:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.logo-section h3 {
    font-size: var(--Font-Size-2);
    font-weight: 700;
    margin: 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}
.logo-section:hover h3 {
    color: var(--Main-Color)
}
.standings-link {
    font-size: var(--Font-Size-1);
    padding: 0 var(--Main-Padding);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    background: rgba(180, 190, 199, 0.1);
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1)
}
.standings-link:hover {
    color: var(--Main-Color);
    background: rgba(57, 219, 191, 0.2)
}
.settings-icon {
    background-size: contain;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1);
    -webkit-border-radius: var(--Border-Radius-4);
    -moz-border-radius: var(--Border-Radius-4);
    border-radius: var(--Border-Radius-4);
    background-color: rgba(180, 190, 199, 0.2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06-.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E")
}

.settings-icon:hover {
    background-color: var(--Main-Color);
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
    -webkit-box-shadow: 0 5px 20px rgba(57, 219, 191, 0.4);
    -moz-box-shadow: 0 5px 20px rgba(57, 219, 191, 0.4);
    box-shadow: 0 5px 20px rgba(57, 219, 191, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06-.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E")
}
.settings-menu {
    position: absolute;
    top: 0%;
    left: 0;
    background: var(--Body-BG);
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 115px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    gap: 8px;
    z-index: 20;
    -webkit-box-shadow: var(--Main-Box-Shadow);
    -moz-box-shadow: var(--Main-Box-Shadow);
    box-shadow: var(--Main-Box-Shadow);
    -webkit-animation: slideDown 0.3s ease-out;
    -moz-animation: slideDown 0.3s ease-out;
    -o-animation: slideDown 0.3s ease-out;
    animation: slideDown 0.3s ease-out
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
.menuitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: var(--Padding-3);
    background: rgba(180, 190, 199, 0.1);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    -webkit-transition: var(--Tran-1);
    -moz-transition: var(--Tran-1);
    -o-transition: var(--Tran-1);
    transition: var(--Tran-1)
}
.menuitem:hover {
    background: rgba(57, 219, 191, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.hide-icon,.show-icon,.unpinned-icon,.pinned-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s
}
.hide-icon {
    background-image: 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")
}
.show-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z' stroke='%2339dbbf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='12' r='1.5' fill='%2339dbbf'/%3E%3Ccircle cx='15' cy='12' r='1.5' fill='%2339dbbf'/%3E%3C/svg%3E")
}
.unpinned-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23bfc3d4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0004 15L12.0004 22M8.00043 7.30813V9.43875C8.00043 9.64677 8.00043 9.75078 7.98001 9.85026C7.9619 9.93852 7.93194 10.0239 7.89095 10.1042C7.84474 10.1946 7.77977 10.2758 7.64982 10.4383L6.08004 12.4005C5.4143 13.2327 5.08143 13.6487 5.08106 13.9989C5.08073 14.3035 5.21919 14.5916 5.4572 14.7815C5.73088 15 6.26373 15 7.32943 15H16.6714C17.7371 15 18.27 15 18.5437 14.7815C18.7817 14.5916 18.9201 14.3035 18.9198 13.9989C18.9194 13.6487 18.5866 13.2327 17.9208 12.4005L16.351 10.4383C16.2211 10.2758 16.1561 10.1946 16.1099 10.1042C16.0689 10.0239 16.039 9.93852 16.0208 9.85026C16.0004 9.75078 16.0004 9.64677 16.0004 9.43875V7.30813C16.0004 7.19301 16.0004 7.13544 16.0069 7.07868C16.0127 7.02825 16.0223 6.97833 16.0357 6.92937C16.0507 6.87424 16.0721 6.8208 16.1149 6.71391L17.1227 4.19423C17.4168 3.45914 17.5638 3.09159 17.5025 2.79655C17.4489 2.53853 17.2956 2.31211 17.0759 2.1665C16.8247 2 16.4289 2 15.6372 2H8.36368C7.57197 2 7.17611 2 6.92494 2.1665C6.70529 2.31211 6.55199 2.53853 6.49838 2.79655C6.43707 3.09159 6.58408 3.45914 6.87812 4.19423L7.88599 6.71391C7.92875 6.8208 7.95013 6.87424 7.96517 6.92937C7.97853 6.97833 7.98814 7.02825 7.99392 7.07868C8.00043 7.13544 8.00043 7.19301 8.00043 7.30813Z' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.pinned-icon {
    background-image: 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='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.matches-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--Padding-3);
    gap: 8px
}
.match-item {
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -o-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    order: 5
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.match-item:nth-child(even) {
    animation-delay: 0.1s
}
.match-item.live {
    order: 1
}
.match-item.upcoming {
    order: 2
}
.match-item.ended {
    order: 3
}
.match-item.postponed {
    order: 6
}
.match-item.cancelled {
    order: 7
}
@keyframes blinker {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}
.match-link {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--Full-width);
    margin: 0 auto;
    background: var(--Secondary-BG);
    color: var(--Main-Font-Color) !important;
    border: var(--Main-Border);
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    padding: var(--Padding-3);
    color: inherit;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    gap: var(--Gap-1)
}
.match-item.live a.match-link {
    gap: 0
}
.Night .match-link:hover {
    background: linear-gradient(66deg, rgba(57, 219, 191, 0.1), rgba(57, 219, 191, 0.05))
}
.home-team,.away-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--Main-Gap);
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s
}
.away-team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.match-link:hover .home-team {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}
.match-link:hover .away-team {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}
.team-name {
    font-size: var(--Font-Size-1);
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px
}
.home-team .team-name {
    text-align: left
}
.away-team .team-name {
    text-align: right
}
.match-item.live .match-link .team-name,.match-item.finished .match-link .team-name {
    line-height: 1.5;
    text-align: center !important
}
.team-logo {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    aspect-ratio: 1 / 1;
    -webkit-border-radius: var(--Border-Radius-4);
    -moz-border-radius: var(--Border-Radius-4);
    border-radius: var(--Border-Radius-4);
    border: 3px solid rgba(57, 219, 191, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
}
.match-link:hover .team-logo {
    border-color: var(--Main-Color);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.PenaltyScore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--Full-width);
    margin-top: 6px;
    background: var(--Secondary-BG);
    -webkit-border-radius: var(--Border-Radius-2);
    -moz-border-radius: var(--Border-Radius-2);
    border-radius: var(--Border-Radius-2);
    border: var(--Main-Border);
    padding: var(--Padding-2);
    gap: var(--Gap-1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.HomePenaltyScore,.AwayPenaltyScore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 6px;
    margin-top: 6px;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}
.AwayPenaltyScore {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.HomePenaltyScore svg,.AwayPenaltyScore svg {
    width: 20px;
    height: 20px;
    margin: auto
}
.score-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-width: 50px;
    text-align: center
}
.status-badge {
    font-size: var(--Font-Size-1);
    color: var(--White-Color);
    line-height: 1.5
}
.status-badge.upcoming {
    background: var(--Body-BG);
    color: var(--Main-Font-Color) !important;
    border: var(--Main-Border);
    padding: 4px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 60px
}
.score-section .postponed,.score-section .cancelled,.score-section .finished {
    background: var(--Body-BG);
    border: var(--Main-Border);
    padding: 3px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}
.score-section .postponed,.score-section .cancelled {
    color: #f43f5e !important
}
.timer-bar {
    display: none
}
.countdown-display {
    font-size: 12px;
    color: var(--Main-Color)
}
.score-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}
.minute-display {
    display: none;
    position: absolute;
    line-height: 25px;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: var(--Font-Size-1)
}
.score {
    font-weight: 900;
    min-width: 25px;
    line-height: 20px;
    text-align: center
}
.score-bar .score.winner,.result-wrap .first-team-result.winner,.result-wrap .second-team-result.winner {
    color: var(--Main-Color)
}
circle.bg-circle {
    fill: var(--Secondary-BG) !important;
    stroke: var(--Body-BG) !important
}
span.status-badge.finished {
    color: var(--Main-Font-Color) !important
}
.result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5
}
span.result-status-text {
    font-size: 10px
}
b.match-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
span.first-team-result,span.second-team-result {
    font-weight: 900;
    min-width: 25px;
    line-height: 20px;
    text-align: center
}
span.first-team-result.winner,span.second-team-result.winner {
    color: #39dbbf
}
.dash {
    display: none;
    font-size: 20px;
    font-weight: 300
}
.progress-ring {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.progress-ring::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    width: 8px;
    height: 3px;
    background-color: #fbcc33;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    z-index: 99;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.progress-arc {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center
}
.progress-svg {
    -webkit-transition: stroke-dashoffset 1s ease;
    -moz-transition: stroke-dashoffset 1s ease;
    -o-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease
}
.time-text {
    font-size: 8px;
    font-weight: 900;
    fill: var(--Main-Color)
}
.event-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s
}
.lineup-icon,.live-icon {
    display: none;
    width: 20px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: no-repeat
}
.lineup-icon {
    background-image: 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")
}
.live-icon {
    -webkit-animation: blinker 1s infinite;
    -moz-animation: blinker 1s infinite;
    -o-animation: blinker 1s infinite;
    animation: blinker 1s infinite;
    background-image: 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")
}
.match-item.live .live-icon,.match-item.upcoming .lineup-icon {
    display: block
}
.match-item.live .home-team,.match-item.live .away-team,.match-item.finished .home-team,.match-item.finished .away-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}
.match-item.live .dash {
    display: none
}
.match-item.finished .progress-ring {
    display: none
}
.match-item.finished .minute-display,.match-item.finished .dash {
    display: block
}
.league-card.hidden .match-item {
    display: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important
}
.penalty-section {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: rgba(57, 219, 191, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
    margin-top: 8px;
    border: 2px dashed var(--Main-Color)
}
.penalty-section svg {
    cursor: pointer;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s
}
.penalty-section svg:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.winner {
    color: #39dbbf;
}
.error-msg {
    text-align: center;
    color: var(--Main-Color);
    padding: 100px 10px;
    font-weight: 500;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}
.no-matches-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 224px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.Night .mo-days-controls,.Night .prev-day-btn,.Night .next-day-btn,.Night .date-picker-toggle,.Night .matches-settings-picker-toggle,.Night .search {
    background-color: var(--Secondary-BG)
}
/*======================~| Calendar |~======================*/
.controls-bar {
    display: flex;
    align-items: center;
    width: var(--Full-width);
    justify-items: center;
    gap: var(--Main-Gap);
    flex-direction: column;
    justify-content: space-between;
}
.days-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
#visitor-input {
    padding: 0;
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: var(--Main-RGB-BG) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath d='M2.7,20A2.716,2.716,0,0,1,0,17.273V4.546A2.717,2.717,0,0,1,2.7,1.818H4.5V.909a.9.9,0,1,1,1.8,0v.909h5.4V.909a.9.9,0,1,1,1.8,0v.909h1.8A2.717,2.717,0,0,1,18,4.546V17.273A2.716,2.716,0,0,1,15.3,20Zm-.9-2.727a.905.905,0,0,0,.9.909H15.3a.905.905,0,0,0,.9-.909V9.091H1.8Zm14.4-10V4.546a.906.906,0,0,0-.9-.91H13.5v.91a.9.9,0,1,1-1.8,0v-.91H6.3v.91a.9.9,0,1,1-1.8,0v-.91H2.7a.906.906,0,0,0-.9.91V7.273Z' fill='%23b4bec7'/%3E%3C/svg%3E") center no-repeat;
    transition: var(--Tran-1);
    box-shadow: var(--Main-Box-Shadow);
    font-size: 0
}
#visitor-input:hover,.prev-day-btn:hover,.next-day-btn:hover {
    background-color: var(--Main-Color)
}
.filter-tabs {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px
}
div#urls {
    display: none !important
}
.top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.date-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prev-day-btn,.next-day-btn {
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: var(--Tran-1);
    border-radius: var(--Border-Radius-4);
    padding: var(--Padding-2);
    background-color: var(--Body-BG);
    box-shadow: var(--Main-Box-Shadow);
    color: var(--Main-Font-Color);
}
.prev-day-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.next-day-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.Night .prev-day-btn{
    background: var(--Secondary-BG) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");;
}
.Night .next-day-btn {
    background: var(--Secondary-BG) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4bec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.date-display {
    font-size: var(--Font-Size-1);
    width: 100px;
    text-align: center;
    line-height: 30px;
    height: 35px;
    overflow: hidden;
    background: #39dbbf26;
    padding: 0 3px;
    -webkit-border-radius: var(--Main-Border-Radius);
    -moz-border-radius: var(--Main-Border-Radius);
    border-radius: var(--Main-Border-Radius);
    border: 2px solid var(--Main-Color);
}
.calendar-icon {
    padding: 0;
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: var(--Body-BG) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath d='M2.7,20A2.716,2.716,0,0,1,0,17.273V4.546A2.717,2.717,0,0,1,2.7,1.818H4.5V.909a.9.9,0,1,1,1.8,0v.909h5.4V.909a.9.9,0,1,1,1.8,0v.909h1.8A2.717,2.717,0,0,1,18,4.546V17.273A2.716,2.716,0,0,1,15.3,20Zm-.9-2.727a.905.905,0,0,0,.9.909H15.3a.905.905,0,0,0,.9-.909V9.091H1.8Zm14.4-10V4.546a.906.906,0,0,0-.9-.91H13.5v.91a.9.9,0,1,1-1.8,0v-.91H6.3v.91a.9.9,0,1,1-1.8,0v-.91H2.7a.906.906,0,0,0-.9.91V7.273Z' fill='%2339dbbf'/%3E%3C/svg%3E") center no-repeat;
    transition: var(--Tran-1);
    box-shadow: var(--Main-Box-Shadow);
    stroke: var(--Black-Color);
    font-size: 0;
}
.Night .calendar-icon {
    background: var(--Secondary-BG) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath d='M2.7,20A2.716,2.716,0,0,1,0,17.273V4.546A2.717,2.717,0,0,1,2.7,1.818H4.5V.909a.9.9,0,1,1,1.8,0v.909h5.4V.909a.9.9,0,1,1,1.8,0v.909h1.8A2.717,2.717,0,0,1,18,4.546V17.273A2.716,2.716,0,0,1,15.3,20Zm-.9-2.727a.905.905,0,0,0,.9.909H15.3a.905.905,0,0,0,.9-.909V9.091H1.8Zm14.4-10V4.546a.906.906,0,0,0-.9-.91H13.5v.91a.9.9,0,1,1-1.8,0v-.91H6.3v.91a.9.9,0,1,1-1.8,0v-.91H2.7a.906.906,0,0,0-.9.91V7.273Z' fill='%2339dbbf'/%3E%3C/svg%3E") center no-repeat;
}
.calendar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.calendar-box {
    background: var(--Secondary-BG);
    border-radius: 18px;
    padding: 12px;
    width: auto;
    max-width: 100vw;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
    transform: scale(0.95) translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.calendar-header  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--Margin-4);
    padding-bottom: var(--Main-Padding);
    border-bottom: var(--Main-Border);
}
.calendar-arrow {
    cursor: pointer;
    font-size: 22px;
}
.week-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 12px;
}
.week-day {
    text-align: center;
    padding: 0;
    font-size: var(--Font-Size-1);
    background: var(--Body-BG);
    border: var(--Main-Border);
    height: 30px;
    width: var(--Full-width);
    line-height: 25px;
    -webkit-border-radius: var(--Border-Radius-2);
    -moz-border-radius: var(--Border-Radius-2);
    border-radius: var(--Border-Radius-2);
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
.calendar-day {
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--Body-BG);
    -webkit-border-radius: var(--Border-Radius-2);
    -moz-border-radius: var(--Border-Radius-2);
    border-radius: var(--Border-Radius-2);
    cursor: pointer;
    font-size: var(--Font-Size-1);
    width: var(--Full-width);
    border: var(--Main-Border);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    -o-transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.calendar-day:hover {
    background:linear-gradient(135deg,rgba(57,219,191,0.3),rgba(57,219,191,0.2));
    border-color:var(--Main-Color)
}
.calendar-footer {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}
.cal-btn {
    flex: 1;
    text-align: center;
    padding: 3px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 15px;
}
.cal-close {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.2), rgba(244, 63, 94, 0.1));
    color: #f43f5e;
    border: 2px solid #f43f5e;
    transition: var(--Tran-3);
}
.cal-today {
    border: 2px solid #39dbbf;
    color: #39dbbf;
    transition: var(--Tran-3);
}
.cal-close:hover {
    background: linear-gradient(135deg, #f43f5e, #ef4444);
    color: var(--White-Color);
}
.cal-today:hover {
    background: linear-gradient(135deg, #39dbbf, #33a391);;
    color: var(--White-Color);
}
.calendar-day.active {
    background: var(--Main-Color);
    color: var(--White-Color);
}
.current-day::after, .calendar-day.active:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: var(--White-BG);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-width:576px) {
    .mo-days-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .Title.MT {
        display: none;
    }
    .days-btn,.days-controls,.filter-tabs {
        gap: 4px
    }
    .home-team,.away-team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        gap: 6px
    }
    .match-link {
        gap: 0
    }
    .top-bar {
        justify-content: center;
        width: var(--Full-width);
    }
    .match-item .match-link .team-name {
        text-align: center !important
    }
    .PenaltyScore {
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .PenaltyScore {
        gap: 0
    }
    .option-group {
        gap: 6px
    }
    .HomePenaltyScore,.AwayPenaltyScore {
        margin-top: 0;
        gap: 0 !important
    }
}