.site-title {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}

.club-profile-page {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 20px 0;
}

.upcoming-events {
    width: 100%;
    height: auto;
}

.upcoming-events-container {
    width: 100%;
    height: auto;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}

.upcoming-events-main-content {
    width: 100%;
    height: auto;
}

.results-item {
    width: 100%;
    height: auto;
}

.post_match_wraper {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    float: unset !important;
}

.post_match_wraper-content {
    width: 100%;
}

.post_match_wrapper-dropdown {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.post_match_wrapper-dropdown h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #777777;
}

.post_match_wrapper-dropdown svg {
    width: 25px;
    height: 25px;
}

.heading5.match_hdg h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    text-align: left;
    color: #000000 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.heading5.match_hdg h4 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.post_match_wrapper-subHeading {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post_match_wrapper-subHeading-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.post_match_wrapper-subHeading-top-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.post_match_wrapper-subHeading-dropdown {
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    max-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    outline: 0 !important;
}

.calendar-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

#leftArrow,
#rightArrow {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#leftArrow svg,
#rightArrow svg {
    width: 20px;
    height: 20px;
    stroke: #000000;
}

#leftArrow:disabled,
#rightArrow:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}



/* 
.match-search-field {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.match-search-field svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.match-search-field input.match-search {
    width: 70%;
    background: #f5f5f5;
    padding: 10px 25px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
} */

.date-picker-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.date-picker-wrapper::before {
    content: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM5 7V6h14v1H5z"/></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55%;
    height: 55%;
    cursor: pointer;
}

#datePicker {
    position: relative;
    width: 32px;
    height: 32px;
    opacity: 0;
    cursor: pointer;
}

.calendar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 5px;
}

.date-box {
    background: #eaeaea;
    flex: 1;
    height: 40px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.date-box:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 0;
}

.date-box:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 0;
}

.active {
    background: #000000;
    color: #ffffff;
}

#selectedDate {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 40px 0;
}

.post_match_wrapper-matches {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#matches-leftArrow,
#matches-rightArrow {
    width: 40px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#matches-leftArrow svg,
#matches-rightArrow svg {
    width: 20px;
    height: 20px;
    stroke: #000000;
}

#matches-leftArrow:disabled,
#matches-rightArrow:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.post_match_wrapper-matches-container {
    width: 100%;
    overflow: hidden;
}

.matches-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.match-card {
    flex: 1;
    height: 100px;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.match-card-container {
    width: 100%;
}

.match-card-head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.match-card-head p {
    font-size: 12px;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
}

.match-card-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.match-card-body-team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.match-card-body-team strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.match-card-body-team img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.match-card-body-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #333333;
    color: #ffffff;
    padding: 3px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.match-card-body-score span:first-child {
    border-bottom: 1px solid #ffffff;
}

.blank-card {
    flex: 1;
    height: 100px;
    background: #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blank-card .blank-card-image {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

.post_match_wraper-ad {
    width: 100%;
    min-height: 200px;
    padding: 20px 30px;
    background: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.post_match_wraper-ad h1 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
}

.post_match_wraper-ad p {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}


.post_match_wraper-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    align-items: stretch;
}

.post_match_wraper-body.post_match_wraper-body-home {
    align-items: baseline;
}

.post_match_wraper-body-main {
    width: 75%;
    flex: 1;
}

.post_match_wraper-latest-news {
    width: 100%;
    padding-bottom: 80px;
}

.post_match_wraper-latest-news h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}



.post_match_wraper-latest-news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
}

.news-card {
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-card:hover,
.news-card:focus,
.news-card:active {
    transform: scale(1.01);
    box-shadow: 0px 0px 30px -10px #999;
}

.news-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.news-card.medium {
    grid-column: span 1;
    grid-row: span 2;
}

.news-card.small {
    grid-column: span 1;
    grid-row: span 1;
}

.news-card-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
}

