.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  padding: 12px;
  background: #fff;
  z-index: 9999;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.visually-muted {
  color: var(--muted);
}
