.marketContainer {
    position: absolute;
    width: var(--market-table-width);
    padding: 0;
    border: 0;
    margin: 0;
    left: 310px;
    top: 238px;
    height: 800px;
    display: block;
}

.marketResultsContainer {
    position: absolute;
    width: var(--market-result-width);
    padding: 0;
    border: 0;
    margin: 0;
    left: 310px;
    top: 238px;
    height: 800px;
    display: block;
}

.header {
    text-transform: uppercase;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
    border-top: 2px solid var(--line-color);
    background: var(--bg-gradient-default);
    color: var(--text-color);
    display: grid;
    align-items: center;
}

.titleHeader div {
    height: 64px;
    text-transform: uppercase;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
    border-top: 2px solid var(--line-color);
    border-right: 1px solid var(--bg-color-light);
    background: var(--bg-gradient-default);
    color: var(--text-color);
    display: grid;
    align-items: center;
    font-size: 30px;
}

.marketbox {
    color: var(--text-color-alt);
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: inherit;
}

.marketboxlaliga {
   
}

.marketBoxShort {
    height: auto !important;
}

.marketheaderdetails div {
    height: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
    background: var(--bg-color-alt);
    background-color: var(--bg-color-alt) !important;
    color: var(--text-color-alt);
    margin: 0;
    display: grid;
    align-items: center;
    border-right: 2px solid var(--bg-color-light);
    border-bottom: 2px solid var(--bg-color);
}

.marketheaderdetails[Operator="GoldBet"] div {
    height: 44px;
}

.marketheaderdetails div:last-child{
    border-right: 1px solid var(--bg-color-light);
}

.marketCol {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 1px solid var(--bg-color);
}

.marketrow div:last-child {
    border-right: 1px solid var(--bg-color-light);
}

._score0-0, ._score1-1, ._score2-2, ._score3-3 {
    background-color: var(--bg-market) !important;
    
}
._score4-4, ._score5-5, ._price4-4, ._price5-5 {
    background-color: var(--bg-market) !important;
    content-visibility: hidden;
}

* > div.row.titleHeader.lower > div, * > div.row.titleHeader.lowerlaliga > div { 
    visibility: hidden;
    height: 2px;
}

/* SNAI */
.marketbox[Operator="SNAI"] {
    font-size: 20px;
}

.SNAI-RightHeader, .SNAI-LeftHeader {
    width: 100%;
    margin: 0;
    border-bottom: solid 1px darkgray;
}

.marketContainer[MarketPhase="Market1"][Operator="SNAI"],
.marketContainer[MarketPhase="Market2"][Operator="SNAI"],
.marketContainer[MarketPhase="Market3"][Operator="SNAI"],
.marketContainer[MarketPhase="Market4"][Operator="SNAI"] {
    top: 110px;
    left: 360px;
    width: 1150px;
}

.marketContainer[MarketPhase="Market45"][Operator="SNAI"] {
    top: 115px;
    left: 360px;
    width: 1530px;
}

.marketResultsContainer[Operator*="SNAI"] {
    left: 360px;
    top: 115px;
    width: 1525px;
}

.SNAISingleMatchCols {
    width: inherit;
    border: 0px !important;
    height: auto !important; 
}


.SNAITextContainer {
    height: inherit !important;
    line-height: 1;
    border: 0px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px;
    align-content: center;
    justify-content: center;
}

/* SISAL */
.League1050TableHeader {
    height: inherit;
    align-content: center;
}
.League1050TableHeaderContainer {
    text-align: right;
    padding-right: 60px;
    FONT-SIZE: 25PX;
    display: inline-flex !important;
    justify-content: right;
}
.League1050TableCenterHeader {
    font-size: 30px;
    height: inherit;
    align-content: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
}

.marketbox [operator="SISAL"] {
    font-size: 20px;
}

.marketContainer[Operator*="SISAL"] {
    top: 190px;
    left: 395px;
    width: 1146px;
}

.marketResultsContainer[Operator*="SISAL"] {
    left: 395px;
    top: 188px;
    height: 800px;
    width: 1450px;
}

.marketrow[Operator*="SISAL"] {
    height: 80px !important;
    margin: 0px;
}

