body{background-color:#f4f6f9;margin:0;font-family:Segoe UI,sans-serif}.container{justify-content:center;align-items:center;height:100vh;display:flex}.card{background:#fff;border-radius:10px;width:300px;padding:30px;box-shadow:0 4px 20px #0000001a}.card h2{text-align:center;margin-bottom:20px}.card h3{text-align:center;color:#2563eb;margin-bottom:20px}.input{border:1px solid #ccc;border-radius:5px;width:93%;margin-bottom:15px;padding:10px}.button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:5px;width:100%;padding:10px}.button:hover{background:#1d4ed8}.dashboard{height:100vh;display:flex}.sidebar{color:#fff;background:#2882d7;width:220px;padding:20px}.sidebar h2{margin-bottom:20px}.sidebar button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;width:100%;margin-bottom:10px;padding:10px;display:block}.sidebar button:hover{color:#2882d7;background:#fff}.content{background:#f4f6f9;flex-direction:column;width:100%;height:100vh;padding:20px;display:flex}.dashboard-more-client-info{justify-content:center;align-items:center;display:flex}.dashboard-more-client-info p{margin:10px}.client-list{flex:1;margin-top:10px;padding-right:5px;overflow-y:auto}.header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.header span{margin:10px;font-weight:700}.client-card{background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:space-between;margin-bottom:10px;padding:15px;display:flex}.alert{background:#d1fae5;border-radius:5px;margin-bottom:10px;padding:10px}.status{background:#e5e7eb;border-radius:4px;padding:3px 6px;font-size:12px}.new-client-btn{width:15%}.dashboard button{color:#fff;text-align:left;cursor:pointer;background:#2882d7;border:none;border-radius:5px;margin:2px;padding:10px}.dashboard button:hover{color:#2882d7;background:#fff;font-weight:700}.modal-overlay{width:100%;height:100%;position:fixed;top:0;left:0}.modal-backdrop{background:#00000080;width:100%;height:100%;position:absolute}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-content{z-index:10;background:#fff;border-radius:8px;flex-direction:column;width:500px;max-height:80vh;margin:60px auto;padding:20px;display:flex;position:relative}.modal-body{margin-top:10px;overflow-y:auto}.modal-close{cursor:pointer;background:0 0;border:none;position:absolute;top:10px;right:10px}.steps{justify-content:space-between;margin-bottom:20px;display:flex}.step{text-align:center;border-bottom:2px solid #ccc;flex:1;padding:8px}.step.active{border-color:#2563eb;font-weight:700}.form-client-steps{flex-direction:column;width:100%;display:flex}.form-client-steps input{border:1px solid #ccc;border-radius:10px;margin-bottom:5px;padding:10px}.form-client-steps button{width:30%}.admin-container{height:100vh;display:flex}.admin-users{background:#fff;border-right:1px solid #ddd;width:300px;padding:15px;overflow-y:auto}.admin-clients{background:#f4f6f9;flex:1;padding:20px;overflow-y:auto}.user-card{border:1px solid #ddd;border-radius:6px;margin-bottom:10px;padding:10px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.user-card.active{background:#e0f2fe;border-color:#3b82f6}.alert.success{background:#d1fae5;border-radius:6px;margin-bottom:10px;padding:10px}.pagination{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}.pagination button{cursor:pointer;padding:6px 10px}.header input{border:1px solid #ccc;border-radius:4px;height:30%;padding:6px}.admin-container button{color:#fff;text-align:left;cursor:pointer;background:#2882d7;border:none;border-radius:5px;margin:2px;padding:10px}.admin-container button:hover{color:#2882d7;background:#fff;font-weight:700}.create-user-seller button{margin-bottom:10px}.create-user-seller input{width:80%;margin-bottom:5px;padding:10px}
