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

body {
  background-color: #f2f2f2;
}

#doc-header {
  padding: 12px;
  padding-bottom: 96px;
  background-size: cover;
  background-color: #1e1e1e;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/resource/image/doc-cover.jpg");
}
#doc-header #nav-bar {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doc-header #nav-bar a {
  width: 120px;
  height: 100%;
  margin: unset;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-image: url("/resource/icon/brand/logo-v3-white.png");
}
#doc-header #nav-bar a:last-child {
  width: 32px;
  height: 32px;
  padding: 8px;
  background-image: url("/resource/icon/doc/go-back.svg");
}
#doc-header h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-family: "Hind Siliguri", sans-serif;
}
#doc-header small {
  height: 16px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 12px auto;
  line-height: 16px;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  font-family: "Baloo Da 2", cursive;
  color: #333333;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #doc-header {
    padding: 24px;
    padding-bottom: 128px;
  }
  #doc-header #nav-bar {
    height: 64px;
    margin-bottom: 64px;
  }
  #doc-header #nav-bar a {
    width: 170px;
  }
  #doc-header #nav-bar a:last-child {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  #doc-header h1 {
    font-size: 36px;
    line-height: 40px;
  }
  #doc-header small {
    height: 18px;
    font-size: 15px;
    margin: 24px auto;
    line-height: 18px;
    padding: 16px 32px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #doc-header #nav-bar {
    margin: auto;
    width: 1140px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1600px) {
  #doc-header #nav-bar {
    width: 1280px;
  }
}

#doc-container {
  margin: auto;
  padding: 12px;
  max-width: 850px;
  margin-top: -48px;
  min-height: 120px;
  border-radius: 8px;
  margin-bottom: 48px;
  width: calc(100% - 48px);
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
#doc-container h2 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-top: 24px;
  line-height: 24px;
  font-family: "Hind Siliguri", sans-serif;
  color: #333333;
}
#doc-container p, #doc-container small, #doc-container a {
  margin: 16px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Baloo Da 2", cursive;
  color: #333333;
}
#doc-container p span, #doc-container small span, #doc-container a span {
  font-weight: 500;
  margin-right: 6px;
  font-family: "Hind Siliguri", sans-serif;
}
#doc-container a {
  color: #e50914;
}
#doc-container small {
  display: block;
  margin: 12px 0;
  margin-left: 12px;
  position: relative;
  width: calc(100% - 12px);
}
#doc-container small::before {
  top: 0;
  width: 6px;
  height: 6px;
  content: "";
  left: -18px;
  margin: 6.5px;
  display: block;
  line-height: 18px;
  border-radius: 4px;
  position: absolute;
  background-color: #999999;
}
#doc-container .content {
  margin-left: 16px;
  position: relative;
  width: calc(100% - 16px);
}
#doc-container .content::before {
  top: 5px;
  left: -16px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background-color: #999999;
}
@media screen and (min-width: 768px) {
  #doc-container {
    padding: 48px;
    margin-top: -64px;
    margin-bottom: 64px;
    width: calc(100% - 144px);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  }
  #doc-container h2 {
    margin: 20px 0;
    font-size: 20px;
    margin-top: 28px;
    line-height: 28px;
  }
  #doc-container p, #doc-container small, #doc-container a {
    margin: 20px 0;
    font-size: 17px;
    line-height: 21px;
  }
  #doc-container p span, #doc-container small span, #doc-container a span {
    margin-right: 8px;
  }
  #doc-container small {
    margin: 16px 0;
    margin-left: 16px;
    width: calc(100% - 16px);
  }
  #doc-container small::before {
    width: 8px;
    height: 8px;
    left: -22px;
    margin: 6.5px;
    line-height: 21px;
    border-radius: 5px;
  }
  #doc-container .content {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  #doc-container .content::before {
    top: 6px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1200px) {
  #doc-container {
    padding: 72px;
  }
}