.grid-search-container { display: flex; align-items: center; gap: 4px; width: 100%; } .grid-search-filter-btn-active { background-color: #e0e7ff !important; border: 1px solid #c7d2fe !important; } .grid-search-filter-status-dot { width: 8px; height: 8px; background-color: #f59e0b; border-radius: 50%; position: absolute; top: 2px; right: 2px; box-shadow: 0 0 0 2px #e0e7ff; z-index: 10; } .grid-search-dense-date-card { width: 290px; border: 1px solid #e2e8f0; } .grid-search-date { width: 100%; min-height: unset; }