a {
    text-decoration: none;
}


.dashboard-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    overflow-x: hidden;
}

/* Pridané štýly pre logo */
.logo-circle {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0d6efd, #0dcaf0);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .logo-circle {
    transform: rotate(15deg);
}

/* Existujúce štýly zostávajú nezmenené */
.container-fluid {
    --bs-gutter-x: 0;
}

.row.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-right: 0;
    margin-left: 0;
}

/* Vylepšený sidebar */
#sidebar {
    border-right: 1px solid rgba(0, 0, 0, .05);
}

#sidebar .nav-link {
    border-radius: 0.5rem;
    margin: 0.2rem 0.5rem;
    padding: 0.7rem 1.2rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 500;
}

#sidebar .nav-item {
    margin-bottom: 0.3rem;
}

#sidebar .nav-link:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

#sidebar .nav-link.active {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-weight: 600;
}

#sidebar .nav-link i {
    font-size: 1.1rem;
    margin-right: 0.7rem !important;
}

#sidebar .sidebar-heading {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

/* Ostatné štýly zostávajú rovnaké */
.rounded-4 {
    border-radius: 1rem !important;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


main.bg-light {
    min-height: calc(100vh - 56px);
    background-color: #f8f9fa !important;
}