#scrollIframe .report-container {
    background-color: white;
    width: 508px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#scrollIframe .report-content {
    padding: 0 20px 20px 20px;
    background-color: #f2f2f2;
}
#scrollIframe .match-minute {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
}
#scrollIframe .report-header {
    text-align: center;
    font-weight: bold;
    padding: 20px;
    background-color: #e6e6e6;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #fff;
}
#scrollIframe .statistics-header {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
#scrollIframe #info #i_main .main_title .title_left select {
    min-width: 90px;
}
#scrollIframe .teams {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
#scrollIframe .match-table__col-minute {
    padding: unset !important;
}
#scrollIframe .match-table__minute-title {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    height: 36px;
    line-height: 36px;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
#scrollIframe body.dark .match-table__col-minute {
    border-left: 1px solid #070f03;
    border-right: 1px solid #070f03;
}
#scrollIframe .team {
    display: flex;
    align-items: center;
}
#scrollIframe .team span {
    font-weight: bold;
}
#scrollIframe .team-logo {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
#scrollIframe .vs {
    font-size: 18px;
    font-weight: bold;
    color: #005030;
}
#scrollIframe .match-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: unset !important;
    /*margin-bottom: 10px;
    */
}
#scrollIframe .match-table th, #scrollIframe .match-table td {
    padding: 8px;
    text-align: center;
}
#scrollIframe .match-table th {
    background-color: #e6e6e6;
    font-weight: bold;
}
#scrollIframe .arrow {
    font-weight: bold;
    margin-left: 4px;
    background-color: #005030;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 0;
    width: 17px;
    height: 17px;
}
#scrollIframe .statistics {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    background: #fff;
}
#scrollIframe .stat-item {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
#scrollIframe .text-title {
    font-weight: bold;
    color: #005030;
}
#scrollIframe .stat-item .text-title {
    width: 200px;
}
#scrollIframe body #table_live #match-table tr:not([id^="ln_"]) td {
    border-top: unset !important;
    border-bottom: none !important;
}
#scrollIframe .match-table__team-name {
    gap: 12px;
}
#scrollIframe .match-table__team-name .team-name {
    width: 120px;
    word-break: break-all;
}
#scrollIframe .match-table__team-name-left {
    justify-content: end;
}
#scrollIframe .match-table__team-name-right {
    justify-content: start;
}
#scrollIframe body .report-container .closebtn::before {
    background: #717171 !important;
}
#scrollIframe body .report-container .closebtn::after {
    background: #717171 !important;
}
#scrollIframe body .report-container .closebtn {
    background: transparent !important;
    border: 1px solid #717171 !important;
    width: 18px !important;
    height: 18px !important;
    top: 14px;
    right: 14px;
}
#scrollIframe body .report-container .closebtn::after, #scrollIframe body .report-container .closebtn::before {
    top: 9px !important;
    left: 3px !important;
    width: calc(100% - 6px);
}
#scrollIframe body.dark #table_live #match-table tr td, #scrollIframe body.dark #table_live #match-table tr td {
    background: #1b1d1a !important;
}
#scrollIframe .dark .report-container {
    background-color: #000;
}
#scrollIframe .dark .report-content {
    background-color: #000;
}
#scrollIframe .dark .report-header {
    color: #e6e6e6;
    background-color: #000;
    border-bottom: 1px solid #32302f;
}
#scrollIframe .dark .match-table tbody td {
    background-color: #000;
}
#scrollIframe .dark .match-table th {
    color: #e6e6e6;
    background-color: #374033;
}
#scrollIframe .dark .statistics-header {
    background-color: #374033;
}
#scrollIframe .dark .statistics {
    background-color: #1b1d1a;
}
#scrollIframe .dark .match-table__minute-title {
    border-left: 1px solid #070f03;
    border-right: 1px solid #070f03;
}
#scrollIframe .dark .text-title {
    color: #10e18d !important;
}
#scrollIframe .dark .arrow {
    background-color: #10e18d;
    color: #000 !important;
}
@media screen and (max-width: 1100px) {
    #scrollIframe div[id^='matchReport_'] {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 85%;
        zoom: 0.9;
    }
    #scrollIframe .report-container {
        width: 100% !important;
    }
    #scrollIframe body #main #table_live #match-table tr td {
        position: relative !important;
        right: 6px;
        top: 6px;
        width: 14px;
        height: 14px;
    }
    #scrollIframe body #main #table_live #match-table tbody {
        display: table-row-group !important;
    }
}
@media screen and (max-width: 600px) {
    #scrollIframe .team-logo {
        width: 16px;
        height: 16px;
    }
}
 