/* input(366,21): run-time error CSS1036: Expected expression, found '$' */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
}

input {
  outline: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
  /*.col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-8 {

  }*/
}
.hidden {
  display: none !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova-Regular.woff2?v=M59eOqbuH6MJ4CaxIEtZyppqtaY") format("woff2"), url("/fonts/ProximaNova-Regular.woff?v=M59eOqbuH6MJ4CaxIEtZyppqtaY") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova-Bold.woff2?v=M59eOqbuH6MJ4CaxIEtZyppqtaY") format("woff2"), url("/fonts/ProximaNova-Bold.woff?v=M59eOqbuH6MJ4CaxIEtZyppqtaY") format("woff");
  font-weight: bold;
}
body {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 100px;
  justify-content: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
}

h1 {
  margin: 0;
}

header {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .logo {
  display: flex;
  padding-top: 15px;
  align-items: center;
}
header .logo-img {
  padding-right: 10px;
}
header .logo-img img {
  height: 30px;
  width: 65px;
}
header .logo-divider {
  color: #fff;
  font-size: 24px;
  padding-right: 10px;
}
header .logo-text {
  color: #fff;
  font-size: 18px;
}

.dark-switch {
  margin-top: 5px;
}
.dark-switch input[type=checkbox].help-switch {
  position: absolute;
  margin: 8px 0 0 16px;
  display: none;
}
.dark-switch input[type=checkbox].help-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 20px;
  font-size: 14px;
  color: #94A3B8;
}
.dark-switch input[type=checkbox].help-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 40px; /* x*5 */
  height: 8px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #E2E8F0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dark-switch input[type=checkbox].help-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px; /* x*3 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dark-switch input[type=checkbox].help-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.dark-switch input[type=checkbox].help-switch:checked + label:after {
  margin-left: 16px;
}
.dark-switch input[type=checkbox].help-switch:checked + label:before {
  background: #22C55E;
}
.dark-switch input[type=checkbox].help-switch + label:before {
  background: #94A3B8;
}

.dark {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin: 10px 0 20px 0;
}
.dark-text {
  padding-right: 10px;
}

.nav {
  position: fixed;
  top: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  z-index: 999;
}
.nav a,
.nav a:hover,
.nav a:visited,
.nav a:focus {
  text-decoration: none;
}
.nav-back {
  display: flex;
  align-items: center;
}
.nav-back-icon {
  padding-top: 5px;
}
.nav-back .material-icons {
  font-size: 15px;
}

