@charset "UTF-8";

@font-face {
    font-family: "vebo";
    src: url("https://static.90pcdn.com/fonts/vebo.eot?32148758");
    src:
            url("https://static.90pcdn.com/fonts/vebo.eot?32148758#iefix") format("embedded-opentype"),
            url("https://static.90pcdn.com/fonts/vebo.woff2?32148758") format("woff2"),
            url("https://static.90pcdn.com/fonts/vebo.woff?32148758") format("woff"),
            url("https://static.90pcdn.com/fonts/vebo.ttf?32148758") format("truetype"),
            url("https://static.90pcdn.com/fonts/vebo.svg?32148758#vebo") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="zfa-"]:before,
[class*=" zfa-"]:before {
    font-family: "vebo";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;

    line-height: 1em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zfa-comment-slash:before {
    content: "\e800";
} /* '' */
.zfa-comment:before {
    content: "\e801";
} /* '' */
.zfa-compress:before {
    content: "\e802";
} /* '' */
.zfa-comments:before {
    content: "\e803";
} /* '' */
.zfa-expand:before {
    content: "\e804";
} /* '' */
.zfa-pause:before {
    content: "\e805";
} /* '' */
.zfa-play:before {
    content: "\e806";
} /* '' */
.zfa-search:before {
    content: "\e807";
} /* '' */
.zfa-mobile:before {
    content: "\e808";
} /* '' */
.zfa-futbol:before {
    content: "\e809";
} /* '' */
.zfa-money:before {
    content: "\e80a";
} /* '' */
.zfa-dollar:before {
    content: "\f155";
} /* '' */

:root {
    --main-color: #fe6f27;
    --main-bg-btn: #18c366;
    --color-btn: #030a22;
    --color2: #0ee8e8;
    --color3: #ffd608;
    --color-red: #cc211e;
    --color-y: #ffcd08;
    --color-sub: #dedede; /*#67696F*/
    --bg-color: #131a1a;
    --border-color: #3b3b3b;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
}
body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background: #1f2027;
    color: white;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family:
            Roboto,
            ystem-ui,
            -apple-system,
            "Segoe UI",
            Roboto,
            "Helvetica Neue",
            "Noto Sans",
            "Liberation Sans",
            Arial,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji";
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row:not(.g-0) > * {
    padding-left: 6px;
    padding-right: 6px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row:not(.g-0) {
    margin-right: -6px;
    margin-left: -6px;
}

.flex-row {
    flex-direction: row !important;
}
.d-none {
    display: none !important;
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.d-flex {
    display: flex !important;
}
.me-auto {
    margin-right: auto !important;
}
.overflow-txt {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}
.text-center {
    text-align: center !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.mb-3 {
    margin-bottom: 1rem !important;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    /*animation:splide-loading 1s linear infinite;*/
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes blind {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    50% {
        visibility: hidden;
    }
}
.blink {
    /*animation: blink 1s steps(1) infinite;*/
    /*animation: 0.65s linear infinite blind;*/
}

a,
.nav-link {
    /*transition: 0.3s;*/
    color: white;
    text-decoration: none;
}
a:hover,
a:focus,
.nav-link:hover,
.nav-link:focus {
    text-decoration: unset;
    color: inherit;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.color {
    color: var(--main-color);
}

pre {
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder {
    /* Edge */
    color: #67696f;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #67696f;
}

::placeholder {
    color: #67696f;
}

/* Works on Chrome, Edge, and Safari */
.content-intro::-webkit-scrollbar {
    width: 2px;
}

.content-intro::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 20px;
    border: 2px solid var(--main-color);
    background-clip: content-box;
}

button {
    border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn {
    background: var(--main-bg-btn);
    /*border-radius: 12px;*/
    color: var(--color-btn);
    line-height: 16px;
    padding: 8px;
    border: 0;
    font-size: 12px;
    /*transition: 0.2s;*/
    text-transform: capitalize;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.38);
    border-radius: 7px;
    text-align: center;
}
.btn:hover,
.btn:focus {
    box-shadow: inset 3px 4px 25px rgba(0, 0, 0, 0.4);
    background: #01a14a;
}
.btn.active,
.btn.active:hover,
.btn.active:focus {
    color: #fff;
    background: var(--main-color);
}
.btn.btn-odds-detail {
    background: #2d2c32;
    color: #fff;
}
.btn.btn2 {
    background: var(--main-color);
}

i {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.box {
    border-radius: 8px;
    background: var(--bg-color);
}

/* Header */
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu.show {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 0;
    width: 100%;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    gap: 20px;
    padding-left: 40px;
}
.navbar-nav .nav-link {
    color: var(--color-sub);
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    /*&::before {
      content: "";
      display: none;
      width: 16px;
      height: 7px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='7' viewBox='0 0 16 7' fill='none'%3E%3Cpath d='M0 1.921V0H16V1.921C16 3.17153 15.2243 4.29089 14.0534 4.72999L9.05337 6.60499C8.37422 6.85967 7.62579 6.85967 6.94663 6.60499L1.94663 4.72999C0.775719 4.29089 0 3.17153 0 1.921Z' fill='%23FE6F27'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--main-color);
}
.navbar-nav .nav-link.active {
    font-weight: 700;
    /*&::before {
      display: block;
  }*/
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 0;
    justify-content: flex-end;
}
.nav-right .socials {
    display: flex;
    gap: 10px;
}
.socials-mb {
    display: none;
}
@media screen and (max-width: 1024px) {
    .navbar-nav {
        padding-left: 20px;
    }
}
@media screen and (max-width: 640px) {
    .nav-right .socials-pc {
        display: none !important;
    }
    .socials-mb {
        padding: 10px 0;
        display: flex;
        gap: 12px;
        justify-content: center;
    }
    .socials-mb .btn {
        padding: 8px 12px;
    }
    .navbar .nav-right {
        flex: 0;
    }
}
#m-tele {
    background: #0094c9;
    color: #fff;
    display: flex;
    min-width: 80px;
}
#m-fb {
    background: #0866ff;
    color: #fff;
    display: flex;
    min-width: 80px;
}
#m-bet {
    display: flex;
    background: var(--color3);
    border-radius: 18px;
}
#m-tele img,
#m-fb img {
    margin-right: 2px;
}

.list-header {
    background: #22252d;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    line-height: 16px;
    border: 0;
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    gap: 8px;
}
.list-header li {
    white-space: nowrap;
}
.list-header li a {
    color: #9497a4;
    padding: 8px 2px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    justify-content: center;
    line-height: 20px;
}
.list-header li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    transition: 0.2s;
    height: 3px;
    background-color: var(--main-color);
}
.list-header li a.active,
.list-header li a:hover {
    color: #fff;
}
.list-header li a.active::after,
.list-header li a:hover::after {
    width: 100%;
}
.list-header li a i {
    position: absolute;
    font-size: 0.8em;
    vertical-align: baseline;
    font-style: normal;
    background: #df2c2c;
    color: #fff;
    width: 28px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    top: 10px;
    right: -30px;
}

.list-header-main {
    background: rgba(78, 77, 77, 0.82);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    line-height: 16px;
    overflow: hidden;
    background: #22252d;
}
.list-header-main .list-header-swiper {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
    background: #22252d;
}

.list-header-main .list-header-swiper:before,
.list-header-main .list-header-swiper:after {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
}
/*.list-header-main .list-header-swiper:before {
  left: 0;
  background: linear-gradient(90deg, rgba(78, 77, 77, 0.82), transparent);
}
.list-header-main .list-header-swiper:after {
  right: 0;
  background: linear-gradient(-90deg, rgba(78, 77, 77, 0.82), transparent);
}*/
.list-header-main .list-header-swiper ul {
    position: relative;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    justify-content: space-evenly;
    gap: 6px;
}

.list-header-main .list-header-swiper ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*background-color: #F5F5F5;*/
}
.list-header-main .list-header-swiper ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
.list-header-main .list-header-swiper ul::-webkit-scrollbar-thumb {
    background-color: #7e888a;
    border-radius: 20px;
}
.list-header-main .list-header-swiper ul::-webkit-scrollbar-thumb:hover {
    background-color: #b0c1c5;
}
.list-header-main .list-header-swiper ul li {
}
.list-header-main .list-header-swiper ul li a {
}
.list-header-main .list-header-swiper ul li a span {
}

.list-header-main ul li {
    white-space: nowrap;
}
.list-header-main ul li a {
    color: #fff;
    padding: 20px 0 16px;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
    position: relative;
    justify-content: center;
    line-height: 20px;
    min-width: 108px;
}
.list-header-main ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    transition: 0.2s;
    height: 3px;
    background-color: var(--main-color);
}
.list-header-main ul li a.active,
.list-header-main ul li a:hover {
    color: #fff;
}
.list-header-main ul li a.active::after,
.list-header-main ul li a:hover::after {
    width: 100%;
}
.list-header-main ul li a img {
    margin-right: 5px;
}
.list-header-main ul li i {
    position: absolute;
    font-size: 0.8em;
    vertical-align: baseline;
    font-style: normal;
    background: #df2c2c;
    color: #fff;
    min-width: 20px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    top: 5px;
    right: 6px;
}

