@tailwind base;
@tailwind components;
@tailwind utilities;

.select[readonly], .input:read-only {
  cursor: not-allowed;
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.4);
  border: none;
}

.scroll-height {
  height: 150px !important;
  overflow-y: auto;
}

.passowrd-confirmatiom-errors {
  position: relative !important;
  bottom: 15px !important;
}

.accept-privacy-policy-errors {
  position: relative !important;
  bottom: 20px !important;
}
