@media (min-width: 992px) {
    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}
.form-control {
    background: #e7e7e7 !important;
}
.form-control {
    background: #d9d9d9 !important;
}
img.rounded-circle.route_cat {
    width: 165px;
    height: 165px;
    object-fit: cover;
}