.option_panel{
    color: white;
    border-bottom: 1px solid #2A3038;
    max-width: 800px;
    margin: auto;
    padding: 1rem;
}
.option_panel>.select_list{
    display: flex;
    margin-top:1rem;
    margin-bottom: 3rem;
    justify-content: space-between;

}
.fs-wrap {
    width: 100px;
}
.custom_white_btn{
    color: white;
    border: 1px solid #2A3038;
}
.odds_date_menu{
    color:white;
}
.odds_date_menu>.odds_date_main{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.odds_date_main>div>a{
    color:white;

}
.odds_date_main>div.active>a{
    color: #0c0c0c;
}
.odds_date_main>div.active{
    background-color: white;
    padding:.4rem .4rem;
    border-radius: 4px;
}

.odds_main{
    color:white;
    max-width: 800px;
    margin: auto;
}
.match_row{
    margin:1rem;
}
.match_row>table{
    border-collapse: collapse;
    font-size: 12px;
    color: #AFB4BA;
}
.match_row>table>thead>tr>th{

    border: 1px solid #2A3038;
}
.match_row>table>tbody>tr>td{
    border: 1px solid #2A3038;
    padding:.4rem 0rem;
    text-align: center;
}
.match_row>.match_main{
    display: flex;
    line-height: 22px;
    align-items: center;
    margin:1rem 0rem;
    justify-content: space-between;
}
.match_row>.match_main>.home_team{
    text-align: left;
    width: 10rem;
}
.match_row>.match_main>.guest_team{
    text-align: right;
    width: 10rem;
}
.match_row>.match_main>.center{
    display: flex;
    margin:0px .4rem;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.match_row>.match_main>.center>.score-item{
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.match_row>.match_main>.center>.score-item>.score{
   min-width: 8vw;
    color:red;
    font-weight: 600;
}



.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 50vw;
    z-index: 1000;
}
.league_group{
    padding: 10px;
}
.league_group ul li{
    display: inline-block;
    margin: 10px 20px;
    font-size: 1.6rem;
}

.league_group ul li input{
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
    height: 20px;
}
.fixed-panel{
    position: absolute;
    top:0px;
    color: white;
    height: calc(100% - 180px);
    width: 100%;
    overflow-y: auto;
}
.fixed-panel a{
    color: white;
}

.fw_window_bottom{
    position: fixed;
    padding: 20px 10px;
    bottom: 0px;
    background-color: black;
    width: 100%;
    border-top: 1px solid #606266;
    height: 150px;
}

.fw_window_bottom .row_1{
    display: flex;
}
.fw_window_bottom .row_2{
    display: flex;
    margin-top: 20px;
}
.fw_window_bottom .row_3{
    display: flex;
    margin-top: 20px;
    justify-content: end;
    width: 97%;
}
.filter-button{
    padding: 8px 15px;
    color: white;
    margin:0 4px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: transparent;

}
.filter-button.active{
    background-color: #409EFF;
    color: white;
    border: 1px solid transparent;
}