.news-card-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card.large .news-card-head img {
    max-height: 400px;
}

.news-card.medium .news-card-head img {
    max-height: 300px;
}

.news-card.small .news-card-head img {
    max-height: 150px;
}

.news-card-body {
    width: 100%;
    padding: 16px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.news-card-body .news-card-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-card.large .news-card-body .news-card-title {
    font-size: 32px;
}

.news-card.medium .news-card-body .news-card-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.news-card.small .news-card-body .news-card-title {
    font-size: 17px;
    margin-bottom: 10px;
}

.news-card-body .news-card-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
}

.news-card.large .news-card-body .news-card-text {
    font-size: 20px;
}

.news-card.large .news-card-body .news-card-text p {
    display: inline;
    margin: 0;
}

.news-card.medium .news-card-body .news-card-text {
    font-size: 18px;
}

.news-card.small .news-card-body .news-card-text {
    font-size: 16px;
}

.news-card-body .news-card-extra {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
}

.news-card.large .news-card-body .news-card-extra {
    padding: 40px 0 0;
}

.news-card.medium .news-card-body .news-card-extra {
    padding: 30px 0 0;
}

.news-card.small .news-card-body .news-card-extra {
    padding: 20px 0 0;
}

.news-card-body .news-card-extra .news-card-extra-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.news-card-body .news-card-extra .news-card-extra-date span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 14px;
}

.news-card-body .news-card-extra .news-card-extra-date span svg {
    width: 20px;
    height: auto;
    stroke: #000000;
}

.news-card-body .news-card-extra .news-card-extra-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.news-card-body .news-card-extra .news-card-extra-link svg {
    width: 25px;
    height: auto;
    stroke: orangered;
}

.news-card.medium {
    padding: 8px 12px;
}

.news-card.medium h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}

.news-card-latest-container {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-card-latest-container::-webkit-scrollbar {
    display: none;
}

.news-card-latest {
    padding: 6px 0 8px;
    border-bottom: 1px solid #dadada;
}

.news-card-latest p {
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000;
}

.news-card-latest h3 {
    font-size: 17px;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000;
    font-weight: 600;
}

.news-card-latest-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 0 10px;
    width: 100%;
    cursor: pointer;
    color: #000000;
    font-weight: 600;
}

.news-card-latest-link svg {
    width: 25px;
    height: auto;
    stroke: orangered;
}

.post_match_wraper-latest-news-readMore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    width: fit-content;
    cursor: pointer;
    color: #000000;
    font-weight: 600;
    margin: 20px auto;
    border: 1px solid orangered;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post_match_wraper-latest-news-readMore:hover,
.post_match_wraper-latest-news-readMore:focus {
    color: #ffffff;
    background: orangered;
}









.post_match_wraper-body-sidebar {
    width: 25%;
    margin-left: 30px;
    position: sticky;
    top: 20px;
}

.league-slider-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 40px auto;
    position: relative;
    padding: 10px 0;
}

.left-arrow-league-standing {
    position: absolute;
    left: -2%;
    top: 50%;
    padding: 5px;
    background: #000000;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.right-arrow-league-standing {
    position: absolute;
    right: -2%;
    top: 50%;
    padding: 5px;
    background: #000000;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.league-standing-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-in-out;
    width: 95%;
    margin: 0 auto;
}

.league-standings {
    background: #f9f9f9;
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 0px 0px 20px -11px black;
    transition: all 0.5s ease;
    overflow: hidden;
    min-height: 38.7rem;
}


.league-standings h3 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 10px 0;
}

.league-standings h4 {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #000000;
    padding: 10px 0;
}

.league-standings table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    border-spacing: 0 1px;
    table-layout: fixed;
}

.league-standings table thead,
.league-standings table tbody {
    width: 100%;
    padding: 0;
    border: 0;
}

.league-standings table tbody tr:nth-child(odd) {
    background: #ccc !important;
}


