.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;
}

.w {
  background-color: #272a2f;
	border-radius: 10px;
  margin: 0 5px!important;
}

.w-1 {
	margin-left: 0!important;
	height: 68%;
}

.w-2 {
  margin-left: 0!important;
	height: 30%;
  margin-top: 5px!important;
}


.b {
	border: 2px solid teal;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#overview {
	border: 2px solid yellow;
  margin: auto;
  height: 265px;  
}

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

#expenses-row {
	margin-top: 20px!important;
	border: 2px solid red;
  height: 210px;
  margin: auto;
}