/* IMPORT */
@import 'fonts.css';
@import 'tabler-icons.css';
/* ROOT */
:root {
  --white: #ffffff;
  --black: #141115;
  --grey: #616161;
  --greylight: #bebebe;
  --greydark: #424242;
  --orange: #ffa34e;
  --red: #e81414;
  --green: #3eaD94;
  --whitedark: #f2f3ec;
}
/* HTML */
html  {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  font-size: 16px;
  background-color: var(--white);
}
/* TEXT */
.smart-red  {
  color: #d3242e
}
.smart-blue  {
  color: #004996
}
/* LOGOS */
.logos  {
  height: 70px;
}
.logouli  {
  height: 50px;
}
/* HEADER */
header  {
  padding: 20px 0;
}
/* MAIN */
main  {
  padding: 25px 0;
}
/* Notifications */
.uk-notification-message {
  position: relative;
  padding: 20px;
  width: 400px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
.uk-notification-message-success {
  background: #d8eafc;color:#1e87f0;
}
.uk-notification-close  {
  visibility: hidden;
}