.title {
  display: flex;
  align-items: center;
}
.title .t-1 {
  padding-right: 5px;
}
.title .t-3 {
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

#content {
  margin-bottom: 40px;
  padding: 0px 40px 40px 40px;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content h1 {
  letter-spacing: 0px;
  font-weight: 700;
}
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child {
  margin-top: 20px;
}

html[data-theme=dark] body {
  --attentionBg: #2b3343;
  --attentionBorder: 1px solid #333a4a;
  --attentionColor: #d9dde3;
  --header-first: #cbd5e1;
  color: #cbd5e1;
  background: #0f172a;
}
html[data-theme=dark] header {
  background: #1e293b;
  border-bottom: 1px solid #475569;
}
html[data-theme=dark] mark {
  background: #334155;
  color: #cbd5e1;
}
html[data-theme=dark] .nav {
  background: #0f172a;
}
html[data-theme=dark] .nav a {
  text-decoration: none;
  color: #3393df;
}
html[data-theme=dark] a {
  text-decoration: none;
  color: #3393df;
}
html[data-theme=dark] .main-content {
  background: #1e293b;
  border: 1px solid #475569;
  border-radius: 8px;
}
html[data-theme=dark] .main-content h1 {
  color: #e2e8f0;
}
html[data-theme=dark] p.subheading2 {
  color: #cbd5e1;
}
html[data-theme=dark] .scrollTop {
  border: 1px solid #475569;
  background: #1e293b;
}
html[data-theme=dark] .sidebar {
  background: #1e293b;
  border: 1px solid #475569;
  border-radius: 8px;
}
html[data-theme=dark] .sidebar a {
  color: #3393df;
}
html[data-theme=dark] .sidebar-relateditems {
  border-bottom: 1px #475569 solid;
}
html[data-theme=dark] .sidebar-btn {
  background: #2b3343;
  color: #d9dde3;
  border: 1px solid #333a4a;
}
html[data-theme=dark] .sidebar-btn span {
  color: #d9dde3;
}
html[data-theme=dark] .sidebar-btn:hover {
  background: #0074d0;
}
html[data-theme=dark] .sidebar-btn:hover a:hover {
  text-decoration: none;
}
html[data-theme=dark] .expandingblock {
  background: var(--attentionBg);
  border: 1px solid #475569;
  border-radius: 8px;
}

html[data-theme=light] body {
  color: #1e293b;
  background: #f7f9fa;
  --attentionBg: #f3f9fd;
  --attentionBorder: #e6f2fb;
  --attentionColor: $default;
  --header-first: #0078d7;
}
html[data-theme=light] header {
  background: #0074d0;
}
html[data-theme=light] .nav {
  background: #f7f9fa;
}
html[data-theme=light] a {
  text-decoration: none;
  color: #0074d0;
}
html[data-theme=light] .main-content {
  background: #fff;
  border-radius: 4px;
}
html[data-theme=light] .main-content h1 {
  color: #0074d0;
}
html[data-theme=light] mark {
  background: #e3eaee;
}
html[data-theme=light] p.subheading2 {
  color: #1e293b;
}
html[data-theme=light] .scrollTop {
  border: 1px #f2f5f8 solid;
  background: #fff;
}
html[data-theme=light] .sidebar {
  background: #fff;
  border-radius: 4px;
}
html[data-theme=light] .sidebar-relateditems {
  border-bottom: 1px #F2F5F8 solid;
}
html[data-theme=light] .sidebar-btn {
  background: #f1f5f9;
  color: #64748b;
}
html[data-theme=light] .sidebar-btn:hover {
  background: #f8fafc;
}
html[data-theme=light] .sidebar-btn-green {
  background: #22c55e;
  color: #fff;
}
html[data-theme=light] .sidebar-btn-green:hover {
  background: #4ade80;
}
html[data-theme=light] .sidebar-btn-green span {
  color: #fff;
  font-size: 16px;
}

.procedureheading,
.featureheading {
  color: var(--attentionColor);
}

.listbullet {
  color: var(--default);
}

.expandingblock {
  background: #fff;
}

.highlight {
  background: #F2F5F8;
}

ul.listbulletshading {
  background-color: var(--attentionBg);
}

.attentionheading,
.attentionheading2 {
  color: var(--attentionColor);
}

.attentionheading {
  color: var(--attentionColor);
  background-color: var(--attentionBg);
  border: 1px solid var(--attentionBorder);
  border-bottom: 0;
}

.listcontinueshading,
.listcontinueshadingweb,
.listcontinueshading2,
.listcontinueshadingweb2 {
  background-color: var(--attentionBg);
  border: 1px solid var(--attentionBorder);
}

.attentionfooter,
.attentionfooterweb {
  background-color: var(--attentionBg);
  border-color: var(--attentionBorder);
  border-bottom-color: var(--attentionBorder);
}

.heading1:first-child,
.heading2:first-child,
.heading3:first-child,
.heading4:first-child,
.heading5:first-child,
.heading6:first-child,
.heading7:first-child {
  color: var(--header-first);
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
}

.cao-status {
  background: #f1f5f9;
  color: #64748b;
}

.examplefooter,
.examplefooterweb {
  background-color: var(--attentionBg);
  border-color: var(--attentionBorder);
  border-bottom-color: var(--attentionBorder);
}

.exampleheading,
.exampleheadingweb {
  color: var(--attentionColor);
  background-color: var(--attentionBg);
}

.subheading2web {
  color: #005FAA;
}

ul.listbulletshading {
  background-color: var(--attentionBg);
}

.listbreak {
  margin: 0;
}

li.listbulletshading {
  background-color: var(--attentionBg);
}

.content-block-main a:hover {
  text-decoration: underline;
}

.detail {
  display: flex;
  flex-direction: row;
}
.detail .main-content {
  width: calc(100% - 380px);
}
.detail .right-content {
  width: 360px;
  height: auto;
  margin-left: 20px;
}

.content-related-items ol {
  padding-left: 0;
}

ol {
  padding-left: 25px;
}

ul,
ol {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

.main-content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  line-height: 1.5;
}
.main-content h1 {
  margin: 0;
  font-size: 30px;
  margin: 10px 0;
}

.sidebar {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
}
.sidebar a,
.sidebar a:hover,
.sidebar a:active,
.sidebar a:visited,
.sidebar a:focus {
  text-decoration: none;
}
.sidebar-relateditems h2 {
  margin: 0;
  margin: 10px 0;
  font-size: 30px;
}
.sidebar-relateditems {
  line-height: 1.5;
}
.sidebar-relateditems .content-related-items-showmore {
  display: none;
}
.sidebar-relateditems {
  margin-bottom: 20px;
}
.sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  /*background: #F1F5F9;
  color: #64748B;*/
}
.sidebar-btn:hover {
  /*background: #F8FAFC;*/
}
.sidebar-btn {
  /*    &:hover > &-icon span {
    color: $white;
  }*/
}
.sidebar-btn-icon {
  padding-left: 15px;
}
.sidebar-btn-icon span {
  color: #64748b;
  font-size: 16px;
  padding-top: 2px;
}
.sidebar-btn-label {
  padding-left: 8px;
  padding-bottom: 1px;
  font-size: 14px;
}