.league-standings table th,
.league-standings table td {
    padding: 2px 5px !important;
    text-align: left;
    font-size: 12px;
    width: auto !important;
    border: 0 !important;
    color: #000000;
}

.league-standings table th:first-child,
.league-standings table td:first-child {
    padding-left: 10px !important;
}

.league-standing-slider .slick-dots,
.post_match_wraper-sidebar-announcement-wrapper .slick-dots,
.post_match_wraper-sidebar-teams-wrapper .slick-dots,
.news-card-latest-container .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 2rem 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.league-standing-slider .slick-dots li,
.post_match_wraper-sidebar-announcement-wrapper .slick-dots li,
.post_match_wraper-sidebar-teams-wrapper .slick-dots li,
.news-card-latest-container .slick-dots li {
    margin: 0 6px;
}

.league-standing-slider .slick-dots button,
.post_match_wraper-sidebar-announcement-wrapper .slick-dots button,
.post_match_wraper-sidebar-teams-wrapper .slick-dots button,
.news-card-latest-container .slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    background: #0000004b;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.league-standing-slider .slick-dots li.slick-active button,
.post_match_wraper-sidebar-announcement-wrapper .slick-dots li.slick-active button,
.post_match_wraper-sidebar-teams-wrapper .slick-dots li.slick-active button,
.news-card-latest-container .slick-dots li.slick-active button {
    background: #000000;
}


.post_match_wraper-sidebar-announcement,
.post_match_wraper-sidebar-teams {
    padding-top: 10px;
    padding-bottom: 30px;
}

.post_match_wraper-sidebar-announcement h2,
.post_match_wraper-sidebar-teams h2 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.post_match_wraper-sidebar-announcement-wrapper,
.post_match_wraper-sidebar-teams-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-in-out;
    width: 95%;
    margin: 0 auto;
}

.sidebar-announcement-card,
.sidebar-teams-card {
    background: #f9f9f9;
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    border: 1px solid #eaeaea;
    position: relative;
    box-shadow: 0px 0px 20px -11px black;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 10px;
}

.sidebar-announcement-card-head {
    width: 100%;
    max-height: 200px;
}

.sidebar-announcement-card-head img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.sidebar-announcement-card-body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.sidebar-announcement-card-body h3 {
    font-size: 16px;
    font-weight: 500;
}

.sidebar-teams-card-body .sidebar-teams-card-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    padding: 20px;
}

.sidebar-teams-card-body .sidebar-teams-card-list h5 {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    cursor: pointer;
}

.sidebar-teams-card-body .sidebar-teams-card-list h5 img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}



















.post_match_list,
.post_match_list li,
.post_match_text {
    float: unset !important;
    width: 100% !important;
}

.post_match_list {
    height: 100%;
    background-color: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.post_match_list li {
    margin: 0 !important;
    border-bottom: 1px solid #c7c7c7;
}

.post_match_list li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .post_match_list li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0 !important;
} */

