[data-tx-trotariffcalc] .input-list {
  background-color: rgba(40, 30, 30, 0.95);
  border: 1px solid #281e1e;
  list-style: none;
  margin: -1px 0 0;
  max-height: 10rem;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
}
[data-tx-trotariffcalc] .input-list option {
  color: #e7e7e7;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 5px 5px 15px;
}
[data-tx-trotariffcalc] .input-list option:checked, [data-tx-trotariffcalc] .input-list option:hover {
  background-color: #b3d7ff;
  color: #281e1e;
}
[data-tx-trotariffcalc] .btn {
  padding: 7px 12px !important;
}
[data-tx-trotariffcalc] .btn.btn-outline-light {
  border: 1px solid #281e1e;
  color: #281e1e;
}
[data-tx-trotariffcalc] .tro-validated [required]:invalid {
  background-color: #ffc5c5;
  border: 1px solid red;
}
[data-tx-trotariffcalc] .dropdown-menu.show {
  min-height: 200px;
}
[data-tx-trotariffcalc] .dropdown-menu > .active > a {
  background-color: #95c11f;
}
[data-tx-trotariffcalc] .dropdown-menu > .active > a:focus, [data-tx-trotariffcalc] .dropdown-menu > .active > a:hover {
  background-color: #95c11f;
}
[data-tx-trotariffcalc] .bs-searchbox .form-control {
  border: 1px solid #ced4da;
}
[data-tx-trotariffcalc] .custom-checkbox .custom-control-label::before {
  background: transparent !important;
  border-radius: 0;
  border: 1px solid #281e1e !important;
}
[data-tx-trotariffcalc] .bs-placeholder {
  font-family: inherit;
}
[data-tx-trotariffcalc] .input-group {
  border-collapse: inherit;
  display: flex;
}
[data-tx-trotariffcalc] .input-group .input-group-text {
  border-radius: 0;
  border: 0;
  font-size: 0.8em;
  padding: 7px;
}
[data-tx-trotariffcalc] .input-group .form-control {
  width: 1%;
}
[data-tx-trotariffcalc] .btn-popover {
  color: #281e1e !important;
  height: 38px;
}
[data-tx-trotariffcalc] .popover {
  background: transparent;
  border-radius: 0;
  border: none;
  max-width: 400px;
}
[data-tx-trotariffcalc] .bs-popover-auto[x-placement^=bottom] > .arrow::before,
[data-tx-trotariffcalc] .bs-popover-bottom > .arrow::before {
  border-bottom-color: #fff;
  border-width: 0 0.7rem 0.7rem;
  transform: translate(-50%, -100%);
}
[data-tx-trotariffcalc] .bs-popover-auto[x-placement^=top] > .arrow::before,
[data-tx-trotariffcalc] .bs-popover-top > .arrow::before {
  border-top-color: #fff;
  border-width: 0.7rem 0.7rem 0;
  transform: translate(-50%, 100%);
}
[data-tx-trotariffcalc] .popover-header {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  text-align: center;
}
[data-tx-trotariffcalc] .popover-header::before {
  display: none !important;
}
[data-tx-trotariffcalc] .popover-body {
  background: #fff;
  padding: 0.75rem 1.5rem;
}
[data-tx-trotariffcalc] .btn-amount {
  border: 1px solid #555 !important;
  color: #555 !important;
  line-height: 0;
  padding: 10px 7px !important;
}
[data-tx-trotariffcalc] .amount {
  color: #95c11f !important;
  font-size: 1.5rem;
  margin: 0 0.55rem;
  min-width: 50px;
  text-align: center;
}
[data-tx-trotariffcalc] .persons {
  background-image: url("../images/person/0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
}
[data-tx-trotariffcalc] .houses {
  display: flex;
  justify-content: center;
}
[data-tx-trotariffcalc] .house {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 60px;
  width: 40px;
}
[data-tx-trotariffcalc] .house[data-house="50"] {
  background-image: url("../images/house/50.png");
}
[data-tx-trotariffcalc] .house[data-house="100"] {
  background-image: url("../images/house/100.png");
}
[data-tx-trotariffcalc] .house[data-house="150"] {
  background-image: url("../images/house/150.png");
}
[data-tx-trotariffcalc] .house[data-house="180"] {
  background-image: url("../images/house/180.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .tab-content, [data-tx-trotariffcalc][data-tx-trotariffcalc-type=business] .tab-content {
  background-color: #95c11f;
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc-type=business] .nav-tabs .nav-link.active {
  background-color: #95c11f;
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .nav-tabs .nav-link.active {
  background-color: #95c11f;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .dropdown-menu > .active > a {
  background-color: #95c11f;
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .dropdown-menu > .active > a:focus, [data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .dropdown-menu > .active > a:hover {
  background-color: #95c11f;
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .custom-checkbox .custom-control-label::before {
  border: 1px solid #281e1e !important;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .custom-checkbox .custom-control-label::after {
  filter: brightness(0);
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .btn-popover {
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .amount {
  color: #281e1e !important;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .persons[data-amount="1"] {
  background-image: url("../images/person/ener/1.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .persons[data-amount="2"] {
  background-image: url("../images/person/ener/2.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .persons[data-amount="3"] {
  background-image: url("../images/person/ener/3.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .persons[data-amount="4"] {
  background-image: url("../images/person/ener/4.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house[data-house="50"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house.active[data-house="50"] {
  background-image: url("../images/house/ener/50-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house[data-house="100"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house.active[data-house="100"] {
  background-image: url("../images/house/ener/100-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house[data-house="180"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=ener] .house.active[data-house="180"] {
  background-image: url("../images/house/ener/180-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=ener][data-house="150"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=ener].active[data-house="150"] {
  background-image: url("../images/house/ener/150-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .tab-content {
  background-color: #95c11f;
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .tab-content .form-row input {
  color: #281e1e;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .tab-content .form-row input[type=text] {
  color: #281e1e !important;
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .persons[data-amount="1"] {
  background-image: url("../images/person/swt/1.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .persons[data-amount="2"] {
  background-image: url("../images/person/swt/2.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .persons[data-amount="3"] {
  background-image: url("../images/person/swt/3.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .persons[data-amount="4"] {
  background-image: url("../images/person/swt/4.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house[data-house="50"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house.active[data-house="50"] {
  background-image: url("../images/house/swt/50-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house[data-house="100"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house.active[data-house="100"] {
  background-image: url("../images/house/swt/100-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house[data-house="150"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house.active[data-house="150"] {
  background-image: url("../images/house/swt/150-hover.png");
}
[data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house[data-house="180"]:hover, [data-tx-trotariffcalc][data-tx-trotariffcalc=swt] .house.active[data-house="180"] {
  background-image: url("../images/house/swt/180-hover.png");
}
