.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#resultImage {
  margin-top: 20px;
  background: #222;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #627e1e8c;
  width: 90%;
  min-width: 350px;
}

.loading {
  width: 100px;
  height: 100px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 2px solid #fff;
  display: inline-block;
  padding: 6px 18px 9px;
  cursor: pointer;
  border-radius: 5px;
  font-variant: small-caps;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.custom-file-upload:hover {
  transition: 0.6s;
  border: 2px solid #8cb62a !important;
  background: #8cb62a !important;
}

h3 {
  color: #fff;
}

.result-conv {
  color: #6a8821;
  border: 2px solid #6a8821;
  padding: 10px 15px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: auto;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
}

.result-conv:hover {
  color: #fff;
  border: 2px solid #fff;
  transition: 0.6s;
}