.post_match_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.match_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.match_title-firstTeam,
.match_title-lastTeam {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.match_title-firstTeam {
    text-align: right;
    justify-content: flex-end;
}

.match_title-match_time {
    width: 10%;
    text-align: center;
}

.match_title-match_time p {
    font-size: 25px !important;
    font-weight: 700;
}

.match__tickets-streaming {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.match__tickets-streaming p {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.match__tickets-streaming p a {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000000;
    background: #000000;
    padding: 5px 20px;
    gap: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.match__tickets-streaming p a svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    fill: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.match__tickets-streaming p a:hover,
.match__tickets-streaming p a:focus {
    background: #ffffff;
    color: #000000;
}

.match__tickets-streaming p a:hover svg,
.match__tickets-streaming p a:focus svg {
    stroke: #000000;
}

.match__tickets-streaming p a.match__watchLive-btn {
    display: none;
}


.post_match_wraper-sidebar {
    width: 25%;
    position: sticky;
    top: 70px;
    margin-left: 20px;
}

.post_match_wraper-sidebar-content {
    width: 100%;
}

.post_match_wraper-sidebar-main-content {
    width: 100%;
}

.post_match_wraper-sidebar-main-content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}




.results-item-news {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
}

.results-item-news-container {
    width: 100%;
}

.results-item-news-container h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.results-item-news-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    padding-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2%;
}

.results-item-news-card {
    width: 100%;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.results-item-news-card-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
}

.results-item-news-card-head img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.results-item-news-card-body {
    width: 100%;
    padding: 16px 20px;
}

.results-item-news-card-body .results-item-news-card-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.results-item-news-card-body .results-item-news-card-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.faq-container {
    width: 100%;
    max-width: 100%;
    /* margin: 40px 0; */
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.faq-container h2 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333333;
    text-align: left;
}

.faq-box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 1px rgba(46, 59, 127, 0.1);
    padding: 16px 0;
    background: #fff;
}

.faq-item {
    border-bottom: 1px solid #C7C7C7;
    padding: 32px;
    cursor: pointer;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333333;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    margin-top: 0;
}

.faq-answer p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
}

.faq-item.active {
    background: transparent;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    margin-top: 12px;
    background: transparent;
}

.faq-icon {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    stroke: #666666;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}





















@media (max-width: 1440px) {
    .post_match_wraper-latest-news-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-card-latest-container {
        max-height: 495px;
    }

    .news-card.large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .news-card.large .news-card-body .news-card-title {
        font-size: 29px;
    }

    .news-card.large .news-card-body .news-card-text {
        font-size: 19px;
    }

    .news-card.large .news-card-body .news-card-extra {
        padding: 20px 0 0;
    }
}


@media (max-width: 1280px) {
    .heading5.match_hdg h4 {
        font-size: 50px;
    }

    .heading5.match_hdg h4 img {
        width: 45px;
        height: 45px;
        object-fit: cover;
    }

    .league-standings {
        min-height: 34.87rem;
    }

    .league-standings table th,
    .league-standings table td {
        padding: 2px 4px !important;
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    /* .club-profile-page {
        padding: 0;
    } */

    .upcoming-events-container {
        padding: 0 12px;
    }

    .post_match_wrapper-dropdown {
        display: flex;
    }

    .post_match_wrapper-subHeading-top-bar {
        flex-direction: column;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: max-height .3s ease-in-out;
        -moz-transition: max-height .3s ease-in-out;
        -ms-transition: max-height .3s ease-in-out;
        -o-transition: max-height .3s ease-in-out;
        transition: max-height .3s ease-in-out;
    }

    .post_match_wrapper-matches {
        margin: 10px auto;
    }

    .post_match_wrapper-subHeading-dropdown {
        max-width: 100%;
    }

    .post_match_wraper-body-main {
        width: 100%;
    }

    .post_match_wraper-body-sidebar {
        display: none;
    }
}

@media (max-width: 880px) {
    .match-card-head p {
        font-size: 10px;
    }

    .match-card-body-team strong {
        font-size: 12px;
    }

    .match-card-body-team img {
        width: 16px;
        height: 16px;
    }

    .match-card-body-score {
        padding: 2px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .date-box {
        font-size: 12px;
    }

    #leftArrow,
    #rightArrow {
        width: 30px;
    }

    #leftArrow svg,
    #rightArrow svg {
        width: 17px;
        height: 17px;
        stroke: #000000;
    }

    #matches-leftArrow,
    #matches-rightArrow {
        width: 30px;
    }

    #matches-leftArrow svg,
    #matches-rightArrow svg {
        width: 17px;
        height: 17px;
        stroke: #000000;
    }

    .post_match_wraper-latest-news-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .news-card-body .news-card-text {
        display: none;
    }

    .news-card.large {
        grid-column: span 1;
        grid-row: span 3;
        margin-bottom: 20px;
        position: relative;
        overflow: unset;
    }

    .news-card.large:after {
        background-color: #ffffff;
    }

    .news-card.large:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -20px;
        inset-inline-start: 0;
        background: radial-gradient(90% 20px at 50% 0, rgba(200 200 200) 0, rgba(200 200 200 / 50%) 25%, rgba(200 200 200 / 0) 50%);
        --underline-shadow-rgb-values: 200 200 200;
    }


    .news-card.medium {
        grid-column: span 1;
        grid-row: span 3;
        order: 9999;
        margin-top: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        position: relative;
        height: 80%;
    }

    .news-card.medium .news-card-latest-link {
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-flex;
        width: auto;
        padding: 0;
    }

    .news-card.medium .news-card-latest-container {
        overflow-y: unset;
        max-height: unset;
    }

    .news-card.small {
        flex-direction: row;
        grid-column: span 1;
        grid-row: span 1;
        margin: 0;
        position: relative;
        overflow: unset;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .news-card.small:after {
        background-color: #ffffff;
    }

    .news-card.small:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -10px;
        inset-inline-start: 0;
        background: radial-gradient(90% 5px at 50% 0, rgba(200 200 200) 0, rgba(200 200 200 / 50%) 25%, rgba(200 200 200 / 0) 50%);
        --underline-shadow-rgb-values: 200 200 200;
    }

    .news-card.small:last-child::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -10px;
        inset-inline-start: 0;
        background: transparent;
        --underline-shadow-rgb-values: 200 200 200;
    }

    .news-card.small .news-card-head {
        order: 2;
        width: 30%;
        height: 80%;
        margin-bottom: 15px;
        max-height: unset;
    }

    .news-card.small .news-card-head img {
        width: 100%;
        height: 100%;
        max-height: unset;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .news-card.large .news-card-body .news-card-title {
        font-size: 20px;
    }

    .news-card.small .news-card-body .news-card-title {
        font-size: 16px;
        margin: 0;
    }

    .news-card-latest h3 {
        font-size: 16px;
    }

    .post_match_wraper-latest-news h1 {
        font-size: 35px;
        margin-bottom: 12px;
    }
}

