.__slideOutBoxBootstrap5 #slideOutTab {
  margin: 0;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  position: fixed;
  z-index: 10000;
  left: calc(100% - 61.425px);
  top: 50vh;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  color: var(--bs-white);
  letter-spacing: 0.15em;
}
.__slideOutBoxBootstrap5 #slideOutTab:hover {
  background-color: var(--bs-primary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .__slideOutBoxBootstrap5 #slideOutTab {
    left: calc(100% - 68.25px);
  }
}
@media (min-width: 768px) {
  .__slideOutBoxBootstrap5 #slideOutTab {
    left: calc(100% - 79.625px);
  }
}
@media (min-width: 992px) {
  .__slideOutBoxBootstrap5 #slideOutTab {
    left: calc(100% - 86.45px);
  }
}
@media (min-width: 1200px) {
  .__slideOutBoxBootstrap5 #slideOutTab {
    left: calc(100% - 91px);
  }
}

/*# sourceMappingURL=bootstrap5.css.map */
