.bg-white {
  background-color: white;
}

.test {
  text-align: center;
}
.comm-login-form__container {
  padding: 40px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.15);
  max-width: 27rem !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: none;
  margin-top: 20px !important;
}
.comm-login-form__container input {
  border: solid 1px rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.comm-login-form__container input:focus {
  border: solid 1px rgb(185, 213, 59);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.comm-login-form__container label {
  color: #fff;
  margin-bottom: 5px;
}
.comm-login-form__container a {
  color: #fff !important;
  text-decoration: underline !important;
  font-style: italic;
}
.comm-login-form__login-button {
  background-color: #b0d23d !important;
  border: solid 1px #b0d23d;
  color: #fff !important;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 24px;
  margin-top: -15px;
}
.comm-login-form__login-button:hover {
  background-color: #157faf !important;
  border: solid 1px #157faf;
  color: #fff !important;
}
.slds-border_top {
  border-top: none;
  margin: 0;
  padding: 0;
}
.comm-login-form__forgot-password {
  margin: 0 auto;
  color: #000 !important;
}
.comm-login-form__forgot-password:hover {
  margin: 0 auto;
  color: #b0d23d !important;
  text-decoration: underline;
}
.comm-forgot-password__container {
  padding: 40px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.15);
  max-width: 27rem !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: none;
  margin-top: 20px !important;
  color: #fff !important;
}
.comm-forgot-password__container label {
  color: #fff;
  margin-bottom: 5px;
}
.comm-forgot-password__container input {
  border: solid 1px rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.comm-forgot-password__container input:focus {
  border: solid 1px rgb(185, 213, 59);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.comm-forgot-password__submit-button {
  background-color: #b0d23d !important;
  border: solid 1px #b0d23d;
  color: #fff !important;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 24px;
}
.comm-forgot-password__submit-button:hover {
  background-color: #157faf !important;
  border: solid 1px #157faf;
  color: #fff !important;
}
.comm-forgot-password__cancel-button {
  border: solid 1px #f8d7da;
  color: #b70000 !important;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 24px;
}
.comm-forgot-password__cancel-button:hover {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: solid 1px #f8d7da;
}
.comm-forgot-password__title {
  display: none;
}
.comm-check-email__container {
  padding: 40px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.15);
  max-width: 27rem !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: none;
  margin-top: 20px !important;
  color: #fff !important;
}
.comm-check-email_return-button {
  background-color: #b0d23d !important;
  border: solid 1px #b0d23d;
  color: #fff !important;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 24px;
}
.comm-check-email_return-button:hover {
  background-color: #157faf !important;
  border: solid 1px #157faf;
  color: #fff !important;
}
.comm-check-email__title {
  display: none;
}
.slds-nav-vertical__title {
  /* padding: .5rem 1rem; */
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #fff;
  padding-right: 10px;
  padding-bottom: 7px;
  color: #fff;
  margin-top: 10px;
}
.slds-nav-vertical {
  position: relative;
  padding: 0;
  overflow: auto;
  height: 88%;
}
/* width */
.slds-nav-vertical::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.slds-nav-vertical::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.slds-nav-vertical::-webkit-scrollbar-thumb {
  background: #bde1f0;
}

/* Handle on hover */
.slds-nav-vertical::-webkit-scrollbar-thumb:hover {
  background: #0179ab;
}
.slds-nav-vertical__item a {
  color: #fff !important;
  padding: 10px 10px 10px 10px;
  box-shadow: none !important;
  border-radius: 0;
  margin-bottom: 2px;
  border-left: solid 5px transparent;
  font-size: 16px;
}
.slds-nav-vertical__item a:hover {
  background-color: #015981 !important;
  border-radius: 0;
  text-decoration: none !important;
  border-left: solid 5px #AED03B;
  color: #fff;
}
.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
  font-weight: normal !important;
  background-color: #015981 !important;
  color: #fff !important;
  border-left: solid 5px #AED03B;
}
.slds-nav-vertical__item.slds-is-active:before {
  border-radius: 0;
}
.slds-nav-vertical__item:hover:before {
  background: rgba(213, 219, 243, 1);
  border-radius: 0;
  color: #000;
}
.profile {
  margin-bottom: 20px;
}
.form-field input {
  width: 100%;
  border: solid 1px #ccc;
  background-color: #fff !important;
  padding: 7px 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.form-field input:focus {
  border-color: #0179ab;
  box-shadow: none;
}
.form-field lightning-input-field {
  padding: 0 !important;
}
.form-textarea lightning-input-field {
  padding: 0 !important;
}
.form-textarea textarea {
  width: 100%;
  border: solid 1px #ccc;
  background-color: #fff !important;
  padding: 7px 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  height: 117px;
}
.form-textarea.question-prompt textarea {
  height: 182px;
}
.custom-button button.slds-button.slds-button_brand,
.custom-button .slds-button_brand:disabled,
.custom-button .slds-button_brand[disabled] {
  background-color: #0179ab;
  padding: 5px 32px;
  border-color: #0179ab;
  cursor: pointer;
  color: #fff;
}
.custom-button .slds-button_brand:disabled,
.custom-button .slds-button_brand[disabled] {
  opacity: 0.5;
}
.custom-button button.slds-button.slds-button_brand:hover {
  background-color: #b0d23d;
  padding: 5px 32px;
  border-color: #b0d23d;
}
.custom-button button.slds-button.slds-button_neutral {
  background-color: #0179ab;
  padding: 5px 32px;
  border-color: #0179ab;
  cursor: pointer;
  color: #fff;
}
.slds-button_neutral:disabled,
.slds-button_neutral[disabled] {
  opacity: 0.5;
}
.custom-button button.slds-button.slds-button_neutral:hover {
  background-color: #b0d23d;
  padding: 5px 32px;
  border-color: #b0d23d;
}
.replacement-section h1 {
  display: none;
}
.slds-tabs_default .slds-tabs_default__item {
  font-size: 14px;
}
.dashboard-image img {
  width: 100%;
}
.dxpStyle_778f5d13-e60b-4597-8a84-ccedc9c0cebf.comm-section-container.lwc-6j9an5vbrcd-host {
  padding: 0;
}
.notification-panel {
  max-height: 360px !important;
  border: none !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
  margin-top: 36px;
  margin-right: -10px;
  border-radius: 8px !important;
  width: 240px !important;
}
.notification-panel:before,
.notification-panel:after {
  display: none !important;
}
.notification-panel::-webkit-scrollbar {
  width: 5px;
}
.notification-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notification-panel::-webkit-scrollbar-thumb {
  background: #b0d23d;
}
.notification-panel::-webkit-scrollbar-thumb:hover {
  background: #0179ab;
}
.notification-item p {
  margin-bottom: 5px;
}
.notification-item a.read-action {
  font-size: 13px;
  font-style: italic;
}
.component-wrapper-spacer {
  margin-bottom: 5px !important;
}
.slds-tabs_default__nav {
  border-bottom-color: #0179ab !important;
  padding-left: 0 !important;
  border-bottom-width: 4px !important;
}
.slds-tabs--default__item.slds-active:after,
.slds-tabs--default__item.slds-is-active:after,
.slds-tabs_default__item.slds-active:after,
.slds-tabs_default__item.slds-is-active:after {
  background-color: #b0d23d;
  bottom: -3px;
}
.slds-tabs--default__item.slds-active .slds-tabs--default__link,
.slds-tabs--default__item.slds-active .slds-tabs_default__link,
.slds-tabs--default__item.slds-is-active .slds-tabs--default__link,
.slds-tabs--default__item.slds-is-active .slds-tabs_default__link,
.slds-tabs_default__item.slds-active .slds-tabs--default__link,
.slds-tabs_default__item.slds-active .slds-tabs_default__link,
.slds-tabs_default__item.slds-is-active .slds-tabs--default__link,
.slds-tabs_default__item.slds-is-active .slds-tabs_default__link {
  font-weight: 700;
  color: #fff;
}
.slds-tabs_default__item.slds-is-active:after {
  background-color: #b0d23d;
  height: calc(var(--slds-c-tabs-list-sizing-border, var(--sds-c-tabs-list-sizing-border, 1px)) + 3px);
}
.a:hover:not(.slds-button, .slds-dropdown__item > a) {
  color: #b0d23d !important;
  text-decoration: none;
}
.slds-tabs--default__item:hover:after,
.slds-tabs_default__item:hover:after {
  background-color: #b0d23d;
}
p.timesheet-logo-mesg {
  background-color: #fff;
  padding: 10px;
  border-left: solid 3px #0179ab;
  margin-bottom: 7px;
}
p.timesheet-logo-mesg span {
  font-size: 12px;
  color: #949494;
  padding-left: 10px;
  font-style: italic;
}
.slds-tabs_default__item.slds-is-active .slds-tabs_default__link:hover {
  color: #b0d23d;
  text-decoration: none;
}
a:hover:not(.slds-button, .slds-dropdown__item > a) {
  color: #b0d23d;
  text-decoration: none;
}
.slds-tabs_default__item:hover:after {
  height: calc(var(--slds-c-tabs-list-sizing-border, var(--sds-c-tabs-list-sizing-border, 1px)) + 3px);
  bottom: -3px;
}
.slds-th__action {
  background-color: #0179ab;
  color: #fff;
}
.slds-th__action .slds-button {
  color: #fff !important;
}
.slds-th__action:hover {
  color: #0179ab;
  background-color: #bde1f0;
}
.slds-th__action:hover .slds-button {
  color: #0179ab !important;
}
.slds-resizable__divider:before {
  background-color: #fff;
}
.slds-resizable__divider:after {
  background-color: #0179ab;
}
.slds-tabs_default__item.slds-is-active {
  background-color: #0179ab;
  border-radius: 6px 6px 0 0;
}
.slds-input-has-icon .slds-input__icon:not(button) {
  pointer-events: none;
  position: absolute;
  top: 15px;
}
.slds-modal__close {
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: relative;
  bottom: -36px;
  right: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.slds-modal__close:hover {
  background-color: #fff !important;
}
.slds-modal__close svg.slds-button__icon.slds-button__icon_large {
  color: #0179ab;
  width: calc(1 * var(--dxp-s-button-font-size, var(--dxp-g-font-size-3)));
  height: calc(1 * var(--dxp-s-button-font-size, var(--dxp-g-font-size-3)));
  position: relative;
  top: -2px;
}
.slds-button_brand:hover,
lightning-button[variant="brand"]::part(button):focus,
lightning-button[variant="brand"]::part(button):hover {
  background-color: #b0d23d;
  color: #fff;
  border-color: #b0d23d;
}
.slds-button_brand:hover:before {
  background: none;
}
.slds-button_brand {
  padding: 5px 20px;
  color: #fff;
}
.slds-modal__header {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-width: 0;
  background-color: #0179ab;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: #fff;
}
.fix-slds-input_faux {
  line-height: 35px !important;
}
.slds-combobox__input {
  border-color: #ccc;
  border-width: var(--border-width);
  border-style: solid;
  border-inline-start: var(--dxp-c-input-border-inline-start, var(--dxp-s-form-element-border-inline-start, var(--border-width) solid #ccc));
  border-inline-end: var(--dxp-c-input-border-inline-end, var(--dxp-s-form-element-border-inline-end, var(--border-width) solid #ccc));
  border-block-start: var(--dxp-c-input-border-block-start, var(--dxp-s-form-element-border-block-start, var(--border-width) solid #ccc));
  border-block-end: var(--dxp-c-input-border-block-end, var(--dxp-s-form-element-border-block-end, var(--border-width) solid #ccc));
  border-radius: 6px;
  padding-right: var(--slds-c-input-spacing-horizontal-end, var(--sds-c-input-spacing-horizontal-end, var(--dxp-s-form-element-spacing-horizontal-end, 16px)));
  padding-left: var(--slds-c-input-spacing-horizontal-start, var(--sds-c-input-spacing-horizontal-start, var(--dxp-s-form-element-spacing-horizontal-start, 12px)));
  padding-top: var(--dxp-s-form-element-spacing-block-start, 0);
  padding-bottom: var(--dxp-s-form-element-spacing-block-end, 0);
  box-shadow: var(--slds-c-input-shadow, var(--sds-c-input-shadow, var(--dxp-s-form-element-shadow)));
}
.slds-input__icon-group_right {
  right: 0;
  top: 25%;
}
.col-sm-6.form-field.checkbox-div {
  padding-top: 28px;
}
.slds-modal__footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
}
.slds-modal__content .form-field input {
  margin-bottom: 0;
}
.checkbox-div .slds-grow {
  width: auto;
  float: left;
  margin-top: 4px;
}
.table-light {
  --bs-table-bg: #fff;
  border-color: #f5f5f5;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 3px;
}
.table-bordered > :not(caption) > * {
  border-width: 3px 0;
}
th.thead-dark {
  background-color: #fff;
  color: #0179ab;
}
.manager-thumb {
  /* float: left; */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.manager-thumb img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}
.slds-progress-bar {
  background-color: #e5e5e5;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
}
.slds-progress-bar--medium,
.slds-progress-bar_medium {
  height: 10px;
}
.slds-progress-bar__value {
  background: #b0d23d;
}
.assign-btn button.slds-button.slds-button_brand {
  font-size: 14px;
  padding: 0 10px;
}
span.complete-progress {
  font-size: 10px;
  text-align: center;
  display: block;
  color: #0179ab;
  font-style: italic;
}
.button-align-right {
  position: absolute;
  right: 0;
  top: 2px;
}
.slds-accordion__summary-heading {
  margin-bottom: 0;
}
.slds-accordion__list-item {
  background-color: #fff;
}
.slds-accordion__summary-heading .slds-button:focus {
  box-shadow: none;
}
lightning-accordion-section.slds-accordion__list-item {
  margin-bottom: 15px;
  /*border: solid 1px #D0D5DD;*/
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.2);
  padding: 5px;
}
ul.listings {
  padding: 0;
}
ul.listings li {
  padding-bottom: 10px;
}
ul.listings li a {
  font-size: 16px;
}
.helpdesk-field .slds-form-element_horizontal .slds-form-element__label {
  display: block !important;
  float: none !important;
  max-width: 100% !important;
}
.helpdesk-field .slds-form-element__control.slds-grow {
  padding-left: 0;
  margin-bottom: 15px;
}
.helpdesk-field .slds-form-element__control {
  padding-left: 0;
  margin-bottom: 15px;
}
.helpdesk-field span.slds-form-element__label {
  max-width: 100% !important;
  font-weight: bold;
  font-style: italic;
}
.helpdesk-field lightning-formatted-text.slds-form-element__static {
  font-size: 14px;
}
.building-icon lightning-icon.slds-icon_container.slds-combobox__input-entity-icon.slds-icon-standard-account {
  display: none;
}
.building-icon input.slds-combobox__input {
  padding: 7px 10px !important;
}
.overdue span.slds-progress-bar__value {
  background-color: #da0c0c;
}
.sidebar .slds-icon-text-default {
  --slds-c-icon-color-foreground: #fff;
  height: 22px;
  width: 22px;
}
.sidebar.sidebar_small .slds-icon-text-default {
  --slds-c-icon-color-foreground: #fff;
  height: 30px;
  width: 30px;
}
.sidebar.sidebar_small .slds-nav-vertical__item a {
  text-indent: -999999px;
}
.sidebar.sidebar_small .slds-icon_container {
  text-indent: 0;
}
.sidebar.sidebar_small .slds-nav-vertical__title {
  display: none;
}
.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action:focus {
  box-shadow: none;
  outline: none;
}
a:focus-visible {
  outline-color: transparent;
}
.slds-nav-vertical__action:hover {
  box-shadow: none;
}
.slds-nav-vertical__action:focus:hover {
  box-shadow: none;
  outline: none;
  outline-offset: none;
}
.slds-button:focus {
  box-shadow: none;
  border: none;
}
.sidebar .slds-show {
  display: block;
  background-color: #f1f1f1;
  border-top: solid 2px #0179ab;
}
.slds-show .slds-nav-vertical__item a {
  border-left: 0;
  padding-left: 30px;
}
.sidebar .slds-show .slds-icon-text-default {
  --slds-c-icon-color-foreground: #000;
  height: 14px;
  width: 14px;
}
.header-setting-icon lightning-primitive-icon:nth-child(2) {
  display: none;
}
.header-setting-icon .slds-button__icon {
  fill: #0179ab;
  width: 16px;
  height: 16px;
}
.notification-custom svg.slds-icon.slds-icon-text-default {
  --slds-c-icon-color-foreground: #ff5b5b;
  width: 16px;
  height: 16px;
}
.notification-bg {
  background-color: #f5dce0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  vertical-align: middle;
  padding-top: 4px;
}
/* .slds-dropdown.slds-dropdown_left {
  width: 200px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
} */
.slds-dropdown__item > a {
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
}
.slds-dropdown__item > a:focus {
  box-shadow: none;
  background-color: transparent;
}
.slds-dropdown__item > a:hover {
  box-shadow: none;
  background-color: #f1f1f1;
}

.slds-dropdown__item lightning-primitive-icon {
  display: block !important;
}
.dropZone {
  height: 100%;
}
.header-serach input {
  margin-bottom: 0;
  width: 400px;
  padding: 7px 10px 7px 35px;
  background-color: #f5f5f5 !important;
  border-color: #e5e5e5;
}
.header-serach .slds-input__icon-group_right .slds-input__icon_right {
  right: 0.5rem;
  top: 15px;
}
.header-serach .slds-input-has-icon .slds-input__icon:not(button) {
  pointer-events: none;
  position: absolute;
  top: 19px;
}
.testing .slds-nav-vertical__action-text {
  color: #000;
  font-size: 0;
}
.testing .slds-nav-vertical__action-text::after {
  content: "Sales Process";
  font-size: 14px;
}
.sidebar_small .testing .slds-nav-vertical__action-text::after {
  content: "Sales Process";
  font-size: 0;
}
.testing div.slds-nav-vertical__overflow button {
  padding-left: 20px;
}
.testing div.slds-nav-vertical__overflow button svg.slds-button__icon {
  width: 22px;
  height: 22px;
}
.another-testing .slds-nav-vertical__action-text {
  color: #000;
  font-size: 0;
}
.another-testing .slds-nav-vertical__action-text::after {
  content: "Another Testing";
  font-size: 14px;
}
.sidebar_small section.profile {
  justify-content: start;
  padding-left: 3px;
  padding-right: 0;
  margin-bottom: 10px;
}
.sidebar_small img.logo {
  max-width: 74px;
}
.timesheet-approval-btn .slds-button_brand {
  padding: 0 15px 0 10px;
}
.form-field abbr.slds-required {
  text-decoration: none;
  float: right;
}
.form-textarea abbr.slds-required {
  text-decoration: none;
  float: right;
}
span.slds-pill {
  padding: 5px 0px 5px 5px;
  border-color: #f5f5f5;
  background-color: #f1f1f1;
}
.job-url-btn .slds-button__icon_stateful {
  width: 16px;
  height: 16px;
}
.salary-radio .slds-form-element__legend {
  margin-bottom: 7px;
  font-weight: normal;
  display: inline-block;
  width: auto;
}
.salary-radio .slds-radio {
  display: inline-block;
  margin-right: 5px;
}
.salary-type-hidden-field {
  padding-top: 22px;
}
.change-password-require .slds-icon-text-default {
  --slds-c-icon-color-foreground: #157faf;
  margin-top: -3px;
}
.slds-rich-text-editor__toolbar {
  border-bottom: solid 1px #ccc;
}
.slds-rich-text-editor {
  border: solid 1px #ccc;
}
.calender-info .slds-form-element__help {
  display: none;
}
.form-field.timesheet label {
  font-size: 12px;
  padding-right: 0;
}
h1.main-heading {
  font-size: 24px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.button-right-side {
  float: right;
  display: inline-block;
  margin-top: -70px;
}
.fc .fc-button-primary {
  background-color: #157faf !important;
  border-color: #157faf !important;
}
.fc .fc-button-primary:hover {
  background-color: #b0d23d !important;
  border-color: #b0d23d !important;
}
.fc .fc-toolbar-title {
  color: #157faf;
}
.fc-scroller a {
  text-decoration: none;
  color: inherit;
}
.fc .fc-button-primary:focus {
  box-shadow: none;
}
.fc-theme-standard th {
  background-color: #f1f1f1 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #d5e5f3 !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 5px !important;
}
.fc-h-event {
  border: none !important;
  background-color: #b0d23d !important;
  border-radius: 0 !important;
  margin: 0 0 2px !important;
  text-transform: capitalize;
}
.fc-h-event:hover {
  background-color: #157faf !important;
}
.slds-modal__header h1:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-textarea.email-template textarea {
  height: 75px !important;
}

@media (max-width: 767px) {
  .sidebar_small section.profile {
    display: none;
  }
  .sidebar.sidebar_small .slds-nav-vertical__title {
    display: block;
  }
  .sidebar.sidebar_small .slds-nav-vertical__item a {
    text-indent: 0;
  }
  .sidebar.sidebar_small .slds-icon-text-default {
    height: 22px;
    width: 22px;
  }
  .sidebar_small section.profile {
    display: none;
  }
  .notification-panel {
    max-height: 230px !important;
    width: auto !important;
    padding: 5px !important;
  }
  .header-setting-icon .slds-dropdown.slds-dropdown_left {
    left: -70px !important;
  }
  .sidebar_small .testing .slds-nav-vertical__action-text::after {
    content: "Sales Process";
    font-size: 14px;
  }
  .sidebar_small .slds-nav-vertical__item a {
    border-left: none;
  }
}