#filter-colours {
    padding-top: 4px;
}

.paint-container {
  display: flex;
  overflow-x: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.paint-container img {
  height: 100px;
  width: 100px;
  padding: 5px;
}

.paint-container img.selected {
  background-color: black;
  outline:none;
}

.paint-container p {
  text-align: center;
  color: gray;
  margin-top: 0;
  font-size: 14px;
}

.paint-container::-webkit-scrollbar {
  display: none;
}

/* TODO: move to separate file */
#large-panel-image {
  height: 280px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#large-panel-image-description {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

#panel-style-container {
  padding-top: 10px;
  width: 218px;
  margin-left: auto;
  margin-right: auto;
}

#panel-style-container img {
  height: 100px;
  width: 93px;
  padding: 5px;
}

#panel-style-container p {
  line-height: 18px;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line, .line:empty {
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #dddddd;
}

.text {
  margin: 0 10px;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  color: #9e9e9e;
}
