input[type="file"] { display: none; }
button.upload { margin-top: 40px; background: linear-gradient(to bottom left,#ef0c4d,#b33a8f); color: white; border: 0; padding: 14px 30px; border-radius: 40px; font-size: 1.2vw; }
.percentage-box { position: fixed; background: rgba(0,0,0,0.3); top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 9999999999; }
.circular-chart { display: block; margin: 10px auto; max-width: 80%; max-height: 300px; filter: drop-shadow(0 0 20px rgba(182,175,255,0.5)); }
.circle-bg { fill: none; stroke: #534d9f; stroke-width: 0.8; }
.circle { fill: #2a2743; stroke-width: 2.8; stroke-linecap: round; animation: progress 1s ease-out forwards; stroke: var(--purple); }
.percentage { fill: #FFF; font-family: sans-serif; font-size: 0.4em; text-anchor: middle; }
.wrapper { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: 100%; height: 100vh; max-height: 100vh; overflow: hidden; padding: 40px; }
.wrapper .header { padding: 0 0 40px; }
.contents { display: flex; align-items: flex-start; justify-content: flex-start; flex-grow: 1; width: 70vw; box-shadow: 0 0 10px rgba(0,0,0,0.15); position: relative; max-height: 100%; overflow: hidden; }
.content-ids { height: 100%; max-height: 100%; overflow-y: scroll; background: #eee; padding: 20px 10px; user-select: none; flex-shrink: 0; }
.content-ids > div { cursor: pointer; padding: 10px 20px; border-radius: 4px; font-size: 1vw; }
.content-ids > div:hover, .content-ids > div.selected { background: linear-gradient(to bottom left,#ef0c4d,#b33a8f); color: white; }
.content-items { padding: 20px; width: 100%; xdisplay: flex; height: 100%; }
.content-items .table { width: 100%; border-radius: 6px; overflow: hidden; overflow-y: auto; height: 100%; box-shadow: 0 0px 20px rgb(0 0 0 / 20%); transition: 0.45s; text-align: center; }
.content-items .table .row { margin: auto; }
.content-items .table .head { font-size: 0.9vw; padding: 0.7vw 0; font-weight: 400; background: linear-gradient(to bottom left,#ef0c4d,#b33a8f); text-transform: uppercase; color: white; }
.content-items .table .items { font-size: 1.2vw; padding: 0.4vw 0; }
.content-items .table .items:nth-child(odd) { background: #f8f8f8; }
.content-ids::-webkit-scrollbar, .content-items .table::-webkit-scrollbar { width: 8px!important; }
