.divider-line {
  margin-top: 15px;
  border-top: 1.5px solid var(--black);
  margin-right: var(--cell-half-padding);
}

.table-grid {
  overflow-x: auto;
  overflow-y: hidden;
  height: 1000px;
  scroll-behavior: smooth;
}

.color-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  border-radius: 5px;
  display: grid;
  padding: 5px;
}

.value-column {
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.value-column .value,
.value-column .label {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  grid-column: 1;
  grid-row: 1;
}

.hide-values .value-column:not(:nth-child(2)) .value {
  opacity: 0;
}

.value-column .label {
  opacity: 0;
}

.hide-values .value-column .label {
  opacity: 1;
}

.table-data-inner {
  padding: 8px var(--cell-half-padding);
}

.table-head .location-box {
  background: none;
  border: none;
}

.location-name {
  font-size: 14px;
  line-height: 16px;
}

.average-house-price {
  font-size: 10px;
  line-height: 12px;
}

.table-data .location-name,
.table-data .average-house-price {
  color: #172d4a;
}

.value-column .table-data-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-column:last-child .table-data-inner {
  padding-right: 0px !important;
}

.main-column .table-data-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.table-row {
  width: 100%;
  position: absolute;
  border-top: 1px solid #17365d;
}

.table-row {
  display: flex;
}

.responsive .table-body .main-column {
  border-top: 1px solid #17365d;
  margin-top: -1px;
}

.responsive .table-body .table-row:last-child .main-column {
  border-bottom: 1px solid #17365d;
  height: 62px !important;
}

.table-row:last-child {
  border-bottom: 1px solid #17365d;
}

.table-header {
  display: flex;
  padding-bottom: 15px;
  height: 132px;
}

.table-categories {
  display: flex;
  width: 100%;
}

.category-title {
  text-align: center;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-left: var(--cell-half-padding);
  padding-right: var(--cell-half-padding);
  color: #172d4a;
}

.category-title .cat-border {
  padding-top: 7px;
  border-bottom: 1px solid #172d4a;
  width: 100%;
}

.category-title:first-child,
.category-title:nth-child(2) {
  visibility: hidden;
}

.cell-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}

.show-btn {
  margin: 0 auto;
  display: block;
  min-width: 290px;
  max-width: 50%;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #17365d;
  background: #ffffff;
  border: 1px solid #17365d;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-top: 15px;
  padding: 12px;
}

.country {
  color: rgba(23, 54, 93, 0.6);
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  margin-top: 8px;
}
