.content-container .technical-content {
  gap: 2rem;
}

/* Sticky provisional Content */
/*
.sticky {
  position: fixed;
  top: calc(60px + 2.5rem);
}
*/

strong {
  font-family: "Oracle Sans Semi Bold";
}

/*
.chapters {
  max-width: 512px;
}
*/

.ovideoOne {
  margin-bottom: 11px;
  border: solid 1px #919db8;
  float: right;
  margin-left: 1rem;
}

.ovideoTwo {
  margin-bottom: 11px;
  border: solid 1px #919db8;
}

@media (max-width: 1290px) {
  .ovideoOne,
  .ovideoTwo {
    float: none;
    margin-left: 0rem;
    width: 100%;
  }
  /*
  .chapters {
    max-width: 335px !important;
  }
  */
}

/*
@media (max-width: 1130px) {
  .sticky {
    top: calc(100px + 2.5rem);
  }

  .chapters {
    max-width: 205px !important;
  }
}

@media (max-width: 990px) {
  .chapters {
    max-width: 190px !important;
  }
}

@media (max-width: 900px) {
  .chapters {
    max-width: 105px !important;
    overflow-y: hidden !important;
  }
}
  */

@media (max-width: 767px) {
  .ovideoOne,
  .ovideoTwo {
    height: 193px;
  }
}

/* ================== TAGS ================== */

/* 
  h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f2f3f3;
  }
  */

.page p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
}

.oracleDepBTN {
  max-width: 400px !important;
  border: none;
  margin: 0px;
}

.page img {
  /* margin-top: 24px; */
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 800px !important;
  border: solid 1px #919db8;
  height: auto !important;
}

.page .noBorder {
  border: solid 1px #919db800 !important;
}

pre {
  overflow-x: auto;
}

tt,
code,
kbd,
samp,
pre {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}

.page ul {
  display: block;
  list-style-type: disc;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.page ul li,
.page ol li {
  margin-bottom: 0.5em;
  list-style-position: outside;
}

.page li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

/* ================== CODES ================== */

div.highlighter-rouge,
figure.highlight {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  background: #2b3244;
  color: #eeffff;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 0.75em;
  line-height: 1.8;
}

div.highlighter-rouge > pre,
div.highlighter-rouge pre.highlight,
figure.highlight > pre,
figure.highlight pre.highlight {
  margin: 0;
  padding: 1em;
}

.highlight pre {
  width: 100%;
}

.highlight .p {
  color: #eeffff;
}

.highlight .c1 {
  color: #b2ccd6;
}

.highlight .w {
  color: #eeffff;
}

.highlight .cp {
  color: #b2ccd6;
}

.highlight .se {
  color: #f78c6c;
}

.highlight .nv {
  color: #f07178;
}

.highlight .nl {
  color: #eeffff;
}

.highlight .p {
  color: #eeffff;
}

.highlight .s1 {
  color: #c3e88d;
}

.highlight .s2 {
  color: #c3e88d;
}

.highlight .kc {
  color: #c792ea;
}

.highlight .mi {
  color: #f78c6c;
}

.highlight .nf {
  color: #82aaff;
}

.highlight .k {
  color: #c792ea;
}

.highlight .ow {
  color: #89ddff;
}

.highlight .s {
  color: #c3e88d;
}

.highlight .nb {
  color: #eeffff;
}

.highlight .n {
  color: #eeffff;
}

.highlight .o {
  color: #89ddff;
}

.highlight .na {
  color: #82aaff;
}

.highlight .err {
  color: #f07178;
}

.highlight .nt {
  color: #89ddff;
}

.highlight .kt {
  color: #ffcb6b;
}

.highlight .m {
  color: #f78c6c;
}

.highlight .mf {
  color: #f78c6c;
}

.highlight .nx {
  color: #82aaff;
}

.highlight .gp {
  color: #b2ccd6;
  font-weight: bold;
}

p > code,
a > code,
li > code,
figcaption > code,
td > code {
  padding: 0.25em 0.5rem;
  background: #efefef;
}

figcaption {
  margin-bottom: 0.5em;
  color: #646769;
  font-family: "Oracle Sans", "Noto Sans Hebrew", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75em;
}

/* ================== PICTURES ================== */

picture {
  display: inline-block;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 0.5em;
}

@media (max-width: 768px) {
  .alignright {
    float: none;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 11px;
  }
}

.aligncenter {
  width: 100%;
  text-align: center;
}

.alignright,
.alignleft {
  max-width: 50%;
  height: auto;
}

/*
  img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  */

/* ================== TABLES ================== */
table {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  font-family: "Oracle Sans", "Noto Sans Hebrew", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75em;
  border-collapse: collapse;
  overflow-x: auto;
}

p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}

