@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

button {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: none;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

input { 
  padding: 10px; 
  margin-left: auto;
  border-radius: 10px; 
  border: 0px solid rgb(79, 153, 196);
  width: 100%;
}

input:focus{
  border: 0px solid rgb(79, 153, 196);
  color: black;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.navbar-btn {
  box-shadow: none;
  outline: none;
  color: #999;
  border: none;
}


.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #dddddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
                    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  z-index: 1;
}

#sidebar {
  position: fixed;
  z-index: 1;
  min-width: 330px;
  max-width: 330px;
  background: #ffffff;
  color: #49a8ed;
  transition: all 0.3s;
  padding-top: 70px;
  height: 100%;
  vertical-align: top;
  flex-direction: column;
}

#sidebar.active {
  margin-left: -330px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #ffffff;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #00000088;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #62b3ec;
  background: #f7f7f7;
}

#sidebar ul li.active > a[aria-expanded="true"],  a[aria-expanded="true"] {
  color: #62b3ec;
  background: #f7f7f7;
}

a[data-toggle="collapse"] {
  position: relative;
}

ul ul a {
  font-size: 0.9em;
  padding-left: 30px;
  background: #ffffff;
}

a.download {
  background: #fff;
  color: #f7f7f7;
}

a.article, a.article:hover {
  background: #6d7fcc;
  color: #fff;
}



/* ---------------------------------------------------
                    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 5vh;
  transition: all 0.3s;
  padding-top: 100px;
}
#content.sidebar {
  margin-left: 330px;
}

#valstab1 {
  line-height : 10px;
}
