@font-face {
  font-family: 'Minearc';
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Minearc';
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Minearc';
  font-style: italic;
  font-weight: normal;
  src: url(/fonts/Roboto-Italic.ttf);
}

::-webkit-scrollbar {
  width: 0px;
}

html {
  font-size: x-large;
}

* {
  font-family: 'Minearc';
}

span.badge {
  font-size: 0.75rem;
}

.fixed-top {
  height: 84px;
}

main {
  margin-top: 84px;
  margin-right: 244px;
}

.sidebar {
  margin-top: 84px;
  height: calc(100vh - 84px);
  width: 244px;
  right: 0;
  top: 0;
}

a.navbar-brand>img {
  height: 1.75rem;
}

img.emoji {
  height: 1rem;
  width: 1rem;
  vertical-align: -0.2rem;
}

.dropdown-menu {
  min-width: 1rem;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.footer {
  font-size: medium;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}

.loading {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: none;
  background: linear-gradient(to bottom, rgba(40, 176, 69, 0.0), rgba(40, 176, 69, 0.5) 33%, rgba(40, 176, 69, 0.5));
}

.text-black {
  color: #000;
}

.sidebar>ul>.nav-item {
  font-size: 1.2rem;
  background-color: white;
  padding-left: 1rem;
  margin-bottom: 0.1rem;
}

.sidebar>ul>li>.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  width: calc(244px - 1.5rem);
}

#contextbox {
  min-width: 220px;
  min-height: 130px;
}