#root app-sports-match-breadcrumbs {
    width: calc(100vw - 35px);
    display: inline-flex;
    flex: 0 1 100%;
    min-width: 0%;
    align-items: center;
    
}

#root ul.match-breadcrumbs {
    padding: 0;
    display: inline-flex;
    flex: 0 1 auto;
    min-width: 0%;
    overflow-x: auto;
    margin: unset;
    overflow-y: hidden;
}

#root app-sports-match-breadcrumbs ul {
    display: flex;
}

#root app-sports-match-breadcrumbs ul li {
    padding: 0;
    padding-left: 4px;
    display: inline-flex;
    text-indent: 8px;
    align-items: center;
}

#root app-sports-match-breadcrumbs a {
    color: var(--c-white);
}

#root app-sports-match-breadcrumbs span {
    overflow: hidden;
}

#root app-sports-match-breadcrumbs.hide-teams ul.match-breadcrumbs > li.teams {
    display: none
}

#root app-sports-match-breadcrumbs.hide-period ul.match-breadcrumbs > li.live-match-period-time {
    display: none
}

#root .other-matches {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#root .other-group-matches {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#root .mobile app-breadcrumbs-dropdown-overlay-panel {
    margin-left:auto;
    height:100%;
    border-left:1px solid var(--c-shade-b)
}
#root .other-matches .ui-button {
    order: -1;
    background-image: url(/v1.012/r/images/site/icons/Arrow_Down.svg);
    background-size: 20px;
    background-position: center;
    content: '';
    background-repeat: no-repeat;
    border-left: 1px solid var(--c-shade-b);
    border-radius: 0;
    width: 36px;
    height: 100%;
    background-color: transparent;
    border: none;
    opacity: 0.6;
    color: transparent;
}

#root .other-matches .breadcrumbs-dd {
    padding: 0;
    margin: 0;
    border: none;
    height: auto;
    position: relative;
    top: unset!important;
    left: unset!important;
    width: 300px;
    background: var(--c-primary);
}
#root .match-breadcrumbs .other-matches p-overlaypanel {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 36px;
}
#root .other-matches .breadcrumbs-dd .ui-overlaypanel-content {
    min-height: unset;
    /* height: 100%; */
    padding: unset!important;
    max-height:80vh;
    /* overflow:auto; */
    /* display:block; */
}

#root .desktop .other-matches .breadcrumbs-dd {
    max-height: calc(50vh - 108px);
}

#root .desktop .other-matches .breadcrumbs-dd .ui-overlaypanel-content {
    max-height: calc(50vh - 108px);
}

body .ui-overlaypanel .ui-overlaypanel-close {
    display: none;
    right: 8px;
    top: -30px;
    border-radius: 2px;
    background: url(/v1.012/r/images/site/icons/Close.svg) center center / 20px no-repeat;
    background-color: var(--c-emphasis);
}

#root app-sports-match-breadcrumbs .other-matches-wrapper {
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    height: auto;
    background: var(--c-primary);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 5px #0006;
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#root .desktop app-sports-match-breadcrumbs .other-matches-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
    max-width: 100px;
    max-height: 400px;
}

#root .mobile .match-breadcrumbs .other-matches-wrapper {
    border-top-right-radius: 0;
    top: 0px;
    width: 100%;
    max-width: 360px;
    height: auto;
    max-height: calc(50vh - 120px);
    border-radius: 0;
    padding-top: 8px;
    padding-right: 8px;
    display: flex;
    overflow:auto;
}

#root app-sports-match-breadcrumbs .other-matches ul {
    position: unset;
    border-radius: 0;
    margin: 0;
    padding: unset;
    box-shadow: unset;
}

#root app-sports-match-breadcrumbs .other-matches ul li {
    padding: 4px 0px;
}

#root app-sports-match-breadcrumbs .other-matches > ul {
    margin: 0 0 8px 8px;
    background-color: var(--c-white);
    padding: 0;
}

#root app-sports-match-breadcrumbs .other-matches .group-heading {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--c-primary);
    border: 0;
    opacity: 1;
    font-size: 0.9rem;
    color: var(--c-white);
    line-height: 1.2;
}

#root app-sports-match-breadcrumbs .other-match {
    flex-direction: row;
    height: 40px;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--c-black);
    background-color: var(--c-white);
    border-bottom: 1px solid var(--c-shade);
    font-size: 1rem;
    display: inline-flex;
    text-indent: 8px;
}
#root .match-breadcrumbs .selected {
    background-color: var(--c-primary-b);
    color: var(--c-white-e);
}
#root app-sports-match-breadcrumbs .other-match .match-label-container {
    display: inline-flex;
    flex-direction: row;
    flex: 1 1 60%;
    font-weight: 600;
    flex-wrap: wrap;
    min-width: 60%;
    height: 100%;
}

#root app-sports-match-breadcrumbs .other-match .match-label {
    width: 100%;
    flex: 1 0 100%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    line-height: 16px;
    color:var(--black)
}

#root app-sports-match-breadcrumbs .live-score {
    color: var(--c-green);
    font-weight: 600;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    overflow: visible;
}
#root app-sports-match-breadcrumbs .selected .live-score {
    color:var(--c-white-e)
}

#root app-sports-match-breadcrumbs .other-match .match-progress {
    width: 100%;
    max-width: 20%;
    order: -1;
}

#root app-sports-match-breadcrumbs .other-match .match-period {
    display: none;
}

#root app-sports-match-breadcrumbs .live-score span {
    line-height: 15px;
    text-indent: 0;
    text-align: right;
}

.match-breadcrumbs .live-score span:first-child {
    padding-right: 5px;
    padding: 0 5px;
}

#root app-sports-match-breadcrumbs .match-minute {
    flex: 1 0 100%;
    font-weight: 400;
    line-height: 30px;
   
}
body .ui-overlaypanel:before, body .ui-overlaypanel:after {
    display: none;
}

#root .other-matches-pregame-wrapper .match-info {
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    order: -1;
    flex: 0 0 42px;
}

#root .other-matches-pregame-wrapper .match-info div {
    white-space: nowrap;
    height: auto;
    line-height: 14px;
    font-weight: 400;
    font-size: 11px;
}
#root .other-match .match-info .match-time {
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    order: -1;
    font-size: 12px;
    text-align: right;
}
#root .match-breadcrumbs .other-matches-pregame-wrapper .other-match .match-label-container {
    flex: 1 1 70%;
}