@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Manrope:300,700");
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800&display=swap");
body {
  color: white;
  font-family: "Archivo", Manrope, sans-serif;
}

a {
  color: #151515;
  text-decoration: none;
}

.all {
  height: 100%;
  width: 100%;
  padding-left: 240px;
  vertical-align: top;
}

.enhancement .dropzones {
  width: 100%;
}

.loading-body .all {
  opacity: 0;
}

.approve-msg {
  height: 24px;
  background: #151515;
  color: #fbfbfb;
  border-radius: 100px;
  margin-left: 8px;
  padding: 3px 8px;
  vertical-align: middle;
  font-family: "Archivo", Manrope, sans-serif;
  font-size: 0.9em;
}

.enhancement .droparea {
  width: 100% !important;
}

.create-count, .enhancement-count, .approved-count, .category-count {
  background: #151515;
  color: #FFB82A;
  border-radius: 100px;
  margin-left: 8px;
  padding: 3px 8px;
  font-family: "Archivo", Manrope, sans-serif;
  display: none;
  color: white;
  font-size: 0.8em;
}

.file-info.prod-info .description {
  padding: 30px;
  width: 58%;
}

.collapsed-nav main {
  padding: 28px 18px 40px 10px;
}

main {
  padding: 40px;
  padding-top: 28px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
main .prod-info[data-uuid], main .file-info[data-uuid] {
  margin-top: 10px;
}
main .prod-info .img img, main .file-info .img img {
  width: 100%;
  border-radius: 20px;
}
main .prod-info .img .no-image, main .file-info .img .no-image {
  width: 100%;
  height: unset;
  text-align: center;
  font-size: 1em;
}
main .prod-info .description, main .prod-info .infos, main .prod-info .img, main .file-info .description, main .file-info .infos, main .file-info .img {
  break-inside: avoid;
  display: inline-block;
  vertical-align: top;
}
main .prod-info .img, main .file-info .img {
  width: 10%;
}
main .prod-info .infos, main .file-info .infos {
  width: 30%;
}
main .prod-info .infos p, main .file-info .infos p {
  margin-top: 0;
  margin-bottom: 16px;
}
main p {
  margin: 10px 0;
}
main .dropzones {
  width: 600px;
  margin: 0;
  color: white;
  max-width: 100%;
  position: relative;
  font-family: "Archivo", Manrope, sans-serif;
}
main .dropzones .btns {
  position: absolute;
  right: 0;
}
main .dropzones .images-drop img {
  max-width: 23%;
  height: 130px;
  vertical-align: middle;
  margin-right: 1%;
}
main .dropzones .images-drop .droparea {
  border: solid 1px;
  width: 75%;
  float: right;
}
main .dropzones .droparea {
  border: 2px dashed;
  font-size: 1.3em;
  padding: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  transition: border-color 0.3s ease-in-out;
  color: #151515;
}
main .dropzones .droparea input[type=file] {
  cursor: pointer;
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
main .dropzones .droparea.dragover {
  border-color: #8BC34A;
}
main .dropzones .droparea.dragover input[type=file] {
  display: block;
}
main .dropzones .droparea .drop-msg {
  display: inline-block;
  width: 100%;
}
main .dropzones .droparea .drop-msg progress {
  width: 100%;
}
main .dropzones .droparea .import-files img {
  margin-right: 8px;
}

.img-suggested {
  position: relative;
  margin-bottom: 20px;
}
.img-suggested .remove-img {
  display: none;
  position: absolute;
  color: white;
  padding: 5px 9px;
  background: #ff6666;
  top: 10px;
  left: 10px;
  border-radius: 100px;
  width: 2em;
  text-align: center;
  height: 2em;
  cursor: pointer;
}
.img-suggested .remove-img:active {
  scale: 0.9;
}
.img-suggested:hover .remove-img {
  display: block;
}

.droparea.right {
  margin-left: 1%;
}

.wip a {
  opacity: 0.4;
  pointer-events: none;
}

.badge {
  background: #FFB82A;
  display: inline-block;
  border-radius: 5px;
  padding: 4px;
  font-size: 0.5em;
  color: #151515;
  vertical-align: middle;
  margin: 0 5px;
  cursor: default;
}

.collapsed-nav .profile {
  padding-right: 18px;
}

.profile {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px 15px;
  padding-bottom: 0;
  z-index: 1000;
  white-space: nowrap;
  padding-right: 40px;
}
.profile .icon, .profile .notifications, .profile .apis {
  vertical-align: middle;
  display: inline-block;
}
.profile a {
  margin: 0 10px;
}
.profile .icon {
  margin: 0 10px;
}
.profile .icon img {
  height: 35px;
  vertical-align: middle;
}
.profile .data {
  text-align: right;
}
.profile .data .name {
  font-size: 1em;
}
.profile .notifications {
  background: #29261b;
  /* height: 30px; */
  width: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 3px 1px;
}
.profile *::-webkit-scrollbar-track {
  background-color: #2d2b2b;
}
.profile *::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background-color: #2d2b2b;
}
.profile *::-webkit-scrollbar-thumb {
  background-color: #ffcc2a;
  border-radius: 20px;
}
.profile .apis {
  background-image: url(/img/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px;
  border: 1px solid #A4A799;
  border-radius: 4px;
  padding: 6px;
  background-color: black;
  max-height: 90vh;
  overflow-x: hidden;
  min-width: 200px;
}
.profile .apis:hover {
  background-image: none;
}
.profile .apis:hover .api {
  display: block;
}
.profile .apis .api {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  display: none;
  text-align: left;
  height: 20px;
  position: relative;
  margin: 4px 4px;
  width: 100%;
}
.profile .apis .api .api-settings {
  position: absolute;
  width: 1em;
  box-shadow: none;
  top: 0px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.profile .apis .api:hover {
  opacity: 1;
}
.profile .apis .api:hover .api-settings {
  opacity: 0.7;
}
.profile .apis .api.errored .api-title {
  color: #ff8484;
  font-weight: bold;
}
.profile .apis .api.errored .api-title:after {
  content: "(erro)";
  margin-left: 5px;
}
.profile .apis .api img {
  vertical-align: middle;
  margin-right: 8px;
  height: 100%;
  box-shadow: 2px 1px 3px 1px rgba(115, 115, 115, 0.25);
  border-radius: 4px;
}
.profile .apis .api .api-title {
  font-size: 0.7em;
  vertical-align: middle;
}
.profile .apis .api.active {
  opacity: 1;
  display: inline-block;
}
.profile .apis .api.unloaded svg {
  visibility: visible;
}
.profile .apis .api svg {
  height: 20px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0.3;
}
.profile .company {
  cursor: pointer;
}

.suggested {
  color: #FFB82A !important;
}
.suggested input {
  color: #FFB82A !important;
}

a.active {
  color: #FFB82A;
}

[typing] {
  visibility: hidden;
}

.setup input, .setup textarea {
  margin: 18px 0;
}

.history .line {
  background: #FFB82A;
  padding: 10px;
  margin: 10px 0;
  color: black;
  font-family: arial;
}

h1 button {
  font-size: 0.5em;
  vertical-align: middle;
}

.dialog-body {
  min-width: 300px;
}
.dialog-body .branch {
  background: #fff2c7;
  position: relative;
  padding: 10px;
  margin: 10px 0;
  color: black;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4em;
}
.dialog-body .branch .usage {
  display: block;
  font-size: 0.6em;
}
.dialog-body .new-branch {
  cursor: pointer;
}
.dialog-body .branch.active {
  background: #FFB82A;
}
.dialog-body .branch.active:after {
  content: "Ativa";
  background: rgba(243, 243, 243, 0.6196078431);
  padding: 3px 10px;
  font-size: 0.6em;
  vertical-align: middle;
  border-radius: 100px;
  margin-left: 10px;
}

.new-branch-body label {
  margin-bottom: 12px !important;
  display: inline-block;
  width: 100%;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background-color: #FFB82A !important;
  margin: 0 4px;
}

.ql-toolbar.ql-snow {
  background-color: #dddddd;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2000;
}

.prod-info h1 {
  color: #FFB82A;
}
.prod-info .description {
  background: white;
}
.prod-info .description .inner.ql-container.ql-snow {
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
}
.prod-info .no-image, .prod-info .upload-image {
  padding: 16px;
}

.no-image {
  padding: 14px !important;
  cursor: pointer;
  font-size: 0.8em;
  display: inline-block;
}
.no-image img {
  min-width: unset !important;
  min-height: unset !important;
  background: transparent !important;
}

.no-image.updating {
  color: transparent;
  border-color: #FFB82A;
}
.no-image.updating:before {
  content: "Associando imagens";
  color: white;
}

.suggest-ean {
  display: none;
}

.suggest-name, .suggest-category, .suggest-images {
  width: 2em;
  height: 2em;
  display: inline-block;
  background-image: url(/img/icons/enrichment-yellow.svg);
  vertical-align: middle;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
  cursor: pointer;
  border-radius: 4px;
}
.suggest-name:hover, .suggest-category:hover, .suggest-images:hover {
  transform: scale(1.2);
}

.enhance-all {
  background-color: #FFB82A;
  padding: 2px 10px;
  border-radius: 8px;
}

.image-suggestion {
  text-align: center;
}
.image-suggestion .img-suggested {
  width: 100px;
  height: 100px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
  transition: 300ms ease-in-out;
  padding: 10px;
  background: white;
  display: inline-block;
  vertical-align: top;
}
.image-suggestion .img-suggested.selected {
  border: 10px solid #FFB82A;
}
.image-suggestion .img-suggested img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-name {
  width: 300px;
  max-width: 50%;
}

button.excel {
  background-color: #158349;
  margin-left: 10px;
}
button.excel img {
  width: 1em;
}

.ui-sortable-handle {
  cursor: grab;
}

.ui-sortable-handle:active {
  cursor: grabbing;
}

.name-pattern .column.selected {
  background: #FFB82A;
}

.name-pattern .name-area {
  white-space: pre;
}
.name-pattern .name-area .column, .name-pattern .name-area .column-fixed {
  background: #FFB82A;
}
.name-pattern .column, .name-pattern .column-fixed {
  background: white;
  display: inline-block;
  padding: 6px 13px;
  color: black;
  margin: 5px;
  border-radius: 7px;
}
.name-pattern .droppable {
  border: 2px dashed #FFB82A;
  min-width: 100px;
  display: inline-block;
  height: 3em;
  vertical-align: middle;
  text-align: center;
}
.name-pattern .separator {
  margin: 10px;
}

.max-size {
  max-width: 80vw;
  max-height: 80vh;
}

.controls {
  white-space: nowrap !important;
  text-align: right !important;
  padding-right: 20px !important;
}
.controls img {
  width: unset !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.controls img:active {
  transform: scale(0.9);
}
.controls img:hover {
  transform: scale(1.1);
}

.ui-selectable-helper {
  background: #ffcc2a;
  opacity: 0.5;
  z-index: 9999;
  position: absolute;
  backdrop-filter: blur(10px);
}

.infos .save, .infos .approve, .infos .remove, .infos .copy {
  vertical-align: middle;
  cursor: pointer;
}

.approve-all, .remove-all, .enhance-all {
  margin-left: 10px;
  cursor: pointer;
  visibility: hidden;
  vertical-align: middle;
}

.header .msg {
  margin: -10px 15px -10px 25px;
  font-size: 0.5em;
  vertical-align: middle;
  color: black;
  display: inline-block;
  text-align: center;
}
.header .msg [onclick="Approve.unselect()"], .header .msg [onclick="Enhancement.catalog.unselect()"] {
  font-size: 0.7em;
  cursor: pointer;
}
.header .msg [onclick="Approve.unselect()"]:hover, .header .msg [onclick="Enhancement.catalog.unselect()"]:hover {
  color: #FFB82A;
}
.header .msg [onclick="Approve.addTags()"] {
  font-size: 0.7em;
  cursor: pointer;
}
.header .msg [onclick="Approve.addTags()"]:hover {
  color: #FFB82A;
}

.suggest-categories-dep {
  max-width: 300px;
}
.suggest-categories-dep .departments {
  max-height: 35vh;
  overflow: auto;
  margin-top: 20px;
}
.suggest-categories-dep .departments p {
  background: #ffebac;
  padding: 10px;
  margin: 10px;
  color: black;
  margin-top: 0;
  margin-left: 0;
  border-radius: 100px;
}
.suggest-categories-dep .departments p.selected {
  background: #FFB82A;
}

.center {
  text-align: center;
}

.progress-bar {
  padding: 2px 4px;
  color: white;
  cursor: default;
  margin: 10px 0;
  user-select: none;
  transition: 400ms opacity ease-in-out;
  position: relative;
}
.progress-bar .progress-hide {
  position: absolute;
  right: -6px;
  top: 0px;
  color: white;
  font-size: 0.8em;
  z-index: 12412;
  padding: 4px 10px;
}
.progress-bar *::-webkit-scrollbar-track {
  background-color: #2d2b2b;
}
.progress-bar *::-webkit-scrollbar {
  width: 6px;
  background-color: #2d2b2b;
}
.progress-bar *::-webkit-scrollbar-thumb {
  background-color: #ffcc2a;
  border-radius: 20px;
}
.progress-bar .log {
  margin-top: 8px;
  max-height: 24vh;
  overflow: auto;
}
.progress-bar .log div[data-uuid] {
  margin: 0 0 10px 0;
  font-size: 0.8em;
}
.progress-bar .progress {
  width: 100%;
  background: #c5c5c5;
  height: 5px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.progress-bar .progress .progress-bar-inner {
  width: 0%;
  height: 100%;
  background-color: #52a752;
  z-index: 212;
  position: relative;
}
.progress-bar .progress .progress-bar-inner[style="width: 100%;"] {
  background-color: #ffcc2a;
}
.progress-bar .progress .progress-error {
  height: 5px;
  background: #732222;
  position: absolute;
  top: 0;
  z-index: 310;
}
.progress-bar .progress-body {
  font-size: 0.86em;
  margin-top: 6px;
}

.removing, .approving {
  opacity: 0.3;
}

.removing {
  opacity: 0.3;
  pointer-events: none;
}

.approving {
  display: none !important;
}

.approved .approving {
  display: table-row !important;
}

.approved-sent {
  background: rgba(39, 39, 39, 0.16) !important;
}

.fatal-error {
  background-color: rgba(255, 102, 102, 0.368627451) !important;
  opacity: 1;
}

h1.header button.back {
  margin-right: 10px;
}

h1 {
  font-size: 1.8em;
}

.nowrap {
  white-space: nowrap !important;
}

.search-results .category, .category-result-list .category, .search-results .ncm-item {
  padding: 10px;
  padding-right: 30px;
  position: relative;
}
.search-results .category:hover, .category-result-list .category:hover, .search-results .ncm-item:hover {
  background: #FFB82A;
}

.search-results .category .loading-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
}
.search-results .category .loading-box .loading-inner {
  display: flex;
  align-items: center;
}
.search-results .category .loading-box .loading-inner svg {
  width: 20px;
  margin-right: 10px;
}

.title.category-item {
  cursor: pointer;
}
.title.category-item:hover {
  color: #FFB82A;
}

.ask-ean.suggest-style {
  border: 2px dashed #fd3466;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.9em;
  white-space: nowrap;
}

.ean-choose {
  background-color: white;
  border-radius: 10px;
  font-size: 0.8em;
  margin: 7px;
  color: #2d2d2d;
  padding: 15px 25px;
}
.ean-choose img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

a.excel:after {
  background-image: url(/img/icons/importxlsx.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  content: "";
  background-color: #158349;
  border-radius: 10px;
  width: 30px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.image {
  position: relative;
  transition: 300ms ease-in-out;
}
.dropnav {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 50px 100px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(100%);
  transition: 600ms ease;
  cursor: pointer;
  z-index: 9;
  backdrop-filter: blur(6px);
  text-align: center;
  border: 3px dashed;
}
.dropnav [type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.dropnav:hover {
  border-color: #FFB82A;
}
.dropnav:active {
  scale: 0.9;
}

[data-url="/cadastro/imagem/massa"] .dropnav {
  display: none;
}

.dragging .dropnav {
  transform: translateY(-20px);
}

@keyframes image-loading {
  0% {
    background-color: rgb(239, 239, 239);
  }
  50% {
    background-color: rgb(255, 255, 255);
  }
  100% {
    background-color: rgb(239, 239, 239);
  }
}
.img-loading {
  animation: image-loading 1s infinite;
  max-height: 150px;
  min-height: 80px;
  width: 100%;
  border-radius: 20px;
}

.line .img-suggested {
  margin-bottom: 0;
}
.line .status {
  cursor: pointer;
}

.dialog-body {
  max-height: 70vh;
  overflow: auto;
}

.under-maintenance {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100000;
  background: #ffcc2a;
  color: black;
  padding: 10px 20px;
  cursor: default;
  width: 260px;
  border-left: 4px solid white;
}

.error-description {
  padding-right: 25px;
}
.error-description .at {
  padding: 5px;
  background: #3b3b3b;
  border-radius: 10px;
  display: inline-block;
  margin: 7px 10px 7px 0;
  font-size: 0.8em;
  color: white;
}
.error-description .label {
  color: #b7b7b7;
  font-size: 0.8em;
}

.active-order-by {
  color: yellowgreen;
}

[order-type] {
  cursor: pointer;
}

.image .to-drag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.dragging .to-drag {
  pointer-events: all;
}

.prod-info .list {
  position: relative;
}
.prod-info .list .to-drag {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.image .to-drag {
  padding-left: 100%;
  border: 2px dashed transparent;
  border-radius: 16px;
  height: 90%;
  margin-top: calc(5% - 2px);
  transition: opacity 300ms ease-in-out;
}

.dragging .list .to-drag {
  pointer-events: all !important;
  opacity: 1;
}

.api-form {
  display: none;
}
.api-form a {
  text-decoration: underline;
}

.name-pattern {
  max-width: 600px;
}

.creation .infos {
  cursor: default;
}

.creation.ean .msg {
  color: #FFB82A;
}
.creation.ean .spacing {
  margin: 10px 0;
}

.ean-holder {
  position: fixed;
  top: 0;
  left: -50%;
  z-index: -1;
  pointer-events: none;
  transition: 1s opacity;
  opacity: 0;
}
.ean-holder img {
  position: fixed;
  top: 0;
  left: -0.5%;
  z-index: 124124;
  width: 101%;
  height: 100%;
}

.gradient {
  position: fixed;
  bottom: -10px;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: 1s all;
}
.gradient img {
  width: 100%;
  height: 100%;
}

video.ean-background {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  object-fit: cover;
}

.upload-images {
  display: inline-block;
  width: 100%;
  height: unset;
  text-align: center;
  padding: 14px 0 !important;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.upload-images img {
  background: transparent !important;
  width: 60% !important;
}

.essay .infos {
  cursor: default;
}
.essay .prod-info .description {
  width: 71%;
  margin: 0 1%;
  margin-left: 0;
}
.essay .prod-info .img {
  display: none;
}

.wysiwyg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2D2B2B;
  padding: 10px;
  border-radius: 30px;
  margin-top: 15px;
}
.wysiwyg-footer button {
  border-radius: 35px;
}

.wysiwyg-btns {
  border: 1px solid #151515;
  padding: 10px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.wysiwyg-btns button {
  margin-right: 2px;
  border-radius: 35px;
  padding: 6px 9px;
  min-width: 32px;
  height: 32px;
  position: relative;
}
.wysiwyg-btns button select {
  background: #FFB82A;
  border: 0;
}
.wysiwyg-btns button select option {
  background-color: #fbfbfb;
}

#tooltip {
  background: black;
  color: white;
  padding: 7px 10px;
  border-radius: 8px;
  position: absolute;
  cursor: pointer;
}

.description .inner a {
  color: #c79500;
  font-weight: bold;
  text-decoration: underline;
}

.redator-seo-origin .img {
  width: 0% !important;
}
.redator-seo-origin .description {
  width: 69% !important;
  margin-left: 0 !important;
}

.progress-stop, .progress-error-download {
  text-decoration: underline;
  cursor: pointer;
}

.progress-pending .progress-bar-inner {
  width: 100% !important;
}

button.status-option {
  width: 100%;
}

.image-dropzones .droparea {
  width: 100% !important;
}

.image-dropzones {
  width: 100% !important;
}
.image-dropzones input {
  padding: 5px;
  background-color: white;
  margin: 10px 0;
  margin-right: 10px;
  border: 0;
  width: calc(50% - 10px) !important;
  font-size: 1.5em;
}
.image-dropzones input[type=file] {
  width: 100% !important;
}

.departments-list .tree {
  margin-left: 40px;
}

.is-opened {
  transform: rotate(270deg);
  display: inline-block;
}

.line.opened .is-opened {
  transform: rotate(0);
}

.sub-table {
  display: table-row;
  text-align: center;
}

.inline-table {
  padding-left: 30px;
}
.inline-table td.title {
  width: 40%;
  vertical-align: middle;
}
.inline-table td.title:first-child {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  max-width: 300px;
}
.inline-table .name-type {
  text-align: left;
}

[onclick="Apis.resync();"] {
  margin-right: 10px;
}

.integration-menu img {
  vertical-align: middle;
  margin-right: 5px;
}

.bold-error .label {
  color: #96ff96;
  font-weight: bold;
}

.image-preview img {
  height: 120px;
  border-radius: 18px;
  margin-right: 10px;
  margin-top: 10px;
}

.variant-holder {
  width: 100%;
  margin: 3% 0;
  display: inline-block;
}

img.platform-icon {
  vertical-align: middle;
  max-width: 30px;
  margin-left: 6px;
  cursor: pointer;
}

.create-sku {
  display: none;
  opacity: 0;
  background: white;
  border-radius: 10px;
  color: black;
  margin-top: 10px;
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}

.skus-info {
  background: #ffb82a;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.sigma-col {
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  color: white !important;
  margin: 3px;
  display: table-cell;
  padding: 5px 6px;
  max-width: 170px;
  white-space: normal;
  overflow: auto;
  background: #353535;
}

span.name-edit:hover {
  color: #ffcc2a;
  cursor: pointer;
}

.counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #5d5d5d;
  font-weight: bold;
  cursor: default;
  font-size: 0.9em;
}

.middle-counter {
  position: relative;
}
.middle-counter .counter {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-branch {
  width: 30px;
  height: 30px;
  background-image: url(/img/edit.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  cursor: pointer;
}
.edit-branch:hover {
  opacity: 1 !important;
}

.branch:hover .edit-branch {
  opacity: 0.7;
}

.company-info-box {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.company-info-box:hover .edit-branch {
  opacity: 1;
}
.company-info-box .edit-branch {
  top: -5px;
}

.download-on-droparea {
  position: relative;
  z-index: 10;
}
.download-on-droparea a {
  color: black;
  padding: 10px;
}

.update-base button, .update-base img {
  vertical-align: text-top;
}

.filter {
  width: 16px !important;
  border-radius: 0 !important;
  vertical-align: middle;
  margin-left: 4px;
}

.pos-authorize {
  display: none;
}
.pos-authorize .update-api {
  margin-left: 5px;
}

.delete-base, .download-catalog {
  cursor: pointer;
}

.filter {
  cursor: pointer;
}

.category .childrens {
  padding-left: 60px;
}
.category [type=checkbox] {
  vertical-align: middle;
}

.tree-select-all {
  display: inline-block;
  font-size: 0.8em;
}

input.search-category, input.search-brand {
  padding: 9px;
  float: right;
  width: 230px;
  border-radius: 6px;
  border: 0;
  margin-left: 15px;
}

span.product-count {
  opacity: 1;
  font-size: 0.9em;
  margin-left: 5px;
  color: #979797;
}

.catalog-edit img {
  width: 30px !important;
  cursor: pointer;
}
.catalog-edit img, .catalog-edit span {
  vertical-align: middle;
}

.item.line.enhanced {
  background: rgba(42, 255, 42, 0.1411764706) !important;
}

body:not(.is-master) .only-master {
  display: none !important;
}

body.is-master .only-master {
  display: inherit;
}

.usuarios-nav {
  display: none !important;
}

.multi-users .usuarios-nav {
  display: inherit !important;
}

form button.disabled {
  cursor: default;
  opacity: 0.3;
}

div.controls img.remove.disabled {
  opacity: 0.3;
  cursor: default;
}

.integration-panel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.integration-panel .integration-item {
  background-color: #fff;
  font-weight: bold;
  color: black;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  width: calc(50% - 5px);
  cursor: pointer;
}
.integration-panel .integration-title {
  padding: 4px 2px;
  font-size: 1.2em;
}

.notFound {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}

.user-frame {
  margin-bottom: 12px;
  min-width: 554px;
  min-height: 405px;
  display: block;
  float: left;
  overflow: auto;
}
.user-frame .user-inputs-frame, .user-frame .branches-frame {
  display: inline-block;
  float: left;
  max-height: 380px;
}
.user-frame .user-inputs-frame {
  max-width: 100%;
  min-width: 300px;
  padding-right: 25px;
}
@media screen and (max-width: 1550px) {
  .user-frame .user-inputs-frame {
    width: 100%;
    padding-right: 0px;
  }
}
.user-frame .branches-frame {
  min-width: 350px;
  overflow-y: auto;
}
@media screen and (max-width: 1550px) {
  .user-frame .branches-frame {
    margin-top: 12px;
    width: 100%;
    max-height: 200px;
  }
}
.user-frame .branches-frame table {
  color: #151515;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.user-frame .branches-frame table thead {
  text-align: justify;
  text-indent: 4px;
  font-size: 1.2em;
  color: black;
}
.user-frame .branches-frame table thead th {
  padding: 3px;
  padding-top: 7px;
}
.user-frame .branches-frame table thead tr th:nth-child(1) {
  text-align: center;
  width: 82px;
}
.user-frame .branches-frame table tr,
.user-frame .branches-frame table th,
.user-frame .branches-frame table td {
  padding: 4px 0px;
  border-spacing: 0;
}
.user-frame .branches-frame table tbody tr td:nth-child(1) {
  text-align: center;
}

.usuario-btn-submit {
  float: right;
}

.approve-categoria-table .line .title:first-child {
  text-align: justify;
  white-space: nowrap !important;
  width: 100px;
  text-indent: 29px;
}
.approve-categoria-table .search {
  padding: 10px;
  width: 100%;
  background: white;
  border: 0;
  margin: 0 10px;
  border-radius: 10px;
}

.table .search {
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #b1b1b1;
  margin: 0 10px;
  border-radius: 10px;
}

.title.controls {
  padding-right: 30px !important;
  text-align: right !important;
}

.slider.round:before {
  border-radius: 50%;
}

.company-opts label[title] {
  cursor: help;
}

.company-opts .round-card {
  margin-bottom: 20px;
}

.image-mass .droparea {
  height: calc(100vh - 160px);
  position: absolute !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.dragging .image-mass .droparea {
  border: 4px dashed #676767;
}
.dragging .image {
  pointer-events: none !important;
}

.image-mass .image-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(51%, 1fr));
  gap: 14px;
  margin-top: 20px;
  color: black;
}
.image-mass .image-preview .sku {
  color: white;
  font-size: 1.3em;
  margin-top: 20px;
  font-family: "Archivo", Manrope, sans-serif;
}
.image-mass .image-preview .image.even:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 10px;
  border-radius: 10px;
  background: #FFB82A;
  position: absolute;
  top: 6px;
  right: 6px;
}
.image-mass .image-preview .image.odd:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 10px;
  border-radius: 10px;
  background: #ff766c;
  position: absolute;
  top: 6px;
  right: 6px;
}
.image-mass .image-preview .image {
  background: white;
  font-family: "Archivo", Manrope, sans-serif;
  border-radius: 14px;
  border: 8px solid white;
  transition: 200ms transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
.image-mass .image-preview .image .name {
  width: 100%;
  background: transparent;
  color: black;
  padding: 10px 0;
  font-size: 0.8em;
  text-wrap: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.image-mass .image-preview .image img {
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-bottom: 5px;
  flex-grow: 1;
  object-fit: cover;
}
.image-mass .image-preview .image button {
  font-size: 0.7em;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(255, 204, 42, 0.6784313725);
}
.image-mass .image-preview .image:active {
  transform: scale(0.98) !important;
}
.image-mass .image-preview .image.hover.even, .image-mass .image-preview .image.hover.odd {
  transform: scale(1.05);
}
.image-mass .image-preview .image.hover.even:active, .image-mass .image-preview .image.hover.odd:active {
  transform: scale(1.02) !important;
}
.image-mass .image-preview .tag {
  display: inline-block;
  font-size: 0.8em;
  background: #e5e5e5;
  padding: 4px 10px;
  border-radius: 5px;
  margin-right: 2px;
  margin-top: 8px;
}
.image-mass .image-preview .info-btns button {
  margin-top: 8px;
}
.dragging .excel {
  pointer-events: none !important;
}

.backimage {
  position: fixed;
  bottom: 0;
  margin-left: 240px;
  text-align: center;
  width: calc(100% - 240px);
  left: 0;
  margin-bottom: -10px;
  z-index: 1020;
  pointer-events: none;
  padding: 0 40px;
}
.backimage .excel {
  pointer-events: all;
}
.backimage h2 {
  font-weight: normal;
}
.backimage img {
  width: 40%;
  max-height: 60vh;
  object-fit: contain;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.input-cadastro {
  width: 10%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid white;
  font-size: 1.1em;
  color: white;
  padding: 10px 0;
  font-family: "Archivo", Manrope, sans-serif;
  resize: none;
}
.input-cadastro::placeholder {
  color: white;
}
.input-cadastro:focus {
  border-color: #FFB82A;
}

.btn-secondary {
  background-color: transparent;
  border: 1px #FFB82A solid;
}
.btn-secondary a {
  color: #FFB82A;
}

.page-title {
  color: #FFB82A;
  font-weight: 300;
  font-size: 1.8em;
}

.em-massa-body .dropzones {
  margin: 11px 0px 12px 0px;
}
.em-massa-body .dropzones .droparea {
  border: 2px dashed;
  height: auto;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.em-massa-body .dropzones .droparea > * {
  margin-top: 15px;
}
.em-massa-body .dropzones .droparea > * img {
  margin-right: 9px;
}
.em-massa-body .dropzones input[type=file] {
  display: none;
}
.em-massa-body .btn-baixar button {
  vertical-align: middle;
}
.em-massa-body .btn-baixar img {
  margin-right: 6px;
  vertical-align: middle;
}
.em-massa-body .configuracao {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.em-massa-body .configuracao .texto {
  font-size: 1.1em;
}
.em-massa-body .configuracao .toggle {
  height: 1.7em;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.em-massa-body .configuracao .toggle .slider.round:before {
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  bottom: 0.26em;
}
.em-massa-body .configuracao .toggle input:checked + .slider + .false + .true {
  display: inline-block !important;
}
.em-massa-body .configuracao .toggle input:checked + .slider + .false {
  display: none !important;
}
.em-massa-body .configuracao .toggle .false, .em-massa-body .configuracao .toggle .true {
  margin-left: 3.8em;
  display: inline-block;
}
.em-massa-body .configuracao .toggle .false {
  display: inline-block;
  opacity: 0.6;
}
.em-massa-body .configuracao .toggle .true {
  display: none;
}
@media screen and (max-width: 600px) {
  .em-massa-body .configuracao {
    flex-direction: column;
    padding-left: 0;
    align-items: flex-start;
    gap: 8px;
  }
}

.double-input {
  display: flex;
  gap: 50px;
}
.double-input input {
  width: 50%;
}

.plan-info-alert {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bold {
  font-weight: 800;
}

.use-branch-name {
  padding: 6px 10px;
  font-size: 0.6em !important;
}

.nobreak {
  white-space: nowrap;
}

.pos-test {
  display: none;
}

.actions-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (min-width: 450px) {
  .grid-view .list {
    grid-template-columns: repeat(2, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media (min-width: 600px) {
  .grid-view .list {
    grid-template-columns: repeat(4, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 800px) {
  .profile .apis {
    max-width: 200px;
  }
}
@media (min-width: 1000px) {
  .grid-view .list {
    grid-template-columns: repeat(5, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid-view .list {
    grid-template-columns: repeat(5, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
  }
}
@media (min-width: 1400px) {
  .grid-view .list {
    grid-template-columns: repeat(5, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
  }
}
@media (min-width: 1600px) {
  .grid-view .list {
    grid-template-columns: repeat(7, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(10%, 1fr));
  }
}
@media (min-width: 2000px) {
  .grid-view .list {
    grid-template-columns: repeat(8, 1fr); /* Cria 5 colunas de tamanho igual */
  }
  .image-mass .image-preview {
    grid-template-columns: repeat(auto-fill, minmax(8%, 1fr));
  }
}
@media (min-width: 2400px) {
  .grid-view .list {
    grid-template-columns: repeat(9, 1fr); /* Cria 5 colunas de tamanho igual */
  }
}
@media (min-width: 2800px) {
  .grid-view .list {
    grid-template-columns: repeat(1, 1fr); /* Cria 5 colunas de tamanho igual */
  }
}
@media (min-width: 3200px) {
  .grid-view .list {
    grid-template-columns: repeat(1, 1fr); /* Cria 5 colunas de tamanho igual */
  }
}
.api-form p {
  margin: 12px 0;
}

.description {
  color: black;
  background-color: white !important;
  position: relative;
  margin: 0 1%;
}
.description .enhanced-prompt {
  position: absolute;
  top: 100%;
  font-size: 0.8em;
  opacity: 0.6;
  padding-bottom: 100px;
  cursor: default;
  transition: 600ms opacity;
}
.description .enhanced-prompt:hover {
  opacity: 1;
}
.description .enhanced-prompt .help {
  margin: 0 2px;
}
.description .enhanced-prompt img, .description .enhanced-prompt .help {
  vertical-align: middle;
}
.description .enhanced-prompt .help:before {
  padding-top: 2px;
}

.api-columns-config {
  width: 20px;
  height: 20px;
  background-image: url(/img/icons/settings-yellow.svg);
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
  cursor: pointer;
}

.columns-holder {
  margin-top: 20px;
}
.columns-holder .columns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.columns-holder .columns-list .api-column {
  border-radius: 100px;
  background: rgba(255, 204, 42, 0.4392156863);
  padding: 6px 10px;
  display: inline-block;
  font-size: 0.9em;
  cursor: pointer;
}
.columns-holder .columns-list .api-column.selected {
  background: #ffcc2a;
}

[data-name="Código de Referencia"] {
  line-break: anywhere;
}

.recreate p img {
  vertical-align: middle;
}

.recreate-act {
  margin: 0;
  margin-top: 10px;
  background: transparent !important;
  border: 1px solid #FFB82A !important;
  color: #FFB82A;
}

.wysiwyg-btns .recreate {
  float: right;
  margin-top: 2px;
}
.wysiwyg-btns .undo, .wysiwyg-btns .redo {
  float: right;
  vertical-align: middle;
  margin: 0px 2px;
  margin-top: 6px;
  cursor: pointer;
  opacity: 0.4;
}
.wysiwyg-btns .enabled.undo, .wysiwyg-btns .enabled.redo {
  opacity: 1;
}

@keyframes loading {
  0% {
    background: #ffe180;
  }
  50% {
    background: rgba(255, 204, 42, 0);
  }
  100% {
    background: #ffe180;
  }
}
.loading-piece {
  animation: loading 1s infinite;
  height: 20px;
  margin: 0 0 10px 0;
  border-radius: 100px;
}

.user-description {
  width: 300px;
}

.popup-container {
  position: fixed;
  bottom: 70px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 12000;
  border: #151515 2px solid;
  border-radius: 10px;
  color: #151515;
  background-color: #2D2B2B;
  font-weight: 600;
  padding: 12px;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.popup-container .popup-body .popup-banner {
  width: 350px;
}
@media screen and (max-width: 700px) {
  .popup-container .popup-title .popup-close {
    width: 20px;
  }
  .popup-container .popup-body .popup-banner {
    width: 260px;
  }
}

.recreate-description, .user-description, generate-specs {
  min-height: 100px;
}
.recreate-description::placeholder, .user-description::placeholder, generate-specs::placeholder {
  line-height: 1em;
}

.generate-sizes-again, .guess-category, .guess-ncm, .generate-specs {
  float: right;
  cursor: pointer;
}

[data-section=metas] .generate-metas-again {
  float: right;
  cursor: pointer;
}
[data-section=metas] .generate-metas-again, [data-section=metas] span {
  vertical-align: middle;
}
[data-section=metas] [name=meta_description] {
  min-height: 125px;
}

.api-enhancement .api-option.errored {
  opacity: 50%;
  color: red;
}