/* Бэкграунд для офлайн-экрана */
.tm-off {
  background-image: url(/images/back-offline.jpg);
  min-height: calc(-80px+100vh);
}

.input-password-toggle {
  margin-top: 20px !important;
}

/* Системные сообщения */
.uk-notification-top-center {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.uk-notification-message{
  background: rgba(247, 248, 252, 0.8);
}

/* Индикатор вверху страницы */
#progressBar {
  z-index: 9999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background-color: rgba(33, 230, 170, 0.7);
  transition: 0.2s;
}

.tm-toolbar {
  background-color: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(20px);
}

.uk-navbar-transparent {
  background-color: rgba(20, 20, 20, 0.2);
  backdrop-filter: blur(10px);
}

.uk-scrollspy-inview {
  transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1), opacity 1.2s ease-out;
}

.tm-repeat > .uk-background-norepeat {
  background-repeat: repeat-x !important;
}

.tm-name {
  background-color: #dd0d0d;
  padding: 5px 18px;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}