body{
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
video {
    outline: 0
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    position: relative
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

ul {
    list-style-type: none
}

:root {
    --color-white: #fff;
    --color-primary: #1db57a;
    --color-yellow: #ffcd0b;
    --color-red: red;
    --color-red-1: #cf0000;
    --color-grey: #989ca3;
    --color-grey-1: #30363c;
    --color-green: #15382d;
    --color-green-1: #141f2b;
    --color-green-2: #10171f;
    --color-green-3: #5a6269;
    --color-green-4: #0d272d;
    --color-text-title: #ededed;
    --color-text-1: #989ca3;
    --width-margin-left: 16px;
    --width-margin-left-m: 8px;
    --width-box-chat: 375px;
    --main-color: #fe6f27;
    --main-bg-btn: #18c366;
    --color-btn: #030a22;
    --border-color: #3b3b3b;
    --color-text-highlight: #41a85f
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,span,strike,sub,summary,sup,textarea,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a,input,span,textarea {
    color: #ededed
}

input:-webkit-autofill,input:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s,color 600000s 0s;
    transition: background-color 600000s 0s,color 600000s 0s
}

input[data-autocompleted] {
    background-color: transparent!important
}

a {
    text-decoration: none
}

html {
    background: #1e2027
}

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 400;
    font-family: Roboto;
    color: #ededed
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BlackItalic.woff2') format('woff2'),
    url('../font/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
    url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-BoldItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Bold.woff2') format('woff2'),
    url('../font/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Italic.woff2') format('woff2'),
    url('../font/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BoldItalic.woff2') format('woff2'),
    url('../font/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light.woff2') format('woff2'),
    url('../font/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-LightItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Regular.woff2') format('woff2'),
    url('../font/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
    url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ThinItalic.woff2') format('woff2'),
    url('../font/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
    url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-MediumItalic.woff2') format('woff2'),
    url('../font/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-LightItalic.woff2') format('woff2'),
    url('../font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.woff2') format('woff2'),
    url('../font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.menu-scroll-x {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: max-content;
}

.g-container {
    padding: 0 6px;
    margin: 0 auto
}
.css-pjg0ej {
    position: relative;
    height: 32px;
    width: 32px;
}
.css-j2at52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
.css-1ov1wmz {
    position: absolute;
    left: 0px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.css-3vw0su {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    height: 32px;
}
.Item_itemNews__bEMda .Item_itemThumb__cg9WS {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    height: unset !important;
    position: relative !important;
    border-radius: 4px;
}
.Item_itemNews__bEMda {
    position: relative;
    width: calc(100% / var(--columns) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: var(--spacing);
    border-radius: 8px;
}
.Item_itemNews__bEMda h2 {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-title);
    word-break: break-word !important;
}
.Item_itemNews__bEMda span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey);
}
.News_container__2HXw3 .News_listNews__CkrWi {
    margin-top: 12px;
    --columns: 2;
    flex-wrap: wrap;
    --spacing: var(--width-margin-left-m);
    margin-left: calc(-1 * var(--spacing));
}
.styles_pagination__aCZ5F {
    margin-top: 24px;
}
.css-1svhh29 {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 1rem;
}
.css-nhb8h9 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.css-2gftvx.Mui-disabled {
    opacity: 0.38;
}

.css-2gftvx.Mui-disabled {
     pointer-events: none;
     cursor: default;
}
.styles_pagination__aCZ5F .MuiButtonBase-root {
     border: 1px solid #3d628b;
     background-color: transparent;
     color: var(--color-white);
}
.css-2gftvx.Mui-selected {
    background-color: rgba(0, 0, 0, 0.08);
}
.css-1svhh29 .Mui-selected {
     background-color: var(--color-primary) !important;
     color: var(--color-white);
}
.styles_pagination__aCZ5F .MuiButtonBase-root {
     border: 1px solid #3d628b;
     background-color: transparent;
     color: var(--color-white);
}
.css-2gftvx {
     display: inline-flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
     position: relative;
     -webkit-tap-highlight-color: transparent;
     background-color: transparent;
     cursor: pointer;
     user-select: none;
     vertical-align: middle;
     appearance: none;
     font-family: Roboto, Helvetica, Arial, sans-serif;
     font-weight: 400;
     font-size: 0.875rem;
     line-height: 1.43;
     letter-spacing: 0.01071em;
     text-align: center;
     box-sizing: border-box;
     min-width: 32px;
     height: 32px;
     color: rgba(0, 0, 0, 0.87);
     outline: 0px;
     text-decoration: none;
     border-radius: 4px;
     padding: 0px 6px;
     margin: 0px 3px;
     transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
     border-width: 1px;
     border-style: solid;
     border-color: rgba(0, 0, 0, 0.23);
     border-image: initial;
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.styles_pagination__aCZ5F .MuiButtonBase-root {
    border: 1px solid #3d628b;
    background-color: transparent;
    color: #FFFFFF;
}
.styles_pagination__aCZ5F .MuiButtonBase-root:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd {
     gap: 6px;
     margin-top: 8px;
     display: flex;
     flex-wrap: wrap;
}
.lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd .lich-thi-dau_itemFilter__YwDkA {
     cursor: pointer;
     padding: 8px 16px;
     font-size: 12px;
     line-height: 20px;
     text-overflow: ellipsis;
     white-space: nowrap;
     color: var(--color-grey);
     border: 1px solid var(--color-grey);
     border-radius: 100px;
}
.lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd .lich-thi-dau_itemFilterActive__PvvRp {
    color: #1db57a;
    background: #15382d;
    border: 1px solid #1db57a;
}
.Leagues_container__0TfwJ {
    padding: 16px;
    border: 1px solid #3d628b;
    border-radius: 8px;
    width: 100%;
}

.Leagues_container__0TfwJ .Leagues_header__d5_xT {
     justify-content: space-between;
     background: #141f2b;
     border-radius: 4px;
     padding: 18px 16px 18px 12px;
     margin-bottom: 16px;
}
.Leagues_container__0TfwJ .Leagues_header__d5_xT .Leagues_leftFilter__5U95n {
    cursor: pointer;
}
.Leagues_container__0TfwJ .Leagues_header__d5_xT .Leagues_leftFilter__5U95n p {
    color: var(--color-yellow);
}
.Leagues_container__0TfwJ .Leagues_header__d5_xT .Leagues_rightFilter__ekf6Z p {
    color: var(--color-grey);
}
.Leagues_container__0TfwJ .Leagues_dateFilter__fzGqY {
    justify-content: space-around;
}
.Leagues_container__0TfwJ .Leagues_dateFilter__fzGqY .Leagues_dateFilterItem__8LVYh {
    text-align: center;
    cursor: pointer;
}
.Leagues_container__0TfwJ .Leagues_dateFilter__fzGqY .Leagues_dateFilterItem__8LVYh p {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: var(--color-grey);
}
.Leagues_container__0TfwJ .Leagues_dateFilter__fzGqY .Leagues_active__hqa71 p {
    color: var(--color-primary);
    font-weight: 700;
}
.Leagues_container__0TfwJ .Leagues_main__LrwLB h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-title);
    margin-bottom: 12px;
    margin-top: 24px;
}
.Leagues_container__0TfwJ .Leagues_main__LrwLB .Leagues_listLeagues__VE0Vp {
    gap: 12px 0;
}
.flex-column {
    flex-direction: column;
}
.Item_container__Oxm_o {
    padding: 8px 8px 8px 0;
    background: #141f2b;
    border-radius: 4px;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}
.Item_container__Oxm_o .Item_time__VK5g5 .Item_timeDate__memUG {
    padding-left: 16px;
    text-align: center;
    width: 48px;
}
.Item_container__Oxm_o .Item_time__VK5g5 .Item_timeDate__memUG h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ededed;
}
.Item_container__Oxm_o .Item_time__VK5g5 .Item_timeDate__memUG p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #989ca3;
}
.Item_container__Oxm_o .Item_status__dGpt0 button span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.Item_container__Oxm_o .Item_match__avFfT {
    gap: 12px 0;
}
.Item_container__Oxm_o .Item_match__avFfT .Item_matchItem__Ptlnv p {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ededed;
    margin-right: 8px;
}
.Item_container__Oxm_o .Item_match__avFfT .Item_matchItem__Ptlnv img {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.Item_container__Oxm_o .Item_cmtator__LpgG_ {
    margin-left: auto;
    flex: 1 1;
    max-width: 100%;
    min-width: 100%;
}
.Item_container__Oxm_o .Item_cmtator__LpgG_ .mySwiper {
    padding: 0 20px;
}
.Item_container__Oxm_o .Item_cmtator__LpgG_ .Item_cmtatorItem__Lzj7v .Item_logoChannel__I2NtL {
    position: relative;
    width: 40px;
    height: 40px;
}
.Item_container__Oxm_o .Item_cmtator__LpgG_ .Item_cmtatorItem__Lzj7v .Item_logoChannel__I2NtL img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.Item_container__Oxm_o .Item_time__VK5g5 .Item_timeMinus__l0mCg {
    padding: 10px 0 10px 10px;
    color: #ffcd0b;
    border-left: 4px solid #ffcd0b;
    width: auto;
    font-size: 12px;
    line-height: 16px;
}
.Item_container__Oxm_o .Item_status__dGpt0 {
    width: -moz-fit-content;
    width: fit-content;
}
.Item_container__Oxm_o .Item_status__dGpt0 .Item_liveStatus__KGpNJ {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgba(0, 0, 0, .7);
    background: #ffcd0b;
    border-radius: 100px;
    padding: 4px;
    text-align: center;
}
.css-8qsbj6 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
}
.styles_daysTabs__TzPEI {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    height: 40px;
    width: 100%;
}
.styles_tabItem__1cu_F {
    position: relative;
    padding: 8px 12px;
    line-height: 22px;
    cursor: pointer;
    background: transparent;
    color: #cdcdcd;
    font-size: 16px;
    transition: color .2s;
    border: 1px solid #4b4e56;
    border-radius: 5px;
}
.css-171onha {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
}
.styles_tabItem__1cu_F {
    position: relative;
    padding: 8px 12px;
    line-height: 22px;
    cursor: pointer;
    background: transparent;
    color: #cdcdcd;
    font-size: 16px;
    transition: color .2s;
    border: 1px solid #4b4e56;
    border-radius: 5px;
}
.styles_active__eD9wa {
    background-color: #1db57a;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
}
.css-1m9axm3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 48px;
    min-width: 170px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.css-qiwgdb.css-qiwgdb.css-qiwgdb {
    padding-right: 32px;
}
 .css-qiwgdb.MuiSelect-select {
     height: auto;
     min-height: 1.4375em;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
 }
 .css-1m9axm3 .MuiSelect-select {
     color: rgb(255, 255, 255);
     font-weight: 500;
     padding-top: 8px;
     padding-bottom: 8px;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     height: 48px;
     min-height: 48px;
     box-sizing: border-box;
 }
 .css-qiwgdb {
     appearance: none;
     user-select: none;
     border-radius: 4px;
     cursor: pointer;
     font: inherit;
     letter-spacing: inherit;
     color: currentcolor;
     border: 0px;
     box-sizing: content-box;
     background: none;
     height: 1.4375em;
     margin: 0px;
     -webkit-tap-highlight-color: transparent;
     display: block;
     min-width: 0px;
     width: 100%;
     animation-name: mui-auto-fill-cancel;
     animation-duration: 10ms;
     padding: 16.5px 14px;
 }
.css-1k3x8v3 {
    bottom: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}
.css-1m9axm3 .MuiSelect-icon {
    color: rgb(205, 205, 205);
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.css-bi4s6q {
     position: absolute;
     right: 7px;
     top: calc(50% - 0.5em);
     pointer-events: none;
     color: rgba(0, 0, 0, 0.54);
}
.css-1m9axm3 .MuiOutlinedInput-notchedOutline {
    border-color: rgb(75, 78, 86);
    border-radius: 8px;
}
.css-igs3ac {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
.css-qiwgdb.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.styles_tableResponsive__au5XX {
    width: 100%;
    overflow-x: auto;
}
.css-1owb465 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.styles_table__IR1I1 {
    margin-top: 28px;
}
.css-1wbz3t9 {
    display: table-header-group;
}
.css-1gqug66 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0px;
}
.css-1gqug66 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0px;
}
.styles_tableCollapseTitle__P0LSB {
    background: #eaf6f1;
    font-weight: 700;
    cursor: pointer;
}
.css-q34dxg {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.styles_leagueName__eyj8W {
    height: 36px;
    font-weight: 700;
    background-color: #e8e8e8;
    color: #535353;
    padding: 0 16px;
    box-sizing: border-box;
}
.css-q34dxg {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.styles_arrowOpen__aKeIC {
    text-align: left;
    transform: rotate(180deg);
}
.styles_arrowIcon__s9L_C {
    cursor: pointer;
    width: 36px;
    text-align: right;
    height: 28px;
    transition: transform .2s;
    background-color: transparent;
}
.styles_arrowIcon__s9L_C svg path {
    fill: #535353;
}
.css-1gqug66 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0px;
}
.styles_tableCollapseValue__rLt5K {
    background-color: #fff;
}
.css-q34dxg {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.css-hboir5 {
    display: flex;
    width: 100%;
}
.css-8atqhb {
    width: 100%;
}
.css-1owb465 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.css-1xnox0e {
    display: table-row-group;
}
.styles_tableHeader__rXOvZ:not(th:last-child) {
    border-right: 1px solid #94e9c8;
}
.css-1pj6zck {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: center;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
}
.styles_tableHeader__rXOvZ {
    background: #1db57a;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
}
.styles_stickyColumn__R4fFI {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 4px 0 4px -4px rgba(0, 0, 0, .1);
}
.css-1n2mv2k {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.css-1owb465 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.styles_tableHeader__rXOvZ {
    background: #1db57a;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.css-1o6fzn1 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: left;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
}
.css-1821gv5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.styles_table__IR1I1 .styles_teamName__rdZJH {
    color: #25272f;
    font-weight: 700;
}
.css-1821gv5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.styles_table__IR1I1 .styles_europeOdds___vLqO {
    color: #ff3600;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding: 0 2px;
    width: max-content;
    margin: auto;
    font-weight: 500;
}
.css-1bvc4cc {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.styles_handicapOdds__PReza {
    gap: 10px;
}
.styles_table__IR1I1 .styles_handicap__FvhoV {
    color: #0088b9;
    font-weight: 500;
}
.styles_table__IR1I1 .styles_overUnderOdds__ClETM
{
    color: #ff3600;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding: 0 2px;
    width: max-content;
    font-weight: 500;
}
.styles_table__IR1I1 .styles_overUnderOdds__ClETM {
    color: #ff3600;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding: 0 2px;
    width: max-content;
    font-weight: 500;
}
.ket-qua-bong-da_container__HeNfa .ket-qua-bong-da_main__WB1EA .ket-qua-bong-da_header__v00dS .ket-qua-bong-da_listFilter__ilUHn {
    gap: 6px;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}
.ket-qua-bong-da_container__HeNfa .ket-qua-bong-da_main__WB1EA .ket-qua-bong-da_header__v00dS .ket-qua-bong-da_listFilter__ilUHn .ket-qua-bong-da_itemFilter__fWL2i {
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-grey);
    border: 1px solid var(--color-grey);
    border-radius: 100px;
}
.ket-qua-bong-da_container__HeNfa .ket-qua-bong-da_main__WB1EA .ket-qua-bong-da_header__v00dS .ket-qua-bong-da_listFilter__ilUHn .ket-qua-bong-da_itemFilterActive__45BPY {
    color: var(--color-primary);
    background: var(--color-green);
    border: 1px solid var(--color-primary);
}
.ResultItem_container__cmvIl {
    padding: 14px 16px 14px 0;
    background: #141f2b;
    border-radius: 4px;
    width: 100%;
    gap: 0 24px;
}
.ResultItem_container__cmvIl .ResultItem_time__Tm2TQ .ResultItem_timeDate__GJZQ9 {
    padding-left: 24px;
    text-align: center;
}
.ResultItem_container__cmvIl .ResultItem_time__Tm2TQ .ResultItem_timeDate__GJZQ9 p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
.ResultItem_container__cmvIl .ResultItem_time__Tm2TQ .ResultItem_timeDate__GJZQ9 .ResultItem_days__L1dFR {
    color: var(--color-grey);
}
.ResultItem_container__cmvIl .ResultItem_match__mrtoI {
    gap: 12px 0;
    width: 100%;
    display: none;
}
.ResultItem_container__cmvIl .ResultItem_match__mrtoI .ResultItem_matchItem__Ob4PG.ResultItem_home__7KZ0B {
    justify-content: flex-end;
}
.ResultItem_container__cmvIl .ResultItem_match__mrtoI .ResultItem_matchItem__Ob4PG {
    flex: 5 1;
}
.ResultItem_container__cmvIl .ResultItem_match__mrtoI .ResultItem_matchItem__Ob4PG img {
    border-radius: 50%;
}
.ResultItem_container__cmvIl .ResultItem_match__mrtoI .ResultItem_matchScore__YraP2 {
    margin: 0 8px;
    flex: 1 1;
}
.ResultItem_container__cmvIl .ResultItem_score__JbyDI {
    color: var(--color-yellow);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw {
    display: none;
}
.ket-qua-bong-da_container__HeNfa .ket-qua-bong-da_main__WB1EA .ket-qua-bong-da_body__28MuH {
    margin-top: 16px;
}
.styles_grid-matches__xAtbX
{
    margin-top: 28px;
}
.style2 {
    padding-top: 10px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV
{
    position: relative;
    min-height: 160px;
    margin-bottom: 24px;
    display: flex;
    background-color: #181a23;
    border-radius: 12px;
    align-items: center;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_no__An4kp {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00472c;
    color: var(--color-white);
    font-size: 28px;
    font-weight: 700;
    min-height: 160px;
    width: 64px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 {
    margin-left: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 300px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_star__9SU6_ {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_name__1f7DD {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-white);
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_star__9SU6_ .styles_evaluate__81eZJ {
    display: flex;
    gap: 4px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endowMB__Ltyzt {
    font-size: 10px;
    color: var(--color-white);
    white-space: pre-line;
    word-break: break-word;
    line-height: 14px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_divider__O4XRk {
    width: 1px;
    height: 48px;
    background: #525979;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endow___ZrTc {
    font-size: 20px;
    color: var(--color-white);
    padding: 8px;
    white-space: pre-line;
    word-break: break-word;
    line-height: 28px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y {
    position: absolute;
    right: 24px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnBet__v19rZ, .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnEndow__hFnuQ {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #dc211c;
    height: 44px;
    border-radius: 8px;
    width: 189px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnBet__v19rZ, .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnEndow__hFnuQ {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #dc211c;
    height: 44px;
    border-radius: 8px;
    width: 189px;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnEndow__hFnuQ {
    background-color: #1db57a;
}
.styles_grid-matches__xAtbX .styles_box__V9BfV {
    position: relative;
    min-height: 160px;
    margin-bottom: 24px;
    display: flex;
    background-color: #181a23;
    border-radius: 12px;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .Leagues_container__0TfwJ .Leagues_dateFilter__fzGqY .Leagues_dateFilterItem__8LVYh p {
        font-size: 14px;
        line-height: 20px;
    }
    .Leagues_container__0TfwJ .Leagues_main__LrwLB h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .Leagues_container__0TfwJ .Leagues_header__d5_xT p {
         font-size: 14px;
         line-height: 20px;
    }
    .Leagues_container__0TfwJ .Leagues_header__d5_xT {
        padding: 12px;
    }
    .Item_container__Oxm_o {
        padding: 14px 16px 14px 0;
        gap: 16px;
    }
    .Item_container__Oxm_o .Item_time__VK5g5 .Item_timeDate__memUG {
        padding-left: 24px;
        width: 65px;
    }
    .Item_container__Oxm_o .Item_status__dGpt0 {
        width: 70px;
    }
    .Item_container__Oxm_o .Item_match__avFfT .Item_matchItem__Ptlnv p {
        font-size: 16px;
        line-height: 24px;
        margin-right: 16px;
    }
    .Item_container__Oxm_o .Item_match__avFfT .Item_matchItem__Ptlnv img {
        font-size: 16px;
        width: 24px;
        height: 24px;
    }
    .Item_container__Oxm_o .Item_cmtator__LpgG_ {
        max-width: 460px;
        min-width: 460px;
    }
    .Item_container__Oxm_o .Item_time__VK5g5 .Item_timeMinus__l0mCg {
        padding: 10px 30px;
        width: 65px;
        font-size: 16px;
        line-height: 20px;
    }
    .Item_container__Oxm_o .Item_status__dGpt0 {
        width: 70px;
    }
    .Item_container__Oxm_o .Item_status__dGpt0 .Item_liveStatus__KGpNJ {
        font-size: 12px;
        line-height: 16px;
    }
    .styles_days__GJGoa {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        scrollbar-width: none;
    }
    .styles_title__tVaOC span{
        margin-top: 8px;
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 28px;
    }
    .styles_days__GJGoa .styles_day__UkMYI {
        flex: 0 0 auto;
        width: max-content;
        padding: 8px;
        margin-right: 4px;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
        height: 32px;
        line-height: 16px;
        border: 1px solid #4b4e56;
    }
    .css-8qsbj6{
        flex-direction: column-reverse;
    }
    .ResultItem_container__cmvIl .ResultItem_match__mrtoI {
        display: flex;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endowMB__Ltyzt {
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .styles_days__GJGoa {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        scrollbar-width: none;
    }
    .styles_title__tVaOC{
        margin-top: 8px;
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 28px;
    }
    .css-171onha span {
        text-align: center;
        font-size: 12px;
        border-radius: 5px;
        line-height: 16px;
        width: max-content;
    }
    .styles_days__GJGoa .styles_day__UkMYI {
        flex: 0 0 auto;
        width: max-content;
        padding: 8px;
        margin-right: 4px;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
        height: 32px;
        line-height: 16px;
        border: 1px solid #4b4e56;
    }
    .css-8qsbj6{
        flex-direction: column-reverse;
    }
    .css-1m9axm3{
        width: 100%;
    }
    .styles_daysTabs__TzPEI{
        overflow-y: hidden;
    }
    .styles_tabItem__1cu_F{
        flex: 0 0 auto;
        width: max-content;
        padding: 8px;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
        height: 32px;
        line-height: 16px;
        border: 1px solid #4b4e56;
    }
    .styles_daysTabs__TzPEI{
        gap: 4px;
    }
    .styles_tableHeader__rXOvZ{
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        white-space: nowrap;
    }
    .css-1pj6zck{
        font-size: 12px;
        line-height: 1.43;
        letter-spacing: 0.01071em;
        width: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;
        white-space: nowrap;
        display: table-cell;
        vertical-align: inherit;
        border-bottom: 1px solid rgb(224, 224, 224);
        text-align: center;
        padding: 6px 16px;
        color: rgba(0, 0, 0, 0.87);
    }
    .styles_tableResponsive__au5XX {
        width: 100%;
        overflow-x: auto;
    }
    .styles_table__IR1I1 .styles_teamName__rdZJH {
        font-size: 12px;
    }
    .styles_table__IR1I1 {
        min-width: 550px;
    }
    .swiper-pointer-events {
        touch-action: pan-y;
    }
    .ResultItem_container__cmvIl .ResultItem_match__mrtoI {
        display: none;
    }
    .ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw{
        display: flex;
        flex-direction: column;
        gap: 12px 0;
    }
    .ResultItem_container__cmvIl {
        padding: 14px 16px 14px 0;
        background: #141f2b;
        border-radius: 4px;
        width: 100%;
        gap: 0 24px;
    }
    .text-ellipsis, .title-home{
        white-space: normal !important;
    }
    .ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw .ResultItem_matchTeam__mziVn {
        gap: 0 12px;
    }
    .ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
    .ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw img {
        border-radius: 50%;
    }
    .ResultItem_container__cmvIl .ResultItem_matchMobile__7__Rw p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endowMB__Ltyzt {
        display: flex;
        white-space: unset !important;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV {
        width: 100%;
        min-height: 104px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_no__An4kp {
        font-size: 24px;
        min-height: 104px;
        width: 32px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 {
        margin-left: 16px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X {
        gap: 12px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X {
        display: flex;
        align-items: center;
        gap: 24px;
        min-width: 300px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X img {
        width: 64px;
        height: 64px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_star__9SU6_ {
        gap: 4px;
        margin-right: 100px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_name__1f7DD {
        font-size: 16px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_star__9SU6_ img {
        width: 16px;
        height: 16px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endow___ZrTc{
        font-size: 10px;
        color: var(--color-white);
        white-space: pre-line;
        word-break: break-word;
        line-height: 14px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 {
        margin-left: 16px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_divider__O4XRk {
        display: none;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_endow___ZrTc {
        display: none;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t
    {
        margin-top: 8px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnBet__v19rZ, .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_right__B7Q8y .styles_button__jNw5t .styles_btnEndow__hFnuQ {
        font-size: 12px;
        width: 78px;
        height: 24px;
        border-radius: 4px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X {
        gap: 12px;
    }
    .styles_grid-matches__xAtbX .styles_box__V9BfV .styles_main__nPcH2 .styles_left__fkn0X .styles_star__9SU6_ {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .styles_title__kqavI {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd .lich-thi-dau_itemFilter__YwDkA {
        padding: 8px 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .Item_container__Oxm_o {
        gap: 0 24px;
    }
}
@media screen and (min-width: 768px) {
    .lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd {
        margin-top: 16px;
    }
}
@media screen and (min-width: 992px) {
    .News_container__2HXw3 .News_listNews__CkrWi {
        --columns: 4;
        margin-top: 32px;
    }
}

@media screen and (min-width: 768px) {
    .News_container__2HXw3 .News_listNews__CkrWi {
        --columns: 4;
        margin-top: 24px;
        --spacing: var(--width-margin-left);
    }
}
@media screen and (min-width: 576px) {
    .News_container__2HXw3 .News_listNews__CkrWi {
        margin-top: 16px;
    }
}

@media screen and (min-width: 576px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 768px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 992px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 1200px) {
    .g-container {
        width:1200px
    }
}

@media screen and (min-width: 1441px) {
    .g-container {
        width:1320px
    }
}

.text-color-primary {
    color: var(--color-primary)
}

.text-highlight {
    color: var(--color-text-highlight)
}

.btnLoadMore {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29,181,122,.1)
}

figure.table {
    width: 100%;
    overflow-x: auto;
    margin: 0
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.x-center {
    justify-content: center
}

.x-between {
    justify-content: space-between
}

.y-center {
    align-items: center
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.wrap {
    flex-wrap: wrap
}

.me-auto {
    margin-right: auto!important
}

.mt-2 {
    margin-top: 2px
}

.mt-4 {
    margin-top: 4px
}

.mt-6 {
    margin-top: 6px
}

.mt-8 {
    margin-top: 8px
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-14 {
    margin-top: 14px
}

.mt-16 {
    margin-top: 16px
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.mt-32 {
    margin-top: 32px
}

.mt-36 {
    margin-top: 36px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-8 {
    margin-bottom: 8px
}

.mr-0 {
    margin-right: 0!important
}

.mr-2 {
    margin-right: 2px
}

.mr-4 {
    margin-right: 4px
}

.mr-6 {
    margin-right: 6px
}

.mr-8 {
    margin-right: 8px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-16 {
    margin-right: 16px
}

.mr-24 {
    margin-right: 24px
}

.mr-25 {
    margin-right: 25px
}

.ml-2 {
    margin-left: 2px
}

.ml-4 {
    margin-left: 4px
}

.ml-6 {
    margin-left: 6px
}

.ml-8 {
    margin-left: 8px
}

.ml-12 {
    margin-left: 12px
}

.ml-16 {
    margin-left: 16px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-16 {
    margin-bottom: 16px
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.text-l {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px
}

.txt-center {
    text-align: center
}

.text-ellipsis {
    overflow: hidden
}

.text-ellipsis,.title-home {
    white-space: nowrap;
    text-overflow: ellipsis
}

.title-home {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-yellow)
}

@media screen and (min-width: 575px) {
    .title-home {
        font-weight:700;
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (min-width: 768px) {
    .title-home {
        font-weight:700;
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (min-width: 992px) {
    .title-home {
        font-weight:700;
        font-size: 28px;
        line-height: 40px
    }
}

.ic-home {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 575px) {
    .ic-home {
        width:48px;
        height: 48px
    }
}

@media screen and (min-width: 768px) {
    .ic-home {
        width:60px;
        height: 60px
    }
}

::-webkit-scrollbar {
    display: block;
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    box-shadow: 0 4px 4px #15382d;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 5px;
    background: #000
}

::-webkit-scrollbar-button {
    width: 5px;
    height: 50px
}

.ml-auto {
    margin-left: auto
}

.cursor-pointer {
    cursor: pointer
}

.error-message {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-red-1)
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-pagination-bullet {
    background: #989ca3!important;
    border-radius: 16px!important;
    width: 8px!important;
    height: 8px!important;
    transform: scale(1)!important
}

.swiper-pagination-bullet-active {
    background: #ffcd0b!important;
    width: 24px!important;
    height: 8px!important
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 90%!important
}

.text-one-line {
    -webkit-line-clamp: 1;
    word-break: break-all
}

.text-one-line,.text-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-two-line {
    -webkit-line-clamp: 2;
    word-break: normal
}

.MuiSkeleton-root {
    background: linear-gradient(90deg,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%)!important;
    transform: scaleY(.92)!important
}

.MuiAutocomplete-noOptions {
    font-size: 16px;
    color: #fff!important
}

.header-modal {
    padding: 12px 24px;
    border-bottom: 1px solid #102439
}

.header-modal h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-title)
}

.navbar-slug {
    flex-wrap: wrap;
    padding: 10px 0;
}

.navbar-slug a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-1)
}

.navbar-slug a:last-child {
    color: var(--color-white)
}

.navbar-slug a:hover:not(:last-child) {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .navbar-slug a {
        font-size:14px
    }
}

.circle {
    border-radius: 50%
}

button {
    border: none
}

.d-none {
    display: none!important
}

.d-hide {
    visibility: hidden!important
}

.d-block {
    display: block
}

.flex-1 {
    flex: 1 1
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.right {
    right: 0
}

.bottom {
    bottom: 0
}

.gap-10 {
    gap: 10px
}

.overflow-hidden {
    overflow: hidden
}

.p-8 {
    padding: 8px
}

.fs-14 {
    font-size: 14px
}

.mw-1200 {
    max-width: 1200px
}

.hidepc {
    display: none
}

.showpc {
    display: block
}

@media(max-width: 768px) {
    .hidepc {
        display:block
    }

    .showpc {
        display: none
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.hide {
    display: none
}

.text-gray {
    color: var(--color-grey)
}

.h-60 {
    height: 60px
}

.h-87 {
    max-height: 87.8px
}

.h-120 {
    max-height: 120px
}

.h-128 {
    max-height: 128px
}

.h-180 {
    max-height: 180px
}

.w-100 {
    width: 100%
}

@media screen and (max-width: 767px) {
    .MuiSkeleton-wave {
        max-height:250px!important
    }
}

.btn,.btnSeeNow {
    background: var(--main-bg-btn);
    color: var(--color-btn);
    line-height: 16px;
    padding: 8px;
    border: 0;
    font-size: 12px;
    transition: .2s;
    text-transform: capitalize;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(40,40,40,.38);
    border-radius: .375rem;
    width: max-content
}

@media(max-width: 576px) {
    .btn,.btnSeeNow {
        padding:6px
    }
}

.btnSeeNow {
    background: var(--color-primary);
    color: var(--color-white)
}

.btnSeeNow:hover {
    background: #00824f;
    color: var(--color-white)
}

.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 24px
}

.title span {
    padding-right: 12px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    background: #1e2027;
    gap: 10px;
}

.title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #36373a
}

.view-all {
    font-size: 14px;
    color: var(--color-primary);
    padding-left: 12px;
    position: relative;
    z-index: 9
}

.is-live {
    position: absolute;
    top: -12px;
    left: 16px;
    z-index: 1
}

.badge-live {
    border-radius: 20px;
    background: #df2c2c;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
    line-height: 20px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .badge-live {
        font-size:10px;
        padding: 1px 6px;
        font-weight: 500;
        gap: 4px;
        line-height: 16px
    }
}

.badge-commingsoon {
    background: #ff9500
}

.grid-match {
    border-radius: 12px;
    box-shadow: 0 0 0 1.5px #4e4e4e;
    position: relative;
    overflow: hidden
}

.grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #9e263c
}

.grid-match--is-hot-girl .grid-match__footer:before {
    box-shadow: 0 0 0 1px #9e263c
}

.grid-match--is-hot-girl:hover {
    box-shadow: 0 0 0 1.5px #d39098
}

.grid-match--is-hot-girl:hover .grid-match__footer:before {
    box-shadow: 0 0 0 1px #d39098
}

.grid-match--is-hot {
    box-shadow: 0 0 0 2px rgba(29,181,122,.3)
}

.grid-match--is-hot:hover,.grid-match--is-hot:hover .grid-match__footer {
    box-shadow: 0 0 0 1px #89fdc5
}

.grid-match--is-hot .grid-match__footer:before {
    box-shadow: 0 0 0 1px rgba(29,181,122,.3)
}

.grid-match--is-hot:after {
    content: "";
    pointer-events: none;
    border-radius: 12px;
    background-size: cover
}

.bg-match,.grid-match--is-hot:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.bg-match {
    object-fit: cover
}

.grid-match__body {
    padding: 16px 12px 12px;
    display: block;
    position: relative;
    z-index: 1
}

.grid-match__league {
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .grid-match__league {
        font-size:12px;
        font-weight: 700
    }

    .grid-match__league span {
        color: #e0e0e0
    }
}

.grid-match__league img {
    margin-right: 4px;
    width: 20px;
    height: 20px
}

.grid-first__item {
    text-align: center;
    width: 100%
}

.grid-match__datef {
    font-size: 12px
}

.gname-first__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.text-ellipsis-max {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bg-slogan {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media(max-width: 767px) {
    .bg-slogan {
        height:48px
    }
}

.bg-slogan .bg-image {
    object-fit: cover;
    z-index: 0
}

.h1-seo {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center
}

@media(max-width: 767px) {
    .h1-seo {
        font-size:14px;
        line-height: 20px
    }
}

.grid-match__main {
    display: flex;
    min-height: 108px
}

@media(max-width: 767px) {
    .grid-match__main {
        min-height:80px
    }
}

.grid-match__only-team--name {
    min-width: 232px;
    text-align: center
}

@media(max-width: 767px) {
    .grid-match__only-team--name {
        min-width:200px
    }
}

.time-loaded,.time-loaded-m {
    color: var(--main-bg-btn,#18c366)
}

.grid-match__footer {
    padding-left: 2px;
    position: relative;
    align-items: center;
    z-index: 1;
    min-height: 48px
}

.grid-match__footer:before {
    content: "";
    box-shadow: 0 0 0 .5px #4e4e4e;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.grid-match__commentator img,.grid-match__commentator svg {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

@media(max-width: 767px) {
    .grid-match__commentator img,.grid-match__commentator svg {
        width:20px;
        height: 20px
    }
}

.grid-match__commentator {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-size: 13px;
    text-shadow: 1px 1px 0 #000
}

.grid-match__commentator a {
    display: flex;
    align-items: center;
    gap: 8px
}

.grid-match__commentator a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px
}

.grid-matches__item {
    position: relative;
    margin: 2px;
    height: calc(100% - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gname {
    display: flex;
    align-items: center;
    gap: 8px
}

.time-loaded,.time-loaded-m {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-bg-btn);
    text-transform: uppercase
}

.grid-match__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.style2 {
    padding-top: 10px
}

.style2 .grid-match__league {
    flex: 1 1;
    margin: 0;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #ced0d8;
    text-align: left;
    justify-content: left;
    display: flex
}

.style2 .grid-match__league span {
    color: #cdcdcd
}

.style2 .grid-match__body {
    padding: 20px 12px 12px;
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.style2 .xspace2 {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.style2 .grid-match__main {
    flex-direction: column;
    gap: 12px;
    position: relative;
    flex: 1 1;
    justify-content: center;
    min-height: 84px
}

.style2 .grid-match__main .grid-match__team {
    flex-direction: row;
    justify-content: space-between
}

.style2 .grid-matches__item {
    margin: 2px;
    height: calc(100% - 2px)
}

.style2 .grid-match__main .grid-match__team .grid-match__team--name {
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 25px);
    max-width: 200px
}

.swiper-button-next {
    right: 0!important;
    height: calc(100% - 15px)!important;
    width: 50px!important;
    color: #fff!important;
    top: 15px!important;
    margin: 0!important;
    transition: .2s!important;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 767px) {
    .swiper-button-next {
        opacity:1;
        visibility: visible
    }
}

.swiper-button-next:after {
    font-size: 20px!important
}

.items-center {
    align-items: center
}

.newz:hover .swiper-button-next,.style2:hover .swiper-button-next {
    opacity: 1;
    visibility: visible
}

.grid-match__team-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%
}

.style2 .grid-match__team-logo {
    width: 36px;
    height: 36px
}

.top-match_detail {
    height: 100%;
    background: url(../images/bg/bg-topmatch.png) 0 0/cover no-repeat;
    padding: 20px 0 25px;
    border-radius: 8px
}

@media(max-width: 767px) {
    .top-match_detail {
        padding:13px 0 15px
    }
}

.top-match_detail .xitem-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.top-match_detail .grid-match__main {
    justify-content: center;
    gap: 8px
}

.grid-match__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 8px;
    flex: 1 1;
    padding: 0 6px
}

.grid-match__main.eventz {
    align-self: center;
    gap: 0;
    width: 100%;
    align-items: center;
    flex-direction: column
}

.grid-match__main.eventz .grid-match__team {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-self: center
}

.grid-match__main.eventz .grid-match__team .grid-match__team--name {
    display: flex;
    align-items: center;
    white-space: normal!important
}

.top-match_detail .grid-match__team {
    flex-direction: row;
    font-size: 16px;
    max-width: 40%
}

.top-match_detail .grid-match__team.team--home {
    flex-direction: row-reverse
}

.grid-match__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    align-self: center;
    gap: 5px
}

.top-match_detail .grid-match__status {
    width: 140px;
    margin: -7px 0 0;
    gap: 4px
}

.top-match_detail .grid-match__team-logo {
    width: 68px;
    height: 68px;
    object-fit: contain
}

.grid-match__team--name {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    line-height: 24px;
    overflow: hidden
}

@media(max-width: 576px) {
    .grid-match__team--name {
        max-width:155px;
        text-align: left;
        white-space: unset;
        text-overflow: unset;
        line-height: 20px
    }
}

@media(max-width: 767px) {
    .grid-match__team--away-name {
        font-size:14px
    }

    .grid-match__team--away-name span {
        color: #e0e0e0
    }
}

.grid-match__team--away-name,.grid-match__team--home-name {
    color: var(--color-white)
}

@media(max-width: 767px) {
    .grid-match__team--away-name,.grid-match__team--home-name {
        font-size:14px
    }

    .grid-match__team--mb {
        display: flex;
        flex-direction: column!important
    }

    .grid-match__team--mb .grid-match__team--away-name,.grid-match__team--mb .grid-match__team--home-name {
        margin-top: 12px;
        font-size: 14px
    }

    .grid-match__team--mb img {
        width: 40px!important;
        height: 40px!important
    }

    .xleague {
        font-size: 12px
    }
}

.top-match_detail .grid-match__team .grid-match__team--name {
    font-weight: 600;
    text-align: center
}

.grid-match__vs {
    font-size: 20px;
    font-weight: 500
}

.top-match_detail .grid-match__vs {
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 8px
}

.match_section .title {
    margin-bottom: 0
}

.blink {
    animation: blind .65s linear infinite!important
}

@keyframes blind {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px
}

#m-tele {
    background: #0094c9;
    color: #fff;
    display: flex
}

#m-tele img {
    margin-right: 2px
}

#m-face {
    background: #1570fd;
    color: #fff;
    display: flex
}

@media(min-width: 992px) {
    .d-lg-inline-block {
        display:inline-block!important
    }
}

.mt-auto {
    margin-top: auto
}

.d-none {
    display: none
}

.mt-0 {
    margin-top: 0!important
}

.pt-0 {
    padding-top: 0
}

.noMatchFound {
    width: 100%;
    height: 100%;
    margin-top: 24px
}

.noMatchFound .text-no-data {
    margin-top: 24px;
    color: #cdcdcd;
    font-size: 20px;
    font-weight: 400
}

.w-800 {
    width: 800px!important
}

.m-auto {
    margin: auto
}

.py-24 {
    padding: 24px 0
}

.jw-controlbar {
    z-index: 999
}

.jw-button-container {
    bottom: 30px;
    position: absolute;
    z-index: 10
}

.banner-bottom-append-custom {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 10
}

.ad-pr3 {
    position: absolute;
    bottom: 75px;
    right: 10px;
    z-index: 10
}

.ad-pr3 a img {
    max-width: 60px;
    height: auto
}

.ad-pr1 {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 10;
    width: 100%
}

.btn-player-ads {
    background-color: #016e29;
    border-radius: 4px;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    right: 100px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animationRedYellow 1.5s ease infinite
}

@media screen and (max-width: 576px) {
    .btn-player-ads {
        padding:4px;
        font-size: .4em;
        line-height: 1em;
        bottom: 30px!important;
        height: auto
    }
}

@keyframes animationRedYellow {
    0% {
        background-color: #ddfa00
    }

    50% {
        background-color: red
    }

    to {
        background-color: #ddfa00
    }
}

.jw-skip {
    bottom: 80px!important
}

.player-live .art-controls {
    bottom: 30px!important
}

@media screen and (max-width: 576px) {
    .player-live .art-controls {
        bottom:50px!important
    }
}

.justify-end {
    justify-content: flex-end
}

.club-world-cup-bg {
    background-color: #000;
    background-image: url(/images/club-world-cup-bg.png);
    background-size: contain;
    margin-top: -16px;
    background-position: center 200px;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

@media(max-width: 767px) {
    .icon-section {
        width:24px;
        height: 24px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.InputField_input___LTqU :focus-within {
    border: 1px solid var(--color-primary)
}

.InputField_input___LTqU label {
    color: var(--color-text-title);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.InputField_input___LTqU .InputField_inputField__FE_V9 {
    background: var(--color-green-1);
    border-radius: 4px;
    padding: 8px 16px;
    height: 48px
}

.InputField_input___LTqU .InputField_inputField__FE_V9 input {
    font-size: 16px;
    width: auto;
    outline: none;
    background: transparent;
    flex-grow: 1;
    height: 20px;
    line-height: 20px;
    border: none;
    resize: none;
    margin-left: 8px
}

@media screen and (max-width: 768px) {
    .InputField_input___LTqU .InputField_inputField__FE_V9 input {
        font-size:14px
    }
}

.PassWordInputField_input__hywUV :focus-within {
    border: 1px solid var(--color-primary)
}

.PassWordInputField_input__hywUV .PassWordInputField_error__eoYzr:focus-within {
    border: 1px solid var(--color-red)
}

.PassWordInputField_input__hywUV .PassWordInputField_iconBtn__CVZrX {
    border: none
}

.PassWordInputField_input__hywUV label {
    color: var(--color-text-title);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV {
    background: var(--color-green-1);
    border-radius: 4px;
    padding: 8px 16px;
    height: 48px
}

.PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV input {
    font-size: 16px;
    width: auto;
    min-width: 0;
    outline: none;
    background: transparent;
    flex-grow: 1;
    height: 20px;
    line-height: 20px;
    border: none;
    resize: none;
    margin-left: 8px
}

@media screen and (max-width: 768px) {
    .PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV input {
        font-size:14px
    }
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 .ModalRegisterSuccess_title__xKRMR {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text-title)
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 .ModalRegisterSuccess_description__Y5OMm {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #989ca3
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 button {
    margin-top: 28px
}

.Alert_alertModal__jOiUN {
    background: var(--color-green-4);
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 4px;
    padding: 16px
}

.Alert_alertModal__jOiUN .Alert_eventName__3_mv2 {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
    margin-left: 12px
}

.auth_modalCustom__TDNe4 .MuiPaper-root {
    border-radius: 16px;
    background: #1e2027
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .MuiPaper-root {
        margin:16px
    }
}

.auth_modalCustom__TDNe4 .auth_label__9VY5j {
    font-size: 12px;
    color: #cdcdcd;
    font-weight: 500
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O {
    background-color: #1e2027!important;
    border: 1px solid #4b4e56;
    border-radius: 8px!important
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O input {
    margin-left: 0
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O input::placeholder {
    color: #868282;
    font-weight: 500
}

.auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 {
    padding-top: 30px;
    border-radius: 16px 16px 0 0;
    width: 540px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 {
        padding-top:20px;
        width: 358px
    }
}

.auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 .auth_closeIcon__2FWDw {
    position: absolute;
    top: 16px;
    right: 16px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 .auth_logo__DERK2 {
        width:142px;
        height: 48px
    }
}

.auth_modalCustom__TDNe4 .auth_modalContent__ViMaR {
    border-top: none;
    padding: 0;
    border-radius: 0 0 16px 16px
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 {
    padding: 0 40px 24px;
    margin-top: 8px
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--color-text-title)
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
        font-size:24px
    }
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 .auth_btnLogin__M3i0t {
    background: var(--color-primary);
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    border: none;
    cursor: pointer
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 .auth_btnLogin__M3i0t span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title)
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 {
        margin-top:16px;
        padding: 0 16px 24px
    }

    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
        line-height: 32px
    }
}

.auth_modalCustom__TDNe4 .auth_btnContainer__aJF2V {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_btnContainer__aJF2V {
        margin-top:16px
    }
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA {
    background: #171a23;
    height: 56px
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    color: var(--color-white)
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 span {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 56px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6,.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 span {
        font-size:14px
    }
}

.styles_swiperCategories__9cDJh {
    height: 60px;
    margin-top: -8px
}

@media(max-width: 767px) {
    .styles_swiperCategories__9cDJh {
        margin-top:0;
        height: 50px
    }
}

.styles_categories__pF6FI {
    height: 60px;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

@media(max-width: 767px) {
    .styles_categories__pF6FI {
        margin-top:0;
        border-top: unset;
        height: 50px
    }
}

.styles_categories__pF6FI .styles_content__aNL4k {
    height: 60px;
    margin-top: 8px
}

@media(max-width: 767px) {
    .styles_categories__pF6FI .styles_content__aNL4k {
        margin-top:0;
        height: 50px
    }
}

.styles_categoryHeader__YRCDl {
    display: flex;
    align-items: center;
    width: 120px!important;
    height: 60px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer
}

.styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG,.styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG a {
    width: 190px!important
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG {
        width:165px!important
    }
}

.styles_categoryHeader__YRCDl a {
    line-height: 25px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl {
        height:50px;
        width: 100px!important
    }

    .styles_categoryHeader__YRCDl img {
        width: 20px;
        height: 20px
    }
}

.styles_categoryHeader__YRCDl .styles_hot__Tbhms {
    position: absolute;
    top: 5px;
    right: 10px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_hot__Tbhms {
        top:4px;
        right: 10px
    }

    .styles_categoryHeader__YRCDl .styles_hot__Tbhms img {
        width: 26px;
        height: 12px
    }
}

.styles_categoryHeader__YRCDl .styles_live__6zX_5 {
    background-color: #df2c2c;
    min-height: 16px;
    width: 33px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 12px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_live__6zX_5 {
        top:4px;
        height: 12px;
        min-height: 12px;
        width: 25px;
        right: 10px
    }
}

.styles_categoryHeader__YRCDl .styles_live__6zX_5 .styles_textLive__nU0kd {
    color: var(--color-white);
    font-weight: 700;
    font-size: 10px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_live__6zX_5 .styles_textLive__nU0kd {
        font-size:8px
    }
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    width: 120px;
    color: #fff;
    transition: color .3s ease-in-out
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl.styles_active__57QNG a {
        height:50px;
        gap: 6px;
        font-size: 12px
    }
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a span {
    color: #fff;
    width: max-content
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    transition: width .3s ease-in-out
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    width: 120px;
    color: #c8c8c8;
    transition: color .3s ease-in-out
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a {
        height:50px;
        gap: 6px;
        font-size: 12px
    }
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a span {
    color: #c8c8c8;
    width: max-content
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--color-primary);
    transition: width .3s ease-in-out
}

.styles_categoryHeader__YRCDl:hover a {
    color: var(--color-primary)
}

.styles_categoryHeader__YRCDl:hover a:after {
    width: 100%
}

.styles_swiper-scrollbar__XKar_ {
    height: 6px;
    background: rgba(0,0,0,.1);
    border-radius: 3px
}

.styles_swiper-scrollbar-drag__4tNvL {
    background: #333;
    border-radius: 3px
}

.styles_divider__rKbbe {
    border-bottom: 1px solid var(--border-color)
}

.AdsPrBtn_adsButton__8xvdb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.19);
    min-width: 50px;
    height: 32px
}

@media screen and (max-width: 768px) {
    .AdsPrBtn_adsButton__8xvdb {
        margin-right:4px;
        padding: 6px;
        height: 28px
    }

    .AdsPrBtn_container__WwaMg {
        justify-content: flex-start
    }
}

.Header_header__1mcKr {
    height: 70px
}

@media screen and (max-width: 768px) {
    .Header_header__1mcKr {
        height:56px
    }

    .Header_header__1mcKr .Header_logo__HxomY {
        height: 32px;
        width: 94px
    }
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 {
    position: absolute;
    width: 180px;
    background: #10171f;
    border-radius: 4px;
    z-index: 999
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 .Header_item__lP9sD {
    cursor: pointer;
    width: 100%
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 .Header_item__lP9sD a {
    line-height: 50px!important;
    padding: 0 16px!important;
    height: 50px;
    width: 100%;
    display: block
}

.Header_header__1mcKr .Header_moreMenu__HRoWJ {
    position: relative;
    display: inline-block
}

.Header_header__1mcKr .Header_moreMenu__HRoWJ .Header_more__1z3UG {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 {
    height: 100%
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 li {
    height: 100%;
    display: flex
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 li a {
    display: flex;
    align-items: center
}

.Header_header__1mcKr .Header_container__9l8RA {
    width: 100%
}

.Header_header__1mcKr .Header_container__9l8RA .Header_active__U7EaI a {
    color: var(--color-primary)!important;
    font-weight: 700!important;
    position: relative
}

@media screen and (min-width: 992px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 {
        gap:0 20px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 .Header_menu__Qcq5k {
    color: "#989CA3"
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 0 16px
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
        gap:0 4px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li {
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8px
}

@media screen and (max-width: 767px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
        color:var(--color-text-1)
    }
}

@media screen and (min-width: 1200px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
        font-size:16px;
        line-height: 24px
    }
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
        display:flex
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:hover a {
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI) {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI) a {
    position: relative;
    transition: color .3s ease-in-out
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI):hover a {
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI):hover a:after {
    width: 100%
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child span {
    color: var(--color-yellow);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child .Header_hot__udF_F {
    position: absolute;
    content: "";
    top: -15px;
    right: -20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #ededed;
    padding: 2px 4px;
    background: var(--color-red);
    border-radius: 4px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child .Header_hot__udF_F:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-top: 3px solid var(--color-red);
    border-right: 3px solid transparent;
    transform: translateY(-3px)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk {
    gap: 0 12px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg {
    display: none
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg :focus-within {
    border: 1px solid var(--color-primary)
}

@media screen and (min-width: 1200px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg {
        display:flex
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A {
    display: none
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A {
        display:flex;
        gap: 0 6px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 {
        display:none
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C {
    margin: 0 25px;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C .Header_countNotifi__nb_GN {
    text-align: center;
    position: absolute;
    content: "";
    top: -3px;
    right: -3px;
    background: #cf0000;
    border-radius: 1333.33px;
    width: 16px;
    height: 16px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding: 2px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C .Header_listNotifi__yHzXy {
    position: absolute;
    right: 0;
    top: 45px;
    display: none
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userInfo__NxYdA {
    z-index: 999
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userInfo__NxYdA h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey);
    margin-bottom: 4px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T:hover .Header_listUserMore__iITIY {
    display: block
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T img {
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY {
    position: absolute;
    width: 180px;
    background: #10171f;
    border-radius: 4px;
    border-top: 2px solid var(--color-primary);
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY:before {
    content: " ";
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid var(--color-primary);
    border-right: 4px solid transparent;
    transform: translate(-50%,-4px)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div {
    padding: 12px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey);
    width: 100%;
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover {
    background: #141f2b;
    color: var(--color-white)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover a {
    color: var(--color-white)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover:last-child {
    color: var(--color-red)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div a {
    color: var(--color-grey)
}

.Header_listHeaderCategory__7wQlE {
    background: #181a23;
    border-bottom: 1px solid var(--border-color);
    display: none;
    align-items: center;
    gap: 16px
}

@media screen and (max-width: 768px) {
    .Header_listHeaderCategory__7wQlE {
        display:flex
    }
}

.Header_listHeaderCategory__7wQlE a {
    font-size: 12px;
    color: var(--color-white);
    font-weight: 700
}

.Header_listHeaderCategory__7wQlE a:hover {
    color: var(--color-primary)
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn {
    height: 40px
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b {
    display: flex;
    align-items: center;
    width: max-content !important;
    margin-right: 16px!important;
    height: 40px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b:hover path {
    fill: #1db57a
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b a {
    height: 40px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b.Header_active__U7EaI a {
    color: var(--color-primary)
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b.Header_active__U7EaI path {
    fill: #1db57a
}

.Footer_footer__4lT5G {
    margin-top: auto;
    padding: 40px 16px
}

.Footer_footer__4lT5G .Footer_container__yq61r {
    flex-direction: column
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC p {
    font-size: 13px;
    color: #fff
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO {
    gap: 16px;
    flex-wrap: wrap
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO a {
    text-transform: uppercase;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO {
        gap:8px 16px
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM {
        gap:0 24px;
        justify-content: center
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM img {
    cursor: pointer
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM img:hover {
    transform: scale(1.2)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 {
    margin-top: 32px;
    background: linear-gradient(180deg,#1db57a,#0e5338);
    width: 221px;
    height: 62px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 .Footer_txtContact__eqs0T {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 .Footer_linkContact__yZV3y {
    color: #f4e735;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw {
        gap:16px 32px
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw a {
    cursor: pointer;
    color: var(--color-grey)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw a:hover {
    color: var(--color-white)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_copyRight__q_fRH {
    margin: 24px 0 0;
    color: var(--color-grey)
}

.AdsBottom_adsBottom__h3oS6 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    max-width: 800px;
    width: 100%;
    min-height: 120px
}

@media screen and (max-width: 768px) {
    .AdsBottom_adsBottom__h3oS6 {
        max-width:400px;
        width: 80%;
        min-height: 72.3px
    }
}

.AdsBottom_adsBottom__h3oS6 .AdsBottom_closeAds__oY9DC {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #28bc66;
    background-color: rgba(0,0,0,.7);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer
}

.AdsBottom_adsBottom__h3oS6 a {
    display: block;
    width: 100%
}

.AdsBottom_adsBottom__h3oS6 a img {
    width: 100%;
    height: auto;
    max-height: 80px
}

.AdsBanner_container__hCYpP {
    width: 100%;
    margin-top: 8px;
    position: relative;
    cursor: pointer
}

.AdsBanner_container__hCYpP a {
    width: 800px;
    max-height: 80px;
    margin: auto
}

.styles_adsBanner__ZK2NC {
    margin-top: 24px
}

.styles_adsBannerLargeImg__e8LRc img {
    width: 800px!important;
    max-height: 80px!important;
    margin: auto
}

.styles_adsBannerA1__BPBW_ {
    margin-top: 8px
}

.styles_adsBannerA2__ovBN5,.styles_adsBannerA3__f8AYM {
    margin-top: 0
}

.styles_adsBannerLive__KriRt,.styles_adsBanner__JuY_v {
    margin-top: 24px
}

.styles_adsBannerLargeImg__26JOs img {
    width: 800px!important;
    margin: auto
}

.styles_adsBannerA1__kNSxy {
    margin-top: 8px
}

.styles_adsBannerA2__5f8K4 {
    margin-top: 16px
}

.styles_adsBannerA3__5st0A {
    margin-top: 0
}

.styles_adsBannerLive__5P0y4 {
    margin-top: 24px
}

/*.AdsBannerMbDynamic_container__3PUa5 {*/
/*    height: 72.3px*/
/*}*/

.GoToTop_container__t_cl_ {
    position: fixed;
    right: 4px;
    bottom: 16px;
    z-index: 999;
    background: transparent;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%
}
.styles_header__rn9SZ {
   margin-top: 8px;
}
.styles_header__rn9SZ span {
    color: var(--color-white);
    text-transform: unset;
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
}
.styles_header__rn9SZ .styles_description__j32Ec {
    color: #cdcdcd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .styles_header__rn9SZ .styles_title__6OlPx {
        margin-bottom: 4px;
    }
    .styles_header__rn9SZ .styles_title__6OlPx span {
        font-size: 24px;
        line-height: 32px;
    }
    .styles_header__rn9SZ .styles_description__j32Ec {
        font-size: 12px;
        line-height: 16px;
    }
}
.styles_separator__bvGBL {
    border: 1px solid #4a4a4a;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .styles_separator__bvGBL {
        margin: 12px 0;
    }
}
.styles_contentContainer__2J1dz {
    margin-top: 40px;
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU {
    display: flex;
    width: 100%;
    gap: 24px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz .styles_imageContainer__0uHKU {
        flex-direction: column;
        max-height: unset;
        aspect-ratio: unset;
        gap: 16px;
    }
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImage__d7wBP {
    width: 100%;
    height: 100%;
    position: relative;
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImage__d7wBP:hover .styles_title__6OlPx {
    color: var(--color-primary);
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImage__d7wBP img {
    width: 100%;
    height: 100%;
    max-height: 590.0625px;
    object-fit: cover;
    border-radius: 12px;
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 12px 24px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImage__d7wBP
    .styles_fullImageContent__qvFhm {
        padding: 8px 12px;
        max-height: 76px;
    }
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm
.styles_title__6OlPx {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImage__d7wBP
    .styles_fullImageContent__qvFhm
    .styles_title__6OlPx {
        font-size: 14px;
        line-height: 20px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm
.styles_info__lYV0I {
    margin-top: 8px;
    display: flex;
    align-items: center;
    line-height: 20px;
    gap: 16px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImage__d7wBP
    .styles_fullImageContent__qvFhm
    .styles_info__lYV0I {
        line-height: 16px;
    }
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm
.styles_info__lYV0I
.styles_dot__c9Z73 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--color-white);
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm
.styles_info__lYV0I
.styles_category__oAn_B,
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImage__d7wBP
.styles_fullImageContent__qvFhm
.styles_info__lYV0I
.styles_datetime__2iEJP {
    font-size: 14px;
    color: #cdcdcd;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImage__d7wBP
    .styles_fullImageContent__qvFhm
    .styles_info__lYV0I
    .styles_category__oAn_B,
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImage__d7wBP
    .styles_fullImageContent__qvFhm
    .styles_info__lYV0I
    .styles_datetime__2iEJP {
        font-size: 12px;
    }
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImageMore__8Ky4D {
    width: 100%;
    max-height: 80px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImageMore__8Ky4D {
        padding: 0;
        max-height: 76px;
    }
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImageMore__8Ky4D .styles_title__6OlPx {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImageMore__8Ky4D
    .styles_title__6OlPx {
        font-size: 14px;
        line-height: 20px;
    }
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_fullImageMore__8Ky4D .styles_info__lYV0I {
    margin-top: 8px;
    display: flex;
    align-items: center;
    line-height: 20px;
    gap: 16px;
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImageMore__8Ky4D
.styles_info__lYV0I
.styles_dot__c9Z73 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--color-white);
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImageMore__8Ky4D
.styles_info__lYV0I
.styles_category__oAn_B,
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_fullImageMore__8Ky4D
.styles_info__lYV0I
.styles_datetime__2iEJP {
    font-size: 12px;
    color: #cdcdcd;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImageMore__8Ky4D
    .styles_info__lYV0I
    .styles_category__oAn_B,
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_fullImageMore__8Ky4D
    .styles_info__lYV0I
    .styles_datetime__2iEJP {
        font-size: 12px;
    }
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_mainImage__Y6hXK {
    width: 66.6667%;
    height: 100%;
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_mainImage__Y6hXK img {
    width: 100%;
    height: 100%;
    max-height: 590.0625px;
    object-fit: cover;
    border-radius: 12px;
}
.styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_thumbnailGallery__l_xno {
    width: 50%;
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz .styles_imageContainer__0uHKU .styles_thumbnailGallery__l_xno {
        width: 100%;
    }
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_thumbnailGallery__l_xno
.styles_thumbnail__iRKic {
    display: flex;
    gap: 8px;
    height: 100%;
    max-height: 86px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_thumbnailGallery__l_xno
    .styles_thumbnail__iRKic {
        max-height: unset;
    }
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_thumbnailGallery__l_xno
.styles_thumbnail__iRKic:hover
.styles_title__6OlPx {
    color: var(--color-primary);
}
.styles_contentContainer__2J1dz
.styles_imageContainer__0uHKU
.styles_thumbnailGallery__l_xno
.styles_thumbnail__iRKic
img {
    width: 100%;
    height: 100%;
    max-height: 76px;
    object-fit: cover;
    border-radius: 4px;
    max-width: 153px;
}
@media screen and (max-width: 768px) {
    .styles_contentContainer__2J1dz
    .styles_imageContainer__0uHKU
    .styles_thumbnailGallery__l_xno
    .styles_thumbnail__iRKic
    img {
        max-width: 114px;
        max-height: unset;
    }
    .styles_contentContainer__2J1dz {
        margin-top: 16px;
    }
}
.styles_listHighlight__O5bIf {
    margin-top: 40px;
}
.styles_listHighlight__O5bIf h3 {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .styles_listHighlight__O5bIf {
        margin-top: 16px;
    }
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.1s;
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH:hover {
    color: var(--color-primary);
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsThumb__Wh75L {
    background: #2c2c2c;
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsThumb__Wh75L img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsTitle__Q4HJv {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 8px;
    margin-bottom: 3px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsInfo__7yPLu {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsInfo__7yPLu .styles_dot__c9Z73 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--color-white);
}
.styles_listHighlight__O5bIf .styles_newItem__ai2YH .styles_newsInfo__7yPLu .styles_newsCat__utsr4 {
    color: #cdcdcd;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.styles_swiper__gOUIH {
    margin-bottom: 40px;
}
.styles_swiper__gOUIH .swiper-button-prev {
    display: none;
}
.styles_swiper__gOUIH .swiper-button-next {
    top: -35px !important;
}
.Information_container__e5aEU {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .Information_container__e5aEU {
        margin-top: 24px;
    }
}
.Information_container__e5aEU .Information_main__98q6J {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J {
        flex-direction: row;
        align-items: flex-start;
    }
}
.Information_container__e5aEU .Information_main__98q6J h1 {
    text-align: justify;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-title);
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J h1 {
        font-size: 32px;
        line-height: 48px;
    }
}
.Information_container__e5aEU .Information_main__98q6J p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
}
.Information_container__e5aEU .Information_main__98q6J img {
    max-width: 100% !important;
    object-fit: cover;
}
.Information_container__e5aEU .Information_main__98q6J b,
.Information_container__e5aEU .Information_main__98q6J i {
    font-style: revert !important;
}
.Information_container__e5aEU .Information_main__98q6J iframe {
    max-width: 100% !important;
    aspect-ratio: 16/9;
}
.Information_container__e5aEU .Information_main__98q6J figure {
    text-align: center;
}
.Information_container__e5aEU .Information_main__98q6J table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.Information_container__e5aEU .Information_main__98q6J table td,
.Information_container__e5aEU .Information_main__98q6J table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}
.Information_container__e5aEU .Information_main__98q6J table thead th {
    font-weight: 700;
    color: #212529;
}
.Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
        flex: 1 1;
        min-width: 0;
    }
}
.Information_container__e5aEU .Information_main__98q6J .Information_article__bSgV5 {
    margin-bottom: 16px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_heading__gdytR {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-text-title);
    margin-bottom: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE {
    margin-top: 12px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE p {
    margin: 8px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ol,
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ul {
    margin: 8px 0 8px 20px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE li {
    margin: 4px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a {
    color: var(--color-primary, #0ea5e9);
    text-decoration: none;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a:hover {
    text-decoration: underline;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure {
    margin: 16px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure img {
    border-radius: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure figcaption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}
.Information_sidebar__gqfY0 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: rgba(29, 181, 122, 0.1);
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .Information_sidebar__gqfY0 {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        align-self: flex-start;
        flex: 0 0 320px;
        max-width: 340px;
        background: transparent;
    }
}
.Information_nav__2Jycw {
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
}
.Information_tocList__GJVrI {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Information_tocLink__U_lvZ {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-title);
    transition:
            color 0.15s ease,
            background-color 0.15s ease;
}
.Information_tocLink__U_lvZ:focus-visible,
.Information_tocLink__U_lvZ:hover {
    color: var(--color-primary, #0ea5e9);
}
.Information_tocLinkActive__RdbMX {
    color: var(--color-primary, #0ea5e9);
}
.jw-reset {
    text-align: left;
    direction: ltr;
}
.jw-reset,
.jw-reset-text {
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border: 0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.jw-overlays,
body .jw-error,
body .jwplayer.jw-state-error {
    height: 100%;
    width: 100%;
}
.jw-title {
    position: absolute;
    top: 0;
}
.jw-overlays {
    top: 0;
    position: absolute;
    left: 0;
}
.jw-overlays {
    position: absolute;
    bottom: 0;
    right: 0;
}
.jw-background-color {
    background: rgba(0, 0, 0, 0.4);
}
.jw-text {
    color: rgba(255, 255, 255, 0.8);
}
.jw-knob {
    color: rgba(255, 255, 255, 0.8);
    background-color: #fff;
}
.jw-button-color {
    color: rgba(255, 255, 255, 0.8);
}
:not(.jw-flag-touch) .jw-button-color:not(.jw-logo-button):focus,
:not(.jw-flag-touch) .jw-button-color:not(.jw-logo-button):hover {
    color: #fff;
}
.jw-toggle {
    color: #fff;
}
.jw-toggle.jw-off {
    color: rgba(255, 255, 255, 0.8);
}
.jw-toggle.jw-off:focus {
    color: #fff;
}
.jw-toggle:focus {
    outline: 0;
}
:not(.jw-flag-touch) .jw-toggle.jw-off:hover {
    color: #fff;
}
.jw-rail {
    background: rgba(255, 255, 255, 0.3);
}
.jw-buffer {
    background: rgba(255, 255, 255, 0.3);
}
.jw-progress {
    background: #f2f2f2;
}
.jw-time-tip,
.jw-volume-tip {
    border: 0;
}
.jw-slider-volume.jw-volume-tip.jw-background-color.jw-slider-vertical {
    background: 0 0;
}
.jw-skip {
    padding: 0.5em;
    outline: 0;
}
.jw-skip .jw-skip-icon,
.jw-skip .jw-skiptext {
    color: rgba(255, 255, 255, 0.8);
}
.jw-skip.jw-skippable:focus .jw-skip-icon,
.jw-skip.jw-skippable:hover .jw-skip-icon {
    color: #fff;
}
.jw-icon-cast google-cast-launcher {
    --connected-color: #fff;
    --disconnected-color: rgba(255, 255, 255, 0.8);
}
.jw-icon-cast google-cast-launcher:focus {
    outline: 0;
}
.jw-icon-cast google-cast-launcher.jw-off {
    --connected-color: rgba(255, 255, 255, 0.8);
}
.jw-icon-cast:focus google-cast-launcher {
    --connected-color: #fff;
    --disconnected-color: #fff;
}
.jw-icon-cast:hover google-cast-launcher {
    --connected-color: #fff;
    --disconnected-color: #fff;
}
.jw-nextup-container {
    bottom: 2.5em;
    padding: 5px 0.5em;
}
.jw-nextup {
    border-radius: 0;
}
.jw-color-active {
    color: #fff;
    stroke: #fff;
    border-color: #fff;
}
:not(.jw-flag-touch) .jw-color-active-hover:focus,
:not(.jw-flag-touch) .jw-color-active-hover:hover {
    color: #fff;
    stroke: #fff;
    border-color: #fff;
}
.jw-color-inactive {
    color: rgba(255, 255, 255, 0.8);
    stroke: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}
:not(.jw-flag-touch) .jw-color-inactive-hover:hover {
    color: rgba(255, 255, 255, 0.8);
    stroke: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}
.jw-option {
    color: rgba(255, 255, 255, 0.8);
}
.jw-option.jw-active-option {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
:not(.jw-flag-touch) .jw-option:hover {
    color: #fff;
}
.jwplayer {
    width: 100%;
    font-size: 16px;
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
}
.jwplayer * {
    box-sizing: inherit;
}
.jwplayer.jw-tab-focus:focus {
    outline: solid 2px #4d90fe;
}
.jwplayer.jw-flag-aspect-mode {
    height: auto !important;
}
.jwplayer.jw-flag-aspect-mode .jw-aspect {
    display: block;
}
.jwplayer .jw-aspect {
    display: none;
}
.jw-overlays {
    pointer-events: none;
    cursor: auto;
}
.jw-media,
.jw-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.jw-media {
    overflow: hidden;
    cursor: pointer;
}
.jw-captions,
.jw-preview,
.jw-title {
    pointer-events: none;
}
.jw-logo,
.jw-media {
    pointer-events: all;
}
.jw-wrapper {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.jw-hidden-accessibility {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.jw-contract-trigger::before {
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.jwplayer .jw-media video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: 0 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: 0;
}
.jwplayer .jw-media video::-webkit-media-controls-start-playback-button {
    display: none;
}
.jwplayer.jw-stretch-uniform .jw-media video {
    object-fit: contain;
}
.jwplayer.jw-stretch-none .jw-media video {
    object-fit: none;
}
.jwplayer.jw-stretch-fill .jw-media video {
    object-fit: cover;
}
.jwplayer.jw-stretch-exactfit .jw-media video {
    object-fit: fill;
}
.jw-preview {
    position: absolute;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background: #000 no-repeat 50% 50%;
}
.jw-error .jw-preview,
.jwplayer .jw-preview {
    background-size: contain;
}
.jw-stretch-none .jw-preview {
    background-size: auto auto;
}
.jw-stretch-fill .jw-preview {
    background-size: cover;
}
.jw-stretch-exactfit .jw-preview {
    background-size: 100% 100%;
}
.jw-title {
    display: none;
    padding-top: 20px;
    width: 100%;
    z-index: 1;
}
.jw-title-primary,
.jw-title-secondary {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: unset;
    white-space: nowrap;
    width: 100%;
}
.jw-title-primary {
    font-size: 1.625em;
}
.jw-breakpoint-2 .jw-title-primary,
.jw-breakpoint-3 .jw-title-primary {
    font-size: 1.5em;
}
.jw-flag-small-player .jw-title-primary {
    font-size: 1.25em;
}
.jw-flag-small-player .jw-title-secondary,
.jw-title-secondary:empty {
    display: none;
}
.jw-captions {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-decoration: none;
    pointer-events: none;
    overflow: hidden;
    top: 0;
}
.jw-captions.jw-captions-enabled {
    display: block;
}
.jw-captions-window {
    display: none;
    padding: 0.25em;
    border-radius: 0.25em;
}
.jw-captions-window.jw-captions-window-active {
    display: inline-block;
}
.jw-captions-text {
    display: inline-block;
    color: #fff;
    background-color: #000;
    word-wrap: normal;
    word-break: normal;
    white-space: pre-line;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.jw-text-track-display {
    font-size: inherit;
    line-height: 1.5em;
    padding: 0 0.2em 0.1em;
}
.jw-text-track-cue {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.jwplayer video::-webkit-media-controls {
    display: none;
    justify-content: flex-start;
}
.jwplayer video::-webkit-media-text-track-display {
    min-width: -webkit-min-content;
}
.jwplayer video::cue {
    background-color: rgba(0, 0, 0, 0.5);
}
.jwplayer video::-webkit-media-controls-panel-container {
    display: none;
}
.jwplayer.jw-flag-media-audio.jw-state-playing .jw-captions,
.jwplayer.jw-state-playing:not(.jw-flag-user-inactive):not(.jw-flag-controls-hidden) .jw-captions,
.jwplayer:not(.jw-flag-controls-hidden):not(.jw-state-playing) .jw-captions {
    max-height: calc(100% - 60px);
}
.jwplayer.jw-flag-media-audio.jw-state-playing:not(.jw-flag-ios-fullscreen) video::-webkit-media-text-track-container,
.jwplayer.jw-state-playing:not(.jw-flag-user-inactive):not(.jw-flag-controls-hidden):not(.jw-flag-ios-fullscreen)
video::-webkit-media-text-track-container,
.jwplayer:not(.jw-flag-controls-hidden):not(.jw-state-playing):not(.jw-flag-ios-fullscreen)
video::-webkit-media-text-track-container {
    max-height: calc(100% - 60px);
}
.jw-logo {
    position: absolute;
    margin: 20px;
    cursor: pointer;
    pointer-events: all;
    background-repeat: no-repeat;
    background-size: contain;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    outline: 0;
}
.jw-logo.jw-tab-focus:focus {
    outline: solid 2px #4d90fe;
}
.jw-flag-audio-player .jw-logo {
    display: none;
}
.jw-logo-top-right {
    top: 0;
    right: 0;
}
.jw-logo-top-left {
    top: 0;
    left: 0;
}
.jw-logo-bottom-left {
    left: 0;
}
.jw-logo-bottom-right {
    right: 0;
}
.jw-logo-bottom-left,
.jw-logo-bottom-right {
    bottom: 44px;
    transition: bottom 150ms cubic-bezier(0, 0.25, 0.25, 1);
}
.jw-state-idle .jw-logo {
    z-index: 1;
}
.jw-state-setup .jw-wrapper {
    background-color: inherit;
}
.jw-state-setup .jw-controls,
.jw-state-setup .jw-controls-backdrop,
.jw-state-setup .jw-logo {
    visibility: hidden;
}
span.jw-break {
    display: block;
}
body .jw-error,
body .jwplayer.jw-state-error {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    display: table;
    opacity: 1;
    position: relative;
}
body .jw-error .jw-display,
body .jwplayer.jw-state-error .jw-display {
    display: none;
}
body .jw-error .jw-media,
body .jwplayer.jw-state-error .jw-media {
    cursor: default;
}
body .jw-error .jw-preview,
body .jwplayer.jw-state-error .jw-preview {
    background-color: #333;
}
body .jw-error .jw-error-msg,
body .jwplayer.jw-state-error .jw-error-msg {
    background-color: #000;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 20px;
}
body .jw-error .jw-error-msg .jw-icon,
body .jwplayer.jw-state-error .jw-error-msg .jw-icon {
    height: 30px;
    width: 30px;
    margin-right: 20px;
    flex: 0 0 auto;
    align-self: center;
}
body .jw-error .jw-error-msg .jw-icon:empty,
body .jwplayer.jw-state-error .jw-error-msg .jw-icon:empty {
    display: none;
}
body .jw-error .jw-error-msg .jw-info-container,
body .jwplayer.jw-state-error .jw-error-msg .jw-info-container {
    margin: 0;
    padding: 0;
}
body .jw-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg,
body .jw-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg {
    flex-direction: column;
}
body .jw-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg .jw-error-text,
body .jw-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg .jw-error-text,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg .jw-error-text,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg .jw-error-text {
    text-align: center;
}
body .jw-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg .jw-icon,
body .jw-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg .jw-icon,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-breakpoint-2 .jw-error-msg .jw-icon,
body .jwplayer.jw-state-error:not(.jw-flag-audio-player).jw-flag-small-player .jw-error-msg .jw-icon {
    flex: 0.5 0 auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.jwplayer.jw-state-error.jw-breakpoint-2 .jw-error-msg .jw-break,
.jwplayer.jw-state-error.jw-flag-audio-player .jw-error-msg .jw-break,
.jwplayer.jw-state-error.jw-flag-small-player .jw-error-msg .jw-break {
    display: inline;
}
.jwplayer.jw-state-error.jw-breakpoint-2 .jw-error-msg .jw-break:before,
.jwplayer.jw-state-error.jw-flag-audio-player .jw-error-msg .jw-break:before,
.jwplayer.jw-state-error.jw-flag-small-player .jw-error-msg .jw-break:before {
    content: " ";
}
.jwplayer.jw-state-error.jw-flag-audio-player .jw-error-msg {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: #000;
    transform: none;
    padding: 4px 16px;
    z-index: 1;
}
.jwplayer.jw-state-error.jw-flag-audio-player .jw-error-msg.jw-info-overlay {
    max-width: none;
    max-height: none;
}
.jw-state-idle .jw-title,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related)
.jw-title,
body .jwplayer.jw-state-error .jw-title {
    display: block;
}
.jw-state-idle .jw-preview,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related)
.jw-preview,
body .jwplayer.jw-state-error .jw-preview {
    display: block;
}
.jw-state-idle .jw-captions,
.jwplayer.jw-state-complete .jw-captions,
body .jwplayer.jw-state-error .jw-captions {
    display: none;
}
.jw-state-idle video::-webkit-media-text-track-container,
.jwplayer.jw-state-complete video::-webkit-media-text-track-container,
body .jwplayer.jw-state-error video::-webkit-media-text-track-container {
    display: none;
}
.jwplayer.jw-flag-fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    position: fixed;
}
.jwplayer.jw-flag-controls-hidden .jw-media {
    cursor: default;
}
.jw-flag-audio-player .jw-media {
    visibility: hidden;
}
.jw-flag-audio-player .jw-title {
    background: 0 0;
}
.jw-flag-floating {
    background-size: cover;
    background-color: #000;
}
.jw-flag-floating.jw-floating-dismissible .jw-wrapper {
    bottom: 3rem;
}
.jw-flag-floating .jw-wrapper {
    position: fixed;
    z-index: 2147483647;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 1rem;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
}
@media screen and (min-width: 481px) {
    .jw-flag-floating .jw-wrapper:not(.jw-floating-dragged) {
        animation: jw-float-to-bottom 150ms cubic-bezier(0, 0.25, 0.25, 1) forwards 1;
    }
}
@media screen and (max-width: 480px) {
    .jw-flag-floating .jw-wrapper {
        width: 100%;
        left: 0;
        right: 0;
    }
}
.jw-flag-floating .jw-wrapper.jw-float-to-top {
    animation: jw-float-to-top-anim 150ms cubic-bezier(0, 0.25, 0.25, 1) forwards 1;
    bottom: auto;
    top: 1rem;
}
.jw-flag-floating .jw-wrapper.jw-floating-dragging {
    transition: none !important;
}
.jw-flag-floating .jw-wrapper .jw-media {
    touch-action: none;
}
.jw-flag-floating .jw-icon {
    margin: 0;
    padding: 0;
}
.jw-flag-floating .jw-float-bar-icon {
    pointer-events: all;
    cursor: pointer;
    display: flex;
    height: 24px;
    width: 24px;
}
.jw-flag-floating .jw-float-bar-icon:hover {
    background: #1d1d1d;
    border-radius: 100px;
}
.jw-flag-floating .jw-float-bar-icon .jw-svg-icon {
    display: block;
    margin: auto;
    padding: 0;
    height: 10px;
    width: 10px;
}
.jw-flag-floating.jw-floating-dismissible .jw-dismiss-icon {
    display: none;
}
.jw-flag-floating.jw-floating-dismissible .jw-float-bar {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    z-index: 2147483647;
    top: 100%;
    height: 32px;
    width: 100%;
    max-height: 32px;
    margin: 0 auto;
}
@media screen and (min-width: 481px) {
    .jw-flag-floating.jw-floating-dismissible .jw-float-bar:not(.jw-floating-dragged) {
        animation: jw-float-to-bottom 150ms cubic-bezier(0, 0.25, 0.25, 1) forwards 1;
    }
}
@media screen and (max-width: 480px) {
    .jw-flag-floating.jw-floating-dismissible .jw-float-bar {
        left: 0;
        right: 0;
        top: auto;
    }
}
.jw-flag-floating.jw-floating-dismissible.jw-state-paused .jw-logo,
.jw-flag-floating.jw-floating-dismissible:not(.jw-flag-user-inactive) .jw-logo {
    display: none;
}
.jw-float-bar {
    display: none;
    position: absolute;
    padding: 4px 8px;
    background: #2f2d2d;
    touch-action: none;
}
.jw-float-bar-title {
    width: 100%;
    max-height: 24px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    margin-left: 0;
    padding-right: 22px;
    color: rgba(255, 255, 255, 0.8) !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jw-flag-pip.jw-flag-floating .jw-wrapper {
    visibility: hidden;
}
@keyframes jw-float-to-bottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes jw-float-to-top {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}
.jw-flag-top {
    margin-top: 2em;
    overflow: visible;
}
.jw-top {
    height: 2em;
    line-height: 2;
    pointer-events: none;
    text-align: center;
    opacity: 0.8;
    position: absolute;
    top: -2em;
    width: 100%;
}
.jw-top .jw-icon {
    cursor: pointer;
    pointer-events: all;
    height: auto;
    width: auto;
}
.jw-top .jw-text {
    color: #555;
}
.jwplayer.jw-flag-ads .jw-captions.jw-captions-enabled,
.jwplayer.jw-flag-ads .jw-logo,
.jwplayer.jw-flag-ads .jw-nextup-container,
.jwplayer.jw-flag-ads .jw-preview,
.jwplayer.jw-flag-ads .jw-text-duration,
.jwplayer.jw-flag-ads .jw-text-elapsed {
    display: none;
}
.jwplayer.jw-flag-ads video::-webkit-media-text-track-container {
    display: none;
}
.jwplayer.jw-flag-ads.jw-flag-small-player .jw-display-icon-display,
.jwplayer.jw-flag-ads.jw-flag-small-player .jw-display-icon-next,
.jwplayer.jw-flag-ads.jw-flag-small-player .jw-display-icon-rewind {
    display: none;
}
.jwplayer.jw-flag-ads.jw-flag-small-player.jw-state-buffering .jw-display-icon-display {
    display: inline-block;
}
.jwplayer.jw-flag-ads .jw-controlbar {
    flex-direction: column-reverse;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time {
    padding: 0;
    pointer-events: none;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-slider-container {
    height: 5px;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-buffer,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-cue,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-icon-settings,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-knob,
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-rail {
    display: none;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-slider-time .jw-progress {
    transform: none;
    top: auto;
}
.jwplayer.jw-flag-ads
.jw-controlbar
.jw-icon-inline:not(.jw-icon-playback):not(.jw-icon-fullscreen):not(.jw-icon-volume),
.jwplayer.jw-flag-ads .jw-controlbar .jw-icon-tooltip:not(.jw-icon-volume),
.jwplayer.jw-flag-ads .jw-controlbar .jw-tooltip {
    display: none;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-volume-tip {
    padding: 13px 0;
}
.jwplayer.jw-flag-ads .jw-controlbar .jw-text-alt {
    display: flex;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.jwplayer.jw-flag-ads .jw-fullscreen-ima {
    display: none;
}
.jwplayer.jw-flag-ads.jw-flag-ads.jw-state-playing.jw-flag-touch:not(.jw-flag-ads-vpaid) .jw-controls .jw-controlbar,
.jwplayer.jw-flag-ads.jw-flag-ads.jw-state-playing.jw-flag-touch:not(.jw-flag-ads-vpaid).jw-flag-autostart
.jw-controls
.jw-controlbar {
    display: flex;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.jwplayer.jw-flag-ads.jw-flag-ads.jw-state-playing.jw-flag-touch:not(
        .jw-flag-ads-vpaid
    ).jw-flag-autostart.jw-flag-user-inactive
.jw-controls-backdrop,
.jwplayer.jw-flag-ads.jw-flag-ads.jw-state-playing.jw-flag-touch:not(.jw-flag-ads-vpaid).jw-flag-user-inactive
.jw-controls-backdrop {
    opacity: 1;
    background-size: 100% 60px;
}
.jwplayer.jw-flag-ads-vpaid .jw-display-container,
.jwplayer.jw-flag-ads-vpaid .jw-skip,
.jwplayer.jw-flag-touch.jw-flag-ads-vpaid .jw-display-container,
.jwplayer.jw-flag-touch.jw-flag-ads-vpaid .jw-skip {
    display: none;
}
.jwplayer.jw-flag-ads-vpaid.jw-flag-small-player .jw-controls {
    background: 0 0;
}
.jwplayer.jw-flag-ads-vpaid.jw-flag-small-player .jw-controls::after {
    content: none;
}
.jwplayer.jw-flag-ads-hide-controls .jw-controls,
.jwplayer.jw-flag-ads-hide-controls .jw-controls-backdrop {
    display: none !important;
}
.jwplayer.jw-flag-ads.jw-keep-thumbnail .jw-preview {
    display: block;
}
.jw-flag-overlay-open-related .jw-controls,
.jw-flag-overlay-open-related .jw-logo,
.jw-flag-overlay-open-related .jw-title {
    display: none;
}
.jwplayer.jw-flag-controls-hidden .jw-plugin {
    bottom: 0.5em;
}
.jw-overlays .jw-plugin {
    pointer-events: all;
}
.jw-plugin {
    position: absolute;
    bottom: 66px;
}
.jw-breakpoint-7 .jw-plugin {
    bottom: 132px;
}
.jw-plugin .jw-banner {
    max-width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    margin: auto auto 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.jw-controls,
.jw-controls-backdrop,
.jw-flag-small-player .jw-settings-menu,
.jw-settings-submenu {
    height: 100%;
    width: 100%;
}
.jw-icon-settings::after,
.jw-icon-volume::after,
.jw-settings-menu .jw-icon.jw-button-color::after,
.jw-settings-menu .jw-icon::after {
    position: absolute;
    right: 0;
}
.jw-controls,
.jw-controls-backdrop,
.jw-settings-item-active::before {
    top: 0;
    position: absolute;
    left: 0;
}
.jw-icon-settings::after,
.jw-icon-volume::after,
.jw-settings-menu .jw-icon.jw-button-color::after,
.jw-settings-menu .jw-icon::after {
    position: absolute;
    bottom: 0;
    left: 0;
}
.jw-nextup-close {
    position: absolute;
    top: 0;
    right: 0;
}
.jw-controls,
.jw-flag-small-player .jw-settings-menu {
    position: absolute;
    bottom: 0;
    right: 0;
}
.jw-controlbar .jw-tooltip::after,
.jw-display-controls .jw-tooltip::after,
.jw-icon-settings::after,
.jw-icon-volume::after,
.jw-settings-menu .jw-icon.jw-button-color::after,
.jw-settings-menu .jw-icon::after,
.jw-settings-menu .jw-tooltip::after,
.jw-text-live::before,
.jw-time-tip::after {
    content: "";
    display: block;
}
.jw-svg-icon {
    width: 25px;
    height: 24px;
    fill: currentColor;
    pointer-events: none;
    stroke: #000;
    stroke-opacity: 30%;
    paint-order: stroke;
}
.jw-svg-icon:not(.jw-svg-icon-pip-on):not(.jw-svg-icon-pip-off) {
    stroke-width: 10px;
}
.jw-icon {
    height: 44px;
    width: 44px;
    background-color: transparent;
    outline: 0;
}
.jw-icon.jw-tab-focus:focus {
    border: solid 2px #4d90fe;
}
.jw-icon-airplay .jw-svg-icon-airplay-off {
    display: none;
}
.jw-off.jw-icon-airplay .jw-svg-icon-airplay-off {
    display: block;
}
.jw-icon-airplay .jw-svg-icon-airplay-on {
    display: block;
}
.jw-off.jw-icon-airplay .jw-svg-icon-airplay-on {
    display: none;
}
.jw-icon-cc .jw-svg-icon-cc-off {
    display: none;
}
.jw-off.jw-icon-cc .jw-svg-icon-cc-off {
    display: block;
}
.jw-icon-cc .jw-svg-icon-cc-on {
    display: block;
}
.jw-off.jw-icon-cc .jw-svg-icon-cc-on {
    display: none;
}
.jw-icon-fullscreen .jw-svg-icon-fullscreen-off {
    display: none;
}
.jw-off.jw-icon-fullscreen .jw-svg-icon-fullscreen-off {
    display: block;
}
.jw-icon-fullscreen .jw-svg-icon-fullscreen-on {
    display: block;
}
.jw-off.jw-icon-fullscreen .jw-svg-icon-fullscreen-on {
    display: none;
}
.jw-icon-pip {
    stroke-width: 1px;
}
.jw-icon-pip .jw-svg-icon-pip-off {
    display: none;
}
.jw-off.jw-icon-pip .jw-svg-icon-pip-off {
    display: block;
}
.jw-icon-pip .jw-svg-icon-pip-on {
    display: block;
}
.jw-off.jw-icon-pip .jw-svg-icon-pip-on {
    display: none;
}
.jw-icon-volume .jw-svg-icon-volume-0 {
    display: none;
}
.jw-off.jw-icon-volume .jw-svg-icon-volume-0 {
    display: block;
}
.jw-icon-volume .jw-svg-icon-volume-100 {
    display: none;
}
.jw-full.jw-icon-volume .jw-svg-icon-volume-100 {
    display: block;
}
.jw-icon-volume .jw-svg-icon-volume-50 {
    display: block;
}
.jw-full.jw-icon-volume .jw-svg-icon-volume-50,
.jw-off.jw-icon-volume .jw-svg-icon-volume-50 {
    display: none;
}
.jw-icon-settings::after,
.jw-icon-volume::after,
.jw-settings-menu .jw-icon::after {
    height: 100%;
    width: 24px;
    box-shadow: inset 0 -3px 0 -1px currentColor;
    margin: auto;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0, 0.25, 0.25, 1);
}
.jw-icon-volume.jw-open::after,
.jw-settings-menu .jw-icon[aria-checked="true"]::after,
.jw-settings-open .jw-icon-settings::after {
    opacity: 1;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-audio-tracks,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-cc,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-fullscreen,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-hd,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-settings,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-settings-sharing,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player).jw-flag-cast-available .jw-icon-airplay,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player).jw-flag-cast-available .jw-icon-cast {
    display: none;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-volume,
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-text-live {
    bottom: 6px;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-icon-volume::after {
    display: none;
}
.jw-controls {
    pointer-events: none;
    overflow: hidden;
}
.jw-flag-small-player .jw-controls {
    text-align: center;
}
.jw-controls-backdrop {
    display: block;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4) 77%, rgba(0, 0, 0, 0.4) 100%) 100% 100%/100%
    240px no-repeat transparent;
    transition:
            opacity 250ms cubic-bezier(0, 0.25, 0.25, 1),
            background-size 250ms cubic-bezier(0, 0.25, 0.25, 1);
    pointer-events: none;
}
.jw-overlays {
    cursor: auto;
}
.jw-text {
    height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-variant: normal;
    font-stretch: normal;
}
.jw-autostart-mute,
.jw-controlbar,
.jw-display-icon-container .jw-icon,
.jw-nextup-container,
.jw-skip {
    pointer-events: all;
}
.jw-error .jw-display-icon-container,
.jwplayer .jw-display-icon-container {
    width: auto;
    height: auto;
    box-sizing: content-box;
}
.jw-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 57px 0;
    position: relative;
    width: 100%;
}
.jw-flag-dragging .jw-display {
    display: none;
}
.jw-state-idle:not(.jw-flag-cast-available) .jw-display {
    padding: 0;
}
.jw-display-container {
    text-align: center;
}
.jw-hide-ad-loading.jw-flag-ads .jw-display-container {
    display: none;
}
.jw-display-controls {
    display: inline-block;
}
.jwplayer .jw-display-icon-container {
    float: left;
}
.jw-display-icon-container {
    display: inline-block;
    padding: 5.5px;
    margin: 0 22px;
}
.jw-display-icon-container .jw-icon {
    height: 75px;
    width: 75px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jw-display-icon-container .jw-icon .jw-svg-icon {
    height: 33px;
    width: 33px;
    padding: 0;
    position: relative;
}
.jw-display-icon-container .jw-icon .jw-svg-icon-rewind {
    padding: 0.2em 0.05em;
}
.jw-breakpoint--1 .jw-nextup-container {
    display: none;
}
.jw-breakpoint--1 .jw-display-icon-next,
.jw-breakpoint--1 .jw-display-icon-rewind,
.jw-breakpoint-0 .jw-display-icon-next,
.jw-breakpoint-0 .jw-display-icon-rewind {
    display: none;
}
.jw-breakpoint--1.jw-flag-touch .jw-display .jw-icon,
.jw-breakpoint--1.jw-flag-touch .jw-display .jw-svg-icon,
.jw-breakpoint-0.jw-flag-touch .jw-display .jw-icon,
.jw-breakpoint-0.jw-flag-touch .jw-display .jw-svg-icon {
    z-index: 100;
    position: relative;
}
.jw-breakpoint--1 .jw-display .jw-icon,
.jw-breakpoint--1 .jw-display .jw-svg-icon,
.jw-breakpoint-0 .jw-display .jw-icon,
.jw-breakpoint-0 .jw-display .jw-svg-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    stroke-width: 6.6px;
}
.jw-breakpoint--1 .jw-display .jw-icon:before,
.jw-breakpoint--1 .jw-display .jw-svg-icon:before,
.jw-breakpoint-0 .jw-display .jw-icon:before,
.jw-breakpoint-0 .jw-display .jw-svg-icon:before {
    width: 22px;
    height: 22px;
}
.jw-breakpoint-1 .jw-display .jw-icon,
.jw-breakpoint-1 .jw-display .jw-svg-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    stroke-width: 6.6px;
}
.jw-breakpoint-1 .jw-display .jw-icon:before,
.jw-breakpoint-1 .jw-display .jw-svg-icon:before {
    width: 22px;
    height: 22px;
}
.jw-breakpoint-1 .jw-display .jw-icon.jw-icon-rewind:before {
    width: 33px;
    height: 33px;
}
.jw-breakpoint-2 .jw-display .jw-icon,
.jw-breakpoint-2 .jw-display .jw-svg-icon,
.jw-breakpoint-3 .jw-display .jw-icon,
.jw-breakpoint-3 .jw-display .jw-svg-icon {
    width: 77px;
    height: 77px;
    line-height: 77px;
    stroke-width: 4.4px;
}
.jw-breakpoint-2 .jw-display .jw-icon:before,
.jw-breakpoint-2 .jw-display .jw-svg-icon:before,
.jw-breakpoint-3 .jw-display .jw-icon:before,
.jw-breakpoint-3 .jw-display .jw-svg-icon:before {
    width: 38.5px;
    height: 38.5px;
}
.jw-breakpoint-4 .jw-display .jw-icon,
.jw-breakpoint-4 .jw-display .jw-svg-icon,
.jw-breakpoint-5 .jw-display .jw-icon,
.jw-breakpoint-5 .jw-display .jw-svg-icon,
.jw-breakpoint-6 .jw-display .jw-icon,
.jw-breakpoint-6 .jw-display .jw-svg-icon,
.jw-breakpoint-7 .jw-display .jw-icon,
.jw-breakpoint-7 .jw-display .jw-svg-icon {
    width: 88px;
    height: 88px;
    line-height: 88px;
    stroke-width: 4.4px;
}
.jw-breakpoint-4 .jw-display .jw-icon:before,
.jw-breakpoint-4 .jw-display .jw-svg-icon:before,
.jw-breakpoint-5 .jw-display .jw-icon:before,
.jw-breakpoint-5 .jw-display .jw-svg-icon:before,
.jw-breakpoint-6 .jw-display .jw-icon:before,
.jw-breakpoint-6 .jw-display .jw-svg-icon:before,
.jw-breakpoint-7 .jw-display .jw-icon:before,
.jw-breakpoint-7 .jw-display .jw-svg-icon:before {
    width: 44px;
    height: 44px;
}
.jw-controlbar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background-size: auto;
    box-shadow: none;
    max-height: 72px;
    transition: 250ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: opacity, visibility;
    transition-delay: 0s;
}
.jw-flag-touch.jw-breakpoint-0 .jw-controlbar .jw-icon-inline {
    height: 40px;
}
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar {
    max-height: 140px;
}
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-tooltip {
    margin-bottom: -7px;
}
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-volume .jw-overlay {
    padding-bottom: 40%;
}
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-text.jw-text-elapsed {
    justify-content: flex-end;
}
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline:not(.jw-text-live),
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-volume {
    height: 60px;
    width: 60px;
}
.jw-breakpoint-7:not(.jw-flag-audio-player)
.jw-controlbar
.jw-button-container
.jw-icon-inline:not(.jw-text-live)
.jw-svg-icon,
.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-volume .jw-svg-icon {
    height: 30px;
    width: 30px;
}
.jw-controlbar .jw-button-image {
    background: no-repeat 50% 50%;
    background-size: contain;
    max-height: 24px;
}
.jw-controlbar .jw-spacer {
    margin: 0 auto;
}
.jw-controlbar .jw-icon.jw-button-color:hover {
    color: #fff;
}
.jw-button-container {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 12px;
}
.jw-slider-horizontal {
    background-color: transparent;
}
.jw-icon-inline {
    position: relative;
}
.jw-icon-inline,
.jw-icon-tooltip {
    height: 44px;
    width: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.jw-icon-inline:not(.jw-text),
.jw-icon-tooltip,
.jw-slider-horizontal {
    cursor: pointer;
}
.jw-text-duration,
.jw-text-elapsed {
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.jw-icon-tooltip {
    position: relative;
}
.jw-icon-display:hover,
.jw-icon-inline:hover,
.jw-icon-tooltip:hover,
.jw-knob:hover,
.jw-option:before:hover {
    color: #fff;
}
.jw-controlbar .jw-tooltip,
.jw-display-controls .jw-tooltip,
.jw-settings-menu .jw-tooltip,
.jw-time-tip {
    pointer-events: none;
}
.jw-icon-cast {
    display: none;
    margin: 0;
    padding: 0;
}
.jw-icon-cast google-cast-launcher {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    stroke: #000;
    stroke-width: 1px;
    stroke-opacity: 30%;
    paint-order: stroke;
}
.jw-fullscreen-ima {
    display: none;
}
.jw-icon-inline.jw-icon-volume {
    display: none;
}
.jwplayer .jw-text-countdown {
    display: none;
}
.jw-flag-small-player .jw-display {
    padding-top: 0;
    padding-bottom: 0;
}
.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads) .jw-controlbar .jw-button-container > .jw-icon-next,
.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads)
.jw-controlbar
.jw-button-container
> .jw-icon-playback,
.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads)
.jw-controlbar
.jw-button-container
> .jw-icon-rewind {
    display: none;
}
.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(
        .jw-flag-casting
    )
.jw-controlbar,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(
        .jw-flag-ads-vpaid-controls
    ):not(.jw-flag-casting)
.jw-controlbar,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(
        .jw-flag-ads-vpaid-controls
    ):not(.jw-flag-casting)
.jw-controlbar {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s, 250ms;
}
.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(
        .jw-flag-casting
    )
.jw-controls-backdrop,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(
        .jw-flag-ads-vpaid-controls
    ):not(.jw-flag-casting)
.jw-controls-backdrop,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(
        .jw-flag-ads-vpaid-controls
    ):not(.jw-flag-casting)
.jw-controls-backdrop {
    opacity: 0;
}
.jwplayer:not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-countdown {
    display: flex;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.jwplayer:not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint--1 .jw-text-duration,
.jwplayer:not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint--1 .jw-text-elapsed,
.jwplayer:not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-duration,
.jwplayer:not(.jw-flag-ads):not(.jw-flag-live).jw-breakpoint-0 .jw-text-elapsed {
    display: none;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-ads):not(.jw-flag-audio-player) .jw-related-btn,
.jwplayer.jw-breakpoint--1:not(.jw-flag-ads):not(.jw-flag-audio-player) .jw-slider-volume,
.jwplayer.jw-breakpoint--1:not(.jw-flag-ads):not(.jw-flag-audio-player) .jw-text-countdown {
    display: none;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-ads):not(.jw-flag-audio-player) .jw-controlbar {
    flex-direction: column-reverse;
}
.jwplayer.jw-breakpoint--1:not(.jw-flag-ads):not(.jw-flag-audio-player) .jw-button-container {
    height: 30px;
}
.jw-breakpoint--1.jw-flag-ads:not(.jw-flag-audio-player) .jw-icon-fullscreen,
.jw-breakpoint--1.jw-flag-ads:not(.jw-flag-audio-player) .jw-icon-volume {
    display: none;
}
.jwplayer:not(.jw-breakpoint--1) .jw-text-duration:before,
.jwplayer:not(.jw-breakpoint-0) .jw-text-duration:before {
    content: "/";
    padding-right: 1ch;
    padding-left: 1ch;
}
.jwplayer:not(.jw-flag-user-inactive) .jw-controlbar {
    will-change: transform;
}
.jwplayer:not(.jw-flag-user-inactive) .jw-controlbar .jw-text {
    transform-style: preserve-3d;
}
.jwplayer:not(.jw-flag-fullscreen) .jw-fullscreen-disallowed {
    display: none;
}
.jw-slider-container {
    display: flex;
    align-items: center;
    position: relative;
    touch-action: none;
}
.jw-buffer,
.jw-progress,
.jw-rail {
    position: absolute;
    cursor: pointer;
}
.jw-progress {
    background-color: #f2f2f2;
}
.jw-rail {
    background-color: rgba(255, 255, 255, 0.3);
}
.jw-buffer {
    background-color: rgba(255, 255, 255, 0.3);
}
.jw-knob {
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    transition: 150ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: opacity, transform;
}
.jw-flag-dragging .jw-slider-time .jw-knob,
.jw-icon-volume:active .jw-slider-volume .jw-knob {
    box-shadow:
            0 0 26px rgba(0, 0, 0, 0.2),
            0 0 10px rgba(0, 0, 0, 0.4),
            0 0 0 6px rgba(255, 255, 255, 0.2);
}
.jw-slider-horizontal,
.jw-slider-vertical {
    display: flex;
}
.jw-slider-horizontal .jw-slider-container {
    height: 5px;
    width: 100%;
}
.jw-slider-horizontal .jw-buffer,
.jw-slider-horizontal .jw-cue,
.jw-slider-horizontal .jw-knob,
.jw-slider-horizontal .jw-progress,
.jw-slider-horizontal .jw-rail {
    top: 50%;
}
.jw-slider-horizontal .jw-buffer,
.jw-slider-horizontal .jw-cue,
.jw-slider-horizontal .jw-progress,
.jw-slider-horizontal .jw-rail {
    transform: translate(0, -50%);
}
.jw-slider-horizontal .jw-buffer,
.jw-slider-horizontal .jw-progress,
.jw-slider-horizontal .jw-rail {
    height: 5px;
}
.jw-slider-horizontal .jw-rail {
    width: 100%;
}
.jw-slider-vertical {
    align-items: center;
    flex-direction: column;
}
.jw-slider-vertical .jw-slider-container {
    height: 88px;
    width: 5px;
}
.jw-slider-vertical .jw-buffer,
.jw-slider-vertical .jw-knob,
.jw-slider-vertical .jw-progress,
.jw-slider-vertical .jw-rail {
    left: 50%;
}
.jw-slider-vertical .jw-buffer,
.jw-slider-vertical .jw-progress,
.jw-slider-vertical .jw-rail {
    height: 100%;
    width: 5px;
    backface-visibility: hidden;
    transform: translate(-50%, 0);
    transition: transform 150ms ease-in-out;
    bottom: 0;
}
.jw-slider-vertical .jw-knob {
    transform: translate(-50%, 50%);
}
.jw-slider-time.jw-tab-focus:focus .jw-rail {
    outline: solid 2px #4d90fe;
}
.jw-horizontal-volume-container .jw-slider-volume,
.jw-slider-time:not(.jw-chapter-slider-time) {
    height: 17px;
    width: 100%;
    align-items: center;
    background: transparent none;
    padding: 0 12px;
}
.jw-slider-time .jw-cue {
    background-color: rgba(33, 33, 33, 0.8);
    cursor: pointer;
    position: absolute;
    width: 6px;
}
.jw-horizontal-volume-container,
.jw-slider-time:not(.jw-chapter-slider-time) {
    z-index: 1;
    outline: 0;
}
.jw-horizontal-volume-container .jw-buffer,
.jw-horizontal-volume-container .jw-cue,
.jw-horizontal-volume-container .jw-progress,
.jw-horizontal-volume-container .jw-rail,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-buffer,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-cue,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-progress,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-rail {
    backface-visibility: hidden;
    height: 100%;
    transform: translate(0, -50%) scale(1, 0.6);
    transition: transform 150ms ease-in-out;
}
.jw-flag-dragging .jw-horizontal-volume-container .jw-buffer,
.jw-flag-dragging .jw-horizontal-volume-container .jw-cue,
.jw-flag-dragging .jw-horizontal-volume-container .jw-progress,
.jw-flag-dragging .jw-horizontal-volume-container .jw-rail,
.jw-flag-dragging .jw-slider-time:not(.jw-chapter-slider-time) .jw-buffer,
.jw-flag-dragging .jw-slider-time:not(.jw-chapter-slider-time) .jw-cue,
.jw-flag-dragging .jw-slider-time:not(.jw-chapter-slider-time) .jw-progress,
.jw-flag-dragging .jw-slider-time:not(.jw-chapter-slider-time) .jw-rail,
.jw-flag-touch .jw-horizontal-volume-container .jw-buffer,
.jw-flag-touch .jw-horizontal-volume-container .jw-cue,
.jw-flag-touch .jw-horizontal-volume-container .jw-progress,
.jw-flag-touch .jw-horizontal-volume-container .jw-rail,
.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time) .jw-buffer,
.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time) .jw-cue,
.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time) .jw-progress,
.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time) .jw-rail,
.jw-horizontal-volume-container:focus .jw-buffer,
.jw-horizontal-volume-container:focus .jw-cue,
.jw-horizontal-volume-container:focus .jw-progress,
.jw-horizontal-volume-container:focus .jw-rail,
.jw-horizontal-volume-container:hover .jw-buffer,
.jw-horizontal-volume-container:hover .jw-cue,
.jw-horizontal-volume-container:hover .jw-progress,
.jw-horizontal-volume-container:hover .jw-rail,
.jw-slider-time:not(.jw-chapter-slider-time):focus .jw-buffer,
.jw-slider-time:not(.jw-chapter-slider-time):focus .jw-cue,
.jw-slider-time:not(.jw-chapter-slider-time):focus .jw-progress,
.jw-slider-time:not(.jw-chapter-slider-time):focus .jw-rail,
.jw-slider-time:not(.jw-chapter-slider-time):hover .jw-buffer,
.jw-slider-time:not(.jw-chapter-slider-time):hover .jw-cue,
.jw-slider-time:not(.jw-chapter-slider-time):hover .jw-progress,
.jw-slider-time:not(.jw-chapter-slider-time):hover .jw-rail {
    transform: translate(0, -50%) scale(1, 1);
}
.jw-horizontal-volume-container:focus .jw-knob,
.jw-horizontal-volume-container:hover .jw-knob,
.jw-slider-time:not(.jw-chapter-slider-time):focus .jw-knob,
.jw-slider-time:not(.jw-chapter-slider-time):hover .jw-knob {
    transform: translate(-50%, -50%) scale(1);
}
.jw-horizontal-volume-container .jw-rail,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-rail {
    background-color: rgba(255, 255, 255, 0.2);
}
.jw-horizontal-volume-container .jw-buffer,
.jw-slider-time:not(.jw-chapter-slider-time) .jw-buffer {
    background-color: rgba(255, 255, 255, 0.4);
}
.jw-flag-touch .jw-horizontal-volume-container::before,
.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time)::before {
    height: 44px;
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    bottom: calc(100% - 17px);
    left: 0;
}
.jw-breakpoint-0.jw-flag-touch .jw-horizontal-volume-container::before,
.jw-breakpoint-0.jw-flag-touch .jw-slider-time:not(.jw-chapter-slider-time)::before {
    height: 34px;
}
.jw-horizontal-volume-container.jw-tab-focus:focus .jw-rail,
.jw-slider-time:not(.jw-chapter-slider-time).jw-tab-focus:focus .jw-rail {
    outline: solid 2px #4d90fe;
}
.jw-flag-horizontal-slider .jw-overlay {
    display: none;
}
.jw-flag-audio-player .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container,
.jwplayer:not(.jw-flag-small-player) .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container {
    display: flex;
    transition: width 0.3s cubic-bezier(0, 0.25, 0.25, 1);
    width: 0;
}
.jw-flag-audio-player .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container.jw-open,
.jwplayer:not(.jw-flag-small-player) .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container.jw-open {
    width: 140px;
}
.jw-flag-audio-player .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container.jw-open .jw-slider-volume,
.jwplayer:not(.jw-flag-small-player)
.jw-flag-horizontal-slider
~ .jw-horizontal-volume-container.jw-open
.jw-slider-volume {
    padding-right: 12px;
    opacity: 1;
}
.jw-flag-audio-player .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container .jw-slider-volume,
.jwplayer:not(.jw-flag-small-player) .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container .jw-slider-volume {
    transition: opacity 0.3s;
    opacity: 0;
}
.jw-flag-audio-player .jw-flag-horizontal-slider ~ .jw-horizontal-volume-container .jw-slider-volume .jw-knob,
.jwplayer:not(.jw-flag-small-player)
.jw-flag-horizontal-slider
~ .jw-horizontal-volume-container
.jw-slider-volume
.jw-knob {
    transform: translate(-50%, -50%);
}
.jw-flag-audio-player .jw-button-container .jw-icon,
.jwplayer:not(.jw-flag-small-player) .jw-button-container .jw-icon {
    flex: 0 0 auto;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-time {
    height: 17px;
    padding: 0;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-time .jw-slider-container {
    height: 10px;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-time .jw-knob {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.75);
    height: 12px;
    width: 10px;
}
.jw-breakpoint-0 .jw-slider-time {
    height: 11px;
}
.jw-horizontal-volume-container {
    display: none;
}
.jw-slider-horizontal.jw-chapter-slider-time {
    height: 16px;
    width: 100%;
    align-items: center;
    background: transparent none;
    padding: 0 12px;
    outline: 0;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-buffer,
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-progress,
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-rail {
    position: absolute;
    cursor: pointer;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-rail {
    width: 100%;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-buffer,
.jw-slider-horizontal.jw-chapter-slider-time .jw-old-progress {
    opacity: 0;
    pointer-events: none;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-cue {
    width: 3px;
    height: 100%;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container {
    z-index: 1;
    height: 100%;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container:hover .jw-knob {
    transform: translate(-50%, -50%) scale(1);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-horizontal-volume-container {
    display: none;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment {
    position: relative;
    flex: 0 0 0px;
    height: 100%;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment:hover .jw-timesegment-resetter {
    transform: translate(0, -50%) scale(1, 1);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment:hover .jw-timesegment-background {
    background-color: rgba(255, 255, 255, 0.49);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment:hover .jw-timesegment-buffered {
    background-color: rgba(0, 0, 0, 0);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-resetter {
    height: 5px;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translate(0, -50%) scale(1, 0.6);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-container {
    height: 100%;
    position: relative;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-bar {
    height: 100%;
    position: absolute;
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-background {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-buffered {
    width: 0%;
    background-color: rgba(255, 255, 255, 0.3);
}
.jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container .jw-timesegment-progress {
    width: 0%;
    background-color: #f2f2f2;
}
.jw-flag-touch .jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container::before {
    height: 44px;
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    bottom: calc(100% - 17px);
    left: 0;
}
.jw-breakpoint-0.jw-flag-touch .jw-slider-horizontal.jw-chapter-slider-time::before {
    height: 34px;
}
.jw-flag-dragging .jw-slider-horizontal.jw-chapter-slider-time .jw-timesegment-resetter,
.jw-flag-touch .jw-slider-horizontal.jw-chapter-slider-time .jw-timesegment-resetter {
    transform: translate(0, -50%) scale(1, 1);
}
.jw-slider-horizontal.jw-chapter-slider-time:focus .jw-knob,
.jw-slider-horizontal.jw-chapter-slider-time:hover .jw-knob {
    transform: translate(-50%, -50%) scale(1);
}
.jw-slider-horizontal.jw-chapter-slider-time.jw-tab-focus:focus .jw-old-rail {
    outline: solid 2px #4d90fe;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-horizontal.jw-chapter-slider-time .jw-slider-container {
    height: 100%;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-horizontal.jw-chapter-slider-time .jw-timesegment-resetter {
    height: 10px;
}
.jw-breakpoint--1:not(.jw-flag-audio-player) .jw-slider-horizontal.jw-chapter-slider-time .jw-knob {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.75);
    height: 12px;
    width: 10px;
}
.jw-breakpoint-0 .jw-slider-horizontal.jw-chapter-slider-time {
    height: 11px;
}
.jw-breakpoint-7:not(.jw-flag-audio-player)
.jw-controlbar
.jw-slider-horizontal.jw-chapter-slider-time
.jw-slider-container {
    height: 100%;
}
.jw-breakpoint-7:not(.jw-flag-audio-player)
.jw-controlbar
.jw-slider-horizontal.jw-chapter-slider-time
.jw-timesegment-resetter {
    height: 10px;
}
.jw-modal {
    width: 284px;
}
.jw-breakpoint-5 .jw-modal,
.jw-breakpoint-6 .jw-modal,
.jw-breakpoint-7 .jw-modal {
    height: 232px;
}
.jw-breakpoint-3 .jw-modal,
.jw-breakpoint-4 .jw-modal {
    height: 192px;
}
.jw-breakpoint-2 .jw-modal,
.jw-flag-small-player .jw-modal {
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-height: none;
    max-width: none;
    z-index: 2;
}
.jwplayer .jw-rightclick {
    display: none;
    position: absolute;
    white-space: nowrap;
}
.jwplayer .jw-rightclick.jw-open {
    display: block;
}
.jwplayer .jw-rightclick .jw-rightclick-list {
    border-radius: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #444;
    margin: 0;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-logo {
    color: #fff;
    display: inline-flex;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-logo .jw-svg-icon {
    height: 20px;
    width: 20px;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-link {
    border: none;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 23px;
    text-align: start;
    text-decoration: none;
    width: 100%;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item:last-child {
    border-bottom: none;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item:hover {
    cursor: pointer;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-featured {
    vertical-align: middle;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-featured .jw-rightclick-link {
    color: #fff;
}
.jwplayer .jw-rightclick .jw-rightclick-list .jw-featured .jw-rightclick-link span {
    color: #fff;
    font-size: 12px;
}
.jwplayer .jw-rightclick .jw-rightclick-link {
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}
.jw-icon-tooltip.jw-open .jw-overlay {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
}
.jw-icon-tooltip.jw-open .jw-overlay:focus {
    outline: 0;
}
.jw-icon-tooltip.jw-open .jw-overlay:focus.jw-tab-focus {
    outline: solid 2px #4d90fe;
}
.jw-slider-time .jw-overlay:before {
    height: 1em;
    top: auto;
}
.jw-slider-time .jw-icon-tooltip.jw-open .jw-overlay {
    pointer-events: none;
}
.jw-volume-tip {
    padding: 13px 0 26px;
}
.jw-controlbar .jw-tooltip,
.jw-display-controls .jw-tooltip,
.jw-settings-menu .jw-tooltip,
.jw-time-tip {
    height: auto;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    margin: 0 0 14px;
    pointer-events: none;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.jw-controlbar .jw-tooltip::after,
.jw-display-controls .jw-tooltip::after,
.jw-settings-menu .jw-tooltip::after,
.jw-time-tip::after {
    top: 100%;
    position: absolute;
    left: 50%;
    height: 14px;
    width: 14px;
    border-radius: 1px;
    background-color: currentColor;
    transform-origin: 75% 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
}
.jw-controlbar .jw-tooltip .jw-text,
.jw-display-controls .jw-tooltip .jw-text,
.jw-settings-menu .jw-tooltip .jw-text,
.jw-time-tip .jw-text {
    background-color: #fff;
    border-radius: 1px;
    color: #000;
    font-size: 10px;
    height: auto;
    line-height: 1;
    padding: 7px 10px;
    display: inline-block;
    min-width: 100%;
    vertical-align: middle;
    min-height: 2.4em;
}
.jw-controlbar .jw-overlay {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0;
    min-height: 44px;
    min-width: 44px;
    opacity: 0;
    pointer-events: none;
    transition: 150ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: opacity, visibility;
    transition-delay: 0s, 150ms;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 1;
}
.jw-controlbar .jw-overlay .jw-contents {
    position: relative;
}
.jw-controlbar .jw-option {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
    height: 1.5em;
    font-family: inherit;
    line-height: 1.5em;
    padding: 0 0.5em;
    font-size: 0.8em;
    margin: 0;
}
.jw-controlbar .jw-option::before {
    padding-right: 0.125em;
}
.jw-controlbar .jw-tooltip,
.jw-display-controls .jw-tooltip,
.jw-settings-menu .jw-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 0.1s 0s cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: opacity, transform, visibility;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 1;
}
.jw-controlbar .jw-tooltip.jw-open,
.jw-display-controls .jw-tooltip.jw-open,
.jw-settings-menu .jw-tooltip.jw-open {
    opacity: 1;
    transform: translate(-50%, -10px);
    transition-duration: 150ms;
    transition-delay: 0.5s, 0s, 0.5s;
    visibility: visible;
}
.jw-controlbar .jw-tooltip.jw-tooltip-fullscreen,
.jw-display-controls .jw-tooltip.jw-tooltip-fullscreen,
.jw-settings-menu .jw-tooltip.jw-tooltip-fullscreen {
    left: auto;
    right: 0;
    transform: translate(0, 0);
}
.jw-controlbar .jw-tooltip.jw-tooltip-fullscreen.jw-open,
.jw-display-controls .jw-tooltip.jw-tooltip-fullscreen.jw-open,
.jw-settings-menu .jw-tooltip.jw-tooltip-fullscreen.jw-open {
    transform: translate(0, -10px);
}
.jw-controlbar .jw-tooltip.jw-tooltip-fullscreen::after,
.jw-display-controls .jw-tooltip.jw-tooltip-fullscreen::after,
.jw-settings-menu .jw-tooltip.jw-tooltip-fullscreen::after {
    left: auto;
    right: 9px;
}
.jw-display-controls .jw-tooltip {
    position: absolute;
    bottom: 57%;
    left: auto;
    transform: translate(0, 0);
}
.jw-display-controls .jw-tooltip.jw-open {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(0, -10px);
}
.jw-display-controls .jw-tooltip .jw-text {
    min-width: 0;
    min-height: 1.2em;
}
.jw-display-controls .jw-tooltip::after {
    top: 100%;
    position: absolute;
    left: 50%;
}
.jw-tooltip-time {
    height: auto;
    width: 0;
    bottom: 100%;
    line-height: normal;
    padding: 0;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.jw-tooltip-time .jw-overlay {
    bottom: 0;
    min-height: 0;
    width: auto;
}
.jw-tooltip {
    bottom: 57px;
    display: none;
    position: absolute;
}
.jw-tooltip .jw-text {
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: unset;
    max-width: 246px;
    overflow: hidden;
}
.jw-flag-audio-player .jw-tooltip {
    display: none;
}
.jw-flag-small-player .jw-time-thumb {
    display: none;
}
.jw-chapter-slider-time .jw-tooltip-time .jw-overlay:before {
    height: 1em;
    top: auto;
}
.jw-chapter-slider-time .jw-tooltip-time .jw-icon-tooltip.jw-open .jw-overlay {
    pointer-events: none;
}
.jwplayer .jw-shortcuts-tooltip {
    top: 50%;
    position: absolute;
    left: 50%;
    background: rgba(38, 38, 38, 0.8);
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    pointer-events: all;
    -webkit-user-select: text;
    user-select: text;
    overflow: hidden;
    flex-direction: column;
    z-index: 1;
}
.jwplayer .jw-shortcuts-tooltip.jw-open {
    display: flex;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-close {
    flex: 0 0 auto;
    margin: 5px 5px 5px auto;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    font-size: 12px;
    margin: 0 20px 20px;
    overflow-y: auto;
    padding: 5px;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 6px;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-title {
    font-weight: 700;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-tooltip-list {
    display: flex;
    max-width: 340px;
    margin: 0 10px;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-tooltip-list .jw-shortcuts-tooltip-descriptions {
    width: 100%;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-tooltip-list .jw-shortcuts-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
}
.jwplayer
.jw-shortcuts-tooltip
.jw-shortcuts-container
.jw-shortcuts-tooltip-list
.jw-shortcuts-row
.jw-shortcuts-description {
    margin-right: 10px;
    max-width: 70%;
}
.jwplayer .jw-shortcuts-tooltip .jw-shortcuts-container .jw-shortcuts-tooltip-list .jw-shortcuts-row .jw-shortcuts-key {
    background: #fefefe;
    color: #333;
    overflow: hidden;
    padding: 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jw-skip {
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
    position: absolute;
    display: flex;
    right: 0.75em;
    bottom: 56px;
    padding: 0.5em;
    border: 1px solid #333;
    background-color: #000;
    align-items: center;
    height: 2em;
}
.jw-skip.jw-tab-focus:focus {
    outline: solid 2px #4d90fe;
}
.jw-skip.jw-skippable {
    cursor: pointer;
    padding: 0.25em 0.75em;
}
.jw-skip.jw-skippable:hover {
    cursor: pointer;
    color: #fff;
}
.jw-skip.jw-skippable .jw-skip-icon {
    display: inline;
    height: 24px;
    width: 24px;
    margin: 0;
}
.jw-breakpoint-7 .jw-skip {
    padding: 1.35em 1em;
    bottom: 130px;
}
.jw-breakpoint-7 .jw-skip .jw-text {
    font-size: 1em;
    font-weight: 400;
}
.jw-breakpoint-7 .jw-skip .jw-icon-inline {
    height: 30px;
    width: 30px;
}
.jw-breakpoint-7 .jw-skip .jw-icon-inline .jw-svg-icon {
    height: 30px;
    width: 30px;
}
.jw-skip .jw-skip-icon {
    display: none;
    margin-left: -0.75em;
    padding: 0 0.5em;
    pointer-events: none;
}
.jw-skip .jw-skip-icon .jw-svg-icon-next {
    display: block;
    padding: 0;
}
.jw-skip .jw-skip-icon,
.jw-skip .jw-text {
    vertical-align: middle;
    font-size: 0.7em;
}
.jw-skip .jw-text {
    font-weight: 700;
}
.jw-cast {
    background-size: cover;
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
}
.jw-cast-container {
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.75), rgba(25, 25, 25, 0.25), rgba(25, 25, 25, 0));
    left: 0;
    padding: 20px 20px 80px;
    position: absolute;
    top: 0;
    width: 100%;
}
.jw-cast-text {
    color: #fff;
    font-size: 1.6em;
}
.jw-breakpoint--1 .jw-cast-text,
.jw-breakpoint-0 .jw-cast-text {
    font-size: 1.15em;
}
.jw-breakpoint-1 .jw-cast-text,
.jw-breakpoint-2 .jw-cast-text,
.jw-breakpoint-3 .jw-cast-text {
    font-size: 1.3em;
}
.jw-nextup-container {
    position: absolute;
    bottom: 66px;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 12px;
    pointer-events: none;
    right: 0;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.jw-info-open .jw-nextup-container,
.jw-settings-open .jw-nextup-container {
    display: none;
}
.jw-breakpoint-7 .jw-nextup-container {
    padding: 60px;
}
.jw-flag-small-player .jw-nextup-container {
    padding: 0 12px 0 0;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup-close,
.jw-flag-small-player .jw-nextup-container .jw-nextup-duration,
.jw-flag-small-player .jw-nextup-container .jw-nextup-title {
    display: none;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup-tooltip {
    height: 30px;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup-header {
    font-size: 12px;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup-body {
    justify-content: center;
    align-items: center;
    padding: 0.75em 0.3em;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup-thumbnail {
    width: 50%;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup {
    max-width: 65px;
}
.jw-flag-small-player .jw-nextup-container .jw-nextup.jw-nextup-thumbnail-visible {
    max-width: 120px;
}
.jw-nextup {
    background: rgba(38, 38, 38, 0.8);
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    visibility: hidden;
    width: 64%;
    pointer-events: all;
    transform: translate(0, -5px);
    transition: 150ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: opacity, transform;
    transition-delay: 0s;
}
.jw-nextup:hover .jw-nextup-tooltip {
    color: #fff;
}
.jw-nextup.jw-nextup-thumbnail-visible {
    max-width: 400px;
}
.jw-nextup.jw-nextup-thumbnail-visible .jw-nextup-thumbnail {
    display: block;
}
.jw-nextup-container-visible .jw-nextup {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0s, 0s, 150ms;
}
.jw-nextup-tooltip {
    display: flex;
    height: 80px;
}
.jw-nextup-thumbnail {
    width: 120px;
    background-position: center;
    background-size: cover;
    flex: 0 0 auto;
    display: none;
}
.jw-nextup-body {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0.75em 0.875em;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.jw-nextup-header,
.jw-nextup-title {
    font-size: 14px;
    line-height: 1.35;
}
.jw-nextup-header {
    font-weight: 700;
}
.jw-nextup-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.jw-nextup-duration {
    align-self: flex-end;
    text-align: right;
    font-size: 12px;
}
.jw-nextup-close {
    width: 25px;
    height: 24px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    margin: 6px;
    visibility: hidden;
}
.jw-nextup-close:hover {
    color: #fff;
}
.jw-nextup-sticky .jw-nextup-close {
    visibility: visible;
}
.jw-nextup-firefox-pip-fix {
    background: #262626;
}
.jw-countdown-container {
    position: absolute;
    top: 28px;
    right: 28px;
    background-color: rgba(33, 33, 33, 0.8);
    cursor: none;
    margin: 0 auto;
    padding: 12px;
    pointer-events: none;
    text-align: center;
    visibility: hidden;
}
.jw-countdown {
    color: #fff;
}
.jw-countdown-show {
    visibility: visible;
}
.jw-autostart-mute {
    position: absolute;
    bottom: 0;
    right: 12px;
    height: 44px;
    width: 44px;
    background-color: rgba(33, 33, 33, 0.4);
    padding: 5px 4px 5px 6px;
    display: none;
}
.jwplayer.jw-flag-autostart:not(.jw-flag-media-audio) .jw-nextup {
    display: none;
}
.jw-settings-menu {
    position: absolute;
    bottom: 57px;
    right: 12px;
    align-items: flex-start;
    background-color: #262626;
    display: none;
    flex-flow: column nowrap;
    max-width: 284px;
    pointer-events: auto;
}
.jw-settings-open .jw-settings-menu {
    display: flex;
}
.jw-breakpoint-7 .jw-settings-menu {
    bottom: 130px;
    right: 60px;
    max-height: none;
    max-width: none;
    height: 35%;
    width: 25%;
    min-height: 200px;
}
.jw-breakpoint-7 .jw-settings-menu .jw-settings-topbar:not(.jw-nested-menu-open) .jw-icon-inline {
    height: 60px;
    width: 60px;
}
.jw-breakpoint-7 .jw-settings-menu .jw-settings-topbar:not(.jw-nested-menu-open) .jw-icon-inline .jw-svg-icon {
    height: 30px;
    width: 30px;
}
.jw-breakpoint-7 .jw-settings-menu .jw-settings-topbar:not(.jw-nested-menu-open) .jw-icon-inline .jw-tooltip .jw-text {
    font-size: 1em;
}
.jw-breakpoint-7 .jw-settings-menu .jw-settings-back {
    min-width: 60px;
}
.jw-breakpoint-5 .jw-settings-menu,
.jw-breakpoint-6 .jw-settings-menu {
    height: 232px;
    width: 284px;
    max-height: 232px;
}
.jw-breakpoint-3 .jw-settings-menu,
.jw-breakpoint-4 .jw-settings-menu {
    height: 192px;
    width: 284px;
    max-height: 192px;
}
.jw-breakpoint-2 .jw-settings-menu {
    height: 179px;
    width: 284px;
    max-height: 179px;
}
.jw-flag-small-player .jw-settings-menu {
    max-width: none;
}
.jw-settings-menu .jw-icon.jw-button-color::after {
    height: 100%;
    width: 24px;
    box-shadow: inset 0 -3px 0 -1px currentColor;
    margin: auto;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0, 0.25, 0.25, 1);
}
.jw-settings-menu .jw-icon.jw-button-color[aria-expanded="true"]::after {
    opacity: 1;
}
.jw-settings-menu .jw-settings-reset {
    text-decoration: underline;
}
.jw-settings-topbar {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex: 0 0 auto;
    padding: 3px 5px 0;
    width: 100%;
}
.jw-settings-topbar.jw-nested-menu-open {
    padding: 0;
}
.jw-settings-topbar.jw-nested-menu-open .jw-icon:not(.jw-settings-close):not(.jw-settings-back) {
    display: none;
}
.jw-settings-topbar.jw-nested-menu-open .jw-svg-icon-close {
    width: 20px;
}
.jw-settings-topbar.jw-nested-menu-open .jw-svg-icon-arrow-left {
    height: 12px;
}
.jw-settings-topbar.jw-nested-menu-open .jw-settings-topbar-text {
    display: block;
    outline: 0;
}
.jw-settings-topbar .jw-settings-back {
    min-width: 44px;
}
.jw-settings-topbar .jw-settings-topbar-buttons {
    display: inherit;
    width: 100%;
    height: 100%;
}
.jw-settings-topbar .jw-settings-topbar-text {
    display: none;
    color: #fff;
    font-size: 13px;
    width: 100%;
}
.jw-settings-topbar .jw-settings-close {
    margin-left: auto;
}
.jw-settings-submenu {
    display: none;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 8px 20px 0 5px;
}
.jw-settings-submenu::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.jw-settings-submenu::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 1px solid #262626;
    border-radius: 6px;
}
.jw-settings-submenu.jw-settings-submenu-active {
    display: block;
}
.jw-settings-submenu .jw-submenu-topbar {
    box-shadow: 0 2px 9px 0 #1d1d1d;
    background-color: #2f2d2d;
    margin: -8px -20px 0 -5px;
}
.jw-settings-submenu .jw-submenu-topbar .jw-settings-content-item {
    cursor: pointer;
    text-align: right;
    padding-right: 15px;
    text-decoration: underline;
}
.jw-settings-submenu .jw-settings-value-wrapper {
    float: right;
    display: flex;
    align-items: center;
}
.jw-settings-submenu .jw-settings-value-wrapper .jw-settings-content-item-arrow {
    display: flex;
}
.jw-settings-submenu .jw-settings-value-wrapper .jw-svg-icon-arrow-right {
    width: 8px;
    margin-left: 5px;
    height: 12px;
}
.jw-breakpoint-7 .jw-settings-submenu .jw-settings-content-item {
    font-size: 1em;
    padding: 11px 15px 11px 30px;
}
.jw-breakpoint-7 .jw-settings-submenu .jw-settings-content-item .jw-settings-item-active::before {
    justify-content: flex-end;
}
.jw-breakpoint-7 .jw-settings-submenu .jw-settings-content-item .jw-auto-label {
    font-size: 0.85em;
    padding-left: 10px;
}
.jw-flag-touch .jw-settings-submenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.jw-auto-label {
    font-size: 10px;
    font-weight: initial;
    opacity: 0.75;
    padding-left: 5px;
}
.jw-settings-content-item {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 7px 0 7px 15px;
    width: 100%;
    text-align: left;
    outline: 0;
}
.jw-settings-content-item:hover {
    color: #fff;
}
.jw-settings-content-item:focus {
    font-weight: 700;
}
.jw-flag-small-player .jw-settings-content-item {
    line-height: 1.75;
}
.jw-settings-content-item.jw-tab-focus:focus {
    border: solid 2px #4d90fe;
}
.jw-settings-item-active {
    font-weight: 700;
    position: relative;
}
.jw-settings-item-active::before {
    height: 100%;
    width: 1em;
    align-items: center;
    content: "\2022";
    display: inline-flex;
    justify-content: center;
}
.jw-breakpoint-2 .jw-settings-open .jw-display-container,
.jw-flag-small-player .jw-settings-open .jw-display-container,
.jw-flag-touch .jw-settings-open .jw-display-container {
    display: none;
}
.jw-breakpoint-2 .jw-settings-open.jw-controls,
.jw-flag-small-player .jw-settings-open.jw-controls,
.jw-flag-touch .jw-settings-open.jw-controls {
    z-index: 1;
}
.jw-flag-small-player .jw-settings-open .jw-controlbar {
    display: none;
}
.jw-settings-open .jw-icon-settings::after {
    opacity: 1;
}
.jw-settings-open .jw-tooltip-settings {
    display: none;
}
.jw-sharing-link {
    cursor: pointer;
}
.jw-shortcuts-container .jw-switch {
    position: relative;
    display: flex;
    align-items: center;
    transition: ease-out 0.15s;
    transition-property: opacity, background;
    border-radius: 18px;
    width: 80px;
    height: 20px;
    padding: 10px;
    background: rgba(80, 80, 80, 0.8);
    cursor: pointer;
    font-size: inherit;
    vertical-align: middle;
    outline: 0;
}
.jw-shortcuts-container .jw-switch.jw-tab-focus {
    border: solid 2px #4d90fe;
}
.jw-shortcuts-container .jw-switch .jw-switch-knob {
    position: absolute;
    left: 1px;
    transition: ease-out 0.15s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 13px;
    width: 15px;
    height: 15px;
    background: #fefefe;
}
.jw-shortcuts-container .jw-switch .jw-switch-disabled,
.jw-shortcuts-container .jw-switch .jw-switch-enabled {
    position: absolute;
    transition: inherit;
    color: #fefefe;
}
.jw-shortcuts-container .jw-switch .jw-switch-disabled {
    right: 8px;
}
.jw-shortcuts-container .jw-switch .jw-switch-enabled {
    left: 8px;
    opacity: 0;
}
.jw-shortcuts-container .jw-switch[aria-checked="true"] {
    background: #475470;
}
.jw-shortcuts-container .jw-switch[aria-checked="true"] .jw-switch-disabled {
    opacity: 0;
}
.jw-shortcuts-container .jw-switch[aria-checked="true"] .jw-switch-enabled {
    opacity: 1;
}
.jw-shortcuts-container .jw-switch[aria-checked="true"] .jw-switch-knob {
    left: 60px;
}
.jw-idle-icon-text {
    display: none;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-indent: 0.35em;
    top: 100%;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.jw-idle-label {
    border-radius: 50%;
    color: #fff;
    filter: drop-shadow(1px 1px 5px rgba(12, 26, 71, 0.25));
    font:
            400 16px/1 Arial,
            Helvetica,
            sans-serif;
    position: relative;
    transition: background-color 150ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: background-color, filter;
    -webkit-font-smoothing: antialiased;
}
.jw-state-idle .jw-icon-display.jw-idle-label .jw-idle-icon-text {
    display: block;
}
.jw-state-idle .jw-icon-display.jw-idle-label .jw-svg-icon-play {
    transform: scale(0.7, 0.7);
}
.jw-breakpoint--1.jw-state-idle .jw-icon-display.jw-idle-label,
.jw-breakpoint-0.jw-state-idle .jw-icon-display.jw-idle-label {
    font-size: 12px;
}
.jw-video-thumbnail-container {
    position: relative;
    overflow: hidden;
}
.jw-video-thumbnail-container:not(.jw-related-shelf-item-image) {
    height: 100%;
    width: 100%;
}
.jw-video-thumbnail-container.jw-video-thumbnail-generated {
    position: absolute;
    top: 0;
    left: 0;
}
.jw-related-item-content:hover .jw-video-thumbnail-container,
.jw-related-shelf-item:hover .jw-video-thumbnail-container,
.jw-video-thumbnail-container:hover {
    cursor: pointer;
}
.jw-related-item-content:hover .jw-video-thumbnail-container .jw-video-thumbnail:not(.jw-video-thumbnail-completed),
.jw-related-shelf-item:hover .jw-video-thumbnail-container .jw-video-thumbnail:not(.jw-video-thumbnail-completed),
.jw-video-thumbnail-container:hover .jw-video-thumbnail:not(.jw-video-thumbnail-completed) {
    opacity: 1;
}
.jw-video-thumbnail-container .jw-video-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    object-fit: cover;
    background: #000;
}
.jw-related-item-next-up .jw-video-thumbnail-container .jw-video-thumbnail {
    height: 100%;
    width: auto;
}
.jw-video-thumbnail-container .jw-video-thumbnail.jw-video-thumbnail-visible:not(.jw-video-thumbnail-completed) {
    opacity: 1;
}
.jw-video-thumbnail-container .jw-video-thumbnail.jw-video-thumbnail-completed {
    opacity: 0;
}
.jw-video-thumbnail-container .jw-video-thumbnail ~ .jw-svg-icon-play {
    display: none;
}
.jw-video-thumbnail-container .jw-video-thumbnail + .jw-related-shelf-item-aspect {
    pointer-events: none;
}
.jw-video-thumbnail-container .jw-video-thumbnail + .jw-related-item-poster-content {
    pointer-events: none;
}
.jw-state-idle:not(.jw-flag-cast-available) .jw-display {
    padding: 0;
}
.jw-state-idle .jw-controls {
    background: rgba(0, 0, 0, 0.4);
}
.jw-state-idle.jw-flag-cardboard-available
.jw-controlbar
.jw-icon:not(.jw-icon-cardboard):not(.jw-icon-cast):not(.jw-icon-airplay),
.jw-state-idle.jw-flag-cardboard-available .jw-controlbar .jw-slider-time,
.jw-state-idle.jw-flag-cast-available:not(.jw-flag-audio-player)
.jw-controlbar
.jw-icon:not(.jw-icon-cardboard):not(.jw-icon-cast):not(.jw-icon-airplay),
.jw-state-idle.jw-flag-cast-available:not(.jw-flag-audio-player) .jw-controlbar .jw-slider-time {
    display: none;
}
.jwplayer.jw-state-buffering .jw-display-icon-display .jw-icon:focus {
    border: none;
}
.jwplayer.jw-state-buffering .jw-display-icon-display .jw-icon .jw-svg-icon-buffer {
    animation: jw-spin 2s linear infinite;
    display: block;
}
@keyframes jw-spin {
    100% {
        transform: rotate(360deg);
    }
}
.jwplayer.jw-state-buffering .jw-icon-playback .jw-svg-icon-play {
    display: none;
}
.jwplayer.jw-state-buffering .jw-icon-display .jw-svg-icon-pause {
    display: none;
}
.jwplayer.jw-state-playing .jw-display .jw-icon-display .jw-svg-icon-play,
.jwplayer.jw-state-playing .jw-icon-playback .jw-svg-icon-play {
    display: none;
}
.jwplayer.jw-state-playing .jw-display .jw-icon-display .jw-svg-icon-pause,
.jwplayer.jw-state-playing .jw-icon-playback .jw-svg-icon-pause {
    display: block;
}
.jwplayer.jw-state-playing.jw-flag-user-inactive:not(.jw-flag-audio-player):not(.jw-flag-casting):not(
        .jw-flag-media-audio
    )
.jw-controls-backdrop {
    opacity: 0;
}
.jwplayer.jw-state-playing.jw-flag-user-inactive:not(.jw-flag-audio-player):not(.jw-flag-casting):not(
        .jw-flag-media-audio
    )
.jw-logo-bottom-left,
.jwplayer.jw-state-playing.jw-flag-user-inactive:not(.jw-flag-audio-player):not(.jw-flag-casting):not(
        .jw-flag-media-audio
    ):not(.jw-flag-autostart)
.jw-logo-bottom-right {
    bottom: 0;
}
.jwplayer .jw-icon-playback .jw-svg-icon-stop {
    display: none;
}
.jwplayer.jw-state-complete .jw-svg-icon-pause,
.jwplayer.jw-state-error .jw-svg-icon-pause,
.jwplayer.jw-state-idle .jw-svg-icon-pause,
.jwplayer.jw-state-paused .jw-svg-icon-pause {
    display: none;
}
.jwplayer.jw-state-buffering .jw-icon-display .jw-svg-icon-play,
.jwplayer.jw-state-complete .jw-icon-display .jw-svg-icon-play,
.jwplayer.jw-state-error .jw-icon-display .jw-svg-icon-play {
    display: none;
}
.jwplayer:not(.jw-state-buffering) .jw-svg-icon-buffer {
    display: none;
}
.jwplayer:not(.jw-state-complete) .jw-svg-icon-replay {
    display: none;
}
.jwplayer:not(.jw-state-error) .jw-svg-icon-error {
    display: none;
}
.jwplayer.jw-state-complete .jw-display .jw-icon-display .jw-svg-icon-replay {
    display: block;
}
.jwplayer.jw-state-complete .jw-display .jw-text {
    display: none;
}
.jwplayer.jw-state-complete .jw-controls {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
}
.jw-state-idle .jw-icon-display .jw-svg-icon-pause,
.jwplayer.jw-state-complete .jw-icon-playback .jw-svg-icon-pause,
.jwplayer.jw-state-paused .jw-icon-display .jw-svg-icon-pause,
.jwplayer.jw-state-paused .jw-icon-playback .jw-svg-icon-pause {
    display: none;
}
.jw-state-idle .jw-display-icon-next,
.jw-state-idle .jw-display-icon-rewind,
.jwplayer.jw-state-buffering .jw-display-icon-next,
.jwplayer.jw-state-buffering .jw-display-icon-rewind,
.jwplayer.jw-state-complete .jw-display-icon-next,
.jwplayer.jw-state-complete .jw-display-icon-rewind,
body .jw-error .jw-display-icon-next,
body .jw-error .jw-display-icon-rewind,
body .jwplayer.jw-state-error .jw-display-icon-next,
body .jwplayer.jw-state-error .jw-display-icon-rewind {
    display: none;
}
body .jw-error .jw-icon-display,
body .jwplayer.jw-state-error .jw-icon-display {
    cursor: default;
}
body .jw-error .jw-icon-display .jw-svg-icon-error,
body .jwplayer.jw-state-error .jw-icon-display .jw-svg-icon-error {
    display: block;
}
body .jw-error .jw-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
body .jwplayer.jw-state-error.jw-flag-audio-player .jw-preview {
    display: none;
}
body .jwplayer.jw-state-error.jw-flag-audio-player .jw-title {
    padding-top: 4px;
}
body .jwplayer.jw-state-error.jw-flag-audio-player .jw-title-primary {
    width: auto;
    display: inline-block;
    padding-right: 0.5ch;
}
body .jwplayer.jw-state-error.jw-flag-audio-player .jw-title-secondary {
    width: auto;
    display: inline-block;
    padding-left: 0;
}
.jwplayer.jw-state-idle:not(.jw-flag-audio-player):not(.jw-flag-cast-available):not(.jw-flag-cardboard-available)
.jw-controlbar,
body .jwplayer.jw-state-error .jw-controlbar {
    display: none;
}
.jwplayer.jw-state-idle:not(.jw-flag-audio-player):not(.jw-flag-cast-available):not(.jw-flag-cardboard-available)
.jw-settings-menu,
body .jwplayer.jw-state-error .jw-settings-menu {
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.jwplayer.jw-state-idle:not(.jw-flag-audio-player):not(.jw-flag-cast-available):not(.jw-flag-cardboard-available)
.jw-display,
body .jwplayer.jw-state-error .jw-display {
    padding: 0;
}
.jwplayer.jw-state-idle:not(.jw-flag-audio-player):not(.jw-flag-cast-available):not(.jw-flag-cardboard-available)
.jw-logo-bottom-left,
.jwplayer.jw-state-idle:not(.jw-flag-audio-player):not(.jw-flag-cast-available):not(.jw-flag-cardboard-available)
.jw-logo-bottom-right,
body .jwplayer.jw-state-error .jw-logo-bottom-left,
body .jwplayer.jw-state-error .jw-logo-bottom-right {
    bottom: 0;
}
.jwplayer.jw-state-playing.jw-flag-user-inactive .jw-display {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.jwplayer.jw-state-paused:not(.jw-flag-touch):not(.jw-flag-small-player):not(.jw-flag-casting):not(
        .jw-flag-play-rejected
    )
.jw-display,
.jwplayer.jw-state-playing:not(.jw-flag-touch):not(.jw-flag-small-player):not(.jw-flag-casting) .jw-display {
    display: none;
}
.jwplayer.jw-state-paused.jw-flag-play-rejected:not(.jw-flag-touch):not(.jw-flag-small-player):not(.jw-flag-casting)
.jw-display-icon-next,
.jwplayer.jw-state-paused.jw-flag-play-rejected:not(.jw-flag-touch):not(.jw-flag-small-player):not(.jw-flag-casting)
.jw-display-icon-rewind {
    display: none;
}
.jwplayer.jw-state-buffering .jw-display-icon-display .jw-text,
.jwplayer.jw-state-complete .jw-display .jw-text {
    display: none;
}
.jwplayer.jw-state-buffering .jw-display .jw-tooltip,
.jwplayer.jw-state-error .jw-display .jw-tooltip,
.jwplayer.jw-state-loading .jw-display .jw-tooltip,
.jwplayer.jw-state-stalled .jw-display .jw-tooltip {
    display: none;
}
.jwplayer.jw-state-complete .jw-display .jw-tooltip .jw-text {
    display: inline-block;
}
.jwplayer.jw-flag-casting:not(.jw-flag-audio-player) .jw-cast {
    display: block;
}
.jwplayer.jw-flag-casting .jw-captions,
.jwplayer.jw-flag-casting .jw-icon-audio-tracks,
.jwplayer.jw-flag-casting .jw-icon-fullscreen,
.jwplayer.jw-flag-casting .jw-icon-hd {
    display: none;
}
.jwplayer.jw-flag-casting.jw-flag-airplay-casting .jw-icon-airplay {
    color: #fff;
}
.jw-state-paused.jw-flag-casting:not(.jw-flag-audio-player) .jw-display,
.jw-state-playing.jw-flag-casting:not(.jw-flag-audio-player) .jw-display {
    display: flex;
}
.jwplayer.jw-flag-cast-available .jw-icon-airplay,
.jwplayer.jw-flag-cast-available .jw-icon-cast {
    display: flex;
}
.jwplayer.jw-flag-cardboard-available .jw-icon-cardboard {
    display: flex;
}
.jwplayer.jw-flag-live .jw-display-icon-rewind {
    visibility: hidden;
}
.jwplayer.jw-flag-live .jw-controlbar .jw-slider-time,
.jwplayer.jw-flag-live .jw-controlbar .jw-text-countdown,
.jwplayer.jw-flag-live .jw-controlbar .jw-text-duration,
.jwplayer.jw-flag-live .jw-controlbar .jw-text-elapsed {
    display: none;
}
.jwplayer.jw-flag-live .jw-controlbar .jw-text-alt {
    display: flex;
}
.jwplayer.jw-flag-live .jw-controlbar .jw-overlay:after {
    display: none;
}
.jwplayer.jw-flag-live .jw-nextup-container {
    bottom: 44px;
}
.jwplayer.jw-flag-live .jw-text-duration,
.jwplayer.jw-flag-live .jw-text-elapsed {
    display: none;
}
.jwplayer.jw-flag-live .jw-text-live {
    cursor: default;
}
.jwplayer.jw-flag-live .jw-text-live:hover {
    color: rgba(255, 255, 255, 0.8);
}
.jwplayer.jw-flag-live.jw-state-buffering .jw-icon-playback:not(.jw-live-pause) .jw-svg-icon-stop,
.jwplayer.jw-flag-live.jw-state-playing .jw-icon-playback:not(.jw-live-pause) .jw-svg-icon-stop {
    display: block;
}
.jwplayer.jw-flag-live.jw-state-buffering .jw-icon-playback:not(.jw-live-pause) .jw-svg-icon-pause,
.jwplayer.jw-flag-live.jw-state-playing .jw-icon-playback:not(.jw-live-pause) .jw-svg-icon-pause {
    display: none;
}
.jw-text-live {
    height: 24px;
    width: auto;
    align-items: center;
    border-radius: 1px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 1ch;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    transition: 150ms cubic-bezier(0, 0.25, 0.25, 1);
    transition-property: box-shadow, color;
}
.jw-text-live::before {
    height: 8px;
    width: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 6px;
    opacity: 1;
    transition: opacity 150ms cubic-bezier(0, 0.25, 0.25, 1);
}
.jw-text-live.jw-dvr-live {
    box-shadow: inset 0 0 0 2px currentColor;
}
.jw-text-live.jw-dvr-live::before {
    opacity: 0.5;
}
.jw-text-live.jw-dvr-live:hover {
    color: #fff;
}
.jwplayer.jw-flag-controls-hidden .jw-logo.jw-hide {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.jwplayer.jw-flag-controls-hidden:not(.jw-flag-casting) .jw-logo-top-right {
    top: 0;
}
.jwplayer.jw-flag-controls-hidden:not(.jw-flag-touch.jw-breakpoint-4):not(.jw-flag-touch.jw-breakpoint-5):not(
        .jw-flag-touch.jw-breakpoint-6
    ):not(.jw-flag-touch.jw-breakpoint-7)
.jw-nextup-container {
    transform: translateY(66px);
}
.jwplayer.jw-flag-controls-hidden.jw-flag-touch.jw-state-playing.jw-breakpoint-4 .jw-nextup-container,
.jwplayer.jw-flag-controls-hidden.jw-flag-touch.jw-state-playing.jw-breakpoint-5 .jw-nextup-container,
.jwplayer.jw-flag-controls-hidden.jw-flag-touch.jw-state-playing.jw-breakpoint-6 .jw-nextup-container,
.jwplayer.jw-flag-controls-hidden.jw-flag-touch.jw-state-playing.jw-breakpoint-7 .jw-nextup-container {
    transform: translateY(4.25em);
}
.jw-flag-controls-hidden .jw-controlbar,
.jw-flag-controls-hidden .jw-display {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s, 250ms;
}
.jw-flag-controls-hidden .jw-controls-backdrop {
    opacity: 0;
}
.jw-flag-controls-hidden .jw-logo {
    visibility: visible;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing .jw-logo.jw-hide {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing:not(.jw-flag-casting) .jw-logo-top-right {
    top: 0;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing:not(.jw-flag-touch.jw-breakpoint-4):not(
        .jw-flag-touch.jw-breakpoint-5
    ):not(.jw-flag-touch.jw-breakpoint-6):not(.jw-flag-touch.jw-breakpoint-7)
.jw-nextup-container {
    transform: translateY(66px);
}
.jwplayer.jw-flag-user-inactive:not(
        .jw-flag-media-audio
    ).jw-state-playing.jw-flag-touch.jw-state-playing.jw-breakpoint-4
.jw-nextup-container,
.jwplayer.jw-flag-user-inactive:not(
        .jw-flag-media-audio
    ).jw-state-playing.jw-flag-touch.jw-state-playing.jw-breakpoint-5
.jw-nextup-container,
.jwplayer.jw-flag-user-inactive:not(
        .jw-flag-media-audio
    ).jw-state-playing.jw-flag-touch.jw-state-playing.jw-breakpoint-6
.jw-nextup-container,
.jwplayer.jw-flag-user-inactive:not(
        .jw-flag-media-audio
    ).jw-state-playing.jw-flag-touch.jw-state-playing.jw-breakpoint-7
.jw-nextup-container {
    transform: translateY(4.25em);
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing:not(.jw-flag-controls-hidden) .jw-media {
    cursor: none;
    -webkit-cursor-visibility: auto-hide;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing.jw-flag-casting .jw-display {
    display: flex;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-state-playing:not(.jw-flag-ads) .jw-autostart-mute {
    display: flex;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-flag-casting .jw-nextup-container {
    bottom: 66px;
}
.jwplayer.jw-flag-user-inactive:not(.jw-flag-media-audio).jw-flag-casting.jw-state-idle .jw-nextup-container {
    display: none;
}
.jw-flag-media-audio .jw-preview {
    display: block;
}
.jwplayer.jw-flag-rightclick-open {
    overflow: visible;
}
.jwplayer.jw-flag-rightclick-open .jw-rightclick {
    z-index: 16777215;
}
.jw-flag-touch.jw-breakpoint-4 .jw-captions,
.jw-flag-touch.jw-breakpoint-4 .jw-nextup-container,
.jw-flag-touch.jw-breakpoint-5 .jw-captions,
.jw-flag-touch.jw-breakpoint-5 .jw-nextup-container,
.jw-flag-touch.jw-breakpoint-6 .jw-captions,
.jw-flag-touch.jw-breakpoint-6 .jw-nextup-container,
.jw-flag-touch.jw-breakpoint-7 .jw-captions,
.jw-flag-touch.jw-breakpoint-7 .jw-nextup-container {
    bottom: 4.25em;
}
.jw-flag-touch .jw-controlbar .jw-icon-volume {
    display: flex;
}
.jw-flag-touch .jw-display,
.jw-flag-touch .jw-display-container,
.jw-flag-touch .jw-display-controls {
    pointer-events: none;
}
.jw-flag-touch.jw-state-paused:not(.jw-breakpoint-1) .jw-display-icon-next,
.jw-flag-touch.jw-state-paused:not(.jw-breakpoint-1) .jw-display-icon-rewind,
.jw-flag-touch.jw-state-playing:not(.jw-breakpoint-1) .jw-display-icon-next,
.jw-flag-touch.jw-state-playing:not(.jw-breakpoint-1) .jw-display-icon-rewind {
    display: none;
}
.jw-flag-touch.jw-state-paused.jw-flag-dragging .jw-display {
    display: none;
}
.jw-flag-audio-player {
    background-color: #000;
}
.jw-flag-audio-player .jw-media {
    visibility: hidden;
}
.jw-flag-audio-player .jw-title {
    background: 0 0;
}
.jw-flag-audio-player:not(.jw-flag-live) .jw-spacer {
    display: none;
}
.jw-flag-audio-player .jw-display,
.jw-flag-audio-player .jw-nextup-container,
.jw-flag-audio-player .jw-preview,
.jw-flag-audio-player .jw-title {
    display: none;
}
.jw-flag-audio-player .jw-controlbar {
    position: relative;
}
.jw-flag-audio-player .jw-controlbar .jw-button-container {
    padding-right: 3px;
    padding-left: 0;
    justify-content: flex-start;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-inline,
.jw-flag-audio-player .jw-controlbar .jw-icon-tooltip {
    display: none;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-airplay,
.jw-flag-audio-player .jw-controlbar .jw-icon-cast,
.jw-flag-audio-player .jw-controlbar .jw-icon-next,
.jw-flag-audio-player .jw-controlbar .jw-icon-playback,
.jw-flag-audio-player .jw-controlbar .jw-icon-rewind,
.jw-flag-audio-player .jw-controlbar .jw-icon-volume,
.jw-flag-audio-player .jw-controlbar .jw-logo-button,
.jw-flag-audio-player .jw-controlbar .jw-text-duration,
.jw-flag-audio-player .jw-controlbar .jw-text-elapsed,
.jw-flag-audio-player .jw-controlbar .jw-text-live {
    display: flex;
    flex: 0 0 auto;
}
.jw-flag-audio-player .jw-controlbar .jw-text-countdown,
.jw-flag-audio-player .jw-controlbar .jw-text-duration {
    padding-right: 10px;
}
.jw-flag-audio-player .jw-controlbar .jw-chapter-slider-time,
.jw-flag-audio-player .jw-controlbar .jw-slider-time {
    flex: 0 1 auto;
    align-items: center;
    display: flex;
    order: 1;
}
.jw-flag-audio-player .jw-controlbar .jw-icon-volume {
    margin-right: 0;
    transition: margin-right 150ms cubic-bezier(0, 0.25, 0.25, 1);
}
.jw-flag-audio-player .jw-controlbar .jw-icon-volume .jw-overlay {
    display: none;
}
.jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container ~ .jw-chapter-slider-time,
.jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container ~ .jw-slider-time {
    transition:
            opacity 0.3s,
            width 0.3s;
}
.jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container.jw-open ~ .jw-chapter-slider-time,
.jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container.jw-open ~ .jw-slider-time {
    flex: 1 1 auto;
    width: auto;
}
.jw-flag-audio-player .jw-controlbar .jw-slider-volume ~ .jw-icon-volume {
    margin-right: 140px;
}
.jw-flag-audio-player.jw-breakpoint-1 .jw-horizontal-volume-container.jw-open ~ .jw-chapter-slider-time,
.jw-flag-audio-player.jw-breakpoint-1 .jw-horizontal-volume-container.jw-open ~ .jw-slider-time,
.jw-flag-audio-player.jw-breakpoint-2 .jw-horizontal-volume-container.jw-open ~ .jw-chapter-slider-time,
.jw-flag-audio-player.jw-breakpoint-2 .jw-horizontal-volume-container.jw-open ~ .jw-slider-time {
    opacity: 0;
}
.jw-flag-audio-player.jw-flag-small-player .jw-text-duration,
.jw-flag-audio-player.jw-flag-small-player .jw-text-elapsed {
    display: none;
}
.jw-flag-audio-player.jw-flag-ads .jw-chapter-slider-time,
.jw-flag-audio-player.jw-flag-ads .jw-slider-time {
    display: none;
}
.jw-hidden {
    display: none;
}
#web-player .jw-video::-webkit-media-text-track-display {
    background-color: rgba(0, 0, 0, 0) !important;
}
#web-player .jw-video::cue {
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    font-family: sans-serif !important;
}
#web-player .jw-text-track-display {
    background-color: rgba(0, 0, 0, 0);
}
#web-player .jw-text-track-cue {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.75);
    font-family: sans-serif;
}
#web-player .jw-controlbar .jw-icon-inline.jw-text,
#web-player .jw-title-primary,
#web-player .jw-title-secondary {
    color: rgb(255, 255, 255);
}
#web-player .jw-button-color:not(.jw-icon-cast),
#web-player .jw-button-color.jw-toggle.jw-off:not(.jw-icon-cast) {
    color: rgba(255, 255, 255, 0.8);
}
#web-player .jw-display-icon-container .jw-button-color {
    color: rgba(255, 255, 255, 0.8);
}
#web-player .jw-icon-cast google-cast-launcher.jw-off {
    --disconnected-color: rgba(255, 255, 255, 0.8);
}
#web-player .jw-display-icon-container .jw-button-color:hover,
#web-player .jw-display-icon-container .jw-button-color:focus {
    color: rgb(255, 255, 255);
}
#web-player .jw-button-color.jw-toggle:not(.jw-icon-cast),
#web-player .jw-button-color:hover:not(.jw-icon-cast),
#web-player .jw-button-color:focus:not(.jw-icon-cast),
#web-player .jw-button-color.jw-toggle.jw-off:hover:not(.jw-icon-cast) {
    color: rgb(255, 255, 255);
}
#web-player .jw-svg-icon-buffer {
    fill: rgba(255, 255, 255, 0.8);
}
#web-player .jw-icon-cast:hover google-cast-launcher.jw-off {
    --disconnected-color: #ffffff;
}
#web-player .jw-icon-cast:focus google-cast-launcher.jw-off {
    --disconnected-color: #ffffff;
}
#web-player .jw-icon-cast google-cast-launcher.jw-off:focus {
    --disconnected-color: #ffffff;
}
#web-player .jw-icon-cast google-cast-launcher {
    --connected-color: #ffffff;
}
#web-player .jw-icon-cast google-cast-launcher:focus {
    --connected-color: #ffffff;
}
#web-player .jw-icon-cast:hover google-cast-launcher {
    --connected-color: #ffffff;
}
#web-player .jw-icon-cast:focus google-cast-launcher {
    --connected-color: #ffffff;
}
#web-player .jw-settings-topbar,
#web-player:not(.jw-state-idle) .jw-controlbar,
#web-player.jw-flag-audio-player .jw-controlbar {
    background: rgba(0, 0, 0, 0);
}
#web-player .jw-progress {
    background-color: rgb(242, 242, 242);
}
#web-player .jw-slider-volume .jw-buffer {
    background-color: rgba(242, 242, 242, 0.5);
}
#web-player .jw-slider-time .jw-buffer {
    background-color: rgba(242, 242, 242, 0.5);
}
#web-player .jw-knob {
    background-color: rgb(242, 242, 242);
}
#web-player .jw-rail {
    background-color: rgba(255, 255, 255, 0.3);
}
#web-player .jw-option,
#web-player .jw-toggle.jw-off,
#web-player .jw-skip .jw-skip-icon,
#web-player .jw-nextup-tooltip,
#web-player .jw-nextup-close,
#web-player .jw-settings-content-item,
#web-player .jw-related-title {
    color: rgba(255, 255, 255, 0.8);
}
#web-player .jw-option.jw-active-option,
#web-player .jw-option:not(.jw-active-option):hover,
#web-player .jw-option:not(.jw-active-option):focus,
#web-player .jw-settings-content-item:hover,
#web-player .jw-nextup-tooltip:hover,
#web-player .jw-nextup-tooltip:focus,
#web-player .jw-nextup-close:hover {
    color: rgb(255, 255, 255);
}
#web-player .jw-nextup,
#web-player .jw-settings-menu {
    background: rgb(51, 51, 51);
}
#web-player .jw-skip,
#web-player .jw-tooltip .jw-text,
#web-player .jw-time-tip .jw-text {
    background-color: rgb(255, 255, 255);
}
#web-player .jw-time-tip,
#web-player .jw-tooltip {
    color: rgb(255, 255, 255);
}
#web-player .jw-skip {
    border: none;
}
#web-player .jw-skip .jw-text,
#web-player .jw-skip .jw-icon,
#web-player .jw-time-tip .jw-text,
#web-player .jw-tooltip .jw-text {
    color: rgb(0, 0, 0);
}
#web-player .jw-color-active {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
}
#web-player .jw-color-active-hover:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
}
#web-player .jw-color-inactive {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    stroke: rgba(255, 255, 255, 0.8);
}
#web-player .jw-color-inactive-hover:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    stroke: rgba(255, 255, 255, 0.8);
}

/*CSS SeaGame*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    position: relative
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

ul {
    list-style-type: none
}

:root {
    --color-white: #fff;
    --color-primary: #1db57a;
    --color-yellow: #ffcd0b;
    --color-red: red;
    --color-red-1: #cf0000;
    --color-grey: #989ca3;
    --color-grey-1: #30363c;
    --color-green: #15382d;
    --color-green-1: #141f2b;
    --color-green-2: #10171f;
    --color-green-3: #5a6269;
    --color-green-4: #0d272d;
    --color-text-title: #ededed;
    --color-text-1: #989ca3;
    --width-margin-left: 16px;
    --width-margin-left-m: 8px;
    --width-box-chat: 375px;
    --main-color: #fe6f27;
    --main-bg-btn: #18c366;
    --color-btn: #030a22;
    --border-color: #3b3b3b;
    --color-text-highlight: #41a85f
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,span,strike,sub,summary,sup,textarea,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a,input,span,textarea {
    color: #ededed
}

input:-webkit-autofill,input:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s,color 600000s 0s;
    transition: background-color 600000s 0s,color 600000s 0s
}

input[data-autocompleted] {
    background-color: transparent!important
}

a {
    text-decoration: none
}

html {
    background: #1e2027
}

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 400;
    font-family: Roboto;
    color: #ededed
}

.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.g-container {
    padding: 0 6px;
    margin: 0 auto
}

@media screen and (min-width: 576px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 768px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 992px) {
    .g-container {
        width:100%
    }
}

@media screen and (min-width: 1200px) {
    .g-container {
        width:1200px
    }
}

@media screen and (min-width: 1441px) {
    .g-container {
        width:1320px
    }
}

.text-color-primary {
    color: var(--color-primary)
}

.text-highlight {
    color: var(--color-text-highlight)
}

.btnLoadMore {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29,181,122,.1)
}

figure.table {
    width: 100%;
    overflow-x: auto;
    margin: 0
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.x-center {
    justify-content: center
}

.x-between {
    justify-content: space-between
}

.y-center {
    align-items: center
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.wrap {
    flex-wrap: wrap
}

.me-auto {
    margin-right: auto!important
}

.mt-2 {
    margin-top: 2px
}

.mt-4 {
    margin-top: 4px
}

.mt-6 {
    margin-top: 6px
}

.mt-8 {
    margin-top: 8px
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-14 {
    margin-top: 14px
}

.mt-16 {
    margin-top: 16px
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.mt-32 {
    margin-top: 32px
}

.mt-36 {
    margin-top: 36px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-8 {
    margin-bottom: 8px
}

.mr-0 {
    margin-right: 0!important
}

.mr-2 {
    margin-right: 2px
}

.mr-4 {
    margin-right: 4px
}

.mr-6 {
    margin-right: 6px
}

.mr-8 {
    margin-right: 8px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-16 {
    margin-right: 16px
}

.mr-24 {
    margin-right: 24px
}

.mr-25 {
    margin-right: 25px
}

.ml-2 {
    margin-left: 2px
}

.ml-4 {
    margin-left: 4px
}

.ml-6 {
    margin-left: 6px
}

.ml-8 {
    margin-left: 8px
}

.ml-12 {
    margin-left: 12px
}

.ml-16 {
    margin-left: 16px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-16 {
    margin-bottom: 16px
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.text-l {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px
}

.txt-center {
    text-align: center
}

.text-ellipsis {
    overflow: hidden
}

.text-ellipsis,.title-home {
    white-space: nowrap;
    text-overflow: ellipsis
}

.title-home {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-yellow)
}

@media screen and (min-width: 575px) {
    .title-home {
        font-weight:700;
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (min-width: 768px) {
    .title-home {
        font-weight:700;
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (min-width: 992px) {
    .title-home {
        font-weight:700;
        font-size: 28px;
        line-height: 40px
    }
}

.ic-home {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 575px) {
    .ic-home {
        width:48px;
        height: 48px
    }
}

@media screen and (min-width: 768px) {
    .ic-home {
        width:60px;
        height: 60px
    }
}

::-webkit-scrollbar {
    display: block;
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    box-shadow: 0 4px 4px #15382d;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 5px;
    background: #000
}

::-webkit-scrollbar-button {
    width: 5px;
    height: 50px
}

.ml-auto {
    margin-left: auto
}

.cursor-pointer {
    cursor: pointer
}

.error-message {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-red-1)
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-pagination-bullet {
    background: #989ca3!important;
    border-radius: 16px!important;
    width: 8px!important;
    height: 8px!important;
    transform: scale(1)!important
}

.swiper-pagination-bullet-active {
    background: #ffcd0b!important;
    width: 24px!important;
    height: 8px!important
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 90%!important
}

.text-one-line {
    -webkit-line-clamp: 1;
    word-break: break-all
}

.text-one-line,.text-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-two-line {
    -webkit-line-clamp: 2;
    word-break: normal
}

.MuiSkeleton-root {
    background: linear-gradient(90deg,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%)!important;
    transform: scaleY(.92)!important
}

.MuiAutocomplete-noOptions {
    font-size: 16px;
    color: #fff!important
}

.header-modal {
    padding: 12px 24px;
    border-bottom: 1px solid #102439
}

.header-modal h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-title)
}

.navbar-slug {
    flex-wrap: wrap
}

.navbar-slug a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-1)
}

.navbar-slug a:last-child {
    color: var(--color-white)
}

.navbar-slug a:hover:not(:last-child) {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .navbar-slug a {
        font-size:14px
    }
}

.circle {
    border-radius: 50%
}

button {
    border: none
}

.d-none {
    display: none!important
}

.d-hide {
    visibility: hidden!important
}

.d-block {
    display: block
}

.flex-1 {
    flex: 1 1
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.right {
    right: 0
}

.bottom {
    bottom: 0
}

.gap-10 {
    gap: 10px
}

.overflow-hidden {
    overflow: hidden
}

.p-8 {
    padding: 8px
}

.fs-14 {
    font-size: 14px
}

.mw-1200 {
    max-width: 1200px
}

.hidepc {
    display: none
}

.showpc {
    display: block
}

@media(max-width: 768px) {
    .hidepc {
        display:block
    }

    .showpc {
        display: none
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.hide {
    display: none
}

.text-gray {
    color: var(--color-grey)
}

.h-60 {
    height: 60px
}

.h-87 {
    max-height: 87.8px
}

.h-120 {
    max-height: 120px
}

.h-128 {
    max-height: 128px
}

.h-180 {
    max-height: 180px
}

.w-100 {
    width: 100%
}

@media screen and (max-width: 767px) {
    .MuiSkeleton-wave {
        max-height:250px!important
    }
}

.btn,.btnSeeNow {
    background: var(--main-bg-btn);
    color: var(--color-btn);
    line-height: 16px;
    padding: 8px;
    border: 0;
    font-size: 12px;
    transition: .2s;
    text-transform: capitalize;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(40,40,40,.38);
    border-radius: .375rem;
    width: max-content
}

@media(max-width: 576px) {
    .btn,.btnSeeNow {
        padding:6px
    }
}

.btnSeeNow {
    background: var(--color-primary);
    color: var(--color-white)
}

.btnSeeNow:hover {
    background: #00824f;
    color: var(--color-white)
}

.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 24px
}

.title span {
    padding-right: 12px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    background: #1e2027
}

.title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #36373a
}

.view-all {
    font-size: 14px;
    color: var(--color-primary);
    padding-left: 12px;
    position: relative;
    z-index: 9
}

.is-live {
    position: absolute;
    top: -12px;
    left: 16px;
    z-index: 1
}

.badge-live {
    border-radius: 20px;
    background: #df2c2c;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
    line-height: 20px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .badge-live {
        font-size:10px;
        padding: 1px 6px;
        font-weight: 500;
        gap: 4px;
        line-height: 16px
    }
}

.badge-commingsoon {
    background: #ff9500
}

.grid-match {
    border-radius: 12px;
    box-shadow: 0 0 0 1.5px #4e4e4e;
    position: relative;
    overflow: hidden
}

.grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #9e263c
}

.grid-match--is-hot-girl .grid-match__footer:before {
    box-shadow: 0 0 0 1px #9e263c
}

.grid-match--is-hot-girl:hover {
    box-shadow: 0 0 0 1.5px #d39098
}

.grid-match--is-hot-girl:hover .grid-match__footer:before {
    box-shadow: 0 0 0 1px #d39098
}

.grid-match--is-hot {
    box-shadow: 0 0 0 2px rgba(29,181,122,.3)
}

.grid-match--is-hot:hover,.grid-match--is-hot:hover .grid-match__footer {
    box-shadow: 0 0 0 1px #89fdc5
}

.grid-match--is-hot .grid-match__footer:before {
    box-shadow: 0 0 0 1px rgba(29,181,122,.3)
}

.grid-match--is-hot:after {
    content: "";
    pointer-events: none;
    border-radius: 12px;
    background-size: cover
}

.bg-match,.grid-match--is-hot:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.bg-match {
    object-fit: cover
}

.grid-match__body {
    padding: 16px 12px 12px;
    display: block;
    position: relative;
    z-index: 1
}

.grid-match__league {
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .grid-match__league {
        font-size:12px;
        font-weight: 700
    }

    .grid-match__league span {
        color: #e0e0e0
    }
}

.grid-match__league img {
    margin-right: 4px;
    width: 20px;
    height: 20px
}

.grid-first__item {
    text-align: center;
    width: 100%
}

.grid-match__datef {
    font-size: 12px
}

.gname-first__item {
    display: flex;
    align-items: center;
    gap: 8px
}

.text-ellipsis-max {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bg-slogan {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media(max-width: 767px) {
    .bg-slogan {
        height:48px
    }
}

.bg-slogan .bg-image {
    object-fit: cover;
    z-index: 0
}

.h1-seo {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center
}

@media(max-width: 767px) {
    .h1-seo {
        font-size:14px;
        line-height: 20px
    }
}

.grid-match__main {
    display: flex;
    min-height: 108px
}

@media(max-width: 767px) {
    .grid-match__main {
        min-height:80px
    }
}

.grid-match__only-team--name {
    min-width: 232px;
    text-align: center
}

@media(max-width: 767px) {
    .grid-match__only-team--name {
        min-width:200px
    }
}

.time-loaded,.time-loaded-m {
    color: var(--main-bg-btn,#18c366)
}

.grid-match__footer {
    padding-left: 2px;
    position: relative;
    align-items: center;
    z-index: 1;
    min-height: 48px
}

.grid-match__footer:before {
    content: "";
    box-shadow: 0 0 0 .5px #4e4e4e;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.grid-match__commentator img,.grid-match__commentator svg {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

@media(max-width: 767px) {
    .grid-match__commentator img,.grid-match__commentator svg {
        width:20px;
        height: 20px
    }
}

.grid-match__commentator {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-size: 13px;
    text-shadow: 1px 1px 0 #000
}

.grid-match__commentator a {
    display: flex;
    align-items: center;
    gap: 8px
}

.grid-match__commentator a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 12px
}

.grid-matches__item {
    position: relative;
    margin: 2px;
    height: calc(100% - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gname {
    display: flex;
    align-items: center;
    gap: 8px
}

.time-loaded,.time-loaded-m {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-bg-btn);
    text-transform: uppercase
}

.grid-match__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.style2 {
    padding-top: 10px
}

.style2 .grid-match__league {
    flex: 1 1;
    margin: 0;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #ced0d8;
    text-align: left;
    justify-content: left;
    display: flex
}

.style2 .grid-match__league span {
    color: #cdcdcd
}

.style2 .grid-match__body {
    padding: 20px 12px 12px;
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.style2 .xspace2 {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.style2 .grid-match__main {
    flex-direction: column;
    gap: 12px;
    position: relative;
    flex: 1 1;
    justify-content: center;
    min-height: 84px
}

.style2 .grid-match__main .grid-match__team {
    flex-direction: row;
    justify-content: space-between
}

.style2 .grid-matches__item {
    margin: 2px;
    height: calc(100% - 2px)
}

.style2 .grid-match__main .grid-match__team .grid-match__team--name {
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 25px);
    max-width: 200px
}

.swiper-button-next {
    right: 0!important;
    height: calc(100% - 15px)!important;
    width: 50px!important;
    color: #fff!important;
    top: 15px!important;
    margin: 0!important;
    transition: .2s!important;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 767px) {
    .swiper-button-next {
        opacity:1;
        visibility: visible
    }
}

.swiper-button-next:after {
    font-size: 20px!important
}

.items-center {
    align-items: center
}

.newz:hover .swiper-button-next,.style2:hover .swiper-button-next {
    opacity: 1;
    visibility: visible
}

.grid-match__team-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%
}

.style2 .grid-match__team-logo {
    width: 36px;
    height: 36px
}

.top-match_detail {
    height: 100%;
    background: url(https://cdn-live.taoxanh.biz/web-live/images/bg/bg-topmatch.png) 0 0/cover no-repeat;
    padding: 20px 0 25px;
    border-radius: 8px
}

@media(max-width: 767px) {
    .top-match_detail {
        padding:13px 0 15px
    }
}

.top-match_detail .xitem-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.top-match_detail .grid-match__main {
    justify-content: center;
    gap: 8px
}

.grid-match__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 8px;
    flex: 1 1;
    padding: 0 6px
}

.grid-match__main.eventz {
    align-self: center;
    gap: 0;
    width: 100%;
    align-items: center;
    flex-direction: column
}

.grid-match__main.eventz .grid-match__team {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-self: center
}

.grid-match__main.eventz .grid-match__team .grid-match__team--name {
    display: flex;
    align-items: center;
    white-space: normal!important
}

.top-match_detail .grid-match__team {
    flex-direction: row;
    font-size: 16px;
    max-width: 40%
}

.top-match_detail .grid-match__team.team--home {
    flex-direction: row-reverse
}

.grid-match__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    align-self: center;
    gap: 5px
}

.top-match_detail .grid-match__status {
    width: 140px;
    margin: -7px 0 0;
    gap: 4px
}

.top-match_detail .grid-match__team-logo {
    width: 68px;
    height: 68px;
    object-fit: contain
}

.grid-match__team--name {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    line-height: 24px;
    overflow: hidden
}

@media(max-width: 576px) {
    .grid-match__team--name {
        max-width:155px;
        text-align: left;
        white-space: unset;
        text-overflow: unset;
        line-height: 20px
    }
}

@media(max-width: 767px) {
    .grid-match__team--away-name {
        font-size:14px
    }

    .grid-match__team--away-name span {
        color: #e0e0e0
    }
}

.grid-match__team--away-name,.grid-match__team--home-name {
    color: var(--color-white)
}

@media(max-width: 767px) {
    .grid-match__team--away-name,.grid-match__team--home-name {
        font-size:14px
    }

    .grid-match__team--mb {
        display: flex;
        flex-direction: column!important
    }

    .grid-match__team--mb .grid-match__team--away-name,.grid-match__team--mb .grid-match__team--home-name {
        margin-top: 12px;
        font-size: 14px
    }

    .grid-match__team--mb img {
        width: 40px!important;
        height: 40px!important
    }

    .xleague {
        font-size: 12px
    }
}

.top-match_detail .grid-match__team .grid-match__team--name {
    font-weight: 600;
    text-align: center
}

.grid-match__vs {
    font-size: 20px;
    font-weight: 500
}

.top-match_detail .grid-match__vs {
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 8px
}

.match_section .title {
    margin-bottom: 0
}

.blink {
    animation: blind .65s linear infinite!important
}

@keyframes blind {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px
}

#m-tele {
    background: #0094c9;
    color: #fff;
    display: flex
}

#m-tele img {
    margin-right: 2px
}

#m-face {
    background: #1570fd;
    color: #fff;
    display: flex
}

@media(min-width: 992px) {
    .d-lg-inline-block {
        display:inline-block!important
    }
}

.mt-auto {
    margin-top: auto
}

.d-none {
    display: none
}

.mt-0 {
    margin-top: 0!important
}

.pt-0 {
    padding-top: 0
}

.noMatchFound {
    width: 100%;
    height: 100%;
    margin-top: 24px
}

.noMatchFound .text-no-data {
    margin-top: 24px;
    color: #cdcdcd;
    font-size: 20px;
    font-weight: 400
}

.w-800 {
    width: 800px!important
}

.m-auto {
    margin: auto
}

.py-24 {
    padding: 24px 0
}

.jw-controlbar {
    z-index: 999
}

.jw-button-container {
    bottom: 30px;
    position: absolute;
    z-index: 10
}

.banner-bottom-append-custom {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 10
}

.ad-pr3 {
    position: absolute;
    bottom: 75px;
    right: 10px;
    z-index: 10
}

.ad-pr3 a img {
    max-width: 60px;
    height: auto
}

.ad-pr1 {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 10;
    width: 100%
}

.btn-player-ads {
    background-color: #016e29;
    border-radius: 4px;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    right: 100px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animationRedYellow 1.5s ease infinite
}

@media screen and (max-width: 576px) {
    .btn-player-ads {
        padding:4px;
        font-size: .4em;
        line-height: 1em;
        bottom: 30px!important;
        height: auto
    }
}

@keyframes animationRedYellow {
    0% {
        background-color: #ddfa00
    }

    50% {
        background-color: red
    }

    to {
        background-color: #ddfa00
    }
}

.jw-skip {
    bottom: 80px!important
}

.player-live .art-controls {
    bottom: 30px!important
}

@media screen and (max-width: 576px) {
    .player-live .art-controls {
        bottom:50px!important
    }
}

.justify-end {
    justify-content: flex-end
}

.club-world-cup-bg {
    background-color: #000;
    background-image: url(/images/club-world-cup-bg.png);
    background-size: contain;
    background-position: center 200px
}

.club-world-cup-bg,.seagames-bg {
    margin-top: -16px;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

.seagames-bg {
    background-color: #181a23;
    background-image: url(../images/seagames-bg.png);
    background-size: cover;
    background-position: top
}

@media(max-width: 767px) {
    .icon-section {
        width:24px;
        height: 24px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.InputField_input___LTqU :focus-within {
    border: 1px solid var(--color-primary)
}

.InputField_input___LTqU label {
    color: var(--color-text-title);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.InputField_input___LTqU .InputField_inputField__FE_V9 {
    background: var(--color-green-1);
    border-radius: 4px;
    padding: 8px 16px;
    height: 48px
}

.InputField_input___LTqU .InputField_inputField__FE_V9 input {
    font-size: 16px;
    width: auto;
    outline: none;
    background: transparent;
    flex-grow: 1;
    height: 20px;
    line-height: 20px;
    border: none;
    resize: none;
    margin-left: 8px
}

@media screen and (max-width: 768px) {
    .InputField_input___LTqU .InputField_inputField__FE_V9 input {
        font-size:14px
    }
}

.PassWordInputField_input__hywUV :focus-within {
    border: 1px solid var(--color-primary)
}

.PassWordInputField_input__hywUV .PassWordInputField_error__eoYzr:focus-within {
    border: 1px solid var(--color-red)
}

.PassWordInputField_input__hywUV .PassWordInputField_iconBtn__CVZrX {
    border: none
}

.PassWordInputField_input__hywUV label {
    color: var(--color-text-title);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV {
    background: var(--color-green-1);
    border-radius: 4px;
    padding: 8px 16px;
    height: 48px
}

.PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV input {
    font-size: 16px;
    width: auto;
    min-width: 0;
    outline: none;
    background: transparent;
    flex-grow: 1;
    height: 20px;
    line-height: 20px;
    border: none;
    resize: none;
    margin-left: 8px
}

@media screen and (max-width: 768px) {
    .PassWordInputField_input__hywUV .PassWordInputField_inputField__xZQwV input {
        font-size:14px
    }
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 .ModalRegisterSuccess_title__xKRMR {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text-title)
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 .ModalRegisterSuccess_description__Y5OMm {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #989ca3
}

.ModalRegisterSuccess_modalRegisterSuccess__hPKV6 button {
    margin-top: 28px
}

.Alert_alertModal__jOiUN {
    background: var(--color-green-4);
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 4px;
    padding: 16px
}

.Alert_alertModal__jOiUN .Alert_eventName__3_mv2 {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
    margin-left: 12px
}

.auth_modalCustom__TDNe4 .MuiPaper-root {
    border-radius: 16px;
    background: #1e2027
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .MuiPaper-root {
        margin:16px
    }
}

.auth_modalCustom__TDNe4 .auth_label__9VY5j {
    font-size: 12px;
    color: #cdcdcd;
    font-weight: 500
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O {
    background-color: #1e2027!important;
    border: 1px solid #4b4e56;
    border-radius: 8px!important
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O input {
    margin-left: 0
}

.auth_modalCustom__TDNe4 .auth_input__vQm3O input::placeholder {
    color: #868282;
    font-weight: 500
}

.auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 {
    padding-top: 30px;
    border-radius: 16px 16px 0 0;
    width: 540px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 {
        padding-top:20px;
        width: 358px
    }
}

.auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 .auth_closeIcon__2FWDw {
    position: absolute;
    top: 16px;
    right: 16px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalHeader__N4ZG2 .auth_logo__DERK2 {
        width:142px;
        height: 48px
    }
}

.auth_modalCustom__TDNe4 .auth_modalContent__ViMaR {
    border-top: none;
    padding: 0;
    border-radius: 0 0 16px 16px
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 {
    padding: 0 40px 24px;
    margin-top: 8px
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--color-text-title)
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
        font-size:24px
    }
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 .auth_btnLogin__M3i0t {
    background: var(--color-primary);
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    border: none;
    cursor: pointer
}

.auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 .auth_btnLogin__M3i0t span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title)
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 {
        margin-top:16px;
        padding: 0 16px 24px
    }

    .auth_modalCustom__TDNe4 .auth_modalBody__KP_G2 h4 {
        line-height: 32px
    }
}

.auth_modalCustom__TDNe4 .auth_btnContainer__aJF2V {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_btnContainer__aJF2V {
        margin-top:16px
    }
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA {
    background: #171a23;
    height: 56px
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    color: var(--color-white)
}

.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 span {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 56px
}

@media screen and (max-width: 768px) {
    .auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6,.auth_modalCustom__TDNe4 .auth_footer__SixAA .auth_textRegister__FSIe6 span {
        font-size:14px
    }
}

.styles_swiperCategories__9cDJh {
    height: 60px;
    margin-top: -8px
}

@media(max-width: 767px) {
    .styles_swiperCategories__9cDJh {
        margin-top:0;
        height: 50px
    }
}

.styles_categories__pF6FI {
    height: 60px;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

@media(max-width: 767px) {
    .styles_categories__pF6FI {
        margin-top:0;
        border-top: unset;
        height: 50px
    }
}

.styles_categories__pF6FI .styles_content__aNL4k {
    height: 60px;
    margin-top: 8px
}

@media(max-width: 767px) {
    .styles_categories__pF6FI .styles_content__aNL4k {
        margin-top:0;
        height: 50px
    }
}

.styles_categoryHeader__YRCDl {
    display: flex;
    align-items: center;
    width: 120px!important;
    height: 60px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer
}

.styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG,.styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG a {
    width: 190px!important
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl.styles_clubWorldCup__BPFAG {
        width:165px!important
    }
}

.styles_categoryHeader__YRCDl a {
    line-height: 25px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl {
        height:50px;
        width: 100px!important
    }

    .styles_categoryHeader__YRCDl img {
        width: 20px;
        height: 20px
    }
}

.styles_categoryHeader__YRCDl .styles_hot__Tbhms {
    position: absolute;
    top: 5px;
    right: 10px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_hot__Tbhms {
        top:4px;
        right: 10px
    }

    .styles_categoryHeader__YRCDl .styles_hot__Tbhms img {
        width: 26px;
        height: 12px
    }
}

.styles_categoryHeader__YRCDl .styles_live__6zX_5 {
    background-color: #df2c2c;
    min-height: 16px;
    width: 33px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 12px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_live__6zX_5 {
        top:4px;
        height: 12px;
        min-height: 12px;
        width: 25px;
        right: 10px
    }
}

.styles_categoryHeader__YRCDl .styles_live__6zX_5 .styles_textLive__nU0kd {
    color: var(--color-white);
    font-weight: 700;
    font-size: 10px
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl .styles_live__6zX_5 .styles_textLive__nU0kd {
        font-size:8px
    }
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    width: 120px;
    color: #fff;
    transition: color .3s ease-in-out
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl.styles_active__57QNG a {
        height:50px;
        gap: 6px;
        font-size: 12px
    }
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a span {
    color: #fff;
    width: max-content
}

.styles_categoryHeader__YRCDl.styles_active__57QNG a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    transition: width .3s ease-in-out
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    width: 120px;
    color: #c8c8c8;
    transition: color .3s ease-in-out
}

@media(max-width: 767px) {
    .styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a {
        height:50px;
        gap: 6px;
        font-size: 12px
    }
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a span {
    color: #c8c8c8;
    width: max-content
}

.styles_categoryHeader__YRCDl:not(.styles_active__57QNG) a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--color-primary);
    transition: width .3s ease-in-out
}

.styles_categoryHeader__YRCDl:hover a {
    color: var(--color-primary)
}

.styles_categoryHeader__YRCDl:hover a:after {
    width: 100%
}

.styles_swiper-scrollbar__XKar_ {
    height: 6px;
    background: rgba(0,0,0,.1);
    border-radius: 3px
}

.styles_swiper-scrollbar-drag__4tNvL {
    background: #333;
    border-radius: 3px
}

.styles_divider__rKbbe {
    border-bottom: 1px solid var(--border-color)
}

.AdsPrBtn_adsButton__8xvdb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.19);
    min-width: 50px;
    height: 32px
}

@media screen and (max-width: 768px) {
    .AdsPrBtn_adsButton__8xvdb {
        margin-right:4px;
        padding: 6px;
        height: 28px
    }

    .AdsPrBtn_container__WwaMg {
        justify-content: flex-start
    }
}

.Header_header__1mcKr {
    height: 70px
}

@media screen and (max-width: 768px) {
    .Header_header__1mcKr {
        height:56px
    }

    .Header_header__1mcKr .Header_logo__HxomY {
        height: 32px;
        width: 94px
    }
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 {
    position: absolute;
    width: 180px;
    background: #10171f;
    border-radius: 4px;
    z-index: 999
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 .Header_item__lP9sD {
    cursor: pointer;
    width: 100%
}

.Header_header__1mcKr .Header_menuMoreDropdown__dbee0 .Header_item__lP9sD a {
    line-height: 50px!important;
    padding: 0 16px!important;
    height: 50px;
    width: 100%;
    display: block
}

.Header_header__1mcKr .Header_moreMenu__HRoWJ {
    position: relative;
    display: inline-block
}

.Header_header__1mcKr .Header_moreMenu__HRoWJ .Header_more__1z3UG {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 {
    height: 100%
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 li {
    height: 100%;
    display: flex
}

.Header_header__1mcKr .Header_headerMenu__YmNc3 li a {
    display: flex;
    align-items: center
}

.Header_header__1mcKr .Header_container__9l8RA {
    width: 100%
}

.Header_header__1mcKr .Header_container__9l8RA .Header_active__U7EaI a {
    color: var(--color-primary)!important;
    font-weight: 700!important;
    position: relative
}

@media screen and (min-width: 992px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 {
        gap:0 20px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 .Header_menu__Qcq5k {
    color: "#989CA3"
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 0 16px
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
        gap:0 4px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li {
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8px
}

@media screen and (max-width: 767px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
        color:var(--color-text-1)
    }
}

@media screen and (min-width: 1200px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li a {
        font-size:16px;
        line-height: 24px
    }
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul {
        display:flex
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:hover a {
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI) {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI) a {
    position: relative;
    transition: color .3s ease-in-out
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI):hover a {
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:not(.Header_active__U7EaI):hover a:after {
    width: 100%
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child span {
    color: var(--color-yellow);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child .Header_hot__udF_F {
    position: absolute;
    content: "";
    top: -15px;
    right: -20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #ededed;
    padding: 2px 4px;
    background: var(--color-red);
    border-radius: 4px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerLeft__4R1Q5 ul li:last-child .Header_hot__udF_F:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-top: 3px solid var(--color-red);
    border-right: 3px solid transparent;
    transform: translateY(-3px)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk {
    gap: 0 12px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg {
    display: none
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg :focus-within {
    border: 1px solid var(--color-primary)
}

@media screen and (min-width: 1200px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_searchGroup__UYkAg {
        display:flex
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A {
    display: none
}

@media screen and (min-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A {
        display:flex;
        gap: 0 6px
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_btnGroup__Je99A span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 768px) {
    .Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 {
        display:none
    }
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C {
    margin: 0 25px;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C .Header_countNotifi__nb_GN {
    text-align: center;
    position: absolute;
    content: "";
    top: -3px;
    right: -3px;
    background: #cf0000;
    border-radius: 1333.33px;
    width: 16px;
    height: 16px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding: 2px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_user__JYHP0 .Header_notifi__coS_C .Header_listNotifi__yHzXy {
    position: absolute;
    right: 0;
    top: 45px;
    display: none
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userInfo__NxYdA {
    z-index: 999
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userInfo__NxYdA h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey);
    margin-bottom: 4px
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-primary)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T {
    position: relative
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T:hover .Header_listUserMore__iITIY {
    display: block
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T img {
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY {
    position: absolute;
    width: 180px;
    background: #10171f;
    border-radius: 4px;
    border-top: 2px solid var(--color-primary);
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY:before {
    content: " ";
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid var(--color-primary);
    border-right: 4px solid transparent;
    transform: translate(-50%,-4px)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div {
    padding: 12px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey);
    width: 100%;
    cursor: pointer
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover {
    background: #141f2b;
    color: var(--color-white)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover a {
    color: var(--color-white)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div:hover:last-child {
    color: var(--color-red)
}

.Header_header__1mcKr .Header_container__9l8RA .Header_containerRight__EzZjk .Header_userName__k_gYa .Header_btnUserMore__stA1T .Header_listUserMore__iITIY div a {
    color: var(--color-grey)
}

.Header_listHeaderCategory__7wQlE {
    background: #181a23;
    border-bottom: 1px solid var(--border-color);
    display: none;
    align-items: center;
    gap: 16px
}

@media screen and (max-width: 768px) {
    .Header_listHeaderCategory__7wQlE {
        display:flex
    }
}

.Header_listHeaderCategory__7wQlE a {
    font-size: 12px;
    color: var(--color-white);
    font-weight: 700
}

.Header_listHeaderCategory__7wQlE a:hover {
    color: var(--color-primary)
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn {
    height: 40px
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b {
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: 16px!important;
    height: 40px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b:hover path {
    fill: #1db57a
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b a {
    height: 40px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b.Header_active__U7EaI a {
    color: var(--color-primary)
}

.Header_listHeaderCategory__7wQlE .Header_swiper__kSQjn .Header_category__WTD_b.Header_active__U7EaI path {
    fill: #1db57a
}

.Footer_footer__4lT5G {
    margin-top: auto;
    padding: 40px 16px
}

.Footer_footer__4lT5G .Footer_container__yq61r {
    flex-direction: column
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC p {
    font-size: 13px;
    color: #fff
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO {
    gap: 16px;
    flex-wrap: wrap
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO a {
    text-transform: uppercase;
    color: var(--color-gray);
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_logo__hwomC .Footer_listMenu__U2HjO {
        gap:8px 16px
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM {
        gap:0 24px;
        justify-content: center
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM img {
    cursor: pointer
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listIcon__8tGfM img:hover {
    transform: scale(1.2)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 {
    margin-top: 32px;
    background: linear-gradient(180deg,#1db57a,#0e5338);
    width: 221px;
    height: 62px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 .Footer_txtContact__eqs0T {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_contactBooking__XDQN7 .Footer_linkContact__yZV3y {
    color: #f4e735;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw {
        gap:16px 32px
    }
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw a {
    cursor: pointer;
    color: var(--color-grey)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_listText__1T_Fw a:hover {
    color: var(--color-white)
}

.Footer_footer__4lT5G .Footer_container__yq61r .Footer_copyRight__q_fRH {
    margin: 24px 0 0;
    color: var(--color-grey)
}

.AdsBottom_adsBottom__h3oS6 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    max-width: 800px;
    width: 100%;
    min-height: 120px
}

@media screen and (max-width: 768px) {
    .AdsBottom_adsBottom__h3oS6 {
        max-width:400px;
        width: 80%;
        min-height: 72.3px
    }
}

.AdsBottom_adsBottom__h3oS6 .AdsBottom_closeAds__oY9DC {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #28bc66;
    background-color: rgba(0,0,0,.7);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer
}

.AdsBottom_adsBottom__h3oS6 a {
    display: block;
    width: 100%
}

.AdsBottom_adsBottom__h3oS6 a img {
    width: 100%;
    height: auto;
    max-height: 80px
}

.AdsBanner_container__hCYpP {
    width: 100%;
    margin-top: 8px;
    position: relative;
    cursor: pointer
}

.AdsBanner_container__hCYpP a {
    width: 800px;
    max-height: 80px;
    margin: auto
}

.styles_adsBanner__ZK2NC {
    margin-top: 24px
}

.styles_adsBannerLargeImg__e8LRc img {
    width: 800px!important;
    max-height: 80px!important;
    margin: auto
}

.styles_adsBannerA1__BPBW_ {
    margin-top: 8px
}

.styles_adsBannerA2__ovBN5,.styles_adsBannerA3__f8AYM {
    margin-top: 0
}

.styles_adsBannerLive__KriRt,.styles_adsBanner__JuY_v {
    margin-top: 24px
}

.styles_adsBannerLargeImg__26JOs img {
    width: 800px!important;
    margin: auto
}

.styles_adsBannerA1__kNSxy {
    margin-top: 8px
}

.styles_adsBannerA2__5f8K4 {
    margin-top: 16px
}

.styles_adsBannerA3__5st0A {
    margin-top: 0
}

.styles_adsBannerLive__5P0y4 {
    margin-top: 24px
}

.AdsBannerMbDynamic_container__3PUa5 {
    height: 72.3px
}

.GoToTop_container__t_cl_ {
    position: fixed;
    right: 4px;
    bottom: 16px;
    z-index: 999;
    background: transparent;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.Information_container__e5aEU {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .Information_container__e5aEU {
        margin-top: 24px;
    }
}
.Information_container__e5aEU .Information_main__98q6J {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J {
        flex-direction: row;
        align-items: flex-start;
    }
}
.Information_container__e5aEU .Information_main__98q6J h1 {
    text-align: justify;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-title);
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J h1 {
        font-size: 32px;
        line-height: 48px;
    }
}
.Information_container__e5aEU .Information_main__98q6J p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
}
.Information_container__e5aEU .Information_main__98q6J img {
    max-width: 100% !important;
    object-fit: cover;
}
.Information_container__e5aEU .Information_main__98q6J b,
.Information_container__e5aEU .Information_main__98q6J i {
    font-style: revert !important;
}
.Information_container__e5aEU .Information_main__98q6J iframe {
    max-width: 100% !important;
    aspect-ratio: 16/9;
}
.Information_container__e5aEU .Information_main__98q6J figure {
    text-align: center;
}
.Information_container__e5aEU .Information_main__98q6J table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.Information_container__e5aEU .Information_main__98q6J table td,
.Information_container__e5aEU .Information_main__98q6J table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}
.Information_container__e5aEU .Information_main__98q6J table thead th {
    font-weight: 700;
    color: #212529;
}
.Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
        flex: 1 1;
        min-width: 0;
    }
}
.Information_container__e5aEU .Information_main__98q6J .Information_article__bSgV5 {
    margin-bottom: 16px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_heading__gdytR {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-text-title);
    margin-bottom: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE {
    margin-top: 12px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE p {
    margin: 8px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ol,
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ul {
    margin: 8px 0 8px 20px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE li {
    margin: 4px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a {
    color: var(--color-primary, #0ea5e9);
    text-decoration: none;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a:hover {
    text-decoration: underline;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure {
    margin: 16px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure img {
    border-radius: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure figcaption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}
.Information_sidebar__gqfY0 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: rgba(29, 181, 122, 0.1);
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .Information_sidebar__gqfY0 {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        align-self: flex-start;
        flex: 0 0 320px;
        max-width: 340px;
        background: transparent;
    }
}
.Information_nav__2Jycw {
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
}
.Information_tocList__GJVrI {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Information_tocLink__U_lvZ {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-title);
    transition:
            color 0.15s ease,
            background-color 0.15s ease;
}
.Information_tocLink__U_lvZ:focus-visible,
.Information_tocLink__U_lvZ:hover {
    color: var(--color-primary, #0ea5e9);
}
.Information_tocLinkActive__RdbMX {
    color: var(--color-primary, #0ea5e9);
}
.style_seagamesHot__nXG1v {
    background-size: cover;
    background-image: url(../images/seagame-hot-mb.png);
    background-position: 50%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v {
        background-image: url(../images/seagame-hot.png);
    }
}
.style_seagamesHot__nXG1v .style_header__07RNf {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v .style_header__07RNf .style_logo1__wAxQD {
        width: 91px;
        height: 91px;
    }
    .style_seagamesHot__nXG1v .style_header__07RNf .style_logo2__vV_ab {
        width: 61px;
        height: 61px;
    }
    .style_seagamesHot__nXG1v .style_header__07RNf .style_logo3__9xHv5 {
        width: 328px;
        height: 98px;
    }
}
.style_seagamesHot__nXG1v .style_badgeLive___O3Vr {
    border-radius: 20px;
    background: #df2c2c;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    line-height: 20px;
    color: #fff;
}
.style_seagamesHot__nXG1v .style_body__hvlgy {
    background: #fff;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v .style_body__hvlgy {
        gap: 16px;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }
}
.style_seagamesHot__nXG1v .style_body__hvlgy .style_bodyHeader__Azi6y {
    display: flex;
    gap: 16px;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v .style_body__hvlgy .style_bodyHeader__Azi6y img {
        width: 64px;
        height: 64px;
    }
}
.style_seagamesHot__nXG1v .style_body__hvlgy .style_bodyHeader__Azi6y .style_bodyHeaderContent__eqNKA {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.style_seagamesHot__nXG1v
.style_body__hvlgy
.style_bodyHeader__Azi6y
.style_bodyHeaderContent__eqNKA
.style_bodyHeaderContentTitle__dTuYA {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v
    .style_body__hvlgy
    .style_bodyHeader__Azi6y
    .style_bodyHeaderContent__eqNKA
    .style_bodyHeaderContentTitle__dTuYA {
        font-size: 24px;
        line-height: 32px;
    }
}
.style_seagamesHot__nXG1v
.style_body__hvlgy
.style_bodyHeader__Azi6y
.style_bodyHeaderContent__eqNKA
.style_bodyHeaderContentTime__Ev_N1 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
@media screen and (min-width: 992px) {
    .style_seagamesHot__nXG1v
    .style_body__hvlgy
    .style_bodyHeader__Azi6y
    .style_bodyHeaderContent__eqNKA
    .style_bodyHeaderContentTime__Ev_N1 {
        font-size: 16px;
        line-height: 24px;
    }
}
.style_seagamesHot__nXG1v .style_body__hvlgy .style_bodyFooter__D3gYX {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    gap: 8px;
}
.style_seagamesHot__nXG1v .style_body__hvlgy .style_bodyFooter__D3gYX .style_item__Y1y1R {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #040e21;
    padding: 4px 8px;
    max-height: 40px;
    overflow: hidden;
}
.style_SeagameItem__MBu25 {
    position: relative;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_GridMatch__header__WJlOm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_GridMatch__header__WJlOm span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_gridMatch__body__Eqqvb {
    padding: 12px;
    display: block;
    position: relative;
    z-index: 1;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_gridMatch__body__Eqqvb .style_teamLogo__250cb {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_grid-match__footer__lY0hQ {
    position: relative;
    align-items: center;
    z-index: 1;
    min-height: 48px;
    background-color: #fff;
    display: flex;
    padding: 8px 16px;
}
.style_SeagameItem__MBu25 .style_GridMatch__BOr9g .style_grid-match__footer__lY0hQ .style_btnSeeNow__iQHKz {
    background-color: #0056fe;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}
.style_SeagameItem__MBu25
.style_GridMatch__BOr9g
.style_grid-match__footer__lY0hQ
.style_grid-match__commentator__AQ0hd {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: auto;
}
.style_SeagameItem__MBu25
.style_GridMatch__BOr9g
.style_grid-match__footer__lY0hQ
.style_grid-match__commentator--name__QQYBM {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.style_seagameSection__QfovO {
    margin-top: 16px;
}
.style_seagameSection__QfovO .swiper {
    padding-top: 10px;
}
.style_seagameSection__QfovO .title {
    margin-bottom: 16px;
}
.style_seagameSection__QfovO .title span {
    background: transparent;
}
@media screen and (max-width: 768px) {
    .style_seagameSection__QfovO .title {
        margin-bottom: 0;
    }
}
.style_seagameSection__QfovO .style_matchList__pktui {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
    gap: 8px;
}
@media screen and (min-width: 768px) {
    .style_seagameSection__QfovO .style_matchList__pktui {
        grid-template-columns: repeat(3, 1fr);
    }
}

.css-leae7s {
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    margin-top: 8px;
}
/*End CSS SeaGame*/

.Card_container__t89Hq {
    width: 100%;
}
.Card_container__t89Hq .Card_item__RhK4C {
    aspect-ratio: 16/9 !important;
}
.Card_container__t89Hq .Card_item__RhK4C,
.Item_itemNews__bEMda {
    width: calc(100% / var(--columns) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: var(--spacing);
}
.Item_itemNews__bEMda {
    position: relative;
    border-radius: 8px;
}
.Item_itemNews__bEMda .Item_itemThumb__cg9WS {
    width: 100%;
    aspect-ratio: 16/9 !important;
    height: unset !important;
    position: relative !important;
    border-radius: 4px;
}
.Item_itemNews__bEMda .Item_itemInfo__lfWHl {
    position: relative;
}
.Item_itemNews__bEMda h2 {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-title);
    word-break: break-word !important;
}
.Item_itemNews__bEMda span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey);
}
.Information_container__e5aEU {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .Information_container__e5aEU {
        margin-top: 24px;
    }
}
.Information_container__e5aEU .Information_main__98q6J {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J {
        flex-direction: row;
        align-items: flex-start;
    }
}
.Information_container__e5aEU .Information_main__98q6J h1 {
    text-align: justify;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-title);
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J h1 {
        font-size: 32px;
        line-height: 48px;
    }
}
.Information_container__e5aEU .Information_main__98q6J p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
}
.Information_container__e5aEU .Information_main__98q6J img {
    max-width: 100% !important;
    object-fit: cover;
}
.Information_container__e5aEU .Information_main__98q6J b,
.Information_container__e5aEU .Information_main__98q6J i {
    font-style: revert !important;
}
.Information_container__e5aEU .Information_main__98q6J iframe {
    max-width: 100% !important;
    aspect-ratio: 16/9;
}
.Information_container__e5aEU .Information_main__98q6J figure {
    text-align: center;
}
.Information_container__e5aEU .Information_main__98q6J table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.Information_container__e5aEU .Information_main__98q6J table td,
.Information_container__e5aEU .Information_main__98q6J table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}
.Information_container__e5aEU .Information_main__98q6J table thead th {
    font-weight: 700;
    color: #212529;
}
.Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
        flex: 1 1;
        min-width: 0;
    }
}
.Information_container__e5aEU .Information_main__98q6J .Information_article__bSgV5 {
    margin-bottom: 16px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_heading__gdytR {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-text-title);
    margin-bottom: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE {
    margin-top: 12px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE p {
    margin: 8px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ol,
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ul {
    margin: 8px 0 8px 20px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE li {
    margin: 4px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a {
    color: var(--color-primary, #0ea5e9);
    text-decoration: none;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a:hover {
    text-decoration: underline;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure {
    margin: 16px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure img {
    border-radius: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure figcaption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}
.Information_sidebar__gqfY0 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: rgba(29, 181, 122, 0.1);
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .Information_sidebar__gqfY0 {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        align-self: flex-start;
        flex: 0 0 320px;
        max-width: 340px;
        background: transparent;
    }
}
.Information_nav__2Jycw {
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
}
.Information_tocList__GJVrI {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Information_tocLink__U_lvZ {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-title);
    transition:
            color 0.15s ease,
            background-color 0.15s ease;
}
.Information_tocLink__U_lvZ:focus-visible,
.Information_tocLink__U_lvZ:hover {
    color: var(--color-primary, #0ea5e9);
}
.Information_tocLinkActive__RdbMX {
    color: var(--color-primary, #0ea5e9);
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_header__Ukf0l .nhan-dinh-bong-da_title__HEPBy {
    margin-top: 80px;
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_header__Ukf0l h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-text-title);
    text-wrap: wrap;
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_header__Ukf0l h3:hover {
    color: var(--color-primary);
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ {
    gap: 0 16px;
    margin-top: 16px;
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ {
        flex-direction: row;
    }
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_rightContent__fv_ZK {
    width: 100%;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_rightContent__fv_ZK {
        width: 296px;
        padding: 16px;
    }
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_rightContent__fv_ZK h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffcd0b;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8 {
    gap: 12px 12px;
    flex-direction: row;
    max-height: 726px;
    overflow-x: auto;
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9
    .nhan-dinh-bong-da_main__N9eKQ
    .nhan-dinh-bong-da_rightContent__fv_ZK
    .nhan-dinh-bong-da_listMatches__hlAr8 {
        flex-direction: column;
        overflow-y: auto;
    }
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8:hover::-webkit-scrollbar {
    display: block;
    width: 3px;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8::-webkit-scrollbar {
    display: none;
    width: 0;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN {
    gap: 0 12px;
    background: #0c321c;
    border-radius: 4px;
    padding: 12px 12px 12px 0;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN:hover {
    border: 1px solid #28bc66;
}
@media screen and (max-width: 574px) {
    .nhan-dinh-bong-da_container__sX3B9
    .nhan-dinh-bong-da_main__N9eKQ
    .nhan-dinh-bong-da_rightContent__fv_ZK
    .nhan-dinh-bong-da_listMatches__hlAr8
    .nhan-dinh-bong-da_itemMatch__zwKTN {
        min-width: 196px;
    }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
    .nhan-dinh-bong-da_container__sX3B9
    .nhan-dinh-bong-da_main__N9eKQ
    .nhan-dinh-bong-da_rightContent__fv_ZK
    .nhan-dinh-bong-da_listMatches__hlAr8
    .nhan-dinh-bong-da_itemMatch__zwKTN {
        min-width: 262px;
    }
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_timeMinus__JcLBG {
    border-left: 4px solid #ff3838;
    padding-left: 12px;
    border-radius: 0 8px 8px 0;
    text-align: center;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_timeMinus__JcLBG
p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ededed;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_timeMinus__JcLBG
.nhan-dinh-bong-da_live__Xhn5J {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ededed;
    padding: 4px 16px;
    background: #ff3838;
    border-radius: 100px;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_timeDate__64JQR
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ededed;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_timeDate__64JQR
p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #989ca3;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_prepareTimeDate__dj8wd {
    text-align: center;
    border-left: 4px solid #ffcd0b;
    border-radius: 0 8px 8px 0;
    padding-left: 12px;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_prepareTimeDate__dj8wd
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffcd0b;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_timeMatch__oW1O6
.nhan-dinh-bong-da_prepareTimeDate__dj8wd
> div {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    background: #ffcd0b;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_nameMatch__lfPA_ {
    flex: 1 1;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_nameMatch__lfPA_
img {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9
    .nhan-dinh-bong-da_main__N9eKQ
    .nhan-dinh-bong-da_rightContent__fv_ZK
    .nhan-dinh-bong-da_listMatches__hlAr8
    .nhan-dinh-bong-da_itemMatch__zwKTN
    .nhan-dinh-bong-da_nameMatch__lfPA_
    img {
        width: 20px;
        height: 20px;
    }
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_rightContent__fv_ZK
.nhan-dinh-bong-da_listMatches__hlAr8
.nhan-dinh-bong-da_itemMatch__zwKTN
.nhan-dinh-bong-da_nameMatch__lfPA_
p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ededed;
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_leftContent__Unqvm {
    flex: 1 1;
    width: 100%;
    overflow: hidden;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_brief__2hrjx {
    font-size: 14px;
    color: #9497a4;
    word-break: break-all;
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_leftContent__Unqvm {
        max-width: calc(100% - 312px);
    }
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_main__N9eKQ .nhan-dinh-bong-da_leftContent__Unqvm h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-yellow);
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_time__CpgBy {
    margin-top: 16px;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_time__CpgBy
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey);
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk {
    margin-top: 24px;
    width: 100%;
    line-height: 1.5;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
figure {
    width: revert !important;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
table {
    border-collapse: collapse;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
table
td,
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
th {
    border: 1px solid #fff;
    padding: 0.75rem;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
p {
    margin: revert;
    padding: revert;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
img {
    max-width: 100% !important;
    height: auto !important;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
b,
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
i,
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
strong {
    font-style: revert !important;
    font-weight: revert !important;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
div:has(table) {
    overflow-x: auto;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
iframe {
    max-width: 100% !important;
}
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
a,
.nhan-dinh-bong-da_container__sX3B9
.nhan-dinh-bong-da_main__N9eKQ
.nhan-dinh-bong-da_leftContent__Unqvm
.nhan-dinh-bong-da_content__7bGtk
a
span {
    color: var(--color-primary);
}
.nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_otherNews__J96sA .nhan-dinh-bong-da_listNews__ajClM {
    margin-top: 12px;
    --columns: 2;
    flex-wrap: wrap;
    --spacing: var(--width-margin-left-m);
    margin-left: calc(-1 * var(--spacing));
}
@media screen and (min-width: 576px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_otherNews__J96sA .nhan-dinh-bong-da_listNews__ajClM {
        margin-top: 16px;
    }
}
@media screen and (min-width: 768px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_otherNews__J96sA .nhan-dinh-bong-da_listNews__ajClM {
        --columns: 3;
        margin-top: 24px;
        --spacing: var(--width-margin-left);
    }
}
@media screen and (min-width: 992px) {
    .nhan-dinh-bong-da_container__sX3B9 .nhan-dinh-bong-da_otherNews__J96sA .nhan-dinh-bong-da_listNews__ajClM {
        --columns: 4;
    }
}
.css-11eac16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.Card_container__t89Hq {
    width: 100%;
}
.Card_container__t89Hq .Card_item__RhK4C {
    aspect-ratio: 16/9 !important;
}
.Card_container__t89Hq .Card_item__RhK4C,
.Item_itemNews__bEMda {
    width: calc(100% / var(--columns) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: var(--spacing);
}
.Item_itemNews__bEMda {
    position: relative;
    border-radius: 8px;
}
.Item_itemNews__bEMda .Item_itemThumb__cg9WS {
    width: 100%;
    aspect-ratio: 16/9 !important;
    height: unset !important;
    position: relative !important;
    border-radius: 4px;
}
.Item_itemNews__bEMda .Item_itemInfo__lfWHl {
    position: relative;
}
.Item_itemNews__bEMda h2 {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-title);
    word-break: break-word !important;
}
.Item_itemNews__bEMda span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey);
}
.Information_container__e5aEU {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .Information_container__e5aEU {
        margin-top: 24px;
    }
}
.Information_container__e5aEU .Information_main__98q6J {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J {
        flex-direction: row;
        align-items: flex-start;
    }
}
.Information_container__e5aEU .Information_main__98q6J h1 {
    text-align: justify;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-title);
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J h1 {
        font-size: 32px;
        line-height: 48px;
    }
}
.Information_container__e5aEU .Information_main__98q6J p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
}
.Information_container__e5aEU .Information_main__98q6J img {
    max-width: 100% !important;
    object-fit: cover;
}
.Information_container__e5aEU .Information_main__98q6J b,
.Information_container__e5aEU .Information_main__98q6J i {
    font-style: revert !important;
}
.Information_container__e5aEU .Information_main__98q6J iframe {
    max-width: 100% !important;
    aspect-ratio: 16/9;
}
.Information_container__e5aEU .Information_main__98q6J figure {
    text-align: center;
}
.Information_container__e5aEU .Information_main__98q6J table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.Information_container__e5aEU .Information_main__98q6J table td,
.Information_container__e5aEU .Information_main__98q6J table th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}
.Information_container__e5aEU .Information_main__98q6J table thead th {
    font-weight: 700;
    color: #212529;
}
.Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
        flex: 1 1;
        min-width: 0;
    }
}
.Information_container__e5aEU .Information_main__98q6J .Information_article__bSgV5 {
    margin-bottom: 16px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_heading__gdytR {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-text-title);
    margin-bottom: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE {
    margin-top: 12px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE p {
    margin: 8px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ol,
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ul {
    margin: 8px 0 8px 20px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE li {
    margin: 4px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a {
    color: var(--color-primary, #0ea5e9);
    text-decoration: none;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a:hover {
    text-decoration: underline;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure {
    margin: 16px 0;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure img {
    border-radius: 8px;
}
.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure figcaption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}
.Information_sidebar__gqfY0 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: rgba(29, 181, 122, 0.1);
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .Information_sidebar__gqfY0 {
        margin-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        align-self: flex-start;
        flex: 0 0 320px;
        max-width: 340px;
        background: transparent;
    }
}
.Information_nav__2Jycw {
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
}
.Information_tocList__GJVrI {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Information_tocLink__U_lvZ {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-title);
    transition:
            color 0.15s ease,
            background-color 0.15s ease;
}
.Information_tocLink__U_lvZ:focus-visible,
.Information_tocLink__U_lvZ:hover {
    color: var(--color-primary, #0ea5e9);
}
.Information_tocLinkActive__RdbMX {
    color: var(--color-primary, #0ea5e9);
}
.styles_container__ufrhO .styles_header__LXUAh .styles_title__cUEQV {
    margin-top: 80px;
}
.styles_container__ufrhO .styles_header__LXUAh h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-text-title);
    text-wrap: wrap;
}
.styles_container__ufrhO .styles_header__LXUAh h3:hover {
    color: var(--color-primary);
}
.styles_container__ufrhO .styles_main__BpRbE {
    gap: 0 16px;
    margin-top: 16px;
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO .styles_main__BpRbE {
        flex-direction: row;
    }
}
.styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI {
    width: 100%;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI {
        width: 296px;
        padding: 16px;
    }
}
.styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffcd0b;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI .styles_listMatches__3S1Q4 {
    gap: 12px 12px;
    flex-direction: row;
    max-height: 726px;
    overflow-x: auto;
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI .styles_listMatches__3S1Q4 {
        flex-direction: column;
        overflow-y: auto;
    }
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4:hover::-webkit-scrollbar {
    display: block;
    width: 3px;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_rightContent__nnZnI .styles_listMatches__3S1Q4::-webkit-scrollbar {
    display: none;
    width: 0;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP {
    gap: 0 12px;
    background: #0c321c;
    border-radius: 4px;
    padding: 12px 12px 12px 0;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP:hover {
    border: 1px solid #28bc66;
}
@media screen and (max-width: 574px) {
    .styles_container__ufrhO
    .styles_main__BpRbE
    .styles_rightContent__nnZnI
    .styles_listMatches__3S1Q4
    .styles_itemMatch__W2ByP {
        min-width: 196px;
    }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
    .styles_container__ufrhO
    .styles_main__BpRbE
    .styles_rightContent__nnZnI
    .styles_listMatches__3S1Q4
    .styles_itemMatch__W2ByP {
        min-width: 262px;
    }
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_timeMinus__uFzvT {
    border-left: 4px solid #ff3838;
    padding-left: 12px;
    border-radius: 0 8px 8px 0;
    text-align: center;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_timeMinus__uFzvT
p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ededed;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_timeMinus__uFzvT
.styles_live__2mV4k {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ededed;
    padding: 4px 16px;
    background: #ff3838;
    border-radius: 100px;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_timeDate__jrA89
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ededed;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_timeDate__jrA89
p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #989ca3;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_prepareTimeDate__3Cyp7 {
    text-align: center;
    border-left: 4px solid #ffcd0b;
    border-radius: 0 8px 8px 0;
    padding-left: 12px;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_prepareTimeDate__3Cyp7
h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffcd0b;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_timeMatch__9Dk1w
.styles_prepareTimeDate__3Cyp7
> div {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    background: #ffcd0b;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_nameMatch__bORCj {
    flex: 1 1;
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_nameMatch__bORCj
img {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO
    .styles_main__BpRbE
    .styles_rightContent__nnZnI
    .styles_listMatches__3S1Q4
    .styles_itemMatch__W2ByP
    .styles_nameMatch__bORCj
    img {
        width: 20px;
        height: 20px;
    }
}
.styles_container__ufrhO
.styles_main__BpRbE
.styles_rightContent__nnZnI
.styles_listMatches__3S1Q4
.styles_itemMatch__W2ByP
.styles_nameMatch__bORCj
p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ededed;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN {
    flex: 1 1;
    width: 100%;
    overflow: hidden;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_brief__bZlFA {
    font-size: 14px;
    color: #9497a4;
    word-break: break-all;
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN {
        max-width: calc(100% - 312px);
    }
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-yellow);
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_time__P8NAA {
    margin-top: 16px;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_time__P8NAA p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey);
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB {
    margin-top: 24px;
    width: 100%;
    line-height: 1.5;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB figure {
    width: revert !important;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB table {
    border-collapse: collapse;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB table td,
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB th {
    border: 1px solid #fff;
    padding: 0.75rem;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB p {
    margin: revert;
    padding: revert;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB img {
    max-width: 100% !important;
    height: auto !important;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB b,
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB i,
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB strong {
    font-style: revert !important;
    font-weight: revert !important;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB div:has(table) {
    overflow-x: auto;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB iframe {
    max-width: 100% !important;
}
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB a,
.styles_container__ufrhO .styles_main__BpRbE .styles_leftContent__XSnGN .styles_content__EpgsB a span {
    color: var(--color-primary);
}
.styles_container__ufrhO .styles_otherNews__TcXmr .styles_listNews__bea0F {
    margin-top: 12px;
    --columns: 2;
    flex-wrap: wrap;
    --spacing: var(--width-margin-left-m);
    margin-left: calc(-1 * var(--spacing));
}
@media screen and (min-width: 576px) {
    .styles_container__ufrhO .styles_otherNews__TcXmr .styles_listNews__bea0F {
        margin-top: 16px;
    }
}
@media screen and (min-width: 768px) {
    .styles_container__ufrhO .styles_otherNews__TcXmr .styles_listNews__bea0F {
        --columns: 3;
        margin-top: 24px;
        --spacing: var(--width-margin-left);
    }
}
@media screen and (min-width: 992px) {
    .styles_container__ufrhO .styles_otherNews__TcXmr .styles_listNews__bea0F {
        --columns: 4;
    }
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray;
}

@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width: 366px;
    }
}

.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}

.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%;
}

.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white);
}

.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,
.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,
    .styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size: 14px;
    }
}

.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left;
}

.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29, 181, 122, 0.1);
    padding: 24px;
}

.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
}

@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size: 14px;
    }
}

.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between;
}

.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray;
}

.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white);
}

.style_matchGlobalItem__uBf_t {
    height: 60px;
    opacity: 1;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #676767;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.style_matchGlobalItem__uBf_t .style_bg__Bm_a4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z {
    display: flex;
    align-items: center;
    gap: 8px;
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_time__ZVIS5,
.style_matchGlobalItem__uBf_t .style_header__aVU4z span {
    color: #cdcdcd;
    font-size: 14px;
    line-height: 20px;
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc .style_time-result__u1C3c {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc .style_score__fWrbC {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.style_matchGlobalItem__uBf_t .style_body__04DEg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 img {
    object-fit: cover;
    border-radius: 50%;
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 span {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    width: 57.5px;
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 .style_teamNameLeft__Locdb,
.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 .style_teamNameRight__T5nSu {
    text-align: center;
}

.styles_internationalBroadcast__MxzGY .swiper {
    padding-top: 10px;
}

.styles_internationalBroadcast__MxzGY .swiper-button-prev {
    display: none;
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY {
        margin-top: 8px;
    }
}

.styles_internationalBroadcast__MxzGY .title {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY .title {
        margin-bottom: 0;
    }
}

.styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    gap: 8px;
}

@media screen and (max-width: 280px) {
    .styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_grid-matches___Vngx {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_load-more-mb__mybJ5 {
        display: none;
    }
}

.styles_internationalBroadcast__MxzGY .styles_load-more-mb__mybJ5 .styles_btnLoadMore__ZRXWC {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29, 181, 122, 0.1);
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_loading-mb__u5Azb {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .style_pc__Y5Qud{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.css-3vw0su {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    height: 32px;
}

.css-hbwr2f {
    position: relative;
    height: 32px;
    width: 56px;
}
.css-1ov1wmz {
    position: absolute;
    left: 0px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.grid-match__commentator img, .grid-match__commentator svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.css-1oag21j {
    position: absolute;
    left: 12px;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.css-1bre0ip {
    position: absolute;
    left: 24px;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.Player_player__CPIGQ {
    width: 100%;
    position: relative;
}
.Player_player__CPIGQ .Player_addsButton__1zXoc {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
}
@media screen and (max-width: 768px) {
    .Player_player__CPIGQ .Player_addsButton__1zXoc {
        width: 50px;
        height: 50px;
    }
}
.BoxJoinRoom_boxJoinRoom__esgd_ .BoxJoinRoom_textJoin__0wROF {
    display: flex;
    align-items: center;
}
.BoxJoinRoom_boxJoinRoom__esgd_ .BoxJoinRoom_textJoin__0wROF .BoxJoinRoom_username__HYMye {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.BoxJoinRoom_boxJoinRoom__esgd_ .BoxJoinRoom_textJoin__0wROF .BoxJoinRoom_textJoinRoom__9FWhu {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-green-3);
}
.BoxSendChat_boxSendChat__UkIbU {
    border-radius: 4px 4px 0 0;
    width: 100%;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_inputChat__e3vTy {
    position: relative;
    width: calc(100% - 34px);
    background: #0c0c0c;
    padding: 6px 0 6px 8px;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .BoxSendChat_boxSendChat__UkIbU .BoxSendChat_inputChat__e3vTy {
        width: 100%;
    }
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_inputChat__e3vTy .BoxSendChat_textareaChat__XFMMV {
    box-sizing: border-box;
    position: relative;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0.6em 0.9em;
    border-radius: 0.7em;
    flex-grow: 1;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_scrollContainer__25z3Z {
    height: 100%;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.35em;
    min-height: 1.35em;
    max-height: 5.4em;
    padding: 0;
    scroll-padding: 0;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_contentEditable__5TU7B {
    box-sizing: border-box;
    flex-grow: 1;
    outline: 0;
    border: 0;
    color: rgba(0, 0, 0, 0.87);
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #969696;
    overflow: auto;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_contentEditable__5TU7B::-webkit-scrollbar {
    width: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_contentEditable__5TU7B:hover::-webkit-scrollbar {
    opacity: 0;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_psRail__UdIUE {
    width: 6px;
    background-color: #c6e3fa;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    transition: top 0.2s ease;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_psRail__UdIUE:active,
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_psRail__UdIUE:hover {
    opacity: 1;
    width: 10px;
    transition: all 0.3s;
}
.BoxSendChat_boxSendChat__UkIbU
.BoxSendChat_inputChat__e3vTy
.BoxSendChat_textareaChat__XFMMV
.BoxSendChat_contentEditable__5TU7B:hover
+ .BoxSendChat_psRail__UdIUE {
    opacity: 1;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_inputChat__e3vTy .BoxSendChat_textareaChat__XFMMV::placeholder {
    color: var(--color-green-3);
    font-size: 14px;
    line-height: 20px;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_inputChat__e3vTy .BoxSendChat_emojiContainer__AUYp3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_btnSend__4KG5G {
    color: #1db57a;
    font-size: 20px;
    border-radius: 0;
    background: #0c0c0c !important;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_btnSend__4KG5G svg {
    width: 28px;
    height: 28px;
}
.BoxSendChat_boxSendChat__UkIbU .BoxSendChat_btnSend__4KG5G.BoxSendChat_btnSendDisabled__U8vBX {
    color: #18532e;
}
.TagChatRoomMaster_tagChatRoomMaster__TUobn {
    background: var(--color-yellow);
    border-radius: 12px;
    width: 92px;
    height: 20px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.TagChatRoomMaster_tagChatRoomMaster__TUobn span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-green-1);
}
.styles_modal__rLlM1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 53px);
    z-index: 10;
    padding: 10px;
    left: -300vw;
    transition:
            left 0s 0.15s,
            opacity 0.15s;
}
@media screen and (max-width: 767px) {
    .styles_modal__rLlM1 {
        position: fixed;
        top: 0;
        max-height: 100%;
    }
}
.styles_modal__rLlM1.styles_modalChangeProfile__ZvDS3 {
    padding: 20px;
}
.styles_modal__rLlM1.styles_open__St2kU {
    left: 0;
    opacity: 1;
    transition:
            left 0s,
            opacity 0.15s;
}
.styles_modal__rLlM1 .styles_modalHeader__agr7l {
    padding: 16px 24px;
    border-bottom: 1px solid #e8e8e8;
    height: 55px;
}
@media screen and (max-width: 767px) {
    .styles_modal__rLlM1 .styles_modalHeader__agr7l {
        padding: 8px 16px;
        height: 40px;
    }
}
.styles_modal__rLlM1 .styles_modalHeader__agr7l .styles_modalTitle__2uycJ {
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}
.styles_modal__rLlM1 .styles_modalContent__qmsiK {
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    position: relative;
}
.styles_modal__rLlM1 .styles_modalContent__qmsiK .styles_modalMain__U5xh9 {
    padding: 6px 10px 15px;
}
@media screen and (max-width: 767px) {
    .styles_modal__rLlM1 .styles_modalContent__qmsiK .styles_modalMain__U5xh9 {
        padding: 10px;
    }
}
.styles_modal__rLlM1 .styles_modalContent__qmsiK .styles_modalMain__U5xh9 .styles_boxSelect__5_2aD {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px;
    min-width: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 1 1;
}
.styles_modal__rLlM1
.styles_modalContent__qmsiK
.styles_modalMain__U5xh9
.styles_boxSelect__5_2aD
.styles_label__MnyNv {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.651);
}
.styles_modal__rLlM1 .styles_closeButton__cHQAR {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.styles_modal__rLlM1 .styles_buttonGroup__7oLWT {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .styles_modal__rLlM1 .styles_buttonGroup__7oLWT {
        margin-top: 10px;
    }
}
.styles_modal__rLlM1 .styles_buttonGroup__7oLWT .styles_btnSave__Zl9Uw {
    color: var(--color-text-title);
    font-size: 14px;
}
.styles_modal__rLlM1 .styles_buttonGroup__7oLWT .styles_btnCancel__eoch6,
.styles_modal__rLlM1 .styles_textField__Z59EL {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.651);
}
.styles_modal__rLlM1 .styles_inputField__1c8Mf {
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 32px;
    padding: 8px;
    margin-top: 5px;
}
.styles_modal__rLlM1 .styles_inputField__1c8Mf input {
    color: rgba(0, 0, 0, 0.651);
    font-size: 14px;
}
.styles_modal__rLlM1 .styles_errors__cuJ1p {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-red-1);
}
.styles_textAds__s6yM4 {
    padding: 4px;
    white-space: pre-line;
}
.styles_textAds__s6yM4 .styles_textBanner__mzO3I {
    background: rgba(4, 68, 43, 0.949);
    padding: 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #1db57a;
}
.styles_emptyData__QYhHY {
    padding: 20px;
}
.styles_emptyData__QYhHY p {
    color: #9c9c9c;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
.chat_chatRoomMatch__tTS_7 {
    width: var(--width-box-chat);
    background: #0c0c0c;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    max-height: 652px;
    z-index: 10;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__tTS_7 {
        width: 100% !important;
        height: 450px;
    }
    .chat_chatRoomMatch__tTS_7.chat_chatClose__d7Aob {
        height: 250px;
    }
}
.chat_chatRoomMatch__tTS_7 .chat_btnNewMessage__f6w_J {
    position: absolute;
    background: var(--color-primary);
    border-radius: 100px;
    width: 112px;
    height: 28px;
    bottom: 110px;
    left: 30%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__tTS_7 .chat_btnNewMessage__f6w_J {
        display: none;
    }
}
.chat_chatRoomMatch__tTS_7 .chat_btnNewMessage__f6w_J span {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-text-title);
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
    padding: 12px;
    height: 60px;
    background-color: #171a23;
    scrollbar-color: #242c36 #0c0c0c;
    scrollbar-width: thin;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL {
        height: 55px;
        flex-shrink: 0;
    }
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icons__Ts_z_ {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 15px;
    position: relative;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icons__Ts_z_ .chat_tabNew__ingau {
    position: absolute;
    top: -6px;
    right: -13px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os {
    align-items: center;
    border: 0.0625rem solid transparent;
    cursor: pointer;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 400;
    gap: 0.25rem;
    justify-content: center;
    padding: 0.25rem 0;
    height: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background: unset;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os .chat_asHideName__h2H0K {
    line-height: 0;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv {
    font-weight: 500;
    background: #1db57a;
    border-radius: 6.25rem;
    padding: 0.25rem 0.75rem;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv svg circle,
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv svg path,
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv svg rect {
    fill: #fff;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv .chat_asHideName__h2H0K {
    color: #fff;
}
.chat_chatRoomMatch__tTS_7
.chat_chatHeader__bccFL
.chat_icon__jN4os:hover:not(.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv)
svg
circle,
.chat_chatRoomMatch__tTS_7
.chat_chatHeader__bccFL
.chat_icon__jN4os:hover:not(.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv)
svg
path,
.chat_chatRoomMatch__tTS_7
.chat_chatHeader__bccFL
.chat_icon__jN4os:hover:not(.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv)
svg
rect {
    fill: #4cf446;
}
.chat_chatRoomMatch__tTS_7
.chat_chatHeader__bccFL
.chat_icon__jN4os:hover:not(.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os.chat_active__ehdfv)
.chat_asHideName__h2H0K {
    color: #4cf446;
}
.chat_chatRoomMatch__tTS_7 .chat_chatHeader__bccFL .chat_icon__jN4os:last-child {
    padding-right: 10px;
}
.chat_chatRoomMatch__tTS_7 .chat_socialNetwork___9iDt {
    text-align: right;
    padding: 8px 12px;
    background: #22252d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #4b4e56;
    border-style: solid;
    border-width: 1px 0;
    font-size: 0.857rem;
}
.chat_chatRoomMatch__tTS_7 .chat_socialNetwork___9iDt .chat_boxViewer__RzX_D {
    display: flex;
    align-items: center;
}
.chat_chatRoomMatch__tTS_7 .chat_socialNetwork___9iDt .chat_boxViewer__RzX_D > div {
    height: 16px;
}
.chat_chatRoomMatch__tTS_7 .chat_socialNetwork___9iDt .chat_boxViewer__RzX_D svg {
    height: 16px;
    width: 16px;
}
.chat_chatRoomMatch__tTS_7 .chat_socialNetwork___9iDt .chat_viewer__G_Atm {
    color: #cdcdcd;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.chat_chatRoomMatch__tTS_7 .chat_facebookLink__DoWCz,
.chat_chatRoomMatch__tTS_7 .chat_telegramLink__0_So0 {
    border-radius: 4px;
    background: #039be5;
    color: #fff;
    font-weight: 500;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-transform: uppercase;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 100px;
}
.chat_chatRoomMatch__tTS_7 .chat_facebookLink__DoWCz span,
.chat_chatRoomMatch__tTS_7 .chat_telegramLink__0_So0 span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.chat_chatRoomMatch__tTS_7 .chat_facebookLink__DoWCz {
    background: #1570fd;
}
.chat_chatRoomMatch__tTS_7 .chat_boxTurnOffChat__gSII3 {
    background: #22252d;
    height: 32px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #676767;
    padding: 8px;
}
.chat_chatRoomMatch__tTS_7 .chat_boxTurnOffChat__gSII3 .chat_turnOffChat__edCBW {
    color: #cdcdcd;
    line-height: 16px;
    flex: 1 1;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-size: 12px;
    cursor: pointer;
    max-width: 85px;
}
.chat_chatRoomMatch__tTS_7 .chat_shouldLogin__2wgyF {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(0deg, rgba(58, 61, 68, 0.95), rgba(58, 61, 68, 0.5) 65%, rgba(58, 61, 68, 0));
    color: #fff;
    text-align: center;
    padding: 10px 30px 30px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
.chat_chatRoomMatch__tTS_7 .chat_shouldLogin__2wgyF .chat_txtLogin__RlNIn {
    height: 30px;
}
.chat_chatRoomMatch__tTS_7 .chat_shouldLogin__2wgyF .chat_txtJoin__9Yud4 {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
}
.chat_chatRoomMatch__tTS_7 .chat_textAds__zPLmJ {
    padding: 4px;
}
.chat_chatRoomMatch__tTS_7 .chat_textAds__zPLmJ .chat_textBanner__tln_m {
    background: rgba(40, 188, 102, 0.1);
    padding: 4px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
}
.chat_chatRoomMatch__tTS_7 .chat_textAds__zPLmJ .chat_textBanner__tln_m a {
    color: var(--color-yellow);
    font-size: 14px;
    line-height: 16px;
}
.chat_chatRoomMatch__tTS_7 .chat_scrollDown__61568 {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #faca39;
    z-index: 11;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
    bottom: 100px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 {
    padding: 5px 10px 0 5px;
    max-height: 450px;
    overflow-y: overlay;
    overflow-x: hidden;
    position: relative;
    margin-right: 1px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3::-webkit-scrollbar-thumb {
    background: #676767;
    box-shadow: 0 4px 4px #15382d;
    border-radius: 5px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #272727;
    border-radius: 5px;
    background: #272727;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3::-webkit-scrollbar-button {
    width: 5px;
    height: calc(100% - 100px);
}
@media screen and (max-width: 1440px) {
    .chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 {
        width: 100% !important;
        max-height: 420px;
    }
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_boxWelcome__OXnYQ {
    padding: 8px;
    gap: 4px;
    background: rgba(40, 188, 102, 0.1);
    border-radius: 4px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_boxWelcome__OXnYQ span {
    color: var(--color-yellow);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMessage__9yGAC {
    overflow-anchor: none;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    color: #161823;
    display: flex;
    line-height: 24px;
    padding-bottom: 4px;
    border-radius: 2px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMessage__9yGAC .chat_userCard__E_Y84 {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMessage__9yGAC .chat_userCard__E_Y84 .chat_avatar__OXSZK {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    padding-top: 3px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMessage__9yGAC .chat_divChatMessageContent__I6ZzI {
    width: 100%;
    outline: 0;
    color: #161823;
    word-break: break-all;
    display: flex;
    align-items: baseline;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_chatCard___LZO7 {
    cursor: pointer;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_messageOwnerName__uB_vt {
    color: #faca39;
    height: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 auto;
    order: 0;
    cursor: pointer;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    display: inline-flex;
    align-items: center;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_messageOwnerName__uB_vt
.chat_blueTick___ZfKv {
    margin-left: 5px;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_firstCharacter__8YNEf,
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_tag__uSnTI {
    color: #ededed;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_tag__uSnTI {
    height: 16px;
    min-width: 34px;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 10px;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_spanChatRoomComment__PpNn6 {
    color: #fff;
    -webkit-margin-before: 3px;
    margin-block-start: 3px;
    font-size: 13px;
    line-height: 20px;
    overflow-wrap: break-word;
    vertical-align: middle;
}
.chat_chatRoomMatch__tTS_7
.chat_chatList__otGO3
.chat_chatMessage__9yGAC
.chat_divChatMessageContent__I6ZzI
.chat_spanChatRoomComment__PpNn6.chat_commentator__LQsIq {
    color: #fabd00;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMater__dfOni {
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 2px 4px;
    padding: 5px;
    display: inline-block;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMater__dfOni .chat_avatar__OXSZK {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: 2px;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMater__dfOni .chat_usernameMaster__NoWqo {
    color: var(--color-yellow);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
    word-break: break-all;
}
.chat_chatRoomMatch__tTS_7 .chat_chatList__otGO3 .chat_chatMater__dfOni .chat_chatMaster__Z7Pyk {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey);
    word-break: break-all;
}
.chat_chatRoomMatch__tTS_7 .chat_noData__yglsM {
    padding: 20px;
    background: #0f2027;
}
.chat_chatRoomMatch__tTS_7 .chat_noData__yglsM p {
    color: #9c9c9c;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
.AdsBT1_adsButton__vxGmR {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 8px;
    box-shadow:
            0 8px 16px 0 rgba(0, 0, 0, 0.2),
            0 3px 3px 0 rgba(0, 0, 0, 0.19);
    margin-right: 4px;
    min-width: 80px;
}
@media screen and (max-width: 768px) {
    .AdsBT1_adsButton__vxGmR {
        margin-bottom: 4px;
    }
    .AdsBT1_container__mj9mh {
        justify-content: flex-start;
        padding: 12px 6px;
    }
}
.watch_matchLive__OYkCx .watch_notification__xQjj2 {
    padding: 8px 12px;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}
.watch_matchLive__OYkCx .watch_notification__xQjj2 .watch_notificationText__mm9sW {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title);
}
.watch_matchLive__OYkCx .watch_notification__xQjj2 .watch_notificationText__mm9sW a {
    color: var(--color-yellow);
}
.watch_matchLive__OYkCx .watch_watchLiveView__lSwuz {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_watchLiveView__lSwuz {
        flex-direction: column;
        width: 100% !important;
    }
}
.watch_matchLive__OYkCx .watch_watchLiveView__lSwuz .watch_watchLiveViewPlayer__I_mLq {
    flex: 1 1;
    background: #171a23;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_watchLiveView__lSwuz .watch_watchLiveViewPlayer__I_mLq {
        margin-right: 0;
        background-color: #0c0c0c;
    }
}
.watch_matchLive__OYkCx .watch_watchLiveView__lSwuz .watch_watchLiveViewPlayer__I_mLq .watch_empty__FpKS1 {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.watch_matchLive__OYkCx .watch_watchLiveView__lSwuz .watch_watchLiveViewPlayer__I_mLq .watch_ads__Nig9E {
    padding: 16px 0 0 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS {
    margin: 8px 0;
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_userItem__nwzZM {
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 12px;
    height: 36px;
    border: 1px solid #005836;
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_userItem__nwzZM:hover {
    border: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_userItem__nwzZM {
        height: 28px;
    }
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_active__aOxKM {
    color: #cdcdcd;
    background-color: var(--color-primary);
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_active__aOxKM span {
    font-weight: 500;
    color: var(--color-white) !important;
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_hotgirl__BLqnN {
    background-color: #690027;
    border: 1px solid #690027;
}
.watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_userName__41lYM {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ededed;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_swiperUser__MjDeS .watch_userName__41lYM {
        line-height: 1px;
        font-size: 14px;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X {
    padding: 16px;
    width: 100%;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listUserFollow__Gt70X {
        padding: 16px;
        display: none;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_title__Z_6Mo {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #ededed;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_title__Z_6Mo {
        font-size: 14px;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_match__p44AH {
    gap: 24px;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_match__p44AH {
        margin-top: 8px;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_dot__rfQHR {
    background-color: #cdcdcd;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_txtTime__7Kgci {
    font-size: 14px;
    color: #cdcdcd;
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_txtTime__7Kgci {
        font-size: 12px;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_time__kRjbw {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_time__kRjbw {
        font-size: 12px;
    }
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_linkLive__U167W {
    margin-right: 12px;
    padding: 8px 16px;
    background: #141f2b;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_linkLive__U167W:hover {
    border: 1px solid var(--color-primary);
    background: rgba(255, 69, 0, 0.2);
    color: var(--color-primary);
}
.watch_matchLive__OYkCx .watch_listUserFollow__Gt70X .watch_animationLive__OcPEB {
    position: absolute;
    right: 47%;
    bottom: -2px;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 {
    padding: 0;
    height: 56px;
    margin-top: 16px;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .watch_matchLive__OYkCx .watch_listLive__Jl752 {
        margin-top: 12px;
    }
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_title__Z_6Mo {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ededed;
    margin-right: 8px;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_listUser__pkPiq {
    display: flex;
    flex-wrap: wrap;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_listUser__pkPiq .watch_userItem__nwzZM {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin-right: 16px;
    background: #141f2b;
    border-radius: 8px;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_listUser__pkPiq .watch_userItem__nwzZM span {
    color: #ededed;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.watch_matchLive__OYkCx
.watch_listLive__Jl752
.watch_listUser__pkPiq
.watch_userItem__nwzZM
.watch_userItemAvatar__cyrpR {
    position: relative;
}
.watch_matchLive__OYkCx
.watch_listLive__Jl752
.watch_listUser__pkPiq
.watch_userItem__nwzZM
.watch_userItemAvatar__cyrpR
.watch_userItemIconLive__Ht5xS {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 1px;
    text-align: center;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_listUser__pkPiq .watch_userItem__nwzZM:first-child {
    border: 1px solid #28bc66;
    background: #15382d;
}
.watch_matchLive__OYkCx .watch_listLive__Jl752 .watch_listUser__pkPiq .watch_userItem__nwzZM:first-child span {
    color: #28bc66;
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray;
}
@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width: 366px;
    }
}
.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}
.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%;
}
.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white);
}
.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,
.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,
    .styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size: 14px;
    }
}
.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left;
}
.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29, 181, 122, 0.1);
    padding: 24px;
}
.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
}
@media (max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size: 14px;
    }
}
.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between;
}
.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray;
}
.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white);
}
.styles_matchMiddle__gyxDc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.styles_matchMiddle__gyxDc .styles_follow__hqiUH {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
}
.styles_matchMiddle__gyxDc .styles_follow__hqiUH img {
    border-radius: 50%;
}
.styles_badge__0q24p {
    font-size: 10px;
}
.styles_logo__HAPH7 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.styles_category__gSsRg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 200px;
}
.styles_teamName__qc6ul {
    font-size: 12px;
    text-align: center;
}
.styles_gname__4tKYs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.styles_matchLeagueName__m3z_Q {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}
.styles_matchMain__yI_mH {
    min-height: unset;
    width: 100%;
}
.styles_matchBody__FrZgT {
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
.styles_commentarySchedule__G59JQ .styles_emptyState__5_A9x {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.styles_commentarySchedule__G59JQ .styles_emptyState__5_A9x.styles_visible__5cE8j {
    opacity: 1;
}
.styles_commentarySchedule__G59JQ .styles_activeTab__DOKC4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white);
}
@media (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_activeTab__DOKC4 {
        font-size: 20px !important;
    }
}
.styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8,
.styles_commentarySchedule__G59JQ .styles_title__ljaNW {
    cursor: pointer;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8,
    .styles_commentarySchedule__G59JQ .styles_title__ljaNW {
        font-size: 16px;
    }
}
.styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8 {
    padding-left: 12px;
}
.styles_commentarySchedule__G59JQ .styles_loader__E3iYe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 185px;
}
.styles_commentarySchedule__G59JQ .swiper {
    padding-top: 10px;
}
.styles_commentarySchedule__G59JQ .swiper-button-prev {
    display: none;
}
.styles_commentarySchedule__G59JQ .title {
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .title {
        margin-bottom: 0;
    }
}
.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,
.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
    padding: 0;
    --columns: 3;
    --spacing: var(--width-margin-left-m);
}
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match--is-hot,
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match--is-hot-girl,
.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e .styles_active__M8_UI:not(:hover) .grid-match--is-hot,
.styles_commentarySchedule__G59JQ
.styles_gridMatches__2BA0e
.styles_active__M8_UI:not(:hover)
.grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #4e4e4e;
}
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match__footer:before,
.styles_commentarySchedule__G59JQ
.styles_gridMatches__2BA0e
.styles_active__M8_UI:not(:hover)
.grid-match__footer:before {
    box-shadow: 0 0 0 0.5px #4e4e4e;
}
@media (max-width: 991px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,
    .styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,
    .styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
        grid-template-columns: 1fr;
        display: none;
    }
}
.styles_commentarySchedule__G59JQ .styles_dateContainer__T9e6_ {
    display: none;
}
@media (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_dateContainer__T9e6_ {
        display: block;
    }
}
.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta {
    display: none;
}
@media (max-width: 767px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta {
        display: grid;
    }
}
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match--is-hot,
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #4e4e4e;
}
.styles_commentarySchedule__G59JQ
.styles_gridMatchesMobile__toSta
.styles_active__M8_UI:not(:hover)
.grid-match__footer:before {
    box-shadow: 0 0 0 0.5px #4e4e4e;
}
.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb {
    border: 1px solid #676767;
    padding: 8px 16px;
    height: 36px;
    border-radius: 24px;
    width: max-content;
    text-align: center;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    cursor: pointer;
}
.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb:last-child {
    margin-right: 30px;
}
.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb.styles_active__M8_UI {
    color: #1db57a;
    border: 1px solid #1db57a;
}
@media screen and (min-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_swiper__n96zV {
        display: none;
    }
}
.styles_commentarySchedule__G59JQ .styles_dates__xme_J {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 30px;
    text-align: center;
}
.styles_commentarySchedule__G59JQ .styles_dates__xme_J li {
    border: 1px solid #676767;
    padding: 8px 16px;
    width: max-content;
    height: 36px;
    border-radius: 24px;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
}
.styles_commentarySchedule__G59JQ .styles_dates__xme_J li.styles_active__M8_UI {
    color: #1db57a;
    border: 1px solid #1db57a;
}
@media screen and (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_dates__xme_J {
        display: none;
    }
}
.style_newItem__0jlML {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.1s;
}
.style_newItem__0jlML:hover {
    color: var(--color-primary);
}
.style_newItem__0jlML .style_newsThumb__w5QHN {
    background: #2c2c2c;
}
.style_newItem__0jlML .style_newsThumb__w5QHN img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.style_newItem__0jlML .style_newsTitle__AP_Q8 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 6px;
    margin-bottom: 3px;
}
.style_newItem__0jlML .style_newsInfo__cvz_A {
    display: flex;
    font-size: 12px;
    line-height: 20px;
}
.style_newItem__0jlML .style_newsInfo__cvz_A .style_newsCat__zsein {
    color: #9497a4;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.style_newItem__0jlML .style_newsInfo__cvz_A .style_newsDate__dyMZg {
    color: #9497a4;
}
@media (max-width: 768px) {
    .style_newItem__0jlML {
        display: flex;
        gap: 16px;
        margin-bottom: 12px;
    }
    .style_newItem__0jlML .style_newsTitle__AP_Q8 {
        padding-top: 0;
    }
    .style_newItem__0jlML .style_newsThumb__w5QHN {
        width: 40%;
        height: 100px;
    }
    .style_newItem__0jlML .style_newsThumb__w5QHN img {
        max-height: 100px;
    }
    .style_newItem__0jlML .style_newBottom__GIHbs {
        width: 60%;
    }
}
.style_newsSection__oNRHq {
    margin-top: 40px;
    margin-bottom: 16px;
}
.style_newsSection__oNRHq .swiper-button-prev {
    display: none;
}
.style_newsSection__oNRHq .title {
    margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
    .style_newsSection__oNRHq .title {
        margin-bottom: 0;
    }
}
.style_pc__Y5Qud {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
    padding: 0;
    --columns: 3;
    --spacing: var(--width-margin-left-m);
}
@media (max-width: 767px) {
    .style_pc__Y5Qud {
        display: none;
    }
}
@media (min-width: 768px) {
    .style_mb___JL3z {
        display: none;
    }
}
.style_btnNewMore__puDic {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29, 181, 122, 0.1);
}
.style_btnNewMoreV2__M8qdI {
    color: #f1be48;
    border: 1px solid #f1be48;
}
.styles_stickyFloat__up6J3 {
    position: fixed;
    top: 178px;
    z-index: 9999;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
}
.styles_stickyFloat__up6J3.styles_left__ez_hx {
    right: 50%;
    margin-right: 670px;
}
@media screen and (max-width: 1440px) {
    .styles_stickyFloat__up6J3.styles_left__ez_hx {
        margin-right: 590px;
    }
}
.styles_stickyFloat__up6J3.styles_right__lBEn8 {
    left: 50%;
    margin-left: 670px;
}
@media screen and (max-width: 1440px) {
    .styles_stickyFloat__up6J3.styles_right__lBEn8 {
        margin-left: 590px;
    }
}
.styles_stickyFloat__up6J3 .styles_adsItem__dZEaD {
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: opacity 0.2s ease-in-out;
}
.styles_stickyFloat__up6J3 .styles_adsItem__dZEaD img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.styles_stickyFloat__up6J3 .styles_adsItem__dZEaD:hover {
    opacity: 0.9;
}
.styles_container__e4_Wo {
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #083c27, #002517);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo {
        padding: 22px 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
.styles_container__e4_Wo .styles_top__fNxyM {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
}
.styles_container__e4_Wo .styles_top__fNxyM span {
    flex-shrink: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.styles_container__e4_Wo .styles_top__fNxyM .styles_divider__ablqt {
    flex-grow: 1;
    flex-shrink: 1;
    height: 2px;
    min-width: 30px;
    background-color: #cecece;
}
.styles_container__e4_Wo .styles_top__fNxyM .styles_viewAll__3jMkb {
    font-size: 14px;
    color: var(--color-primary);
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .swiper-slide-active {
        margin-right: 0 !important;
    }
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D {
    display: flex;
    align-items: center;
    width: 120px !important;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D {
        width: 90px !important;
    }
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 img {
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 img {
        width: 16px;
        height: 16px;
    }
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_img__0iBMW {
        width: 75px;
        height: 75px;
    }
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz {
        margin-top: 8px;
    }
}
.styles_container__e4_Wo
.styles_swiper__YqgGA
.styles_eachItem__jr04D
.styles_group__OLpX2
.styles_button__rkchz
.styles_btnBet__XXiZ1,
.styles_container__e4_Wo
.styles_swiper__YqgGA
.styles_eachItem__jr04D
.styles_group__OLpX2
.styles_button__rkchz
.styles_btnEndow__Z5ckW {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #dc211c;
    height: 28px;
    border-radius: 8px;
    width: 90px;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo
    .styles_swiper__YqgGA
    .styles_eachItem__jr04D
    .styles_group__OLpX2
    .styles_button__rkchz
    .styles_btnBet__XXiZ1,
    .styles_container__e4_Wo
    .styles_swiper__YqgGA
    .styles_eachItem__jr04D
    .styles_group__OLpX2
    .styles_button__rkchz
    .styles_btnEndow__Z5ckW {
        font-size: 10px;
        width: 77px;
        height: 20px;
    }
}
.styles_container__e4_Wo
.styles_swiper__YqgGA
.styles_eachItem__jr04D
.styles_group__OLpX2
.styles_button__rkchz
.styles_btnEndow__Z5ckW {
    background-color: #1db57a;
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17 {
    min-height: 164px;
    width: 129px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.24);
    position: relative;
    white-space: pre-line;
    word-break: break-word;
    line-height: 20px;
}
@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17 {
        min-height: 120px;
        padding: 4px;
    }
}
.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.24);
    z-index: -1;
}
.styles_box__Zt84h {
    position: relative;
}
.styles_box__Zt84h .styles_next__YHq8z,
.styles_box__Zt84h .styles_prev__Nc1M9 {
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: 45%;
    width: 80px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
}
.styles_box__Zt84h .styles_next__YHq8z img,
.styles_box__Zt84h .styles_prev__Nc1M9 img {
    flex-shrink: 0;
    width: 20%;
    height: auto;
    object-fit: contain;
}
.styles_box__Zt84h .styles_prev__Nc1M9 {
    left: -8px;
    z-index: 2;
    transform: rotate(180deg);
}
._id__match__pIzZm h1 {
    font-weight: 700;
    font-size: 28px;
    color: #ffcd0b;
}
@media screen and (max-width: 767px) {
    ._id__match__pIzZm h1 {
        font-size: 20px;
    }
}
._id__commentarySchedule__2stBw {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    ._id__commentarySchedule__2stBw {
        margin-top: 24px;
    }
}
._id__newSection__yo9bl {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    ._id__newSection__yo9bl {
        margin-top: 24px;
    }
}
._id__listUserFollow__pNhKw {
    background-color: #171a23;
    border-radius: 8px;
    padding: 12px;
    margin: 12px 6px;
}
@media screen and (min-width: 767px) {
    ._id__listUserFollow__pNhKw {
        display: none;
    }
}
._id__listUserFollow__pNhKw ._id__title__Eic4i {
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    color: #ededed;
    margin-right: 8px;
    font-size: 12px;
}
._id__listUserFollow__pNhKw ._id__match__pIzZm {
    gap: 24px;
}
._id__listUserFollow__pNhKw ._id__txtTime__e6swJ {
    font-size: 14px;
    color: #cdcdcd;
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    ._id__listUserFollow__pNhKw ._id__txtTime__e6swJ {
        font-size: 12px;
    }
}
._id__listUserFollow__pNhKw ._id__time__oNtp0 {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    ._id__listUserFollow__pNhKw ._id__time__oNtp0 {
        font-size: 12px;
    }
}
._id__infoBottomSection__b9eyK {
    margin-top: 1rem;
}
._id__infoBottomSection__b9eyK h2 {
    margin-bottom: 1rem;
}
._id__infoBottomSection__b9eyK a {
    color: var(--color-yellow);
}
._id__infoBottomSection__b9eyK p {
    line-height: 20px;
}
.css-j09qtv {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
}
.css-axw7ok {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}
.hot-match .swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.international-waves .swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.cate-index .swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.styles_pagination__aCZ5F .MuiButtonBase-root svg{
    stroke: #FFFFFF;
    fill: #FFFFFF;
}
.slide-swipper{
    display: flex;
    flex-direction: row;
    /*gap: 16px;*/
}
.slick-swiper{
    overflow: hidden;
}
.slide-swipper .slick-prev{
    left: 0;
    width: 80px;
    padding: 15px 0;
    z-index: 99;
}
.slide-swipper .slick-next{
    right: 0;
    width: 80px;
    padding: 15px 0;
    z-index: 99;
}
.slide-swipper .slick-prev:before{
    content: none;
}
.slide-swipper .slick-next:before{
    content: none;
}
.styles_box__Zt84h .styles_next__YHq8z, .styles_box__Zt84h .styles_prev__Nc1M9{
    top: 55% !important;
    right: 16px !important;
    z-index: 1 !important;
}
.styles_box__Zt84h .styles_prev__Nc1M9{
    top: 55% !important;
    left: 16px !important;
    z-index: 1 !important;
}
@media only screen and (max-width: 600px) {
    .hot-match .swiper .swiper-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cate-index .swiper .swiper-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .international-waves .swiper .swiper-wrapper{
        grid-template-columns: 1fr;
    }
    .menu-scroll-x {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: max-content;
    }
    .styles_commentarySchedule__G59JQ .swiper .swiper-wrapper{
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding-bottom: 10px;
    }
    .styles_daysTabs__TzPEI{
        height: 50px;
    }
    .ket-qua-bong-da_container__HeNfa .ket-qua-bong-da_main__WB1EA .ket-qua-bong-da_header__v00dS .ket-qua-bong-da_listFilter__ilUHn{
        flex-wrap: unset;
        padding-bottom: 10px;
    }
    .lich-thi-dau_container__JhPho .lich-thi-dau_main__Av6e8 .lich-thi-dau_header__pBBpy .lich-thi-dau_listFilter__54dtd{
        flex-wrap: unset;
        padding-bottom: 10px;
    }
    .Leagues_container__0TfwJ .Leagues_header__d5_xT .Leagues_leftFilter__5U95n p{
        font-size: 12px;
    }
    .Leagues_container__0TfwJ .Leagues_header__d5_xT .Leagues_rightFilter__ekf6Z p{
        font-size: 12px;
    }
    .styles_box__Zt84h .styles_next__YHq8z, .styles_box__Zt84h .styles_prev__Nc1M9{
        right: 0px !important;
    }
    .styles_box__Zt84h .styles_prev__Nc1M9{
        left: 0px !important;
    }
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width:366px
    }
}

.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px
}

.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%
}

.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white)
}

.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size:14px
    }
}

.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left
}

.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29,181,122,.1);
    padding: 24px
}

.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size:14px
    }
}

.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between
}

.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray
}

.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white)
}

.style_matchGlobalItem__uBf_t {
    height: 60px;
    opacity: 1;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #676767;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative
}

.style_matchGlobalItem__uBf_t .style_bg__Bm_a4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z {
    display: flex;
    align-items: center;
    gap: 8px
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_time__ZVIS5,.style_matchGlobalItem__uBf_t .style_header__aVU4z span {
    color: #cdcdcd;
    font-size: 14px;
    line-height: 20px
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc {
    display: flex;
    align-items: center;
    gap: 8px
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc .style_time-result__u1C3c {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700
}

.style_matchGlobalItem__uBf_t .style_header__aVU4z .style_result__mxeSc .style_score__fWrbC {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.style_matchGlobalItem__uBf_t .style_body__04DEg {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 {
    display: flex;
    align-items: center;
    gap: 4px
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 img {
    object-fit: cover;
    border-radius: 50%
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 span {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    width: 57.5px
}

.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 .style_teamNameLeft__Locdb,.style_matchGlobalItem__uBf_t .style_body__04DEg .style_team__QK8y8 .style_teamNameRight__T5nSu {
    text-align: center
}

.styles_internationalBroadcast__MxzGY .swiper {
    padding-top: 10px
}

.styles_internationalBroadcast__MxzGY .swiper-button-prev {
    display: none
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY {
        margin-top:8px
    }
}

.styles_internationalBroadcast__MxzGY .title {
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY .title {
        margin-bottom:0
    }
}

.styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 8px;
    gap: 8px
}

@media screen and (max-width: 280px) {
    .styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
        grid-template-columns:repeat(1,1fr)
    }
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_matchGlobal__WChD2 {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_grid-matches___Vngx {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_load-more-mb__mybJ5 {
        display:none
    }
}

.styles_internationalBroadcast__MxzGY .styles_load-more-mb__mybJ5 .styles_btnLoadMore__ZRXWC {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29,181,122,.1)
}

@media screen and (min-width: 768px) {
    .styles_internationalBroadcast__MxzGY .styles_loading-mb__u5Azb {
        display:none
    }
}
.AdsBT1_adsButton__vxGmR {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.19);
    margin-right: 4px;
    min-width: 80px
}

@media screen and (max-width: 768px) {
    .AdsBT1_adsButton__vxGmR {
        margin-bottom:4px
    }

    .AdsBT1_container__mj9mh {
        justify-content: flex-start;
        padding: 12px 6px
    }
}
.styles_container__e4_Wo {
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: linear-gradient(180deg,#083c27,#002517);
    border-radius: 12px
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo {
        padding:22px 12px;
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.styles_container__e4_Wo .styles_top__fNxyM {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px
}

.styles_container__e4_Wo .styles_top__fNxyM span {
    flex-shrink: 0;
    text-transform: uppercase;
    white-space: nowrap
}

.styles_container__e4_Wo .styles_top__fNxyM .styles_divider__ablqt {
    flex-grow: 1;
    flex-shrink: 1;
    height: 2px;
    min-width: 30px;
    background-color: #cecece
}

.styles_container__e4_Wo .styles_top__fNxyM .styles_viewAll__3jMkb {
    font-size: 14px;
    color: var(--color-primary);
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .swiper-slide-active {
        margin-right:0!important
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D {
    display: flex;
    align-items: center;
    width: 120px!important;
    color: #333;
    font-size: 14px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D {
        width:90px!important
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 {
    display: flex;
    align-items: center;
    flex-direction: column
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 img {
    border-radius: 4px
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 img {
        width:16px;
        height: 16px
    }

    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_img__0iBMW {
        width: 75px;
        height: 75px
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz {
        margin-top:8px
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz .styles_btnBet__XXiZ1,.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz .styles_btnEndow__Z5ckW {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #dc211c;
    height: 28px;
    border-radius: 8px;
    width: 90px
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz .styles_btnBet__XXiZ1,.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz .styles_btnEndow__Z5ckW {
        font-size:10px;
        width: 77px;
        height: 20px
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_group__OLpX2 .styles_button__rkchz .styles_btnEndow__Z5ckW {
    background-color: #1db57a
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17 {
    min-height: 164px;
    width: 129px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    background: rgba(0,0,0,.24);
    position: relative;
    white-space: pre-line;
    word-break: break-word;
    line-height: 20px
}

@media screen and (max-width: 768px) {
    .styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17 {
        min-height:120px;
        padding: 4px
    }
}

.styles_container__e4_Wo .styles_swiper__YqgGA .styles_eachItem__jr04D .styles_detailEndow__9zY17:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0,0,0,.24);
    z-index: -1
}

.styles_box__Zt84h {
    position: relative
}

.styles_box__Zt84h .styles_next__YHq8z,.styles_box__Zt84h .styles_prev__Nc1M9 {
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: 45%;
    width: 80px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: opacity .3s ease,visibility .3s ease
}

.styles_box__Zt84h .styles_next__YHq8z img,.styles_box__Zt84h .styles_prev__Nc1M9 img {
    flex-shrink: 0;
    width: 20%;
    height: auto;
    object-fit: contain
}

.styles_box__Zt84h .styles_prev__Nc1M9 {
    left: -8px;
    z-index: 2;
    transform: rotate(180deg)
}
.Navigator_container__8dpzt {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 999;
    background: #141f2b;
    box-shadow: 0 4px 8px rgba(0,0,0,.16);
    border-radius: 8px 0 0 8px
}

@media screen and (max-width: 767px) {
    .Navigator_container__8dpzt {
        display:none!important
    }
}

.Navigator_container__8dpzt .Navigator_item__MIWke {
    padding: 16px;
    border-bottom: 1px solid #102439;
    cursor: pointer;
    position: relative
}

.Navigator_container__8dpzt .Navigator_item__MIWke:hover .Navigator_tooltip___hdqY {
    visibility: visible
}

.Navigator_container__8dpzt .Navigator_item__MIWke:hover svg path {
    fill: var(--color-primary);
    stroke: var(--color-primary)
}

.Navigator_container__8dpzt .Navigator_item__MIWke img {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 1200px) {
    .Navigator_container__8dpzt .Navigator_item__MIWke img {
        width:32px;
        height: 32px
    }
}

.Navigator_container__8dpzt .Navigator_item__MIWke .Navigator_tooltip___hdqY {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 90%;
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    width: max-content;
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-text-title)
}

.Navigator_container__8dpzt .Navigator_item__MIWke .Navigator_tooltip___hdqY:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #000
}

.Navigator_container__8dpzt .Navigator_item__MIWke:last-child {
    border-bottom: none
}
.Information_container__e5aEU {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .Information_container__e5aEU {
        margin-top:24px
    }
}

.Information_container__e5aEU .Information_main__98q6J {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative
}

@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J {
        flex-direction:row;
        align-items: flex-start
    }
}

.Information_container__e5aEU .Information_main__98q6J h1 {
    text-align: justify;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--color-text-title)
}

@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J h1 {
        font-size:32px;
        line-height: 48px
    }
}

.Information_container__e5aEU .Information_main__98q6J p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-title)
}

.Information_container__e5aEU .Information_main__98q6J img {
    max-width: 100%!important;
    object-fit: cover
}

.Information_container__e5aEU .Information_main__98q6J b,.Information_container__e5aEU .Information_main__98q6J i {
    font-style: revert!important
}

.Information_container__e5aEU .Information_main__98q6J iframe {
    max-width: 100%!important;
    aspect-ratio: 16/9
}

.Information_container__e5aEU .Information_main__98q6J figure {
    text-align: center
}

.Information_container__e5aEU .Information_main__98q6J table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px
}

.Information_container__e5aEU .Information_main__98q6J table td,.Information_container__e5aEU .Information_main__98q6J table th {
    padding: .75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    white-space: normal
}

.Information_container__e5aEU .Information_main__98q6J table thead th {
    font-weight: 700;
    color: #212529
}

.Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
    width: 100%
}

@media screen and (min-width: 992px) {
    .Information_container__e5aEU .Information_main__98q6J .Information_content__TCKPR {
        flex:1 1;
        min-width: 0
    }
}

.Information_container__e5aEU .Information_main__98q6J .Information_article__bSgV5 {
    margin-bottom: 16px
}

.Information_container__e5aEU .Information_main__98q6J .Information_heading__gdytR {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-text-title);
    margin-bottom: 8px
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE {
    margin-top: 12px
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE p {
    margin: 8px 0
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ol,.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE ul {
    margin: 8px 0 8px 20px
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE li {
    margin: 4px 0
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a {
    color: var(--color-primary,#0ea5e9);
    text-decoration: none
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE a:hover {
    text-decoration: underline
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure {
    margin: 16px 0
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure img {
    border-radius: 8px
}

.Information_container__e5aEU .Information_main__98q6J .Information_body__v2eaE figure figcaption {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px
}

.Information_sidebar__gqfY0 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background: rgba(29,181,122,.1);
    border-radius: 8px
}

@media screen and (min-width: 992px) {
    .Information_sidebar__gqfY0 {
        margin-bottom:0;
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        align-self: flex-start;
        flex: 0 0 320px;
        max-width: 340px;
        background: transparent
    }
}

.Information_nav__2Jycw {
    position: -webkit-sticky;
    position: sticky;
    top: 8px
}

.Information_tocList__GJVrI {
    list-style: none;
    margin: 0;
    padding: 0
}

.Information_tocLink__U_lvZ {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-title);
    transition: color .15s ease,background-color .15s ease
}

.Information_tocLink__U_lvZ:focus-visible,.Information_tocLink__U_lvZ:hover {
    color: var(--color-primary,#0ea5e9)
}

.Information_tocLinkActive__RdbMX {
    color: var(--color-primary,#0ea5e9)
}
.style_newItem__0jlML {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .1s
}

.style_newItem__0jlML:hover {
    color: var(--color-primary)
}

.style_newItem__0jlML .style_newsThumb__w5QHN {
    background: #2c2c2c
}

.style_newItem__0jlML .style_newsThumb__w5QHN img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.style_newItem__0jlML .style_newsTitle__AP_Q8 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 6px;
    margin-bottom: 3px
}

.style_newItem__0jlML .style_newsInfo__cvz_A {
    display: flex;
    font-size: 12px;
    line-height: 20px
}

.style_newItem__0jlML .style_newsInfo__cvz_A .style_newsCat__zsein {
    color: #9497a4;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.style_newItem__0jlML .style_newsInfo__cvz_A .style_newsDate__dyMZg {
    color: #9497a4
}

@media(max-width: 768px) {
    .style_newItem__0jlML {
        display:flex;
        gap: 16px;
        margin-bottom: 12px;
        flex-direction: column;
    }

    .style_newItem__0jlML .style_newsTitle__AP_Q8 {
        padding-top: 0
    }

    .style_newItem__0jlML .style_newsThumb__w5QHN {
        width: 100%;
        height: auto;
    }

    .style_newItem__0jlML .style_newsThumb__w5QHN img {
        max-height: 100px
    }

    .style_newItem__0jlML .style_newBottom__GIHbs {
        width: 100%
    }
}

.style_newsSection__oNRHq {
    margin-top: 40px;
    margin-bottom: 16px
}

.style_newsSection__oNRHq .swiper-button-prev {
    display: none
}

.style_newsSection__oNRHq .title {
    margin-bottom: 36px
}

@media screen and (max-width: 768px) {
    .style_newsSection__oNRHq .title {
        margin-bottom:0
    }
}

.style_pc__Y5Qud {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
    padding: 0;
    --columns: 3;
    --spacing: var(--width-margin-left-m)
}

@media(max-width: 767px) {
    .style_pc__Y5Qud {
        display:grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width: 768px) {
    .style_mb___JL3z {
        display:none
    }
}

.style_btnNewMore__puDic {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #1db57a;
    border: 1px solid #1db57a;
    border-radius: 8px;
    height: 36px;
    background: rgba(29,181,122,.1)
}

.style_btnNewMoreV2__M8qdI {
    color: #f1be48;
    border: 1px solid #f1be48
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width:366px
    }
}

.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px
}

.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%
}

.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white)
}

.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size:14px
    }
}

.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left
}

.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29,181,122,.1);
    padding: 24px
}

.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size:14px
    }
}

.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between
}

.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray
}

.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white)
}

.styles_matchMiddle__gyxDc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100px
}

.styles_matchMiddle__gyxDc .styles_follow__hqiUH {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px
}

.styles_matchMiddle__gyxDc .styles_follow__hqiUH img {
    border-radius: 50%
}

.styles_badge__0q24p {
    font-size: 10px
}

.styles_logo__HAPH7 {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.styles_category__gSsRg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 200px
}

.styles_teamName__qc6ul {
    font-size: 12px;
    text-align: center
}

.styles_gname__4tKYs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.styles_matchLeagueName__m3z_Q {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px
}

.styles_matchMain__yI_mH {
    min-height: unset;
    width: 100%
}

.styles_matchBody__FrZgT {
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between
}

.styles_commentarySchedule__G59JQ .styles_emptyState__5_A9x {
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.styles_commentarySchedule__G59JQ .styles_emptyState__5_A9x.styles_visible__5cE8j {
    opacity: 1
}

.styles_commentarySchedule__G59JQ .styles_activeTab__DOKC4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white)
}

@media(max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_activeTab__DOKC4 {
        font-size:20px!important
    }
}

.styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8,.styles_commentarySchedule__G59JQ .styles_title__ljaNW {
    cursor: pointer;
    white-space: nowrap
}

@media(max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8,.styles_commentarySchedule__G59JQ .styles_title__ljaNW {
        font-size:16px
    }
}

.styles_commentarySchedule__G59JQ .styles_titleLeft__eH_q8 {
    padding-left: 12px
}

.styles_commentarySchedule__G59JQ .styles_loader__E3iYe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 185px
}

.styles_commentarySchedule__G59JQ .swiper {
    padding-top: 10px
}

.styles_commentarySchedule__G59JQ .swiper-button-prev {
    display: none
}

.styles_commentarySchedule__G59JQ .title {
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .title {
        margin-bottom:0
    }
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
    padding: 0;
    --columns: 3;
    --spacing: var(--width-margin-left-m)
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match--is-hot,.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match--is-hot-girl,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e .styles_active__M8_UI:not(:hover) .grid-match--is-hot,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e .styles_active__M8_UI:not(:hover) .grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #4e4e4e
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match__footer:before,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e .styles_active__M8_UI:not(:hover) .grid-match__footer:before {
    box-shadow: 0 0 0 .5px #4e4e4e
}

@media(max-width: 991px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
        grid-template-columns:1fr 1fr
    }
}

@media(max-width: 767px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta,.styles_commentarySchedule__G59JQ .styles_gridMatches__2BA0e {
        grid-template-columns:1fr;
        display: none
    }
}

.styles_commentarySchedule__G59JQ .styles_dateContainer__T9e6_ {
    display: none
}

@media(max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_dateContainer__T9e6_ {
        display:block
    }
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta {
    display: none
}

@media(max-width: 767px) {
    .styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta {
        display:grid
    }
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match--is-hot,.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match--is-hot-girl {
    box-shadow: 0 0 0 1.5px #4e4e4e
}

.styles_commentarySchedule__G59JQ .styles_gridMatchesMobile__toSta .styles_active__M8_UI:not(:hover) .grid-match__footer:before {
    box-shadow: 0 0 0 .5px #4e4e4e
}

.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb {
    border: 1px solid #676767;
    padding: 8px 16px;
    height: 36px;
    border-radius: 24px;
    width: max-content;
    text-align: center;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    cursor: pointer
}

.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb:last-child {
    margin-right: 30px
}

.styles_commentarySchedule__G59JQ .styles_swiper__n96zV .styles_item__uxTlb.styles_active__M8_UI {
    color: #1db57a;
    border: 1px solid #1db57a
}

@media screen and (min-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_swiper__n96zV {
        display:none
    }
}

.styles_commentarySchedule__G59JQ .styles_dates__xme_J {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 30px;
    text-align: center
}

.styles_commentarySchedule__G59JQ .styles_dates__xme_J li {
    border: 1px solid #676767;
    padding: 8px 16px;
    width: max-content;
    height: 36px;
    border-radius: 24px;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400
}

.styles_commentarySchedule__G59JQ .styles_dates__xme_J li.styles_active__M8_UI {
    color: #1db57a;
    border: 1px solid #1db57a
}

@media screen and (max-width: 768px) {
    .styles_commentarySchedule__G59JQ .styles_dates__xme_J {
        display:none
    }
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width:366px
    }
}

.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px
}

.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%
}

.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white)
}

.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size:14px
    }
}

.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left
}

.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29,181,122,.1);
    padding: 24px
}

.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size:14px
    }
}

.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between
}

.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray
}

.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white)
}

.style_sportSection__C6_qw {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .style_sportSection__C6_qw {
        margin-top:20px
    }
}

.style_sportSection__C6_qw .swiper {
    padding-top: 10px
}

.style_sportSection__C6_qw .swiper-button-prev {
    display: none
}

.style_sportSection__C6_qw .title {
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .style_sportSection__C6_qw .title {
        margin-bottom:0
    }
}
.styles_modalContainer__dHB1g .MuiPaper-root {
    min-width: 440px;
    border-radius: 24px;
    border: 1px solid gray
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .MuiPaper-root {
        min-width:366px
    }
}

.styles_modalContainer__dHB1g .styles_closeIcon__ftSa0 {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px
}

.styles_modalContainer__dHB1g .styles_logo__NwxBa {
    border-radius: 50%
}

.styles_modalContainer__dHB1g .styles_vs__R5HoD {
    color: var(--color-white)
}

.styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_teamName1__vZZbQ,.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
        font-size:14px
    }
}

.styles_modalContainer__dHB1g .styles_teamName2__EQrUY {
    text-align: left
}

.styles_modalContainer__dHB1g .styles_modalHeader__otkIj {
    background: rgba(29,181,122,.1);
    padding: 24px
}

.styles_modalContainer__dHB1g .styles_xleague__0ryKD {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right
}

@media(max-width: 767px) {
    .styles_modalContainer__dHB1g .styles_xleague__0ryKD {
        font-size:14px
    }
}

.styles_commentatorItem__5NLZe {
    display: flex;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    justify-content: space-between
}

.styles_commentatorItem__5NLZe:not(:last-child) {
    border-bottom: 1px solid gray
}

.styles_commentatorItem__5NLZe .styles_avatar__JiPVY {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.styles_commentatorName__QCbSp {
    font-size: 14px;
    color: var(--color-white)
}

.style_MatchItem__OyFZO {
    position: relative;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.styles_hotVideos__bPg_w .styles_swiper__scC9c {
    padding: 20px 2px
}

.styles_hotVideos__bPg_w .styles_swiper__scC9c .swiper-button-prev {
    display: none
}

.styles_hotVideos__bPg_w .styles_swiper__scC9c .swiper-button-next {
    top: 0!important
}

@media screen and (max-width: 768px) {
    .styles_hotVideos__bPg_w .styles_swiper__scC9c .swiper-button-next {
        top:15px!important
    }

    .styles_hotVideos__bPg_w .styles_swiper__scC9c {
        padding: 20px 2px 0
    }
}

.styles_hotVideos__bPg_w .title {
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .styles_hotVideos__bPg_w .title {
        margin-bottom:0
    }
}

.styles_skeleton__5Rn8n {
    margin-top: -30px
}
.styles_stickyFloat__JWVg8 {
    position: fixed;
    top: 300px;
    z-index: 9999;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px
}

.styles_stickyFloat__JWVg8.styles_left__LAAz0 {
    right: 50%;
    margin-right: 670px
}

@media screen and (max-width: 1440px) {
    .styles_stickyFloat__JWVg8.styles_left__LAAz0 {
        margin-right:590px
    }
}

.styles_stickyFloat__JWVg8.styles_right__sIrHA {
    left: 50%;
    margin-left: 670px
}

@media screen and (max-width: 1440px) {
    .styles_stickyFloat__JWVg8.styles_right__sIrHA {
        margin-left:590px
    }
}

.styles_stickyFloat__JWVg8 .styles_adsItem__ou52N {
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    background-color: #fff;
    transition: opacity .2s ease-in-out
}

.styles_stickyFloat__JWVg8 .styles_adsItem__ou52N img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.styles_stickyFloat__JWVg8 .styles_adsItem__ou52N:hover {
    opacity: .9
}
