:root {
    --bs-primary: #00909a;
}
a {
    text-decoration: none;
}
/* .dataTables_wrapper .dataTable thead th {
    background-color: #dbdbd4;
} */
.sidebar .nav.sub-menu,
.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item.active,
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
    background: #00909a;
    background-color: #00909a;
}
.bg-primary {
    background: #00909a !important;
}
.text-primary,
.footer a {
    color: #00909a !important;
}
.btn-primary,
.wizard > .actions a {
    --bs-btn-bg: #00909a;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #fff;
}
.card {
    border-radius: 6px;
}
/* .table.dataTable {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
} */
#tbl-departments_wrapper {
    padding-bottom: 60px;
}
.btn-primary,
.wizard > .actions a {
    --bs-btn-hover-bg: #10a0aa;
}
.sidebar .nav .nav-item .nav-link {
    border-radius: 6px;
}
.card-blue2 {
    background: #00909a;
}
.card-title {
    text-transform: none !important;
    font-weight: 500 !important;
}
table thead tr th {
    border-bottom: 1px solid #ced4da !important;
}
.btn.btn-sm,
.wizard > .actions a.btn-sm,
.swal2-modal .swal2-buttonswrapper .btn-sm.swal2-styled,
.ajax-upload-dragdrop .btn-sm.ajax-file-upload,
.fc button,
.btn-group-sm > .btn,
.wizard > .actions .btn-group-sm > a,
.swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled,
.ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload,
.fc .btn-group-sm > button {
    border-radius: 6px;
}
.breadcrumb {
    border: 1px solid #ced4da;
    background: #fff;
    border-left: 5px solid #00909a;
    border-radius: 4px;
}
a,
.breadcrumb li a {
    color: #00909a;
}
.select2-container--default .select2-selection--single {
    border-radius: 6px;
    padding: 2px 0 0 0;
    height: 32px;
}
.select2-container--default .select2-selection__arrow {
    padding-top: 34px;
}
.sidebar .nav.sub-menu li::marker {
    color: #fff;
}
.sidebar {
    width: 250px;
}
.sidebar .nav .nav-item .nav-link {
    padding: 0.8125rem 1.937rem 0.8125rem 0.6rem;
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 0.5rem;
}
nav.sidebar ul.nav .nav-link {
    position: relative;
}
nav.sidebar ul.nav .nav-link i.menu-arrow {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content-header a:focus,
input:focus {
    border-color: unset;
    outline: none;
}
.select2-container {
    width: 100% !important;
}
.dashline-input {
    border: none;
    /* Remove all borders */
    border-radius: 0;
    border-bottom: 1px dashed #9e9d9d;
    /* Dashed border at the bottom */
    width: 100%;
}
.dashline-input:focus {
    border-bottom: 1px dashed #9e9d9d;
    /* Dashed border at the bottom */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.paginate_button.page-item.active a {
    color: white;
}
.submit-price-submission.btn-primary {
    color: white !important;
}
#tbl-price-submission-items .form-control {
    padding: 0.325rem 1.375rem !important;
}
.btn {
    border-radius: 6px;
}
.viewModal .select2-container--default .select2-selection--multiple {
    border: none;
    /* Remove all borders */
    border-radius: 0;
    border-bottom: 1px dashed #9e9d9d;
    /* Dashed border at the bottom */
    padding: 0;
    /* Remove default padding */
}
.viewModal
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 0.375rem 0.75rem;
    /* Adjust padding for selected items */
}
.viewModal
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
    border-bottom: 1px dashed #9e9d9d;
    outline: 0;
    border-radius: 0;
}
.error {
    font-size: 16px !important;
    color: #ff4747 !important;
}
.tooltip {
    z-index: 100000000;
}
.btn-secondary {
    background-color: #d3d3d3;
}
.table thead th,
.jsgrid .jsgrid-table thead th {
    font-weight: 450;
}
#importModal #collapse-4 {
    background-color: #f7d8db;
}
#importModal .accordion.accordion-bordered .card {
    border-radius: unset;
}
#importModal .accordion.accordion-bordered {
    background-color: #f7d8db;
}
#importModal .accordion > .card .card-header {
    border-radius: unset;
    background-color: #f7d8db;
    padding: unset;
}
.profile-pic-box {
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    border: 6px solid #00909a;
}
.profile-pic:hover {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}
.profile-pic span {
    display: inline-block;
    padding-top: 1.25em;
    padding-bottom: 4.5em;
}
#fileToUpload {
    display: none;
    cursor: pointer;
}
.icon-data-list li img {
    width: 20px;
    height: 20px;
}
select.form-select option:nth-child(n + 2) {
    color: black;
}
.cpanel-form-select {
    color: #1f1f1f !important;
}
.placeholder-option {
    color: grey;
}
.email-bottom-border {
    border-bottom: 1px solid #e5e6e8;
}
.email-border-left {
    border-left: 1px solid #e5e6e8 !important;
}
.disableClick {
    pointer-events: none;
}
.people-card-bg {
    background-color: #fcfeea;
}
.comments-section {
    width: 350px;
}
.comments-section p {
    white-space: normal;
}
.module {
    border-bottom: 1px solid #ced4da;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #ffffff !important;
}
.pagination .page-item:hover .page-link {
    color: #00909a;
    background: transparent;
}
table.dataTable tbody td {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    /* white-space: normal; */
    line-height: 20px;
}
.text-link {
    /* color: #0D6EFD; */
    color: var(--bs-primary);
}
.inspector-badge {
    border-radius: 20px;
}
/* @media (max-width: 768px) {   .w-md-20 {  width: 25%; } }
@media (max-width: 992px) {   .w-md-20 {  width: 25%; } }
@media (max-width: 1400px) {   .w-md-20 {  width: 16%!important; } }
@media (max-width: 1400px) {   .w-md-30 {  width: 25%!important; } }
@media (min-width: 1400px) {   .w-md-20 {  width: 19%!important; } }
@media (min-width: 1400px) {   .w-md-30 {  width: 28%!important; } } */
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 24px;
}
.blockquote {
    padding: 1.25rem;
    border: 1px solid #ced4da;
    background: #00909a;
    color: #fff;
    border-radius: 8px;
}
/* inline styles from page */
/* test-123 */
.retailer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* .retailer-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
} */
.deviation {
    margin-left: 10px;
    font-weight: 400;
}
.deviation:before {
    content: attr(data-prefix);
}
.deviation[data-prefix="+"] {
    color: green;
}
.deviation[data-prefix="-"] {
    color: red;
}
.chart-container {
    width: 150px;
    margin: 10px;
    position: relative;
    display: inline-block;
}
.chart-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    z-index: 1;
}
.chart-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.card-body {
    padding: 10px;
    margin-bottom: 20px;
}
#commodityChartsContainer,
#retailerChartsContainer {
    width: 100%;
    padding: 10px;
}
.chart-container {
    width: 150px;
    margin: 10px;
    display: inline-block;
}

