@charset "UTF-8";
.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.toggle {
  height: 1.5em;
  width: 3em;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.toggle .slider.round:before {
  border-radius: 50%;
  height: 1em;
  width: 1em;
  bottom: 0.25em;
}
.toggle input:checked + .slider + .false + .true {
  display: inline-block !important;
}
.toggle input:checked + .slider + .false {
  display: none !important;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle .false, .toggle .true {
  margin-left: 3.8em;
  display: inline-block;
}
.toggle .false {
  display: inline-block;
  opacity: 0.6;
}
.toggle .true {
  display: none;
}

.input-select {
  border: 1px solid #b1b1b1;
  color: #151515;
  background-color: white;
  border-radius: 4px;
  padding: 9px;
  display: inline-block;
  width: 100%;
}

body[theme=dark] .input-select {
  background-color: #151515;
  color: #fff;
}

.toggleView {
  position: relative;
  display: inline-block;
  width: 3.2em;
  height: 2.1em;
}

.toggleView.disabled {
  opacity: 0.3;
  cursor: default;
}

.toggleView input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A4A799;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  left: 0.4em;
  bottom: 0.35em;
  background-color: #F9F9F9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

input:checked + .slider {
  background-color: #FFB82A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FFB82A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
}

button {
  border: 0;
  background-color: #FFB82A;
  color: #151515;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Archivo", Manrope, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}
button.black {
  background-color: #151515;
  color: #F9F9F9;
}
button.remove, button.remove-all {
  background-color: #CF4040;
}
button.approve, button.approve-all {
  background-color: #39B54A;
}
button img {
  vertical-align: middle;
  height: 14px;
  max-width: 14px;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar-track {
  background-color: #2D2B2B;
  border-radius: 20px;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #2D2B2B;
  border-radius: 20px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #FFB82A;
  border-radius: 20px;
}
.scroll::backdrop {
  background: rgba(255, 255, 255, 0.2);
}

.blackish {
  background-color: #151515 !important;
  color: #F9F9F9;
}

.payment-form label input {
  width: 100% !important;
}

label input[name=min_width], label input[name=min_height], label input[name=max_width], label input[name=max_height] {
  width: 100px !important;
}

.category-attributes {
  margin: 40px 0 0 0;
}

.low-accurancy {
  background: rgba(207, 64, 64, 0.1607843137) !important;
  border-color: #CF4040 !important;
}

.medium-accurancy {
  background: rgba(255, 204, 42, 0.1607843137) !important;
  border-color: #FFCC2A !important;
}

.generative {
  background: rgba(75, 160, 239, 0.1607843137) !important;
  border-color: #4ba0ef !important;
}

.high-accurancy {
  background: rgba(57, 181, 74, 0.1607843137) !important;
  border-color: #39B54A !important;
}

.round-card {
  padding: 30px;
  border: 1px solid #A4A799;
  background-color: #F9F9F9;
  border-radius: 25px;
}
.round-card.semi {
  border-radius: 8px;
  padding: 20px;
}
.round-card.outlined {
  background-color: transparent;
}
.round-card.flex {
  display: flex;
}
.round-card.justify {
  display: flex;
  justify-content: space-between;
}
.round-card .content {
  gap: 2px;
}
.round-card .content.md-gap {
  gap: 6px;
}
.round-card .content.column {
  display: flex;
  flex-direction: column;
}
.round-card .content.row {
  display: flex;
}
.round-card .content.left {
  align-items: flex-start;
}
.round-card input {
  width: inherit !important;
}
.round-card .main-title {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.round-card label {
  font-size: 1.1em;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
}
.round-card label > span {
  margin-bottom: -4px;
}
.round-card label input {
  font-size: 0.9em;
}
.round-card p.label label {
  width: 100%;
}
.round-card p.label label span {
  display: block;
}
.round-card p.label label input, .round-card p.label label textarea {
  width: 100%;
}
.round-card.dashed {
  border-style: dashed;
}
.round-card.loading .value, .round-card.loading .content.value {
  animation: loading 1s infinite;
  width: 100%;
  text-align: left;
  color: transparent;
}

.semi-round-card {
  padding: 20px;
  border: 1px solid #151515;
  border-radius: 15px;
}
.semi-round-card input {
  width: inherit !important;
}
.semi-round-card .main-title {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.semi-round-card label {
  font-size: 1.1em;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
}
.semi-round-card label > span {
  margin-bottom: -4px;
}
.semi-round-card label input {
  font-size: 0.9em;
}
.semi-round-card p.label label {
  width: 100%;
}
.semi-round-card p.label label span {
  display: block;
}
.semi-round-card p.label label input, .semi-round-card p.label label textarea {
  width: 100%;
}
.semi-round-card.dashed {
  border-style: dashed;
}
.semi-round-card.loading .value {
  animation: loading 1s infinite;
  width: 100%;
  text-align: left;
  color: transparent;
}

@keyframes loading {
  0% {
    background: #ffe180;
  }
  50% {
    background: rgba(255, 204, 42, 0);
  }
  100% {
    background: #ffe180;
  }
}
.yellow {
  color: #FFB82A;
}

.title.yellow {
  min-width: 100px;
}

.loading-bars {
  text-align: center;
}
.loading-bars.stopped .bar {
  animation: none !important;
}
.loading-bars .bar {
  transform-origin: bottom;
  margin: 2px;
  height: 30px;
  background: #ffcc2a;
  display: inline-block;
}
.loading-bars .bar.fixed {
  transform: scaleY(1) !important;
}
.loading-bars .bar:nth-child(1) {
  animation: bar 1s infinite;
  background: white;
}
.loading-bars .bar:nth-child(2) {
  animation: bar 1s infinite;
  animation-delay: 0.1s;
  background: white;
}
.loading-bars .bar:nth-child(3) {
  animation: bar 1s infinite;
  background: white;
  animation-delay: 0.2s;
}
.loading-bars .bar:nth-child(4) {
  animation: bar 1s infinite;
  background: white;
  animation-delay: 0.3s;
}
.loading-bars .bar:nth-child(5) {
  animation: bar 1s infinite;
  background: white;
  animation-delay: 0.4s;
}
.loading-bars .bar:nth-child(6) {
  animation: bar 1s infinite;
  animation-delay: 0.5s;
}
.loading-bars .bar:nth-child(7) {
  animation: bar 1s infinite;
  animation-delay: 0.6s;
}
.loading-bars .bar:nth-child(8) {
  animation: bar 1s infinite;
  animation-delay: 0.7s;
}
.loading-bars .bar:nth-child(9) {
  animation: bar 1s infinite;
  animation-delay: 0.8s;
}
.loading-bars .bar:nth-child(10) {
  animation: bar 1s infinite;
  animation-delay: 0.9s;
}
@keyframes bar {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.2);
  }
  100% {
    transform: scaleY(1);
  }
}

label select {
  width: 100%;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  font-size: 1.1em;
  color: #F9F9F9;
  padding: 8px;
  margin-top: 8px;
}
label select:focus {
  border-color: #FFB82A;
}
label select option {
  color: #151515;
}
label input[type=text], label input[type=date], label input[type=mail], label input[type=password], label input[type=number], label textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #F9F9F9;
  border-radius: 4px;
  font-size: 1.1em;
  color: #F9F9F9;
  padding: 8px;
  margin-top: 8px;
  font-family: "Archivo", Manrope, sans-serif;
  resize: none;
}
label input[type=text]::-webkit-calendar-picker-indicator, label input[type=date]::-webkit-calendar-picker-indicator, label input[type=mail]::-webkit-calendar-picker-indicator, label input[type=password]::-webkit-calendar-picker-indicator, label input[type=number]::-webkit-calendar-picker-indicator, label textarea::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
label input[type=text]::placeholder, label input[type=date]::placeholder, label input[type=mail]::placeholder, label input[type=password]::placeholder, label input[type=number]::placeholder, label textarea::placeholder {
  color: #A4A799;
  line-height: 2em;
}
label input[type=text]:focus, label input[type=date]:focus, label input[type=mail]:focus, label input[type=password]:focus, label input[type=number]:focus, label textarea:focus {
  border-color: #FFB82A;
}
label input[type=text]:disabled, label input[type=text]:read-only, label input[type=date]:disabled, label input[type=date]:read-only, label input[type=mail]:disabled, label input[type=mail]:read-only, label input[type=password]:disabled, label input[type=password]:read-only, label input[type=number]:disabled, label input[type=number]:read-only, label textarea:disabled, label textarea:read-only {
  border: 1px solid #A4A799;
  background-color: #2D2B2B;
  color: #A4A799;
  cursor: not-allowed;
}
label input[type=range] {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
}
label input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #FFB82A;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #F9F9F9;
  margin-top: -8px;
}
label input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: #2D2B2B;
  border-radius: 5px;
}
label input[type=range]:focus {
  outline: none;
}

.main-title {
  font-size: 1.9em;
  font-weight: bold;
  color: #F9F9F9;
}

h3.main-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #F9F9F9;
}