.marketrow[Operator*="SISAL"] div {
    height: 100% !important;
    font-size: 23px;
}

* > div.row.SISALMarket45Row.upper > div, * > div.row.SISALMarket45Row.lower > div {
    height: 60px !important;
}

.marketheaderdetails[Operator="SISAL"] {
    margin: 0px;
    color: var(--primary-color);
    background: linear-gradient(90deg, var(--bg-color), var(--bg-color-step));
}

.marketheaderdetails[Operator="SISAL"] div {
    background: initial;
    background-color: initial !important;
    margin: 0px;
    height: 50px !important;
    color: var(--primary-color);
    font-size: 30px;
}

.marketheaderdetails[Operator="SISAL"][MinorPhase="Market45"] {
    margin: 0px;
    color: var(--primary-color);
    background: linear-gradient(90deg, var(--bg-color), var(--bg-color-step));
}
.marketheaderdetails[Operator="SISAL"][MinorPhase="Market45"] div {
    background: initial;
    background-color: initial !important;
    margin: 0px;
    height: 30px !important;
    color: var(--primary-color);
}

/* MicroGame */
.MicroGame-Top-Table-Top-Trapezoid {
    width: 790px;
    height: 50px;
    background: var(--bg-gradient-default);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0px auto;
    z-index: -1;
    position: fixed;
    top: 395px;
    left: 565px;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
}

.MicroGame-Top-Table-Bottom-Trapezoid {
    width: 712px;
    height: 44px;
    background-color: var(--bg-market);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0px auto;
    z-index: -1;
    position: fixed;
    top: 445px;
    left: 604px;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
}

/*Gold Bet*/
.marketContainer .GoldBet,
.marketContainer .GBO_SKS
{
    width: 1320px;
}

.marketCol[Operator="GoldBet"] {
    border-right: none;
}

/*Vincitu games */
.titleHeader.Vincitu div {
    height: 45px;
    font-size: 30px;
    border-top: 0px;
} 

/*Vincitu games */  
.Vincitu-Top-Table-Top-Trapezoid {
    width: 790px;
    height: 50px;
    background: var(--bg-gradient-default);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0px auto;
    z-index: -1;
    position: fixed;
    top: 395px;
    left: 565px;
}

.Vincitu-Top-Table-Bottom-Trapezoid {
    width: 712px;
    height: 44px;
    background-color: var(--bg-market);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0px auto;
    z-index: -1;
    position: fixed;
    top: 445px;
    left: 604px;
} 

.Vincitu-page-one-right-table-bottom-row {
    gap: 8px;
}

.marketrow div:last-child[Operator="Modern"] {
    border-right: none;
}

.marketcol[Operator="Modern"]:not(:last-child){
    border-right: 1px solid var(--bg-color-light);
}


/* Eurobet League*/
.marketContainer[Operator="Eurobet"] {
    position: absolute;
    padding: 0;
    border: 0;
    margin: 0;
    top: 198px;
    height: 800px;
    display: block;
    left: 360px;
    width: 1025px;
}

.marketheaderdetails[Operator="Eurobet"] div {
    height: 44px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    margin-top: 0px;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
    background: var(--bg-color-alt) !important;
    background-color: var(--bg-color-alt) !important;
    color: var(--text-color);
    margin: 0;
    display: grid;
    align-items: center;
    border-right: 2px solid var(--line-color);
    border-bottom: 2px solid var(--line-color);
    font-size: 24px;
}

.marketheaderdetails[Operator="Eurobet"] div {
    height: 44px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    margin-top: 0px;
    animation-fill-mode: backwards;
    animation: vertExpand;
    animation-duration: 0.75s;
    background: var(--bg-color-alt) !important;
    background-color: var(--bg-color-alt) !important;
    color: var(--text-color);
    margin: 0;
    display: grid;
    align-items: center;
    border-right: 2px solid var(--line-color);
    border-bottom: 2px solid var(--line-color);
    font-size: 16px;
}
    .marketResultsContainer[Operator*="Eurobet"] {
    position: absolute;
    width: 1390px;
    padding: 0;
    border: 0;
    margin: 0;
    left: 360px;
    top: 198px;
    height: 800px;
    display: block;
}
