.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.calendar-event p {
  line-height:26px;
  font-size: 13px;
}

.slds-path__nav .slds-is-complete, .slds-path__nav .slds-is-complete:after, .slds-path__nav .slds-is-complete:before {
  background: var(--otg-path-complete, #00B85D) !important;
}

.slds-path__nav .slds-is-complete:hover, .slds-path__nav .slds-is-complete:hover:after, .slds-path__nav .slds-is-complete:hover:before {
  background: var(--otg-path-complete-hover, #00B85D) !important;
}

.slds-path__nav .slds-is-active, .slds-path__nav .slds-is-active:after, .slds-path__nav .slds-is-active:before {
  background: var(--otg-path-active, #007D9C) !important;
}

.slds-path__nav .slds-is-active:hover, .slds-path__nav .slds-is-active:hover:after, .slds-path__nav .slds-is-active:hover:before {
  background: var(--otg-path-active, #007D9C) !important;
}

.slds-path__nav .slds-is-incomplete, .slds-path__nav .slds-is-incomplete:after, .slds-path__nav .slds-is-incomplete:before {
  background: var(--otg-path-inactive, #ECEEEE) !important;
}

.slds-path__nav .slds-is-incomplete:hover, .slds-path__nav .slds-is-incomplete:hover:after, .slds-path__nav .slds-is-incomplete:hover:before {
  background: var(--otg-path-inactive, #ECEEEE) !important;
}