.chart-container-modal {
    width: 135px;
    position: relative;
    display: inline-block;
}
.chart-canvas {
    width: 150px !important;
    height: 150px !important;
    background: linear-gradient(10deg, #12775a 55%, #457205);
    padding: 20;
    border-radius: 100%;
}

.chart-canvas-modal {
    width: 110px !important;
    height: 110px !important;
    background: linear-gradient(10deg, #12775a 55%, #457205);
    padding: 20;
    border-radius: 100%;
}
.chart-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
}
.chart-value-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    padding-left: 8px;
}
.chart-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.card {
    border: none;
    box-shadow: none;
}
.card-body {
    padding: 10px;
}
.retailer-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.retailer-item img {
    max-width: 50px;
    height: 35px;
    margin-right: 10px;
}
.deviation:before {
    content: attr(data-prefix);
}
.deviation[data-prefix="+"] {
    color: green;
}
.deviation[data-prefix="-"] {
    color: red;
}
#deviationChart {
    width: 600px;
    /* Or a larger value */
}
/* css new updates 19/02/2025 */
#dateRangePicker {
    padding: 15px;
}
.select2-selection.select2-selection--multiple {
    padding: 10px;
    border-radius: 3px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    padding: 8px !important;
}
.select2-selection__choice__remove {
    float: right;
    margin-left: 8px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 13px;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
/* Option 1 - Green */
li[title=" Option 1"]::before {
    content: "●";
    color: green;
    font-size: 14px;
}
/* Option 2 - Red */
li[title=" Option 2"]::before {
    content: "●";
    color: red;
    font-size: 14px;
}
/* Option 3 - Blue */
li[title=" Option 3"]::before {
    content: "●";
    color: blue;
    font-size: 14px;
}
/* Option 4 - yellow */
li[title=" Option 4"]::before {
    content: "●";
    color: yellow;
    font-size: 14px;
}
/* Custom checkbox style */
.checkbox-label {
    font-size: 14px;
}
.custom-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #008080;
    /* Bootstrap default checkbox color */
}
.custom-checkbox.checked {
    background-color: #008080;
    border-color: #008080;
}
/* Checkbox circle */
.checkbox-circle {
    width: 14px;
    height: 14px;
    border: 2px solid #6b4a7d;
    /* Default color */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 5px;
}
.checkbox-circle-1 {
    width: 14px;
    height: 14px;
    border: 2px solid #6b4a7d;
    /* Default color */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    padding: 5px;
}
.checkbox-circle.pink {
    border-color: #d100d1;
}

