.graph-legend__green:before {
  background-color: var(--main-positive);
}
.graph-legend__brown:before {
  background-color: var(--main-warning);
}
.graph-legend__gray:before {
  background-color: var(--translucent-text-30);
}

.graph {
  overflow-x: hidden;
  overflow-y: hidden;
}

.pretty-scroll {
  overflow-x: scroll;
  --pretty-scrollbar-width: 4px;
  --pretty-scrollbar-height: 4px;
}
.pretty-scroll::-webkit-scrollbar {
  width: var(--pretty-scrollbar-width, 4px);
  height: var(--pretty-scrollbar-height, 4px);
}
.pretty-scroll::-webkit-scrollbar-track {
  background-color: var(--translucent-text-5);
  border-radius: 4px;
}
.pretty-scroll::-webkit-scrollbar-thumb {
  background-color: var(--main-accent);
  border-radius: 4px;
}
.pretty-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-accent-hover);
}

.graph__column {
  height: 100%;
}
.graph__column__description {
  width: auto;
  height: 16px;
  position: relative;
  font-family: Jost, sans-serif;
  font-size: var(--xs);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 132%;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  color: var(--translucent-text-60);
}
.graph__column__end {
  position: relative;
}
.graph__column__end .graph__bar {
  position: absolute;
  width: 100%;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}
.graph__column__end .graph__bar__dislike, .graph__column__end .graph__bar__like, .graph__column__end .graph__bar__no-rate {
  height: calc(var(--count, 1) / 10000 * 40px);
  justify-content: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
.graph__column__end .graph__bar__dislike {
  background: var(--main-warning);
}
.graph__column__end .graph__bar__dislike:hover {
  background: var(--main-warning-hover);
}
.graph__column__end .graph__bar__like {
  background: var(--main-positive);
}
.graph__column__end .graph__bar__like:hover {
  background: var(--main-positive-hover);
}
.graph__column__end .graph__bar__no-rate {
  background: var(--translucent-text-30);
}
.graph__column__end .graph__bar__no-rate:hover {
  background: var(--translucent-text-60);
}
.graph__column .table-measure-cell {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  color: var(--translucent-text-60);
}
.graph__column .table-measure-cell:not(:last-child, :first-child) {
  height: 40px;
}
.graph__column .table-measure-cell:last-child {
  border-bottom: none;
}
.graph__column .table-cell {
  border-top: none;
  width: 73.5px;
}
.graph__column .table-cell:first-child {
  border-left: none;
  border-right: none;
  height: 16px;
}

.graph-hint__wrapper {
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: center;
}
.graph-hint__wrapper .graph-hint {
  position: absolute;
  bottom: -8px;
  transition: all 0.3s ease;
}

.thesis-list {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.thesis-list .thesis {
  width: 100%;
}
@media only screen and (width < 1024px) {
  .thesis-list .thesis {
    width: 320px;
  }
}
@media only screen and (width < 768px) {
  .thesis-list .thesis {
    width: 100%;
  }
}
@media only screen and (width < 1440px) {
  .thesis-list {
    gap: 32px;
  }
}
@media only screen and (width < 768px) {
  .thesis-list {
    flex-direction: column;
  }
}
@media only screen and (width < 1024px) {
  .thesis-list .thesis-title {
    width: 190px;
  }
}
@media only screen and (width < 768px) {
  .thesis-list .thesis-title {
    width: 100%;
  }
}

@media only screen and (width < 768px) {
  .mobile\:mb-0 {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=tech-support-stat.css.map */
