#list-commentators .object-cover {
    object-position: top;
}

#simulate-the-match button {
    border: unset !important;
}

.simulate-the-match-ft {
    display: flex;
    align-items: center;
    width: 100%;
}

.simulate-the-match-ft-penance-home,
.simulate-the-match-ft-penance-away {
    width: 25%;
    display: flex;
    align-items: center;
}

.simulate-the-match-ft-penance-home {
    justify-content: flex-start;
}

.simulate-the-match-ft-penance-away {
    justify-content: flex-end;
}

.simulate-the-match-ft-result {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simulate-the-match-ft > div {
    box-sizing: border-box;
}

.simulate-the-match-ft-penance-home span,
.simulate-the-match-ft-penance-away span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
    font-weight: 600;
}


.simulate-the-match-ft-result .tp-info__team {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.tp-info__tcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
}

.tp-info__tleft,
.tp-info__tright {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 6px; 
    white-space: nowrap; 
}

.tp-info__tleft img.tp-info__tlogo,
.tp-info__tright img.tp-info__tlogo {
    flex-shrink: 0; 
    height: 24px;
    width: auto;
}

.tp-info__tleft p.tp-info__tname,
.tp-info__tright p.tp-info__tname {
    flex-shrink: 0; 
    text-overflow: ellipsis;
    overflow: hidden;
}

#simulate-the-match-content {
    background-color: #363636;
    color: white;
}

.tp-info__tname {
    font-weight: bold;
}

.tp-info__tcenter {
    margin: 0 20px;
}

.tp-info__tscore, .timeBox li span {
    background: #000;
    padding: 3px 10px;
    border-radius: 5px;
}

#simulate-the-match-content-center {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
    color: #fff;
    text-align: center;
    max-width: 90%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    min-width: 290px;
}

.dataBox_pop {
    display: block;
    width: 100%;
}

.dataBox_pop .info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.dataBox_pop .info li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.match-info__lname {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    font-size: 12px;
    color: #fff;
    background-color: #2b51ac;
    padding: 2px 10px; 
    border-radius: 0 0 5px 5px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-align: center;
    line-height: 20px;
}

.dataBox_pop h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #febc04;
}

.timeBox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 700;
    margin: auto;
}

.teams {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    margin-top: 6px;
}

.teams .vs {
    font-weight: 700;
    font-size: 14px;
    color: #FFD700;
}

.homeTeam, .guestTeam {
    font-weight: 600;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataBox_pop .logo {
    margin-top: 6px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.dataBox_pop .info li {
    margin: 0;
}

#countdownTimer {
    color: red;
    background: #0000009e;
    padding: 0px 15px;
    border-radius: 5px;
    letter-spacing: 3px;
}

#home-post li.active, ul li.current-menu-item a {
    color: rgb(255 222 41) !important;
}

#main-menu-site a:hover, #main-menu-site a.active {
    color: rgb(16 28 151);
}

#main-menu-site {
	margin-top: 30px;
}

.dark .mfp-content {
    background-image: url('/wp-content/themes/flatsome-child/assets/img/bg.png') !important;
}

#menu-ft a {
    padding: 0 10px;
}

.match-info-container {
    border: 1px solid #121c9b;
    border-right: unset;
    border-radius: 5px;
}

.dark #main-menu-site a:hover, .dark  #main-menu-site a.active {
    background: white;
}

.dv2-video-container img {
	max-height: 605px;
}

#match--list_wrapper .flex.w-full.items-center.gap-1 {
    gap: 0;
}
@media(max-width:550px) {
    #simulate-the-match-content-center {
        top: 35%;
    }

    .tp-info__tleft p.tp-info__tname, .tp-info__tright p.tp-info__tname {
        display: none;
    }
	
	.match-info-container {
        border: 1px solid #121c9b !important;
    }

    .match-info-container .z-10 {
        align-items: center;
    }
}