@charset "UTF-8";

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

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

  line-height: 1em;

  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.fa-comment-slash:before { content: '\e800'; } /* '' */
.fa-comment:before { content: '\e801'; } /* '' */
.fa-compress:before { content: '\e802'; } /* '' */
.fa-comments:before { content: '\e803'; } /* '' */
.fa-expand:before { content: '\e804'; } /* '' */
.fa-pause:before { content: '\e805'; } /* '' */
.fa-play:before { content: '\e806'; } /* '' */


: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: #1E2027;
  color: white;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: system-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: 1140px
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1330px
  }
}



.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: 0px 2px 4px 0px rgba(40, 40, 40, 0.38);
  border-radius: 7px;
}
.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: 24px;
  line-height: 1;
  display: inline-block;
}

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

/* Header */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 35px;
}
.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: 12px;
}

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

#m-tele {
  background: #0094c9;
  color: #fff;
  display: flex;
}
#m-tele img {
  margin-right: 2px;
}
#m-bet {
  background: var(--color3);
}

.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;
}
.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-around;
  gap: 8px;
}

.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;
  width: 28px;
  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;
  margin-bottom: 8px;
  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.3);
}
.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;
  opacity: 0.45;
  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.3);
}

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

.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: 18px;
}

.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__date, .grid-match__datef {
  font-size: 14px;
  font-weight: 600;
  /*margin-right: 4px;*/
}
.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% - 65px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.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 12px 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-bottom: 3px;
}

.news-info {
  color: #9497A4;
  font-size: 12px;
  line-height: 20px;
}

.news-info {
  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;
  display: grid;
  gap: 16px;
  padding: 0;
  width: 100%;
}

.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: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%;
  transform: translateY(-50%);
  text-transform: capitalize;
  display: flex;
  gap: 5px;
  align-items: center;
}
.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: 180px;
  object-fit: cover;
}

.vertical {
  margin-top: 12px;
  display: flex;
}
.vertical .news-thumb {
  margin-left: 6px;
  width: 90px;
  min-width: 90px;
}
.vertical .news-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.vertical .news-title {
  padding: 0;
  margin-top: 0;
  border: 0;
}

.top-match_detail {
  background: url(../images/bg-topmatch.png) no-repeat;
  background-size: cover;
  padding: 5px 0;
  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);
}
.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: center;
}
.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;
  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;
}
.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;
}

#play-main .player__left {
  padding-right: 0 !important;
}
/*#play-main .player__left .tc_links {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 3px;
}
#play-main .player__left .tc_links button {
  display: flex;
  text-transform: capitalize;
  gap: 3px;
  align-items: center;
  font-weight: 500;
  cursor: unset;
  font-size: 13px;
  user-select: none;
  background-color: #df2c2c;
  color: #fff;
  border: none;
}*/
#play-main .player__left #match-links {
  display: flex;
  flex: 1 1 0;
  white-space: nowrap;
  overflow: auto;
  gap: 5px;
}
#play-main .player__left #match-links a {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 4px;
  background: #343434;
  color: #fff;
  font-size: 13px;
  user-select: none;
  line-height: 24px;
  margin-bottom: 3px;
  cursor: pointer;
}

#play-main .player__left #match-links button {
  text-transform: capitalize;
  gap: 3px;
  align-items: center;
  font-weight: 500;
  cursor: unset;
  font-size: 13px;
  display: inline-flex;
  margin-right: 5px;
  user-select: none;
  background-color: #df2c2c;
  color: #fff;
  border: none;
}
#play-main .player__left .tc_links #match-links a i {
  font-size: 14px;
  margin-right: 1px;
}
#play-main .player__left .tc_links #match-links a.playing {
  background: #FF6F27;
}
#play-main .player__left .tc_links #match-links a.playing i:before {
  content: "\e806";
}
#play-main .player__left .embedz {
  background: #100200;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.33%;
}
#play-main .player__left .embedz #jw {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#play-main .player__left .title_head {
  display: none;
}
#play-main .player__right {
  background-color: #1B1D23;
  overflow: hidden;
  height: 100%;
  padding-left: 0 !important;
  position: relative;
}
#play-main .player__right .btn-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
#play-main .player__right .btn-control .btn-group {
  display: flex;
  gap: 6px;
}
#play-main .player__right .btn-control .btn-group .btn-tab {
  padding: 4px 8px;
  border-radius: 0.25rem;
  border: none;
  color: var(--color-sub);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
