:root {
  --base-color: #212529;
  --alt-color: var(--porto-body-color);
  --alt-color-lighter: #b2e9e7;
  --bg-color: #fff;
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  --porto-body-color: #777777;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571;
  color: var(--base-color);
  background-color: var(--bg-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100vw;
  text-align: justify;
}
footer img {
  max-width: 99vw;
}
form img {
  margin: 6px;
  width: 32px;
  height: 32px;
}
form label, #mounted-label {
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  color: var(--alt-color);
  line-height: 44px;
}
.form-check-input, .form-check-label {
  font-size: 1rem;
}
.form-check-label {
  line-height: 44px;
}
.form-check-input {
  margin-top: 12px;
}

#form1 select, #form1 input {
  margin: 6px 0;
  height: 32px;
}
.container {
  max-width: 1200px;
}
.btn-custom {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--porto-body-color);
  --bs-btn-border-color: var(--porto-body-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00a6a0;
  --bs-btn-hover-border-color: #00a6a0;
  --bs-btn-focus-shadow-rgb: 0, 166, 159;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007d7b;
  --bs-btn-active-border-color: #006f6f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--porto-body-color);
  --bs-btn-disabled-border-color: var(--porto-body-color);
}
.borderd {
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(68, 68, 68, 0.1);
}
#parameters-search-btn {
  text-align: center;
}
.tree, .tree ul {
  list-style-type: none;
  padding: 0;
}
.form-check-input:checked, .form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--alt-color);
  border-color: var(--alt-color);
}
#results-area th, #results-area td {
  vertical-align: middle;
}
#results-area th {
  text-align: center;
}
#results-area a {
  color: var(--base-color);
}
img {
  max-width: 100%;
}
img.max-height {
  max-height: 300px;
}
.container {
  max-width: 1200px;
}
.title {
  color: var(--alt-color);
}
#links {
  background-color: var(--alt-color-lighter);
  padding-top: 1rem;
}
#links ul {
  list-style-type: circle;
  padding-left: 1rem;
}
#links a {
  color: var(--base-color);
}
#content-header {
  border-bottom: var(--base-color) 1px solid;
  margin-bottom: 2rem;
}
#content-header {
  display: flex;
  justify-content: space-between;
}
.curve-info-row {
  display: table-row;
}
.curve-info-cell {
  display: table-cell;
  padding: 0 1rem;
}
#product-title {
  font-weight: 700;
}
#actions {
  display: flex;
}
#actions a {
  text-decoration-line: none;
}
#actions img {
  height: 32px;
  margin-left: 12px;
}
#technical-details {
  line-height: 44px;
}
#technical-details th > span {
  display: block;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#product-image-cell {
  width: 50%;
  padding: 0 2em;
  --bs-table-bg-type: white;
  vertical-align: middle;
  text-align: center;
}
#product-image-container {
  display: flex;
  align-content: center;
  justify-content: center;
}
#page-container section {
  margin-bottom: 40px;
}
#page-container img {
  display: block;
  margin: auto;
}
.plot {
  height: 450;
  min-height: 450;
}
#fan-speed-title,
#fan-speed-con,
#eff-warning-con {
  display: flex;
  position: relative;
  z-index: 1;
}
#fan-speed-con,
#eff-warning-con {
  float: right;
}
#fan-speed-title {
  float: left;
}
a.category {
  color: var(--base-color);
  text-decoration-line: none;
}

.suggestions {
  position: absolute;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  width: 100%;
  top: 37px;
}

.suggestions div {
  padding: 8px;
  cursor: pointer;
}

.suggestions div:hover {
  background-color: #e9e9e9;
}

.hidden, .suggestions div[data-hidden="true"] {
  display: none;
}

.suggestions .form-control {
  border: none !important;
}

.clear-mark {
  position: absolute;
  cursor: pointer;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--base-color);
  font-size: 30px;
  z-index: 1000;
}