.burger {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #333;
    font-weight: 400;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
    background: #000;
    display: none;
    height: 36px;
    width: 36px !important;
    border-radius: 3px;
}
.burger:hover,
.burger:focus,
.burger.active {
    background: #000 !important;
    background-image: linear-gradient(135deg, #8a8a8a 0%, #646464 55%) !important;
}
.burger .burger-icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: width 0.25s ease;
}
.burger .burger-icon::before {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: width 0.25s ease;
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
}
.burger .burger-icon::after {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: width 0.25s ease;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
}

@media (max-width: 991px) {
    .burger {
        display: flex;
    }
}
.bg-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bg-overlay.active {
    display: block;
    position: fixed;
}

.overflow-hide {
    overflow: hidden;
}

@keyframes slideInLeft {
    from {
        left: -50%;
    }
    to {
        left: 0;
    }
}
.slidein {
    animation-duration: 0.2s;
    animation-name: slideInLeft;
    animation-iteration-count: 1;
}

.mobi-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 300px;
    max-width: 100%;
    background-color: rgb(30, 32, 39);
    transition: -webkit-transform 0.2s ease;
    transition: all 0.2s ease;
}

.mobi-nav.active {
    display: block;
}

.mobi-nav .top {
    text-align: center;
    margin: 6px 0 10px;
}

.mobi-nav nav {
    margin: 10px 0;
}

.mobi-nav .menu .item {
    border-bottom: 1px solid var(--gray);
}

.mobi-nav .menu .item:first-child {
    border-top: 1px solid var(--gray);
}

.mobi-nav .menu .item a {
    display: block;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    color: #2d2a2a;
    width: 310px;
}

.mobi-nav .menu .item a:hover,
.mobi-nav .menu .item a:active {
    background: var(--gray);
}

.mobi-nav .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.mobi-nav .btn-close:after {
    display: block;
    content: "×";
    font-size: 34px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #333;
}

.offcanvas-start {
    border: 0;
    background-color: rgb(30, 32, 39);
    max-width: 80%;
}

.offcanvas-body {
    padding: 40px 0;
}

.search-box {
    border-radius: 12px;
    padding: 8px;
    padding-left: 12px;
    background: #292c33;
    display: grid;
    align-items: center;
    grid-template-columns: max-content auto 1fr auto;
}
.search-box .form-select {
    padding: 0 20px 0 8px;
    margin: 0 14px;
    border: 0;
    border-left: 1px solid #46474b;
    border-right: 1px solid #46474b;
    width: auto;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
    background-position:
            calc(100% - 9px) calc(1em - 4px),
            calc(100% - 4px) calc(1em - 4px);
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}
.search-box .form-select option {
    color: #000;
}
.search-box .form-control {
    padding: 0;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 14px;
}
.search-box .form-control::placeholder {
    opacity: 0.5;
    color: #ccc;
}
.search-box .form-control:focus {
    box-shadow: none;
}

@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;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.splide__arrow--next,
.splide__arrow--prev {
    position: absolute;
    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;
}

.splide__arrow--next svg,
.splide__arrow--prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    display: none;
}

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

.splide__arrow--next:after {
    content: "next";
}

.splide__arrow--prev {
    display: none;
}
.splide__arrow--prev:after {
    content: "prev";
}

/*::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/
#main-content {
    padding-bottom: 30px;
    min-height: 58vh;
}

section {
    padding-bottom: 16px;
}

.page-breadcrumb {
    padding: 12px 0 12px;
    align-items: center;
    position: relative;
    display: flex;
    overflow: auto;
    white-space: nowrap;
}
.page-breadcrumb .item {
    color: var(--color-sub);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}
.page-breadcrumb .item::before {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 8px;
}
.page-breadcrumb .item:first-child::before {
    display: none;
}
.page-breadcrumb .breadcrumb_last {
    color: var(--main-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.page-title {
    padding: 28px 0 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.lzl {
    user-select: none;
    pointer-events: none;
}

.topmain {
    background: url(../images/bg-topz-min.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
    backdrop-filter: blur(1px);
    position: relative;
}
.topmain img {
    /*height: 100%;*/
    width: 100%;
    object-fit: contain;
    aspect-ratio: 10/2;
}
.topmain::after {
    content: "";
    background: linear-gradient(180deg, rgba(30, 32, 39, 0) 0%, #1e2027 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    left: 0;
    pointer-events: none;
    z-index: 3;
}

/*.topmain .sda-rennab {
    margin-top: -24px;
    z-index: 99;
}*/
.sda-rennab {
    width: 100%;
    display: grid;
    justify-content: center;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
}

.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #36373a;
}
.title span {
    padding-right: 12px;
    background: #1e2027;
    z-index: 11;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.match_section .title {
    margin-bottom: 0;
}

.view-all {
    font-size: 14px;
    color: var(--main-color);
    background-color: #1e2027;
    padding-left: 12px;
    position: relative;
    z-index: 11;
}

.grid-matches__item {
    position: relative;
    user-select: none;
}

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

.bg-match {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    opacity: 0.45;
}

.grid-match--is-hot {
    box-shadow: 0 0 0 2px rgba(255, 164, 92, 0.5);
}
.grid-match--is-hot::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg/hot-min.jpg) no-repeat;
    pointer-events: none;
    border-radius: 12px;
    background-size: cover;
    backdrop-filter: blur(1px);
    opacity: 0.35;
}
.grid-match--is-hot .grid-match__footer::before {
    box-shadow: 0 0 0 1px rgba(255, 164, 92, 0.5);
}

.grid-match__body {
    padding: 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;
}
.grid-match__league img {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.grid-match__main {
    display: flex;
    min-height: 108px;
    gap: 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 {
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: initial !important;
}

.grid-match__team {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
}
.grid-match__team-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
}
.grid-match__team--name {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    flex: 1 1 0;
    /* max-height: 40px; */
    align-content: center;
}
.grid-match__status {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    align-self: center;
}
.grid-match__vs {
    font-size: 22px;
    font-weight: 500;
}
.grid-match__vs .xspace {
    color: #aaaaaa;
}
.grid-match__date,
.grid-match__datef {
    font-size: 14px;
    font-weight: 500;
}
.grid-match__date {
    margin-left: 6px;
}
.grid-match__date .date,
.grid-match__datef .date {
    font-size: 12px;
    font-weight: normal;
}

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

.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-weight: 600;
    padding: 1px 8px;
    line-height: 20px;
    color: #fff;
    margin-left: 4px;
}

.grid-match__before .gname {
    justify-content: center;
}
.grid-match__footer {
    padding: 8px 10px;
    position: relative;
    gap: 8px;
    align-items: center;
    z-index: 1;
    min-height: 48px;
}
.grid-match__footer::before {
    content: "";
    box-shadow: 0 0 0 0.5px #4e4e4e;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.grid-match__commentator {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-size: 13px;
    text-shadow: 1px 1px 0 #000;
    max-width: calc(100% - 156px);
}
.grid-match__commentator > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.grid-match__commentator img,
.grid-match__commentator svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

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

