/* Avaliação Blue R88 — filtros responsivos e estado exclusivo da aba Revisão do RH. */

body.r360-blue-ux .blue-management-group-operation .blue-tabs > button:not(.r360-blue-rh-review-tab)[aria-selected="false"] {
  color: #40506b !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.r360-blue-ux .r360-blue-rh-review-count[hidden] {
  display: none !important;
}

body.r360-blue-ux .r360-blue-rh-review-tools {
  align-items: stretch;
  flex-wrap: wrap;
}

body.r360-blue-ux .r360-blue-rh-review-search {
  flex: 1 1 280px;
}

body.r360-blue-ux .r360-blue-rh-review-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) auto;
  gap: 8px;
  flex: 1 1 100%;
  min-width: 0;
}

body.r360-blue-ux .r360-blue-rh-review-filters label {
  display: block;
  min-width: 0;
}

body.r360-blue-ux .r360-blue-rh-review-filters label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.r360-blue-ux .r360-blue-rh-review-filters select,
body.r360-blue-ux .r360-blue-rh-review-clear {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cbd8eb;
  border-radius: 11px;
  color: #263550;
  background: #fff;
  font: inherit;
  font-size: 13px;
}

body.r360-blue-ux .r360-blue-rh-review-filters select:focus {
  outline: 0;
  border-color: #155eef;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, .1);
}

body.r360-blue-ux .r360-blue-rh-review-clear {
  width: auto;
  min-width: 96px;
  cursor: pointer;
  font-weight: 800;
}

body.r360-blue-ux .r360-blue-rh-review-clear:hover {
  color: #155eef;
  border-color: #155eef;
  background: #f5f8ff;
}

body.r360-blue-ux .r360-blue-rh-review-order {
  margin-left: auto;
}

@media (max-width: 980px) {
  body.r360-blue-ux .r360-blue-rh-review-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.r360-blue-ux .r360-blue-rh-review-clear {
    width: 100%;
  }
}

@media (max-width: 560px) {
  body.r360-blue-ux .r360-blue-rh-review-filters {
    grid-template-columns: 1fr;
  }

  body.r360-blue-ux .r360-blue-rh-review-search,
  body.r360-blue-ux .r360-blue-rh-review-filters select,
  body.r360-blue-ux .r360-blue-rh-review-clear {
    min-height: 46px;
  }
}
