* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

.notPass{
  background: #ff868633;
}

.active{
  font-weight: 900;
  background: #ddd !important;
  /* padding: 5px; */
}


.footer{
  display: block;
  width: 100%;
  height: 80px;
}

.footer div{
  display: inline-block;
  width: 50%;
  height: 80px;
}

.text{
  color: #000 !important;
}


.avatar{
  height: 30px;
  margin-right: 5px; 
}

.hidden{
  opacity: 0;
}

.hidden{
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
  transition: opacity 1s;
}

.no-js #preloader,.oldie #preloader {
  display: none
}

  #loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.line-scale-pulse-out>div {
  background-color: #39b54a;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
  animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -.4s!important;
  animation-delay: -.4s!important
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -.2s!important;
  animation-delay: -.2s!important
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}