.list-view{padding:1px;border:1px solid #cacaca;border-radius:2px;outline-offset:0px;min-width:-moz-fit-content;min-width:fit-content;overflow-y:scroll;border-style:inset;background:#fcfcfc}.list-view>.list-view-item{padding:5px 10px;cursor:pointer}.list-view>.list-view-item.active{background-color:#f1f1f1;outline:1px groove #e9e9e9;outline-offset:0px}.list-view>.list-view-item:hover{background-color:#e7e7e7;outline:1px groove #e7e7e7;outline-offset:0px}.loader2{width:48px;height:48px;border:3px solid #fff;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.loader2::after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:56px;height:56px;border-radius:50%;border:3px solid;border-color:#ff3d00 rgba(0,0,0,0)}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}