.redirect-back {
  position: fixed;
  top: 10vh;
  left: 40px;

  width: 200px;
  height: 100px;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.min-height {
  min-height: 30vh;
}

.loader-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  height: 100%;
}