.page ol {
  margin-left: 5vh;
}

thead {
  background-color: #f2f3f3;
  border-bottom: 2px solid #b6b6b6;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tr,
td,
th {
  vertical-align: middle;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

th {
  padding: 0.5em;
  font-weight: bold;
  text-align: left;
}

td {
  padding: 0.5em;
  border-bottom: 1px solid #b6b6b6;
}

/* ================== NOTES ================== */
blockquote.notice {
  background: #8fe3ff;
}

.notice {
  margin: 2em 0 !important;
  padding: 1em;
  color: #3d4144;
  font-family: "Oracle Sans", "Noto Sans Hebrew", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #f2f3f3;
}

.notice p:last-child {
  margin-bottom: 0 !important;
}

.page__content p {
  margin: 0 0 1.3em;
}

/* ================== New Titles ================== */
.slide__title {
  color: rgb(0, 0, 0);
  margin-top: 35px;
  position: relative;
  font-family: "Oracle Sans Semi Bold";
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 16px;
  padding-bottom: 0.5rem;
}

.page h2 {
  font-family: "Oracle Sans Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 16px;
  padding-bottom: 0.5rem;
}

.page h3 {
  font-family: "Oracle Sans Semi Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 16px;
  padding-bottom: 0.5rem;
}

.page h4 {
  font-family: "Oracle Sans Semi Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-bottom: 0.5rem;
}

.slide__num {
  background: #00747a;
  color: white;
  padding: 0 0.7ch;
}

#icon-imageLam {
  max-width: 18px;
}

/* ================== NEW STYLES ================== */

/*HERO MODIFICATIONS */

/*
  .hero.heightShort {
    height: 12.5rem !important;
  }
  
  .hero .content-container .content {
    max-width: 60% !important;
  }
  
  */

#c27e1038-2284-486c-8d50-cbdded31c492customComponentDiv
  > section
  > div.content-container
  > div
  > div.body
  > p:nth-child(2) {
  font-weight: 400;
  line-height: 26px;
}

.header-link {
  display: none !important;
}

/*
html body .container a {
  text-decoration: none;
  color: #ffffff !important;
}
*/

html body .container .page a {
  text-decoration: none !important;
  color: #00747a !important;
}

html body .container .page a:hover {
  text-decoration: underline !important;
  color: #0ca29f !important;
}

.otable {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  overflow-x: auto;
}

td {
  min-height: 2.5rem;
  padding: 1.385em;
}

.cpad .cwidth,
.cpad .cwidth > :last-child {
  margin-bottom: 0;
}

.otable .otable-w2 {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.otable tr {
  border-bottom: 1px solidrgba(22, 21, 19, 0.1);
}

.otable th {
  text-align: left;
  background: #edeff5;
  border-top-color: transparent;
}

.otable th {
  padding: 1.385em;
  font-family: "Oracle Sans Bold";
}

.otable tr td:first-child {
  border-left-color: transparent;
}

.otable td {
  white-space: normal;
  padding: 1.385em;
  border-bottom: solid #edeff5 1px;
}

.content-container .chapters ul li a {
  color: #57637f !important;
}
#u10 > div > div.u10w5.u10w10 > ul.u10-links > li > a,
#icon-id06861753677157003 {
  color: #fff;
}