button.secondary {
  background: transparent;
  border: 1px solid #FFB82A;
  color: #FFB82A;
}

button.only-icon {
  padding: 8px;
}
button.only-icon.loading-state-pending img {
  display: none;
}

button.terciary {
  color: #FFB82A;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}

hr.spacing {
  border: 0 !important;
  margin: 6px 0;
}

hr.spacing-20 {
  border: 0 !important;
  margin: 20px 0;
}

span.block {
  display: block;
}

.cursor-default {
  cursor: default;
}

.round-line {
  border: 1px solid #F9F9F9;
  border-radius: 6px;
}

.mtop20 {
  display: inline-block;
}

span.help {
  width: 16px;
  height: 16px;
  background-image: url(/img/icons/help-yellow.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
span.help .js-content {
  position: fixed;
  background: #FFB82A;
  color: #151515;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  z-index: 100;
  max-width: 350px;
  margin-top: 2px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2784313725);
  margin-left: -2px;
}

.loading-fill {
  vertical-align: middle;
}

[data-section][data-option] {
  display: none;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.3em;
  height: 1.3em;
  vertical-align: bottom;
  display: inline-block;
}
.icon.enhancement {
  background-image: url(/img/icons/enrichment.svg);
}
.icon.category {
  background-image: url(/img/icons/category-black.svg);
}
.icon.register {
  background-image: url(/img/icons/register.svg);
}
.icon.edit {
  background-image: url(/img/icons/register.svg);
}
.icon.delete {
  background-image: url(/img/icons/trash-black.svg);
}
.icon.approve {
  background-image: url(/img/icons/check.svg);
}
.icon.tools {
  background-image: url(/img/icons/tools-black.svg);
}
.icon.integration {
  background-image: url(/img/icons/integrations-black.svg);
}
.icon.settings {
  background-image: url(/img/icons/settings-black.svg);
}
.icon.save {
  background-image: url(/img/icons/save-black.svg);
}
.icon.pricetag {
  background-image: url(/img/icons/on-demand-black.svg);
}
.icon.stock {
  background-image: url(/img/icons/stock-black.svg);
}
.icon.image {
  background-image: url(/img/icons/image-black.svg);
}
.icon.package {
  background-image: url(/img/icons/packages-black.svg);
}

dialog.empty {
  color: black;
  border-radius: 20px;
  padding: 20px;
  min-width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  margin: 0;
  max-width: unset;
  max-height: unset;
  background: transparent !important;
  border: 0;
}
dialog.empty .dialog {
  padding: 20px;
  min-width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 1px solid #151515;
}

dialog {
  background: white;
  color: #151515;
  border: 1px solid #151515;
  border-radius: 20px;
  padding: 42px;
  min-width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
dialog .msg {
  margin-top: 8px;
}
dialog *::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #A4A799;
}
dialog *::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
  background-color: #A4A799;
}
dialog *::-webkit-scrollbar-thumb {
  background-color: #FFB82A;
  border-radius: 20px;
}
dialog::backdrop {
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.2);
}
dialog h2 {
  margin-bottom: 8px;
}
dialog h2 img {
  vertical-align: middle;
}
dialog .btns {
  margin-top: 10px;
}
dialog .btns button {
  float: right;
  border: 0;
  padding: 12px 16px;
  background: #FFB82A;
  border-radius: 4px;
  font-weight: bold;
}
dialog .btns button {
  margin-right: 10px;
}
dialog .btns button:first-child {
  margin-right: 0;
}
dialog input {
  color: black;
}

