/* Upwork Dashboard custom styles */

.pipeline-kanban .pipeline-card {
    cursor: move;
    transition: opacity 0.2s, transform 0.2s;
}

.pipeline-kanban .pipeline-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pipeline-kanban .pipeline-card.dragging {
    opacity: 0.5;
}

.pipeline-kanban .kanban-column .card-body {
    background: #f8f9fa;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #4272d7;
    font-weight: 600;
}

.tabbed-layout .menu-sidebar {
    width: 100%;
    height: auto;
    position: relative;
    border-right: none;
}

.statistic-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.statistic-item .num {
    font-size: 2rem;
    font-weight: 700;
}

.statistic-item .desc {
    font-size: 0.85rem;
    color: #6c757d;
}

.statistic-item i {
    font-size: 2.5rem;
    opacity: 0.15;
    position: absolute;
    right: 15px;
    top: 15px;
}

.statistic-item {
    position: relative;
}

.login-form {
    max-width: 400px;
    margin: 0 auto;
}

.alert {
    border-radius: 8px;
}