.checkbox-circle.gray {
    border-color: #999999;
}
.checkbox-circle.red {
    border-color: #ff0000;
}
.checkbox-circle.yellow {
    border-color: yellow;
}
.checkbox-circle-1.pink {
    border-color: #d100d1;
}
.checkbox-circle-1.red {
    border-color: #ff0000;
}
.checkbox-circle-1.yellow {
    border-color: yellow;
}
.checkbox-circle-1.black {
    border-color: #373737;
}
.checkbox-circle-1.darkred {
    border-color: #b50303;
}
.checkbox-circle-1.blue {
    border-color: #007bff;
}
/* Dotted line */
.dotted-line {
    display: inline-block;
    width: 8px;
    height: 2px;
    border-bottom: 2px dashed #6b4a7d;
}
.dotted-line-1 {
    display: inline-block;
    width: 10px;
    height: 2px;
    border-bottom: 2px solid #6b4a7d;
}
.dotted-line.pink {
    border-bottom-color: #d100d1;
}
.dotted-line.gray {
    border-bottom-color: #999999;
}

.dotted-line-1.black {
    border-color: #373737;
}
.dotted-line-1.darkred {
    border-color: #b50303;
}

.dotted-line.red {
    border-bottom-color: #ff0000;
}

.dotted-line-1.blue {
    border-bottom-color: #007bff;
}
.dotted-line.yellow {
    border-bottom-color: yellow;
}
.dotted-line.purple {
    border-bottom-color: #6b4a7d;
}
.dotted-line-1.pink {
    border-bottom-color: #d100d1;
}
.dotted-line-1.red {
    border-bottom-color: #ff0000;
}
.dotted-line-1.yellow {
    border-bottom-color: yellow;
}
.dotted-line-1.purple {
    border-bottom-color: #6b4a7d;
}
/* Keep items in one row */
.d-flex {
    display: flex;
    align-items: center;
}
/* Allow wrapping if space runs out */
.flex-wrap {
    flex-wrap: wrap;
}
/* Add spacing between items */
.gap-4 {
    gap: 20px;
    /* Adjust as needed */
}
/* Checkbox styles */
.custom-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.small-text {
    font-size: 12px !important;
}
.text-title {
    font-size: 14px !important;
}
.select2-container--default .select2-selection--single {
    height: 48px !important;
    padding: 10px !important;
    border: 1px solid #ced4da !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
}
.select2-selection.select2-selection--multiple {
    padding: 10px;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 1475px) {
    .flexing {
        flex-flow: column;
    }
    .flexing-1 {
        flex-flow: column;
    }
}
@media (max-width: 575px) {
    .flexing {
        flex-flow: column;
        width: 100% !important;
        margin-bottom: 20px;
    }
}
.dragging {
    opacity: 0.5;
    border: 2px dashed #007bff;
}
.custom-gray {
    color: gray;
    font-size: 12px;
    margin-left: 10px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    pointer-events: none !important;
}
.line-charts #lineChart {
    max-height: 600px;
}
.card-header {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    background: #fdfdfd;
}
.card-header svg {
    color: var(--bs-primary);
}
.label-center {
    display: flex;
    align-items: center;
}
.select2-selection.select2-selection--multiple {
    padding: 0.25rem 2.25rem 0.25rem 0.25rem;
}
.rotate-90 {
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    left: -30px;
    top: 40%;
}
h4.card-title span {
    font-size: 0.9rem;
    color: #646464;
}
.dashboard-tabs {
    border: 1px solid transparent !important;
}

.modal-mdsm {
    max-width: 48%;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-icon {
    color: #fff !important;
}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow {
    color: #fff !important;
}
.flat-btn {
    box-shadow: none !important;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.flat-btn:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.flat-btn:focus,
.flat-btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.flat-btn:active,
.flat-btn.active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125) !important;
}
.flat-btn .fas {
    margin-right: 0.35rem;
}
.flat-btn.dropdown-toggle .fas {
    margin-right: 0;
}
.dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    padding: 0.35rem 1rem;
}
.dropdown-menu .dropdown-item .fas {
    margin-right: 0.5rem;
    width: 1em;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}
