ngx-guided-tour {
  font-family: 'Poppins', sans-serif !important;
}

body.tour-open {
  overflow: hidden;
}

ngx-guided-tour .guided-tour-user-input-mask {
  z-index: 1081;
}

ngx-guided-tour .guided-tour-spotlight-overlay {
  z-index: 1082;
}

ngx-guided-tour .tour-orb {
  z-index: 1079;
  background-color: #625aff;
  box-shadow: 0 0 0.3rem 0.1rem #625aff;
}

ngx-guided-tour .tour-orb .tour-orb-ring::after {
  border: 1rem solid #625aff;
  box-shadow: 0 0 0.1rem 0.1rem #625aff;
}

ngx-guided-tour .tour-step {
  z-index: 1083;
}

ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

ngx-guided-tour .tour-step.tour-top .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

ngx-guided-tour .tour-step.tour-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}

ngx-guided-tour .tour-step.tour-right .tour-arrow::before {
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}

ngx-guided-tour .tour-step .tour-block {
  color: #231f1f;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.6rem #4c4c4c;
}

ngx-guided-tour .tour-step .tour-buttons button.skip-button {
  color: #5e5e5e;
}

ngx-guided-tour .tour-step .tour-buttons .back-button {
  color: #007bff;
}


.tour-buttons {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.next-button.ng-star-inserted,
.back-button.link-button.ng-star-inserted,
.skip-button.link-button.ng-star-inserted {
  border-radius: 30px !important;
  color: #fff !important;
  background-color: #207a8c !important;
  border: 1px solid #207a8c !important;
  text-transform: uppercase !important;
  line-height: 26px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 12px !important;
  line-height: 26px !important;
  width: 115px !important;
  margin: 5px 1px !important;
  font-weight: normal !important;
}

button.back-button.link-button.ng-star-inserted {
  order: 1 !important;
}
button.next-button.ng-star-inserted {
  order: 2 !important;
}
button.skip-button.link-button.ng-star-inserted {
  order: 3 !important;
}

.tour-block {
  border-radius: 30px;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5) !important;
}
.ng-star-inserted.tour-step.tour-right > .tour-block {
  border-radius: 19px 30px 30px 30px !important;
}
.ng-star-inserted.tour-step.tour-left > .tour-block {
  border-radius: 30px 19px 30px 30px !important;
}
.ng-star-inserted.tour-step.tour-top-right > .tour-block {
  border-radius: 30px 30px 19px 30px !important;
}
.ng-star-inserted.tour-step.tour-top-left > .tour-block {
  border-radius: 30px 30px 30px 19px !important;
}

.skip-button.link-button.ng-star-inserted {
  background: #B0AFAF !important;
  color: #fff !important;
  border: 1px solid #B0AFAF !important;
}

.back-button.link-button.ng-star-inserted:hover, .next-button.ng-star-inserted:hover {
  color: #1F7A8C !important;
  background-color: #fff !important;
  border: 1px solid #1F7A8C !important;
}

.skip-button.link-button.ng-star-inserted:hover {
  background: #fff !important;
  color: #B0AFAF !important;
  border: 1px solid #B0AFAF !important;
}

.guided-tour-spotlight-overlay {
  border-radius: 30px;
}

.tour-content {
  padding-bottom: 10px !important;
  min-height: 15px !important;
}
.tour-title {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

.modal {
  z-index: 1084;
}

.backdrop[_ngcontent-serverapp-c5] {
  z-index: 1082 !important;
}

.guided-tour-spotlight-overlay {
  box-shadow: 0 0 0 9999px rgba(0,0,0,.35), 0 0 1.5rem rgba(0,0,0,.5) !important;
}

.tour-shadow {
  z-index: 3000 !important;
  box-shadow: 0 0 0 3px rgba(255,255,255), 0 0 1.5rem rgba(0,0,0) !important;
}

.tour-m-inventario {
  position: absolute;
  transform: translate3d(2px, 36px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.tour-m-reporte {
  position: absolute;
  transform: translate3d(7px, 52px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}