
.el-select__caret {
    color: red !important;
    font-weight: bold !important;
}


form[data-v-5020e772] {
  border-top: 1px solid #dfdada;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
}
.el-dialog {
  border-radius: 8px !important;
}
form div div span[data-v-5020e772] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #464e5f;
}
form div div input[data-v-5020e772] {
  border: 1px solid #b5b5c3;
  border-radius: 6px;
  padding: 0.5rem;
  background: white;
  height: 44px;
}
#boderUploadDrag[data-v-5020e772]:hover {
  border-color: #999999;
  cursor: pointer;
}
#boderUploadDrag[data-v-5020e772]::backdrop {
  border-color: #999999;
  cursor: pointer;
}
form div span[data-v-5020e772] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #464e5f;
}
form div input[data-v-5020e772] {
  border: 1px solid #b5b5c3;
  border-radius: 6px;
  padding: 0.5rem;
  background: white;
  height: 44px;
}

/* .btnSave button {
  border: none;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 20px;
  wi
  height: 46px;
  background: #ed2b46;
  border-radius: 6px;
} */
.btnSave span[data-v-5020e772] {
  color: white;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  margin-top: 5px;
}
#removePlanilha[data-v-5020e772] {
  background: rgba(237, 43, 70, 0.1);
  border-radius: 8px;
  border: none;
  padding: 1rem;
}
.imgBack[data-v-5020e772] {
  background: #f3f3f3;
  padding: 1.5rem;
  border-radius: 5px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-right: 1rem;
}
.modal-header[data-v-5020e772] {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-header div div span[data-v-5020e772] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #464e5f;
}
.modal-header div div p[data-v-5020e772] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  color: #b5b5c3;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
.modal-header button[data-v-5020e772] {
  width: 17.19px;
  height: 17.19px;
  color: #b5b5c3;
  font-weight: bolder;
}
.container-files[data-v-5020e772] {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0 solid rgba(0, 0, 0, 0.2);
}
.modal-content[data-v-5020e772], .container-files[data-v-5020e772] {
  border-radius: 18px;
}
.container-files div h2[data-v-5020e772] {
  font-size: 17px;
  padding: 20px;
  min-width: 50%;
}
.title[data-v-5020e772] {
  font-size: 20px;
  font-weight: 500;
  color: #464e5f;
  padding: 0;
}
.container-lista[data-v-5020e772] {
  border-top: 1px solid #dfdada;
  padding: 1.75rem;
}
@media only screen and (max-width: 480px) {
.container-lista[data-v-5020e772], .container-files[data-v-5020e772]{
    padding-left: 0;
    padding-right: 0;
}
}



.el-select__caret {
    color: red !important;
    font-weight: bold !important;
}
.customInput3i324uyiu342y23iu input{
    border-color: var(--cor_indicadores_1) !important;
}


.el-select__caret {
    color: red !important;
    font-weight: bold !important;
}


.el-select__caret {
    color: red !important;
    font-weight: bold !important;
}
.chevronDownList[data-v-78dbe9b2] {
    color: red;
    font-size: 2rem;
    transition: 0.5s;
}
@keyframes showList-78dbe9b2 {
from {
      opacity: 0;
}
to {
      opacity: 1;
}
}
@keyframes LoadList-78dbe9b2 {
from {
      transform: translateX(-0%);
      opacity: 1;
}
to {
      transform: translateX(120%);
      opacity: 0;
}
}
#listProductShow[data-v-78dbe9b2]{
    animation: showList-78dbe9b2 0.5s ease;
}
.loadingGrey[data-v-78dbe9b2] {

    background-color: rgb(238, 238, 238);
    position:relative;
    animation: showList-78dbe9b2 1s infinite;
}
.loadingGreyAnimation[data-v-78dbe9b2] {
    width: 40%;
    height: 2rem;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(238, 238, 238),rgb(214 214 214), rgb(238, 238, 238));
    position:absolute;
    animation: LoadList-78dbe9b2 0.5s infinite;
    transition: 0.5s;
}



@keyframes showList-ba1779a0 {
from {
      opacity: 0;
}
to {
      opacity: 1;
}
}
@keyframes LoadList-ba1779a0 {
from {
      transform: translateX(-100%);
      opacity: 1;
}
to {
      transform: translateX(200%);
      opacity: 0;
}
}
#listProductShow[data-v-ba1779a0]{
    animation: showList-ba1779a0 0.5s ease;
}
.loadingGrey[data-v-ba1779a0] {
    background-color: rgb(238, 238, 238);
    position:relative;
    overflow: hidden;
    margin-bottom: 1rem;
}
.loadingGreyAnimation[data-v-ba1779a0] {
    width: 40%;
    height: 2rem;
    overflow: hidden;
    background: linear-gradient(130deg, rgb(238, 238, 238),rgb(214, 214, 214), rgb(238, 238, 238));
    position:absolute;
    animation: LoadList-ba1779a0 2s infinite;
    transition: 0.5s;
}


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

