.piker-mobile{
    display: none;
}
.item-pk{
    background-color: #fbf6f5;
    width: 42px;
    flex: 1;
    margin: 0;
    height: 50px;
    box-sizing: border-box;
    padding: 6px 0;
    transition: .2s linear background-color;
    border-radius: 4px;
}

.timeBox .item-pk:hover, .item-pk.on {
    background-image: unset;
    background-color: #c73c10;
}

.item-pk span:first-child {
    color: #717171;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin-bottom: 3px;
    position: relative;
}
.item-pk span:first-child::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    border-radius: 2px;
    background: #894f3c;
}
.item-pk span:last-child {
    color: #070f03;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.timeBox .item-pk:hover span:last-child, .item-pk.on span:last-child {
    color: #fff;
}
.timeBox .item-pk:hover span:first-child, .item-pk.on span:first-child {
    color: #d4d4d4;
}
.timeBox .item-pk:hover span:first-child::after, .item-pk.on span:first-child::after {
    background: #ff9979;
}
#livemb{
    display: none;
}
.tp-mb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-mb .cImg{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.match-box .LGname, .match-box  .fbsclass{
    /* font-family: Sarabun; */
    /* font-family: 'Sarabun', sans-serif; */
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    margin-left: 5px;
    color: #070F03;
}
.icon-icon-detail:before{
    filter: brightness(3.5) saturate(0) contrast(0.5);
}
span.Detail-icon {
    margin-right: 0;
}
.match-box{
    padding: 7px;
    box-sizing: border-box;
    background: #FBFBFB;
    border-radius: 4px;
    margin-bottom: 12px;
}
body .match-box .handpoint{
    min-width: 54px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    color: #C99717 !important;
}

body.dark .match-box .handpoint{
    color: #FFD66C !important;
}

body .match-box .handpoint.notstarted{
    color: #9A9A9A !important;
}

.match-box .team-1, .match-box .team-2{
    width: calc((100% - 54px) / 2);
}
.match-box .icon-font-collect-on:before,
.match-box .icon-font-collect-off:before{
    width: 34px;
    height: 34px;
}
.time-bx{
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #717171;
}
.status-bx b{
    font-weight: 400;
    text-align: left;
    color: #005030;
}
.scr {
    margin: 8px 0 4px;
    font-size: 10px;
}

.dark .scr a {
    color: #D4D4D4;
}


.dark .item-pk{
    background-color: #3A0F01;
}
.dark .item-pk.on{
    background-color: #c73c10;
}
.dark .item-pk span:last-child {
    color: #ffff;
}
.dark .item-pk span:first-child {
    color: #D4D4D4;
}
.dark .match-box {
    background: #1A1A1A;
}
.dark .match-box .LGname, .match-box  .fbsclass{
    color: #BBBBBB;
}

.dark .match-box .time{
    color: #FBFBFB;
}
.dark .status-bx b{
    color: #07ADF5;
}
@media only screen and (max-width: 1024px) {
    .match-box .icon-font-collect-on:before{
        width: 14px;
        height: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .piker-desk,.mcontent.Schedule #live{
        display: none !important;
    }
    .piker-mobile, #livemb{
        display: block;
    }
    .date-picker>div, .date-picker>ul>li{
        height: auto;
    }
    .mcontent.Schedule .table-title{
        display: none !important;
    }
    #min .date-picker{
        height: 66px;
    }
    .mcontent.Schedule #tools{
        display: none;
    }
    .mcontent.Schedule{
        margin-top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .piker-mobile, #livemb{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .match-box{
        width: 100%;
    }
    .date-picker>div, .date-picker>ul>li{
        width: 100%;
        box-sizing: border-box;
        padding: 4px 0;
    }
}

@media only screen and (max-width: 390px) {

}

@media only screen and (max-width: 1024px) {
    .fixture-item-desktop {
        display: none!important;
    }

    .fixture-item-mobile,
    .fixture-item-mobile td {
        display: block; width: 100%;
    }

    body #main #table_live tr[id^=ln_].Leaguestitle.mobile-hidden {
        display: none !important;
    }

    body #table_live tr,
    body #main .idx-homepage #table_live tr[id^=tr1_] {
        margin: 0 0 12px;
    }

    .match-box .icon-font-collect-on:before,
    .match-box .icon-font-collect-off:before {
        width: 14px;
        height: 14px;
}

}

@media only screen and (min-width: 1025px) {
    .fixture-item-mobile {
        display: none;
    }
}

