#scrollIframe #fake_iframeFixture .team-name {
    padding: 0;
    display: inline-block;
}

#scrollIframe #fake_iframeFixture .analyze-icon {
    pointer-events: none;
}

#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(5),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(6),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(7),
#scrollIframe #fake_iframeFixture .new-home-tr td:nth-child(9) {
    pointer-events: none;
}

#scrollIframe #fixture_iframe .team-name {
    padding: 0;
    display: inline-block;
}

#scrollIframe #fixture_iframe .analyze-icon {
    pointer-events: none;
}

#scrollIframe #fixture_iframe .new-home-tr td:nth-child(5),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(6),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(7),
#scrollIframe #fixture_iframe .new-home-tr td:nth-child(9) {
    pointer-events: none;
}

#scrollIframe #fixture_iframe .Detail-icon {
    pointer-events: none;
}
.wrap-rank-iframe #info.vue #main{
    gap: 0 !important;
}
.league-layout {
    padding-top: 12px;
    background-color: #e5e5e5;
}
#scrollIframe .data-sync #Table3 tr td:nth-child(1) {
    padding-left: 5px;
}
#scrollIframe .top-nav-vuejs {
    /*margin-bottom: 0;*/
    padding: 0 10px;
    background-color: #e5e5e5;
}

#scrollIframe.wrap-iframe.fixture-iframe {
    /*min-height: 100%;*/
    /*max-height: 100%;*/
    /*overflow: hidden;*/
    padding-top: 15px;
}

#scrollIframe.fixture-iframe #mintable {
    overflow-y: auto;
    max-height: 1000px;
    min-height: 500px;
}

#scrollIframe.fixture-iframe #fake_iframeFixture #mintable {
    overflow-y: auto;
    max-height: 800px;
    min-height: 500px;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar-track {
    background-color: #DDDDDD;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar {
    width: 8px;
}

#scrollIframe.fixture-iframe #mintable::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border: 2px solid #DDDDDD;
    border-radius: 30px;
    overflow: hidden;
}

#scrollIframe.fixture-iframe #table_live tr.tds td {
    border-top: 2px solid #f0f0f0;
    font-size: unset;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    line-height: normal;
    color: #222;
}

#scrollIframe.fixture-iframe .mcontent {
    margin-top: 0;
}

#scrollIframe #fake_iframeFixture #min {
    background-color: #f0f8ff00 !important;
}

#scrollIframe #fake_iframeFixture #min .match-box {
    padding: 7px;
    margin-bottom: 12px;
}

#scrollIframe #fake_iframeFixture #min .match-box .LGname {
    margin-left: 5px;
}

#scrollIframe #fake_iframeFixture .date-picker .timeBox-desktop {
    padding: 0;
    margin: 0;
}

#scrollIframe #fake_iframeFixture #tools .new-home {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #min {
    background-color: #f0f8ff00 !important;
}

#scrollIframe #fixture_iframe #min .match-box {
    padding: 7px;
    margin-bottom: 12px;
}

#scrollIframe #fixture_iframe #min .match-box .LGname {
    margin-left: 5px;
}

#scrollIframe #fixture_iframe .date-picker .timeBox-desktop {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #tools .new-home {
    padding: 0;
    margin: 0;
}

#scrollIframe #fixture_iframe #showoptional2 {
    top: 31px;
}

@media screen and (max-width: 768px) {
    #appHome {
        width: 100% !important;
    }

    .fixture-iframe #mintable {
        min-height: 400px;
    }

    #scrollIframe #fixture_iframe #showoptional2 {
        top: 30px;
    }
}