.mobile-only {
  display: none;
}

@media (max-width: 800px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .collapse-menu, .expand-menu {
    display: none;
  }
}
.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.asterisc {
  color: red;
}

.grid-view .list {
  display: grid !important;
  gap: 10px; /* Espaço entre os itens */
}
.grid-view .list .controls {
  padding-top: 0;
}
.grid-view .list .item {
  display: grid;
  padding: 10px;
  font-size: 0.8em;
}
.grid-view .list .item > div {
  text-align: left;
}
.grid-view .list .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.grid-view .list .item .grid-infos-holder .name {
  font-size: 1.5em;
}
.grid-view .list .item .grid-infos-holder .category, .grid-view .list .item .grid-infos-holder .brand, .grid-view .list .item .grid-infos-holder .id {
  background-color: #ffcc2a;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 6px;
  margin-top: 6px;
}
.grid-view .list .no-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  font-size: 2em;
}

.file-info.prod-info {
  flex-direction: row;
}

.prod-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prod-info.categoria-seo-origin .img {
  display: none;
}
.prod-info.categoria-seo-origin .center-product-area {
  width: 100%;
}
.prod-info.categoria-seo-origin .center-product-area .description {
  width: 100% !important;
}
.prod-info.categoria-seo-origin .infos {
  width: 40%;
}
.prod-info .info-section {
  display: flex;
  flex-direction: row;
}
.prod-info .info-section .center-product-area {
  display: flex;
  flex-direction: column;
  width: 58%;
  margin-left: 10px;
  margin-right: 24px;
}
@media (max-width: 800px) {
  .prod-info .info-section .center-product-area {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .prod-info .info-section {
    flex-direction: column;
  }
}

.prod-info .img .list .no-image.dashed {
  font-size: 0.7em;
}

.header {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 40px;
}
.header span {
  vertical-align: middle;
}

.table {
  display: table;
  width: 100%;
  font-size: 0.9em;
}
.table .line {
  display: table-row;
  outline: 1px solid #e1e1e1;
  border-radius: 8px;
}
.table .line .image img {
  width: 80px;
  border-radius: 15px;
  object-fit: contain;
  background: white;
  min-height: 80px;
  min-width: 80px;
}
.table .line > div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  max-width: 220px;
  white-space: pre-line;
  text-align: center;
}
.table .line > label {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  max-width: 300px;
  white-space: pre-line;
}

