html {
  font-size: 14px;
}

body,
.login-wrapper {
  min-height: 100vh;
}

.login-frame {
  max-width: 500px;
  padding: 10rem 3rem;
}

#main {
  padding-top: 0.5rem;
}

.list-wrapper {
  margin-top: 1em;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

.field:not(:last-child) {
  margin-bottom: .85rem;
}

.notification-box .notification {
  margin-top: 1rem;
}

.notification-box .icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.notification-box .icon i {
  font-size: 1.5rem !important;
}

table.vgt-table {
  font-size: 1em;
}

.highlight-debt {
  background: #299fce !important;
}

.highlight-debt td,
.highlight-debt td a {
  color: #ffffff !important;
}

.dashboard-table .checking::before,
.dashboard-table .processing::before,
.dashboard-table .complete::before,
.dashboard-table .rejected::before,
.dashboard-table .acquired::before {
  content: ' ';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
  /* border       : 1px solid rgba(0, 0, 0, 0.1); */
  border-radius: 100%;
}

.dashboard-table .checking::before {
  background: #00BFFF;
}

.dashboard-table .processing::before {
  background: #00FF00;
}

.dashboard-table .complete::before {
  background: #FFD700;
}

.dashboard-table .rejected::before {
  background: #FF4500;
}

.dashboard-table .acquired::before {
  background: #808080;
}

.dashboard-table .has-note::before {
  background: #00BFFF;
  content: ' ';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-left: -16px;
  margin-right: 6px;
}

.service-expander {
  text-align: center;
  margin-bottom: 0.85rem;
}

.notification.is-success {
  background: #9ACD32;
}

.notification.is-danger {
  background: #FF6347;
}

.notification.is-info {
  background: #00BFFF;
}

.table-footer {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.table-footer .table-row-left,
.table-footer .table-row-right {
  padding: 5px;
  font-size: 1.1em;
}