/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

 .tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=80);
}
.popover-title{
  font-family: var(--fontNunitosans);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0px;
  padding-bottom:10px;
  color: #212529;
}
.popover-content{
  font-family: var(--fontNunitosans);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-bottom:5px; 
  margin-bottom: 0px !important;
  color: #494949;
}
.btn-img{
width: 72px !important;
height: 24px !important;
background: #50A8FC !important;
border-radius: 3px !important;
font-family: var(--fontNunitosans);
font-style: normal !important;
font-weight: 700 !important;
font-size: 10px !important;
line-height: 14px !important;
text-align: center !important;
color: #F7F7F7 !important;
box-shadow: none !important;
outline: none !important;
padding: 0px !important;
border: 0px solid !important;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 10px;
}
.popover[class*="tour-"] {
  z-index: 1102;
  padding: 16px;
  width: 360px;
  border-radius: 15px;
  max-width: 360px !important;
}
.popover.bottom {
  margin-top: 16px;
  font-family: var(--fontNunitosans) !important;
}
.popover.top {
margin-top: -16px;
left: auto !important;
right: 30px;
font-family: var(--fontNunitosans) !important;
}
.popover.top>.arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.top>.arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0,0,0,.25);
border-bottom-width: 0;
}
.popover.right {
margin-left: 16px;
}
.popover.right>.arrow {
top: 50%;
left: -16px;
border-right-color: transparent !important;
margin-top: -11px;
border-left-width: 0;
}
.popover.right>.arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover[class*="tour-"] .popover-navigation {
  padding:0px;
  overflow: hidden;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled{
  cursor: default;
  display: none !important;
}
.ende{
  display: block !important;
}
.ended-d{
  display: none !important;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}
.popover.bottom>.arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover .arrow::after, .popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.popover .arrow::after, .popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.btn-img.disabled, .btn-img:disabled {
  opacity: 1 !important;
  cursor: pointer;
}