.is-invalid.info-item .invalid-feedback {
    display: block;
    min-width: 320px;
}
.invalid-feedback {
    display: block;
}
.table thead {
    background-color: var(--primary-color);
    color: var(--text-white-color);
}
.table .form-control {
    line-height: 1;
    padding: 0.175rem 0.35rem;
}
.pageintaion-pages svg {
    height: 12px;
}
.table thead tr a {
    color: var(--text-white-color);
    font-weight: 500;
}
.pagination-wrap nav .sm\:hidden {
    display: none;
}
span.comment-author {
    display: block;
}
.other-input {
    width: 160px;
}
.sequencing_service .info-item label {
    width: 210px;
}
.info-item select.line-input {
    box-shadow: none;
    height: 24px;
    font-size: 1em;
    padding: 0.175rem 0.35rem;
}
.table tbody tr td select.form-control {
    line-height: 1;
}
/* .sequencing_service > div .inner-card {
    min-height: 225px;
    position: relative;
}
.sequencing_service .view-btn-wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
} */
table td.red {
    color: red !important;
}
table td.yellow {
    color: #FFBF00 !important;
}
table td.green {
    color: green !important;
}
.rounded-pill.btn-sm {
    height: 26px;
    font-size: 11px;
}
.mr-2 {
    margin-right: 6px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #0a2034;
    background-color: #d3dbe1;
    border-color: #d3dbe1;
}
.custom-ul .list-group-item:first-child,.custom-ul .list-group-item:last-child {
    border-radius: 0;
}
.custom-ul .list-group-item:last-child {
    border: none;
}
.custom-ul .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
table.service-table.have-checkboxes thead tr th:nth-child(1) {
    width: 23px;
}
table.service-table.have-checkboxes tbody tr td:nth-child(1) {
    padding: 14px 5px 5px 5px;
}
table.service-table.have-checkboxes thead tr th:nth-child(2) {
    width: 105px;
}
.w-20 {
    width: 20%!important;
}
.w-80 {
    width: 80%!important;
}
.info-item-radio .col-form-label {
    padding: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--list-label-color);
  }
.info-item-radio .col-form-label::after {
    content: ':';
}
.info-item-radio .form-check {
    padding-top: 5px;
    padding-left: 0.8em;
}
.sample-extraction {
    padding-left: 15px;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: .25rem !important;
}
/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
#feedback .info-item label {
    width: 350px;
}
#feedback .info-item {
    width: 100%;
}
.dashboard-banner {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}
.view-btn-wrap a {
    min-width: 140px;
}
i.contact-inc {
    width: 28px;
    text-align: center;
    color: #00c6c9;
}
input.form-control.sample-feedback {
    font-size: 12px;
    display: inline-block;
    width: auto;
    padding: 2px 4px;
    margin-bottom: 4px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    text-align: center;
}
.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
.header-left-fix .header-left {
    max-width: 38%;
}
@media screen and (max-width: 1140px)   {
    .status-legends {
        font-size: 10px;
    }
}