body {
   background: #f5f7fb;
}

.backend-navbar {
   background: #ff5342;
}

.backend-brand {
   display: inline-flex;
   align-items: center;
   padding-top: 0;
   padding-bottom: 0;
}

.backend-brand img {
   display: block;
   width: auto;
   height: 34px;
   filter: brightness(0) invert(1);
}

.table-wrap {
   background: #fff;
   border: 1px solid #dee2e6;
   border-radius: 6px;
}

.message-pre {
   max-height: 70vh;
   overflow: auto;
   white-space: pre-wrap;
}

.filter-bar {
   background: #fff;
   border: 1px solid #dee2e6;
   border-radius: 6px;
}
