@charset "UTF-8";
/* Font Family */
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&display=swap");
/* ENHANCED CSS RESET */
html {
  height: 100%;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Comprehensive element reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, a, address, cite, code, em, img, small, form, label, article, aside, canvas, header, nav, main, footer, audio, video, pre {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

/* Body improvements */
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

/* List reset */
ol, ul, li {
  list-style: none;
}

/* Quote reset */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

/* Image improvements */
img {
  height: auto;
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* Media elements */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* SVG improvements */
svg {
  fill: currentColor;
}

/* Link improvements */
a {
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a * {
  cursor: pointer;
}

a:focus {
  border: 0;
  outline: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

/* Button improvements */
button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: transparent;
}

/* Form element improvements */
button, input, label, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: inherit;
}

button:focus, input:focus, label:focus, select:focus, textarea:focus {
  border: none;
  outline: none;
}

/* Remove default button styles in Safari */
button, [type=button], [type=reset], [type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* Input improvements */
input::-ms-reveal, input::-ms-clear {
  display: none;
}

/* Remove search input styling */
input[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  appearance: none;
  -webkit-appearance: none;
}

/* Number input arrows removal */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

/* Textarea improvements */
textarea {
  overflow: auto;
  resize: vertical;
}

/* Autofill styling */
input:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  caret-color: #313131;
  box-shadow: 0 0 0 1000px #313131 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #313131 inset !important;
}

/* Progress element */
progress {
  vertical-align: baseline;
}

/* Details element */
details {
  display: block;
}

summary {
  cursor: pointer;
  display: list-item;
}

[contenteditable] {
  outline: none; /* Remove blue focus outline */
  border: none; /* Remove default border */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  background: transparent;
  color: inherit;
  font: inherit; /* Use parent font */
  letter-spacing: inherit;
  white-space: nowrap; /* Optional – behave like input */
}

[contenteditable]:focus {
  outline: none;
}

/* Template element */
template {
  display: none;
}

/* Hidden attribute */
[hidden] {
  display: none !important;
}

/* Accessibility improvements */
[aria-busy=true] {
  cursor: progress;
}

[aria-disabled=true] {
  cursor: not-allowed;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
/* Utility classes */
[data-hidden=true] {
  display: none;
}

.no-scroll {
  height: 100vh !important;
  overflow: hidden !important;
}

/* Screen reader only content */
.sr-only {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

/* Focus visible improvements for better accessibility */
:focus-visible {
  outline-offset: 2px;
  outline: 2px solid currentColor;
}

/* Remove focus outline for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Generic Viewport Width for Grouping - v1.0.0 */
.vw-100, .vw-50, .vw-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.vw-100.center, .vw-50.center, .vw-33.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vw-100.right, .vw-50.right, .vw-33.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.vw-100.left, .vw-50.left, .vw-33.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.vw-100 {
  width: 100%;
}

.vw-50 {
  width: 50%;
}

.vw-33 {
  width: 33.333%;
}

@media (max-width: 768px) {
  .vw-50 {
    width: 100%;
  }
  .vw-33 {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .vw-33 {
    width: 100%;
  }
}
:host, :root {
  --brand-font: "Hind Siliguri", sans-serif;
  --brand-font-content: 'Baloo Da 2', cursive;
  --brand-primary: #00BCD4;
  --brand-secondary: #e50914;
  --brand-generic-red: #FF5722;
  --brand-generic-green: #4CAF50;
  --brand-generic-yellow: #FFC107;
  --brand-generic-white: #EEEEEE;
  --brand-font-c900: #1e1e1e;
  --brand-font-c600: #7b7b7b;
  --brand-font-alt-c900: #E1E1E1;
  --brand-font-alt-c600: #868f9f;
  --brand-fg-primary: #7B7B7B;
  --brand-bg-primary: #F2F3F4;
  --brand-bg-secondary: #FDFDFD;
  --brand-bg-tertiary: #E2E2E2;
  --foxAlphaWhite:rgba(225, 225, 225, 0.50);
  --foxPartialAlphaWhite:rgba(225, 225, 225, 0.25);
  --foxAlphaBlack: rgba(30, 30, 30, 0.50);
  --foxAlpha80Black: rgba(30, 30, 30, 0.80);
  --foxPartialAlphaBlack: rgba(30, 30, 30, 0.25);
}

:host-context(.dark), :root.dark {
  --brand-font-c900: #E1E1E1;
  --brand-font-c600: #868f9f;
  --brand-font-alt-c900: #101010;
  --brand-font-alt-c600: #7b7b7b;
  --brand-bg-primary: #0D0F11;
  --brand-bg-secondary: #191D23;
  --brand-bg-tertiary: #262C36;
  --brand-fg-primary: #868F9F;
}

/* Works on Chrome/Edge/Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--brand-bg-primary);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--brand-bg-tertiary);
  border: 2px solid var(--brand-bg-primary);
}

::-webkit-scrollbar-corner {
  background: var(--brand-bg-primary);
}

/* Generic Viewport Width for Grouping - v1.0.0 */
.vw-100, .vw-50, .vw-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.vw-100.center, .vw-50.center, .vw-33.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vw-100.right, .vw-50.right, .vw-33.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.vw-100.left, .vw-50.left, .vw-33.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.vw-100 {
  width: 100%;
}

.vw-50 {
  width: 50%;
}

.vw-33 {
  width: 33.333%;
}

@media (max-width: 768px) {
  .vw-50 {
    width: 100%;
  }
  .vw-33 {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .vw-33 {
    width: 100%;
  }
}
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("/asset/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("/asset/image/brand/logo-white.png");
}
#doc-header #nav-bar a:last-child {
  width: 32px;
  height: 32px;
  padding: 8px;
  background-image: url("/asset/icon/arrow-right.svg");
}
#doc-header h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: var(--brand-font);
  color: var(--brand-generic-white);
}
#doc-header small {
  height: 16px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 12px auto;
  line-height: 16px;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  color: #333333;
  font-family: var(--brand-font);
  background-color: var(--brand-generic-white);
}
@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: 700;
  text-align: left;
  margin-top: 24px;
  line-height: 24px;
  font-family: var(--brand-font);
  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: var(--brand-font);
  color: #333333;
}
#doc-container p span, #doc-container small span, #doc-container a span {
  font-weight: 600;
  margin-right: 6px;
  font-family: var(--brand-font);
}
#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;
  }
}