.sidebar {
    width: 70px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
    text-align:center;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 110px; /* 70 + 40 */
    }
}

.ip-run-card {
    font-size: 0.8rem;
}

.sticky-header{
    position:sticky;
    top: 45px;
    background-color: #fff;
}

.alert-container {
    position: relative;
    z-index: 10;
  }
  
.alert {
    position: absolute;
}