.file-btn{width:330px;height:150px;font-size:18px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border:1.5px dashed #5d4dcc;border-radius:20px;cursor:pointer;transition:all .3s ease}.file-btn,.file-btn:hover{color:#5d4dcc;background-color:#fff}.file-btn span{width:50px;height:50px;font-size:30px;color:#5d4dcc;justify-content:center;border-radius:25px;background-color:#f1efff}.file-btn span,.file-card{display:flex;align-items:center}.file-card{width:300px;gap:15px;color:#000;background-color:#fff;border:1px solid rgba(117,96,255,.281);border-radius:6px;padding:8px 15px}.file-info{flex:1;display:flex;align-items:center;gap:15px}.file-info h6{flex:1;font-size:13px;font-weight:400}.progress-bg{width:100%;background-color:rgba(0,0,0,.076);margin-top:8px}.progress,.progress-bg{height:5px;border-radius:8px}.progress{width:0;background-color:#5d4dcc;transition:width .5s ease}.icon{font-size:30px;color:#7460ff}.close-icon{font-size:18px;cursor:pointer}.check-circle,.file-info button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#463a99;background-color:#f1efff;border:none;border-radius:30px}.upload-btn{width:330px;font-size:14px;font-weight:500;color:#fff;background-color:#7460ff;border:none;border-radius:8px;padding:10px;margin-top:15px;cursor:pointer}.styles_ripple__tcvR2{color:#1c4c5b}.styles_ripple__tcvR2,.styles_ripple__tcvR2 div{box-sizing:border-box}.styles_ripple__tcvR2{display:inline-block;position:relative;width:80px;height:80px}.styles_ripple__tcvR2 div{position:absolute;border:4px solid;opacity:1;border-radius:50%;animation:styles_ripple__tcvR2 1s cubic-bezier(0,.2,.8,1) infinite}.styles_ripple__tcvR2 div:nth-child(2){animation-delay:-.5s}@keyframes styles_ripple__tcvR2{0%{top:36px;left:36px;width:8px;height:8px;opacity:0}4.9%{top:36px;left:36px;width:8px;height:8px;opacity:0}5%{top:36px;left:36px;width:8px;height:8px;opacity:1}to{top:0;left:0;width:80px;height:80px;opacity:0}}.table_wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse}td,th{padding:8px;border:1px solid #ddd}th{background-color:#f2f2f2}td{text-align:center}tr{box-shadow:#183273;border-radius:5px;transition:all .3s ease}@media screen and (max-width:600px){.table_wrapper{overflow-x:auto}.table{display:grid;grid-template-columns:repeat(3,auto);grid-auto-rows:minmax(20px,auto)}td,th{border:none;border-bottom:1px solid #ddd}thead{display:none}tbody tr{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #ddd}tbody td:before{content:attr(data-label);font-weight:700}}