* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PlexSans';
  font-size: 12px;
  color: #333333;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
  text-align: center;
}

.main-header {
  background: linear-gradient(6deg, #015 50%, rgb(0, 170, 255));
  color: #666666;
  padding: 10px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  padding-left: 33px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.main-header h1 {
  font-size: 1.2rem
}

.main-header h4 {
  padding-left: 72%;
  font-size: 1rem;
}

.main-footer {
  font-size: 1rem;
  background-color: #bbbbbb;
  color: #111111;
  clear: both;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.3%;
}

.doc-footer {
  font-size: 1rem;
  background-color: #bbbbbb;
  color: #111111;
  clear: both;
  position: relative;
  height: 33rem;
  left: 0;
  bottom: -10;
  right: 0;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.3%;
}


.mainLogoDiv {
  background-color: white;
  text-align: left;
  display: flex;
  width: 38px;
  height: 50px;
}

.mainNameDiv {
  background-color: transparent;
  text-align: left;
  display: flex;
}

input[type=text],
textarea {
  transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.faAngleDoubleDown:before {
  content: "\f103";
}

.faAngleDoubleUp:before {
  content: "\f102";
}


pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #eeeeee;
  border-style: ridge;
  padding: 0 1em 0 0;
  margin: 6px;
  z-index: 1;
  outline: none;
}

select:focus {
  outline: none;
  background: #fff;
  background-color: #fff;
}

/* Remove default bullets */
ul,
#myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

#myUL ul,
li,
span {
  font-size: 1.1rem;
  padding: 6px;
  font-weight: normal;
  padding: 0.5rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

li > a{
  text-decoration: none;
  font-size: 1.1rem;
  color:#136;
  padding: 1rem;
  padding-left: 1rem;
  line-height: 1.5rem;
}

summary::-webkit-details-marker {
    display: none;
}
summary {
  list-style: none;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color:rgb(1, 56, 104);
}

details>summary::before{
   content: '';
   background-image: url('/docs/iconbook.png');
   width: 15px;
   height: 15px;
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   
   margin-right: 6px;
   vertical-align: middle;
   
}
details[open]>summary::before{
   content: '';
   background-image: url('/docs/iconbookopen.png');
   width: 15px;
   height: 15px;
   
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   
}
.platform >.psummary::before{
   content: '';
   background-image: url('/cohesivePlatform.svg');
   width: 14px;
   height: 14px;
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   margin-right: 5px;
   margin-left: 3px;
   vertical-align: middle;
}
.ostudio >.osummary::before{
   content: '';
   background-image: url('/studioIcon1.svg');
   width: 17px;
   height: 17px;
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   margin-right: 6px;
   vertical-align: middle;
}
.runtime >.rsummary::before{
   content: '';
   background-image: url('/runtimeIcon.svg');
   width: 20px;
   height: 16px;
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   margin-right: 4px;
   vertical-align: middle;
}
.flow >.fsummary::before{
   content: '';
   background-image: url('/flow.svg');
   width: 18px;
   height: 18px;
   background-size: cover; /* Or contain, 100% 100%, etc. */
   background-repeat: no-repeat;
   display: inline-block;
   margin-right: 5px;
   margin-left: 2px;
   vertical-align: middle;
}


/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
  background-color: #69c;
}

.selectedPage {
  color: #0665ae;
  background-color: #ddd;
}


tbody tr:nth-child(2n+1) {
  background: #ebedef;
}



/* * {margin: 0; padding: 0; list-style: none;} */
.indexRt ul li {
  margin-left: 10px;
  position: relative;
  padding-left: 0px;
  line-height: 2.5rem;
}

.indexRt ul li::before {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: rgb(1, 105, 170);
  top: 5px;
  bottom: -21px;
  left: -10px;
}

body>.indexRt ul>li:first-child::before {
  top: 12px;
}

.indexRt ul li:not(:first-child):last-child::before {
  display: none;
}

.indexRt ul li:only-child::before {
  display: list-item;
  content: " ";
  position: absolute;
  width: 1px;
  background-color: rgb(1, 105, 170);
  top: 5px;
  bottom: 7px;
  height: 7px;
  left: -15px;
}

.indexRt ul li::after {
  content: " ";
  position: absolute;
  left: -10px;
  width: 10px;
  height: 1px;
  background-color:  rgb(1, 105, 170);
  top: 21px;
}

.indexRt li a.active {
  font-weight: bold;
  background-color: #6aa6e0;
  border-left: 3px solid #e28d0f;
  color: #fff;
  transition: 0.3s ease background-color;
  padding: 3px;
  font-size: 1.2rem;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  color:#69c;
}

.indexRt li a {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color:#369;
}


/* vietnamese */
@font-face {
  font-family: 'Genos';
  font-style: italic;
  font-weight: 400;
  src: url('/pfonts/genos3.woff') format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Genos';
  font-style: bold;
  font-weight: 400;
  src: url('/pfonts/genos2.woff') format('woff');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Genos';
  font-style: normal;
  font-weight: 400;
  src: url('/pfonts/genos1.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'PlexSans';
  font-style: normal;
  font-weight: 400;
  src: url('/pfonts/PlexSans-Regular.ttf');
}

@font-face {
  font-family: 'PlexSans';
  font-style: bold;
  font-weight: 500;
  src: url('/pfonts/PlexSans-SemiBold.ttf');
}

@font-face {
  font-family: 'PlexSans';
  font-style: italic;
  font-weight: 400;
  src: url('/pfonts/PlexSans-Italic.ttf');
}

@font-face {
  font-family: 'PlexSans';
  font-style: normal;
  font-weight: 300;
  src: url('/pfonts/PlexSans-Light.ttf');
}


@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('/pfonts/Prompt-Regular.ttf');
}

@font-face {
  font-family: 'Prompt';
  font-style: bold;
  font-weight: 500;
  src: url('/pfonts/Prompt-SemiBold.ttf');
}

@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  src: url('/pfonts/Prompt-Italic.ttf');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: url('/pfonts/Prompt-Light.ttf');
}


.genos {
  display: inline-block;
  font: 14px/1 PlexSans;
  font-weight: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#myUL li span {
  /* font-family: sans-serif; */
  font-size: 1rem;
}

#myUL li {
  /* font-family: sans-serif; */
  font-size: 1rem;
}

