.avatar {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    min-width: 14px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.avatar .avatar-small {
    position: absolute;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0 2px #fff;
}

.bg-scan{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 76, 108, var(--tw-bg-opacity));
}

.bg-scan{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 76, 108, var(--tw-bg-opacity));
  }

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

form .legal-consent-container {
	text-align: justify;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
.table {
    display: table;
	border-spacing: 0;
    color: #212529;
    margin-bottom: 0;
    width: 100%;
}
.table td {
    background-clip: padding-box;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-color: #dee2e6;
    border-style: solid;
    padding: 0.75rem;
    position: relative;
    vertical-align: middle;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    border-top-width: 1px;
}
.table thead td, .table thead th {
    background-color: #fff;
    border-bottom: 2px solid #dee2e6;
    border-top-width: 0;
    vertical-align: bottom;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    border-width: 1px;
}
.table th {
    background-clip: padding-box;
    border-top: 1px solid #dee2e6;
    color: #495057;
    height: 36px;
    padding: 0.75rem;
    position: relative;
    vertical-align: top;
}
th {
    height: 20px;
    text-align: left;
}
.table-striped tbody tr:nth-of-type(odd) td, .table-striped tbody tr:nth-of-type(odd) th {
    background-color: #f2f2f2;
}
.table .table-cell-minw-150 {
    min-width: 150px;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.table-cell {
    display: table-cell;
}

.table-hover tbody tr:hover, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th, tr:hover td.table-cell-hover{
    background-color: #ececec;
    cursor : pointer;
}

ol.list-lower-roman {
  counter-reset: roman_count;
}

ol.list-lower-roman li {
  counter-increment: roman_count;
}

ol.list-lower-roman li::before {
  position: absolute;
  left: 1rem;
  content: "(" counter(roman_count, lower-roman) ")";
}

ul.list-hyphen {
	list-style-type: "- ";
}