body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.search{
  position: relative;
  /* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
    
  }

  .search input{

   height: 36px;
   /* text-indent: 25px; */
   border: 2px solid #d6d4d4;


  }


  .search input:focus{

   box-shadow: none;
   border: 2px solid blue;


  }

  .search .fa-calendar {

   position: absolute;
   top: 43px;
   right: 16px;

  }

  .projectInfo-font-size{
    font-size: 1.2rem !important;
    color: #b0a5a5 !important;
   }

   .financialStartDate .fa-calendar {
    position: absolute;
    top: 31%;
    right: 52%;
}

.financialEndDate .fa-calendar {
  position: absolute;
  top: 31%;
  right: 77%;
}

.projectDate .fa-calendar {
  position: absolute;
  top: 23%;
  right: 460px;
}

.multi-select-container {
  width:100% !important;
}
.multi-select-button{
  width:100% !important;
}
