
.stops-panel-disabled-row {
    cursor: progress;
    background-color: #868686;
    opacity: 0.4;
}

body.modal-open {
    overflow: unset;
}

.position-sticky {
    position: sticky;
    bottom: 0;
    z-index: 1000;
    background-color: #ffffff;
    width: 100%;
}
