div.table-container {
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 0.25rem;
  height: 400px;
  margin-top: 10px;
  overflow: auto;
  width: 100%;
}
div.table-container table {
  margin-bottom: 0;
  min-width: 745px;
}
div.table-container table thead tr {
  line-height: 20px;
}
div.table-container table thead tr td:not(:first-child) {
  border-left: 1px solid #e9eaee;
}
div.table-container table tbody {
  border-top-width: 0 !important;
}
div.table-container table tbody.bg-body {
  background: #fff;
}
div.table-container table tbody.bg-body tr {
  cursor: default;
}
div.table-container table tbody.bg-body tr:last-child {
  border-bottom-style: hidden;
}
div.table-container table tbody.bg-body tr:not([data-id]):hover {
  --cx-table-accent-bg: white;
}
div.table-container table tbody.bg-body tr:not([data-id]):hover div.description::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
div.table-container table tbody.bg-body tr:hover div.description::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f0f0);
}
div.table-container table tbody.bg-body tr td {
  padding: 0;
}
div.table-container table tbody.bg-body tr td:not(:first-child) {
  border-left: 1px solid #e9eaee;
}
div.table-container table tbody.bg-body tr td div {
  height: 35px;
  padding: 0 0.5rem;
}
div.table-container table tbody.bg-body tr td div p {
  margin-bottom: 0;
}
div.table-container table tbody.bg-body tr td div p.empty {
  color: #999;
  height: 20px;
  width: 80%;
}
div.table-container table tbody.bg-body tr td div p.icon {
  height: 24px;
  width: 24px;
}
div.table-container table tbody.bg-body tr td div p.icon-0 {
  color: #E74C3C;
}
div.table-container table tbody.bg-body tr td div p.icon-1 {
  color: #1ABC9C;
}
div.table-container table tbody.bg-body tr td div p.fake-check {
  height: 12px;
  width: 16px;
  color: gray;
}
div.table-container table tbody.bg-body tr td div.description {
  white-space: nowrap;
  width: 218px;
  overflow: hidden;
  position: relative;
}
div.table-container table tbody.bg-body tr td div.description::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #fff);
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
div.table-container table tbody.bg-body tr td div.icon {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
div.table-container table tbody.bg-body tr td div.icon.signed0 {
  background-image: url(../../imgs/lista-pendente.svg);
}
div.table-container table tbody.bg-body tr td div.icon.signed1 {
  background-image: url(../../imgs/lista-assinado.svg);
}
div.table-container table tbody.bg-body tr td div.icon.signed2 {
  background-image: url(../../imgs/lista-assinadopendente.svg);
}
div.table-container table tbody.bg-body tr.table-active td {
  background-color: Highlight;
}
div.table-container table tbody.bg-body tr.table-active td div {
  color: HighlightText;
}
div.table-container table tbody.bg-body tr.table-active td div.description::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), Highlight);
}
div.table-container .table:not(:last-child) > *:last-child {
  border-bottom: none;
}

