.alert-wrapper {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.draggable-handle {
    position: absolute;
    color: #aaa;
    top: 0;
    left: 0;
    height: 100%;
    background: #eee;
    font-size: 150%;
    display: flex;
    align-items: center;
    cursor: move;
    line-height: normal;
}
.draggable {
    padding-left: 1.75rem;
}
.list-group-add {
    padding-right: 1.25rem;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: transparent;
}
.progress-navbar {
  position: absolute;
  height: 0.25rem;
  border-radius: 0;
  top: 0;
  left: 0;
  width: 100%;
}
