.main-view {
  display: flex;
  align-items: center;
}

#main-dash {
	border: 2px solid blue;
  height: 80%;
  margin: 30px;
  color: white;
}

.main-dash-nav a{
	color: white;
}
	

body {
	height: 100vh;
}

.container-fluid {
  height: 100vh; 
}

.container {
	border: 2px solid green;
  height: 90%;
}

#left-view {
	background-color: #212429;
}

#right-view {
	background-color: #272a2f;
}

#search-bar {
  position: relative;
	width: 250px;
  margin-left: 20px;
	background-color: #2d3035;
  border-radius: 50px;
  border: none;
}

svg {
	position: absolute;
  top: 23px;
  right: 40px;
}

.navbar-nav .active>.nav-link {
	color: #e85f41!important;
}

#navbarSupportedContent {
	justify-content: flex-end;
}