.ais-Hits-item {
  margin-bottom: 10px;
}

.expandingblock {
  padding: 10px 20px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 49, 88, 0.3019607843);
}

#content img {
  max-width: 100%;
  height: auto;
}

.expandClass {
  transition: transform 0.3s;
  transform: rotate(90deg);
}

#content video {
  max-width: 100%;
  height: auto;
}

.animate-bounce {
  animation-name: bounce;
  animation-duration: 1s;
}

@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

bullet {
  display: block;
  margin-top: 5px;
}

.code2,
.code {
  font-family: monospace;
  word-wrap: break-word;
  box-decoration-break: clone;
}

p.subheading {
  font-weight: 700;
  margin-top: 20px;
}
p.subheading2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.cao-tag a:active,
.cao-tag a:hover {
  text-decoration: none;
}

.cao-help--logo {
  text-align: center;
}

.content-related-items-showMoreLink {
  display: none;
}

.cao-status {
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
  transition: all ease-in-out 0.2s;
}
.cao-status a,
.cao-status a:hover,
.cao-status a:active,
.cao-status a:visited,
.cao-status a:focus {
  color: #64748b;
}
.cao-status:hover {
  background: #f8fafc;
}
.cao-status--icon {
  padding-left: 5px;
}
.cao-status--description {
  padding-left: 5px;
  padding-bottom: 2px;
}

ul.listbulletshading {
  list-style-type: Disc;
  list-style-image: none;
  list-style-position: outside;
  margin-top: 0pt;
  margin-bottom: 0pt;
  padding-left: 6pt;
}

