.menu_obt_more {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: auto;
    max-height: 48px;
}
.box_obt_more {
    width: 100%;

}
.btn_menu_obt_more {
    display: inline-flex;
    width: auto;
    height: 24px;
    line-height: 22px;
    margin: 0 0 8px 4px;
    padding: 0 8px;
    align-items: center;
    border-radius: 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.72);
    background: #F4F4F4;
    transition: background 0.3s ease !important;
}

.btn_menu_obt_more:after {
    content: url(down.svg);
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    opacity: 0.72;
    transform: rotate(180deg);
}
.btn_menu_obt_more.on {
    color: #fff;
    background: #a78025;
}

.btn_menu_obt_more.on:after {
    transform: rotate(0deg);
    opacity: 1;
    filter: invert(100%);
}

.menu_obt_more .btn_close {
    width: 32px;
    height: 24px;
    flex: 0 0 32px;
    background: #fff;
    transform: translate3d(0, 0, 0);
}
.menu_obt_more .icon_close {
    height: 24px;
    margin: 0;
    padding: 4px 8px;
}
.wrap_obt_t1 .content_obt_t1, .wrap_obt_t2 .content_obt_t2{
    position: relative;
    width: 100%;
    background: #F4F4F4;
}
.fulltime_t1 {
    display: grid;
    width: 100%;
    padding: 0 8px;
    flex-direction: column;
    gap: 16px;
}
.fulltime_t1 .box_btn_time {
    width: 100%;
    height: 48px;
    padding: 4px 0;
    text-align: center;
}
.fulltime_t1 .title_game_time {
    grid-column: 1 / span 2;
    display: none;
    width: 100%;
    height: 48px;
    line-height: 16px;
    padding: 16px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.fulltime_t1 .table_obt_re, .fulltime_t1 .table_obt_rou {
    display: grid;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    align-content: center;
}
.fulltime_t1 .table_obt_re {
    grid-template-columns: 100px 4px 1fr;
    grid-template-rows: 24px 48px 48px;
    grid-template-areas:
        "title title title"
        "teamH . bet"
        "teamC . bet";
    gap: 1px;
}
.fulltime_t1 .table_obt_rou{
    grid-template-columns: 1fr;
    grid-template-rows: 24px 97px;
    grid-template-areas:
        "title"
        "bet";
    gap: 1px;
}
.fulltime_t1 .table_obt_title {
    grid-area: title;
    display: flex;
    width: 100%;
    height: 24px;
    line-height: 16px;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    background: #EAEAE6;
}
.fulltime_t1 .table_obt_team {
    display: block;
    line-height: 14px;
    padding-left: 4px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.fulltime_t1 .table_obt_team.teamH {
    grid-area: teamH;
}
.fulltime_t1 .table_obt_team.teamC {
    grid-area: teamC;
}
.fulltime_t1 .table_obt_re .table_obt_bet, .fulltime_t1 .table_obt_rou .table_obt_bet {
    grid-area: bet;
    display: grid;
    height: 100%;
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc((100% - 3px) / 4), 1fr);
    gap: 1px;
    overflow-x: auto;
    overflow-y: hidden;
    align-self: flex-start;
}
.fulltime_t1 .table_obt_re .table_obt_bet>div, .fulltime_t1 .table_obt_rou .table_obt_bet>div {
    display: grid;
    grid-template-rows: 48px 48px;
    gap: 1px;
}
.fulltime_t1 .btn_obt2_odd {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: none !important;
    outline: 1px solid #fff;
    outline-offset: -1px;
    overflow: hidden;
}
.fulltime_t1 .btn_obt2_odd span:first-child {
    display: flex;
    width: 100%;
    max-height: 16px;
    align-items: center;
    justify-content: center;
}
.btn_obt_more_t1 {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #0066CC;
    background: #F4F4F4;
}

.fulltime_t1 .btn_obt2_odd.lock {
    pointer-events: none;
    background-image: url(icon_nobet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    background-color: #fff !important;
}

.table_obt_team.strong_team {
    font-weight: bold;
}

.wrap_obt_t2 .box_rpdbet_t2 {
    display: grid;
    width: 100%;
    padding-top: 1px;
    grid-template-rows: 1fr;
    grid-auto-rows: minmax(8px, auto);
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: #EAEAE6 !important;
    grid-template-areas: 'pd_l pd_l pd_m pd_r pd_r';
}
.wrap_obt_t2 .box_rpdbet_t2.ft_obt_pd {
    width: calc(100% - 16px);
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    gap: 0;
    grid-template-columns: 2fr 1px 1fr 1px 2fr;
    grid-template-areas:
        'pd_l . pd_m . pd_r '
        'btn btn btn btn btn';
    padding-top: 0px;
}
.wrap_obt_t2 .box_rpdbet_t2.ft_obt_pd.strong_team_C {
    grid-template-columns: 1fr 1px 1fr 1px 3fr;
}
.box_rpdbet_t2 .innbet_rpd_l, .box_rpdbet_t2 .innbet_rpd_m, .box_rpdbet_t2 .innbet_rpd_r {
    display: grid;
    max-height: 277px;
    grid-template-rows: 32px 48px;
    grid-auto-rows: 48px;
    gap: 1px;
    background: #fff;
    overflow: hidden;
}
.box_rpdbet_t2 .innbet_rpd_l {
    grid-area: pd_l;
}
.box_rpdbet_t2 .innbet_rpd_m {
    grid-area: pd_m;
}
.box_rpdbet_t2 .innbet_rpd_r {
    grid-area: pd_r;
}
.box_rpdbet_t2 .innbet_rpd_l, .box_rpdbet_t2 .innbet_rpd_r {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_rpdbet_t2.strong_team_H .innbet_rpd_r, .box_rpdbet_t2.strong_team_C .innbet_rpd_l {
    grid-template-columns: 1fr;
}
.box_rpdbet_t2.ft_obt_pd .innbet_rpd_l, .box_rpdbet_t2.ft_obt_pd .innbet_rpd_m, .box_rpdbet_t2.ft_obt_pd .innbet_rpd_r {
    grid-template-rows: 24px 48px;
    max-height: 269px;
}
.box_rpdbet_t2.ft_obt_pd .innbet_rpd_l {
    border-radius: 0 0 0 4px;
}
.box_rpdbet_t2.ft_obt_pd .innbet_rpd_r {
    border-radius: 0 0 4px 0;
}
.box_rpdbet_t2.on label {
    max-height: unset !important;
}
.box_rpdbet_t2.strong_team_H .innbet_rpd_l, .box_rpdbet_t2.strong_team_C .innbet_rpd_r {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.box_rpdbet_t2 .innbet_rpd_m .btn_lebet_odd {
    background: unset;
}
.box_rpdbet_t2.ft_obt_pd .head_lebet {
    width: 100%;
    height: 24px;
    margin: 0;
    padding-top: 4px;
    color: #000;
    background: #EAEAE6;
    overflow: hidden;
}
.box_rpdbet_t2 .innbet_rpd_l .head_lebet, .box_rpdbet_t2 .innbet_rpd_r .head_lebet {
    grid-column: 1 / span 2;
}
.box_rpdbet_t2.strong_team_H .innbet_rpd_l .head_lebet, .box_rpdbet_t2.strong_team_C .innbet_rpd_r .head_lebet {
    grid-column: 1 / span 3;
}
.box_rpdbet_t2.strong_team_C .innbet_rpd_l .head_lebet, .box_rpdbet_t2.strong_team_H .innbet_rpd_r .head_lebet {
    grid-column: 1 / span 1;
}
.box_rpdbet_t2 .btn_lebet_odd {
    border: none !important;
    border-radius: 0;
    outline: 1px solid #fff;
    outline-offset: -1px;
    overflow: hidden;
}
.box_rpdbet_t2 .btn_lebet_odd.show {
    display: flex;
}
.box_rpdbet_t2 .btn_viewall {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #0066CC;
    background: #fff;
    grid-column: 1 / span 5;
}
.box_rpdbet_t2.ft_obt_pd .btn_viewall {
    margin-top: -8px;
    background: #F4F4F4;
}
.wrap_obt_t2 .obt_loading,
.wrap_obt_t1 .obt_loading{
    /* position: absolute; */
    position: relative !important;
    width: 100%;
    min-height: 80px;
    background: #F8F8F7;
    overflow-y: hidden;
    z-index: 3;
}
.wrap_obt_t1 .obt_loading.obt_chg,
.wrap_obt_t2 .obt_loading.obt_chg{
    position: absolute !important;
    z-index: 2 !important;
    min-height: 80px;
}
.box_rpdbet_t2 .innbet_rpd_m .btn_lebet_odd:hover,
.fulltime_t1 .btn_obt2_odd:hover {
    background-color: #f9eccf;
}
.fulltime_t1 .btn_obt2_odd.on {
    animation: none !important;
    background-color: #c99a2c !important;
    color: #fff;
}
.fulltime_t1 .btn_obt2_odd.on .text_odds,
.fulltime_t1 .btn_obt2_odd.on .text_ballhead{
    color: #fff;
}
@media screen and (min-width: 640px) {
    .fulltime_t1 .title_game_time {
        display: block;
    }
    .wrap_obt_t1 .box_btn_time {
        display: none;
    }
    .wrap_obt_t1 .ft_obt_mix > label {
        display: grid !important;
        grid-template-rows: 32px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media screen and (max-width: 640px) {
    .fulltime_t1.hidden {
        display: none;
    }
}