#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;
}
.folder-001 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23e8a020'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2019a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5l2%203h9a2%202%200%200%201%202%202z'/%3E%3Cpath%20d='M2%2010h20'%20stroke='%23f0c040'%20stroke-width='1.5'/%3E%3Cpath%20d='M4%2010v9a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2v-9'%20stroke='%23e8a020'%20stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
.folder-find {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%233498db'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='6'/%3E%3Cpath%20d='M20%2020L16%2016'/%3E%3C/svg%3E");
background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
