.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: 1051;
  text-align: justify;
  border: 1px solid #F44335;
}

.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 {
  font-family: "Arial";
  content: "X";
  position: absolute;
  cursor: pointer;
  font-size: 10px;
  top: 6px;
  right: 10px;
  padding: 3px;
}

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

.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: #F44335;
}

.popover-tour .popover-footer {
  background: none;
}

.popover-tour .popover-footer .btn {
  border: 1px solid gray;
  font-size: 10px;
}

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

.popover-tour .popover-footer .tour-finish {
  background-color: #F44335;
}

.bs-popover-end>.popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
  left: 0px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #F44335;
}

.bs-popover-top>.popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
  bottom: 0px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #F44335;
}

.bs-popover-start>.popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
  right: 0px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #F44335;
}

.bs-popover-bottom>.popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
  top: 0px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #F44335;
}
/*# sourceMappingURL=bs5-intro-tour.css.map */