.dropdown-menu .dropdown-item:active {
    background-color: #e9ecef;
}
.flat-btn.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
.flat-btn.btn-primary:active {
    background-color: #005cbf;
    border-color: #0056b3;
}
.flat-btn.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
.flat-btn.btn-secondary:active {
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-back-custom {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #212529;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn-back-custom .mdi-arrow-left {
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.btn-back-custom:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #000;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.btn-back-custom:focus,
.btn-back-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
    background-color: #e9ecef;
    border-color: #adb5bd;
}
.btn-back-custom:active,
.btn-back-custom.active {
    background-color: #dee2e6;
    border-color: #adb5bd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
.btn-action-custom {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #212529;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-action-custom .mdi {
    font-size: 1.1rem;
    vertical-align: middle;
}
.btn-action-custom:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #000;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.btn-action-custom:focus,
.btn-action-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
    background-color: #e9ecef;
    border-color: #adb5bd;
}
.btn-action-custom:active,
.btn-action-custom.active {
    background-color: #dee2e6;
    border-color: #adb5bd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
.btn-fairtrade-accent {
    background-color: #00909a;
    border-color: #00909a;
    color: #ffffff !important;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-fairtrade-accent .mdi {
    font-size: 1.1rem;
    vertical-align: middle;
    color: #ffffff !important;
}
.btn-fairtrade-accent:hover {
    background-color: #00737a;
    border-color: #00666f;
    color: #ffffff !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.btn-fairtrade-accent:focus,
.btn-fairtrade-accent.focus {
    background-color: #00737a;
    border-color: #00666f;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 144, 154, 0.5);
}
.btn-fairtrade-accent:active,
.btn-fairtrade-accent.active {
    background-color: #00666f;
    border-color: #005963;
    color: #ffffff !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
table.dataTable td.dt-control-cell {
    text-align: center;
    cursor: pointer;
}
table.dataTable td.dt-control-cell button.dt-control {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: none !important;
}
table.dataTable td.dt-control-cell button.dt-control .fas {
    margin-right: 0;
    font-size: 1rem;
}
table.dataTable td.dt-control-cell button.dt-control:hover {
    background-color: #e9ecef;
    border: none;
}
table.dataTable td.dt-control-cell button.dt-control:active {
    background-color: #dee2e6;
    border: none;
}
.dataTables_wrapper .btn-primary.flat-btn,
.dataTables_wrapper .btn-secondary.flat-btn.dropdown-toggle {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    min-width: 80px;
    height: calc(1em + 0.75rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px !important;
}
.dataTables_wrapper .btn-secondary.flat-btn.dropdown-toggle {
    min-width: auto;
    padding: 0.375rem 0.5rem;
}
.dataTables_wrapper .btn-primary.flat-btn .fas,
.dataTables_wrapper .btn-secondary.flat-btn.dropdown-toggle .fas {
    margin-right: 0.35rem;
}
.dataTables_wrapper .btn-secondary.flat-btn.dropdown-toggle .fas:last-child {
    margin-right: 0;
}
#consumerreports-table
    td
    .dropdown
    > .btn.btn-secondary.btn-sm.flat-btn[data-bs-toggle="dropdown"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.25rem 0.35rem !important;
    min-width: auto !important;
    color: #555 !important;
}
#consumerreports-table
    td
    .dropdown
    > .btn.btn-secondary.btn-sm.flat-btn[data-bs-toggle="dropdown"]:hover,
#consumerreports-table
    td
    .dropdown
    > .btn.btn-secondary.btn-sm.flat-btn[data-bs-toggle="dropdown"]:focus,
#consumerreports-table
    td
    .dropdown
    > .btn.btn-secondary.btn-sm.flat-btn[data-bs-toggle="dropdown"]:active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
#consumerreports-table
    td
    .dropdown
    > .btn.btn-secondary.btn-sm.flat-btn[data-bs-toggle="dropdown"]
    .fas {
    margin-right: 0 !important;
}
.evidence-preview-thumb {
    max-width: 80px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 2px;
}
#imagePreviewModal .modal-dialog {
    margin-top: calc(1.75rem);
}
#consumerreports-table > thead > tr > th:first-child::before,
#consumerreports-table > thead > tr > th:first-child::after {
    display: none !important;
    content: none !important;
}