ul.listbullet {
  padding-left: 25px;
  list-style-type: Disc;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
ul.listbullet li {
  list-style-type: Disc;
}

li.tablelistbullet {
  display: list-item;
  list-style-type: disc;
}

ul.tablelistbullet {
  padding-left: 25px;
}

ol.listalpha2 {
  list-style-type: Lower-Alpha;
  list-style-position: outside;
}

li.listalpha2 {
  list-style-type: Lower-Alpha;
  list-style-position: outside;
}

ul.listbullet2 {
  padding-left: 20px;
}

.listbullet {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background-color: inherit;
  word-spacing: normal;
  letter-spacing: normal;
  vertical-align: baseline;
  text-decoration: none;
  text-transform: none;
  line-height: 1.5;
  margin-top: 3pt;
  margin-bottom: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  padding-top: 0pt;
  padding-bottom: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  float: none;
  clear: none;
  text-align: left;
  text-indent: 0cm;
  width: auto;
  height: auto;
  white-space: normal;
}

.tablesubheading {
  font-weight: 700;
}

.tablebodytextcentered {
  text-align: center;
}

.subheading,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6,
.heading7 {
  word-spacing: normal;
  letter-spacing: normal;
  vertical-align: baseline;
  text-decoration: none;
  text-transform: none;
  line-height: normal;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0px;
  padding-bottom: 10px !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 60px;
  float: none;
  clear: none;
  text-align: left;
  text-indent: 0cm;
  width: auto;
  height: auto;
  white-space: normal;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.tableintopic,
.tableintopic td,
.tableintopic th,
.tableintopic .tableheading,
.tableintopic .bodytext,
.tableintopic .tablebodytext {
  background: none !important;
  margin: 0 !important;
  padding: 6px !important;
  border: 0 !important;
}

.tableintopic-scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.youtube-fs {
  width: 100%;
  height: auto;
  display: block;
}

p.bodytext {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-block-start: 5px;
  margin-block-end: 5px;
}

.tableintopic {
  margin-bottom: 2em !important;
}

.tableintopic .tableheading {
  color: var(--header-first);
  font-weight: 700;
}

.tableintopic .bodytext,
.tableintopic .tablebodytext {
  padding: 0.2em !important;
}

.tableintopic {
  margin-top: 20px !important;
}
.tableintopic tr {
  border-bottom: 1px solid #C3CBD3;
}
.tableintopic tr:first-child {
  border-top: 2px solid var(--header-first) !important;
  border-bottom: 2px solid var(--header-first) !important;
}
div.fullscreen div.articlecontent div.articlepadding p {
  margin: 0px 0px 0px 0px;
}

.tableheading {
  padding-top: 3pt;
  padding-bottom: 3pt;
  padding-left: 3pt;
  padding-right: 3pt;
}

ol {
  padding-left: 25px;
}
ol.listnumber {
  list-style-position: outside;
}

.subheading2web {
  font-weight: bold;
}

li.listnumber {
  list-style-type: Decimal;
}

.feature {
  list-style-type: none;
  background-image: url(/images/feature.png?v=M59eOqbuH6MJ4CaxIEtZyppqtaY);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: inherit;
  line-height: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20pt;
  padding-right: 0;
  margin-bottom: 15px;
}

ul.feature {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-position: outside;
}

li.listnumber2 {
  list-style-type: none;
  background-image: url(/images/feature.png?v=M59eOqbuH6MJ4CaxIEtZyppqtaY);
  background-repeat: no-repeat;
  background-position: 0pt 0pt;
  background-color: inherit;
  line-height: 200%;
  margin-left: 0px;
  padding-top: 0pt;
  padding-bottom: 0pt;
  padding-left: 35pt;
  padding-right: 0pt;
}

.nav-back-scroll {
  transition: all 0.2s ease-in;
}

mark {
  padding: 0;
}

.procedureheading,
.featureheading {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.featureheading {
  margin-bottom: 0px;
}

.attentionheading,
.listcontinueshading {
  margin: 0px 0px 0px 0px;
}

.attentionheading {
  padding: 8px;
  display: block;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0px;
}

.listcontinueshading,
.listcontinueshadingweb,
.listcontinueshading2,
.listcontinueshadingweb2 {
  padding: 8px;
  display: block;
  border-top: 0px;
  border-bottom: 0px;
}

.listcontinueshading2 {
  padding: 0;
  margin: 5px 0 10px 0;
  border: 0;
  margin-bottom: 0px;
}

.attentionfooter,
.attentionfooterweb {
  display: block;
  font-size: 0pt;
  margin-bottom: 6pt;
  border-bottom-style: solid;
  border-bottom-width: 0px;
}

.listbulletshading > .attentionfooter {
  margin-left: -20px;
}

.listbulletshading > .attentionfooter {
  margin-left: -20px;
}

ul.listvideo {
  padding-left: 0px;
}

.listvideo li {
  background: url(/images/video_icon.png?v=M59eOqbuH6MJ4CaxIEtZyppqtaY) left 3px no-repeat;
  list-style: none;
  padding-left: 45px;
  line-height: 45px;
}

.profitlink,
.demolink,
.specialbold {
  font-weight: bold;
  color: var(--default);
}

.listcontinue {
  margin: 0;
}

.listcontinue2 {
  margin: 0;
}

.exampleheading {
  margin: 0;
}

.listbreak {
  margin: 0;
}

li.listbulletshading {
  margin-left: 20px;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: Disc;
}

li.listbullet2 {
  display: list-item;
  list-style-type: circle;
}

.exampleheading,
.exampleheadingweb {
  display: block;
  font-weight: bold;
  border: none;
  padding: 8px;
  border-radius: 4px 4px 0 0;
}

.examplefooter,
.examplefooterweb {
  padding: 8px;
  display: block;
  font-size: 1pt;
  margin-bottom: 6pt;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-radius: 0 0 4px 4px;
  margin: 0 0 0 0;
  margin-bottom: 10px;
}

.copy-on {
  display: none;
}

.heading7 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.content-related-items {
  display: none;
}
.content-related-items-title {
  display: none;
}
.content-related-items-showmore {
  text-decoration: none;
  font-size: 12px;
}
.content-related-items-showmore a,
.content-related-items-showmore a:hover,
.content-related-items-showmore a:active {
  color: #1A1F24;
}
.content-related-items-showmore a:hover:after {
  content: "...";
}
.content-related-items .relatedItemsVraagAntwoord-Link,
.content-related-items .relatedItemsHelp-Link,
.content-related-items .relatedItemsMelding-Link,
.content-related-items .relatedItemsReleasenote-Link,
.content-related-items .relatedItemsCaoReleasenote-Link {
  display: none;
}
.content-related-items h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.content-related-items ol {
  padding-left: 0;
}
.content-related-items ol a,
.content-related-items ol a:hover,
.content-related-items ol a:active {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3em;
  text-decoration: none;
  word-wrap: break-word;
  width: 99%;
}
.content-related-items ol a:hover {
  text-decoration: underline;
}

.expandingblocktemplate {
  /*display: flex;
  align-items: center;*/
  margin: 10px 0px;
}
.expandingblocktemplate img {
  margin-right: 5px;
  height: 14px;
}

.logodetail {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  height: auto;
}
.logodetail-img svg {
  width: 76px;
  height: 27px;
}
.logodetail-line {
  font-size: 40px;
}
.logodetail-product {
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
  padding-bottom: 4px;
}

ol.listnumber + ul.listbulletshading {
  margin-left: 25px;
}

p.listcontinueshading {
  border: 0px;
}

.scrollTop {
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding: 5px;
  cursor: pointer;
}
.scrollTop-icon {
  display: flex;
  justify-content: center;
}
.scrollTop-icon .material-icons {
  color: #0074d0;
}
.scrollTop-text {
  font-size: 14px;
  color: #0074d0;
}

@media (min-width: 320px) and (max-width: 1000px) {
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .detail {
    flex-direction: column;
  }
  .detail .main-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail .right-content {
    width: 100%;
    margin-left: 0px;
  }
}
.tablebodytextright,
.bodytextright {
  margin: 0 !important;
  padding: 0.2em !important;
  text-align: right;
}

body.embed {
  padding: 20px;
}
body.embed .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.embed #content {
  padding-left: 20px;
  padding-right: 20px;
}
body.embed .detail .main-content {
  width: 100%;
}