td {
    position: relative;
}
 
td input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}

.instructions > p, legend.section-title > h3 > p, ul {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}

h2#modalTitle {
    display: none;
}

.form-select, .crmEntityFormView select {
  border: 1px solid #949494;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}