﻿
.borderLMT {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 830px;
    position: relative;
    width: calc(100% - 0px);
    height: auto;
    flex-direction: column;
}

.matchLeagueLMT, 
.matchTimeLMT {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 0px);
    height: auto;
    padding: 5px 0 5px 0;
}

.matchLeagueLMT {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    text-align: Center;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: .75em;
}

.matchTimeLMT {
    border-top: 1px solid rgba(255, 255, 255, .25);
    text-align: Center;
    font-weight: 600;
    letter-spacing: 1.2px;
}

#LMT_MatchHT {
    background-color: rgba(0,0,0,.50);
    padding: 5px;
    width: 50px;
    border-radius: 3px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: .65em;
}

#LMT_MatchTime {
    font-size: 1.3em;
}
        .matchTimeLMT .matchTimeLMT_Home, .matchTimeLMT .matchTimeLMT_Away {
        display: flex;
        align-items: center;
        justify-content: center;
        width:calc((100% - 60px) / 2);
        padding:0 5px 0 5px;
        gap:5px;
    }

    .matchTimeLMT .divTimeLMT {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.25);
        padding: 2px;
        width: auto;
        border-radius: 3px;
    }

        .matchTimeLMT .divTimeLMT span {
            padding: 2px;
            width: 33px;
            border-radius: 3px;
            display: block;
        }
        .matchTimeLMT img {
        height:25px;
    }

        .matchTimeLMT .matchTimeLMT_Away .divTimeLMT {
            flex-direction: row-reverse;
        }


        .matchInformationLMT {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: calc(100% - 0px);
        height: auto;
        flex-direction: row;
        min-height: 80px;
    }

.scorLMT {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-weight: bold;
    width: 80px;
    text-align: Center;
}
.scor.color01{ color:#000;}

.scorLMT .scor {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5px;
}

.teamLogoLMT {
    min-width: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.matchInformationLMT img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 70px;
}

.matchHomeTeamLMT,
.matchAwayTeamLMT {
    width: calc(100% - 140px);
    text-align: Center;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.container {
    position: relative;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd800;
    object-fit: cover;
    max-width: 830px;
    max-height: 350px;
}

.lmtStatus{width:100%; display:flex; align-items:center; justify-content:center; }

.imgBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.25);
    z-index: 2;
}

.responsive-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* macSonaErdi */
.macSonaErdi {
    opacity: 0;
    transition: all 1s;
}