.style2 .splide__track {
    padding-top: 15px;
    /*width: calc(100% + 40px);*/
}
.style2 .grid-matches__item {
    margin: 2px;
    height: calc(100% - 2px);
}
.style2 .grid-match {
    height: calc(100% - 2px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.style2 .grid-match__league {
    flex: 1;
    margin: 0;
    margin-right: 3px;
    font-size: 12px;
    color: #ced0d8;
    text-align: left;
    justify-content: left;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}
.style2 .time-loaded {
    font-size: 14px;
}
.style2 .time-loaded span {
    margin-left: 4px;
}
.style2 .grid-match__main {
    flex-direction: column;
    gap: 12px;
    position: relative;
    flex: 1;
    justify-content: center;
    min-height: 84px;
}
.style2 .grid-match__main .grid-match__team {
    flex-direction: row;
    justify-content: space-between;
}
.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);
    /*.gname {
      width: calc(100% - 25px);
  }*/
}
.style2 .xspace2 {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.style2 .grid-match__team-logo {
    width: 36px;
    height: 36px;
}
.style2 .grid-match__vs {
    font-size: 16px;
    width: 25px;
    text-align: right;
}
.style2 .grid-match__body {
    padding: 16px 10px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.style2 .btn {
    padding: 8px 10px;
}
.style2 .grid-match__commentator {
    /*max-width: calc(100% - 158px);*/
    max-width: calc(100% - 78px);
    line-height: 18px;
}
.style2 .grid-match__footer {
    gap: 5px;
}
.style2:hover .splide__arrow--next {
    opacity: 1;
    visibility: visible;
}

.newz .splide__arrow--next {
    right: 0;
    height: calc(100% - 18px);
    width: 77px;
    backdrop-filter: blur(1px);
    color: #fff;
    top: 0;
    margin: 0;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.newz:hover .splide__arrow--next {
    opacity: 1;
    visibility: visible;
}

.swiper-slide {
    height: auto;
}

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

.splide__arrow--next {
    right: 0;
    height: calc(100% - 15px);
    width: 50px;
    background: linear-gradient(270deg, #521300 0%, rgba(41, 43, 52, 0) 100%);
    backdrop-filter: blur(1px);
    color: #fff;
    top: 15px;
    margin: 0;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    border: 0;
}
.splide__arrow--next::after {
    font-size: 20px;
}

.news-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 6px;
    margin-top: 0;
    margin-bottom: 3px;
}
.news-info {
    color: #9497a4;
    font-size: 12px;
    line-height: 20px;
    display: flex;
}
.news-cat {
    display: flex;
    align-items: center;
}
.news-cat::before {
    content: "";
    height: 1px;
    width: 19px;
    background: #9497a4;
    margin-right: 6px;
}
.news-cat::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9497a4;
    margin: 0 10px;
}

.box-news .splide__arrow--next {
    top: 0;
    height: 100%;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.navigation-link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.navigation-link a {
    color: #9497a4;
    font-size: 16px;
    line-height: 20px;
}
.navigation-link a:hover {
    color: var(--main-color);
}
.navigation-link .active a {
    color: var(--main-color);
}

.content-intro {
    padding: 10px;
    background: #262323;
}

.grid-matches {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 20px;
    padding: 0;
    width: 100%;
}
.grid-matches.grid-matches-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.single-sport .grid-matches {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.filter-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.empty-list {
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #3a3a3a;
    border-radius: 8px;
}

.schedule .filter-tags__day {
    display: flex;
    align-items: center;
    gap: 6px;
}
.schedule .filter-tags__day .tag_item {
    border-radius: 8px;
    border: 1px solid transparent;
    background: #292c33;
    padding: 4px;
    color: #9497a4;
    position: relative;
    gap: 6px;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    line-height: 18px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    /*&.today {
      padding: 8px 12px;
  }*/
}
.schedule .filter-tags__day .tag_item b {
    color: #fff;
}
.schedule .filter-tags__day .tag_item:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    background: rgba(255, 120, 55, 0.21);
}
.schedule .filter-tags__day .tag_item:hover b {
    color: var(--main-color);
}
.schedule .filter-tags__day .tag_item:not(.today) {
    max-width: 50px;
}
.schedule .filter-tags__day .tag_item.active {
    color: var(--main-color);
    border-color: var(--main-color);
    background: rgba(254, 111, 39, 0.07);
}
.schedule .filter-tags__day .tag_item.active b {
    color: var(--main-color);
}
.schedule .filter-tags__day .tag_item .count {
    color: #fff;
    font-size: 10px;
    min-width: 18px;
    border-radius: 10px;
    background-color: var(--main-color);
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    height: 18px;
    line-height: 18px;
}
.schedule .tag_content {
    display: none;
}
.schedule .tag_content.active {
    display: block;
}

.form-search {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #292c33;
    color: #9497a4;
}
.form-search .form-control {
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    color: inherit;
}

.tourz {
    background-color: #23252e;
    margin-bottom: 20px;
}
/*.tourz li {
  padding: 16px 10px;
}*/
.tourz li.league_title {
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #003232 !important;
}

.tourz li.matches__item {
    display: flex;
    padding: 0 12px;
}
.tourz li.matches__item .match {
    padding: 16px 0;
    flex: 1 1 0;
}
.tourz li:nth-child(odd) {
    background-color: #292b34;
}
.tourz .match--odd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tourz .match__time {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    display: flex;
}
.tourz .time-loaded {
    font-size: inherit;
}
.tourz .match__commentator {
    /*position: absolute;*/
    right: 0;
    top: 50%;
    text-transform: capitalize;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 130px;
    justify-content: flex-end;
}
.tourz .match__commentator span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tourz .match__commentator img,
.tourz .match__commentator svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.tourz .team__logo {
    width: 32px;
    height: 32px;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
    object-fit: contain;
}
.tourz .match__teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    font-weight: 600;
    line-height: 22px;
}
.tourz .match__teams.eventz {
    flex: none;
}
.tourz .match__ts {
    min-width: 60px;
    display: flex;
    gap: 6px;
    justify-content: center;
    font-weight: 700;
}
.tourz .match__team {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 1;
    min-width: 100px;
    overflow: auto;
}
.tourz .match__team.team--home {
    flex-direction: row-reverse;
    text-align: right;
}

.new-content {
    user-select: none;
    /*transition: 0.1s;*/
}
.new-content:hover {
    color: var(--main-color);
}
.new-content .news-thumb {
    /*background: #2c2c2c;*/
}
.new-content .news-thumb img {
    width: 100%;
    height: 216px;
    object-fit: contain;
}

.vertical {
    margin-top: 12px;
    display: flex;
}
.vertical .new-bottom {
    flex: 1 1 0;
}
.vertical .news-thumb {
    margin-left: 6px;
    width: 130px;
}
.vertical .news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vertical .news-title {
    padding: 0;
    margin-top: 0;
    border: 0;
}
.top-match {
    background: url(../images/bg-topmatch.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.top-match_detail {
    padding: 9px;
    height: 100%;
}
.top-match_detail .xitem-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.top-match_detail .xitem-header img {
    filter: drop-shadow(1px 1px 0 #ffffff7a) drop-shadow(-1px -1px 0 #ffffff7a) drop-shadow(1px -1px 0 #ffffff7a)
    drop-shadow(-1px 1px 0 #ffffff7a);
    -webkit-filter: drop-shadow(1px 1px 0 #ffffff7a) drop-shadow(-1px -1px 0 #ffffff7a)
    drop-shadow(1px -1px 0 #ffffff7a) drop-shadow(-1px 1px 0 #ffffff7a);
    object-fit: contain;
    margin-right: 6px;
    height: 30px;
    width: auto;
}
.top-match_detail .grid-match__main {
    justify-content: center;
    gap: 8px;
}
.top-match_detail .grid-match__team {
    flex-direction: row;
    font-size: 16px;
    max-width: 40%;
    /*text-transform: uppercase;*/
}
.top-match_detail .grid-match__team.team--home {
    flex-direction: row-reverse;
}
.top-match_detail .grid-match__team .grid-match__team--name {
    font-weight: 600;
    text-align: right;
}
.top-match_detail .grid-match__team.team--away .grid-match__team--name {
    text-align: left;
}
.top-match_detail .grid-match__status {
    margin: -7px 0 0;
    gap: 8px;
    width: 140px;
}
.top-match_detail .grid-match__team-logo {
    width: 68px;
    height: 68px;
}
.top-match_detail .grid-match__vs {
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-match_detail .grid-match__vs span:not(.xspace) {
    /*min-width: 50px;*/
}
.top-match_detail .grid-match__vs .home {
    text-align: right;
}
.top-match_detail .time-loaded {
    font-size: 14px;
}

.user-login .text {
    line-height: 18px;
    margin-bottom: 10px;
}
.user-login .text .t {
    font-weight: 500;
    margin-bottom: 3px;
}
.user-login .google-btn {
    width: 195px;
    height: 38px;
    background-color: #4285f4;
    border-radius: 20px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
.user-login .google-btn .btn-text {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    margin: 0;
    width: 100%;
    padding-left: 52px;
    font-weight: 500;
}
.user-login .google-btn .google-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.user-login .google-btn .google-icon img {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}
.user-login .google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.user-login .google-btn:active {
    background: #1669f2;
}

.user-display {
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background: #3a3d44;
    border-radius: 50%;
    user-select: none;
}
.user-display .r-btn {
    margin-left: 0;
}
.user-display .dropdown-menu {
    border: none;
    padding: 8px;
    /*width: 150px;*/
    min-width: auto;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    z-index: 90;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    cursor: initial;
    background: #3a3d44;
    background-size: cover;
    border-radius: 12px;
}
.user-display .dropdown-menu .text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.user-display .dropdown-menu .text .t {
    font-weight: 700;
    margin-bottom: 5px;
}
.user-display .dropdown-menu .dropdown-item {
    color: #aaa !important;
    line-height: 1.4em;
    background: none !important;
    font-size: 14px;
    min-width: 130px;
    padding: 0.5rem;
    cursor: pointer;
    display: block;
}
.user-display .dropdown-menu .dropdown-item i {
    width: 16px;
    font-size: 16px;
}
.user-display .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background: #2f3137 !important;
}
.user-display .btn-avatar {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    padding: 0;
    margin: 0;
    border: none;
}
.user-display .for-member {
    cursor: pointer;
}

.sc-countdown {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.sc-countdown .bd {
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 15px 25px;
    align-content: center;
}
.sc-countdown .bd #sc-title {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 8px;
}
.sc-countdown .bd .sc-content {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.sc-countdown .bd .sc-content .it {
    display: inline-block;
    min-width: 70px;
    font-size: 1.1em;
    /*margin: 5px;*/
    color: #000;
    padding: 4px 4px;
    border-radius: 8px;
    background: #fff;
}
.sc-countdown .bd .sc-content .it div {
    font-size: 1.5em;
    line-height: 1;
    height: 1em;
    font-weight: 700;
    color: #000;
}

@media screen and (max-width: 991px) {
    .sc-countdown .bd {
        padding: 8px 12px;
    }
    .sc-countdown .bd #sc-title {
        display: none;
    }
    .sc-countdown .bd .sc-content {
        gap: 5px;
    }
    .sc-countdown .bd .sc-content .it {
        display: inline-block;
        min-width: 43px;
        font-size: 1em;
        padding: 4px 6px 0;
        border-radius: 8px;
    }
    .sc-countdown .bd .sc-content .it div {
        font-size: 1.2em;
        line-height: 1;
        height: 1em;
        font-weight: 700;
        color: #000;
    }
}
.title_head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 6px 0 12px;
}
@media screen and (max-width: 991px) {
    .title_head {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .title_head h1 {
        font-size: 16px !important;
        line-height: 23px !important;
    }
    .title_head .title_box {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}

.title_head h1,
.title_head h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    flex: 1 1 0;
}
.title_head .title_box {
    display: flex;
    gap: 20px;
    place-content: space-between;
    align-items: center;
}
.title_head .commentator {
    display: flex;
    align-items: center;
    gap: 12px;
}
.title_head .commentator img,
.title_head .commentator svg {
    width: 48px;
    height: 48px;
    background: var(--color-btn);
    border-radius: 50%;
}
.title_head .commentator span {
    color: #9497a4;
}
.title_head .commentator strong {
    display: block;
    color: #fff;
    font-weight: 500;
}
.title_head .commentator a {
    /*color: var(--main-color);*/
}
.title_head .tc-social {
    display: flex;
    gap: 30px;
    align-items: center;
}
.title_head .tc-social a {
    display: flex;
    align-items: center;
    gap: 3px;
}
.title_head .tc-social a > span {
    line-height: 18px;
}

.box_info-match {
    background-color: #23252e;
    color: #ced0d8;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.box_info-match span {
    display: flex;
    gap: 8px;
    align-items: center;
}
.box_info-match strong {
    color: #fff;
}

.overflow-txt {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.overflow-txt::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.new-lastest .lastest-watch,
.box-news .lastest-watch {
    height: 100%;
}
.new-lastest .lastest-watch .new-content,
.box-news .lastest-watch .new-content {
    display: flex;
    height: 100%;
    position: relative;
}
.new-lastest .lastest-watch .new-content .news-title,
.box-news .lastest-watch .new-content .news-title {
    border: 0;
    margin-top: 0;
    padding-top: 0;
}
.new-lastest .lastest-watch .new-content .new-bottom,
.box-news .lastest-watch .new-content .new-bottom {
    position: absolute;
    bottom: 32px;
    left: 0;
    background: rgba(35, 37, 46, 0.8);
    padding: 20px 24px;
    max-width: 360px;
}
.new-lastest .lastest-watch .new-content .news-thumb img,
.box-news .lastest-watch .new-content .news-thumb img {
    height: 100%;
    object-fit: cover;
}
.new-lastest .lastest-watch .new-content:hover .news-title,
.box-news .lastest-watch .new-content:hover .news-title {
    color: var(--main-color);
}
.new-lastest .new-list__thin > div,
.box-news .new-list__thin > div {
    margin-bottom: 8px;
}
.new-lastest .new-list__thin > div .new-content .news-thumb img,
.box-news .new-list__thin > div .new-content .news-thumb img {
    width: 100%;
    height: 110px;
}
.new-lastest .new-list__vertical,
.box-news .new-list__vertical {
    padding-top: 12px;
}
.new-lastest .n-item .vertical,
.box-news .n-item .vertical {
    margin: 8px 0 0;
    padding-top: 8px;
    border-top: 1px solid #393939;
    justify-content: space-between;
    display: flex;
    position: relative;
}
.vertical .new-bottom {
    flex: 1 1 0;
}
.new-lastest .n-item:first-of-type .vertical,
.box-news .n-item:first-of-type .vertical {
    border-top: 0;
    margin: 0;
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    body.player-full .title_head {
        display: none !important;
    }
    .new-lastest .new-list__thin > div .new-content .news-thumb img {
        width: 100%;
        height: 180px;
    }
}
#footer {
    padding: 20px 0 120px;
    background-color: #2b2525;
}

.btnz {
    background: var(--color3);
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #1a1d23;
    position: relative;
    border: 0;
    margin-right: 5px;
    padding: 4px;
    transition: 0.1s;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 32px;
}
.btnz:hover {
    background: #c95807;
    color: #fff;
}

.justify-content-center {
    justify-content: center;
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.vb-pagination {
    margin: 30px 0;
}
.vb-pagination .pagination .page-item {
    margin: 5px;
}
.vb-pagination .pagination .page-item .page-link {
    border-radius: 4px;
    border: none;
    background: #2f3137;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
}
.vb-pagination .pagination .page-item .page-link:hover {
    color: #25ff70;
}
.vb-pagination .pagination .page-item.active .page-link {
    background: #25ff70;
    color: #111;
    cursor: default;
}
.vb-pagination .pagination-lg .page-item .page-link {
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    min-width: 40px;
    text-align: center;
    display: block;
}

@media (min-width: 992px) {
    .content-intro {
        max-height: 940px;
        overflow-y: scroll;
    }
}
@media (max-width: 1200px) {
    /*.topmain {
      min-height: 260px;
  }*/
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .grid-matches {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .single-sport .grid-matches {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .style2 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .top-match_detail .grid-match__team {
        flex-direction: column !important;
    }
    .top-match_detail .grid-match__team .grid-match__team--name {
        text-align: center !important;
    }
    .top-match_detail .grid-match__status {
        width: auto;
    }
    /*.topmain {
      min-height: 225px;
  }*/
    .navbar {
        /*padding: 16px 0;*/
    }
    .navbar-nav {
        gap: 24px;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #46474b;
    }
    .navbar-nav .nav-link {
        text-align: left;
        padding: 0;
        padding-left: 32px;
        margin: 0;
    }
    .navbar-nav .nav-link::before {
        left: -5px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
    }
    .page-title {
        padding-top: 0;
    }
    .grid-matches {
        grid-template-columns: 1fr 1fr;
        /*display: flex;
    flex-direction: column;*/
    }
    .single-sport .grid-matches {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    /*.topmain {
      min-height: 180px;
      padding: 10px 0;
  }
  .topmain::after {
      display: none;
  }*/
    section {
        padding-bottom: 25px;
    }
    .container,
    .container-md,
    .container-sm {
        padding-left: 6px;
        padding-right: 6px;
    }
    .sda-rennab {
        grid-template-columns: 1fr;
    }
    .grid-matches {
        display: flex;
        flex-direction: column;
    }
    .single-sport .grid-matches {
        display: flex;
        flex-direction: column;
    }
    .tourz {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    .tourz li {
        padding: 10px;
    }
    .tourz li.matches__item {
        flex-direction: column;
        padding: 0;
    }
    .tourz li.matches__item .match {
        padding-bottom: 2px;
    }
    .tourz li .match--odd {
        flex-direction: column;
    }
    .tourz li .match__commentator {
        position: relative;
        transform: none;
        width: 100%;
        justify-content: center;
        margin-top: 6px;
        padding: 8px 0;
    }
    .tourz li .match__commentator img {
        width: 20px;
        height: 20px;
    }
    .tourz .match__teams {
        width: 100%;
    }
    .tourz li .match__time {
        position: static;
        transform: none;
    }
}
@media (max-width: 576px) {
    /*.topmain {
      min-height: 140px;
  }*/
    .btn {
        padding: 6px 10px;
    }
    .navbar {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .navbar .logo {
        max-width: 130px;
    }
    .navbar .nav-right {
        gap: 4px;
    }
    .navbar .btn {
        padding: 5px;
        align-items: center;
    }
    .navbar #m-tele {
        /*width: 74px;*/
    }
    .navbar .user-display {
        margin: 0;
    }
    .navbar .user-display svg {
        width: 40px;
        height: 40px;
    }
    .top-match_detail .grid-match__team .grid-match__team--name {
        font-size: 14px;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
    .grid-match__body {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .grid-match__footer {
        padding: 12px;
    }
    .grid-match__team-logo {
        width: 50px;
        height: 50px;
    }
    .grid-match__vs {
        font-size: 18px;
    }
    .grid-match__main {
        gap: 12px;
    }
    .grid-match__team--name {
        max-width: 155px;
        text-align: left;
        white-space: unset;
        text-overflow: unset;
        line-height: 22px;
    }
    .filter-match {
        flex-direction: column;
        gap: 16px;
        align-items: unset;
    }
    .lastest-watch .new-bottom {
        padding: 12px;
        bottom: 24px;
        max-width: 230px;
    }
    .search-box {
        grid-template-columns: auto auto auto;
    }
    .search-box .icon-search {
        display: none;
    }
    .search-box .form-select {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
}
@media (max-width: 400px) {
    /*.topmain {
      min-height: 105px;
  }*/
}
.mmo {
    position: relative;
}

.mmo.for-mobile {
    display: none;
}
.mmo .mmo-inner {
    background-color: rgba(44, 44, 44, 0.5);
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.mmo .mmo-inner img {
    width: 100%;
    height: 100%;
}
.mmo .mmo-inner a {
    display: block;
    height: auto;
    line-height: 0;
}
.mmo-top {
    background-color: rgba(0, 0, 0, 0.4);
}
.mmo-fixbot {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 1360px;
    max-height: 92px;
    width: 100% !important;
}
.mmo-fixbot .mmo-inner {
    margin: 0 auto;
    position: relative;
}
.mmo-fixbot .rn-close {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-shadow: 0 0 10px #fff;
    background: rgba(151, 151, 151, 0.4);
    color: #fff;
}
.mmo-fixside {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}
.mmo-fixside.to-left {
    left: calc(50% - 960px);
}
.mmo-fixside.to-right {
    right: calc(50% - 960px);
}
.mmo .xclose {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
    cursor: pointer;
}

.mo-single {
    margin-bottom: 1px;
}
.mo-dual {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}
.mo-dual .mmo {
    width: calc(50% - 1px);
}
.mmo-fixbot .mo-single,
.mmo-fixbot .mo-dual {
    margin-bottom: 0;
}

.mmo-inner.size-1330x130 {
    width: 100%;
    max-width: 1360px;
    height: 0;
    padding-bottom: 8.5%;
}
.mmo-inner.size-1330x90 {
    width: 100%;
    height: 0;
    padding-bottom: 5.8%;
    max-width: 1360px;
}
.mmo-inner.size-1330x90.dup-element {
    height: 182px;
}
.mmo-inner.size-1330x90.dup-element .mmo-link + .mmo-link {
    margin-top: 2px;
}
.mmo-inner.size-728x90 {
    width: 100%;
    height: 0;
    padding-bottom: 6.18%;
}
@media screen and (max-width: 728px) {
    .mmo-inner.size-728x90 {
        padding-bottom: 12.4%;
    }
}

.mmo-inner.size-728x90 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}
.mmo-inner.size-728x90.dup-element {
    height: auto;
    padding: 0;
}
.mmo-inner.size-728x90.dup-element .mmo-link {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 12.362%;
}
.mmo-inner.size-660x200 {
    position: relative;
    padding-bottom: 30.3%;
    max-width: 660px;
}
.mmo-inner.size-660x200 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}
.mmo-inner.size-160x800 {
    width: 160px;
    height: 800px;
}
.mmo-inner.size-500x500 {
    width: 500px;
    height: 500px;
}
.mmo-inner.size-500x500 img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

@media screen and (max-height: 620px) {
    .mmo-fixside {
        display: none;
    }
}
@media screen and (max-width: 1850px) {
    .mmo-fixside {
        top: 42%;
    }
    .mmo-inner.size-160x800 {
        width: 115px;
        height: 500px;
    }
    .mmo-fixside.to-left {
        left: calc(50% - 910px);
    }
    .mmo-fixside.to-right {
        right: calc(50% - 910px);
    }
}
@media screen and (max-width: 1620px) {
    .mmo-fixside {
        display: none;
    }
}
@media screen and (max-width: 1329px) {
    .mmo-inner.size-1330x130 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%;
    }
    .mmo-inner.size-1330x130 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }
    .mmo-inner.size-1330x90.dup-element {
        width: 100%;
        height: 0;
        padding-bottom: calc(13.533% + 2px);
    }
}
@media screen and (max-width: 728px) {
    .mo-dual {
        display: block;
        margin-bottom: 2px;
    }
    .mo-dual .mmo {
        width: 100%;
        margin-bottom: 2px;
    }
    .mmo.for-mobile {
        display: block;
    }
    .mmo.for-desktop {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .mmo-inner.size-500x500 {
        width: 100%;
        height: 100%;
    }
    .mmo-inner.size-500x500 img {
        width: 100%;
        height: 100%;
    }
}

.rn-close {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.rn-close span {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    background-color: #ffffff70;
    color: #111;
}

#bg-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
}
#bg-overlay.active {
    display: block;
    position: fixed;
}

.blvf {
    cursor: pointer;
}

#matchf-wrapper,
#blvf-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /*animation: fadeIn 0.25s ease-in both;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#matchf-wrapper.active,
#blvf-wrapper.active {
    opacity: 1;
    display: block;
}
#matchf-wrapper .matchf-dialog,
#blvf-wrapper .matchf-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    justify-content: center;
}
#matchf-wrapper .matchf-dialog .matchf-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(190, 190, 190, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 16px;
    background: #1b1d23;
    padding: 8px 10px 12px;
    user-select: none;
    width: 360px;
    max-width: 100%;
}
#matchf-wrapper .matchf-dialog .matchf-content .tit {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops {
    display: flex;
    flex-direction: column;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a {
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(190, 190, 190, 0.15);
    margin-bottom: 8px;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .img img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont .fansite {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont .blv {
    font-size: 13px;
    color: #9497a4;
}

#blvf-wrapper .matchf-dialog .blvf-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(190, 190, 190, 0.2);
    outline: 0;
    border-radius: 20px;
    background: #1b1d23;
    user-select: none;
    width: 450px;
    max-width: 100%;
}
.blvf-card {
    border-radius: 20px;
    background: #2a2c30;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.blvf-card__head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 16px;
    background: #fff;
    color: #0c0d12;
}
.blvf-card__profile {
    display: flex;
    gap: 12px;
    align-items: center;
}
.blvf-card__profile img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.blvf-card__role {
    font-size: 12px;
    font-weight: 600;
    color: #7e7f85;
    margin: 0 0 4px;
    letter-spacing: 1px;
}
.blvf-card__name {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}
.blvf-card__socials {
    display: flex;
    gap: 10px;
}
.blvf-card__social img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.blvf-card__body {
    padding: 12px;
    padding-bottom: 10px;
}
.blvf-card__section-title {
    color: #85938d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-left: 3px;
}
.list-ops {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: 290px;
    overflow-y: auto;
}
.blvf-match {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 8px 0;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.blvf-match:last-child {
    border-bottom: none;
}
.blvf-match:hover {
    background: rgba(24, 195, 102, 0.12);
}
.blvf-match__time {
    display: flex;
    flex-direction: column;
    min-width: 62px;
    text-align: center;
    color: #cfd1db;
}
.blvf-match__time strong {
    font-size: 16px;
    color: #fff;
}
.blvf-match__teams {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.blvf-match__team {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blvf-match__team .imgs {
    display: flex;
    width: 66px;
    justify-content: center;
}
.blvf-match__team img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #293032;
    object-fit: cover;
    border: 1px solid #6a6a6a;
    padding: 3px;
}

.blvf-match__team-name {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.blvf-match__team-name div {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    max-width: 172px;
}

.blvf-match__mic {
    width: 40px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);*/
}
.blvf-match__mic svg {
    width: 36px;
    height: 36px;
    object-fit: contain;
    stroke: #85938d;
}
.blvf-match__mic--live svg {
    /*background: #00ff7452;
    border-color: rgba(24, 195, 102, 0.8);*/
    stroke: #04e762;
}
@media screen and (max-width: 520px) {
    .blvf-card {
        border-radius: 20px;
    }
    .blvf-match__time {
        min-width: 0;
    }

    .blvf-match__team .imgs {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 36px;
    }

    .blvf-match__team img {
        width: 36px;
        height: 36px;
    }
    .blvf-match__team img:last-child {
        margin-left: 0 !important;
    }

    .blvf-match__team-name div {
        height: 36px;
        align-content: center;
    }
}

.mzdal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 1.75rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-modal-box-shadow: var(--bs-box-shadow);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.mzdal .mzdal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
}
.mzdal .mzdal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.mzdal .mzdal-dialog .mzdal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: 0 auto;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    background: #454545;
}

.mzdal .mzdal-dialog .mzdal-content a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.mzdal .mzdal-dialog .mzdal-content a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
}

.chatbox_cover {
}
.chatbox_cover .for-desktop {
}
.chatbox_cover .for-mobile {
    display: none;
}

@media screen and (max-width: 728px) {
    .chatbox_cover .for-desktop {
        display: none;
    }
    .chatbox_cover .for-mobile {
        display: block;
    }
}

.btn-bet-top {
    color: #1a1d23 !important;
    background-color: #ffd608;
    background-image: linear-gradient(0deg, #d1a000, #fdde49);
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 20px;
    display: block;
}
.btn-bet-top:hover {
    background-image: linear-gradient(0deg, #b38700, #fdde49);
    color: #1a1d23 !important;
    text-decoration: none;
}
.fclose-chat,
.fclose-fullscreen {
    padding: 6px 6px;
    border-radius: 0.25rem;
    border: none;
    color: #ffffff;
    background-color: #3d3d3d;
    background-image: linear-gradient(242deg, #626262, #242424);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 34px;
    text-align: center;
}
.fclose-chat:hover,
.fclose-fullscreen:hover {
    background-image: linear-gradient(180deg, #626262, #242424);
}
.fclose-chat i,
.fclose-fullscreen i {
    margin-right: 3px;
    width: 20px;
}
.fclose-chat.active,
.fclose-fullscreen.active {
    color: #fff;
    background: #737070;
}

.fclose-chat:after {
    content: "Bật chat";
}
.fclose-chat.active:after {
    content: "Tắt chat";
}
.fclose-chat.active i:before {
    content: "\e800";
}

.fclose-fullscreen:after {
    content: "Mở rộng";
}
.fclose-fullscreen.active:after {
    content: "Thu gọn";
}
.fclose-fullscreen.active i:before {
    content: "\e802";
}

@media screen and (max-width: 991px) {
    .fclose-chat:after,
    .fclose-fullscreen:after {
        display: none;
    }
    .fclose-chat i,
    .fclose-fullscreen i {
        margin: 0;
    }
    .vb-chatbox .btn-control .btn-group {
        display: flex;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 100;
        gap: 2px;
    }
    .chatbox_wrap .tab {
        width: calc(100% - 66px);
    }
}
@media screen and (max-width: 640px) {
}

.mc_wrap {
    display: block;
    position: relative;
    background: #1e2027;
    margin: 0;
    color: #fff;
}
.mc_wrap .mc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.mc_wrap .mc .mc-left {
    width: calc(100% - 380px);
}
.mc_wrap .mc .mc-right {
    width: 380px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
}
.mc_wrap .mc .mc-left .btn-control {
    padding: 3px;
    padding-bottom: 0;
}

.fansites-wrapper {
    display: flex;
    z-index: 100;
    position: relative;
}
.fansites-wrapper .fansites {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    align-self: center;
    flex: 1 1 0;
    height: 32px;
    margin-right: 5px;
}
.fansites-wrapper .fansites .fansite-link {
    display: inline-flex;
    text-transform: capitalize;
    gap: 6px;
    align-items: center;
    border: none;
    font-weight: 500;
    cursor: pointer;
    padding: 0 10px 0 0;
    font-size: 13px;
    float: none;
    user-select: none;
    margin-right: 8px;
    transition: 0.2s all;

    color: #dbdfec;
    background: #363944;
    box-shadow:
            inset 0 -1px 6px rgba(95, 131, 255, 0.12),
            inset 0 4px 8px rgba(95, 131, 255, 0.12);
    border-radius: 9px;
}
.fansites-wrapper .fansites .fansite-link:hover {
    background: #363944;
    box-shadow:
            inset 0 0 15px rgba(247, 247, 247, 0.4),
            inset 0 4px 10px rgba(247, 247, 247, 0.4);
    color: #fff;
}
.fansites-wrapper .fansites .fansite-link.active {
    background: #ffffff;
    box-shadow:
            0 4px 14px rgba(255, 255, 255, 0.18),
            inset 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #1e2027;
}
.fansites-wrapper .fansites .fansite-link:last-child {
    margin-right: 0;
}
.fansites-wrapper .fansites .fansite-link img {
    object-fit: fill;
    border-radius: 9px;
    background: #fff;
}

#match-links {
    display: flex;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: auto;
    gap: 4px;
    height: 34px;
    position: relative;
    z-index: 100;
    margin-top: 3px;
}
#match-links .sv-link {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;

    font-size: 13px;
    user-select: none;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    min-width: 50px;
    flex-shrink: 0;
    text-align: center;
    justify-content: center;
    gap: 4px;

    background: #363944;
    box-shadow:
            inset 0 -1px 3px rgba(95, 131, 255, 0.12),
            inset 0 4px 8px rgba(95, 131, 255, 0.12);
    border-radius: 20px;
    color: #fff;
}

#match-links .sv-link.gray {
    background: #c6c6c6;
}
#match-links .sv-link.tracker {
    background-color: #313131;
    box-shadow:
            inset 0 4px 14px rgba(160, 160, 160, 0.2),
            inset 0 4px 10px rgba(255, 255, 255, 0.15);
    color: #fff;
}
#match-links .sv-link:hover {
    box-shadow:
            inset 0 0 8px rgba(255, 119, 95, 0.4),
            inset 0 4px 12px rgba(255, 119, 95, 0.4);
}
#match-links .sv-link.playing {
    background: #ec5b12;
    box-shadow:
            0 4px 14px rgba(255, 86, 0, 0.39),
            inset 0 4px 10px rgba(255, 86, 36, 0.2);
    color: #fff;
}

#match-links .sv-link.re {
    color: #0030ff !important;
}
#match-links .sv-link.re:hover span {
    color: #204cff !important;
    text-decoration: underline !important;
    padding-right: 4px;
}
#match-links .sv-link i {
    font-size: 11px;
}

#match-links .sv-link i:before {
    content: "\e805";
}
#match-links .sv-link.playing i:before {
    content: "\e806";
}
.md-hide {
    display: block !important;
}
@media screen and (max-width: 769px) {
    .sm-hide {
        display: none !important;
    }
}

.fansites::-webkit-scrollbar,
#match-links::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f5f5f5;
}
.fansites::-webkit-scrollbar-thumb,
#match-links::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4d9c41), to(#19911d), color-stop(0.6, #54de5d));
}
.fansites::-webkit-scrollbar-thumb:hover,
#match-links::-webkit-scrollbar-thumb:hover {
    background: #19911d;
}
.fansites::-webkit-scrollbar-track,
#match-links::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

/*mc left*/
.player {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.3%;
    background: #000;
    height: 0;
}

.player.nolimit {
    padding-bottom: 0;
    height: auto;
    min-height: 425px;
}

.mc_wrap .mc .mc-left .player #jw {
    z-index: 3;
}

