/* line 1, app/assets/stylesheets/popup_pesquisa_campanha.scss */
#image-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 400px;
  height: 400px;
  opacity: 0;
  display: none;
  transition: opacity 1s ease-in-out, width 0.3s ease-in-out;
}

/* line 13, app/assets/stylesheets/popup_pesquisa_campanha.scss */
#image-container img {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

/* line 20, app/assets/stylesheets/popup_pesquisa_campanha.scss */
#close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: red;
  color: white;
  border: none;
  padding: 1px;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/popup_pesquisa_campanha.scss */
.overlay {
  position: absolute;
  top: 63%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px;
  box-sizing: border-box;
}

/* line 47, app/assets/stylesheets/popup_pesquisa_campanha.scss */
.overlay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 53, app/assets/stylesheets/popup_pesquisa_campanha.scss */
.overlay-image {
  width: 130px !important;
  height: 130px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
