.fixed-top-bar {
  text-align:center;
  background-color: #E32119;
  opacity: 80%;
  height: 50px;
  font-size: 16px;
  z-index: 999;
  padding-top: 10px;
  color: #fff;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  left: 0;
  width: 100%;
}

#close {
    float:right;
    display:inline-block;
    margin-right: 10px;
    cursor: pointer;
}

#close:hover {
  color: #e77975;
}

ul{
  margin-top: 0;
}
.mmenu-language .white{
  color: white !important;
}


/* SMART SENSE */
.text-center{
  text-align: center !important;
  margin: auto;
}
.sense-block {
  font-size: 19px;
  font-weight: 500;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  background-color: #0D3253; 
  padding: 0;
}

.sense-headline {
  padding: 10px;
  font-weight: bolder;
  color: #A8B5C1;
}

.sense-info {
  color: #fff;
  
  background-color: #1b64a4;
}

.sense-info img {
  opacity: 0.6;
  height: 50px; 
  margin: 0 auto;
}

.good, .fair, .moderate, .poor, .very-poor, .extremely-poor{
  padding: 9px 20px;
  font-weight: 600;
}
.good{
  background-color: #50F0E6;
  color: black;
}
.fair{
  background-color: #50CCAA;
  color: white;
}
.moderate{
  background-color: #F0E641;
  color: black;
}
.poor{
  background-color: #FF5050;
  color: white;
}
.very-poor{
  background-color: #960032;
  color: white;
}
.extremely-poor{
  background-color: #7D2181;
  color: white;
}
/* ALL TOOLTIP STYLES */
[tooltip] {
  position: relative; 
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* TOOLTIP: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* TOOLTIP: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* TOOLTIP: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* TOOLTIP: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


/* LOGOS 70 YEARS - 08. 02. 2024.*/

.info__about .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.info__about .new-logo--tzr { 
  height: 10rem;
  margin: 0 auto; 
}

.info__about .new-logo--tzr:last-child {
  position: relative;
  left: -35px;
}

@media (min-width: 992px) { 
  .info__about .flex {
    gap: 4rem;
  }

  .info__about .new-logo--tzr { 
    display: inline-block !important;
    margin: 0; 
    height: 10rem;
  } 

  .info__about .new-logo--tzr:last-child {
    margin: 0;
    position: static;
  }
}

/* END - LOGOS 70 YEARS */