@media (max-width: 520px) {

    #leftArrow,
    #rightArrow {
        width: 20px;
    }

    #leftArrow svg,
    #rightArrow svg {
        width: 14px;
        height: 14px;
        stroke: #000000;
    }

    #matches-leftArrow,
    #matches-rightArrow {
        width: 20px;
    }

    #matches-leftArrow svg,
    #matches-rightArrow svg {
        width: 14px;
        height: 14px;
        stroke: #000000;
    }

    .post_match_wraper-latest-news h1 {
        font-size: 30px;
    }

    .news-card.large .news-card-body .news-card-title {
        font-size: 25px;
    }

    .news-card.large .news-card-body .news-card-text {
        font-size: 18px;
    }

    .news-card.small .news-card-body .news-card-title {
        font-size: 18px;
    }

    .news-card.medium h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .news-card-latest p {
        font-size: 12px;
    }

    .news-card-latest h3 {
        font-size: 16px;
    }

    .news-card.medium {
        height: 90%;
    }
}

@media (max-width: 450px) {
    .post_match_wrapper-subHeading-dropdown {
        font-size: 12px;
    }

    .matches-container {
        gap: 7px;
    }

    .post_match_wrapper-matches {
        gap: 7px;
    }

    .match-card {
        padding: 3px 6px;
    }

    .match-card-head p {
        font-size: 8px;
    }

    .match-card-body-team {
        gap: 7px;
    }

    .match-card-body-team strong {
        font-size: 10px;
    }

    .match-card-body-team img {
        width: 14px;
        height: 14px;
    }

    .match-card-body-score {
        padding: 2px 4px;
        font-size: 10px;
    }

    .post_match_wraper-latest-news-container {
        padding-bottom: 10px;
    }

    .news-card.medium {
        height: 100%;
    }
}