﻿/* Hide magnifying class in date picker */
.ag-input-wrapper:before {
    display: none !important;
}

.ag-input-wrapper input[type="date"] {
    padding-left: var(--ag-input-padding-start) !important;
}

.grid-container {
    height: 400px;
}

.ag-cell-wrap-text.ag-cell-wrap-text-custom {
    white-space: pre-wrap;
}

.grid-top-button {
    min-width: 115px;
}

.grid-button {
    --bs-btn-padding-y: .15rem;
    font-size: var(--ag-font-size);
    min-width: 62px;
    height: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ag-set-filter-list:has(.custom-set-filter-item-inspection-status) {
    min-height: 140px;
}

.ag-set-filter-list:has(.custom-set-filter-item-property-type) {
    min-height: 180px;
    min-width: 230px;
}

/*.ag-status-bar {
    min-height: 35px;
}*/