.text-uppercase.text-primary.dash-card-name-col {
  text-align: center;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  height: 70px;
}

.navbar.navbar-light.navbar-expand.bg-white.shadow.mb-4.topbar.static-top {
  background: rgba(0,0,0,0.5);
}

.card-body.chart-card-body {
  background: rgba(23,51,88,0.95);
}

#batch-overview .cell-left {
  text-align: left;
  width: 50%;
}

#batch-overview .cell-right {
  text-align: left;
  font-weight: bold;
  width: 50%;
}

#sample-overview .cell-left {
  text-align: left;
  width: 50%;
}

#sample-overview .cell-right {
  text-align: left;
  font-weight: bold;
  width: 50%;
}

#project-cards .card {
  transition-duration: 0.5s;
  opacity: 1;
  background: #1cc88a;
  height: 230px;
  width: 274px;
  border-width: 0px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

#button-new-batch .card {
  transition-duration: 1s;
  opacity: 1;
  background: #1cc88a;
}

#button-new-batch .card:hover {
  transform: scale(1.1);
  opacity: 1;
  transition-duration: 1s;
}

#sample-info-for-batch .cell-left {
  text-align: left;
  width: 50%;
}

#sample-info-for-batch .cell-right {
  text-align: left;
  font-weight: bold;
  width: 50%;
}

#project-cards .card:hover {
  text-decoration: none;
  transform: scale(1.02);
  opacity: 1;
  transition-duration: 0.3s;
  box-shadow: 5px 5px 20px 0px var(--gray-dark);
  border-width: 0px;
}

#project-cards .col-md-6 {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
}

.footer .text-secondary {
  text-decoration: none;
}

.btn.btn-primary.btn-block.delete-form-button {
  opacity: 0.9;
}

.btn.btn-primary.btn-block.delete-form-button:hover {
  opacity: 1;
}

th, td {
  text-align: center;
  vertical-align: middle;
}

btn-primary:hover {
  opacity: 1;
}

#project-cards .text-truncate.card-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
  margin-top: 5px;
}

#project-cards .card-text {
  color: var(--white);
  text-align: center;
}

#project-cards .fas.fa-project-diagram {
  font-size: 16px;
  color: var(--white);
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 101px;
}

#project-overview-cards .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
  margin-top: 5px;
}

#project-overview-cards .card-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
  margin-top: 5px;
}

#support-info .hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

#support-info .heading3 {
  margin-bottom: 30px;
  color: rgb(0,0,0);
}

#support-info .list-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

#support-info .heading5 {
  margin-top: 30px;
  color: rgba(0,0,0,0.9);
}

.talk-to-us-arrow-arrow {
  margin-left: 10px;
  transform: translateX(0px);
  transition: transform 0.5s ease;
}

.talk-to-us-arrow:hover .talk-to-us-arrow-arrow {
  transform: translateX(5px);
}

@media (min-width: 768px) {
  .sb-sidenav-menu-heading {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sb-sidenav-menu-heading {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .nav-link-left-bar {
    text-align: center;
    display: block;
    width: 100%;
    padding: 1rem;
    width: 14rem;
    font-size: .85rem;
  }
}

#brand-logo {
  font-size: 34px;
}

#app-navbar {
  background: linear-gradient(120deg, #00e4d0, #5983e8);
}

p.error {
  color: red;
}

p.success {
  color: green;
}

p.error, p.success {
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}

.btn {
  background-color: #37b9cc;
  border-width: 0px;
}

.btn:hover {
  background-color: #37d2dd;
}

