.footer-label-color {
    color: #f69804 !important;
}
.heading-color {
    color: #f69804 !important;
}
.pc-item {
    color: #f69804 !important;
}

.card-header h5 {
    color: #f69804 !important;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

.sidebar {
    width: 250px;
    background-color: #f8f9fa;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1rem;
    border-left: 1px solid #ddd;
    z-index: 1030;
    overflow-y: auto;
}

.main-content {
    margin-right: 250px;
    padding: 2rem;
}