body.player-full .mc_wrap .mc .mc-left .player {
    height: calc(100vh - 116px);
    padding-bottom: 0;
}
@media screen and (max-width: 989px) {
    body.player-full .mc_wrap .mc .mc-left .player {
        padding-bottom: 56.3%;
        height: 0;
    }
}

.player iframe,
.player #jw-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.mc_wrap .mc .mc-left .mc_bottomz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 3px;
}

.mc_wrap .mc .mc-left .mc_bottomz .mct_right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mc_wrap .mc .mc-left .mc_bottomz .item {
    line-height: 16px;
    position: relative;
    padding: 2px 6px 2px 0;
    gap: 5px;
    color: #fff;
    min-width: 105px;
    border-radius: 20px;
    background-color: #000000;
    background-image: linear-gradient(45deg, #222222, #363636);
    display: flex;
    font-size: 15px;
}
@media screen and (max-width: 640px) {
    .mc_wrap .mc .mc-left .mc_bottomz .item {
        font-size: 14px;
    }
    .mc_wrap .mc .mc-left .mc_bottomz .item div {
        display: flex;
        flex-direction: column;
    }
}
.mc_wrap .mc .mc-left .mc_bottomz .item i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.mc_wrap .mc .mc-left .mc_bottomz .item i:before {
    font-size: 34px;
}
.mc_wrap .mc .mc-left .mc_bottomz .item div {
    flex: 1 1 0;
    align-self: center;
}
@media screen and (max-width: 640px) {
    .mc_wrap .mc .mc-left .mc_bottomz .item {
        font-size: 14px;
    }
    .mc_wrap .mc .mc-left .mc_bottomz .item div {
        display: flex;
        flex-direction: column;
    }
}

.mc_wrap .mc .mc-left .mc_bottomz .item div b {
    font-weight: 500;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-betnow {
    color: #000;
    background: #ffc000;
    background: linear-gradient(180deg, #ffef00 0, #ffb300 100%);
    padding-left: 0;
    gap: 0;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-mobile {
    background-image: linear-gradient(45deg, #242424 0, #770000 100%);
}

.mc_wrap .mc .mc-left .mc_bottomz .item-betnow i {
}
.mc_wrap .mc .mc-left .mc_bottomz .item-mobile i {
    background-image: linear-gradient(45deg, #ffb658 0, #f2f057 100%);
}
.mc_wrap .mc .mc-left .mc_bottomz .item-mobile i:before {
    font-size: 30px;
    padding: 2px;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-soikeo i {
    background-image: linear-gradient(45deg, #96e6a1 0, #d4fc79 100%);
}
.mc_wrap .mc .mc-left .mc_bottomz .item-soikeo i:before {
    font-size: 22px;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-tyle i {
    background-image: linear-gradient(45deg, #45d4fb 0, #57e9f2 48%, #9efbd3 100%);
}

/*mc right*/
.mc_wrap .mc .mc-right .btn-control {
    display: flex;
    flex-direction: column;
}

.mc_wrap .mc .mc-right .btn-control .btn-groupz {
    display: flex;
    gap: 4px;
    justify-content: right;
    padding: 3px;
}
.mc_wrap .mc .mc-right .tab {
    display: flex;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    height: 34px;
}
.mc_wrap .mc .mc-right .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    background: #242424;
    color: #bcbcbc;
    border-top: 1px solid #4c4c4c !important;
    height: 34px;
    text-align: center;
    padding: 5px 0 5px 8px;
    font-weight: normal;
    box-shadow: 1px 1px 1px 1px #757575 !important;
    font-size: 14px !important;
}
.mc_wrap .mc .mc-right .tab button:hover {
    background-color: #1e1e1e;
    color: #ff8f00;
    border-top: 1px solid #ff6c00;
    box-shadow: 0 0 1px #e6e6e6;
}
.mc_wrap .mc .mc-right .tab button.active {
    background-color: #121212;
    background-image: linear-gradient(180deg, #363636, #111111);
    color: #ff8f00;
    border-top: 1px solid #ff6c00 !important;
    box-shadow: 0 0 1px #e6e6e6 !important;
}
.mc_wrap .mc .mc-right .tabcontents {
    flex: 1 1 0;
    position: relative;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent {
    display: none;
    height: 100%;
    width: 100%;
    background: #282828;
    border-bottom: none;
    border-top: none;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent.active {
    display: block;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.chatbox_hide {
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
    position: absolute !important;
    height: calc(100% - 72px);
    margin-top: 72px;
}
.chatbox_hide.hide {
    display: none;
}
.chatbox_hide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1d1e22;
    background-image: url("https://static.90pcdn.com/images/chat-hide.jpg");
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-y;
    z-index: 2;
}
.chatbox_hide .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chatbox_hide .center .btn {
    background: #dbae79 !important;
    color: #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.chatbox_hide .center .btn i {
    font-size: 16px;
}

body.player-full {
    height: 100%;
    overflow: hidden;
}
body.player-full #header,
body.player-full #footer,
body.player-full .mmo-fixbot {
    display: none;
}
body.player-full .mc_wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.player-full .mc_wrap .player {
    padding-bottom: 0;
    height: calc(100vh - 116px);
}

@media screen and (max-width: 989px) {
    .mc_wrap .mc {
        flex-direction: column;
    }
    .mc_wrap .mc.active {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .mc_wrap .mc .mc-left {
        width: 100%;
    }
    .mc_wrap .mc .mc-right {
        width: 100%;
        min-height: 500px;
    }
    .mc_wrap .mc.active .mc-right {
        flex: 1 1 0;
        min-height: 0;
    }
    .mc_wrap .mc .mc-right .btn-control {
        flex-direction: row-reverse;
    }
    .mc_wrap .mc .mc-right .btn-control .btn-groupz {
        padding: 0;
        margin-left: 3px;
    }
    .mc_wrap .mc .mc-right .tabcontents {
        min-height: 550px;
    }

    .chatbox_hide {
        height: calc(100% - 34px);
        margin-top: 34px;
    }

    body.player-full .mc_wrap .player {
        padding-bottom: 0;
        height: 0;
    }
    body.player-full .mc_wrap .mc .mc-right .tabcontents {
        min-height: 0;
    }

    .fclose-chat,
    .fclose-fullscreen {
        border-radius: 0;
        box-shadow: 0 0 1px #c8c8c8 !important;

        position: absolute;
        z-index: 11;
        background: #979fad;
        width: 36px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        top: 2px;
        right: 70px;
    }

    .fclose-chat i,
    .fclose-fullscreen i {
        font-size: 20px;
    }
}
@media screen and (max-width: 728px) {
    .container.container-nop-mb {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 520px) {
    body.player-full .mc_wrap .mc .mc-left .mc_bottomz {
        display: none;
    }
}

.require-login {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    z-index: 9;
    background: rgb(58, 61, 68);
    background: linear-gradient(180deg, #636363 0%, #151617 50%, #636363 100%);
}
.require-login.active {
    display: block;
}
.require-login .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    text-align: center;
}
.require-login .content .text {
    font-size: 14px;
    line-height: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.require-login .content .text b {
    color: #f36418;
}
.google-btn {
    position: relative;
    width: 130px;
    height: 34px;
    background-color: #4285f4;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
}
.google-btn .google-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.google-btn .btn-text {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 6px 0 36px;
    margin: 0;
    width: 100%;
    font-weight: 500;
}

body.player-full .top-match_detail {
    display: none;
}
body.player-full .data-related {
    position: relative;
}
body.player-full .data-related::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 99%;
    background: #1f2027;
    z-index: 100;
}
@-webkit-keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@media screen and (max-width: 989px) {
    .is-load-focus .vir-item {
        width: calc(50% - 20px);
    }
    .is-load-list .vir-item:nth-child(n + 6) {
        display: none;
    }
    .is-load-link .vir-item:nth-child(n + 4) {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .is-load-focus .vir-item {
        width: calc(100% - 20px);
    }
    .is-load-focus .vir-item:nth-child(n + 4) {
        display: none;
    }
}

.vir-item {
    background: #313131;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 0.5rem;
}
.vir-item:before {
    content: "";
    position: absolute;
    width: 500%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -250%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.01) 20%,
            rgba(255, 255, 255, 0.03) 50%,
            rgba(255, 255, 255, 0.01) 54%
    )
    50% 50%;
    animation: ajmation 1s linear infinite;
}
.is-load-focus .vir-item {
    width: 100%;
    height: 210px;
}
.is-load-list .vir-item {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.p-zz {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.xitem2 {
    position: relative;
    display: block;
    width: 100%;
    background: #1a2c38;
    color: #fff;
    overflow-x: auto;
}
.xitem2 .match-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.xitem2 .xitem-body {
    display: flex;
}
.xitem2 .xitem-body .xcol {
    display: flex;
    flex-direction: column;
    width: 34px;
    text-align: center;
}
.xitem2 .xitem-body .xcol-main {
    flex: 1 1 0;
    width: 100%;
    text-align: left;
}
.xitem2 .xitem-body .xcol-stats {
    display: flex;
}

.xitem2 .xitem-body .xcol .top,
.xitem2 .xitem-footer {
    background: #0d1c28;
}
.xitem2 .xitem-body .xcol .top {
    height: 40px;
    align-content: center;
    font-size: 13px;
    user-select: none;
    pointer-events: none;
}
.xitem2 .xitem-body .xcol .top.ico {
    display: flex;
    align-items: center;
    justify-content: center;
}
.xitem2 .xitem-body .xcol .top img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    flex-shrink: 0;
}
.xitem2 .xitem-body .xcol .top span,
.vitem-info .xstatus {
    font-size: 12px;
    line-height: 15px;
}

.xitem2 .xitem-body .xcol.xcol-main .top {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 6px;
}
.xitem2 .xitem-body .xcol.xcol-main .top .time-loaded {
    color: #24ed2b;
}
.xitem2 .xitem-body .xcol.xcol-main .top .time-loaded span {
    margin-right: 6px;
}

.xitem2 .xitem-body .xcol.xcol-score {
    width: 35px;
}
.xitem2 .xitem-body .xcol.xcol-score .top {
}
.xitem2 .xitem-body .xcol.xcol-score .bot {
    background: #384d5b;
    border: 2px solid #557086;
}
.xitem2 .xitem-body .xcol.xcol-score .bot span {
    color: #14d037;
    font-weight: 600;
}
.xitem2 .xitem-body .xcol.xcol-score .bot i {
    font-size: 12px;
    font-style: normal;
    color: #ff8383;
    padding-left: 2px;
}

.xitem2 .xitem-body .xcol .bot {
    display: flex;
    flex-direction: column;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.xitem2 .xitem-body .xcol .bot span {
    height: 58px;
    align-content: center;
    color: #b1bad3;
}
.xitem2 .xitem-body .xcol .bot span:first-child {
    border-bottom: 1px solid #2f4553;
}
.xitem2 .xitem-body .xcol .bot .team {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 6px;
    gap: 6px;
}
.xitem2 .xitem-body .xcol .logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    flex-shrink: 0;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
    drop-shadow(-1px 1px 0 white);
    user-select: none;
    pointer-events: none;
}
.xitem2 .xitem-body .xcol .name {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    color: #fff !important;
    width: 100%;
    height: 42px !important;
    overflow: hidden;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 989px) {
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .xitem2 .xitem-body .xcol .logo {
        width: 20px;
        height: 20px;
    }
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}

.xitem2 .xitem-footer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.xitem2 .xitem-footer .xtournament {
    display: flex;
    flex: 1 1 0;
    padding: 8px 6px;
    padding-left: 0;
    gap: 4px;
    align-items: center;
    max-width: calc(100% - 150px);
    text-align: right;
}
.xitem2 .xitem-footer .xtournament .logo {
    width: 24px;
    height: 24px;
    object-fit: cover;
    flex-shrink: 0;
}
.xitem2 .xitem-footer .xtournament .name,
.xitem2 .xitem-footer .xcasters .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 13px;
    padding-top: 3px;
}
.xitem2 .xitem-footer .xcasters {
    display: flex;
    margin: 6px;
    gap: 5px;
    max-width: 140px;
    color: #fff;
    align-items: center;
    font-size: 14px;
    background: #113e61;
    padding: 2px 8px 2px 2px;
    border-radius: 20px;
}
.xitem2 .xitem-footer .xcasters img {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
}
.xitem2 .xitem-footer .xcasters .name {
}

.xitem2 .xstatus {
}
.xitem2 .xstatus span,
.vitem-info .xstatus span {
    margin-right: 4px;
    height: 24px;
    display: flex;
    border-radius: 12px;
    font-size: 12px;
    align-items: center;
    padding: 0 5px;
    gap: 2px;
    line-height: 12px !important;
}
.xitem2 .xstatus span.live,
.vitem-info .xstatus span.live {
    background: #ff2424;
    color: #fff;
}
.xitem2 .xstatus span.soon,
.vitem-info .xstatus span.soon {
    background: #ff8e46;
    color: #000;
}
.xitem2 .xstatus span.pending,
.vitem-info .xstatus span.pending {
    background: #828282;
    color: #000;
}
.xitem2 .xstatus span.finished,
.vitem-info .xstatus span.finished {
    background: #3a3a3a;
    color: #ff2a2a;
}

.match-status {
}
.match-status.soon {
    color: #faa300;
}
.match-status.pending {
    color: #8b8888;
}
.match-status.finished {
    color: #de2121;
}
.match-status.interrupted,
.match-status.canceled,
.match-status.postponed,
.match-status.delay {
    color: #ffe70f;
}
.match-status.live {
}

.security-container {
    display: flex;
    align-items: center;
    /*position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;*/
    background-color: #1e2628;
}

.security-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%; /* tỷ lệ chiều ngang (tùy chỉnh) */
    height: 100%; /* full chiều dọc */
    background: url("https://image-eu-na-ctnytbefjq.4shares.live/90link/mon/bg-security-r.jpg") center center/cover
    no-repeat;
    z-index: 1; /* dưới nội dung nếu cần */
    pointer-events: none;
}

.security-content {
    padding: 20px;
    max-width: 55%;
    width: 100%;
    text-align: center;
    color: white;
    min-height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    /*border-radius: 12px;
	background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);*/
}

.security-container.f .security-content {
    max-width: 66%;
}

.security-container.f:after {
    width: 34%;
}

.security-content.form {
    padding: 16px;
}
.security-content .hl {
    color: #00ff88;
    font-weight: 700;
}
.security-header h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.2em;
}

.security-header p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.login-section {
    margin: 25px 0;
}

.google-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #333;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.google-login-btn:hover {
    background: #f5f5f5;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.google-login-btn img {
    width: 20px;
    height: 20px;
}

.qr-section {
}

.qr-section p {
    color: #ccc;
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 17px;
}

.qr-section p.line {
    margin-bottom: 25px;
}

.security-content .line:before,
.security-content .line:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #6a6a6a;
    width: 100px;
    display: inline-block;
    margin: 0 10px 4px;
}

.qr-codes {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.qr-item img {
    width: 100%;
    height: 100%;
    min-width: 130px;
    min-height: 130px;
    max-width: 180px;
    max-height: 180px;
    border-radius: 6px;
    background: #fff;
    padding: 6px;
}

/* Security Form */
.security-form {
    text-align: left;
    margin-top: 25px;
}

.question-item {
    margin-bottom: 20px;
}

.question-item label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.question-item input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #333;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.question-item input:focus {
    outline: none;
    border-color: #00ff88;
    background: #222;
}

.question-item input::placeholder {
    color: #666;
}

.submit-btn {
    width: 30%;
    background: #00ff88;
    color: #000;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}

.submit-btn:hover:not(:disabled) {
    background: #00e67a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.3);
}

.submit-btn:disabled {
    background: #666;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Success/Error States */
.security-content.success {
    border: 2px solid #00ff88;
}

.security-content.success h3 {
    color: #00ff88;
}

.security-content.error {
    border: 2px solid #ff4444;
}

.security-content.error h3 {
    color: #ff4444;
}

.retry-btn {
    background: #ff4444;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.retry-btn:hover {
    background: #ff3333;
    transform: translateY(-1px);
}
@media (max-width: 1236px) {
    /*	.security-content.form .security-header h2 {
		display: none;
	}*/
}
@media (max-width: 1024px) {
    .security-container:after {
        background: none;
    }
    .security-content {
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .security-container {
        padding: 0;
    }

    .security-content {
        padding: 20px;
    }

    .security-header h2 {
        font-size: 20px;
    }

    .security-header h3 {
        font-size: 16px;
    }

    .qr-codes {
        gap: 15px;
    }

    .qr-item img {
        width: 100px;
        height: 100px;
    }

    .question-item input {
        padding: 10px 12px;
        font-size: 16px; /* Prevent zoom on iOS */
    }

    .submit-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media (max-width: 525px) {
    .security-content {
        padding: 6px;
    }

    .security-header h2 {
        font-size: 16px;
    }

    .login-section {
        margin: 10px;
    }

    .google-login-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .qr-section {
        margin-top: 5px;
    }
    .qr-item img {
        min-width: 130px;
        min-height: 130px;
        padding: 4px;
    }
}
@media (max-width: 480px) {
    /*	.security-header {
		display: none;
	}*/
}
