/* You can add global styles to this file, and also import other style files */
@import "assets/common-assets/common/theme.css";
@import "assets/common-assets/common/custom.css";
@import "assets/common-assets/library.css";

:root {
  --portal-main-color: #EE2540;
  --portal-main-contrast: white;
  --portal-dark-color: #E63946;
  --explore-color: #D95F2D;
  --explore-dark-color: #a0462c;
}

.graphApp {
  background-color: #FAFAFA;
  color: #1A1A1A;
}

.image-front-topbar {
  margin-top: -100px;
  padding-top: 100px;
}

main {
  min-height: calc(100vh - 100px);
  line-height: 25px;
  letter-spacing: 0.16px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.uk-text-large {
  font-size: 18px;
}

.uk-text-small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
/* Unordered list*/
ul.portal-circle {
  list-style: none;
  padding-left: 30px;
}

ul.portal-circle li {
  margin: 0 0 15px 0;
  position: relative;
}

ul.portal-circle.small li {
  margin: 0 0 5px 0;
  position: relative;
}

ul.portal-circle li:before {
  content: "";
  border: 5px var(--portal-main-color) solid !important;
  border-radius: 50px;
  line-height: 30px;
  margin-left: -20px;
  position: absolute;
  top: 10px;
}

ul.uk-text-small.portal-circle li:before {
  top: 6px;
}

.footer,
.footer .uk-section-primary {
  background-color: #ffffff;
  color: #000000 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400!important;
}

.footer svg .stroke_line {
  stroke: #000000 !important;
}

.footer svg .fill_text {
  fill: #000000 !important;
}

.footer .uk-h6:not(.ignoreFooter),
.footer .uk-h5:not(.ignoreFooter),
.footer .uk-h4:not(.ignoreFooter),
.footer .uk-h3:not(.ignoreFooter),
.footer .uk-h2:not(.ignoreFooter),
.footer .uk-h1:not(.ignoreFooter) {
  color: #000000 !important;
}

.footer .uk-link:not(.ignoreFooter),
.footer a:not(.uk-button):not(.uk-button-text):not(.ignoreFooter) {
  color: #000000 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}

.footer .uk-icon-button {
  border-color: rgba(0, 0, 0, 0.5);
}

.footer .uk-totop {
  background-color: #ffffff;
}

.footer .uk-totop svg {
  color: rgba(0, 0, 0, 0.5);
}

.footer .uk-totop:hover svg {
  color: black;
}

.footer .uk-link:not(.ignoreFooter):hover,
.footer a:not(.uk-button):not(.uk-button-text):not(.ignoreFooter):hover {
  color: #000000 !important;
}


.footer .uk-label:not(.ignoreFooter) a {
  border-color: #000000;
  border-bottom: 1px solid;
}

.footer .uk-label:not(.ignoreFooter) a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}


.footer .uk-button:not(.ignoreFooter) {
  background-color: #ffffff !important;
  color: black !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.footer .uk-button:not(.ignoreFooter):hover {
  background-color: #eeeeee !important;
  /*color: var(--portal-main-color) !important;*/
  color: black !important;
  border-color: #eeeeee !important;
}

.numbers-background {
  background: transparent url('/assets/graph-assets/home/5.svg') repeat-x center bottom;
}

.number {
  color: #1a1a1a;
}

a.number:hover, a.number:focus, a.number:active {
  color: #4687e6;
}
