$dot_height_width: 5px;
$image_hw: 13px;

.dot-container {
  cursor: pointer;
}

.loader{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.dot {
  width: $dot_height_width;
  height: $dot_height_width;
  background: #3a134d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1px;
}

li {
  margin-bottom: 10px;
}

.option-picker {

  margin-right: -10px;

  margin-top: 3px;
  max-height: 150px;
  overflow-y: auto;
  mix-blend-mode: undefined;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  ul {
    list-style-type: none;
    padding: 15px 15px 0px 15px;

    li {
      span {
        mix-blend-mode: undefined;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: left;
        color: #a3a6b4;
        margin-left: 4px;
        vertical-align: top;
        cursor: pointer;
        &:hover {
          color: black;
        }
      }
    }
  }
  &-image {
    width: $image_hw;
    height: $image_hw;
    object-fit: contain;
    vertical-align: initial;
  }
}
