.Admin-container {
display: grid;
grid-template-columns: auto;
grid-template-rows: 2fr 14fr;
  grid-row-gap: 1px;
  height: 100%;
  width: 100%;
}
.badge-x {
  display: flex;
  flex-direction: column;
  grid-column-start: 3;
  text-align: end;
  margin: right;
}
.bagde-x * {
 margin-bottom: 0;
}
.admin-panel-a {
display: grid;
  grid-template-columns: 1fr 3fr 2fr 1fr;
  align-items: center;
  border-bottom: 1px solid #2d3035;
}
    .admin-panel-a h5 {
   color: white;   
  }
  
.main-view {
  display: flex;
  align-items: center;
}

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

#overview {
  margin-top: 20px!important;
  margin: auto;
   height: 265px;
}

#overview .b {
 height: 100%;
  background-color: #272a2f;
    margin: 0 5px;
  border-radius: 10px
}

.main-dash-nav {
	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 {
 border: 2px solid white; 
}
.w-1 {
height: 70%;
}   
   .w-2 {
     margin-left: 0! important;
     height: 29%;
     padding-bottom: 5px;
  }
.w-3 {
margin-top: 5px !important;
  height: 40%;
    padding-bottom: 100px;
}
    .b {
      background-color: #272a2f;
}
#overview {
border: 1px solid teal;
  margin: auto;
  height: 265px
}

#navbarSupportedContent {
	justify-content: flex-end;
}
#expenses-row {
 margin-top: 20px;
  border: 2px solid red;
  height: 275px;
  margin: auto;
}