.horizontal .line:first-child div {
  white-space: nowrap !important;
}
.horizontal .line:first-child {
  outline: 0;
  z-index: 999;
  background: none;
}
.horizontal .line > div.img {
  padding: 0;
}
.horizontal .line > div.check {
  padding: 0;
  width: 0;
}
.horizontal .list {
  padding-bottom: 10px;
  border-spacing: 0 10px;
}
.horizontal .list .img-holder {
  margin: 10px;
  display: inline-block;
}
.horizontal .list .img-holder img {
  width: 60px;
  max-height: 60px;
  object-fit: contain;
  border-radius: 10px;
  vertical-align: middle;
}

.product-qtd, .select-all, .select-all input, .catalog-select-all {
  vertical-align: middle;
}

.product-qtd {
  font-size: 0.8em;
  display: inline-block;
}

.sub-menu .catalog-view, .sub-menu .list-view {
  cursor: pointer;
}
.sub-menu .toggler {
  float: right;
  text-align: right;
}
.sub-menu .toggler img {
  vertical-align: middle;
  max-height: 20px;
}
.sub-menu .toggler span.pipe {
  display: inline-block;
  background: #515151;
  width: 2px;
  height: 20px;
  margin: 0 4px 0 3px;
  vertical-align: middle;
}

button.dropdown {
  position: relative;
}
button.dropdown:hover .dropdown-content {
  display: block;
}
button.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  text-align: left;
  border-radius: 10px;
  padding-top: 5px;
  z-index: 99999;
}
button.dropdown .dropdown-content span {
  background: #FFB82A;
  padding: 15px;
  display: block;
}
button.dropdown .dropdown-content span.active-order-by {
  font-weight: bold;
  color: black;
}
button.dropdown .dropdown-content span:hover {
  background: #ffcf6e;
}
button.dropdown .dropdown-content span:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
button.dropdown .dropdown-content span:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.not-found {
  max-width: 600px;
  margin: 0 auto;
}

