.btn-link {
  color: #20254a !important;
  text-decoration: underline;
}

.text-red {
  color: rgb(182, 26, 26);
}

.readonly-field {
    background-color: #f0f0f0;
    color: #636363;
    cursor: not-allowed;
}