:root {
  --incomplete-questionnaire-step-color: #edad08;
  --current-questionnaire-step-color: #c0b6ff;
  --untouched-questionnaire-step-color: #cfcfcf;
  --complete-questionnaire-step-color: #03dd33;
}

aw-wizard-navigation-bar.horizontal.small.medium_size ul.steps-indicator li .step-indicator {
  top: -16px !important;
  left: calc(50% - 10px) !important;
  width: 20px !important;
  height: 20px !important;
}

aw-wizard-navigation-bar.horizontal.small.large_size ul.steps-indicator li .step-indicator {
  top: -18px !important;
  left: calc(50% - 12px) !important;
  width: 24px !important;
  height: 24px !important;
}

/*When step status is incomplete (when not filled all mandatory field)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.incompleted_step:not(.current) .step-indicator {
 border: 2px solid var(--incomplete-questionnaire-step-color);
  color: var(--incomplete-questionnaire-step-color);
  background-color: var(--incomplete-questionnaire-step-color);
}

.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.incompleted_step:not(.current) a:hover .step-indicator {
  background-color: var(--incomplete-questionnaire-step-color);
}

/*When step status is current (current step of user)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator,
li.current.completed_step .step-indicator, li.current.incompleted_step .step-indicator{
  border: 2px solid var(--current-questionnaire-step-color) !important;
  color: var(--current-questionnaire-step-color) !important;
  background-color: var(--current-questionnaire-step-color) !important;
}

/*When step status is not-started (remaining step, step which haven't started yet)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  border: 2px solid var(--untouched-questionnaire-step-color);
  color: var(--untouched-questionnaire-step-color);
  background-color: var(--untouched-questionnaire-step-color);
}

/*When step status is complete (when filled all mandatory field)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.completed_step:not(.current) .step-indicator {
  border: 2px solid var(--complete-questionnaire-step-color);
  color: var(--complete-questionnaire-step-color);
  background-color: var(--complete-questionnaire-step-color);
}

.custom-wizard-css aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.completed_step:not(.current) a:hover .step-indicator {
  background-color: var(--complete-questionnaire-step-color);
}


/*//////////////////////////////////////////////////////////////////////////////*/


/*When step status is incomplete (when not filled all mandatory field)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.incompleted_step:not(.current) .step-indicator {
  border: 2px solid var(--incomplete-questionnaire-step-color);
  color: var(--incomplete-questionnaire-step-color);
  background-color: var(--incomplete-questionnaire-step-color);
}

.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.incompleted_step:not(.current) a:hover .step-indicator {
  background-color: var(--incomplete-questionnaire-step-color);
}

/*When step status is current (current step of user)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator,
li.current.completed_step .step-indicator, li.current.incompleted_step .step-indicator{
  border: 2px solid var(--current-questionnaire-step-color) !important;
  color: var(--current-questionnaire-step-color) !important;
  background-color: var(--current-questionnaire-step-color) !important;
}

/*When step status is not-started (remaining step, step which haven't started yet)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  border: 2px solid var(--untouched-questionnaire-step-color);
  color: var(--untouched-questionnaire-step-color);
  background-color: var(--untouched-questionnaire-step-color);
}

/*When step status is complete (when filled all mandatory field)*/
.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.completed_step:not(.current) .step-indicator {
  border: 2px solid var(--complete-questionnaire-step-color);
  color: var(--complete-questionnaire-step-color);
  background-color: var(--complete-questionnaire-step-color);
}

.custom-wizard-css aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.completed_step:not(.current) a:hover .step-indicator {
  background-color: var(--complete-questionnaire-step-color);
}

aw-wizard-navigation-bar ul.steps-indicator li a div.label {
  white-space: pre-wrap;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):before {
  background-color: lightgrey !important;
  height: 10px !important;
  top: -30px !important;
}

/*//////////////////////////////////////////////////////////////////////////////*/



.numberCircle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 6px;
  /*border: 2px solid #85d74f;*/
  text-align: center;
  font: 32px Arial, sans-serif;
  /*background-color: #85d74f;*/
  color: white;
}

.complete-step-bg-color {
  border: 2px solid var(--complete-questionnaire-step-color);
  background-color: var(--complete-questionnaire-step-color);
}

.incomplete-step-bg-color {
  border: 2px solid var(--incomplete-questionnaire-step-color);
  background-color: var(--incomplete-questionnaire-step-color);
}


/*aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator:after {
  border-left-color: #2d862d !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator:after {
  border-left-color: #808080 !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.editing .step-indicator:after {
  border-left-color: #FF0000 !important;

}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.done .step-indicator:after {
  border-left-color: #339933 !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current.editing.done .step-indicator:after {
  border-left-color: #FF0000 !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:first-child) .step-indicator:before {
  background-color: transparent !important;
  content: '' !important;
  position: absolute !important;
  width: 0 !important;
  height: 50px !important;
  border-top: 25px solid transparent !important;
  border-bottom: 25px solid transparent !important;
  border-left: 34px solid white !important;
  left: 0 !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child) .step-indicator:after {
  background-color: transparent !important;
  content: '' !important;
  position: absolute !important;
  width: 0 !important;
  height: 50px !important;
  !*border-left: 34px solid #e6e6e6 !important;*!
  border-left-width: 34px !important;
  border-left-style: solid !important;
  border-left-color: rgb(230, 230, 230);
  border-top: 25px solid transparent !important;
  border-bottom: 25px solid transparent !important;
  right: -34px !important;
}

aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  width: 80px !important;
  height: 50px !important;
  text-align: center !important;
  font-size: 35px !important;
  vertical-align: middle !important;
  line-height: 50px !important;
  border-radius: 0 !important;
  !*background-color: #e6e6e6 !important;*!
  color: #000 !important;
  content: attr(step-symbol) !important;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):before {
  content: none !important;
}*/

/*
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
  color: black;
}*/

.step-indicator {
  border-color: currentColor;
  background-color: currentColor;
}

aw-wizard.navigable-all-step aw-wizard-navigation-bar ul.steps-indicator li {
  pointer-events: auto !important;
}

aw-wizard.navigable-all-step aw-wizard-navigation-bar ul.steps-indicator li a {
  cursor: pointer !important;
}

.qsi-step-circle {
  float: left;
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 5px !important;
  margin: 5px 0 0 5px;
}
.widget_search label{line-height: 17px;}
.qsi-step-indicator aw-wizard aw-wizard-navigation-bar ul.steps-indicator li .step-indicator {
  left: calc(50% - 110px) !important;
  width: 220px !important;
  height: 55px !important;
  border-radius: 40px !important;
  background-color: #449a13 !important;
}

.qsi-step-indicator aw-wizard aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):before {
  background-color: #449a13 !important;
  height: 3px !important;
  top: -22px !important;
}
@media (max-width: 767px) {
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator{left: 0px !important;}
  .qsi-step-indicator aw-wizard aw-wizard-navigation-bar ul.steps-indicator li .step-indicator{width: 56px !important;}
  .color-white-imp{display: none;}

  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):before{left: calc(35% + 25px)!important;}
}