.dailyInspectionFilterPanel{background-color:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex;box-shadow:0 1px 4px #00000029}.dailyInspectionFilterPanel.Dark{color:#fff;background-color:#12131b;box-shadow:0 1px 4px #00000029}.dailyInspectionFilterPanel .left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dailyInspectionFilterPanel .left .leftEntry{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.dailyInspectionFilterPanel .left .leftEntry .input{min-width:140px}.dailyInspectionFilterPanel .left .leftEntry .input .label{white-space:nowrap;margin-left:2px;font-weight:600}.dailyInspectionFilterPanel .right{align-items:center;gap:10px;display:flex}.dailyInspectionFilterPanel .right .rightActions{flex-shrink:0;align-items:center;gap:10px;display:flex}@media (width<=1024px){.dailyInspectionFilterPanel{padding:10px 12px}.dailyInspectionFilterPanel .leftEntry{gap:12px}}@media (width<=768px){.dailyInspectionFilterPanel{flex-direction:column;align-items:stretch}.dailyInspectionFilterPanel .left,.dailyInspectionFilterPanel .right{justify-content:space-between;width:100%}.dailyInspectionFilterPanel .leftEntry{gap:10px;width:100%}.dailyInspectionFilterPanel .right{justify-content:flex-end}}@media (width<=480px){.dailyInspectionFilterPanel{padding:8px}.dailyInspectionFilterPanel .leftEntry{flex-direction:column;align-items:stretch}.dailyInspectionFilterPanel .right{flex-direction:column;align-items:stretch;gap:8px}}
