@charset "UTF-8";
body {
  background: #F3F3F3 url("../img/img01-57f104bd514211514ef17c1d37470e2c.jpg") repeat-x top left;
}

#container {
  background-color: white;
}

#top {
  min-height: 105px;
  color: white;
}
#top .logo {
  margin-right: 5px;
}

::selection {
  color: #fff;
  background: #6990F2;
}

.wrapper form {
  min-height: 128px;
  height: 20vh;
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #0d6efd;
}
.wrapper form :where(i, p) {
  color: #0d6efd;
}
.wrapper form i {
  font-size: 50px;
}
.wrapper form p {
  margin-top: 15px;
  font-size: 16px;
}
.wrapper section .row2 {
  margin-bottom: 5px;
  background: #E9F0FF;
  list-style: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper section .row2 i {
  color: #0d6efd;
  font-size: 30px;
}
.wrapper section .details span {
  font-size: 14px;
}
.wrapper .progress-area .row .content {
  width: 100%;
  margin-left: 15px;
}
.wrapper .progress-area .details {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.wrapper .uploaded-area {
  max-height: 233px;
  overflow-y: scroll;
}
.wrapper .uploaded-area.onprogress {
  max-height: 150px;
}
.wrapper .uploaded-area::-webkit-scrollbar {
  width: 0px;
}
.wrapper .uploaded-area .row .content {
  display: flex;
  align-items: center;
}
.wrapper .uploaded-area .row .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.wrapper .uploaded-area .row .details .size {
  color: #404040;
  font-size: 11px;
}
.wrapper .uploaded-area i.fa-check {
  font-size: 16px;
}

/*!
 * @author Radosław Barteczko <radeq@radeq.info>
 * @copyright © 2024., Usługi IT Radosław Barteczko
 */
#editor legend {
  font-weight: bold;
}

#image-config .btn.dropdown-toggle {
  border-radius: 0;
}

#editor-select a:hover > img {
  display: block;
  outline: 1px solid grey;
}
#editor-select a.active > img {
  outline: 4px solid green;
}

/*# sourceMappingURL=app.output.css.map */
