/* Overrides COTIN - carregado por ultimo */

html, body {
  height: 100% !important;
  margin: 0 !important;
}

app-root {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.page-container {
  flex: 1 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.page-content-wrapper {
  flex: 1 0 auto !important;
}

.page-header .logo-header,
.navbar-brand .logo-header {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: 50px !important;
  margin: 0 0 0 10px !important;
}
.app-layout {
  min-height: 78.7vh;
  display: flex;
  flex-direction: column;
}
