/* Add generic styles here! */
/* CROSS BROWSER SCROLL BAR */
*.no-scrollbar {
  scrollbar-width: none;
}
*.no-scrollbar::-webkit-scrollbar {
  width: 0px;
}
*.no-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
*.no-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 1px solid transparent;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 30, 30, 0.5) #f6f8fa;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #f6f8fa;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.5);
  border: 1px solid #f6f8fa;
}

*.dark-scroll {
  scrollbar-color: rgba(225, 225, 225, 0.5) #1e1e1e;
}
*.dark-scroll::-webkit-scrollbar-track {
  background: #1e1e1e;
}
*.dark-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(225, 225, 225, 0.5);
  border: 1px solid #1e1e1e;
}

*.cat-section-scroll {
  scrollbar-color: #e4e4e4 #fbfbfb;
}
*.cat-section-scroll::-webkit-scrollbar-track {
  background: #fbfbfb;
}
*.cat-section-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e4e4e4;
}

body {
  background-color: #f6f8fa;
}

#go-back {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  padding-bottom: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(30, 30, 30)), to(rgba(30, 30, 30, 0.5)));
  background: linear-gradient(0deg, rgb(30, 30, 30) 0%, rgba(30, 30, 30, 0.5) 100%);
}
#go-back a {
  width: 48px;
  height: 48px;
  margin: auto;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  background-image: url("/resource/icon/ui/close.svg");
}
#go-back a:active, #go-back a:hover {
  opacity: 0.65;
}
@media screen and (min-width: 768px) {
  #go-back {
    padding-bottom: 48px;
  }
  #go-back a {
    width: 56px;
    height: 56px;
  }
}

div[data-type=no-json] {
  padding-top: 32px;
  position: relative;
}
div[data-type=no-json] > img {
  display: block;
  margin: auto;
  width: 96px;
  height: 96px;
}
div[data-type=no-json] > h2, div[data-type=no-json] > p, div[data-type=no-json] > a {
  display: block;
  margin: 8px auto;
  color: #1e1e1e;
  text-align: center;
  font-family: "Hind Siliguri", sans-serif;
}
div[data-type=no-json] > h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
div[data-type=no-json] > p {
  font-size: 14px;
  font-weight: 600;
}
div[data-type=no-json] > a {
  width: 96px;
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  padding: 8px 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #1e1e1e;
}

.info-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
  max-width: 450px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
  width: calc(100% - 72px);
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
}
.info-wrapper[data-type=no-json] {
  position: fixed;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .info-wrapper {
    left: 320px;
  }
}

.info-wrapper-live {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
  max-width: 450px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
  width: calc(100% - 72px);
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.16));
}
.info-wrapper-live[data-type=no-json] {
  position: fixed;
  padding-top: 24px;
}
.info-wrapper-live h2 {
  color: #e50914 !important;
}
.info-wrapper-live .red-btn {
  background-color: #e50914 !important;
}

.static-ad-card {
  padding: 32px 12px;
  border-radius: 8px;
  position: relative;
  background-size: cover;
  font-family: "Hind Siliguri", sans-serif;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resource/image/static-ad/mobile-bg.png");
}
.static-ad-card .ad-sign {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 16px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/resource/icon/ui/ads-sign.svg");
}
.static-ad-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.static-ad-card .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.static-ad-card .content .item.one {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.static-ad-card .content .item.two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.static-ad-card .content .item .title {
  font-size: 32px;
  font-weight: 700;
  color: #fbfbfb;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
}
.static-ad-card .content .item .address, .static-ad-card .content .item .contact {
  font-size: 19px;
  font-weight: 700;
  color: #c10000;
}
.static-ad-card .content .item .name {
  font-size: 24px;
  font-weight: 700;
  color: #c10000;
}

@media screen and (min-width: 360px) {
  .static-ad-card .content .item .title {
    font-size: 36px;
  }
  .static-ad-card .content .item .address, .static-ad-card .content .item .contact {
    font-size: 20px;
  }
  .static-ad-card .content .item .name {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .static-ad-card {
    padding: 48px 24px;
    background-image: url("/resource/image/static-ad/desktop-bg.png");
  }
  .static-ad-card .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .static-ad-card .content .item.one {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .static-ad-card .content .item .title {
    font-size: 48px;
  }
  .static-ad-card .content .item .address, .static-ad-card .content .item .contact {
    font-size: 21px;
  }
  .static-ad-card .content .item .name {
    font-size: 28px;
  }
}