.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
    border-color: rgba(0, 0, 0, 0.60) !important; /* SAPSF-9926 */
}

/* SAPSF-9930 */
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff;
}

/* SAPSF-9935 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}