.overlay {
  z-index: -1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.shepherd-active .overlay {
  background: black;
  z-index: 2;
  opacity: 0.5;
}

.shepherd-enabled {
  z-index: 4;
}

.shepherd-step {
  width: 380px;
}

.shepherd-content {
  font-size: 16px !important;
  color: black !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: white !important;
}

.shepherd-content header h3 {
  font-weight: bold !important;
}

.shepherd-content header {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: white !important;
}

.shepherd-content header h3 {
  font-weight: bold !important;
  color: black !important;
  font-size: 18px !important;
}

.shepherd-content p {
  margin-bottom: 16px;
}

.shepherd-button {
  background: #305cb1 !important;
  width: 80px !important;
  position: relative !important;
  display: inline !important;
  margin: 0 auto !important;
  border-radius: 2px !important;
  padding: 8px !important;
  border: 1px solid #305cb1;
  margin-right: 8px !important;
  cursor: pointer !important;
  text-align: left !important;
}

.shepherd-text {
  color: black !important;
  font-size: 16px !important;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
  border-right-color: #fff !important;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
  border-left-color: #fff !important;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #fff !important;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
  color: black !important;
}