@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap";

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}

.mysticky {
  position: sticky;
  bottom: 1rem;
}

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
}

.centertext {
  text-align:center;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #49A2DA;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hideit .link {
  display: none;
}

.centervert {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.alignbottom {
  display: block;
  margin-top: auto;
  padding-bottom:60px;
}

section {
  padding: 20px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.btn-toggle {
  color: #fff;
  background-color: #49A2DA;
  border: none;
  border-color: #49A2DA;
}

.btn-toggle:hover {
  color: #fff;
  background-color: #0976ba;
}

.btn-toggle:active {
  color: #fff;
  background-color: #0976ba;
  border-color: #0976ba;

}

.scroll-to-link {
  cursor: pointer;
}

.activebtn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.navsticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 99;
}

p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  background: #2C353E;
  padding: 10px;
  box-shadow: 0px 0px 8px #000;
}

.sidebarcolor {
  background-color: rgba(0, 0, 0, 0.1);
  height:100%;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2C353E;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  color: #fff;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar-header.active .sidebar-header h3,
#sidebar-header.active .CTAs {
  display: none;
}

#sidebar-header.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
  font-size: 1em;
  color: #fff;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 1.2em;
}

#sidebar .active ul li a i {
  margin-right: 0px;
  display: block;
  font-size: 3em;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}

#sidebar.active ul ul a {
  font-size: 0.7em !important;
  padding: 10px
  display: inline-block;
  color: #fff;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #2C353E;
  display: inline-block;
}

#sidebar .sidebar-header strong {
  display: inline-block;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #49A2DA;
}

#sidebar ul li a {
  padding: 10px;
  display: block;
}

#sidebar ul li a:hover {
  color: #fff;
  background-color: #0976ba;
}

#sidebar ul li a i {
  margin-right: 10px;
  display: inline-block;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.85em !important;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

ul.CTAs {
  padding: 20px;
  display: block;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background-color: #fff;
  color: #49A2DA;
  border: 1px solid #fff;
}

a.download:hover {
  border: 1px solid #49A2DA;
}


a.article {
  background-color: #49A2DA;
  color: #fff;
}

a.article:hover {
  background-color: #0976ba;
  color: #fff;
}

.endfile {
 margin-bottom:60px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar.active {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 0.85em;
display: block;
  }

  #sidebar {
    display: none;
    font-size: 0.85em;
  }

#sidebar.active .CTAs {
  display: block;
}

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
  display: inline-block;
  }

  #sidebar .sidebar-header strong {
  display: inline-block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  display: inline-block;
  }

  #sidebar ul li a i {
    margin-right: 10px;
    display: inline-block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
    font-size: 0.85em;
  }

  #sidebar ul li a i {}

  #sidebar {
    margin-left: 0;
    font-size: 0.85em;
  }

  #sidebarCollapse span {
    display: none;
  }

  .hidemobile {
    display: none;
  }


  /*
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .noresponsive .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  } */
}