.tour-active-element {
  background: white;
}

.lead {
  text-align: center;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.tour-active-element {
  position: relative;
  background: white;
  border: 3px solid black;
  border-radius: 5px;
  z-index: 1050;
}

body.tour-active-element {
  border: none;
}

.popover-tour {
  padding: 5px 10px;
  min-width: 300px;
  width: 500px;
  max-width: 100%;
  font-size: 14px;
  z-index: 9999;
  font-family: museo-sans,
    sans-serif;
}

.popover-tour.popover-tour-center {
  inset: 50% auto auto 50% !important;
  position: fixed !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.popover-tour .hidden {
  display: none;
}

.popover-tour .tour-exit:before {
  content: "X";
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  top: 5px;
  right: 5px;
  background: #000000;
  color: #fff;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 18px;
}

.popover-tour .popover-header {
  background: none;
  padding: 5px 0;
  margin: 0;
  font-size: 2rem;
}

.popover-tour .popover-body {
  padding: 20px 0 10px;
}

.popover-tour .popover-body .tour-tabs>div {
  display: none;
}

.popover-tour .popover-body .tour-tabs>div.active {
  display: block;
}

.popover-tour .popover-body .tour-tab-links {
  width: 100%;
  text-align: center;
  padding: 0;
}

.popover-tour .popover-body .tour-tab-links li {
  display: inline-block;
}

.popover-tour .popover-body .tour-tab-links li a {
  padding: 4px;
  margin: 0 2px;
  background: #ced4da;
  font-size: 1px;
  border-radius: 4px;
}

.popover-tour .popover-body .tour-tab-links li a.active {
  padding: 4px 10px;
  background: #adb5bd;
}

.popover-tour .popover-footer {
  background: none;
  padding: 10px 0px;
}

.popover-tour .popover-footer .btn {
  border: 1px solid gray;
  font-size: 11px !important;
  line-height: 11px !important
}

.popover-tour .popover-footer .tour-finish,
.popover-tour .popover-footer .tour-next {
  float: right;
}

/*# sourceMappingURL=bs5-intro-tour.css.map */