.\_pendo-guide-container\_ {
  border-color: #9B9B9B;
  border-radius: 5px;
  box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
  -moz-box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
  -webkit-box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
}

.\_pendo-launcher\_ {
  z-index: 9999;
}

.\_pendo-launcher-badge\_ {
 z-index: 9999;
}

.\_pendo-launcher\_ .\_pendo-guide-container\_ {
  border: 1px solid #cdd4d9 !important;
  border-radius: 9px !important;
}

.pendo-launcher-whatsnew-count {
  background-color: #FA405C !important;
}

.\_pendo-launcher-whatsnew-count\_.\_pendo-launcher-whatsnew-count-visible\_ {
  box-shadow: 0 0 0 rgba(250, 64, 92, 0.6);
  animation: pulse 2s infinite;
  right: 12px;
  top: 2px;
  z-index: 9999;
  background-color: #FA405C !important;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 19px;
}

.\_pendo-launcher-whatsnew-count {
  border-radius: 12px;
}

.\_pendo-launcher\_.\_pendo-launcher-active\_ {
  top: unset !important;
  left: unset !important;
  bottom: 0 !important;
  right: 0 !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-body\_ {
  top: 0 !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-menu\_,
.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-body\_ {
  top: 48px !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-header\_,
.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-header\_ {
  height: 48px;
  background-color: #0383DD !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-header\_ .\_pendo-launcher-title\_,
.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-header\_ .\_pendo-launcher-section-title\_ {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 48px !important;
  height: fit-content !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-header\_ > button {
  height: unset !important;
  width: 20px !important;
  top: 20px !important;
  left: 20px !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-header\_ > button::before {
border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  position: relative;
  transform: rotate(-135deg);
  vertical-align: top;
  color: #fff;
  opacity: 0.5;
  height: 7px !important;
  width: 7px !important;
  background-image: none !important;
}

.\_pendo-launcher\_ .\_pendo-close-guide\_ {
  color: #fff !important;
  opacity: 0.5;
  font-size: 30px !important;
  top: 7px !important;
}

.\_pendo-launcher\_ .\_pendo-close-guide\_::before {
  content: none !important;
}

.\_pendo-launcher-section-back-button\_ {
  display: none !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-body\_ .\_pendo-launcher-section-footer\_ {
  height: 10px !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-onboarding-progress\_ {
  display: none !important;
}

.\_pendo-launcher\_ .\_pendo-launcher-menu-item\_ .\_pendo-launcher-menu-item-button\_ .\_pendo-launcher-menu-item-title\_ {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #062942 !important;
}

.\_pendo-guide-whatsnew\_ {
  background-color: #fff !important;
  padding: 15px !important;
  border-bottom: 1px solid #cdd4d9;
  border-radius: unset !important;
}

.guide-date-text {
  font-size: 14px !important;
  color: #6A7F8E !important;
}

.guide-header-text {
  font-size: 18px !important;
  color: #062942 !important;
}

.guide-description-text {
  font-size: 14px !important;
  color: #062942 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 64, 92, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(250, 64, 92, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(250, 64, 92, 1);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 64, 92, 0.6);
    box-shadow: 0 0 0 0 rgba(250, 64, 92, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(250, 64, 92, 0);
      box-shadow: 0 0 0 10px rgba(250, 64, 92, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(250, 64, 92, 0);
      box-shadow: 0 0 0 0 rgba(250, 64, 92, 0);
  }
}