* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.wrapper {
  height: 100%;
}

#sidebar {
  height: 100%;
}

/* All Css */
.table-sm td, .table-sm th {
  padding: .2rem;
}

.container-fluid {
  margin-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.top {
  background-color: #424242;
  font-size: 28px !important;
  margin: 0px 0px 30px 0px;
  height: 54px;
  color: white;
  text-align: center;
  alignment-baseline: center !important;
  line-height: 54px;
}

.wrapper {
  display: flex;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  height: 100%;
}

.sidebar-header {
  padding: 20px;
  text-align: center;
}

.form {
  margin-bottom: 30px;
}

.container-fluid {
  margin-top: 30px;
}

.list-group-item.active {
  background: #7386D5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #7386D5;
}

.list-group-item, .list-group {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_home {
  margin-bottom: 50px;
}

.sidebar, .main-panel {
  padding: 0px !important;
}

#sidebar li a:hover {
  text-decoration: none;
}

#sidebar li a {
  alignment-baseline: center;
  font-size: 24px !important;
}

.wrapper {
  display: flex;
}

.wrapper, .sidebar, .main-panel {
  height: 100%;
}

.sidebar, .main-panel {
  display: inline-block;
}

#sidebar {
  color: white;
  transition: all 0.3s;
}

#sidebar, .navbar-nav {
  background: #424242;
  padding: 0;
}

#sidebar ul li a {
  padding-right: 1%;
  padding-left: 1%;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  color: white;
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: white;
  background: #727272;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: white;
  background: #606060;
}