#play-main .player__right .btn-control .btn-group .btn-tab i {
  font-size: 14px;
}
#play-main .player__right .btn-control .btn-group .btn-tab.btn-tchat {
  background: #4d5057;
}
#play-main .player__right .btn-control .btn-group .btn-tab.btn-tchat span:before {
  content: "Tắt chat";
}
#play-main .player__right .btn-control .btn-group .btn-tab.btn-tchat.slash {
  background: #343434 !important;
}
#play-main .player__right .btn-control .btn-group .btn-tab.btn-tchat.slash span:before {
  content: "Bật chat";
}
#play-main .player__right .btn-control .btn-group .btn-tab.btn-tchat.slash i:before {
  content: "\e801";
}
#play-main .player__right .tab {
  background: #23252E;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#play-main .player__right .tab .item {
  background: #313131;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  line-height: 24px;
  padding: 5px 10px;
  text-transform: capitalize;
  /*box-shadow: 0 0 1px #e6e6e6 !important;*/
}
#play-main .player__right .tab .item.active {
  background: #000;
  color: var(--main-color);
  border-color: var(--main-color);
}
#play-main .player__right .tab .item:hover {
  color: var(--main-color);
}
#play-main .player__right .tabcontents {
  height: calc(100% - 65px);
  position: relative;
}
#play-main .player__right .tabcontents .chat-require-login {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  z-index: 2;
  padding: 22px 8px 6px;
  background: rgb(58, 61, 68);
  background: linear-gradient(0deg, rgba(58, 61, 68, 0.95) 0%, rgba(58, 61, 68, 0.95) 80%, rgba(58, 61, 68, 0) 100%);
}
#play-main .player__right .tabcontents .chat-require-login.active {
  display: block;
}
#play-main .player__right .tabcontents .chatbox_cover {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}
#play-main .player__right .tabcontents .chatbox_cover::before {
  content: "";
  background-color: #1d1e22;
  background-image: url(/images/chat-hide.jpg);
  background-size: contain;
  background-position: left center;
  background-repeat: repeat-y;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#play-main .player__right .tabcontents .chatbox_cover .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: #dbae79 !important;
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  text-transform: initial;
  font-weight: 500;
  padding: 8px;
  line-height: 18px;
  width: 145px;
}
#play-main .player__right .tabcontents .chatbox_cover .btn i {
  font-size: 14px;
  margin-right: 3px;
}
#play-main .player__right .tabcontents .chatbox_cover.hide {
  display: none;
}
#play-main .player__right .tabcontents .tabcontent {
  display: none;
  background: #282828;
  min-height: 520px;
  height: 100%;
  position: relative;
}
#play-main .player__right .tabcontents .tabcontent.active {
  display: block;
}
#play-main .player__right .tabcontents .tabcontent .chatbox {
  height: 100%;
}

.btn-expand {
  background: #343434 !important;
}
.btn-expand span:before {
  content: "Mở rộng";
}

body.player-full {
  height: 100%;
  overflow: hidden;
}
body.player-full .btn-expand {
  background: #4d5057 !important;
}
body.player-full .btn-expand span:before {
  content: "Thu gọn";
}
body.player-full .btn-expand i:before {
  content: "\e802";
}
body.player-full #play-main {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  /*padding: 6px;*/
  padding-bottom: 0;
  height: 100%;
}
body.player-full #play-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
}
body.player-full #play-main .player__left {
  border-right: 1px solid #2d2d2d;
  float: none;
  /*width: 100%;*/
  z-index: 3;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
body.player-full #play-main .player__left .embedz {
  /*height: calc(100% - 32px);*/
  height: calc(100% - 150px);
  padding-bottom: initial;
}
body.player-full #play-main .player__left .embedz::before {
  padding-top: 0;
}
body.player-full #play-main .player__left .title_head {
  display: block;
}
body.player-full #play-main .player__left .title_head h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.player-full #play-main .player__right {
  padding-left: 0;
  padding-right: 0;
}
body.player-full #play-main .player__right .vb-chatbox {
  height: 100%;
  overflow: hidden;
}
body.player-full #play-main .player__right .vb-chatbox .chatbox_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  height: 100%;
}

.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: 5px 25px;
  min-width: 280px;
  min-height: 100px;
  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 {
  padding: 10px 12px;
}
.title_head h1, .title_head h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.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: 20px;
  align-items: center;
}
.title_head .tc-social a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.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;
}
.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) {
  #play-main .player__left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #play-main .player__left #match-links {
/*    float: none;
    white-space: nowrap;
    overflow: auto;
    display: block !important;*/
  }
  #play-main .player__left #match-links a {
