﻿.fw-semibold.fs-8.text-gray-700.text-center {
    color: black !important;
}

.form-control[readonly] {
    opacity: 0.7 !important;
    border: 1px dashed #6d6e6f !important;
    color: #282626 !important;
    pointer-events: none;
}

.text-gray-900, .text-gray-800, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray2-600 {
    color: black !important;
}

.card.home-leads-card div.dtfc-top-blocker {
    background: #F9F9F9 !important;
}

.low-mileage.border-success, .low-mileage.border-danger {
    border-color: #e7000b !important;
}

input.form-control.form-control-solid {
    color: black !important;
}

.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
    color: black !important;
}

.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
    color: black !important;
}

.text-black-shade, .text-shade-black {
    color: #26282A !important;
}

.dt-toolbar .dt-info {
    color: black !important;
}

label.col-form-label {
    color: black !important;
}

.form-select,
.date-picker {
    position: relative;
    z-index: 0;
}

table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px #ececec !important;
}