body {
  font-family: sans-serif;
  background-color: #eeeeee;
}

.button_tm {
  width: 100px;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 1px;
  /* 10 */
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase;  */
  font-weight: 700;
  /* 700 */
}
.button_tm:hover {
  background: #046804;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

#grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    font-size: medium;  /* small */
}

#grid_chart {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#column {
  text-align: center;
} 

#title_result{
  font-weight: bold;
  font-size: large;
}

h1, h2, h3{
  color: #158015d8;
  text-align: center;
}



@media(max-width:800px) {
  #grid {
    display: block;
  }
}

/* fkv1 =================================== */

.file-upload_fkv1 {
  background-color: #ffffff;
  width: 150px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn_fkv1 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn_fkv1:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn_fkv1:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content_fkv1 {
  display: none;
  text-align: center;
}

.file-upload-input_fkv1 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap_fkv1 {
  margin-top: 20px;
  border: 2px dashed #1FB264;
  position: relative;
}

.image-dropping_fkv1,
.image-upload-wrap_fkv1:hover {
  background-color: #1FB264;
  border: 2px dashed #84d398;
}

.image-title-wrap_fkv1 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text_fkv1 {
  text-align: center;
}

.drag-text_fkv1 h3 {
  font-weight: 100;
  /* text-transform: uppercase; */
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image_fkv1 {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 10%;
  padding: 0%;
}

.remove-image_fkv1 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.remove-image_fkv1:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image_fkv1:active {
  border: 0;
  transition: all .2s ease;
}

/* fdv1 ======================================== */

.file-upload_fdv1 {
  background-color: #ffffff;
  width: 150px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn_fdv1 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn_fdv1:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn_fdv1:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content_fdv1 {
  display: none;
  text-align: center;
}

.file-upload-input_fdv1 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap_fdv1 {
  margin-top: 20px;
  border: 2px dashed #1FB264;
  position: relative;
}

.image-dropping_fdv1,
.image-upload-wrap_fdv1:hover {
  background-color: #1FB264;
  border: 2px dashed #84d398;
}

.image-title-wrap_fdv1 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text_fdv1 {
  text-align: center;
}

.drag-text_fdv1 h3 {
  font-weight: 100;
  /* text-transform: uppercase; */
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image_fdv1 {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 10%;
  padding: 0%;
}

.remove-image_fdv1 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.remove-image_fdv1:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image_fdv1:active {
  border: 0;
  transition: all .2s ease;
}

/* fev2 ======================================== */

.file-upload_fev2 {
  background-color: #ffffff;
  width: 150px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn_fev2 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn_fev2:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn_fev2:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content_fev2 {
  display: none;
  text-align: center;
}

.file-upload-input_fev2 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap_fev2 {
  margin-top: 20px;
  border: 2px dashed #1FB264;
  position: relative;
}

.image-dropping_fev2,
.image-upload-wrap_fev2:hover {
  background-color: #1FB264;
  border: 2px dashed #84d398;
}

.image-title-wrap_fev2 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text_fev2 {
  text-align: center;
}

.drag-text_fev2 h3 {
  font-weight: 100;
  /* text-transform: uppercase; */
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image_fev2 {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 10%;
  padding: 0%;
}

.remove-image_fev2 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.remove-image_fev2:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image_fev2:active {
  border: 0;
  transition: all .2s ease;
}