.error {
  color: red;
  border-color: red;
}

.custom-border {
  border-width: 3px;
}

.test {
    border: 2px solid red;
    border-radius: 4px;
}

.customThumb {
  width: 90px;
}

.customThumb-small {
  width: 65px;
}
