 .uv-list-title {
     font-size: 1rem;
     font-weight: 600;
     padding-top: 12px;
     padding-bottom: 12px;
 }

 .uv-list {
     padding-top: 8px;
     overflow: hidden;
 }

 .uv-list ._list_box {
     display: flex;
     margin-top: 12px;
 }

 .uv-list ._list_box:nth-child(1) {
     margin-top: 0px;
 }

 .uv-list ._list_box ._title {
     line-height: 0px;
 }

 .uv-list ._list_box ._title div,
 .uv-list ._list_box ._title div * {
     font-weight: 600;
     font-size: 0.90rem;
     line-height: 1.1rem;
     white-space: normal;
     color: var(--primaryTextColor);
 }

 .uv-list ._list_box:before {
     font-family: "MaterialIconsOutlined-Regular";
     font-weight: 100;
     line-height: 0px;
     color: var(--neutralsSecondaryColor);
     content: '\e873';
     min-width: 16px;
     min-height: 16px;
     max-width: 16px;
     max-height: 16px;
     border-radius: 6px;
     margin-right: 2px;
     font-size: 0.7rem;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .uv-list ._list_box_sub {
     display: flex;
     margin-top: 4px;
     margin-bottom: 4px;
     line-height: 0px;
 }

 .uv-list ._list_box_sub:last-child {
     margin-bottom: 16px;
 }

 .uv-list ._list_box_sub:nth-child(1) {
     margin-top: 6px;
 }

 .uv-list ._list_box_sub ._list ._title div {
     margin: 0px;
     font-weight: 400;
     font-size: 0.8rem;
     line-height: 1.2rem;
     white-space: normal;
     color: blue;
 }

 .uv-list ._list_box_sub ._list ._title {
     line-height: 0px;
 }

 .uv-list ._list_box_sub:before {
     font-family: "MaterialIconsOutlined-Regular";
     font-weight: 100;
     line-height: 0px;
     color: var(--neutralsSecondaryColor);
     content: '\e409';
     /*top: -2px; */
     min-width: 16px;
     min-height: 16px;
     max-width: 16px;
     max-height: 16px;
     border-radius: 6px;
     margin-right: 0px;
     margin-left: 6px;
     margin-top: 1px;
     font-size: 0.7rem;
     display: flex;
     align-items: center;
     justify-content: center;
     vertical-align: top;
 }