.table thead th, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: rgba(94, 193, 199);
  box-shadow: none;
}

 .form-select:focus, .form-control:focus, .form-check-input:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.table thead th:first-child {
  border-top-left-radius: 0.375rem;
}

.table thead th:last-child {
  border-top-right-radius: 0.375rem;
}

.btn-primary:hover {
  opacity: 0.7;
}

.table thead th {
  font-weight: 400;
  padding: 0.75rem;
  color: #fff;
}

.gadget_bigtitle {
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(50, 50, 50);
}

.card {
  border: 0 solid rgba(0,0,0,.125);
  border-radius: 1rem;
  box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}

.card .card-body {
  font-family: Open Sans,sans-serif;
}

.color-title {
  color: #344767;
}

.color-con {
  color: #6f7c94;
}

.card-body p {
  /* line-height: 2; */
  margin-bottom: 8px;
}

hr.dark {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #344767;
  background-color: white;
  box-shadow: none;
}

label, .form-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #344767;
  margin-left: 0.25rem;
}

.link-primary {
  cursor: pointer;
}

