/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: 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;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.37em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 0;
  color: #333334;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #333334;
  text-decoration: none;
}

@media (max-width: 300px) {
  body {
    overflow-x: scroll;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #E63946;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #E63946;
}

h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #E63946;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333334;
  text-transform: uppercase;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

h6.ic-lato-font {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  margin-bottom: 0;
}

i {
  font-size: 16px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 576px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

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

.element::after {
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
section > p a {
  color: #E63946;
}
section > p a:hover {
  color: #E63946;
}
section ul {
  padding-left: 40px;
}
section > p:not(:last-child) {
  margin-bottom: 16px;
}

pre {
  display: block;
  padding: 0;
  margin: 35px 0 0;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 19px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  margin-top: 44px;
}

.ic-word-color {
  color: #E63946;
}

.ic-pre-code {
  color: #000;
  background: rgba(150, 150, 150, 0.1);
  padding: 22px;
  margin-bottom: 0;
}

.mark,
mark {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ebab53;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ic-body > p:not(:last-child) {
  margin-bottom: 16px;
}
.font-weight-600 {
  font-weight: 600;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  line-height: 1.2 !important;
}

.ic-body + h3 {
  margin-top: 50px !important;
}

.mt-25 {
  margin-top: 25px;
}

.ic-btn {
  text-align: center;
  background-color: #607d8b;
  color: #fff;
  box-shadow: none;
  padding: 4px 6px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  font-size: 13px;
  outline: 0;
  display: inline-block;
}
.ic-btn.buttons-create {
  background-color: #607d8b;
  border: none !important;
}
.ic-btn.buttons-csv {
  background-color: #42ca7f;
}
.ic-btn.buttons-excel {
  background-color: #236c45;
}
.ic-btn.buttons-pdf {
  background-color: #ad0b00;
}
.ic-btn.buttons-print {
  background-color: #f8b425;
}
.ic-btn.buttons-reload {
  background-color: #9ca8b3;
}
.ic-btn span {
  color: #fff;
}
.ic-btn span i {
  margin-right: 8px;
  font-size: 13px;
}

.btn {
  padding: 0.2rem 0.6rem;
}

.btn-primary {
  background-color: #28aaa9;
  border: 1px solid #28aaa9;
}
.btn-primary:hover {
  background-color: #239594;
  border: 1px solid #239594;
}

.ic-code-structured {
  padding: 20px 0px 0px 20px;
}

.ic_product_title {
  text-transform: unset;
}

.ic-left-sidebar {
  background-color: #252525;
  width: 280px;
  float: left;
  height: 100vh;
  position: fixed;
  z-index: 11;
  padding-bottom: 70px;
  overflow-y: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* mozilla */
  scrollbar-color: #a1a1a1 #F1F1F1;
  scrollbar-width: thin;
  /* custom scroll bar */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 767.98px) {
  .ic-left-sidebar {
    display: none;
  }
}
.ic-left-sidebar::-webkit-scrollbar {
  width: 8px;
}
.ic-left-sidebar::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.ic-left-sidebar::-webkit-scrollbar-thumb {
  background: #a1a1a1;
}
.ic-left-sidebar::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.ic-child {
  margin-top: 50px;
}
.ic-child .ic-doc-image {
  margin-top: 20px;
}

.ic-child h3 {
  font-size: 20px;
  margin-bottom: 7px !important;
}

.ic-logo-a {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.4);
  height: 220px;
  line-height: 220px;
}

.ic-nested-child {
  margin: 20px 0px 0px 20px;
}
.ic-nested-child h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #E63946;
}

.ic-body div + p {
  margin-top: 16px !important;
}

nav.ic-doc-nav {
  padding: 0;
}
nav.ic-doc-nav ul {
  width: 100%;
}
nav.ic-doc-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #373737;
}
nav.ic-doc-nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 9px 15px;
  padding-left: 27px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.ic-doc-nav ul li a.current, nav.ic-doc-nav ul li a:hover {
  text-decoration: none;
  background-color: #E63946;
  color: #fff;
}

.ic-right-content {
  width: calc(100% - 280px);
  float: left;
  padding: 0 4%;
  margin-left: 280px;
}
@media only screen and (max-width: 767.98px) {
  .ic-right-content {
    width: 100%;
    margin-left: 0;
  }
}
.ic-right-content section:last-child {
  margin-bottom: 90px;
}

.ic-section-ul {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.ic-list-ul li {
  line-height: 2;
}

.ic-ol {
  line-height: 2;
}

#introduction {
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#introduction .ic-section-ul p {
  color: #000;
}
#introduction .ic-section-ul li:nth-last-child(2) p span,
#introduction .ic-section-ul li:last-child p span {
  color: #E63946 !important;
}
@media only screen and (max-height: 700px) {
  #introduction {
    height: 100%;
  }
}

#introduction .ic-section-ul li p span {
  color: #333334;
}
#introduction .ic-section-ul li p span a {
  color: inherit;
}

#sliders .ic-body img:not(:last-child) {
  margin-bottom: 35px;
}

section#html-page-look-like .ic-body {
  margin-top: 30px;
}
section#html-page-look-like .ic-body a {
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  opacity: 0.8;
}
section#html-page-look-like .ic-body a:hover {
  opacity: 1;
}
section#html-page-look-like [class^=col-] {
  margin-bottom: 30px;
}

.ic-feature {
  margin-top: 50px;
}

.box-botom-p {
  margin-top: 20px;
}

/* code text */
.syntaxhighlighter {
  border: 1px solid #efefef;
  max-height: 100% !important;
  padding: 20px 0;
  background-color: rgba(100, 100, 100, 0.1) !important;
  margin-bottom: 0 !important;
}
.syntaxhighlighter .toolbar {
  display: none;
}
.syntaxhighlighter .line.alt2,
.syntaxhighlighter .line.alt1 {
  background-color: transparent !important;
}

.ic-note {
  margin-bottom: 20px !important;
}
.ic-note h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

@media only screen and (max-width: 991.98px) {
  .ic-section-ul {
    margin-top: 1rem;
  }
  #sliders .ic-body img:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ic-right-content {
    padding: 0 20px;
  }
}
.ic-doc-featured {
  margin-top: 30px;
}
.ic-doc-featured ul li {
  list-style-type: auto;
  margin: 8px 0px;
}

.list-style-none {
  list-style-type: none !important;
}

.ic-install-guide-image ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ic-install-guide-image ul li {
  list-style-type: none;
  margin: 8px 0px;
}

/*# sourceMappingURL=style.css.map */
