/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root { color-scheme: light; }

html,
body { min-height: 100%; }

/* The company logo drop zone keeps a stable size before and after upload. */
.MuiDialog-paper label:has(> input[type="file"][accept="image/*"]) {
  height: 180px;
}

.MuiDialog-paper label:has(> input[type="file"][accept="image/*"]) > img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: contain;
}