.digital-signature-modals div.modal .popover.digitalsignatureinfo-popover {
  background-color: var(--cx-warning-border-subtle);
  border: 1px solid var(--cx-warning-bg-subtle);
  max-width: 400px;
}
.digital-signature-modals div.modal .popover .popover-arrow::before {
  border-top-color: #ffd699;
}
.digital-signature-modals div.modal .popover .popover-arrow::after {
  border-top-color: #ffebcc;
}
.digital-signature-modals div.modal.show {
  height: 100svh;
  max-height: inherit;
  overflow: inherit;
  transition: inherit;
  transition-delay: inherit;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content {
  border: 0;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body {
  padding-bottom: 0.3rem;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div.buttons-container {
  height: 48px;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div.buttons-container #btnShowSignature {
  min-width: 140px;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div.buttons-container #btnShowSignature .spinner-border {
  display: none;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div.buttons-container #btnShowSignature.loading .spinner-border {
  display: inline-block;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div {
  gap: 5px;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.error-message p {
  text-align: left;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.select-provider p {
  margin-bottom: 1rem;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos {
  margin-bottom: 1rem;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button {
  background: white;
  padding: 0;
  border: 1px solid var(--cx-gray);
  border-radius: 4px;
  padding: 0.5rem 1.8rem;
  filter: grayscale(0.8);
  transition: all linear 0.2s;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.local.disabled {
  cursor: default;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.disabled:hover {
  border: 1px solid var(--cx-gray);
  filter: grayscale(0.8);
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.disabled #cantSignLocal {
  display: block;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button .pointer {
  cursor: pointer;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button:hover {
  border: 1px solid var(--cx-primary);
  filter: unset;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.disabled {
  cursor: default;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.disabled:hover {
  border: 1px solid var(--cx-gray);
  filter: grayscale(0.8);
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button.disabled #cantSignLocal {
  display: block;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div div.provider-logos button .pointer {
  cursor: pointer;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-body div p {
  margin: 0;
  max-width: 580px;
}
.digital-signature-modals div.modal div.modal-dialog div.modal-content div.modal-footer {
  border-top: 0;
  padding-top: 0.3rem;
}
.digital-signature-modals div#providerErrorModal div.modal-dialog.modal-sm {
  max-width: 350px;
}
.digital-signature-modals div#providerErrorModal div.modal-dialog div.modal-content {
  background: white;
}
.digital-signature-modals div#providerErrorModal div.modal-dialog div.modal-content div.modal-body div div.provider-logo {
  display: block;
  background-repeat: no-repeat;
  width: 152px;
  height: 64px;
}
.digital-signature-modals div#providerErrorModal div.modal-dialog div.modal-content div.modal-body div div.provider-logo.valid {
  background: url("../../imgs/valid.png");
}
.digital-signature-modals div#providerErrorModal div.modal-dialog div.modal-content div.modal-body div div.provider-logo.birdid {
  background: url("../../imgs/birdid.png");
}
.digital-signature-modals div#providerErrorModal div.modal-dialog div.modal-content div.modal-body div div.error-message p.fs-6 {
  text-align: center;
  color: #c00000;
}
.digital-signature-modals #listSignatureModal #btnShowSignatureDetails .spinner-border {
  display: none;
}
.digital-signature-modals #listSignatureModal #btnShowSignatureDetails.loading .spinner-border {
  display: inline-block;
}
.digital-signature-modals #listSignatureModal #signatureSelect {
  min-height: 350px;
}
.digital-signature-modals #viewSignatureModal .signature-group-container {
  max-height: 150px;
  overflow-y: auto;
}
.digital-signature-modals #viewSignatureModal table tbody tr td {
  padding: 0.01rem 0.5rem;
}
.digital-signature-modals #viewSignatureModal table tbody tr td span.invalid {
  color: #C00000;
}
.digital-signature-modals #viewSignatureModal table tbody tr td div.icon {
  height: 78px;
  width: 58px;
  background-repeat: no-repeat;
}
.digital-signature-modals #viewSignatureModal table tbody tr td div.icon.signed {
  background-size: 48px;
  background-position: center center;
}
.digital-signature-modals #viewSignatureModal table tbody tr td div.icon.signed-valid {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.51%2C5.903l-7.669%2C5.71L8%2C20l8.386-2.841l5.71-7.669%20l-1.793-1.793L18.51%2C5.903z%22%2F%3E%3Cpath%20fill%3D%22%231ABC9C%22%20d%3D%22M14%2C21H2V4h12v2h2V4c0-1.104-0.896-2-2-2H2C0.896%2C2%2C0%2C2.896%2C0%2C4v17c0%2C1.104%2C0.896%2C2%2C2%2C2h12c1.104%2C0%2C2-0.896%2C2-2v-2h-2V21z%20M23.783%2C8.895l-4.677-4.677c-0.29-0.29-0.759-0.29-1.049%2C0l-1.839%2C1.839c-0.29%2C0.29-0.29%2C0.76%2C0%2C1.049l0.29%2C0.29%20l-5.666%2C4.219L8%2C20l8.386-2.841l4.219-5.666l0.29%2C0.29c0.29%2C0.29%2C0.759%2C0.29%2C1.049%2C0l1.839-1.839%20C24.072%2C9.654%2C24.072%2C9.184%2C23.783%2C8.895z%20M15.154%2C15.464l-2.891%2C0.979l2.492-2.492c0.331%2C0.084%2C0.693%2C0.014%2C0.952-0.245%20c0.391-0.391%2C0.391-1.023%2C0-1.414s-1.023-0.391-1.414%2C0c-0.259%2C0.259-0.33%2C0.622-0.245%2C0.952l-2.492%2C2.492l0.979-2.891l5.4-4.021%20l1.24%2C1.24L15.154%2C15.464z%20M8%2C15h-5v2h4z%20M9%2C12h-6v2h5z%20M3%2C18h4v2h-4z%22%2F%3E%3C%2Fsvg%3E");
}
.digital-signature-modals #viewSignatureModal table tbody tr td div.icon.signed-invalid {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23E74C3C%22%20d%3D%22M2%2C2v23c0%2C1.104%2C0.896%2C2%2C2%2C2h9v-2H4V2h17v12h2V2c0-1.104-0.896-2-2-2H4%20C2.896%2C0%2C2%2C0.896%2C2%2C2z%20M16%2C24c0-3.314%2C2.686-6%2C6-6s6%2C2.686%2C6%2C6s-2.686%2C6-6%2C6S16%2C27.314%2C16%2C24z%20M14%2C24c0%2C4.418%2C3.582%2C8%2C8%2C8%20s8-3.582%2C8-8s-3.582-8-8-8S14%2C19.582%2C14%2C24z%20M23.663%2C21.229L22%2C22.89l-1.663-1.661c-0.306-0.306-0.802-0.306-1.108%2C0%20c-0.306%2C0.306-0.306%2C0.802%2C0%2C1.107L20.89%2C24l-1.661%2C1.663c-0.306%2C0.306-0.306%2C0.802%2C0%2C1.107c0.306%2C0.306%2C0.802%2C0.306%2C1.108%2C0%20L22%2C25.11l1.663%2C1.661c0.306%2C0.306%2C0.802%2C0.306%2C1.108%2C0c0.306-0.306%2C0.306-0.802%2C0-1.107L23.11%2C24l1.661-1.663%20c0.306-0.306%2C0.306-0.802%2C0-1.107C24.465%2C20.923%2C23.969%2C20.924%2C23.663%2C21.229z%22%2F%3E%3C%2Fsvg%3E");
}

.PatientMedicalDataTextDigitalSignature.loading .spinner-border {
  display: inline-block;
  font-size: 14px;
}
.PatientMedicalDataTextDigitalSignature.loading svg {
  display: none;
}
.PatientMedicalDataTextDigitalSignature .spinner-border {
  display: none;
}
