/*  22/12/2020 DS  */

#root .body .ui-overlaypanel {
    /* padding: 0; */
    /* margin: 0; */
    /* border: none; */
    /* height: auto; */
    /* position: relative; */
    /* top: unset!important; */
    left: unset!important;
    /* width: 300px; */
}

#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-primary);
    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;
    overflow: hidden;
    text-overflow: clip;
    border-radius: 0;
    border-right: 1px solid var(--c-shade-b);
    height:  100%;
    width: 42px;
}
#root .match-breadcrumbs .match-back-button .back-button {
    background-color:unset;
    display:  flex;
    width: 38px;
    height: 100%;
    background-image: url(/v1.02/r/images/site/icons/Arrow_Left.svg);
    padding: 0 !important;
    background-repeat: no-repeat;
    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: 0 1 auto;
    min-width: calc(100% - 36px);
}


#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: var(--c-primary-b);
    height: 36px;
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    z-index: 81;
    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: scroll;
    -webkit-overflow-scrolling: touch;
}

#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: scroll; */
    -webkit-overflow-scrolling: touch;
    /* max-width: 360px; */
    /* min-width: 60%; */
    /* max-height: calc(100vh - 54px); */
    /* height: auto; */
    /* background: var(--c-primary); */
    /* border-bottom-right-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    /* box-shadow: 0 2px 5px #0006; */
    /* z-index: 60; */
    /* border-bottom: 8px solid var(--c-primary); */
}

#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: 0.6;
}

#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: 1px solid var(--c-shade-b);
    border-radius: 0;
}
#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-white-e);
    border-bottom: 1px solid var(--c-shade);
    font-size: 13px;
}

#root .desktop.device-desktop .match-breadcrumbs .other-match:hover {
    background-color: var(--c-primary);
    /* color: var(--c-white-e); */
    padding: 4px 0;
    color: var(--c-black-e);
}

#root .desktop.device-desktop .match-breadcrumbs .other-match:hover .match-label {
    color: var(--c-white-e)
}

#root .desktop.device-desktop .match-breadcrumbs .other-match:hover .match-info {
    color: var(--c-white)
}

#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%;
    height: 100%;
}
#root .match-breadcrumbs .match-label-container a {
    color: var(--c-black);
}

#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 {padding-left: 0;padding-right: 0;}

#root .beto-match-breadcrumbs {
    width: calc(100vw - 33px);
    display: inline-flex;
    flex: 0 1 100%;
    min-width: 0%;
    padding-left: 0;
    padding-right: 0;
}

#root .mobile .beto-match-breadcrumbs {
    justify-content: space-between;
    padding: 0;
}

#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;
}

#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-primary-b);
    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(100vh - 120px); */
    /* border-radius: 0; */
    /* padding-top: 8px; */
    /* padding-right: 8px; */
    /* display: flex; */
}

#root .match-breadcrumbs .other-matches .group-heading {
    opacity: 1;
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 8px;
}

#root .match-breadcrumbs .other-matches .group-heading .group-category {
    /* padding-right: 4px */
    color: var(--c-white);
}

#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%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
}

#root .desktop .match-breadcrumbs .other-matches-wrapper {
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
    /* 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;
    text-align: center;
}

.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;
    margin-left: -50%;
    left: calc(100% - 150px);
    top: 36px;
    /* margin-left:  auto; */
    /* margin-right:  auto; */
}


#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 .back-button:before {
    all:unset;
}

