/*  02/07/2021 DS (line:184) */
#root .match-breadcrumbs ul, #root .desktop .match-breadcrumbs {
    /* padding: 4px 0; */
}
#root .match-breadcrumbs .other-matches .other-matches-wrapper > ul {
    margin: 0 0 8px 8px;
    background-color: var(--c-white);
}

#root .match-breadcrumbs .other-matches .group-heading {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--c-emphasis-b);
    border: 0;
}
#root .match-breadcrumbs .other-matches .group-heading span {
    height: auto;
    line-height: 14px;
    padding-right:  4px;
}
#root .match-breadcrumbs .match-back-button {
    margin: 0;
    width: auto;
    
    border-right: 2px solid var(--c-primary-d);
    background-color:var(--c-primary);
    /* margin-right:1px; */
}
#root .desktop .match-breadcrumbs .match-back-button {
    border-radius: 10px 0px 0px 10px;
}
#root .match-breadcrumbs .match-back-button .back-button  {background-color:unset;display:  flex;width: 34px;height: 100%;background-image: url(/v1.02/r/images/site/icons/Arrow_Left.svg);padding: 6px 4px !important;background-position: center;color: transparent;overflow: hidden;text-overflow: clip;border-radius: 0;}


#root .match-breadcrumbs ul.match-breadcrumbs {
    padding: 0;
    display: inline-flex;
    flex: 1;
    min-width: 0%;
    background-color:var(--c-primary)
}


#root .match-breadcrumbs ul li {
    /* display: inline-flex; */
    /* text-indent: 8px; */
    /* line-height: 36px; */
    /* height: 36px; */
}

#root .match-breadcrumbs ul.match-breadcrumbs .tournament-br,
#root .match-breadcrumbs ul.match-breadcrumbs .category-br,
#root .match-breadcrumbs ul.match-breadcrumbs .sport-br {
    color: var(--c-white)
}

#root .desktop.device-desktop .match-breadcrumbs ul.match-breadcrumbs .tournament-br:hover,
#root .desktop.device-desktop .match-breadcrumbs ul.match-breadcrumbs .category-br:hover {
    color: var(--c-white-e);

}

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


#root .desktop.device-desktop .match-breadcrumbs .match-back-button:hover {
    background-color: var(--c-primary);
    /* border-radius: 2px; */
}




/********************************************* ANDREANI_OVERRIDES ***************************************/


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

#root .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;
}

#root .match-breadcrumbs .other-match.selected .live-score {
    color: var(--c-white);
}

.other-matches li a {
    max-width: unset;
    white-space: normal;
}

#root app-block.match-breadcrumbs {
    /* background-color: var(--c-primary-d); */
    height: 36px;
    position:  relative;
}
#root .mobile app-block.match-breadcrumbs {
    background-color: transparent;
    height: 36px;
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    z-index: 5;
    box-shadow: 0 2px 2px #0003;
    order: -3;
}

#root ul.match-breadcrumbs {
    overflow-x: auto;
    margin: unset;
    overflow-y: hidden;
    scrollbar-width: thin;
}

#root .coupon-breadcrumbs ul {
    overflow: auto;
}

#root .match-breadcrumbs app-widget-host, #root .coupon-breadcrumbs ul {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

#root .other-matches, #root .other-group-matches {
    flex-direction: column;
    height: 100%;
}
#root .mobile .other-matches, #root .mobile .other-group-matches {
   height: 100% 
}

#root .other-group-matches {
    background-color: var(--c-paper);
}

#root .match-breadcrumbs ul li, #root .coupon-breadcrumbs ul li {
    /* color: var(--c-white); */
}

#root .desktop.view-page-live-match .match-breadcrumbs .teams {
    display: none;
}

#root .match-breadcrumbs .sport-br {/* display: none; */}

#root .match-breadcrumbs .group-heading {
    border-bottom: 1px solid var(--c-shade-b);
    color: var(--c-white);
}

#root .desktop .match-breadcrumbs .other-matches li:after, #root .coupon-breadcrumbs ul li:last-child:after {
    content: ""!important;
    padding-left: 2px;
}

#root .desktop .match-breadcrumbs ul li:not(.other-matches):after, #root .coupon-breadcrumbs ul li:after {
    content: "/";
    padding-left: 2px;
}

#root .match-not-available {
    color: var(--c-white);
    height: 30px;
    text-align: center;
    font-style: italic;
}

#root .match-breadcrumbs .other-matches-wrapper {
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    max-width: 360px;
    /* min-width: 60%; */
    max-height: calc(100vh - 54px);
    height: auto;
    background: var(--c-primary-d);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 5px #0006;
    z-index: 60;
    border-bottom: 2px solid var(--c-background);
}

#root .desktop .match-breadcrumbs .other-matches-wrapper {
    top: 0;
    min-width: 20%;
}

#root .mobile .match-breadcrumbs .other-matches-wrapper {
    /* top: 36px; */
    /* width: 100%; */
    /* max-width: 360px; */
}

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

#root .match-breadcrumbs .live-match-period-time {
    display: none;
}

#root .match-breadcrumbs .other-matches .ui-button {
    width: 36px;
    height: 100%;
    background-color: transparent;
    border: none;
    opacity: 1;
}

#root .match-breadcrumbs .other-matches .ui-button {
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-size: 20px;
    background-position: center;
    content: '';
    background-repeat: no-repeat;
    border-left: 2px solid var(--c-primary-d);
    border-radius: 0;
    background-color: var(--c-primary);
  
    /* margin-left:1px; */
}
#root .desktop .match-breadcrumbs .other-matches .ui-button {
       border-radius: 0px 10px 10px 0px;
}
#root .desktop.device-desktop .match-breadcrumbs .other-matches .ui-button:hover {
    opacity:1;
    background-color: var(--c-primary);
}

