.tour-template-1 {
  max-width: 365px;
  color: #333333;
  background: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
}

.tour-template-1 .popover-navigation {
  padding: 0 14px;
}

.tour-template-1 .popover-navigation .btn {
  border: 1px solid #2E8AFB;
  color: #2E8AFB;
  font-size: 12px;
  background-color: transparent;
}

.tour-template-1 .popover-navigation:last-child .btn{
  width: 90px;
}

.tour-invite_to_action_tour.tour-template-1#step-0 .popover-navigation:last-child .btn,
.tour-invite_to_action_tour.tour-template-1#step-6 .popover-navigation:last-child .btn{
  width: 80px;
}

.tour-template-1 .popover-navigation .btn.pull-right {
  background-color: #2E8AFB;
  color: white;
}

.tour-invite_to_action_tour.tour-template-1 .popover-navigation:first-child{
  padding-top: 0;
  padding-bottom: 0;
}

.tour-invite_to_action_tour.tour-template-1:not(#step-7) .popover-content{
  padding-top: 0;
}

.tour-template-1 .popover-title,
.tour-template-1 .popover-content {
  font-size: 15px;
}

.tour-template-1 .popover-content{
  max-height: 200px;
  overflow-y: auto;
}

.tour-template-1.popover.bottom{
  margin-top: 25px;
}

.tour-template-1 .tour-close-button {
  position: relative;
  top: 1px;
  padding: 3px 8px;
  margin: 10px 5px 5px 5px;
  text-align: center;
}

.tour-template-1 .popover-title {
  border: none;
  color: #2E8AFB;
  padding: 15px 15px 0 1px;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}

.tour-template-1 .ap-arrow {
  border: 0;
  margin-top: 5px;
  left: 45.5%;
  top: -5%;
  position: absolute;
  font-size: 28px;
  color: #fff;
}

.tour-template-1 .ap-arrow div{
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: white;
  bottom: -14px;
}

.tour-template-1 .btn {
  font-size: 18px;
}

.tour-template-1 .ap-arrow.left{
  margin-top: 0;
  top: 45.5%;
  left: -5%;
}

.tour-template-1 .ap-arrow.left div{
  border-right-color: white;
  border-bottom-color: transparent;
  bottom: 0;
  left: -12px;
}

.tour-template-1 .ap-arrow.right{
  margin-top: 0;
  top: 45.5%;
  left: auto;
  right: -5%;
}

.tour-template-1 .ap-arrow.right div{
  border-left-color: white;
  border-bottom-color: transparent;
  bottom: 0;
  right: -12px;
  z-index: -1;
}

.tour-template-1 .ap-arrow.bottom{
  margin-top: 0;
  top: auto;
  bottom: -3%;
  left: 45.5%;
}

.tour-template-1 .ap-arrow.bottom div{
  border-top-color: white;
  border-bottom-color: transparent;
  bottom: 0;
  top: -12px;
}

@media (max-width: 450px) {
  .tour-intro_tour.tour-template-1#step-1{
    left: 0!important;
  }
  .tour-intro_tour.tour-template-1#step-1 .ap-arrow{
    left: auto!important;
    right: 40px!important;

  }
}

@media (max-width: 600px) {
  .tour-intro_tour.tour-template-1#step-2 .ap-arrow{
    left: 35px;
  }
}

  #backdropFallback {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.tour-intro_tour.tour-template-1#step-5
 {
  margin-left: 40px;
  margin-top: 87px;
  width: 240px;
}

.tour-template-1 hr {
  margin: 5px 15px;
}

.tour-backdrop {
  opacity: .5 !important;
}

.tour-position {
  position: relative;
}

.tour-position div{
  position: absolute;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  top: 5px;
}
#modal-intro-tour .btn{
  display: block;
  width: 50%;
}

.tour-template-1.popover.left{
  margin-left: -20px;
}

.tour-template-1.popover.top{
  margin-top: -20px;
}

@media (max-width: 365px) {
  .tour-template-1.popover.left{
    margin-left: -65px;
  }

  .js__chat.narrow-mobile-tour-view{
    margin-bottom: -200px;
  }

  .tour-template-1.popover.left .popover-content{
    width: 235px;
  }
}

@media (max-width: 325px) {
  .tour-template-1.popover.left .popover-content{
    width: 220px;
  }
}

@media (max-width: 400px) {
  .tour-invite_to_action_tour.tour-template-1#step-4 .ap-arrow {
    left: 33% !important;
  }
}

@media (max-width: 365px) {
  .tour-invite_to_action_tour.tour-template-1#step-4 .ap-arrow {
    left: 20% !important;
  }
}

@media (max-width: 325px) {
  .tour-invite_to_action_tour.tour-template-1#step-4 .ap-arrow {
    left: 12% !important;
  }
  .tour-template-1.js__tour-widget.bottom .popover-content{
    max-height:150px;
  }
}