/*    display: inline-block !important;
    float: none;*/
  }
  #play-main .player__right {
    padding-right: 0 !important;
  }
  #play-main .player__right .tab {
    width: calc(100% - 72px);
  }
  #play-main .player__right .btn-control {
    padding: 0;
  }
  #play-main .player__right .btn-control .btnz {
    display: none;
  }
  #play-main .player__right .btn-control .btn-group {
    /*flex-direction: column;*/
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 5;
    gap: 2px;
  }
  #play-main .player__right .btn-control .btn-group .btn-tab {
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    font-size: 14px;
  }
  #play-main .player__right .btn-control .btn-group .btn-tab span::before {
    display: none;
  }
  #play-main .player__right .tabcontents {
    height: calc(100% - 36px);
    position: relative;
  }
  body.player-full .embedz {
    height: unset;
    padding-bottom: 56.33% !important;
  }
  body.player-full .title_head {
    display: none !important;
  }
  body.player-full #play-main {
    padding: 0;
  }
  body.player-full #play-main .player__left {
    position: fixed;
  }
  body.player-full #play-main .player__right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    top: 260px;
    height: calc(100% - 260px);
  }
  body.player-full .tabcontents {
    height: calc(100% - 36px);
  }
  body.player-full .tabcontents .tabcontent {
    min-height: 100% !important;
  }
  body.player-full .chatbox {
    height: 100%;
  }
  .btn-top {
    display: inline-block;
    height: 28px;
    line-height: 15px !important;
    padding: 1px 4px !important;
    margin-left: 5px;
    width: 65px !important;
  }
  .title_head {
    padding: 6px 0;
  }
  .title_head h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .title_head .title_box {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .new-lastest .new-list__thin > div .new-content .news-thumb img {
    width: 100%;
    height: 180px;
  }
}
#footer {
  padding: 20px 0 90px;
  background-color: #2b2525;
  /*background: url(../images/bg-footer-min.jpg) no-repeat center center;
  background-size: cover;*/
}

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

.btn-top::before {
  content: "CƯỢC UY TÍN 100%";
}

.btn-top-mid::before {
  content: "CƯỢC UY TÍN";
}

.btn-top-short::before {
  content: "ĐẶT CƯỢC";
}
.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__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;
  }
  .tourz li {
    padding: 10px;
  }
  .tourz li .match--odd {
    flex-direction: column;
  }
  .tourz li .match__commentator {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 8px;
  }
  .tourz li .match__commentator img {
    width: 20px;
    height: 20px;
  }
  .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: 8px;
  }
  .navbar .btn {
    padding: 5px;
    /*width: 78px;*/
  }
  .navbar #m-tele {
    /*width: 74px;*/
  }
  .navbar .user-display {
    margin: 0;
  }
  .navbar .user-display svg {
    width: 24px;
    height: 24px;
  }
  .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;
}

.mmo-top {
  background-color: rgba(0, 0, 0, 0.4);
}

.mmo-fixbot {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}

.mmo-fixbot .mmo-inner {
  margin: 0 auto;
  position: relative;
}

.mmo-fixbot .rn-close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  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: 46%;
  transform: translateY(-50%);
}

.mmo-fixside.to-left {
  left: calc(50% - 835px);
}

.mmo-fixside.to-right {
  right: calc(50% - 835px);
}

.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-dual {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.mo-dual .mmo {
  width: calc(50% - 1px);
}

.mo-single {
  margin-bottom: 2px;
}

.mmo-inner.size-1330x130 {
  width: 100%;
  height: 130px;
}

.mmo-inner.size-1330x90 {
  width: 100%;
  max-width: 1330px;
  height: auto;
  max-height: 90px;
  display: block;
  /*padding-bottom: 7%;*/
}

.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: 12.362%;
}

.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: 800px) {
  .mmo-inner.size-160x800 {
    width: 120px;
    height: 600px;
  }
  .mmo-fixside.to-left {
    left: calc(50% - 790px);
  }
  .mmo-fixside.to-right {
    right: calc(50% - 790px);
  }
}
@media screen and (max-height: 620px) {
  .mmo-fixside {
    display: none;
  }
}
@media screen and (max-width: 1720px) {
  .mmo-inner.size-160x800 {
    width: 120px;
    height: 600px;
  }
  .mmo-fixside.to-left {
    left: calc(50% - 790px);
  }
  .mmo-fixside.to-right {
    right: calc(50% - 790px);
  }
}
@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: 860px) {
  .mo-dual {
    display: block;
    margin-bottom: 2px;
  }
  .mo-dual .mmo {
    width: 100%;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 728px) {
  .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: 50px;
  height: 50px;
  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: #fff;
  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;
}

#matchf-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 {
  opacity: 1;
  display: block;
}
#matchf-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;
}
.fansites-wrapper {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.fansites {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1 1 0;
  align-self: center;
  height: 38px;
}

.fansites::-webkit-scrollbar, #match-links::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.fansites::-webkit-scrollbar-thumb, #match-links::-webkit-scrollbar-thumb {
  background: #a33a3a;
}
.fansites::-webkit-scrollbar-thumb:hover, #match-links::-webkit-scrollbar-thumb:hover {
  background: #cc2121;
}
.fansites::-webkit-scrollbar-track, #match-links::-webkit-scrollbar-track {
  background: #acacac;
}

.fansites .fansite-link {
  display: inline-flex;
  border-radius: 6px;
  color: #ffffff;
  text-transform: capitalize;
  gap: 4px;
  align-items: center;
  border: none;
  font-weight: 500;
  cursor: pointer;
  padding: 1px 5px;
  background: #3F4246;
  font-size: 13px;
  float: none;
  user-select: none;
  margin-right: 3px;
}
.fansites .fansite-link.active {
  background-color: #da3401;
  color: #fff;
}
.fansites .fansite-link img {
  border-radius: 50%;
}


.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: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  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;
}