.pages {
  display: flex;
  overflow: auto;
  gap: 10px;
  padding-bottom: 15px;
}
.pages .page {
  transition: 0.3s all;
  background-color: #fff0d2;
  padding: 4px 10px;
}
.pages .page.active {
  background: #f0cc35;
  color: #151515;
}

.pagination {
  display: flex;
  align-items: center;
}
.pagination select.per-page {
  vertical-align: middle;
  margin-right: 10px;
  padding: 6px;
}
.pagination .page-navigation {
  display: inline-block;
  flex-grow: 1;
  text-align: right;
}
.pagination .page-number {
  padding: 6px;
  vertical-align: middle;
  margin: 0 10px;
  text-align: center;
  width: 50px;
}
.pagination .total-pages {
  margin-right: 10px;
}

.filter-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-list .filter-choices {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  align-content: center;
  justify-content: flex-start;
}
.filter-list .filter-item {
  min-width: 500px;
  margin-right: 10px;
}
.filter-list .filter-item .filter-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}

[order-by][order-type].active {
  font-weight: bold;
}

input[type=date] {
  font-family: "Archivo", Manrope, sans-serif;
}

.choice-list .filter-choices {
  flex-direction: column;
}

.filter-listing {
  max-height: 200px;
  overflow: auto;
}

.filter-choice {
  display: flex;
}
.filter-choice .left {
  flex-grow: 1;
}

.filter-select-all {
  text-decoration: underline;
  cursor: pointer;
}

.search-filter {
  padding: 4px;
}

.catalog .item.line .item-label {
  background: #ffb82a;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
}

.error-content-round {
  border: 1px solid #c7c7c7;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.text-right {
  text-align: right;
}

.image-suggestion .img-selectable .show-item, .image-suggestion .img-suggested .show-item, .similar-images .img-selectable .show-item, .similar-images .img-suggested .show-item {
  background-image: url(/img/icons/zoom-black.svg);
  width: 20px;
  background-position: center;
  height: 20px;
  background-repeat: no-repeat;
  background-color: #FFB82A;
  border-radius: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: default;
}
.image-suggestion .img-selectable:hover .show-item, .image-suggestion .img-suggested:hover .show-item, .similar-images .img-selectable:hover .show-item, .similar-images .img-suggested:hover .show-item {
  display: inline-block;
}

.similar-images .img-selectable {
  position: relative;
  vertical-align: top;
  display: none;
}
.similar-images .img-selectable img {
  object-fit: contain;
  box-shadow: 0 0 8px 2px rgba(233, 233, 233, 0.9607843137);
  width: 90px;
  height: 90px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
  transition: 300ms ease-in-out;
  padding: 10px;
  background: white;
  display: inline-block;
}
.similar-images .img-selectable.selected img {
  border: 10px solid #FFB82A;
}
.similar-images h3 {
  margin-bottom: 10px;
}

