/* FIXING FONT RENDERING */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;600;700&family=Sen:wght@400;700&display=swap");
/* line 2, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* GLOBAL COLORS */
/* line 29, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
body {
  background-color: #F8F8F8; }

/* line 32, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
section#PageContent div.uk-container {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 40px;
  padding-top: 40px; }

/* line 38, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-bg-white {
  background-color: #fff; }

/* line 41, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-bg-dark {
  background-color: rgba(13, 13, 13, 0.59); }

/* line 44, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-bg-light {
  background-color: rgba(236, 236, 236, 0.8); }

/* line 47, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-label {
  background-color: #D9EBFC;
  color: #0E6ECE; }

/* line 51, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-label-success {
  background-color: #D5F6EA;
  color: #209268; }

/* line 55, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-label-warning {
  background-color: #FEE2CD;
  color: #E96A07; }

/* line 59, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-label-danger {
  background-color: #FCDEE4;
  color: #EC2248; }

/* GLOBAL TYPOGRAPHY */
/* line 65, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
body {
  font-family: 'Sen', sans-serif; }

/* line 68, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Sen', sans-serif;
  font-weight: 700;
  letter-spacing: -1px; }

/* line 78, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
h1, h2, h3 {
  color: #141F4E; }

/* line 81, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
h4, h5 {
  color: #45538D; }

/* line 84, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-navbar-nav > li > a {
  font-family: 'Sen', sans-serif; }

/* line 87, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-text-lead {
  font-size: 1.2rem; }

/* line 90, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-page-header {
  text-align: center; }

/* line 93, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-text-em {
  color: #1E87F0;
  font-weight: 700;
  text-transform: uppercase; }

/* line 99, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
span.uk-text-small {
  line-height: 0.75; }

/* NAVIGATION */
/* line 104, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-navbar {
  background-color: #fff;
  border-bottom: 1px solid #EDEDED; }

/* line 109, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-navbar-center > .rz-navbar-item > li a {
  transition: 1s; }

/* line 112, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-navbar-center > .rz-navbar-item > li a:hover {
  border-bottom: 1px solid #999; }

/* line 116, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-logo {
  max-height: 50px; }

/* line 119, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-logo-medium {
  max-height: 150px; }

/* line 122, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-logo-login {
  max-height: 250px; }

/* LOGIN */
/* line 129, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
#Login {
  background-image: url("https:source.unsplash.com/ahec0MAdGTQ/1920x1080");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* FORMS */
/* line 139, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-form-label {
  font-size: 1rem; }

/* line 142, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
#PageContent label {
  color: #999; }

/* line 145, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-form-value {
  display: inline-block;
  height: 40px;
  vertical-align: middle; }

/* line 150, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-search-default {
  width: 100%; }

/* line 153, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-form-number {
  text-align: right;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border; }

/* TABLE */
/* line 170, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
thead {
  background-color: #F8F8F8; }

/* line 175, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-table th {
  font-size: 1rem;
  color: #000; }

/* line 180, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-table-vertical th {
  width: 200px; }

/* line 183, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-table-noPadding th,
.rz-table-noPadding td {
  padding: 0 10px 0 0; }

/* line 188, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
table.rz-table-format tbody tr > td:first-child {
  font-weight: 600;
  color: #1E87F0; }

/* line 193, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
tfoot {
  font-size: 1.1rem !important;
  font-weight: bold; }

/* line 197, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-border-top {
  border-top: 1px solid #F8F8F8; }

/* line 203, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-table-right tbody tr td:not(:first-child) {
  text-align: right; }

/* line 207, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-table-right tbody tr.uk-text-bold {
  background-color: #F8F8F8; }

/* line 213, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-table-right thead tr th:not(:first-child) {
  text-align: right; }

/* line 221, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px; }

/* DATA DISPLAY */
/* line 230, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
dl dt {
  color: #98999A; }

/* line 234, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-card {
  background-color: #F8F8F8;
  border-radius: 10px; }

/* line 239, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-display-data dt {
  font-weight: inherit;
  text-transform: uppercase; }

/* line 244, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-display-data dd {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #063360; }

/* line 250, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-display-data .uk-card-footer {
  text-transform: uppercase; }

/* FOOTER */
/* line 256, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.rz-flex {
  display: block;
  font-size: 0.8rem;
  text-align: center; }

/* LINKS & BUTTON */
/* line 264, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

/* line 270, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* line 289, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
.uk-button-secondary {
  background-color: #32d296;
  color: #fff; }

@media (min-width: 640px) {
  /* line 301, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  p.rz-display::after {
    content: "small"; } }

@media (min-width: 960px) {
  /* line 308, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  p.rz-display::after {
    content: "medium"; }
  /* line 311, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  .rz-table-amount {
    text-align: right; } }

@media (min-width: 1200px) {
  /* line 318, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  p.rz-display::after {
    content: "large"; }
  /* line 321, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  .rz-flex {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 1600px) {
  /* line 329, /Volumes/MACBACKUP/MAMP/htdocs/enterind-UI/app.scss */
  p.rz-display::after {
    content: "extra large"; } }

/*# sourceMappingURL=app.css.map */