.btn-custom {
  background-color: transparent;
  /* Green */
  border: none;
  color: gray;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.buttons-copy {
  background-color: #01403c !important;
  color: white !important;
  border-color: #01403c !important;

}

.buttons-csv {
  background-color: #01403c !important;
  color: white !important;
  border-color: #01403c !important;

}

.buttons-print {
  background-color: #01403c !important;
  color: white !important;
  border-color: #01403c !important;

}


.border-top-yellow {
  border-top: 3px solid #fbae42 !important;
}


.page-item.active .page-link {
  background-color: #01403c !important;
  border-color: #01403c !important;
}

/* Custom Card style */
.card-custom {
  border-radius: 10px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #10375C !important;
  border: 0;
  margin-bottom: 20px;
}

.card-custom:hover {
  box-shadow: 0px 0px 5px 2px rgb(196, 196, 218)
}

.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.514) !important;
}

.pointer {
  cursor: pointer;
}

/* Navbar styles */
.navbar {
  border-color: #01403c !important;
  border-bottom: 7px solid #fbae42 !important;
}

.table-primary {
  border-color: #01403c !important;
}
