.esellar-dashboard {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.esellar-stat-box {
    transition: transform 0.2s;
}
.esellar-stat-box:hover {
    transform: translateY(-2px);
}
.esellar-submit-btn {
    background-color: #0073aa;
    color: white;
    font-weight: bold;
    transition: background 0.3s;
}
.esellar-submit-btn:hover {
    background-color: #005177;
}