.driver-info-responsibilities {
  text-align: left;
}
.driver-info-responsibilities__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.driver-info-responsibilities__responsibilities-callout {
  margin-bottom: 1.25rem;
  padding: 0.75rem 0.875rem;
  border-left: 3px solid #78909c;
  background-color: #eceff1;
  border-radius: 0 4px 4px 0;
}
.driver-info-responsibilities__responsibilities-callout .driver-info-responsibilities__block:last-child {
  margin-bottom: 0;
}
.driver-info-responsibilities__responsibilities-callout .driver-info-responsibilities__block p {
  color: #263238;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.driver-info-responsibilities__responsibilities-callout .driver-info-responsibilities__custom-text {
  color: #263238;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.driver-info-responsibilities__block {
  margin-bottom: 1.25rem;
}
.driver-info-responsibilities__block:last-child {
  margin-bottom: 0;
}
.driver-info-responsibilities__block p {
  margin: 0 0 0.75rem;
  line-height: 1.45;
}
.driver-info-responsibilities__block p:last-child {
  margin-bottom: 0;
}
.driver-info-responsibilities__custom-text {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}
.driver-info-responsibilities__signature {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.driver-info-responsibilities__signature-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.driver-info-responsibilities__manifest-warning {
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  border-left: 5px solid #b8860b;
  background-color: #fff8e6;
  border-radius: 0 4px 4px 0;
}
.driver-info-responsibilities__manifest-warning-line {
  margin: 0 0 0.625rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
}
.driver-info-responsibilities__manifest-warning-line:last-child {
  margin-bottom: 0;
}
.driver-info-responsibilities__topaz-switch {
  margin-bottom: 12px;
}
.driver-info-responsibilities__topaz-switch label {
  font-weight: 500;
  color: #555;
}
.driver-info-responsibilities__topaz-switch label input[type='checkbox']:checked + .lever {
  background-color: #80cbc4;
}
.driver-info-responsibilities__topaz-switch label input[type='checkbox']:checked + .lever:after {
  background-color: #26a69a;
}
.driver-info-responsibilities__signature-container {
  position: relative;
  margin-top: 10px;
}
.driver-info-responsibilities #driver-responsibilities-signature-pad {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 13rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.driver-info-responsibilities__topaz-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 13rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  color: #ef4f4a;
  border-radius: 4px;
  box-sizing: border-box;
}
.driver-info-responsibilities__topaz-error i {
  margin-bottom: 10px;
  font-size: 24px;
}
.driver-info-responsibilities__signature-actions {
  margin-top: 10px;
}
.driver-info-responsibilities__clear {
  margin-top: 4px;
}
