@import "../vendor/bootstrap-5.0.2/css/bootstrap.min.css";
@import "../vendor/@fortawesome/fontawesome-free/css/all.min.css";
html body {
  background-color: #FFF;
  color: #333333;
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.card {
  border-width: 0 !important;
  border-radius: 0 !important;
}
.row-radio label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.row-radio label input {
  position: absolute;
  left: -9999px;
}
.row-radio label input:checked + span {
  background-color: #e4eef7;
}
.row-radio label input:checked + span:before {
  box-shadow: inset 0 0 0 0.3375em #1E73BD;
}
.row-radio label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.row-radio label span:hover {
  background-color: #e4eef7;
}
.row-radio label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #1E73BD;
}
.no-bottom-border td {
  border-bottom-width: 0 !important;
  padding-bottom: 0 !important;
}
.notes td {
  padding-top: 0 !important;
  color: #999999 !important;
}
.x-hidden {
  display: none !important;
}
.exemplu-calcul {
  color: #999999 !important;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .slider-legend .slider-label {
    font-size: 14px !important;
  }
}
#root_sider_colors {
  color: #BADFE2;
  color: #6EB0B9;
  color: #54A5B5;
  color: #0DA67D;
  color: #7BCBAB;
  color: #FB8340;
  color: #E15B15;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
  background: #c90000;
  border-radius: .15rem;
  border: 0px solid #D3D3D3;
  box-shadow: none;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1E73BD;
  border-radius: .15rem;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 30px;
  left: -10px;
  top: -4px;
  outline: none !important;
  border: 0px solid #FB8340;
  border-radius: 1rem;
  background: #5893CE;
  cursor: default;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 22px;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle:before,
.noUi-handle:after {
  display: block;
  position: absolute;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  left: 8px;
  top: 3px;
  content: '-';
}
.noUi-handle:after {
  left: 112px;
  top: 5px;
  content: '+';
  font-size: 18px;
}
[disabled] .noUi-connect {
  background: #7BCBAB;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%,50%,0);
  transform: translate3d(-50%,50%,0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  color: #FFF;
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 0;
}
.noUi-horizontal.noUi-extended {
  padding-right: 110px;
  padding-left: 0;
}
.slider-economisire {
  background-color: #FF0000;
  color: #00FF00;
  border: 3px solid #0000FF;
}
#formEconomisire .badge {
  background-color: #a7c6e5 !important;
  color: #000;
  font-size: 12px !important;
  font-weight: 500;
  margin-top: 3px !important;
}
@media (max-width: 575.98px) {
  #formEconomisire .badge {
    font-size: 11px !important;
    padding: 0 !important;
    background-color: transparent !important;
    margin-top: 14px !important;
  }
}
