/* [project]/src/modules/presence/components/screens/employee/employee-scan-result.css [app-client] (css) */
.presence-scan-layout {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: min(100%, 560px);
  min-height: calc(100dvh - 12rem);
  margin-inline: auto;
  display: flex;
}

.presence-scan-free {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

