.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: 20px;
  min-width: 250px;
  width: 500px;
  max-width: 100%;
  font-size: 14px;
  z-index: 9999999999;
  text-align: justify;
}

.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: #adb5bd;
}

.popover-tour .popover-footer {
  background: none;
}

.popover-tour .popover-footer .tour-finish,
.popover-tour .popover-footer .tour-next {
  float: right;
}