.append {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-group {
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
  text-align: center;
}
.values {
  font-weight: bold;
  text-align: right;
}
.searcher {
  border: 1px solid #808080;
  display: grid;
  grid-template-columns: 1fr 40px;
}
.searcher input {
  border: 0;
  padding: 0.5rem;
}
.searcher button {
  width: 100%;
  height: 2.5rem;
  border: 0;
}
.searchBlock {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
  grid-template-columns: 200px 1fr;
}
.searchBlock input {
  height: 2rem;
  padding: 0.5rem;
}
.searchBlock .input-select {
  display: flex;
  gap: 1rem;
}
.searchBlock .input-select select {
  width: 100%;
}
.item-lead {
  width: 100%;
}
main {
  padding-left: 240px;
}
.calificacion {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
.calificacion .input-select {
  margin-top: 10px;
}
.calificacion .input-select select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  direction: rtl;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}
.item-results {
  display: grid;
  grid-template-columns: 1fr 50px 25px 25px 25px;
  grid-gap: 10px 10px;
  margin: 5px;
  border-bottom: 2px solid #c5c5c5;
}
.item-results .action-subasta {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.item-results .icon-subasta {
  border-radius: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-results-validacion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 25px 25px 25px;
  grid-gap: 10px 10px;
  margin: 5px;
  border-bottom: 2px solid #c5c5c5;
}
.item-results-validacion .action-subasta {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.item-results-validacion .icon-subasta {
  border-radius: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-subasta {
  display: grid;
  grid-template-columns: 40px 1fr 30px 30px 30px;
  border-bottom: 2px solid #c5c5c5;
  grid-gap: 10px 10px;
  margin: 5px;
  padding-bottom: 10px;
}
.item-subasta .action-subasta {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.item-subasta .icon-subasta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 12px;
}
@media (max-width: 800px) {
  main {
    padding-left: 0;
  }
}
.fixed-sn main,
.hidden-sn main {
  padding-top: 3.5rem !important;
}
.pointer {
  cursor: pointer;
}
.background-blocked {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  cursor: not-allowed;
}
.background-blocked .loader-text {
  background-color: var(--teal);
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 5%;
  text-align: center;
  margin-top: 30vw;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.background-blocked .loader-text img {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.row-header-request {
  display: block;
  text-align: right;
}
.form-row {
  border-top: 1px solid #808080;
  margin-top: 1rem;
}
.form-file-row {
  border-top: 1px solid #808080;
  margin-top: 1rem;
}
.files_aprueva {
  display: none;
}
.label_files_aprueva {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: 'Helvetica', sans-serif;
  transition: 0.5s;
  width: 100%;
  cursor: pointer;
}
.label_files_aprueva:hover {
  background-color: #eee;
}
.sm_rounded {
  border-radius: 10px !important;
}
.result_request {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
}
.result_request .message_achievement {
  border: 2px solid #00c851;
  max-width: 500px;
  border-radius: 10px;
  height: 280px;
  padding: 2rem;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.result_request .message_achievement .brand {
  width: 50px;
}
.result_request .message_achievement .title_request {
  font-weight: bold;
  font-size: 40px;
}
.content-export {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}
.content-export .callToAction {
  height: 80px;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.content-export .callToAction :hover {
  transform: rotate3d(1, 1, 1, 10deg);
}
.content-export .callToAction i {
  font-size: 2rem;
  margin-left: 0.5rem;
}
