.login-container{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.console-input{width:100%;padding:10px;border:none;background-color:#333;color:#fff;font-size:16px}.console-input::placeholder{color:#888}.console-input:focus{outline:none;background-color:#444}.data-container{width:100%;height:100%}.tabs{display:flex;justify-content:center;padding-bottom:20px;border-radius:8px}.tab{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:grey;border:none;border-radius:5px;padding:10px 20px;margin:0 5px;cursor:pointer;transition:background-color .3s,transform .2s}.tab:hover{background-color:#3a3a3a;transform:scale(1.05)}.tab.active{background-color:#0f0;box-shadow:inset 0 2px 5px hsla(0,0%,100%,.2);color:#d3d3d3}.update-all{font-size:16px;margin-left:20px;font-weight:700}.list-container{padding:0 20px 20px;color:#fff;font-family:Courier New,Courier,monospace;display:flex;flex-direction:column;height:100%}.list-desc{margin-bottom:20px;text-align:left}.tsw-table{width:100%;border-collapse:collapse;height:100%;tbody{overflow:scroll}}.list-time{white-space:nowrap}.list-secondary{color:grey}.tsw-table td,.tsw-table th{padding:10px;text-align:left}.tsw-table th{background-color:#333}.tsw-table tr{border-bottom:1px solid #444}.tsw-table tr:last-child{border-bottom:none}.username{color:#0f0}.default{color:#fff}.value{color:#ff0}.delete,.status{font-weight:700}.delete{font-size:20px}.activated{background-color:rgba(0,255,0,.2)}.not-activated{background-color:rgba(255,0,0,.2)}.new-tsw{display:flex;flex-direction:row;align-items:center;margin-bottom:12px;p{font-weight:700;font-size:24px}}.file-list{max-height:400px;overflow-y:auto}.file-item{justify-content:space-between;padding:15px;border-bottom:1px solid #444}.file-icon{font-size:24px}.file-info{margin-left:10px}.file-actions{display:flex}.approve-button,.download-button{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:grey;border:none;border-radius:5px;padding:10px 15px;cursor:pointer;margin-left:5px;transition:background-color .3s,transform .2s;box-shadow:0 2px 5px rgba(0,0,0,.3)}.approve-button:hover,.download-button:hover{color:#d3d3d3;transform:scale(1.05)}.no-docs{color:red}.file-list{display:flex;flex-direction:column}.file-item{display:flex;align-items:center;background-color:#1a1a1a;padding:10px;margin-bottom:10px;border-radius:5px;transition:background-color .3s}.file-item:hover{background-color:#2a2a2a}.file-icon{font-size:30px;margin-right:15px}.file-info{flex-grow:1}.file-name{font-weight:700}.file-format,.file-size,.file-status{font-size:12px}.approved{border-left:4px solid #0f0}.not-approved{border-left:4px solid red}