.calculator_wrap__N9dFw{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;padding:16px;background-color:var(--bg3);border-radius:8px}.calculator_wrap__N9dFw .calculator_result__Yy_xt,.calculator_wrap__N9dFw .calculator_row__37y60{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background-color:var(--bg1);border-radius:8px;padding:12px;box-shadow:var(--shadow)}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP,.calculator_wrap__N9dFw .calculator_row__37y60 .calculator_item__XsHNP{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px;flex:1 1;font-size:16px}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP .calculator_field__aJgsC,.calculator_wrap__N9dFw .calculator_row__37y60 .calculator_item__XsHNP .calculator_field__aJgsC{background:var(--bg2);border:none;border-radius:5px;color:var(--tx2);display:flex;height:33px;padding:0 10px;width:100%;align-items:center;font-size:14px}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP .calculator_field__aJgsC:focus-visible,.calculator_wrap__N9dFw .calculator_row__37y60 .calculator_item__XsHNP .calculator_field__aJgsC:focus-visible{outline:none}.calculator_wrap__N9dFw .calculator_result__Yy_xt{margin-top:8px;background-color:var(--bg2)}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP{justify-content:center;align-items:center;text-align:center}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP .calculator_field__aJgsC{background:var(--bg1);text-align:center;color:var(--bg5);font-size:18px;font-weight:500;justify-content:center}@media screen and (max-width:767px){.calculator_wrap__N9dFw .calculator_result__Yy_xt,.calculator_wrap__N9dFw .calculator_row__37y60{flex-direction:column}.calculator_wrap__N9dFw .calculator_result__Yy_xt .calculator_item__XsHNP,.calculator_wrap__N9dFw .calculator_row__37y60 .calculator_item__XsHNP{width:100%}}.choose_wrap__n_XBR{display:flex;flex:1 1;width:100%}.choose_wrap__n_XBR .choose_top__3MZMY{width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:16px;color:var(--tx2);cursor:pointer;border-radius:8px;background-color:var(--bg2);height:36px;text-transform:uppercase;position:relative;padding:0 16px}.choose_wrap__n_XBR .choose_top__3MZMY:after{content:"";display:flex;width:15px;height:15px;background-image:url(/asset/icons/arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:12px;transform:rotate(0deg);transition:var(--transition1);position:absolute;right:20px;opacity:.5}.choose_wrap__n_XBR .choose_top__3MZMY.choose_open__et_6b:after{transform:rotate(180deg)}.choose_wrap__n_XBR .choose_listBg__sukW8{position:fixed;width:100%;height:100%;left:0;right:0;top:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,.5);display:none}.choose_wrap__n_XBR .choose_listBg__sukW8.choose_open__et_6b{display:block}.choose_wrap__n_XBR .choose_list__rGFS1{width:500px;position:fixed;left:50%;top:50%;z-index:1010;box-shadow:0 0 10px rgba(0,0,0,.4);box-sizing:border-box;border-radius:10px;transform:translate(-425px,-50%);background-color:var(--bg2);display:none;align-items:center;justify-content:center;flex-direction:column;padding:16px;gap:8px}.choose_wrap__n_XBR .choose_list__rGFS1.choose_open__et_6b{display:flex}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_filter__pBrKH{width:100%;display:flex;align-items:center;justify-content:center}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_filter__pBrKH .choose_field__xd39t{background:var(--bg1);border-radius:5px;border:1px solid var(--bg5);color:var(--tx2);display:block;height:33px;padding:0 10px;width:100%}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_filter__pBrKH .choose_field__xd39t:focus-visible{outline:none}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_listWrap__3BZEY{width:100%;max-height:55vh;overflow-y:auto;overflow-x:hidden;display:block}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_listWrap__3BZEY .choose_item__P6Rg0{width:100%;display:flex;align-items:center;justify-content:space-between;padding:4px 12px;border-radius:8px;background-color:var(--bg3);box-shadow:var(--shadow);height:38px;margin-bottom:8px;border:1px solid transparent;cursor:pointer}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_listWrap__3BZEY .choose_item__P6Rg0 .choose_name__F6git{display:flex;align-items:center;justify-content:center;flex:1 1;text-align:center}.choose_wrap__n_XBR .choose_list__rGFS1 .choose_listWrap__3BZEY .choose_item__P6Rg0.choose_active__kNkeJ,.choose_wrap__n_XBR .choose_list__rGFS1 .choose_listWrap__3BZEY .choose_item__P6Rg0:hover{border:1px solid var(--bg3);background-color:var(--bg1)}@media screen and (max-width:767px){.choose_wrap__n_XBR{flex-direction:column;gap:16px;width:100%}.choose_wrap__n_XBR .choose_listBg__sukW8.choose_open__et_6b{display:none}.choose_wrap__n_XBR .choose_list__rGFS1{max-width:500px;width:100%;transform:none;position:relative;left:inherit;top:inherit}}.styles_wrap__sPd_W{display:flex;width:100%;flex-direction:column;gap:24px}.styles_wrap__sPd_W .styles_twrap__rUXsB{width:100%;display:flex;flex-direction:column;gap:4px}.styles_wrap__sPd_W .styles_filterWrap___hfJ4{display:flex;align-items:center;justify-content:space-between;width:100%}.styles_wrap__sPd_W .styles_filterWrap___hfJ4 .styles_regions__bhpho{display:flex;align-items:center;justify-content:flex-end;gap:12px}.styles_wrap__sPd_W .styles_filterWrap___hfJ4 .styles_regions__bhpho .styles_region__WOtnD{background-color:var(--bg2);border-radius:10px;padding:8px;font-size:14px}.styles_wrap__sPd_W .styles_filterWrap___hfJ4 .styles_regions__bhpho .styles_region__WOtnD.styles_active__qByLW,.styles_wrap__sPd_W .styles_filterWrap___hfJ4 .styles_regions__bhpho .styles_region__WOtnD:hover{background-color:var(--bg3)}.styles_wrap__sPd_W .styles_filter__GZYnu{display:flex;align-items:center;width:100%;gap:12px;cursor:pointer}.styles_wrap__sPd_W .styles_filter__GZYnu .styles_calendar__B5d8j{fill:var(--tx2)}.styles_wrap__sPd_W .styles_hidden__ebo0V{display:none}.styles_wrap__sPd_W .styles_regionList__ygXHa{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}.styles_wrap__sPd_W .styles_regionList__ygXHa .styles_shortWrap__9QYxl{background:var(--bg3);padding:16px;border-radius:10px;width:48%;display:flex;flex-direction:column;gap:16px}.styles_wrap__sPd_W .styles_regionList__ygXHa .styles_shortWrap__9QYxl .styles_shortTitle__14dcD{width:100%;text-align:center}@media screen and (max-width:767px){.styles_wrap__sPd_W .styles_regionList__ygXHa .styles_shortWrap__9QYxl{width:100%}}.styles_wrap__sPd_W .styles_infoWrap__VYuhd{display:flex;justify-content:space-between;align-items:center;gap:16px;font-weight:300}.styles_wrap__sPd_W .styles_infoWrap__VYuhd .styles_info__7rM7J{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:4 1}.styles_wrap__sPd_W .styles_infoWrap__VYuhd .styles_date__ri39l{display:flex;justify-content:flex-end;flex:1 1;white-space:nowrap;gap:8px}.page_wrap__083Zs{gap:40px}.page_listWrap__hW7Zm,.page_wrap__083Zs{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%}.page_listWrap__hW7Zm{gap:24px}.page_linkSource__h1WRa{font-style:italic}.page_entry__5iWk8{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page_available__XvBvr{display:flex;align-items:center;justify-content:center;width:100%;border-radius:10px;background-color:var(--bg2);gap:16px;padding:16px}.page_available__XvBvr .page_txt__rcygW{font-size:16px;color:var(--tx1)}.page_available__XvBvr .page_list__2vWDY{display:flex;align-items:center;justify-content:center;gap:16px}.page_available__XvBvr .page_list__2vWDY .page_flag__78R38{display:flex;align-items:center;justify-content:center;width:24px;height:16px;overflow:hidden;border-radius:2px}.page_available__XvBvr .page_list__2vWDY .page_flag__78R38 img{height:100%;width:100%;object-fit:cover}.page_viewsWrap__GwTQe{display:flex;align-items:center;justify-content:flex-start;gap:12px}.page_viewsWrap__GwTQe .page_date__EWu0T{display:flex;align-items:center;justify-content:flex-start;gap:8px;border-right:1px solid var(--tx2);padding-right:12px}.page_viewsWrap__GwTQe .page_date__EWu0T .page_calendar__IdjUz{fill:var(--tx2)}.item_wrap__fNEV3{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 16px;background-color:var(--bg2);border-radius:8px;gap:8px;width:100%}.item_wrap__fNEV3:hover{background-color:var(--bg3)}.item_wrap__fNEV3 .item_title__iVsRP{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:20px;width:100%;gap:16px}.item_wrap__fNEV3 .item_title__iVsRP .item_right__1A_14{display:flex;align-items:center;justify-content:flex-end;gap:16px}.item_wrap__fNEV3 .item_title__iVsRP .item_right__1A_14 .item_tier__QAK9_{font-size:16px;white-space:nowrap}.item_wrap__fNEV3 .item_title__iVsRP .item_right__1A_14 .item_icon__wcNrP{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.item_wrap__fNEV3 .item_title__iVsRP .item_right__1A_14 .item_icon__wcNrP img{max-width:20px;max-height:20px;width:auto;height:auto}@media screen and (max-width:767px){.item_wrap__fNEV3 .item_title__iVsRP{font-size:14px}}.item_wrap__fNEV3 .item_entry__i4k8A{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;border-top:1px solid var(--bg1);border-bottom:1px solid var(--bg1);background-image:var(--gr3);padding:8px 0}.item_wrap__fNEV3 .item_entry__i4k8A .item_logo__YWfIs{display:flex;align-items:center;justify-content:center;width:70px;height:60px;flex:1 1}.item_wrap__fNEV3 .item_entry__i4k8A .item_logo__YWfIs img{max-width:70px;max-height:60px;width:auto;height:auto}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez{display:flex;align-items:center;flex-direction:column;flex:2 1}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez .item_entryItem__6YWbI{display:flex;align-items:center;width:100%;font-size:16px;color:var(--tx2);gap:8px}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI b,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez .item_entryItem__6YWbI b{color:var(--tx1)}@media screen and (max-width:767px){.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez .item_entryItem__6YWbI{flex-direction:column;align-items:flex-end;text-align:right;gap:0;font-size:12px}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI b,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez .item_entryItem__6YWbI b{font-size:14px}}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI{justify-content:flex-end}@media screen and (max-width:767px){.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri .item_entryItem__6YWbI{justify-content:flex-start;align-items:flex-start;text-align:left}.item_wrap__fNEV3 .item_entry__i4k8A .item_date__wifri,.item_wrap__fNEV3 .item_entry__i4k8A .item_location__Kl4Ez{gap:4px}}.item_wrap__fNEV3 .item_teams__Y2fAb{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;flex-wrap:wrap}.item_wrap__fNEV3 .item_teams__Y2fAb .item_logo__YWfIs{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.item_wrap__fNEV3 .item_teams__Y2fAb .item_logo__YWfIs img{max-width:20px;max-height:20px;width:auto;height:auto}.item_wrap__fNEV3 .item_teams__Y2fAb.item_gap__NWjzB{gap:12px}@media screen and (max-width:767px){.item_wrap__fNEV3 .item_teams__Y2fAb .item_logo__YWfIs{width:16px;height:16px}.item_wrap__fNEV3 .item_teams__Y2fAb .item_logo__YWfIs img{max-width:16px;max-height:16px}.item_wrap__fNEV3 .item_teams__Y2fAb.item_gap__NWjzB{gap:8px}}.table_table__I6nO5{display:flex;width:100%;flex-direction:column;gap:4px}.table_table__I6nO5 .table_row__wBzjJ{display:flex;width:100%;align-items:center;justify-content:space-between;min-height:36px;background-color:var(--bg2);border-radius:8px;padding:0 16px;gap:4px}.table_table__I6nO5 .table_row__wBzjJ.table_sm__8C6Po{gap:2px;padding:0 8px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O{font-size:13px;line-height:1.2;color:var(--tx1);min-width:32px;display:flex;align-items:center;justify-content:center;text-align:center;flex:2 1;gap:4px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_season__G1B0Z{display:none}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_season__G1B0Z.table_active__UfB3p{display:flex}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_hidden__vatvK{display:none}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f05__7EYXp{flex:.5 1}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f1__Nepxk{flex:1 1}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f_2__uzBsM{flex:2 1}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f2__ncawo{flex:3 1}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f4__U5lqq,.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_f5__Bpban{flex:4 1}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_name___Djw0{justify-content:flex-start;border:none;background:transparent;text-align:left}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_name___Djw0.table_gold__6wMlj{color:var(--bg5);text-transform:uppercase}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_tl__jIARC{text-align:left;justify-content:flex-start}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_rank__amU_M{justify-content:flex-start;border:none;background:transparent;text-align:left}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_value_____7V{border-radius:8px;padding:2px 8px;background:var(--bg1);border:1px solid var(--bg2);display:flex;align-items:center;justify-content:center;text-align:center;min-height:24px;min-width:24px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_value_____7V.table_green__jMFFJ{border:1px solid var(--tx3)}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_value_____7V.table_red__aV9Cy{border:1px solid var(--bg6)}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_dif__BGuXP{display:flex;align-items:center;justify-content:center;text-align:center;min-height:24px;min-width:24px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_dif__BGuXP.table_green__jMFFJ{color:var(--tx3)}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_dif__BGuXP.table_red__aV9Cy{color:var(--bg6)}@media screen and (max-width:767px){.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_value_____7V{padding:2px 4px;font-size:12px}}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_icon__wcUAA{width:12px;height:12px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_icon__wcUAA.table_down__0i041{fill:var(--bg6)}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_icon__wcUAA.table_up__O3eIb{fill:var(--tx3)}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_info__ysfzs{display:flex;align-items:center;justify-content:center}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_info__ysfzs img{height:auto;max-width:30px;width:30px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_infoLeft__2IHku{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;text-align:left}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_infoLeft__2IHku img{height:auto;max-width:30px;width:30px}@media screen and (max-width:767px){.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_info__ysfzs{justify-content:flex-start;width:100%;gap:8px}}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_team__veyb0{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;text-align:left}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O .table_team__veyb0 img{height:auto;max-width:30px;max-height:30px;width:auto}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_sm__8C6Po{font-size:10px;min-width:20px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_sm__8C6Po .table_value_____7V{padding:2px 4px}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_total__8myz7{font-weight:600}.table_table__I6nO5 .table_row__wBzjJ .table_item__Whz_O.table_total__8myz7 .table_value_____7V{border:1px solid var(--tx1)}.table_table__I6nO5 .table_row__wBzjJ.table_place1__n4Pay{background-image:linear-gradient(0deg,#c7af2e 0,var(--bg2) 65%)}.table_table__I6nO5 .table_row__wBzjJ.table_place1__n4Pay .table_item__Whz_O .table_value_____7V{border:1px solid #c7af2e;background:var(--bg2)}.table_table__I6nO5 .table_row__wBzjJ.table_place2__KLZzQ{background-image:linear-gradient(0deg,#a6a9ac 0,var(--bg2) 65%)}.table_table__I6nO5 .table_row__wBzjJ.table_place2__KLZzQ .table_item__Whz_O .table_value_____7V{border:1px solid #a6a9ac;background:var(--bg2)}.table_table__I6nO5 .table_row__wBzjJ.table_place3__WEnXr{background-image:linear-gradient(0deg,#cd7f32 0,var(--bg2) 65%)}.table_table__I6nO5 .table_row__wBzjJ.table_place3__WEnXr .table_item__Whz_O .table_value_____7V{border:1px solid #cd7f32;background:var(--bg2)}.table_table__I6nO5 .table_row__wBzjJ.table_header__SWsC0{background-color:var(--bg1);border:1px solid var(--bg3)}.table_table__I6nO5 .table_row__wBzjJ.table_header__SWsC0 .table_item__Whz_O{border:none;background:transparent;white-space:nowrap}.table_table__I6nO5 .table_row__wBzjJ.table_header__SWsC0 .table_item__Whz_O .table_icon__wcUAA{width:25px;height:17px}@media screen and (max-width:767px){.table_table__I6nO5 .table_row__wBzjJ,.table_table__I6nO5 .table_row__wBzjJ.table_header__SWsC0{padding:0 8px}.table_table__I6nO5 .table_row__wBzjJ.table_header__SWsC0 .table_item__Whz_O{white-space:normal}}.btns_btnDark__luKRN,.btns_btnGardient__7u8lt,.btns_btnGray__BDbiQ,.btns_btnOrange__k5i67{height:48px;width:100%;border-radius:8px;font-size:18px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;text-transform:uppercase;text-align:center;cursor:pointer;color:var(--tx1)}.btns_btnDark__luKRN a,.btns_btnGardient__7u8lt a,.btns_btnGray__BDbiQ a,.btns_btnOrange__k5i67 a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.btns_btnDark__luKRN.btns_disabled__sPeXz,.btns_btnGardient__7u8lt.btns_disabled__sPeXz,.btns_btnGray__BDbiQ.btns_disabled__sPeXz,.btns_btnOrange__k5i67.btns_disabled__sPeXz{cursor:default}.btns_btnOrange__k5i67{background-color:var(--bg5);border:1px solid var(--bg5)}.btns_btnOrange__k5i67:hover{background-color:#db610e}.btns_btnOrange__k5i67.btns_disabled__sPeXz{background-color:var(--bg5)}.btns_btnDark__luKRN{background-color:var(--bg1);border:1px solid var(--bg5)}.btns_btnDark__luKRN:hover{background-color:#020d18}.btns_btnDark__luKRN.btns_hidden__Q1du_{display:none}.btns_btnDark__luKRN.btns_disabled__sPeXz{background-color:var(--bg1)}.btns_btnDark__luKRN.btns_sm__FZxpr{height:40px}.btns_btnGray__BDbiQ{background-color:var(--bg2);padding:15px 0}.btns_btnGray__BDbiQ:hover{background-color:var(--bg3)}.btns_btnGray__BDbiQ.btns_hidden__Q1du_{display:none}.btns_btnGray__BDbiQ.btns_disabled__sPeXz{background-color:var(--bg2)}.btns_btnGardient__7u8lt{background:var(--gr7);border:1px solid var(--bg5);position:relative;width:205px}.btns_btns__euEW7{display:flex;align-items:center;justify-content:space-between;gap:16px}.btns_btns__euEW7 .btns_btnDark__luKRN,.btns_btns__euEW7 .btns_btnGray__BDbiQ,.btns_btns__euEW7 .btns_btnOrange__k5i67{width:50%}.btns_sbtns__N4XNi{display:flex;align-items:center;justify-content:space-between;gap:16px}.btns_sbtns__N4XNi .btns_btnDark__luKRN,.btns_sbtns__N4XNi .btns_btnOrange__k5i67{width:100%}.tabs_wrap__4BOwL{display:flex;width:100%;gap:16px}.tabs_wrap__4BOwL .tabs_item__GvPY_{display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--tx2);padding:8px;position:relative;cursor:pointer;background:var(--gr1);flex:1 1}.tabs_wrap__4BOwL .tabs_item__GvPY_:before{content:"";position:absolute;top:-2px;left:0;right:0;bottom:-2px;border-radius:inherit;background:var(--gr2);z-index:-1;opacity:.5}.tabs_wrap__4BOwL .tabs_item__GvPY_.tabs_active__o1qiJ,.tabs_wrap__4BOwL .tabs_item__GvPY_:hover{color:var(--tx1)}.tabs_wrap__4BOwL .tabs_item__GvPY_.tabs_active__o1qiJ:before,.tabs_wrap__4BOwL .tabs_item__GvPY_:hover:before{opacity:1}.tabs_visible__Wd5AL{display:flex!important}.styles_wrap__d2hiN{width:100%;display:flex;flex-direction:column;gap:24px}.styles_wrap__d2hiN .styles_listWrap__CdrUE{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;background-color:var(--bg2);border-radius:8px}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I,.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_list__MqM7Y{width:100%;display:flex;gap:12px;padding:12px;background-color:var(--bg3);border-radius:8px;flex-wrap:wrap}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe,.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_list__MqM7Y .styles_item__RfBHe{font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;padding:0 8px;white-space:nowrap;height:36px;min-width:115px;border-radius:8px;background-color:var(--bg2);border:1px solid var(--bg2);cursor:pointer;box-shadow:var(--shadow);gap:6px}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe.styles_active__Z1HPN,.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_list__MqM7Y .styles_item__RfBHe.styles_active__Z1HPN{background-color:var(--bg5);border:1px solid var(--bg5)}@media screen and (max-width:767px){.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I{justify-content:space-between}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe{min-width:47%}}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I{background-color:var(--bg1)}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe.styles_active__Z1HPN{background-color:var(--bg53)}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe .styles_country__pHIE1{width:20px;height:20px;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe .styles_country__pHIE1 img{height:100%;width:auto}.styles_wrap__d2hiN .styles_listWrap__CdrUE .styles_items__UDY8I .styles_item__RfBHe .styles_count__DfQAQ{color:var(--tx2)}.stream_wrap__Gt_WL{display:flex;flex-direction:column;gap:24px;width:100%;position:relative;height:auto;overflow:hidden;transition:var(--transition1)}.stream_wrap__Gt_WL iframe{border:none}.stream_wrap__Gt_WL .stream_close__W9yxL{position:absolute;right:2px;top:2px;z-index:1;display:block;height:34px;width:48px;background-color:var(--bg2);background-image:url(/asset/icons/close2.svg);background-position:50%;background-repeat:no-repeat;border-radius:8px;cursor:pointer}.stream_wrap__Gt_WL .stream_close__W9yxL:hover{background-color:var(--bg3)}.stream_wrap__Gt_WL .stream_bbWrap__8lRnt{width:100%;height:487px;display:flex;align-items:center;justify-content:center;background-color:var(--mc2);box-shadow:inset 0 0 8px rgba(0,0,0,.8)}.stream_wrap__Gt_WL .stream_bbWrap__8lRnt a{font-size:16px;text-decoration:none;font-weight:900;font-style:italic;border:3px solid var(--mc5);color:var(--mc5);text-transform:uppercase;width:200px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .5s ease;cursor:pointer}.stream_wrap__Gt_WL .stream_bbWrap__8lRnt a:hover{text-decoration:none;background:var(--mc5);color:var(--white);transition:all .5s ease}.stream_wrap__Gt_WL .stream_hr__VxfPJ{width:100%;height:4px;background-color:var(--mc1)}@media screen and (max-width:767px){.stream_wrap__Gt_WL{min-height:inherit}}.frame_wrap__Zoqjn{position:relative;padding-bottom:57%;width:100%;height:0;overflow:hidden;border-radius:10px;border:1px solid var(--bg2)}.frame_wrap__Zoqjn:hover{border:1px solid var(--tx2)}.frame_wrap__Zoqjn img{height:auto!important;min-height:100%;object-fit:cover}.frame_wrap__Zoqjn .frame_iframe__BmoD8{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;border:none}.frame_wrap__Zoqjn .frame_wrapImg__ifkVl{cursor:pointer}.frame_wrap__Zoqjn .frame_wrapImg__ifkVl .frame_img__SZKPb{width:100%;opacity:1;transition:var(--transition)}.frame_wrap__Zoqjn .frame_wrapImg__ifkVl .frame_btn__Xi0xB{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;filter:drop-shadow(0 0 5px #000000);transition:var(--transition);height:50px;width:50px;display:flex;align-items:center;justify-content:center;background-image:url(/asset/icons/video2.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.styles_wrap__BOMIl{width:100%;display:flex;flex-direction:column;gap:24px}.styles_wrap__BOMIl .styles_list__GOIb_{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;padding:16px;border-radius:10px;background-color:var(--bg3)}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp{display:flex;flex-direction:column;align-items:center;justify-content:center;width:101px;height:101px;padding:8px;gap:4px;background-color:var(--bg2);border:1px solid var(--bg3);box-shadow:var(--shadow);border-radius:8px}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp.styles_winner__vDRT7{border:1px solid var(--tx3)}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp .styles_logo__Yazcu{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp .styles_logo__Yazcu img{width:auto;height:auto;max-width:100%;max-height:100%}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp .styles_name__QoTyC{width:100%;text-align:center;font-size:13px;line-height:1.2;height:30px;overflow:hidden}.styles_wrap__BOMIl .styles_list__GOIb_ .styles_item__GJ6Pp.styles_hidden__b1dqX{display:none}@media screen and (max-width:767px){.styles_wrap__BOMIl .styles_list__GOIb_{padding:8px}}.timeline_timeline__L6hZt{display:flex;flex-wrap:wrap;text-align:center;width:100%;border-radius:10px;background-color:var(--bg2);padding:8px;gap:8px;list-style:none}.timeline_timeline__L6hZt.timeline_fixed__m74hr{position:fixed;top:0;width:100%;max-width:690px;z-index:1000}@keyframes timeline_changeBg__dkPTi{0%{background-color:var(--bg3)}5%{background-color:var(--bg8)}90%{background-color:var(--bg8)}to{background-color:var(--bg3)}}.timeline_timeline__L6hZt .timeline_item__kHTZ2{align-items:center;background-color:var(--bg3);border-radius:8px;cursor:pointer;flex-grow:1;font-size:14px;justify-content:center;line-height:14px;padding:8px 6px}.timeline_timeline__L6hZt .timeline_item__kHTZ2:hover{background-color:var(--bg8);text-decoration:none}.timeline_timeline__L6hZt .timeline_item__kHTZ2.timeline_active__0pnY2{animation:timeline_changeBg__dkPTi 3s forwards}.timeline_timeline__L6hZt .timeline_item__kHTZ2.timeline_disabled__mqZv6{cursor:default;background-color:transparent;color:var(--tx2);animation:none}.timeline_event_timeline__aJNtx.timeline_timeline__L6hZt.timeline_fixed__m74hr{margin-left:0}.list_wrap__6EwSB{flex-direction:column;align-items:flex-start;justify-content:space-between}.list_wrap__6EwSB,.tabs_wrap__58DEi{display:flex;gap:16px;width:100%}.tabs_wrap__58DEi .tabs_item__hrc74{display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--tx2);padding:8px;position:relative;cursor:pointer;background:var(--gr1);flex:1 1}.tabs_wrap__58DEi .tabs_item__hrc74:before{content:"";position:absolute;top:-2px;left:0;right:0;bottom:-2px;border-radius:inherit;background:var(--gr2);z-index:-1;opacity:.5}.tabs_wrap__58DEi .tabs_item__hrc74.tabs_active__qi_Re,.tabs_wrap__58DEi .tabs_item__hrc74:hover{color:var(--tx1)}.tabs_wrap__58DEi .tabs_item__hrc74.tabs_active__qi_Re:before,.tabs_wrap__58DEi .tabs_item__hrc74:hover:before{opacity:1}.tabs_visible__wW_zM{display:flex!important}.stylesPage_wrap__dDHf0{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}.stylesPage_wrap__dDHf0 .stylesPage_wrapList__N08xQ{width:100%;display:flex;flex-direction:column}.stylesPage_wrap__dDHf0 .stylesPage_wrapList__N08xQ.stylesPage_hidden__6Tx3v{display:none}.stylesPage_wrap__dDHf0 .stylesPage_tabs__M22oa{display:flex;width:100%;gap:8px;align-items:stretch;justify-content:flex-start;overflow:auto;padding-bottom:8px}.stylesPage_wrap__dDHf0 .stylesPage_tabs__M22oa .stylesPage_tab__xtJnX{display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;background-color:var(--bg2);border-radius:8px;cursor:pointer}.stylesPage_wrap__dDHf0 .stylesPage_tabs__M22oa .stylesPage_tab__xtJnX.stylesPage_active__fjM6L,.stylesPage_wrap__dDHf0 .stylesPage_tabs__M22oa .stylesPage_tab__xtJnX:hover{background-color:var(--bg3)}.stylesPage_wrap__dDHf0 .stylesPage_tabs__M22oa .stylesPage_tab__xtJnX.stylesPage_all__KASfw{min-width:55px}.styles_wrap__cwz2C{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;width:100%}.styles_bannerWrap__zmKkS{max-width:337px}.item_wrap__5ZI1S{display:flex;width:100%;max-width:337px;background-color:var(--bg2);border-radius:8px;padding:16px;flex-direction:column;gap:12px;justify-content:flex-end;position:relative}.item_wrap__5ZI1S.item_hidden__R8PeB{display:none}.item_wrap__5ZI1S .item_liveWrap__Hsjtf{display:flex;width:100%;min-height:20px;justify-content:space-between;align-items:center}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_live__H9zeN{background-color:var(--bg6);border-radius:2px;font-size:15px;font-weight:400;text-transform:uppercase;display:flex;justify-content:center;align-items:center;padding:3px;height:20px;box-shadow:var(--shadow)}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_live__H9zeN:before{content:"";display:flex;width:5px;height:5px;border-radius:50%;margin-right:3px;background-color:var(--tx1)}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_nolive__accnJ{height:20px;width:45px}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_event__jQahc{font-size:14px;line-height:1;font-weight:500;text-align:left;justify-content:flex-start;padding-right:40px;align-items:center}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_eventLogo__Hejky{width:32px;height:20px;display:flex;align-items:center;justify-content:center}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_eventLogo__Hejky img{width:auto;height:auto;max-width:32px;max-height:20px}.item_wrap__5ZI1S .item_liveWrap__Hsjtf .item_gameLogo__IOpuU{width:auto;height:auto;max-width:20px;max-height:20px;position:absolute;right:16px;top:18px}.item_wrap__5ZI1S .item_event__jQahc{display:flex;width:100%;height:26px;align-items:flex-start;justify-content:center;text-align:center;font-size:14px;line-height:1;font-weight:500}.item_wrap__5ZI1S .item_teams__0_bbQ{display:flex;width:100%;align-items:flex-start;justify-content:space-between}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I{display:flex;flex-direction:column;width:90px;align-items:center;justify-content:flex-start;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_flag__oivJF{position:absolute;z-index:100;left:0;top:-5px;width:20px;height:15px;overflow:hidden;box-shadow:var(--shadow)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_flag__oivJF img{object-fit:cover}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_flag__oivJF.item_away__lXlFu{left:inherit;right:0}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_teamWrap__6wrL8{display:flex;flex-direction:column;align-items:center}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamLogo__QKiO7{width:36px;height:36px;display:flex;align-items:center;justify-content:center;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamLogo__QKiO7 img{width:auto;height:auto;max-width:36px;max-height:36px}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamName__QPa3t{width:100%;height:40px;overflow:hidden;font-size:12px;line-height:1.1;text-align:center;padding:0 4px;display:flex;align-items:center;justify-content:center;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_odd__wYGyo{display:flex;align-items:center;justify-content:center;background-color:var(--bg1);border-radius:8px;border:1px solid var(--bg4);font-size:16px;font-weight:500;padding:2px 8px;min-width:50px;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_odd__wYGyo.item_win__PJj6h{background-color:var(--tx3)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_team__GFM9I .item_odd__wYGyo.item_lose__x1eQA{background-color:var(--tx4)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1{display:flex;flex-direction:column;flex:1 1;align-items:center;justify-content:center;min-height:100px;border-radius:8px;background-color:var(--bg1);padding:12px;box-shadow:var(--shadow);gap:12px;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_close__nKGA9{background-image:url(/asset/icons/close1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:27px;position:absolute;right:-14px;top:-14px;width:27px;z-index:1010;transition:.3s}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_close__nKGA9:hover{transform:rotate(90deg);transition:.3s}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_input__sHShS{width:100%;height:32px;border:none;background-color:var(--bg2);text-align:center;font-size:16px;font-weight:500;color:var(--tx1);border-radius:8px;border:1px solid var(--bg2)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_input__sHShS:focus-visible{outline:none}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_input__sHShS.item_error__KSHDz{border:1px solid var(--bg6)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_send__U9LuJ{width:100%;height:32px;background-color:var(--bg5);text-align:center;font-size:16px;font-weight:500;color:var(--tx1);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.item_wrap__5ZI1S .item_teams__0_bbQ .item_amount__Zhh_1 .item_send__U9LuJ:hover{background-color:#db610e}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o{display:flex;flex-direction:column;flex:1 1;align-items:center;justify-content:center;min-height:100px;border-radius:8px;background-color:var(--bg3);position:relative;overflow:hidden;padding:4px;box-shadow:var(--shadow);gap:3px}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_date__xVOCJ{display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:600;color:var(--tx2)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_time__0q8SV{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_bo__aRJg5{display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--tx2)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_scoreWrap__DtUer{display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;position:relative;width:100%;gap:4px}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_pending__c4b7a{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;padding-top:8px}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_scoreLine__KFUWm{position:relative;width:100%;height:2px}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_scoreLine__KFUWm.item_awayWin__o_Jbt:after,.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_scoreLine__KFUWm.item_homeWin__0Ssa6:after{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:2px;background-image:linear-gradient(90deg,var(--tx3) 50%,var(--tx4) 50%)}.item_wrap__5ZI1S .item_teams__0_bbQ .item_scores__55Y5o .item_scoreLine__KFUWm.item_awayWin__o_Jbt:after{background-image:linear-gradient(90deg,var(--tx4) 50%,var(--tx3) 50%)}.item_wrap__5ZI1S .item_eventLogo__Hejky{width:125px;display:flex;align-items:center;justify-content:center}.item_wrap__5ZI1S .item_eventLogo__Hejky img{width:auto;height:auto;max-width:60px;max-height:48px}.item_wrap__5ZI1S .item_btns__ym7AW{display:flex;align-items:center;justify-content:space-between;gap:16px}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ{width:50%;height:48px;border-radius:8px;font-weight:500;line-height:1;display:flex;align-items:first baseline;justify-content:center;text-align:center;gap:4px;cursor:pointer;background-color:var(--bg1);border:1px solid var(--bg5);padding:9px 0}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ .item_v__j_MG2{color:var(--bg5);font-size:24px}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ .item_t___Fmav{color:var(--tx1);font-size:18px}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_active__o6nLd,.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ:hover{background-color:var(--bg3)}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_disable__8I4GT{cursor:default;opacity:.5}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_disable__8I4GT:hover{background-color:var(--bg1)}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_used__qHE47{cursor:default}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_used__qHE47:hover{background-color:var(--bg1)}.item_wrap__5ZI1S .item_btns__ym7AW .item_btn__RxnRZ.item_usedSide__bd19D .item_t___Fmav{color:var(--tx1);font-size:24px;font-weight:600}@media screen and (max-width:1110px){.item_wrap__5ZI1S{max-width:48%;min-width:337px}}@media screen and (max-width:767px){.item_wrap__5ZI1S{max-width:100%;min-width:288px}.item_wrap__5ZI1S .item_eventLogo__Hejky{width:40px}.item_wrap__5ZI1S .item_eventLogo__Hejky img{max-width:40px}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_flag__oivJF{position:absolute;z-index:100;left:0;top:-5px;width:20px;height:15px;overflow:hidden;box-shadow:var(--shadow)}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_flag__oivJF img{object-fit:cover;width:100%;height:100%}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_flag__oivJF.item_away__lXlFu{left:inherit;right:0}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_teamWrap__6wrL8{display:flex;flex-direction:column;align-items:center}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamLogo__QKiO7{width:36px;height:36px;display:flex;align-items:center;justify-content:center;position:relative}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamLogo__QKiO7 img{width:auto;height:auto;max-width:36px;max-height:36px}.item_wrap__5ZI1S .item_teams__0_bbQ.item_md__OSuN4 .item_team__GFM9I .item_teamWrap__6wrL8 .item_teamName__QPa3t{width:100%;height:40px;overflow:hidden;font-size:12px;line-height:1.1;text-align:center;padding:0 4px;display:flex;align-items:center;justify-content:center;position:relative}}.styles_wrap__rt3CS{width:100%;flex-direction:column;gap:24px;display:flex}.styles_wrap__rt3CS .styles_participants__eLEXy{display:flex;width:100%;align-items:flex-start;justify-content:space-between;padding:16px;background-color:var(--bg3);border-radius:8px;gap:16px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW{display:flex;flex-direction:column;flex:2 1;max-height:275px;overflow:auto}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_scrol__awI2r{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:100%}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy{display:flex;width:100%;height:40px;align-items:center;justify-content:space-between;background-color:var(--bg1);border:1px solid var(--bg1);border-radius:8px;padding:8px 16px;font-size:14px;color:var(--tx1);gap:4px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy.styles_active___uVy4{background-color:var(--bg2);border:1px solid var(--bg5)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_pos__qgf9E{width:20px;display:flex;align-items:center;justify-content:center}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_name__W6ZpP{flex:1 1;align-items:center;display:flex}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex:1 1}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;text-transform:uppercase;font-weight:500;border-radius:4px;position:relative;cursor:pointer}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ{display:none;position:absolute;z-index:1;background-color:var(--bg3);border:1px solid var(--bg3);padding:0 8px;border-radius:8px;height:32px;width:125px;align-items:center;justify-content:space-between;left:-128px;font-size:12px;font-weight:600}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ.styles_home__2lM6f{background-image:linear-gradient(-90deg,var(--bg3) 45%,var(--tx3) 100%)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ.styles_away__L4xmT{background-image:linear-gradient(90deg,var(--bg3) 45%,var(--tx3) 100%)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ .styles_teamLogo__ITesP{display:flex;width:24px;height:24px;align-items:center;justify-content:center}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ .styles_teamLogo__ITesP img{max-width:100%;max-height:100%;width:auto;height:auto}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ .styles_scores__aMCs4{flex:1 1;display:flex;align-items:center;justify-content:center;flex-direction:column}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB .styles_info__KkgrQ .styles_scores__aMCs4 .styles_x__WcD_p{color:var(--tx1)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB:hover .styles_info__KkgrQ{display:flex}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB.styles_w__iH_t8{background-color:var(--tx3)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB.styles_w__iH_t8 .styles_info__KkgrQ{border:1px solid var(--tx3);color:var(--tx3)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB.styles_l__Zpnj8{background-color:var(--bg6)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_stat__altsZ .styles_bet__aYDcB.styles_l__Zpnj8 .styles_info__KkgrQ{border:1px solid var(--bg6);color:var(--bg6)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_list__H3yAW .styles_item__T9vjy .styles_score__Xe2B4{display:flex;padding:4px;border-radius:6px;border:1px solid var(--tx2);background-color:var(--bg2);min-width:40px;align-items:center;justify-content:center}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W{display:flex;flex-direction:column;flex:1 1;width:100%;height:275px;align-items:center;justify-content:space-between;padding:12px;background-color:var(--bg1);border-radius:8px;gap:8px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_score__Xe2B4{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:6px;width:100%;border-radius:8px;background-color:var(--bg2);font-size:16px;color:var(--tx1);gap:4px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_score__Xe2B4 span{font-weight:500;color:var(--tx3);display:flex;padding:2px 6px;border-radius:8px;border:1px solid var(--tx3)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_balance__Bd95d{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:6px;width:100%;border-radius:8px;font-size:15px;color:var(--tx1);border:2px solid var(--bg2)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_balance__Bd95d span{font-size:14px;color:var(--tx2);font-style:italic}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_balance__Bd95d span span{font-size:16px;font-style:normal;color:var(--tx3)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_expire__2DbM_{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;font-size:13px;color:var(--tx2);gap:4px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_expire__2DbM_ .styles_countdown__kcNQ2{font-size:16px;color:var(--bg6);font-weight:500}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_text__cNQY7{display:flex;align-items:center;justify-content:center;text-align:center}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_errors__e4X86{text-align:center;display:flex;flex-direction:column;gap:4px;width:100%}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_errors__e4X86 .styles_input__6vqPy{width:100%;height:32px;border:none;background-color:var(--bg2);text-align:center;font-size:16px;font-weight:500;color:var(--tx1);border-radius:8px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_errors__e4X86 .styles_input__6vqPy:focus-visible{outline:none}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_avatar__8JVPf{width:75px;height:75px;border-radius:75px;background-color:var(--bg3);background-image:url(/asset/icons/mask.svg);background-position:50%;background-repeat:no-repeat;overflow:hidden}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_avatar__8JVPf.styles_small__LDw8u{width:45px;height:45px;border-radius:45px}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_avatar__8JVPf.styles_user___Gc3E{background-image:none;display:flex;align-items:center;justify-content:center}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_avatar__8JVPf.styles_user___Gc3E .styles_icon__wLILX{font-size:36px;font-weight:600}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_avatar__8JVPf img{width:100%;height:auto}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W .styles_btn__uE23w{background-color:var(--bg1);border:1px solid var(--bg5);height:48px;width:100%;border-radius:8px;font-size:18px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;text-transform:uppercase;text-align:center;color:var(--bg5)}.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W.styles_finished__eB3_0 .styles_avatar__8JVPf,.styles_wrap__rt3CS .styles_participants__eLEXy .styles_login__VsS_W.styles_finished__eB3_0 .styles_text__cNQY7{opacity:.5}@media screen and (max-width:767px){.styles_wrap__rt3CS .styles_participants__eLEXy{flex-direction:column}}.list_wrap__YfDxA{flex-wrap:wrap;gap:16px;width:100%;background-color:var(--bg3);border-radius:10px}.item_item__vodT4,.list_wrap__YfDxA{display:flex;justify-content:space-between;padding:16px}.item_item__vodT4{align-items:flex-start;gap:12px;background-color:var(--bg2);box-shadow:var(--shadow);border-radius:8px;width:320px;border:1px solid var(--bg2);position:relative}.item_item__vodT4 .item_logo__6PFAB,.item_item__vodT4:hover{background-color:var(--bg1);border:1px solid var(--bg5)}.item_item__vodT4 .item_logo__6PFAB{width:80px;height:80px;display:flex;align-items:flex-end;justify-content:center;border-radius:8px;overflow:hidden;position:relative}.item_item__vodT4 .item_logo__6PFAB img{width:auto;height:auto;max-width:70px;max-height:70px}.item_item__vodT4 .item_logo__6PFAB .item_flag___jhcC{display:flex;align-items:center;justify-content:center;position:absolute;left:6px;top:6px;width:16px;height:10px;border-radius:2px;overflow:hidden}.item_item__vodT4 .item_logo__6PFAB .item_flag___jhcC img{object-fit:cover;height:100%}.item_item__vodT4 .item_names__cU72B{display:flex;justify-content:center;flex-direction:column;gap:4px;flex:1 1;height:100%}.item_item__vodT4 .item_names__cU72B .item_name__C7cHM{font-size:18px;color:var(--bg5)}.item_item__vodT4 .item_names__cU72B .item_realname__amnEI{font-size:15px;color:var(--tx1)}.item_item__vodT4 .item_gameWrap___N5iV{display:flex;align-items:center;justify-content:space-between;flex-direction:column;height:100%;gap:10px}.item_item__vodT4 .item_gameWrap___N5iV .item_gameLogo__8jxNe{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.item_item__vodT4 .item_gameWrap___N5iV .item_gameLogo__8jxNe img{max-width:100%;max-height:100%;width:auto;height:auto}.item_item__vodT4 .item_gameWrap___N5iV .item_rate__k1Nrz{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;width:50px;gap:4px}.item_item__vodT4 .item_gameWrap___N5iV .item_rate__k1Nrz .item_minus__9pywm,.item_item__vodT4 .item_gameWrap___N5iV .item_rate__k1Nrz .item_plus__fvvLK{font-size:12px;background-color:var(--bg1);border-radius:6px;padding:2px 6px;width:100%;text-align:center}.item_item__vodT4 .item_gameWrap___N5iV .item_rate__k1Nrz .item_plus__fvvLK{border:1px solid var(--tx3);color:var(--tx3)}.item_item__vodT4 .item_gameWrap___N5iV .item_rate__k1Nrz .item_minus__9pywm{border:1px solid var(--bg6);color:var(--bg6)}.search_wrap__7uY76{width:100%;display:flex;align-items:center;justify-content:center}.search_wrap__7uY76 .search_filter__ZiIew{display:flex;align-items:center;justify-content:flex-start;font-size:16px;border-radius:8px;background-color:var(--bg2);height:36px;text-transform:uppercase;position:relative;padding:0 16px;width:100%}.search_wrap__7uY76 .search_filter__ZiIew .search_field__agP1Z{border:none;background-color:var(--bg2);color:var(--tx2);display:block;height:33px;padding:0 10px;width:100%;font-size:16px}.search_wrap__7uY76 .search_filter__ZiIew .search_field__agP1Z:focus-visible{outline:none}.search_wrap__7uY76 .search_filter__ZiIew .search_searchBtn__FT18y{width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.5;cursor:pointer}.search_wrap__7uY76 .search_filter__ZiIew .search_searchBtn__FT18y:hover{opacity:1}@media screen and (max-width:767px){.search_wrap__7uY76{width:100%}}.stylesPage_wrap__L1U9A{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}.stylesPage_hidden__VKp4m{display:none}.list_wrap__y4y4O{flex-wrap:wrap;gap:16px;width:100%;background-color:var(--bg3);border-radius:10px}.item_item__syggh,.list_wrap__y4y4O{display:flex;justify-content:space-between;padding:16px}.item_item__syggh{align-items:flex-start;gap:12px;background-color:var(--bg2);box-shadow:var(--shadow);border-radius:8px;width:320px;border:1px solid var(--bg2);position:relative}.item_item__syggh:hover{background-color:var(--bg1);border:1px solid var(--bg5)}.item_item__syggh .item_flag__tiAKa{position:absolute;z-index:100;left:10px;top:10px;width:20px;height:15px;overflow:hidden;box-shadow:var(--shadow);border-radius:2px}.item_item__syggh .item_flag__tiAKa img{object-fit:cover}.item_item__syggh .item_logo__0bE6U{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.item_item__syggh .item_logo__0bE6U img{max-width:100%;max-height:100%;width:auto;height:auto}.item_item__syggh .item_name__NxsAl{font-size:16px;color:var(--tx1);display:flex;flex:1 1;height:100%;align-items:center;flex-direction:column;justify-content:center;gap:4px;padding-right:24px}.item_item__syggh .item_name__NxsAl .item_tn__siLqa,.item_item__syggh .item_name__NxsAl .item_tr__Z9u6x{display:flex;width:100%;align-items:center;justify-content:flex-start}.item_item__syggh .item_name__NxsAl .item_tr__Z9u6x{color:var(--tx2);font-size:13px}.item_item__syggh .item_name__NxsAl .item_tr__Z9u6x span{font-weight:700;display:inline;width:auto;margin-right:5px}.item_item__syggh .item_gameWrap__raQ69{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:column;height:100%;position:absolute;right:16px;top:0;padding:12px 0}.item_item__syggh .item_gameWrap__raQ69 .item_gameLogo__yMCVn{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.item_item__syggh .item_gameWrap__raQ69 .item_gameLogo__yMCVn img{max-width:100%;max-height:100%;width:auto;height:auto}.item_item__syggh .item_gameWrap__raQ69 .item_rate__U_0hE{display:flex;align-items:flex-end;justify-content:flex-end}.styles_wrap__MxlzR{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background-color:var(--bg2);border-radius:8px;gap:16px;width:100%}.styles_wrap__MxlzR .styles_entry__ZLmLD{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.styles_wrap__MxlzR .styles_entry__ZLmLD .styles_icon__UHLJo{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.styles_wrap__MxlzR .styles_entry__ZLmLD .styles_icon__UHLJo img{max-width:20px;max-height:20px;width:auto;height:auto}.styles_wrap__MxlzR .styles_entry__ZLmLD .styles_date__zZngQ{display:flex;align-items:center;gap:40px}.styles_wrap__MxlzR .styles_entry__ZLmLD .styles_date__zZngQ .styles_views__uJmgf{display:flex;align-items:center;gap:12px}.styles_wrap__MxlzR .styles_titleWrap__NAfro{display:flex;align-items:center;width:100%;flex-direction:column;gap:8px}.styles_wrap__MxlzR .styles_titleWrap__NAfro .styles_title__UmnS_{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:18px;width:100%}.styles_wrap__MxlzR .styles_titleWrap__NAfro .styles_announce__0enZw{display:flex;align-items:center;justify-content:space-between;font-size:16px;width:100%;color:var(--tx2)}.styles_wrap__MxlzR .styles_tagsWrap__WK2LW{display:flex;align-items:flex-end;justify-content:space-between;width:100%;gap:8px}.styles_wrap__MxlzR .styles_tagsWrap__WK2LW .styles_tags__GFaYA{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.styles_wrap__MxlzR .styles_tagsWrap__WK2LW .styles_tags__GFaYA .styles_tag__3msat{background-color:var(--bg3);border-radius:10px;padding:4px 8px;font-size:14px}.styles_wrap__MxlzR .styles_tagsWrap__WK2LW .styles_read__MLGJs{white-space:nowrap}.styles_wrap__MxlzR:hover{background-color:var(--bg3)}.styles_wrap__MxlzR:hover .styles_tagsWrap__WK2LW .styles_tags__GFaYA .styles_tag__3msat{background-color:var(--bg2)}.styles_wrap____Dit{flex-direction:column;padding:16px;gap:12px;background-color:var(--bg2);border-radius:8px;height:440px}.styles_wrap____Dit,.styles_wrap____Dit .styles_link__rc2xg{display:flex;align-items:center;justify-content:center;width:100%}.styles_wrap____Dit .styles_link__rc2xg img{max-width:125px;max-height:25px;width:auto;height:auto}.styles_wrap____Dit .styles_list__MIDCR{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;width:100%}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG{display:flex;align-items:center;width:100%;padding:4px 0;justify-content:space-between;position:relative;border-radius:8px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2{display:flex;padding:4px 8px;justify-content:space-between;align-items:center;flex:2 1;background:var(--bg1);border-radius:8px;box-shadow:var(--shadow)}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2 .styles_team_logo__ZVosP{width:36px;height:36px;position:relative;display:flex;align-items:center;justify-content:center}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2 .styles_team_logo__ZVosP img{max-width:36px;max-height:36px;width:auto;height:auto}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2 .styles_oWrap__8P3Xr{display:flex;align-items:center;justify-content:center;background-color:var(--bg3);border-radius:8px;border:1px solid var(--bg4);font-size:16px;font-weight:500;padding:2px 8px;min-width:50px;position:relative}@keyframes styles_hightblink__ZlKXd{0%{background-color:var(--bg1)}50%{background-color:var(--tx3)}to{background-color:var(--bg1)}}@keyframes styles_lowblink__CenTS{0%{background-color:var(--bg1)}50%{background-color:var(--tx4)}to{background-color:var(--bg1)}}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2 .styles_oWrap__8P3Xr.styles_hight__Ss1au{animation:styles_hightblink__ZlKXd 1.6s linear infinite}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2 .styles_oWrap__8P3Xr.styles_low__fk5B_{animation:styles_lowblink__CenTS 1.6s linear infinite}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_item__gIqh2.styles_away__8O1nY{flex-direction:row-reverse}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m{display:flex;flex-direction:column;flex:1 1;align-items:center;justify-content:center;gap:6px;padding:0 4px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m .styles_countdown__QO0IH{width:100%;text-align:center;font-weight:900;min-width:60px;display:flex;justify-content:center;align-items:center}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m .styles_countdown__QO0IH div{font-size:11px;font-weight:400;display:flex;justify-content:center;align-items:center;height:17px;box-shadow:var(--shadow);background-color:var(--bg3);border-radius:2px;width:60px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m .styles_countdown__QO0IH div.styles_match_live__Mdq54{background-color:var(--bg6);text-transform:uppercase;width:42px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m .styles_countdown__QO0IH div.styles_match_live__Mdq54:before{content:"";display:flex;width:5px;height:5px;border-radius:50%;margin-right:3px;background-color:var(--tx1)}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG .styles_time_item__Gwi_m .styles_gameLogo__p0K_f{width:auto;height:auto;max-width:20px;max-height:15px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG:hover .styles_item__gIqh2{background-color:var(--bg3)}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG:hover .styles_item__gIqh2 .styles_oWrap__8P3Xr{background-color:var(--bg1)}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG.styles_live__SCV6G a{background:var(--bg3);box-shadow:var(--shadow);padding:4px}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG.styles_live__SCV6G a .styles_item__gIqh2{background:var(--bg3);box-shadow:none}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG.styles_live__SCV6G a .styles_item__gIqh2 .styles_oWrap__8P3Xr{background:var(--bg1)}.styles_wrap____Dit .styles_list__MIDCR .styles_itemWrap__ff_JG.styles_live__SCV6G a:hover{background-color:var(--bg4)}@media screen and (max-width:500px){.styles_bets__lXS7V.styles_inList__7fKWG{width:100%}}.slider_slider__rfumb{width:100%;overflow:hidden;position:relative;background:var(--bg3);border-radius:10px}.slider_slider__rfumb .slider_next__2Qz4P,.slider_slider__rfumb .slider_prev__E6RBM{background-position:50%;background-repeat:no-repeat;background-size:25px 25px;cursor:pointer;height:25px;margin-top:-12px;position:absolute;top:50%;width:25px;z-index:10;background-image:url(/asset/icons/arrow.svg)}.slider_slider__rfumb .slider_prev__E6RBM{left:10px;right:auto;transform:rotate(90deg)}.slider_slider__rfumb .slider_next__2Qz4P{left:auto;right:10px;transform:rotate(-90deg)}.slider_slider__rfumb .slider_sliderContainer__bY7NF{display:flex;transition:transform .3s ease-in-out;width:616px;overflow:hidden;position:relative;padding:12px 0;margin:0 auto}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_sliderWrap__PPCra{display:flex;transition:transform .3s ease-in-out;gap:16px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv{width:300px;height:280px;padding:16px;background:var(--bg2);flex-shrink:0;position:relative;border-radius:10px;overflow:hidden;gap:12px;display:flex;align-items:center;flex-direction:column;box-shadow:var(--shadow)}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_entry__EADzV{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:16px;line-height:1.2;height:50px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_entry__EADzV a{display:flex;width:100%;padding-right:40px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_entry__EADzV .slider_icon__5fWbR{height:20px;width:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:16px;right:16px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_image__mD5I5{position:relative;width:100%;overflow:hidden;height:auto;height:136px;display:block;border:1px solid var(--bg5);border-radius:8px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_image__mD5I5 img{width:100%;height:auto}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b{width:100%;align-items:center;display:flex;justify-content:space-between;position:relative;font-size:13px;gap:4px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_date__mg_Ca,.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_location__1Hj4n{align-items:center;display:flex;justify-content:space-between;flex-direction:column;color:var(--tx2);width:47%}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_date__mg_Ca .slider_entryItem__NrLXT,.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_location__1Hj4n .slider_entryItem__NrLXT{width:100%;align-items:center;display:flex;justify-content:space-between;overflow:hidden;gap:4px}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_date__mg_Ca .slider_entryItem__NrLXT b,.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_location__1Hj4n .slider_entryItem__NrLXT b{font-weight:600;color:var(--tx1);white-space:nowrap}.slider_slider__rfumb .slider_sliderContainer__bY7NF .slider_item__rYmlv .slider_meta__g5M5b .slider_location__1Hj4n{width:50%}@media screen and (max-width:700px){.slider_slider__rfumb .slider_prev__E6RBM{left:0}.slider_slider__rfumb .slider_next__2Qz4P{right:0}.slider_slider__rfumb .slider_sliderContainer__bY7NF{width:90%}}@media screen and (max-width:500px){.slider_slider__rfumb .slider_prev__E6RBM{left:0}.slider_slider__rfumb .slider_next__2Qz4P{right:0}.slider_slider__rfumb .slider_sliderContainer__bY7NF{width:324px;padding:12px}}.styles_wrap__zamsG{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}.styles_wrap__zamsG .styles_itemWrap__BM9Es{display:flex;width:100%;flex-direction:column;gap:24px;padding:16px;background-color:var(--bg3);border-radius:10px}.styles_wrap__zamsG .styles_matchWrap__xlaVR{background-color:var(--bg2);border-radius:8px;width:100%;display:flex;align-items:center;justify-content:space-between}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_match__DcT_1{width:50%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_divider__fqGVs{width:3px;height:175px;background:linear-gradient(180deg,var(--bg2) 5%,var(--bg8) 50%,var(--bg2) 95%)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf{width:50%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:16px;height:100%;padding:16px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU{display:flex;justify-content:flex-start;align-items:flex-start;gap:12px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_avatar__R_juI{width:60px;height:60px;border-radius:8px;overflow:hidden}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_avatar__R_juI img{width:auto;height:auto;max-width:100%;max-height:100%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_avatar__R_juI .styles_ava__EBfuj{width:60px;height:60px;background-color:var(--bg1);display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:700;text-transform:uppercase;color:var(--tx2)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_right__C07J0{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:8px;height:60px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_right__C07J0 .styles_author__4LBuV{font-size:15px;color:var(--tx1);font-weight:700}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_right__C07J0 .styles_winner__FYLsZ{font-size:20px;color:var(--dire)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_right__C07J0 .styles_winner__FYLsZ.styles_tip_true__EtmUB{color:var(--tx3)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_left__phOpU .styles_right__C07J0 .styles_winner__FYLsZ.styles_tip_false__U2Otq{color:var(--tx4)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_logo__E7tXT{width:20px;height:20px;overflow:hidden}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_win__cAfcv .styles_logo__E7tXT img{width:auto;height:auto;max-width:100%;max-height:100%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_text__XRdOH{display:flex;color:var(--tx1);font-size:14px;width:100%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_entry__dNwjk{display:flex;align-items:center;justify-content:space-between;color:var(--tx1);font-size:14px;width:100%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_entry__dNwjk.styles_isBot__Xu5Y4{justify-content:flex-end}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_entry__dNwjk .styles_views__NKug5{display:flex;align-items:center;justify-content:flex-start;gap:8px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_entry__dNwjk .styles_read__MVrSu{white-space:nowrap}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_point__WBGvn{font-size:16px;font-weight:500;text-transform:uppercase;padding:6px 12px;border-radius:8px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_point__WBGvn.styles_tip_true__EtmUB{border:1px solid var(--tx3)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_point__WBGvn.styles_tip_false__U2Otq{border:1px solid var(--tx4)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_date__qGQ96{display:flex;align-items:flex-start;width:100%;flex-direction:column;font-size:14px}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_date__qGQ96 .styles_name__2EQXt{color:var(--tx2);text-transform:uppercase}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf .styles_date__qGQ96 .styles_value__5hEhU{color:var(--tx1)}.styles_wrap__zamsG .styles_o__8GJYr{width:50%;display:flex;align-items:center;justify-content:center;gap:16px}@media screen and (max-width:767px){.styles_wrap__zamsG .styles_matchWrap__xlaVR{flex-direction:column}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_match__DcT_1{width:100%}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_divider__fqGVs{width:100%;height:3px;min-height:3px;background:linear-gradient(90deg,var(--bg2) 5%,var(--bg8) 50%,var(--bg2) 95%)}.styles_wrap__zamsG .styles_matchWrap__xlaVR .styles_info__v2lMf{width:100%}}.scroll_wrap__a5YHm{width:100%;overflow-x:scroll;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#fd6c08 #011528}.scroll_wrap__a5YHm::-webkit-scrollbar{width:4px;height:4px}.scroll_wrap__a5YHm::-webkit-scrollbar-track{background:#011528}.scroll_wrap__a5YHm::-webkit-scrollbar-thumb{background-color:#fd6c08;border-radius:4px}.scroll_wrap__a5YHm .scroll_content__bVWAh{display:flex;min-width:100%}.scroll_wrap__a5YHm .scroll_content__bVWAh.scroll_vertical__X2bAH{flex-direction:column}.scroll_wrapV__Er5sI{width:100%;overflow-x:hidden;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#fd6c08 #011528;padding-right:12px}.scroll_wrapV__Er5sI::-webkit-scrollbar{width:4px;height:4px}.scroll_wrapV__Er5sI::-webkit-scrollbar-track{background:#011528}.scroll_wrapV__Er5sI::-webkit-scrollbar-thumb{background-color:#fd6c08;border-radius:4px}.scroll_wrapV__Er5sI .scroll_content__bVWAh{display:flex;min-width:100%}.scroll_wrapV__Er5sI .scroll_content__bVWAh.scroll_vertical__X2bAH{flex-direction:column}.styles_wrap__JH3FV{gap:24px}.styles_wrap__JH3FV,.styles_wrap__JH3FV .styles_bg__Jrpsy{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.styles_wrap__JH3FV .styles_bg__Jrpsy{background-color:var(--bg2);border-radius:10px;padding:8px;gap:12px}.styles_wrap__JH3FV .styles_desc__BzpCN{width:100%;text-align:right;font-size:12px;color:var(--tx2)}.styles_wrap__JH3FV .styles_desc__BzpCN span{font-weight:600;margin:0 8px;font-size:14px;color:var(--tx1)}.styles_wrap__JH3FV .styles_listWrap__xjbwb{width:100%;display:flex;align-items:normal;justify-content:flex-start;gap:12px}@keyframes styles_expand__O1Ndj{0%{max-height:0;opacity:0}to{max-height:300px;opacity:1}}.styles_wrap__JH3FV .styles_listWrap__xjbwb.styles_hidden__ebkWu{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease-out,opacity .5s ease-out}.styles_wrap__JH3FV .styles_listWrap__xjbwb.styles_visible__45_vv{max-height:300px;opacity:1;overflow:visible;animation:styles_expand__O1Ndj .5s ease-out forwards}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_listTitle__ne1DE{width:120px;background-color:var(--bg3);min-height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:var(--shadow);padding:8px;font-size:14px}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;flex:1 1;gap:8px}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e{display:flex;align-items:center;justify-content:flex-start;height:36px;min-width:130px;background-color:var(--bg3);cursor:pointer;border-radius:10px;box-shadow:var(--shadow);padding:8px;font-size:12px;gap:8px;width:24%}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_country___v3Dl{width:24px;height:16px;display:flex;align-items:center;justify-content:center}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_country___v3Dl img{width:auto;height:auto;max-width:100%;max-height:100%}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_name__VVUE0{width:81px;overflow:hidden;white-space:nowrap;font-size:12px;color:var(--tx1);font-weight:500}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_count__uugS5{font-size:12px;color:var(--tx2)}@media screen and (max-width:650px){.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e{width:32%}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_name__VVUE0{width:auto}}@media screen and (max-width:500px){.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e{width:48%}.styles_wrap__JH3FV .styles_listWrap__xjbwb .styles_list__nVEyt .styles_item___eC4e .styles_name__VVUE0{width:auto}}.stream_wrap__ld6Fe{display:flex;flex-direction:column;gap:24px;width:100%;position:relative;height:0;min-height:0;overflow:hidden;transition:var(--transition1)}.stream_wrap__ld6Fe.stream_open__GmO0Y{height:auto;min-height:480px;transition:var(--transition1)}@media screen and (max-width:767px){.stream_wrap__ld6Fe.stream_open__GmO0Y{min-height:inherit}}.stream_wrap__ld6Fe iframe{border:none}.stream_wrap__ld6Fe .stream_close__CGeWz{position:absolute;right:0;top:0;z-index:1;display:block;height:34px;width:48px;background-color:var(--bg2);background-image:url(/asset/icons/close2.svg);background-position:50%;background-repeat:no-repeat;border-radius:4px;cursor:pointer}.stream_wrap__ld6Fe .stream_close__CGeWz:hover{background-color:var(--bg3)}.stream_wrap__ld6Fe .stream_bbWrap__LoNrQ{width:100%;height:487px;display:flex;align-items:center;justify-content:center;background-color:var(--mc2);box-shadow:inset 0 0 8px rgba(0,0,0,.8)}.stream_wrap__ld6Fe .stream_bbWrap__LoNrQ a{font-size:16px;text-decoration:none;font-weight:900;font-style:italic;border:3px solid var(--mc5);color:var(--mc5);text-transform:uppercase;width:200px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .5s ease;cursor:pointer}.stream_wrap__ld6Fe .stream_bbWrap__LoNrQ a:hover{text-decoration:none;background:var(--mc5);color:var(--white);transition:all .5s ease}.stream_wrap__ld6Fe .stream_hr___Bw6x{width:100%;height:4px;background-color:var(--mc1)}.seo_wrap__67G2j{display:flex;gap:8px;flex-direction:column;width:100%;color:var(--tx2)}.seo_wrap__67G2j h1{font-size:22px;text-align:center;color:var(--tx1)}.seo_wrap__67G2j .seo_info__wi2lF{font-size:14px;line-height:1.5;width:100%;display:flex;gap:8px;flex-direction:column;text-align:left}.seo_wrap__67G2j .seo_info__wi2lF h2{font-size:20px;text-align:center;color:var(--tx1)}.seo_wrap__67G2j .seo_info__wi2lF h3{font-size:18px;text-align:center;color:var(--tx1)}.seo_wrap__67G2j .seo_info__wi2lF h4{font-size:16px;text-align:center;font-weight:600;color:var(--tx1)}.seo_wrap__67G2j .seo_info__wi2lF ul{padding-left:20px}.seo_wrap__67G2j .seo_info__wi2lF table{border:1px solid var(--tx2);border-collapse:collapse;width:100%}.seo_wrap__67G2j .seo_info__wi2lF table td,.seo_wrap__67G2j .seo_info__wi2lF table th{border:1px solid var(--tx2);padding:12px;text-align:center}.seo_wrap__67G2j .seo_info__wi2lF a{text-decoration:underline;color:var(--dire)}.seo_wrap__67G2j .seo_info__wi2lF b,.seo_wrap__67G2j .seo_info__wi2lF strong{font-weight:600;color:var(--tx1)}.seo_wrap__67G2j .seo_info__wi2lF img{max-width:100%;height:auto}.seo_wrap__67G2j .seo_info__wi2lF figure{display:flex;width:100%;max-width:100%;align-items:center;justify-content:center;margin:0;position:relative;flex-direction:column}.seo_wrap__67G2j .seo_info__wi2lF figure img{max-width:100%;width:auto!important;height:auto!important;border-radius:8px;overflow:hidden}.seo_wrap__67G2j .seo_info__wi2lF figure iframe,.seo_wrap__67G2j .seo_info__wi2lF figure video{aspect-ratio:1.75;border:none;position:absolute;width:100%;max-width:100%;top:0;left:0;border-radius:8px;overflow:hidden}.seo_wrap__67G2j .seo_info__wi2lF blockquote{margin:1em 20px;padding:5px 10px;border-left:5px solid var(--bg8);border-radius:5px}.seo_wrap__67G2j .seo_info__wi2lF blockquote *{font-style:italic}@media screen and (max-width:767px){.seo_wrap__67G2j .seo_info__wi2lF figure{padding:0!important;height:auto!important}.seo_wrap__67G2j .seo_info__wi2lF figure iframe{width:100%!important;height:auto!important;position:relative}}.winners_wrap__aF6Oy{flex-wrap:wrap;gap:16px;background-color:var(--bg3);border-radius:10px}.winners_wrap__aF6Oy,.winners_wrap__aF6Oy .winners_item__v95Jx{display:flex;justify-content:space-between;width:100%;padding:16px}.winners_wrap__aF6Oy .winners_item__v95Jx{align-items:center;gap:8px;background-color:var(--bg2);box-shadow:var(--shadow);border-radius:8px;border:1px solid var(--bg2);position:relative}.winners_wrap__aF6Oy .winners_item__v95Jx:hover{background-color:var(--bg1);border:1px solid var(--bg5)}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex:2 1}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw .winners_flag__A9GBN{position:absolute;z-index:100;left:7px;top:7px;width:20px;height:15px;overflow:hidden;box-shadow:var(--shadow);border-radius:2px;display:flex;align-items:center;justify-content:center}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw .winners_flag__A9GBN img{max-width:100%;max-height:100%;width:auto;height:auto}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw .winners_logo__EVdDp{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw .winners_logo__EVdDp img{max-width:100%;max-height:100%;width:auto;height:auto}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw .winners_name__XPEpB{font-size:14px;color:var(--tx1)}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_title__px_7D{font-size:14px;color:var(--tx2);flex:3 1}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_date__EM0Sn{font-size:14px;color:var(--tx2);white-space:nowrap;flex:1 1}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_prize__J0eVu{font-size:16px;color:var(--tx1);font-weight:500;flex:1 1;display:flex;align-items:center;justify-content:flex-end;text-align:right}@media screen and (max-width:767px){.winners_wrap__aF6Oy .winners_item__v95Jx{flex-wrap:wrap;justify-content:center}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_team__wyYIw{order:1;flex:none;width:45%}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_prize__J0eVu{order:2;flex:none;width:45%}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_title__px_7D{order:3;flex:none;width:100%;justify-content:center;display:flex;text-align:center}.winners_wrap__aF6Oy .winners_item__v95Jx .winners_date__EM0Sn{order:4;flex:none;width:100%;justify-content:center;display:flex}}.styles_wrap__OdhOp{width:100%;display:flex;flex-direction:column;gap:24px}.styles_wrap__OdhOp .styles_content__t82vh{display:none}.styles_wrap__OdhOp .styles_content__t82vh .styles_winner__czBM0{text-align:right;font-size:16px;color:var(--bg5);padding:0 24px}@media screen and (max-width:767px){.styles_wrap__OdhOp .styles_content__t82vh .styles_info__dAuXa{max-height:1500px;overflow:auto}}.makeabet_wrap__0lKsS{width:100%;display:flex;gap:12px;padding:16px;background-color:var(--bg2);align-items:center;justify-content:space-between;border-radius:8px}.makeabet_wrap__0lKsS .makeabet_text__BG6li{flex:2 1;font-size:16px;display:flex;flex-direction:column;gap:4px}.makeabet_wrap__0lKsS .makeabet_btn__ANa_Q{flex:1 1}@media screen and (max-width:767px){.makeabet_wrap__0lKsS{flex-direction:column}.makeabet_wrap__0lKsS .makeabet_btn__ANa_Q,.makeabet_wrap__0lKsS .makeabet_text__BG6li{flex:1 1;width:100%}}.styles_wrap__yY3dz{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;background-color:var(--bg3);padding:16px;border-radius:10px;gap:16px}.styles_wrap__yY3dz .styles_item__bWIKp{background-color:var(--bg2);border:1px solid var(--bg2);padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:12px;width:48.5%}.styles_wrap__yY3dz .styles_item__bWIKp .styles_date___QNol{font-size:13px;color:var(--tx2)}.styles_wrap__yY3dz .styles_item__bWIKp .styles_comment__NiJ2C{font-size:16px;color:var(--tx1);font-style:italic;flex:1 1}.styles_wrap__yY3dz .styles_item__bWIKp .styles_page__JumGw{font-size:16px;color:var(--tx2)}.styles_wrap__yY3dz .styles_item__bWIKp .styles_page__JumGw span{color:var(--tx3)}.styles_wrap__yY3dz .styles_item__bWIKp:hover{background-color:var(--bg1);border:1px solid var(--tx3)}