#root .match-breadcrumbs .other-matches .ui-button:enabled:focus {
    border: none;
    box-shadow: none;
}

#root .match-breadcrumbs .other-matches .ui-button .fa-chevron-down:before {
    content:unset;
    }

#root .match-breadcrumbs .selected {
    /* color: var(--c-white-e); */
    /* font-weight: 600; */
    /* background-color: var(--c-emphasis); */
}

#root .desktop.device-desktop .match-breadcrumbs .other-match.selected:hover {
    background-color: var(--c-emphasis)
}

#root .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-paper);
    border-bottom: 1px solid var(--c-shade);
    font-size: 13px;
}

#root .desktop.device-desktop .match-breadcrumbs .other-match:hover {
    background-color: var(--c-shade);
    /* color: var(--c-white-e); */
    padding: 4px 0;
    color: var(--c-black-e);
}

#root .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%;
}

#root .match-breadcrumbs .selected a {
    color: var(--c-white-e);
    font-weight: 600;
}

#root .match-breadcrumbs .other-match .match-label {
    line-height: 16px;
}

#root .other-matches-overlay {
    width: 100%;
    height: calc(100% - 36px);
    top: 36px;
    left: 0;
    background-color: #0004;
    position: absolute;
    z-index: 50;
}

#root .other-matches-overlay:empty {
    display: none;
}

ul.match-breadcrumbs::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}



/********************************************* THRASOS_OVERRIDES ***************************************/


#root .desktop .match-breadcrumbs, #root .beto-match-breadcrumbs,#root ul.match-breadcrumbs {
}

#root .beto-match-breadcrumbs {
    width: calc(100vw - 33px);
    display: inline-flex;
    flex: 0 1 100%;
    min-width: 0%;

}

#root .mobile .beto-match-breadcrumbs {
    justify-content: space-between;
}

#root .beto-match-breadcrumbs .match-breadcrumbs > .other-matches {

}

#root .match-breadcrumbs ul li {
    padding: 0;
    padding-left: 4px;
    display: inline-flex;
    text-indent: 8px;
    line-height: 36px;
    height: 36px;
}

#root .match-breadcrumbs li:after {
    opacity: .3;
    margin-right: 4px;
}

#root .match-breadcrumbs .tournament-br:after {
    display: none
}

#root .match-breadcrumbs .sport-br * {
    cursor: cell;
    /* pointer-events : none */
}

#root .mobile .match-breadcrumbs .sport-br {
    /* display: none */
}

#root .match-breadcrumbs .sport-br a .default-sport,
#root .match-breadcrumbs .category-br a .default-flag {
    height: 36px;
    width: 28px;
}
#root .match-breadcrumbs .category-br a .default-flag {
    background-size: 20px !important;
    display: none;
}

#root .mobile .match-breadcrumbs .sport-br a .br-name,
#root .mobile .match-breadcrumbs .category-br a .br-name {
    display: none
}

#root .desktop .match-breadcrumbs .sport-br a .br-name,
#root .desktop .match-breadcrumbs .category-br a .br-name {
    /* text-indent: 0; */
}

#root .match-breadcrumbs .default-sport, #root .match-breadcrumbs .default-flag {
    display: initial;
}
#root .desktop .match-breadcrumbs .default-sport, #root .desktop .match-breadcrumbs .default-flag {
    display: none
}

#root .match-breadcrumbs .teams {
    display: none
}

#root .other-matches-overlay {
    position: absolute;
    top: 36px;
    box-shadow: var(--ds-2p);
}


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

#root .match-breadcrumbs .other-matches > ul {
    padding: 0;
}

#root .match-breadcrumbs .other-matches ul:not(:last-child) {
    /* border-bottom: 1px solid var(--c-shade-b) */
}

#root .match-breadcrumbs .selected {
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
}

#root .desktop.device-desktop .match-breadcrumbs .selected:hover {
    color: var(--c-white-e)
}

#root .beto-match-breadcrumbs .match-breadcrumbs .selected * {
    color: var(--c-emphasis);
    padding: 0
}

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

#root .match-breadcrumbs .other-matches .group-heading {
    opacity: 1;
    font-size: 12px;
    line-height: 1.2;
}

#root .match-breadcrumbs .other-matches .group-heading .group-category {
    /* padding-right: 4px */
}

#root .match-breadcrumbs .other-matches .group-heading .group-tournament {
    /* padding-left: 4px; */
}

#root .match-breadcrumbs .other-matches .group-country-tournament-separator {
    display: none
}

#root .match-breadcrumbs .other-match .match-label {
    width: 100%;
    flex: 1 0 100%;
}

#root .desktop .match-breadcrumbs .other-matches-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 100%;
    max-width: 100px;
    max-height: 400px;
}

.match-breadcrumbs a, .match-breadcrumbs span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.match-breadcrumbs .match-period {
    display: none    
}

.match-breadcrumbs .match-progress {
    order:-1
}

.match-breadcrumbs .match-minute {
    width: auto;
    flex: 1 0 100%;
    font-weight: 400;
    line-height: 30px;
}

.match-breadcrumbs .tournament-br > a > span:last-child {
    padding-right: 12px;
    text-indent: 0;
}

.match-breadcrumbs a {
    display: flex;
}


.match-breadcrumbs li.selected a {
    white-space: normal;
}




/* Breadcrumb Drop Down */

body .ui-overlaypanel:before,
body .ui-overlaypanel:after {
    display: none;
}

#root .match-breadcrumbs .other-matches p-overlaypanel {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 36px
}


#root body .breadcrumbs-dd .ui-overlaypanel-content {
    max-width:100px!important;
}

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

#root .match-breadcrumbs .ui-overlaypanel .other-matches-wrapper {

}
