﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url('../Fonts/Roboto/Roboto-Regular.ttf') format('ttf'), url('../Fonts/Roboto/Roboto-Regular.woff') format('woff');
  /* old browsers */
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/Roboto/Roboto-Medium.ttf') format('ttf'), url('../Fonts/Roboto/Roboto-Medium.woff') format('woff');
  /* old browsers */
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/Roboto/Roboto-Bold.ttf') format('woff');
}
.tmp-dialog {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 10px;
  border-radius: 15px;
  background-color: white;
  outline: none;
  z-index: 1002;
}
.notification {
  top: -100px;
  position: absolute !important;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 999999;
}
.notification #dialog-header {
  display: flex;
  flex-flow: row nowrap;
}
.not-notifying {
  top: -100px !important;
  transition: top 0.3s ease-in-out;
}
.notifying {
  top: 90px !important;
  transition: top 0.3s ease-in-out;
}
#notification-dialog {
  background-color: white;
  display: block !important;
}
.notification-message {
  font-size: 18px;
  padding: 7px;
  font-family: Roboto-Bold, Tahoma, sans-serif !important;
  font-weight: 700;
  align-self: center;
  text-align: center;
}
.fa-circle-xmark {
  filter: brightness(0) saturate(100%) invert(15%) sepia(54%) saturate(6268%) hue-rotate(355deg) brightness(93%) contrast(85%);
  font-size: 15px;
}
.fa-circle-info {
  filter: brightness(0) saturate(100%) invert(35%) sepia(46%) saturate(3621%) hue-rotate(188deg) brightness(93%) contrast(92%);
  font-size: 15px;
}
.fa-triangle-warning {
  filter: brightness(0) saturate(100%) invert(56%) sepia(68%) saturate(2856%) hue-rotate(5deg) brightness(97%) contrast(101%);
  font-size: 15px;
}
.fa-circle-check {
  filter: brightness(0) saturate(100%) invert(54%) sepia(63%) saturate(465%) hue-rotate(64deg) brightness(92%) contrast(81%);
  font-size: 15px;
}
#dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-end: 5px;
}
#dialog-header :first-child {
  margin-inline-end: 5px;
}