/* 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;
}

.ads-horizontal-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 32px auto;
  position: relative;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: repeat;
  background-color: #e4e4e4;
}
.ads-horizontal-banner .outbound-ads {
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
}
.ads-horizontal-banner .ads-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");
}
.ads-horizontal-banner .ads-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.28));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.28));
}
.ads-horizontal-banner .ads-img-container .as-image {
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.ads-horizontal-banner .ads-img-container .as-image:first-child {
  border-left: unset;
}
.ads-horizontal-banner .ads-img-container .as-image:last-child {
  border-right: unset;
}
.ads-horizontal-banner .txt-container {
  height: 96px;
  padding: 12px;
}
.ads-horizontal-banner .txt-container .label {
  margin-top: 8px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: #e50914;
  font-family: "Baloo Da 2", cursive;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
}
.ads-horizontal-banner .txt-container h3 {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Baloo Da 2", cursive;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.28);
}
@media screen and (min-width: 576px) {
  .ads-horizontal-banner {
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ads-horizontal-banner .ads-img-container {
    width: calc(100% - 180px);
  }
  .ads-horizontal-banner .txt-container {
    width: 180px;
    height: auto;
  }
  .ads-horizontal-banner .txt-container .label {
    margin-top: unset;
  }
}
@media screen and (min-width: 992px) {
  .ads-horizontal-banner {
    margin: 48px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ads-horizontal-banner .ads-sign {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 20px;
  }
  .ads-horizontal-banner .ads-img-container {
    width: calc(100% - 280px);
  }
  .ads-horizontal-banner .txt-container {
    width: 280px;
  }
  .ads-horizontal-banner .txt-container .label {
    font-size: 48px;
    line-height: 100%;
  }
  .ads-horizontal-banner .txt-container h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .ads-horizontal-banner .ads-img-container {
    width: calc(100% - 320px);
  }
  .ads-horizontal-banner .txt-container {
    width: 320px;
  }
}