/*
 *= require_tree .
 *= require authengine
*/

html {
  min-height: 100%;
}

/* fixes a problem where the body tag does not cover the full screen, so does not respond to click events to close modals, e.g. appointments messages modal */
body {
  min-height: 100vh;
  --cumac-green: #74bc1e;
  --cumac-green-disable: #c2daa5;
  --cumac-green-hover: #589e12;
  --path-banner-blue: #146aa6;
  --error: #f00;
  --cumac-blue: #3399ee;
  --link: rgb(0, 0, 238);
  --row-contrast: #e9e9e9;
}

.hide {
  display: none;
}

.link {
  color: var(--link);
  text-decoration: underline;
  cursor: pointer;
}

/* $fa-font-path: "@fortawesome/fontawesome-free/webfonts"; */
/* @import "@fortawesome/fontawesome-free/scss/solid"; */
/* @import "@fortawesome/fontawesome-free/scss/regular"; */
