.dark .fixture_render{
    .fixture_schedule-table td:nth-child(2){
        background: #383838;
        color: #fff;
    }
    .fixture_schedule-table span{
        color: #fff;
    }
    .day-title{
        color: #fff;
    }
    .fixture_schedule-table tr+tr{
        border-top: 1px solid #383838;
    }
}
.fixture_render{
    .fixture_schedule-table{
        width: 100%;   
    }
    .row_fixture_wrap{
        border: 1px solid var(--Bongdanet-Secondary-Green-Green-7, #DEEAEB);
    }
    .day-title{
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        background: var(--Accent-Green-2, #EDF8FD);
    }
    .fixture_schedule-table td:nth-child(2){
        width: 50px;
        min-width: 50px;
        color: var(--1900, #0C0C0D);
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        background: var(--200, #F9F9FB);
    }
    .fixture_schedule-table td:nth-child(1){
        text-align: right;
    }
    .fixture_schedule-table tr+tr{
        border-top: 1px solid var(--600, #E3E3E8);
    }
    .fixture_schedule-table td{
        width: 50%;
        color: var(--1900, #0C0C0D);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        height: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .day-title {
        color: var(--1900, #0C0C0D);
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }
    .fixture_schedule-table span{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}