/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 4, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  height: 100px;
  width: 140px;
  cursor: pointer;
  overflow: hidden;
  border: 2px dashed #97c2c4;
  background-color: white;
  background-size: cover;
  background-position: center;
}

/* line 18, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--large {
  height: 146px;
  width: 192px;
}

/* line 23, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--banner {
  width: 100%;
  height: auto;
}

/* line 28, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload span {
  margin-top: 30px;
  padding: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #42B3DF;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--banner span {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 42, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload--large span {
  margin-top: 60px;
}

/* line 46, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload input {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload:hover {
  border-color: #76afb2;
}

/* line 58, app/assets/stylesheets/common/image_uploader.css.scss */
.image-upload:hover span {
  color: #229ccc;
}

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE */
/* line 8, app/assets/stylesheets/campaigns/edit/page.css.scss */
#settings-modal .field {
  display: block;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/campaigns/edit/page.css.scss */
#settings-modal .image-upload {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 18, app/assets/stylesheets/campaigns/edit/page.css.scss */
#settings-modal .modal-footer-insideBody {
  text-align: initial;
}

/* line 22, app/assets/stylesheets/campaigns/edit/page.css.scss */
#settings-modal .modal-footer-margin {
  text-align: initial;
}

/* line 24, app/assets/stylesheets/campaigns/edit/page.css.scss */
#settings-modal .field {
  clear: left;
}
