thead {
  background-color: #1e96908a;
  color: white;
} 

h1,h2,h3 {
  color: #1e9690;
} 

.appColor {
  color: #1e9690;
}

button {
  background: #1e9690;
  color: white;
}

.form-control:focus {
  border-color: rgb(30, 150, 144);
  box-shadow: 0 0 0 0.2rem rgba(30, 150, 144, 0.5);
} 

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.breadcrumb-item > a  {
   color: #1e9690;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: #fff;
  z-index: 99;
}
/* 
#loading-image {
  z-index: 100;
} */