.centered-box,
.centered-Time,
.centered-information {
    position: absolute;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-box {
    width: 80%;
    height: 80%;
    z-index: 3;
}

.centered-information {
    width: 50%;
    height: 10%;
    z-index: 3;
    display: none;
}

.centered-Time {
    top: 1%;
    width: 15%;
    height: 8%;
    z-index: 10;
}

.text-content {
    text-align: center;
    font-size: 24px;
    color: #000;
}

.macIstatislik .mIsMain {
    float: left;
    display: block;
    width: 100%;
}
    .macIstatislik .mIsMain.Marg01 {
        margin: 5px 0 0 0;
    }

    .macIstatislik .mIsMain.Marg02 {
        margin: 10px 0 0 0;
    }

.macIstatislik_Title,
.macIstatislik_TitleMain {
    width: calc(100%);
    float: left;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .macIstatislik_TitleMain span {
        font-size: .85em;
        font-weight: 600;
        padding: 2px 10px 4px 10px;
        letter-spacing: 1.5px;
        text-align: center;
        background-color: rgba(0,0,0,.50);
        color: #fff;
        border-radius: 3px;
    }

    .macIstatislik_Title span {
        font-size: .55em;
        font-weight: 600;
        padding: 2px 10px 2px 10px;
        letter-spacing: 1.5px;
        text-align: center;
        background-color: rgba(0,0,0,.70);
        color: #fff;
        border-radius: 15px;
        min-width:130px;
    }

.macIstatislik_Border,
.macIstatislik_Say {
    width: calc(100% - 10px);
    float: left;
    margin: 0;
    padding: 1px 5px 1px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.macIstatislik_Say {
    width: calc(100%);    
}
.saylbox,
.sayrbox {
    margin-top: -17px;
}

.saylbox {
    justify-content: flex-start !important;
}

.sayrbox {
    justify-content: flex-end !important;
}

.saylbox span,
.sayrbox span {
    padding: 2px;
    width: 20px;
    margin-left: 7.5px;
    font-size: .75em;
    text-align: center;
    background-color: rgba(0,0,0, .85);
    color: #fff;
    border-radius: 5px;
    font-weight:600;
}
.right-box.sayrbox span {
    margin-right: 15px;
}


.left-box,
.right-box {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    border-radius: 15px;
}
    .left-box{
        border-bottom-right-radius:0;
        border-top-right-radius:0;
    }
    .right-box {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }



    /* SagAtak */
    .sagAtak {
        width: 1%;
        background-color: rgba(0,0,0,.25);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        transition: all 1s;
        opacity: 0;
    }

    .sagAtak::after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 0;
        height: 0;
        border-top: 175px solid transparent;
        border-bottom: 175px solid transparent;
        border-right: 120px solid rgba(0,0,0,.25);
    }

    .sagAtak::before {
        content: "";
        position: absolute;
        top: 88px;
        right: 100%;
        width: 0;
        height: 0;
        border-top: 86px solid transparent;
        border-bottom: 86px solid transparent;
        border-right: 60px solid rgb(255, 12, 12, .50);
        transform: translateX(-60px);
        animation: flashAtakSag 1s infinite;
    }

.sagAtak_Icerik {
    width: calc(100% - 0px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 50px;
    opacity: 0; /* Başlangıçta gizli */
    animation: fadeIn 1s forwards;
    animation-delay: .5s; /* 5 saniye gecikme */
}

/* SolAtak */
.solAtak {
    width: 1%;
    background-color: rgba(0,0,0,.25);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
}

    .solAtak::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-top: 175px solid transparent;
        border-bottom: 175px solid transparent;
        border-left: 120px solid rgba(0,0,0,.25);
    }

    .solAtak::before {
        content: "";
        position: absolute;
        top: 88px;
        left: 100%;
        width: 0;
        height: 0;
        border-top: 86px solid transparent;
        border-bottom: 86px solid transparent;
        border-left: 60px solid rgb(255, 12, 12, .50);
        transform: translateX(60px);
        animation: flashAtakSol 1s infinite;
    }

.solAtak_Icerik {
    width: calc(100% - 0px);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    opacity: 0; /* Başlangıçta gizli */
    animation: fadeIn 1s forwards;
    animation-delay: .5s; /* 5 saniye gecikme */
}

@keyframes flashAtakSag {
    0%, 100% {
        border-right-color: rgba(84, 192, 255, 0.5);
    }

    50% {
        border-right-color: rgba(84, 192, 255, 0);
    }
}

@keyframes flashAtakSol {
    0%, 100% {
        border-left-color: rgba(255, 12, 12, 0.5);
    }

    50% {
        border-left-color: rgba(255, 12, 12, 0);
    }
}

.divImg {
    width: 50px;
}

    .divImg img {
        max-height: 50px;
        padding: 5px;
        border-radius: 5px;
    }

        .divImg img.img01 {
            background-color: #ff0000;
        }

        .divImg img.img02 {
            background-color: #54c0ff;
        }

.divText {
    min-width: calc(140px);
    max-width: calc(160px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 55px;
    margin-top: -5px;
    margin-left: 9px;
    padding-left: 20px;
    padding-right: 20px;
}

.divTextSag {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left; 
    margin-left: -55px;
}

.divText b,
.divText b.bsag {
    color: #000;
    font-size: 1.1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divText span,
.divText span.spansag {
    color: #000;
    font-size: .95em;
    width: calc(100% - 5px);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.LMT_info-popup {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 5px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transform: scale(1);
    transition: all 0.5s ease;
    z-index: 10;
    flex-direction:row-reverse;
}


.LMT_info-popup1 {
    position:absolute;
    left:10px;
}

.LMT_info-popup2 {
    position: absolute;
    display:flex;
    flex-direction:row;
}

.LMT_icon-container {
    background-color: hsl(50, 100%, 81%);
    display: flex;
    align-items: center;
    padding: 2px;
    border-radius: 3px;
}

    .LMT_icon-container img {
        width: 50px;
        height: 50px;
    }

.LMT_info-content {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
    max-width: 200px;
    min-width: 116px;
    color: #fff;
}

.LMT_info-title,
.LMT_info-description {
    margin: 0;
    width: calc(100% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LMT_info-title {
    font-size: .95rem;
    font-weight: 700;
    
}

.LMT_info-description {
    font-size: .65rem;
    font-weight: 600;
    margin-top:5px;
}



.Atak_10 {
    width: 10%;
}

.Atak_25 {
    width: 25%;
}

.Atak_39 {
    width: 39%;
}

.Atak_50 {
    width: 50%;
}

.Atak_75 {
    width: 75%;
}

.Atak_90 {
    width: 90%;
}

.solAtakMoveCenterSafe {
    animation: solAtakMoveCenterSafe 1s forwards;
}

.sagAtakMoveCenterSafe {
    animation: sagAtakMoveCenterSafe 1s forwards;
}

.solAtakMoveCenterAttack {
    animation: solAtakMoveCenterAttack 1s forwards;
}

.sagAtakMoveCenterAttack {
    animation: sagAtakMoveCenterAttack 1s forwards;
}

.solAtakMoveCenterDanger {
    animation: solAtakMoveCenterDanger 1s forwards;
}

.sagAtakMoveCenterDanger {
    animation: sagAtakMoveCenterDanger 1s forwards;
}

.fade-in {
    animation: fadeIn .5s forwards;
}

.fade-out {
    animation: fadeOut .5s forwards;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

@keyframes solAtakMoveCenterSafe {
    0% {
        left: 5%;
    }

    100% {
        width: 22%;
        left: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes sagAtakMoveCenterSafe {
    0% {
        right: 5%;
    }

    100% {
        width: 22%;
        right: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes solAtakMoveCenterAttack {
    0% {
        left: 5%;
    }

    100% {
        width: 30%;
        left: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes sagAtakMoveCenterAttack {
    0% {
        right: 5%;
    }

    100% {
        width: 30%;
        right: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes solAtakMoveCenterDanger {
    0% {
        left: 5%;
    }

    100% {
        width: 72.5%;
        left: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes sagAtakMoveCenterDanger {
    0% {
        right: 5%;
    }

    100% {
        width: 72.5%;
        right: calc(5%);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {       
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.corner-kick {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
}

    .corner-kick.top-left {
        top: 2%;
        left: 5%;
        display: none;
    }

        .corner-kick.top-left::after {
            content: '→';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(30%, 0) rotate(45deg);
            font-size: 20px;
            color: #fff;
        }

    .corner-kick.top-right {
        top: 2%;
        right: 5%;
        display: none;
    }

        .corner-kick.top-right::after {
            content: '→';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-105%, 0) rotate(125deg);
            font-size: 20px;
            color: #fff;
        }

    .corner-kick.bottom-left {
        bottom: 2%;
        left: 5%;
        display: none;
    }

        .corner-kick.bottom-left::after {
            content: '→';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(30%, -135%) rotate(-45deg);
            font-size: 20px;
            color: #fff;
        }

    .corner-kick.bottom-right {
        bottom: 2%;
        right: 5%;
        display: none;
    }

        .corner-kick.bottom-right::after {
            content: '→';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-105%, -135%) rotate(-125deg);
            font-size: 20px;
            color: #fff;
        }

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.centered-content {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.kornerBottomLeftContent,
.kaleVurusuBottomLeftContent {
    left: 34%;
    bottom: 5%;
    display: none;
    transition: transform 1s ease;
}

.kornerTopLeftContent {
    left: 34%;
    top: 17%;
    display: none;
    transition: transform 1s ease;
}

.kornerTopRightContent {
    right: -17%;
    top: 17%;
    display: none;
    transition: transform 1s ease;
}

.kornerBottomRightContent,
.kaleVurusuBottomRightContent {
    right: -17%;
    bottom: 5%;
    display: none;
    transition: transform 1s ease;
}

.kaleVurusuSol, .kaleVurusuSag {
    display: none;
}

.kaleVurusuBall {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,.75);
    border-radius: 50%;
    animation: kaleVurusuBlink 1s infinite;
}

.kaleVurusuBallSol {
    top: 50%;
    left: 6.5%;
}

.kaleVurusuBallSag {
    top: 50%;
    right: 5%;
}

@keyframes kaleVurusuBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.kaleVurusuArrow {
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.kaleVurusuArrowSol {
    top: 50%;
    left: 28%;
    border-top: 350px solid rgba(0,0,0,.35);
}

.kaleVurusuArrowSag {
    top: 50%;
    right: 15.5%;
    border-bottom: 350px solid rgba(0,0,0,.35);
}


.confetti {
    position: absolute;
    width: 10px;
    height: 30px;
    background-color: hsl(50, 100%, 50%);
    animation: fall 3s linear infinite;
}


#confetti-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    pointer-events: none;
}

.notification {
    position: absolute;
    width: 95%;
    height: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .notification h1 {
        width: 50%;
        height: 40%;
        position: absolute;
        background-color: rgba(255,255,255,.75);
        color: #000;
        border-radius: 5px;
    }

        .notification h1 span {
            display: block;
            float: left;
            width: 100%;
            padding: 5px 0 5px 0;
        }

.hidden {
    display: none;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}
.serbestVurus, .tac, .vurusKale, .korner {
    display: none;
}
.serbestVurus, .tac, .vurusKale, .korner {
    z-index: 6;
    position: absolute;
}


/* vurusKale */
    .vurusKale_Ball {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        background-color: rgba(255,255,255,.75);
        border-radius: 50%;
        animation: serbestVurusBlink 1s infinite;
    }    
    .vurusKale_Arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 181px solid rgba(0,0,0,.35);
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-radius: 35%;
    }
    .vurusKale_Top9_Left9 { left: 7%; }
    .vurusKale_Top9_Right9 { right: 7%; }
    .vurusKale_Top9_Left9 .vurusKale_Arrow { transform: translate(11%, -87%) rotate(90deg); }
    .vurusKale_Top9_Right9 .vurusKale_Arrow { transform: translate(-110%, -87%) rotate(-90deg); }
    .vurusKale_Top9_Left9 .LMT_info-popup1 {
        left: -6px;
        right: auto;
        flex-direction: row;
    }
    .vurusKale_Top9_Right9 .LMT_info-popup1 {
        right: -6px;
        left: auto;
        flex-direction: row-reverse;
    }
    .vurusKale_Top9_Right9 .vurusKale_Ball,
    .vurusKale_Top9_Left9 .vurusKale_Ball { top: 0px;}
    .vurusKale_Top9_Right9 .vurusKale_Arrow,
    .vurusKale_Top9_Left9 .vurusKale_Arrow { top: 66px;}
    .vurusKale_Top9_Left9 .LMT_info-popup1,
    .vurusKale_Top9_Right9 .LMT_info-popup1 { top: -138px;}
/* vurusKale */


        .serbestVurus_Ball, .tac_Ball, .Korner_Ball {
            position: absolute;
            transform: translate(-50%, -50%);
            width: 15px;
            height: 15px;
            background-color: rgba(255,255,255,.75);
            border-radius: 50%;
            animation: serbestVurusBlink 1s infinite;
        }

.serbestVurus_Arrow, .tac_Arrow, .Korner_Arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 181px solid rgba(0,0,0,.35);
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-radius: 35%;
}


/*Taç*/
.tac_Top9_Left9, .tac_Bottom9_Left9 {
    left: 9%;
}
.tac_Top9_Right9, .tac_Bottom9_Right9 {
    right: 9%;
}

    .tac_Top9_Left9 .tac_Arrow{
        top: 80px;
        transform: translate(-25%, -50%) rotate(-205deg);
    }
    .tac_Bottom9_Left9 .tac_Arrow {
        bottom: 87px;
        transform: translate(-25%, 146%) rotate(25deg);
    }

    .tac_Top9_Right9 .tac_Arrow {
        top: 80px;
        transform: translate(-75%, -50%) rotate(-155deg);
    }

    .tac_Bottom9_Right9 .tac_Arrow {
        bottom: 87px;
        transform: translate(-75%, 146%) rotate(-25deg);
    }

    .tac_Bottom9_Left9 .tac_Ball,
    .tac_Bottom9_Right9 .tac_Ball {
        bottom: -180px;
    }
    .tac_Top9_Left9 .LMT_info-popup1,
    .tac_Top9_Right9 .LMT_info-popup1 {
        top: 4px;
    }
    .tac_Top9_Left9 .LMT_info-popup1 {        
        left: 50px;
        right: auto;
        flex-direction: row;
    }
    
    .tac_Top9_Right9 .LMT_info-popup1 {
        left: auto;
        right: 50px;
        flex-direction: row-reverse;
    }
    .tac_Bottom9_Left9 .LMT_info-popup1,
    .tac_Bottom9_Right9 .LMT_info-popup1 {
        bottom: -164px;
    }
    .tac_Bottom9_Left9 .LMT_info-popup1 {        
        left: 50px;
        right: auto;
        flex-direction: row;
    }
    
    .tac_Bottom9_Right9 .LMT_info-popup1 {        
        left: auto;
        right: 50px;
        flex-direction: row-reverse;
    }



.tac_Top9_Left25, .tac_Bottom9_Left25 {
    left: 25%;
}

.tac_Top9_Right25, .tac_Bottom9_Right25 {
    right: 25%;
}

.tac_Top9_Left38, .tac_Bottom9_Left38 {
    left: 38%;
}
.tac_Top9_Right38, .tac_Bottom9_Right38 {
    right: 38%;
}
.tac_Top9_Left45, .tac_Bottom9_Left45 {
    left: 45%;
}
.tac_Top9_Right45 .tac_Bottom9_Right45 {
    right: 45%;
}

.tac_Top9_Left25, .tac_Top9_Left38, .tac_Top9_Left45, .tac_Top9_Left9,
.tac_Top9_Right25, .tac_Top9_Right38, .tac_Top9_Right45, .tac_Top9_Right9 {
    top: 2.5%;
}

.tac_Bottom9_Left25, .tac_Bottom9_Left38, .tac_Bottom9_Left45, .tac_Bottom9_Left9,
.tac_Bottom9_Right25, .tac_Bottom9_Right38, .tac_Bottom9_Right45, .tac_Bottom9_Right9 {
    bottom: 2.5%;
}

    .tac_Top9_Left25 .tac_Arrow,
    .tac_Top9_Left38 .tac_Arrow,
    .tac_Top9_Left45 .tac_Arrow,
    .tac_Top9_Right45 .tac_Arrow,
    .tac_Top9_Right38 .tac_Arrow,
    .tac_Top9_Right25 .tac_Arrow {
        top: 87px;
        transform: translate(-48%, -50%) rotate(-182deg);
    }

.tac_Bottom9_Left25 .tac_Arrow,
.tac_Bottom9_Left38 .tac_Arrow,
.tac_Bottom9_Left45 .tac_Arrow,
.tac_Bottom9_Right45 .tac_Arrow,
.tac_Bottom9_Right38 .tac_Arrow,
.tac_Bottom9_Right25 .tac_Arrow {
    bottom: 87px;
    transform: translate(-48%, 50%) rotate(2deg);
}

    .tac_Top9_Left25 .LMT_info-popup1,
    .tac_Top9_Left38 .LMT_info-popup1,
    .tac_Top9_Left45 .LMT_info-popup1,
    .tac_Top9_Right45 .LMT_info-popup1,
    .tac_Top9_Right38 .LMT_info-popup1,
    .tac_Top9_Right25 .LMT_info-popup1 {
        top:4px;
    }

.tac_Bottom9_Left25 .LMT_info-popup1,
.tac_Bottom9_Left38 .LMT_info-popup1,
.tac_Bottom9_Left45 .LMT_info-popup1,
.tac_Bottom9_Right45 .LMT_info-popup1,
.tac_Bottom9_Right38 .LMT_info-popup1,
.tac_Bottom9_Right25 .LMT_info-popup1 {
    bottom: 4px;
}

.tac_Top9_Left25 .LMT_info-popup1,
.tac_Top9_Left38 .LMT_info-popup1,
.tac_Top9_Left45 .LMT_info-popup1 {
    left: 37px;
    right: auto;
    flex-direction: row-reverse;
}

.tac_Top9_Right45 .LMT_info-popup1,
.tac_Top9_Right38 .LMT_info-popup1,
.tac_Top9_Right25 .LMT_info-popup1 {
    right: 37px;
    left: auto;
    flex-direction: row;
}

.tac_Bottom9_Left25 .LMT_info-popup1,
.tac_Bottom9_Left38 .LMT_info-popup1,
.tac_Bottom9_Left45 .LMT_info-popup1 {
    left: 37px;
    right: auto;
    flex-direction: row-reverse;
}

.tac_Bottom9_Right45 .LMT_info-popup1,
.tac_Bottom9_Right38 .LMT_info-popup1,
.tac_Bottom9_Right25 .LMT_info-popup1 {
    right: 37px;
    left: auto;
    flex-direction: row;
}




.serbestVurus_Top9_Left9,
.serbestVurus_Top9_Right9 {
    top: 9%;
}    
.serbestVurus_Top9_Left9 .serbestVurus_Arrow,
.serbestVurus_Top9_Right9 .serbestVurus_Arrow {
        top: 87px;
    }
    .serbestVurus_Top9_Left9 .LMT_info-popup1,
    .serbestVurus_Top9_Right9 .LMT_info-popup1 {
        top: -6px;
    }
    .serbestVurus_Top9_Left9 {
        left: 9%;
    }
    .serbestVurus_Top9_Left9 .serbestVurus_Arrow {
        transform: translate(-35%, -50%) rotate(-195deg);
    }
    .serbestVurus_Top9_Left9 .LMT_info-popup1 {
        left:50px;
        right:auto;
    }
    .serbestVurus_Top9_Right9 {
    right: 9%;
}
    .serbestVurus_Top9_Right9 .serbestVurus_Arrow {
        transform: translate(-65%, -50%) rotate(195deg);
    }
    .serbestVurus_Top9_Right9 .LMT_info-popup1 {
        left: auto;
        right: 25px;
    }


/*Top15_Left27*/
/*Top15_Right27*/
.serbestVurus_Top15_Left27,
.serbestVurus_Top15_Right27 {
    top: 15%;
}
    .serbestVurus_Top15_Left27 .serbestVurus_Arrow,
    .serbestVurus_Top15_Right27 .serbestVurus_Arrow {
        top: 62px;
    }
.serbestVurus_Top15_Left27 {
        left: 27%;
    }
    .serbestVurus_Top15_Left27 .serbestVurus_Arrow {
        transform: translate(-93%, -50%) rotate(-133deg);
    }
.serbestVurus_Top15_Right27 {
    right: 27%;
}
    .serbestVurus_Top15_Right27 .serbestVurus_Arrow {
        transform: translate(-6%, -50%) rotate(133deg);
      
    }
    .serbestVurus_Top15_Right27 .LMT_info-popup1 {
        left:auto;
        right:15px;
    }

/*Top15_Left45*/
.serbestVurus_Top15_Left45 {
    top: 15%;
    left: 45%;
}
    .serbestVurus_Top15_Left45 .serbestVurus_Arrow {
        transform: translate(-100%, -50%) rotate(-123deg);
        top: 50px;
    }

/*Top15_Right45*/
.serbestVurus_Top15_Right45 {
    top: 15%;
    right: 45%;
}
    .serbestVurus_Top15_Right45 .serbestVurus_Arrow {
        transform: translate(0%, -50%) rotate(123deg);
        top: 50px;
    }
    .serbestVurus_Top15_Right45 .LMT_info-popup1 {
        left: auto;
        right: 15px;
    }

/*Center50_Left27*/
.serbestVurus_Center50_Left27 {
    top: 50%;
    left: 27%;
}
    .serbestVurus_Center50_Left27 .serbestVurus_Arrow {
        transform: translate(-109%, -50%) rotate(-90deg);
        top: 1px;
    }
    .serbestVurus_Center50_Left27 .LMT_info-popup1 {
        top: -35px;
    }

/*Center50_Right27*/
.serbestVurus_Center50_Right27 {
    top: 50%;
    right: 27%;
}
    .serbestVurus_Center50_Right27 .serbestVurus_Arrow {
        transform: translate(9%, -50%) rotate(90deg);
        top: 1px;
    }
    .serbestVurus_Center50_Right27 .LMT_info-popup1 {
        top: -35px;
        left:auto;
        right:15px;
    }

/*Center50_Left45 */
.serbestVurus_Center50_Left45 {
    top: 50%;
    left: 45%;
}
    .serbestVurus_Center50_Left45 .serbestVurus_Arrow {
        transform: translate(-109%, -50%) rotate(-90deg);
        top: 1px;
    }
    .serbestVurus_Center50_Left45 .LMT_info-popup1 {
        top: -35px;
    }

/*Center50_Right45*/
.serbestVurus_Center50_Right45 {
    top: 50%;
    right: 45%;
}
    .serbestVurus_Center50_Right45 .serbestVurus_Arrow {
        transform: translate(12%, -50%) rotate(90deg);
        top: 1px;
    }
    .serbestVurus_Center50_Right45 .LMT_info-popup1 {
        top: -35px;
        right:10px;
        left:auto;
    }

/*_Bottom9_Left9*/
.serbestVurus_Bottom9_Left9 {
    bottom: 9%;
    left: 9%;
}
    .serbestVurus_Bottom9_Left9 .serbestVurus_Arrow {
        transform: translate(-31%, -50%) rotate(18deg);
        bottom: -94px;
    }
    .serbestVurus_Bottom9_Left9 .LMT_info-popup1 {
        top: -63px;
        left:38px;
    }

/*_Bottom9_Right9*/
.serbestVurus_Bottom9_Right9 {
    bottom: 9%;
    right: 9%;
}
    .serbestVurus_Bottom9_Right9 .serbestVurus_Arrow {
        transform: translate(-69%, -50%) rotate(-18deg);
        bottom: -94px;
    }
    .serbestVurus_Bottom9_Right9 .LMT_info-popup1 {
        top: -63px;
        left: auto;
        right:38px;
    }

/*Bottom15_Left27*/
.serbestVurus_Bottom15_Left27 {
    bottom: 15%;
    left: 27%;
}
    .serbestVurus_Bottom15_Left27 .serbestVurus_Arrow {
        transform: translate(-99%, -50%) rotate(-54deg);
        bottom: -130px;
    }
    .serbestVurus_Bottom15_Left27 .LMT_info-popup1 {
        top: -63px;
    }

/*Bottom15_Right27*/
.serbestVurus_Bottom15_Right27 {
    bottom: 15%;
    right: 27%;
}
    .serbestVurus_Bottom15_Right27 .serbestVurus_Arrow {
        transform: translate(-2%, -50%) rotate(54deg);
        bottom: -130px;
    }
    .serbestVurus_Bottom15_Right27 .LMT_info-popup1 {
        top: -63px;
        left: auto;
        right: 15px;
    }

/*Bottom15_Left45*/
.serbestVurus_Bottom15_Left45 {
    bottom: 15%;
    left:  45%;
}
    .serbestVurus_Bottom15_Left45 .serbestVurus_Arrow {
        transform: translate(-99%, -50%) rotate(-54deg);
        bottom: -130px;
    }
    .serbestVurus_Bottom15_Left45 .LMT_info-popup1 {
        top: -63px;
    }


/*Bottom15_Right45*/
.serbestVurus_Bottom15_Right45 {
    bottom: 15%;
    right: 45%;
}
    .serbestVurus_Bottom15_Right45 .serbestVurus_Arrow {
        transform: translate(-2%, -50%) rotate(54deg);
        bottom: -130px;
    }
    .serbestVurus_Bottom15_Right45 .LMT_info-popup1 {
        top: -63px;
        left: auto;
        right: 15px;
    }

@keyframes serbestVurusBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


/*Korner*/
    .Korner_Top9_Left9,
    .Korner_Top9_Right9 {
        top: 3%;
    }

.Korner_Bottom9_Left9,
.Korner_Bottom9_Right9 {
    bottom: 3%;
}

    .Korner_Top9_Left9 .LMT_info-popup1,
    .Korner_Top9_Right9 .LMT_info-popup1 {
        top: 3px;
    }

.Korner_Bottom9_Left9 .LMT_info-popup1,
.Korner_Bottom9_Right9 .LMT_info-popup1 {
    bottom: 3px;
}

    .Korner_Top9_Left9 .LMT_info-popup1 {
        left: 71px;
        right:auto;
        flex-direction:row;
    }

.Korner_Bottom9_Left9 .LMT_info-popup1 {
    left: 71px;
    right: auto;
    flex-direction: row;
}

    .Korner_Top9_Right9 .LMT_info-popup1 {
        right: 71px;
        left:auto;
        flex-direction:row-reverse;
    }

.Korner_Bottom9_Right9 .LMT_info-popup1 {
    right: 71px;
    left: auto;
    flex-direction: row-reverse;
}

    .Korner_Top9_Left9 {
        left: 6%;
    }

.Korner_Bottom9_Left9 {
    left: 6%;
}
    .Korner_Top9_Right9 {
        right: 6%;
    }

.Korner_Bottom9_Right9 {
    right: 6%;
}
    .Korner_Top9_Left9 .Korner_Arrow {
        transform: translate(-75%, -50%) rotate(-209deg);
        left:83px;
        top:82px;
    }

.Korner_Bottom9_Left9 .Korner_Arrow {
    transform: translate(-75%, 50%) rotate(30deg);
    left: 83px;
    bottom: 82px;
}

    .Korner_Top9_Right9 .Korner_Arrow {
        transform: translate(75%, -50%) rotate(209deg);
        right: 83px;
        top: 82px;
    }

.Korner_Bottom9_Right9 .Korner_Arrow {
    transform: translate(75%, 50%) rotate(-30deg);
    right: 83px;
    bottom: 82px;
}
   

    @keyframes kornerBlink {
        0%, 100% {
            opacity: 1;
        }
    
        50% {
            opacity: 0;
        }
    }
/*Korner*/

.Ncontainer {
    position: relative;
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd800;
    object-fit: cover;
    max-width: 830px;
    max-height: 350px;
}

    .Ncontainer .responsive-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.nAtak {
    width: 25%;
    z-index: 2;
    height: 94%;
    position: absolute;
    background-color: rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 1s;
    opacity: 0;
}

    .nAtak::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 165px solid transparent;
        border-bottom: 165px solid transparent;
    }

    .nAtak::before {
        content: "";
        position: absolute;
        top: 12.1%;
        width: 0;
        height: 0;
        z-index: 3;
        border-top: 125px solid transparent;
        border-bottom: 125px solid transparent;
    }


.nAtak_Sol {
    left: 5.5%;
}

.nAtak_Sag {
    right: 5.5%;
}

.nAtak_Sol::before {
    transform: translateX(23px);
    left: 100%;
    border-left: 70px solid rgb(255, 12, 12, .25);
}

.nAtak_Sol::after {
    border-left: 95px solid rgba(0, 0, 0, .25);
    top: 0;
    left: 100%;
}

.nAtak_Sag::before {
    transform: translateX(-23px);
    right: 100%;
    border-right: 70px solid rgb(4, 34, 96, .50);
}

.nAtak_Sag::after {
    border-right: 95px solid rgba(0, 0, 0, .25);
    top: 0;
    right: 100%;
}


.nIcerik {
    width: auto;
    max-width: 200px;
    height: 50px;
    background-color: rgba(255,255,255,.95);
    position: absolute;
    top: 0;
    transform: translateY(275%);
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: .5s;
}

.nAtak_Sol .nIcerik {
    border-radius: 0 5px 5px 0;
    left: 1%;
}

.nAtak_Sag .nIcerik {
    border-radius: 5px 0 0 5px;
    right: 1%;
    flex-direction: row-reverse;
}

.solAtakMoveCenterSafe .nIcerik,
.sagAtakMoveCenterSafe .nIcerik {
    max-width: 185px;
    min-width: 110px;
}
.solAtakMoveCenterSafe .nIcerik {
    left: auto;
    right:-10%;
}

.sagAtakMoveCenterSafe .nIcerik {
    right: auto;
    left:-10%;
}


.solAtakMoveCenterAttack .nIcerik,
.sagAtakMoveCenterAttack .nIcerik {
    max-width: 200px;
    min-width: 110px;
}

.solAtakMoveCenterAttack .nIcerik {
    left: auto;
    right:-7%;
}

.sagAtakMoveCenterAttack .nIcerik {
    right: auto;
    left: -7%;
}

.solAtakMoveCenterDanger .nIcerik,
.sagAtakMoveCenterDanger .nIcerik {
    max-width: 225px;
    min-width: 110px;
}

.solAtakMoveCenterDanger .nIcerik {
    left: auto;
    right:-3%;
}

.sagAtakMoveCenterDanger .nIcerik {
    right: auto;
    left: -3%;
}

.nTakim {
    width: 45px;
    height: 45px;
    padding: 2.5px;
}

.nAtak_Sol .nTakim {
    background-color: rgba(255, 12, 12, .25);
}

.nAtak_Sag .nTakim {
    background-color: rgba(4, 34, 96, .50);
}

.nTakim img {
    width: 100%;
    height: auto;
    display: block;
}

.nYazi {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nYaziIcerik {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100%);
}

    .nYaziIcerik span {
        width: calc(100% - 10px);
        padding: 0 5px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nYaziIcerik01 {
    font-size: .95em;
    font-weight: 700;
    text-align: right;
}

.nYaziIcerik02 {
    font-size: .70em;
    font-weight: 600;
    text-align: right;
}

.nAtak_Sag .nIcerik .nYaziIcerik01,
.nAtak_Sag .nIcerik .nYaziIcerik02 {
    text-align: left;
}

.Lmt_InStatics {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 0 5px 0;
}

.Lmt_StaticMain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap:5px;
    width:50%;
}
    .Lmt_StaticMain span.spRed {
        background-color: rgb(255, 12, 12, .75);
        
    }
    .Lmt_StaticMain span.spYellow {
        background-color: rgba(222, 224, 11, .75);
        
    }
    .Lmt_StaticMain span.spGoal {
        background-color: rgba(35, 114, 8, .75);
      
    }
    .Lmt_StaticMain span.spCorner {
        background-color: rgba(3, 67, 109, .75);
        
    }
    .Lmt_StaticMain span {
        display: flex;
        height: auto;
        min-width: 40px;
        border-radius: 3px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: .75em;
        font-weight: 600;
        padding: 5px;
        gap: 5px;
        color: #fff;
    }

        .Lmt_StaticMain span b {
            font-size: .90em;
            font-weight: 600;
        }


@media only screen and (max-width: 768px) {

    .container {
        max-height: 225px;
    }

    .solAtak::after {
        top: 0;
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 90px solid rgba(0, 0, 0, .25);
    }

    .solAtak::before {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 30px solid rgba(0, 0, 0, .25);
        top: 70px;
    }

    .solAtak_Icerik {
        width: calc(150px);
        justify-content: flex-start;
        margin-left: 28px;
        margin-top: 3px;
    }

    .sagAtak_Icerik {
        width: calc(150px);
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 3px;
    }

    .divText {
        min-width: 80px;
        max-width: 80px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 42px;
        margin-top: -3px;
        margin-left: -10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .divTextSag {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: left;
        margin-left: -55px;
    }

    .divText span, .divText span.spansag {
        font-size: .75em;
    }

    .divText b, .divText b.bsag {
        font-size: .85em;
    }

    .divImg img {
        max-height: 32px;
        border-radius: 5px 0 0 5px;
    }

        .divImg img.img02 {
            max-height: 32px;
            border-radius: 0 5px 5px 0;
        }

    .sagAtak::after {
        top: 0;
    }

    .sagAtak::before {
        top: 70px;
    }

    .nAtak::before {
        border-top: 42px solid transparent;
        border-bottom: 42px solid transparent;
        top: 30.1%;
    }

    .nAtak::after {
        border-top: 105px solid transparent;
        border-bottom: 105px solid transparent;
    }

    .sagAtakMoveCenterSafe::before {
        right: 137%;
        border-right: 35px solid rgba(43, 157, 4, .50);
    }

    .solAtakMoveCenterSafe::before {
        left: 137%;
        border-left: 35px solid rgba(43, 157, 4, .50);
    }

    .sagAtakMoveCenterAttack::before {
        right: 123%;
        border-right: 35px solid rgba(205, 207, 3, .50);
    }

    .solAtakMoveCenterAttack::before {
        left: 123%;
        border-left: 35px solid rgba(205, 207, 3, .50);
    }

    .sagAtakMoveCenterDanger::before {
        right: 115%;
        border-right: 35px solid rgba(255, 12, 12, .50);
    }

    .solAtakMoveCenterDanger::before {
        left: 115%;
        border-left: 35px solid rgba(255, 12, 12, .50);
    }

    .nIcerik {
        transform: translateY(160%);
        width: auto;
        max-width: 168px;
    }

    .solAtakMoveCenterSafe .nIcerik,
    .sagAtakMoveCenterSafe .nIcerik {
        max-width: 125px;
    }

    .solAtakMoveCenterSafe .nIcerik {
        left: auto;
        right: -55%;
    }

    .sagAtakMoveCenterSafe .nIcerik {
        right: auto;
        left: -55%;
    }


    .sagAtakMoveCenterAttack .nIcerik,
    .solAtakMoveCenterAttack .nIcerik {
        max-width: 180px;
    }

    .sagAtakMoveCenterAttack .nIcerik {
        right: auto;
        left: -33%;
    }

    .solAtakMoveCenterAttack .nIcerik {
        left: auto;
        right: -33%;
    }

    .sagAtakMoveCenterDanger .nIcerik,
    .solAtakMoveCenterDanger .nIcerik {
        max-width: 230px;
    }

    .sagAtakMoveCenterDanger .nIcerik {
        right: auto;
        left: -22%;
    }

    .solAtakMoveCenterDanger .nIcerik {
        left: auto;
        right: -22%;
    }

    @keyframes solAtakMoveCenterSafe {
        0% {
            left: 0%;
        }

        100% {
            width: 25%;
            left: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes sagAtakMoveCenterSafe {
        0% {
            right: 0%;
        }

        100% {
            width: 25%;
            right: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes solAtakMoveCenterAttack {
        0% {
            left: 0%;
        }

        100% {
            width: 40%;
            left: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes sagAtakMoveCenterAttack {
        0% {
            right: 0%;
        }

        100% {
            width: 40%;
            right: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes solAtakMoveCenterDanger {
        0% {
            left: 0%;
        }

        100% {
            width: 65%;
            left: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes sagAtakMoveCenterDanger {
        0% {
            right: 0%;
        }

        100% {
            width: 65%;
            right: calc(0%);
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        to {
            opacity: 0;
        }
    }


    .LMT_info-title {
        font-size: .75rem;
        font-weight: 700;
    }

    .LMT_info-description {
        font-size: .60rem;
        font-weight: 600;
        margin-top: 5px;
    }


    /* vurusKale */
    .vurusKale_Ball {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        background-color: rgba(255,255,255,.75);
        border-radius: 50%;
        animation: serbestVurusBlink 1s infinite;
    }

    .vurusKale_Arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 140px solid rgba(0,0,0,.35);
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        border-radius: 35%;
    }

    .vurusKale_Top9_Left9 {
        left: 7%;
    }

    .vurusKale_Top9_Right9 {
        right: 7%;
    }

    .vurusKale_Top9_Left9 .vurusKale_Arrow {
        transform: translate(-2%, -87%) rotate(90deg);
    }

    .vurusKale_Top9_Right9 .vurusKale_Arrow {
        transform: translate(-95%, -87%) rotate(-90deg);
    }

    .vurusKale_Top9_Left9 .LMT_info-popup1 {
        left: 15px;
        right: auto;
    }

    .vurusKale_Top9_Right9 .LMT_info-popup1 {
        right: 15px;
        left: auto;
    }

    .vurusKale_Top9_Right9 .vurusKale_Ball,
    .vurusKale_Top9_Left9 .vurusKale_Ball {
        top: 0px;
    }

    .vurusKale_Top9_Right9 .vurusKale_Arrow,
    .vurusKale_Top9_Left9 .vurusKale_Arrow {
        top: 52px;
    }

    .vurusKale_Top9_Left9 .LMT_info-popup1,
    .vurusKale_Top9_Right9 .LMT_info-popup1 {
        top: -100px;
    }
    /* vurusKale */



    .Korner_Top9_Left9 .LMT_info-popup1,
    .Korner_Bottom9_Left9 .LMT_info-popup1 {
        left: 74px;
    }

    .Korner_Top9_Right9 .LMT_info-popup1,
    .Korner_Bottom9_Right9 .LMT_info-popup1 {
        right: 74px;
    }

    .tac_Top9_Right45 .LMT_info-popup1,
    .tac_Bottom9_Right45 .LMT_info-popup1 {
        right: 13px;
    }

    .tac_Top9_Left45 .LMT_info-popup1,
    .tac_Bottom9_Left45 .LMT_info-popup1 {
        left: 35px;
    }


    .matchTimeLMT {
        min-height: 15px;
    }

    .teamLogoLMT {
        min-width: 50px;
        background-color: rgba(0,0,0,.05);
        padding: 5px 0 5px 0;
    }

    .matchTimeLMT span {
        background-color: rgba(0,0,0,.50);
        padding: 5px;
        max-width: 33px;
        border-radius: 3px;
    }

    .matchInformationLMT img {
        max-width: 30px;
        max-height: 40px;
    }

    .matchLeagueLMT,
    .matchTimeLMT,
    .matchHomeTeamLMT,
    .matchAwayTeamLMT {
        font-size: .75em;
    }

    .matchInformationLMT {
        min-height: 55px;
    }

    .Lmt_StaticMain span {
        min-width: 33px;
        min-height: 30px;
        border-radius: 5px;
        font-size: .55em;
        font-weight: 600;
        padding: 3px;
        gap: 1px;
    }

        .Lmt_StaticMain span b {
            font-size: .65em;
            font-weight: 600;
        }

    .matchTimeLMT .divTimeLMT {
        width: 35px;
    }

    .matchTimeLMT img {
        height: 15px;
    }

    .matchTimeLMT .divTimeLMT span {
        width:10px;

    }
}