
/* after */

#preview-container {
  text-align: center;
  position: relative;
  display: none;
  width: 100%;
  margin-top: 2px;
  overflow: auto;
  overflow: hidden !important;
}

#preview-image {
  opacity: 1;
}

.processed-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 3;
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0px);
}

#remove-bg-button {
  min-width: 280px;
  margin: 15px;
}

/*#zoom-in,*/
/*#before-button,*/
/*#after-button,*/
/*#zoom-out {*/
/*  background-color: #dd2e44;*/
/*  color: #ffffff;*/
/*  border-radius: 10px;*/
/*  font-size: 20px;*/
/*  padding: 8px 20px;*/
/*}*/

/*.controls-button {*/
/*  background-color: #0ea154;*/
/*  color: #ffffff;*/
/*  border: none;*/
/*  padding: 10px 20px;*/
/*  border-radius: 50px;*/
/*  cursor: pointer;*/
/*  font-size: 16px;*/
/*  margin-top: 10px;*/
/*  background-color: #0c6de4;*/
/*}*/