

#upload {
  background-color: rgba(255,255,255,0.7);
  color: #00667F;
  border: none;
  width: 800px;
  height: 500px;
  font-size: 3rem;
  margin: auto;
  font-family: Gamja Family, monospace;
  display: block;
} 

#upload:active {
  background-color: #32446e;
}

#submit-image {
  display: none;
}

.card2, .card3, .card5 {
  display: none; 
  margin: auto;

}

.display-image, .card4 {
  border: 1px dashed black;
  width: 800px;
  height: 500px;
  background-size: cover;
  margin: auto;
  border-radius: 1rem;
}

.display-image {
  border: 1px dashed black;
  width: 800px;
  height: 500px;
  background-size: cover;
  margin: auto;
  border-radius: 1rem;
}

.btn-group {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.loading-screen {
  border: 1px dashed black;
  width: 450px;
  height: 600px;
  background-size: contain;
  margin: auto;
  border-radius: 1rem;
}

/* for stat table */
#stat-table {
  display: block;
  overflow-y: auto;
}

/* for auto created stat card inside table */

.align-items-xl-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}



.d-xl-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}


.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.active {
  background: silver;
}