.body {
    background: #f8f9fa;
}

.nav-header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    margin-bottom: 20px;
}

.content-skills {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}

.cht-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress.bar1 {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
}

.progress.bar1 .bg-danger,
.progress.bar1 .bg-warning,
.progress.bar1 .bg-info,
.progress.bar1 .bg-success {
    height: 100%;
}

.card {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.table thead th {
    background: #f1f3f6;
    border-bottom: 2px solid #dee2e6;
}

.table tbody tr:hover {
    background: #f8f9fa;
    transition: background 0.2s;
}

.progress {
    height: 28px;
    background: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.footer {
    margin-top: 40px;
    padding: 20px 0 0 0;
    background: #fff;
    border-top: 1px solid #e9ecef;
    text-align: center;
}
