/* RESULTADOS - RESULTS */
.container-results {
  display: flex;
  justify-content: center;
  padding: 70px 20px;
}

.container-results>* {
  /*visibility: hidden;*/
}

.content-results {
  flex-direction: column;
}

.header-content-results {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 30px;
}

.results-mobile {
  display: none !important;
}

.content-header-results {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 25px;
}

.content-header-results h2 {
  font-size: 2.5rem;
  color: #fff;
  /* margin-right: 25px; */
  font-weight: 500;
}

.date-result {
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.20);
  padding: 5px 10px;
  color: #fff;
  white-space: nowrap;
}

.date-result #dateResult {
  margin: 0 10px;
}

.date-result .btn-result-back,
.date-result .btn-result-next {
  padding: 5px 10px;
  font-size: .8rem;
}

.span-results {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.20);
  background: hsl(244deg 18% 51% / 30%);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 300;
  padding: 5px 15px;
  white-space: nowrap;
}

.span-results i {
  background: -webkit-linear-gradient(90deg, #0f5f5b, #00fff2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-results h3 {
  font-weight: 500;
  margin: 0 0 0 10px;
  font-size: 1rem;
  color: #fff;
}

.item-nav-result {
  margin: 20px 30px;
  min-width: 150px;
  text-align: start;
  color: #0C0047;
  opacity: .6;
}

.results-desktop {
  display: flex;
  width: 100%;
  height: 785px;
}

.nav-results-desktop {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  border-radius: 20px 0 0 20px;
  padding: 15px 0;
  overflow: auto;
  overflow-x: hidden;
}

.item-nav-result.active {
  color: #0C0047;
  opacity: 1;
  font-weight: 700;
  position: relative;
}

.item-nav-result.active::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #2ac1b9;
}

.area-results {
  width: 100%;
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 20px 15px;
  overflow-x: auto;
}

.area-results .loading-div {
  margin: 20px 5px;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.area-results-mobile .loading-div {
  margin: 20px 5px;
}

.area-results .loading-div i {
  color: #0C0047;
}

.area-results-mobile .loading-div i {
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.empty-result {
  text-align: center;
  margin: 20px 5px;
}

.empty-result>p {
  color: #0C0047;
  font-weight: 400;
  text-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.area-results-mobile .empty-result {
  margin: 20px auto;
}

.area-results-mobile>.empty-result>p {
  color: #fff;
}

.table-head-results .item-table-results:first-child {
  background: #2ac1b9;
  padding: 10px 15px;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
}

.table-results {
  height: 100%;
  overflow: auto;
}

.row-table-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.item-table-results {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  min-width: 92px;
  color: #101010;
}

.item-table-results span {
  width: 50px;
  height: 50px;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background: #0C0047;
  border-radius: 100px;
  color: #fff;
  box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.table-body-results {
  margin: 30px 0;
  /* height: 100%; */
}

.table-body-results .item-table-results:first-child {
  font-weight: 600;
}

.table-body-results .row-table-results {
  border-bottom: 1px solid rgb(111 108 153 / 20%);
  padding: 15px 0;
}

.table-body-results .row-table-results:last-child {
  border-bottom: none;
}

.results-mobile {
  flex-direction: column;
  width: 100%;
}

.header-mobile-results {
  width: 100%;
  height: 60px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  border-radius: 10px;
}

.area-results-mobile {
  display: flex;
  overflow: auto;
}


.nav-results-mobile {
  background: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 10px;
}

.nav-results-mobile .item-nav-result {
  margin: 0px;
  min-width: max-content;
  text-align: start;
  color: #0C0047;
  opacity: .6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  height: 100%;
}

.nav-results-mobile .item-nav-result.active {
  color: #fff;
  background: #2ac1b9;
  opacity: 1;
  font-weight: 700;
  position: relative;
}

.nav-results-mobile .item-nav-result.active::after {
  display: none;
}

.nav-results-mobile .item-nav-result:first-child {
  border-radius: 10px 0 0 10px;
}

.nav-results-mobile .item-nav-result:last-child {
  border-radius: 0 10px 10px 0;
}

.item-results-mobile {
  background: #fff;
  border-radius: 10px;
  /*padding: 10px 20px;*/
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: max-content;*/
  margin: 10px;
}

.item-results-mobile .results-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-results-mobile .results-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100px;
}

.results-mobile-guesses {
  margin: 0 0 0 30px;
  /*width: 150px;*/
}

.lot-ident {
  /*margin-top: 5px;*/
  margin: 8px 8px;
  color: #101010;
  font-weight: 700;
}

.results-mobile-guesses .row-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 5px;
  color: #101010;
}

.results-mobile-guesses .row-results span:first-child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6F6C99;
  border-radius: 100px;
  color: #fff;
}

.results-mobile-guesses .row-results span:last-child {
  margin: 0 10px;
}

.results-mobile-guesses .row-results span:first-child.active {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1923;
  border-radius: 100px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 25%);
}

/* COTAÇÃO - QUOTATION */
.container-quotation {
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C1B4A;
}

.container-responsive.content-quotation {
  flex-direction: column;
}

.header-results {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.header-results h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.header-results hr {
  width: 30px;
  height: 2px;
  border: none;
  margin: 10px;
  background: #2ac1b9;
}

.header-quotation {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.header-quotation h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.header-quotation h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.header-quotation hr {
  width: 30px;
  height: 2px;
  border: none;
  margin: 10px;
  background: #2ac1b9;
}

.table-quotation {
  width: 100%;
  overflow-x: auto;
  padding: 10px 0;
}

.table-quotation table {
  background: #fff;
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 1126px;
}

.table-quotation th:first-child {
  text-align: start;
}

.table-quotation th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  color: #0C0047;
  padding: 20px !important;
  text-align: center;
}

.table-head-quotation tr th>h3 {
  color: #0C0047;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.table-head-quotation tr th {
  color: #2AC1B9;
  font-size: 32px;
  font-weight: 700;
}

.table-head-quotation tr th>small {
  color: #858BA0;
  font-size: 14px;
  font-weight: 500;
}

.table-quotation td,
.table-quotation th {
  border: 2px solid #fff;
  padding: 10px;
  white-space: nowrap;
}

.table-quotation tr:nth-child(even) {
  background-color: #E6E9F5;
}

.table-quotation tr:nth-child(odd) {
  background-color: rgb(230, 233, 245, .4);
}

#body-quatation tr>td:first-child {
  text-align: start;
}

#body-quatation tr td {
  text-align: center;
}

#body-quatation tr td>span {
  color: #858BA0;
  font-size: 14px;
  font-weight: 400;
}

#body-quatation tr:last-child td:first-child {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .header-content-results {
    flex-direction: column-reverse;
    align-items: center;
  }

  .results-desktop {
    display: none !important;
  }

  .results-mobile {
    display: flex !important;
  }
}

/* SMALL MOBILE - HOME */

@media (max-width: 490px) {
  .item-results-mobile {
    flex-direction: column;
    /*width: 480px;*/
    flex: 1 0 250px;
    gap: 10px;
    margin: 10px;
  }

  .item-results-mobile .results-img img {
    width: 150px;
    height: 150px;
  }

  .results-mobile-guesses {
    margin: 0px;
  }
}