result-table {
  height: 88%;
  display: flex;
  margin: auto;
}
result-table .sp-viewport {
  width: 100%;
}
result-table .sp-scrollbar {
  width: 1px !important;
  right: unset !important;
  left: 0 !important;
}
result-table .sp-scrollbar .sp-thumb {
  width: 1px !important;
  background: #A3A3A3;
  left: 0 !important;
}
result-table thead {
  vertical-align: middle;
}
result-table table {
  margin: auto;
  margin-top: 0;
  display: table;
  border: none !important;
  height: -moz-min-content;
  height: min-content;
}
result-table table th {
  color: #A3A3A3;
  text-align: center;
  font-family: "Yekan Bakh Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: table-cell;
}
result-table table th:not(:first-of-type) {
  border-bottom: 0.125rem solid rgba(205, 205, 205, 0.66);
}
result-table table tr {
  vertical-align: middle;
  color: #3E3E3E !important;
  text-align: right;
  font-feature-settings: "ss01" on;
  font-family: Yekan Bakh;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: rem;
  cursor: pointer;
  height: 1rem;
}
result-table table tr td {
  color: #3E3E3E !important;
  border: none !important;
  position: relative;
}
result-table table tr td:nth-child(4), result-table table tr td:nth-child(5), result-table table tr td:nth-child(6) {
  text-align: center;
}
result-table table tbody {
  overflow-y: scroll;
}

result-table[ismobile=true] {
  width: 100%;
  height: 100%;
}
result-table[ismobile=true] .mobile-result-container {
  display: block;
  flex: 1;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item {
  border-radius: 2rem;
  color: #483849;
  font-feature-settings: "ss01" on;
  font-family: Yekan Bakh;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem 1rem;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item:nth-child(2n) {
  background: #FFFFFF;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item:nth-child(2n) .top-split {
  border-top: 2px solid #efefef;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item:nth-child(2n+1) .top-split {
  border-top: 2px solid white;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item .top-split {
  padding-top: 1rem;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item .titr {
  color: #585858;
  font-feature-settings: "ss01" on;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item [class^=row] {
  margin: 1rem 0;
  align-items: center;
}
result-table[ismobile=true] .mobile-result-container .mobile-result-item [class^=row] [class^=col] {
  align-self: center;
}

result-table[ismobile=false] tr {
  position: relative;
}
result-table[ismobile=false] tr::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -7.77%, rgba(215, 215, 215, 0.66) 30.81%, rgba(200, 200, 200, 0.66) 69.14%, rgba(255, 255, 255, 0) 106.33%);
  content: "";
  height: 0.12rem;
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translate(-50%, 0);
}
result-table[ismobile=false] tr result-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

result-icon,
result-row,
result-span {
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  border-radius: 1rem;
}
result-icon i,
result-row i,
result-span i {
  font-size: 1.5rem;
  position: absolute;
  top: var(--top);
  left: var(--left);
  transform: translate(-50%, -50%);
}

result-row {
  border: 2px solid rgba(95, 206, 153, 0.33);
  color: #08A559;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 1.125rem;
}

result-span {
  border-radius: 1rem;
  background: rgba(95, 206, 153, 0.31);
  color: #08A559;
  width: 7rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

result-content-icon {
  color: #D4D4D4;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  justify-content: center;
}
result-content-icon i {
  font-size: 1.5rem;
  align-self: center;
}
result-content-icon.active {
  color: #F6B50E;
}
result-content-icon.active:hover {
  color: #ffdc84;
}/*# sourceMappingURL=ResultTable.css.map */