:root {
  --primary: #003d9b;
  --slider-connect-bg: #003d9b;
  /* print color */
  --secondary: #000;
}
input[type='text'] {
  border: unset;
}

.WidgetComponent {
  color: #000;
}
.sf-title {
  font-weight: bold;
}
.sf-filtersContainer {
  margin-top: 10px;
}
.comboInput,
.inputTextField,
.inputContainer {
  background-color: #fff !important;
  border: solid 1px #003d9b1a !important;
}
.inputContainer {
  border-radius: 10px;
}
.selected {
  background-color: #fff !important;
  border: solid 1px #003d9b1a !important;
}
.shadow {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.customSelect {
  margin-top: 0;
}

.buttonIncrement,
.buttonDecrement {
  background: #e5ebf5 !important;
  color: #000 !important;
  cursor: pointer;
  border: none;
  transition:
    background-color 0.2s,
    color 0.2s,
    transform 0.05s;
}
.buttonIncrement:hover,
.buttonDecrement:hover {
  color: #fff !important;
}
.buttonIncrement:active,
.buttonDecrement:active {
  background: #e5ebf5 !important;
}
