.nav-link.active {
    background-color: #F0F0F0 !important;
    color: orange !important;
    border-radius: 0 !important;
    border-left: 5px solid orange;
}

.btn-primary {
    background-color: orange;
    border: none;
}

.content-wrapper {
    min-height: 1250px !important;
}
