.sidebar {
    height: 100vh;
    background-color: #f8f9fa;
    padding: 20px;
    border-right: 1px solid #dee2e6;
}

.nav-link {
    color: #6c757d;
    padding: 8px 16px;
    margin: 4px 0;
    border-radius: 8px;
}

.nav-link:hover {
    background-color: #e9ecef;
}

.nav-link.active {
    background-color: #f0f2f5;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d6efd;
    text-decoration: none;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-area {
    padding: 20px;
    background-color: #fff;
}

.welcome-box {
    border: 2px dashed #dee2e6;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin-top: 40px;
}

.btn-create {
    padding: 8px 24px;
    margin: 8px;
}

@media (max-width: 768px) {
    .sidebar {
        height: auto;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }
}

.nav-link{
  color:#000 !important;
}

.workflow-area { 
    background: url(dot.png) !important;
    background-size: cover !important;
    height: 85vh !important;
}
.sidebar {
    width: 250px;
    height: 85vh !important;
    border-right: 1px solid #dee2e6;
    padding: 20px;
} 



.btn-primary{
    background: #6495ED !important;
    border-color: #6495ED !important;
}





