/* stylelint-disable selector-class-pattern */

#outdated {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  color: white;
  text-align: center;
  background-color: #0b111b !important;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#outdated .vertical-center::before {
  position: absolute;
  left: calc(32% - 220px);
  width: 180px;
  height: 180px;
  content: ' ';
  background-image: url('/assets/sensorup-logo-icon.svg');
}

#outdated h6 {
  width: 68%;
  margin: 24px 0 12px;
  margin-left: 32%;
  font-size: 26px;
  font-weight: 100;
  line-height: 26px;
}

#outdated p {
  width: 68%;
  margin: 0;
  margin-left: 32%;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

#outdated #buttonUpdateBrowser {
  position: relative;
  display: block;
  width: 230px;
  padding: 10px 20px;
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 13px;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #1991ea !important;
}

#outdated #buttonUpdateBrowser:hover {
  color: white !important;
  background-color: rgb(57 147 216) !important;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 70px;
  display: inline-table;
  width: auto;
  height: 20px;
}

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}

#outdated #buttonCloseUpdateBrowser {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 36px;
  line-height: 36px;
  color: white;
  text-decoration: none;
}
/* stylelint-enable selector-class-pattern */
