body {
  font-size: .875rem;
  color: #737373;;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {

  top: 0;
  /* rtl:raw:
  right: 0;
  */
 
  bottom: 0;
  /* rtl:remove */
  left: 0;
  box-shadow: 0px 3px 3px 1px #888888;
  min-height: calc(100vh - 0px);

  /* box-shadow: 2px 3px 4px rgb(152, 149, 149), 1px 1px 3px rgb(198, 194, 194), 1px 1px 8px rgb(208, 203, 203); */
  width: 299px;
  background: linear-gradient(180deg, #0078E7 0%, rgba(94, 69, 251, 0.72) 100%);
  height: 100vh;
  /* background: linear-gradient(to bottom, #07b9f5 0%, #dfd4d9 100%); */
  /* background-color: #ffffff; */
  z-index: 100; /* Behind the navbar */
  /* padding: 48px 0 0; Height of navbar */
  /* box-shadow:#FFFFFF; */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

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

.sidebar .nav-link {
  height: 45px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 12px;

  font-family: 'Montserrat', sans-serif;
/*
  font-family: Montserrat; */
  font-style:normal;
  font-size:small;




}


.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #737373;


}

.sidebar .nav-link.active {
  color: #0078E7;
  height: 45px;
  opacity: 1.0;
  box-shadow: 0px 3px 9px 3px #0078E7;
  background-color: #FFFFFF;
  border-radius: 13px;
  padding-top: 13px;
;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  color: rgba(209, 206, 209, 0.4);

  line-height: 100px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/* .sidebar .nav-link:hover.feather */

.sidebar .nav-link:hover {
  color: #0078E7;
  align-content: center;
  align-self: center;
  opacity: 1.0;
  height: 45px;
  background-color: #FFFFFF;
  box-shadow: 04px 8px 10px 4pxrgba(0, 0, 0, 0);

  padding-top: 13px;

  /* box-shadow: 5px 10px 8px 8px #0078E7; */


  border-radius: 13px;
  /* box-shadow: 0px 3px 9px 2px #FFFFFF; */



}
.sidebar .nav-link.active .feather {
  color: inherit;


}
/* .navbar-nav .nav-item:hover .nav-link {
    color: pink;
} */

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: white;
  box-shadow:white;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* main{
 top: 30px;
  box-shadow: #cecbcb;
} */
.nav-link{
  align-self: center;




  /* margin-bottom: 20px; */
  box-shadow: white;


}
.the-blur{



 background: rgba(216, 197, 197, 0.4);
z-index:1010;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);

}



 /* shadow-sm bg-white rounded active */