.float-right {
  float: right;
}

.no-overflow {
  overflow: hidden;
}

.info-field {
  border: 1px solid #A4A799;
  padding: 27px;
  border-radius: 22px;
  margin-bottom: 10px;
}
.info-field input.loading, .info-field textarea.loading, .info-field select.loading {
  background: #fff3dc;
  color: transparent !important;
  border: 1px solid transparent !important;
  animation: loading 2s infinite;
}
.info-field textarea {
  min-height: 80px;
}

.stores .list .item-store {
  display: flex;
}
.stores .list .item-store .item-store-infos {
  flex-grow: 1;
}
.stores .list .item-store .actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.stores .list .item-store .actions button {
  padding: 8px;
  font-size: 0.7em;
}
.stores .list img, .stores .list label {
  vertical-align: middle;
}
.stores .list label {
  margin-top: 0;
}
.stores .list input {
  margin: 0;
}

.api-form .loading-notify svg, .api-form .loading-notify span {
  vertical-align: middle;
}

select[name=description_template] {
  width: unset;
}

.round-warning {
  padding: 20px;
  border: 1px solid yellow;
  background: rgba(255, 255, 150, 0.45);
  border-radius: 10px;
  margin: 10px 0 20px;
  width: 100%;
}

.button-link {
  color: white;
}

.progress-item.round-card {
  min-width: 400px;
  margin: 10px 10px 10px 0;
}
.progress-item.round-card label {
  width: 100%;
}
.progress-item.round-card progress {
  width: 100%;
}

.loading-state-pending .hide-on-loading {
  display: none;
}

.operator-account .menu-profile .name {
  color: red;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.platform-cross-payload {
  white-space: nowrap;
  display: block;
  margin: 8px 0;
}
.platform-cross-payload img {
  vertical-align: middle;
}

.error-report {
  font-size: 0.7em;
  white-space: pre;
  margin-top: 4px;
}

.action-holder {
  position: relative;
}
.action-holder img {
  vertical-align: middle;
}
.action-holder .action {
  padding: 3px 8px;
  background: #FFB82A;
  border-radius: 30px;
  font-size: 0.8em;
  margin-right: 5px;
}
.action-holder .remove {
  position: absolute;
  right: 16px;
  top: 8px;
}
.action-holder .remove button {
  width: 20px;
  padding: 3px;
}

button.configure {
  width: 100%;
}

.categoria-seo-origin .middle-holder {
  width: 69%;
  margin-left: 0;
}

.middle-holder {
  width: 58%;
  margin: 0 1%;
  display: inline-block;
}
.middle-holder .description {
  width: 100% !important;
  margin-left: 0;
}

.prod-info .specs {
  margin-top: 15px;
  background-color: white;
}
.prod-info .specs label {
  width: 100%;
}
.prod-info .specs .spec-item {
  margin: 14px 0px;
}

.generate-specs {
  float: right;
  cursor: pointer;
}

.tabs {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 15px;
}
.tabs span.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #151515;
  border-radius: 40px;
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #e1e1e1;
}
.tabs span.tab.tab-approved {
  background: #c0e9c5;
  border: 1px solid #39B54A;
}
.tabs span.tab.active {
  background: #ffb82a;
  border: 1px solid #e19f1a;
}
.tabs span.tab img {
  vertical-align: middle;
  margin-right: 5px;
  height: 1.5em;
}
.tabs span.tab svg {
  height: 1.5em;
}

.pipelines {
  margin-bottom: 20px;
}

.attr-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.error-description .platform-icon {
  vertical-align: middle;
  margin-right: 8px;
}

.error-description:hover {
  background: rgba(143, 143, 143, 0.4);
}

.attr-label {
  font-weight: bold;
  margin-bottom: 5px;
}