.markets-content-wrapper .match-markets-wrapper .match-market .market-special{
    display: flex;
    align-items: center;
    gap: 4px; 
}
.markets-content-wrapper .match-markets-wrapper .market-group-header{
    position: relative
}
.mobile .main-coupon-v1 .sports-coupon.small .item-info-wrapper.earlypayout {
    max-width: calc(100% - 85px);
    min-width: 250px;
    
}

#root .match-links{
    margin-top:0;
    margin-bottom: 0;
    align-items: center;
    height: auto
    
}
.early-payout-placement{
    display: flex;
    align-items: center;
    gap: 3px;
    margin-right: 5px;
}
.earlypayouttoggle{
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
}
.earlypayouttoggle.result-early-payout{
    background-image: url(/v1.529/r/images/soccabet/icons/logo2FP-opt.png)
}
.earlypayouttoggle.double-chance-early-payout{
    background-image: url(/v1.529/r/images/soccabet/icons/dc_early_payout.png)

}
.earlypayouttoggle.totals-2-5-early-payout{
    background-image: url(/v1.529/r/images/soccabet/icons/score-faster-icon-removebg.png)
}

body .ui-overlaypanel{
    background-color: var(--c-black)
}

body .ui-overlaypanel:before{
    border-bottom: var(--c-black)
}
body .ui-overlaypanel:after{
    border-bottom-color: var(--c-black)
}
.ui-overlaypanel-content{
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    background-color: var(--c-black);
    border: 0;
    color: var(--c-text-header);
    border-radius: var(--r-border-radius-medium);
}
.market-group-header.earlypayout .earlypayouttoggle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.markets-content-wrapper .match-markets-wrapper .market-group-header.earlypayout:has(.earlypayouttoggle) .toggle-button{
}

.mobile .early-payout-placement{
    position: absolute;
    top: 8px;
    right: 0px;
}






