#x199 {
   height: 100%;
   background: #f1f5f9;
   border-radius: 18px;
   border: 1px solid #e2e8f0;
   overflow-y: auto;
   position: relative;
}
.viewport {
   position: relative;
   width: 100%;
   min-height: 100%;
}
.spacer {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   pointer-events: none;
}
.items-container {
   position: relative;
   width: 100%;
}
.line-item {
   padding: 0 0.3rem;
   font-size: 0.95rem;
   color: #0f263a;
   border-bottom: 1px solid #e2e8f0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   border-left: 4px solid transparent;
   cursor: default;
   user-select: none;
   display: flex;
   align-items: center;
   height: 38px;
   line-height: 38px;
}
.line-item:last-child {
   border-bottom: none;
}
