.liveMatches__wrapper {
    height: max-content;
    z-index: 10;
}
.liveMatches__slder_container {
    height: max-content;
    position: relative;
}
.liveMatches__slder {
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    /* padding: 32px 28px 0; */
    position: relative;
    justify-content: center;
    /* flex-wrap: wrap; */
}
.liveMatches::-webkit-scrollbar {
    display: none;
}
.liveMatches__card_wrapper:not(:first-child).bottomArrow::after {
    background: #3a3a3a;
}
.liveMatches__card_wrapper {
    /* background-color: #0d1321; */

    background-color: #202020;
    border-radius: var(--brad);
    /* max-width: 417px; */
    /* min-width: 397px; */
    width: 100%;
    max-height: 248px;
    min-height: 248px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.liveMatches__card_header {
    padding: 10px;
    font-size: 10px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.liveMatches__card_header_left {
    font-size: 12px;
}
.liveMatches__card_header_right {
    opacity: 50%;
    position: relative;
    font-size: 12px;
}

.liveMatches__card_body {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 38px;
}
.liveMatches__card_body_team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 74px;
}
.liveMatches__card_body_team_title {
    opacity: 0.8;
    font-size: 12px !important;
}
.liveMatches__card_body_team_body > p {
    font-size: 18px !important;
    font-weight: 500;
}
.liveMatches__card_body_team_body {
    padding: 4px;
    max-width: 74px;
    min-width: 74px;
    max-height: 74px;
    min-height: 74px;
    background-color: #3a3a3a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.liveMatches__card_body_team_name {
    opacity: 80%;
    font-size: 14px !important;
    text-align: center;
    max-height: 30px;
    width: 180%;
}

.liveMatches__card_footer {
    font-size: 10px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    padding: 8px 10px 4px;
}
.liveMatches__card_footer_left {
    opacity: 50%;
}
.liveMatches__card_footer_left_place {
    font-size: 12px;
}
.liveMatches__card_footer_left_city {
}
.liveMatches__card_footer_right {
    color: black !important;
    font-size: 12px;
}

.liveMatches__control_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
    color: white;
    justify-content: space-between;
    padding: 12px 24px 12px;
}

.liveMatches__control_panel a::after {
    content: none;
}

.active {
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
.sliderLeft,
.sliderRight {
    font-size: 24px;
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 525px) {
    .liveMatches__card_body {
        gap: 12px;
    }
    .liveMatches__card_wrapper {
        min-width: 298px;
    }
    .liveMatches__wrapper {
        /* height: 380px; */
        height: max-content;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
    .liveMatches__slder {
        padding: 18px 14px 0;
        gap: 14px;
    }

    .liveMatches__control_panel > div:first-child > p:not(:last-child) {
        margin-bottom: 24px;
    }
    .liveMatches__control_panel > div:first-child > p {
        font-size: 26px !important;
        line-height: 40%;
        max-height: 24px;
    }
    .liveMatches__card_wrapper {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .liveMatches__card_footer_left_place,
    .liveMatches__card_header_left,
    .liveMatches__card_header_right {
        font-size: 2vw !important;
    }
}

@media (max-width: 1024px) {
    .liveMatches__slder {
        flex-wrap: wrap;
        row-gap: 48px;
    }
}
