.stat-box:hover{background:#eef;border-color:#bbb}.stats-container{display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}@media (max-width:899px){.stats-container,.withdrawal-stat-box-block{flex-direction:column}.withdrawal-stat-box{min-height:30px!important;padding:0!important}.stat-box{padding:0!important;margin:0!important}.stat-box h3{margin-bottom:0!important}.stat-box .change{margin:0!important}}.withdrawal-stat-box-block{display:flex;gap:20px;margin-bottom:20px;justify-content:space-around}.stat-box{flex:1;padding:20px 5px;text-align:center;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .1);min-height:100px}.withdrawal-stat-box{flex:1;padding:20px 5px;text-align:center;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .1);min-height:100px;display:flex;justify-content:center;align-items:center}.stat-box h3{font-size:16px;color:#333;margin-bottom:10px}.stat-box .value{font-size:24px;font-weight:700;color:#333;margin:0}.stat-box .change{font-size:14px;margin-top:5px}.stat-box .increase{color:#28a745}.stat-box .decrease{color:#dc3545}.seller-dashboard{width:800px}.dashboard-wrapper{font-family:Arial,sans-serif;max-width:1000px;margin:0 auto}.dashboard-row{display:flex;justify-content:space-between;margin-bottom:20px}.dashboard-box{flex:1;border:1px solid #ccc;padding:20px;text-align:center;margin-right:10px;border-radius:5px}.dashboard-box:last-child{margin-right:0}.dashboard-info{border:1px solid #ccc;padding:20px;text-align:left;background-color:#f9f9f9;border-radius:5px}.dashboard-info p{margin:0 0 10px}.btn{display:inline-block;padding:10px 20px;margin-right:10px;text-decoration:none;color:#fff;border-radius:5px}.btn-primary{background-color:#007bff}.btn-secondary{background-color:#28a745}.btn:hover{opacity:.8}.placeholder-box{width:150px;height:142px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:5px;animation:shimmer 1.5s infinite}.placeholder-box-withdrawal-list{width:100%;height:100px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:5px;animation:shimmer 1.5s infinite}.placeholder-btn{width:200px;height:42px;border-radius:4px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:5px;border:none;color:#999;text-align:center;cursor:not-allowed;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}button#withdrawFundsBtn{color:#fff;font-size:16px;background:#4a7d91;text-transform:uppercase;border-radius:4px;font-weight:600;width:200px;height:42px}.payout-setting{text-align:left;font-family:Helvetica,Arial,sans-serif}.payment-form{background-color:#f9f9f9;padding:20px;border:1px solid #ddd;border-radius:8px;max-width:400px}.payment-label{display:flex;justify-content:space-between;font-weight:700;margin-bottom:5px}.payment-label .min-amount{font-size:12px;color:#666}input.payment-input{width:90%}.payment-input{width:90%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:5px}.error-message{color:red;font-size:12px;margin-top:5px}.submit-button{width:100%;background-color:#4caf50;color:#fff;border:none;padding:12px;font-size:16px;border-radius:5px;cursor:pointer;text-align:center}.submit-button:hover{background-color:#45a049}.payment-method input[type="text"]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box;outline:none;transition:border-color 0.3s ease}.payout-setting form{font-family:"Helvetica",Arial,sans-serif;font-size:14px;color:#333;line-height:1.5}.payout-setting form h2{font-size:20px;font-weight:700;margin-bottom:20px}.payout-setting form input[type="text"]{font-family:inherit}#drag-arrow-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;z-index:10}#drag-arrow-overlay .arrow-wrapper{text-align:center;margin-bottom:10px}#arrow-animation{font-size:30px;animation:move-arrows 1s infinite}#drag-arrow-overlay p{font-size:14px;margin-top:5px;color:#fff;background:#fff0}@keyframes move-arrows{0%{transform:translateX(0)}50%{transform:translateX(10px)}100%{transform:translateX(0)}}