#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 > ul li:not(:last-child) a::after {
    content:"/";
    margin:0 4px;
}
#root app-sports-match-breadcrumbs a {
     color:var(--c-text-light-e)
}

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

#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;
  
    outline:none;
    
    border:2px solid var(--c-background-white);
    border-radius:var(--r-10);
   display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height: 36px;
    background-color: transparent;
   margin-bottom:8px;
   font:var(--t-small-text-normal)
   
    
}
#root .other-matches .ui-button span.ui-button-icon-left {
    position:unset;
    margin:0;
    margin-left:8px;
   
}
#root .other-matches .ui-button::before {
    content:var(--t-see-more-matches)
}
#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: auto;
    padding: unset!important;
}

#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-brand-color);
    border-radius:var(--r-10);
    
    
}

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

#root  .match-breadcrumbs .other-matches-wrapper {
    /* border-top-right-radius: 0; */
    top: 0px;
    width: 100%;
    /* max-width: 360px; */
    height: auto;
    /* max-height: calc(100vh - 120px); */
    /* border-radius: 0; */
    padding: 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 10px;
}

#root app-sports-match-breadcrumbs .other-matches > ul {
    /* margin:8px; */
   
    padding: 0;
}

#root app-sports-match-breadcrumbs .other-matches .group-heading {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--c-background-white-10);
    border: 0;
    opacity: 1;
    /* font-size: 0.9rem; */
    color: var(--c-text-light-e);
    border-radius:var(--r-5);
    padding:5px 10px;
    margin:2px 0px;
   
}

#root app-sports-match-breadcrumbs .other-match {
    flex-direction: row;
    height: 40px;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    color: var(--c-text-light-e);
    background-color: var(--c-background-white-10);
    border-radius:var(--r-10);
   
    display: inline-flex;
    text-indent: 8px;
    border-left:4px solid var(--c-background-white-05)
}
#root app-sports-match-breadcrumbs .other-match:not(:last-child) {
    margin-bottom:2px;
}
#root .match-breadcrumbs .selected {
    /* background-color: var(--c-primary-b); */
    color: var(--c-text-light-e);
    border-left:4px solid var(--c-accent-color)
}
#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(--c-text-light-e)
}

#root app-sports-match-breadcrumbs .live-score {
    color: var(--c-text-light-e);
    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-text-light-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%;
}
#root .match-breadcrumbs.hide-all {
    width:100%;
}
#root .match-breadcrumbs.hide-all  > ul {
    display:none;
}
.match-breadcrumbs.hide-all app-breadcrumbs-dropdown {
    display:block;
    width:100%;
   
}
.mobile .match-breadcrumbs.hide-all app-breadcrumbs-dropdown  {
     padding:0px var(--c-mobile-padding)
}

.match-breadcrumbs.hide-all .other-matches-wrapper {
    width:100%;
}