#primary-content .card {
  border: none;
}

.text-center p-3 {
  background-color: rgba(0, 0, 0, 0.2);
}

.rightHand {
  transform: scaleX(-1);
}

.placeholder {
  /* width: 8vw;
    height: 8vw; */
  height: 100px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: white;
  background-size: cover;
}

.hold {
  border: solid rgb(58, 67, 74) 4px;
}

.hovered {
  background: #f4f4f4;
  border: 4px dashed #a09191;
}

.confirmed {
  background: #f2f8dd;
  border: 4px solid #539a54;
}

.v-divider {
  border-left: 1px solid rgb(219, 219, 219);
}

.fa-map-marker-alt,
.fa-phone,
.fa-envelope {
  color: darksalmon;
}

.logo {
  width: 50%;
}

.above-navigation {
  height: 20vh;
  width: 100%;
}

.main-content-header {
  height: 80vh;
  width: 100%;
  display: table;
  background-image: url("/img/panel1.jpg"); /* linear-gradient(rgba(61, 60, 60, 0.8), rgba(0, 0, 0, 0.7)), */
  background-size: cover;
  background-repeat: no-repeat;
}

#secondary-content {
  width: 100%;
  background-color: #f9f9f9;
}

#mission {
  background-color: orange;
}

/* Report page styles */
.report-progress {
  height: 12px !important;
  margin-bottom: 8px !important;
}

.report-chart-container {
  min-height: 350px !important;
}

.chart-container {
  min-height: 300px !important;
}

/* Mobile form visibility fixes */
#primaryMobile {
  display: block !important;
}

@media (min-width: 768px) {
  #primaryMobile {
    display: none !important;
  }
}