#myUL li a {
  /* font-family: sans-serif; */
  font-size: 1rem;
  padding-left: 1rem;
}





.syvizo-ql-size-large {
  font-size: 1rem;
}

.syvizo-ql-size-huge {
  font-size: 2rem;
  font-family: 'Prompt';
}


.ql-editor .syvizo-ql-size-large {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ql-editor .syvizo-ql-size-huge {
  font-size: 2.5rem;
}




/*ApimApplication.js*/
.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.Resizer:hover {
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
  width: 6px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}

.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.disabled {
  cursor: auto;
}

.Resizer.disabled:hover {
  border-color: transparent;
}

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


@font-face {
  font-family: 'FA';
  font-style: normal;
  font-weight: 400;
  src: url('/pfonts/af-webfont.ttf');
}

.facebook {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: 25px;
  text-rendering: auto;
  /* transform: rotate(180deg); */
  color: #fff;
}

.facebook:before {
  content: "\f082";
}

.linkedin {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: 25px;
  text-rendering: auto;
  /* transform: rotate(180deg); */
  color: #fff;
}

.linkedin:before {
  content: "\f0e1";
}

.youtube {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: 25px;
  text-rendering: auto;
  /* transform: rotate(180deg); */
  color: #fff;

}

.youtube:before {
  content: "\f16a";
}

.github {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: 25px;
  text-rendering: auto;
  /* transform: rotate(180deg); */
  color: #fff;
}

.github:before {
  content: "\f09b";
}

.x {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: 25px;
  text-rendering: auto;
  /* transform: rotate(180deg); */
  color: #fff;
}

.x:before {
  content: "\f0e1";
}

.socialp {
  margin: 0.5vh;

  /* cursor: pointer; */
}
.roundplus:before {
  content: "\f055";
  font-size: 1.5rem;
}


