.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    background-color: #ccc3d4;
    background-image: linear-gradient(135deg, #6e5f7c  0%, #6e5f7c 50%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.container-sidebar-left {
    background-color: #ccc3d4;
}
.container-footer {
    background-color: #ccc3d4;
    background-image: linear-gradient(135deg, #6e5f7c  0%, #6e5f7c 50%);
}
.breadcrumb-item {
color: yellow;

}

.breadcrumb-item.active {

color: white;

}