
.loading-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


#dialog-copy-products .el-dialog__header {
  padding-left: 4rem;
}


.upload-area[data-v-5eb2991d] {
  cursor: pointer;
  border: .25rem dashed transparent;
  border-radius: .8rem;
}
.upload-area[data-v-5eb2991d]:hover {
  border-color: var(--cor_texto_2);
}


#box-table-products[data-v-5cef79ee] {
    overflow-x: auto;
}
#box-table-products > table[data-v-5cef79ee] {
    min-width: 1050px;
}
#box-table-products > table tr[data-v-5cef79ee]:nth-child(even){
    background-color: var(--cor_background_3)
}
#products-icon-empty-list-feedback svg *[data-v-5cef79ee] {
    fill: var(--cor_texto_1);
}
#products-input-filter[data-v-5cef79ee] {
    position: relative;
}
#products-input-filter i[data-v-5cef79ee] {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
}
#products-input-filter .el-input {
    height: 100%;
}
#products-input-filter .el-input__inner {
    padding-right: 45px !important;
    height: 100%;
}
#products-input-filter input {
    border-radius: .5rem;
}

