.creation.product .round-card {
  margin-bottom: 20px;
}
.creation.product .round-card.sendPlanUsage {
  opacity: 0.8;
}
.creation.product .round-card.sendPlanUsage button.gerar {
  padding-left: 17px !important;
  font-weight: bold;
  background-color: #d2d2d2;
  border: solid 1px #c1c1c1;
}
.creation.product .round-card.sendPlanUsage button.gerar:before {
  display: none !important;
}
.creation.product .round-card.sendPlanUsage:hover {
  opacity: 1;
}
.creation.product .round-card.lock {
  opacity: 0.6;
}
.creation.product .round-card.lock button.gerar {
  padding-left: 32px;
}
.creation.product .round-card.lock button.gerar:before {
  content: url("/img/icons/loader.svg");
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0px 6px 0px -20px;
  position: absolute;
}
.creation.product .round-card [name=ean] {
  width: 162px !important;
}
.creation.product .round-card [name=marca].error {
  border-color: red;
}
.creation.product .round-card button.marca-nome, .creation.product .round-card button.marca-imagem, .creation.product .round-card button.ean, .creation.product .round-card button.gerar-generico, .creation.product .round-card .ean-nome {
  display: none;
}
.creation.product .round-card button.marca-nome.jump, .creation.product .round-card button.marca-imagem.jump, .creation.product .round-card button.ean.jump, .creation.product .round-card button.gerar-generico.jump, .creation.product .round-card .ean-nome.jump {
  margin-left: 5px;
  margin-right: 5px;
  display: inline;
}
.creation.product .round-card button.marca-nome.invalid, .creation.product .round-card button.marca-imagem.invalid, .creation.product .round-card button.ean.invalid, .creation.product .round-card button.gerar-generico.invalid, .creation.product .round-card .ean-nome.invalid {
  background-color: #d20000;
  color: white;
}
.creation.product .round-card button.marca-nome.sendPlanUsage, .creation.product .round-card button.marca-imagem.sendPlanUsage, .creation.product .round-card button.ean.sendPlanUsage, .creation.product .round-card button.gerar-generico.sendPlanUsage, .creation.product .round-card .ean-nome.sendPlanUsage {
  background-color: #d2d2d2;
  font-weight: bold;
}
.creation.product .round-card input[disabled=disabled] {
  background-color: #eee;
  color: #A4A799;
}
.creation.product .round-card [name=name] {
  width: 340px !important;
}
.creation.product .round-card [name=brand] {
  width: 130px !important;
}
.creation.product .round-card .product.close img {
  float: right;
  position: relative;
  margin: -56px -9px 0px 0px;
  width: 25px;
  z-index: 2;
}
.creation.product .round-card .sections {
  display: flex;
}
.creation.product .round-card .sections .fields {
  flex-grow: 1;
}
.creation.product .round-card .sections .fields button.secondary {
  font-weight: bolder;
  font-size: 1em;
  border-width: 2px;
}
.creation.product .round-card .sections .fields label.error .error {
  display: block;
}
.creation.product .round-card .sections .fields label.error input {
  border-color: red;
}
.creation.product .round-card .sections .fields label .error {
  display: none;
  color: red;
  padding: 2px 1px;
  position: absolute;
  font-size: 0.8em;
}
.creation.product .round-card .sections .image {
  width: 30%;
  max-width: fit-content;
  margin-top: -45px;
}
.creation.product .round-card .sections .image .droparea {
  border: 2px dashed;
  padding: 22px;
  height: 185px;
  width: 230px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.creation.product .round-card .sections .images.pending {
  display: none;
}
.creation.product .round-card .sections .images.pending:not(:empty) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  max-width: 100px;
  margin: 10px 6px 10px 17px;
  max-height: 300px;
}
.creation.product .round-card .sections .images.pending img {
  margin: 0.2em;
  width: 80px;
  border-radius: 8px;
  transition: 400ms transform;
}
.creation.product .round-card .sections .images.pending img:hover {
  transform: scale(1.09);
  cursor: pointer;
}
.creation.product .round-card .sections .images.pending img.errored {
  border: 4px solid #d20000;
}
@media screen and (max-width: 1200px) {
  .creation.product .round-card .sections {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 500px) {
  .creation.product .round-card .sections .image {
    width: 100%;
  }
  .creation.product .round-card .sections .image .droparea {
    width: 230px;
  }
  .creation.product .round-card .sections .fields {
    width: 100%;
  }
  .creation.product .round-card .sections .fields input {
    width: 100% !important;
  }
}
.creation.product .round-card .atributos .atributo {
  display: block;
  margin-bottom: 2em;
}
.creation.product .round-card .atributos .atributo.hidden {
  display: none;
}
.creation.product .round-card .atributos .atributo img.close {
  width: 17px;
  margin: 0px 12px;
}
.creation.product .round-card .atributos .atributo.invalid label input {
  border-color: red;
}
.creation.product .round-card[data-id="0"] {
  display: none;
}
.creation.product .round-card[data-id="1"] .product.close img {
  display: none;
}
.creation.product p button[onclick="Creation.product.createAll()"] {
  float: right;
  font-size: 1.5em;
}
.creation.product p button[onclick="Creation.product.createAll()"].jump {
  margin-left: 5px;
  margin-right: 5px;
  display: inline;
}
.creation.product p.fixed-painel-bottom {
  display: none !important;
  display: block;
  overflow: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  left: 0;
  margin: 0px;
  padding: 15px 20px 10px 0px;
  border-top: solid 1px #c4c4c4;
  backdrop-filter: blur(5px);
}

.cadastro-em-massa-origin {
  margin-top: 20px;
}

button.loading-ok {
  background-color: rgb(0, 170, 0);
  color: #fff;
}

.pending-items {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.queues-pre-list {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.queues-pre-list .queue-item {
  max-width: calc(33.3% - 20px);
}

.queues-files {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.queue-item-progress {
  display: flex;
  background: silver;
  border-radius: 18px;
  overflow: hidden;
  margin: 10px 0;
}

.progress-notfound {
  background: red;
}

.progress-pre-pim {
  background: gold;
}

.progress-parsed {
  background: #97ff97;
}

.progress-pim {
  background: #a097ff;
}