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


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


#box-table-company-list[data-v-7ee62164] {
    overflow-x: auto;
}
#box-table-company-list > table[data-v-7ee62164] {
    min-width: 1050px;
}
#table-company-list thead[data-v-7ee62164] {
    border-bottom: .5px solid var(--cor_texto_2);
}
#table-company-list thead tr[data-v-7ee62164] {
    font-size: 1.2rem;
}
#table-company-list tbody tr[data-v-7ee62164] {
    font-size: 1.1rem;
}
.action-group-btns > *[data-v-7ee62164] {
    width: 60px;
}
#users-icon-empty-list-feedback svg *[data-v-7ee62164] {
    fill: var(--cor_texto_1);
}
#users-input-filter[data-v-7ee62164] {
    position: relative;
}
#users-input-filter i[data-v-7ee62164] {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
}
#users-input-filter .el-input {
    height: 100%;
}
#users-input-filter .el-input__inner {
    padding-right: 45px !important;
    height: 100%;
}
#users-input-filter input {
    border-radius: .5rem;
}
tr[data-v-7ee62164]:nth-child(even) {
  background-color: #f2f2f2;
}

