.motor-axial-radial-load-curve .grayscale-image-2 {
  filter: sepia(1) brightness(2) grayscale(1) !important;  
}

/*.motor-model-curve-content .hide {
  display: none;
}



.motor-model-curve-content h4{
  margin-bottom: 2em;
}

.motor-model-curve-content{
  position: relative;
  padding-bottom: 2em;
}

.motor-model-curve-content .chart-container p{
    margin:0;
    font-size: 14px;
}*/
.motor-axial-radial-load-curve{
  padding-top: 2em;
}
.motor-axial-radial-load-chart{
  padding-top: 0em;
  height: 350px;
}

.motor-axial-radial-load-chart .chart-container, .motor-axial-radial-load-chart .chart-container #load-chart {
  height: 100%;
}

.motor-axial-radial-load-curve .chart-container {
  position: relative;
  height: 250px;
  width: 100%;
}

.motor-axial-radial-load-curve .chart-h-container {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.motor-axial-radial-load-curve .chart-h-container .radial-force-scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 30px);
  margin-bottom: -5px;
  margin-right: 5px;
  justify-content: space-between;
  align-self: flex-end;
}

.motor-axial-radial-load-curve .axial-force-scale {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.motor-axial-radial-load-curve .axial-force-scale .values{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  height: 25px;
}

.motor-axial-radial-load-curve .chart-h-container .chart-wrapper {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

.motor-axial-radial-load-curve div.chart-inner {
  height: 100%;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
  background-color: white;
}

.reference-builder-curves-container{
  margin-top: 25px;
  text-align: left;
}

.motor-axial-radial-load-curve{
  position: relative;
}

.motor-axial-radial-load-curve div.chart-inner img {
  position: absolute;
  height: calc(100% - 20px);
  width: 100%;
  left: 0;
  bottom: 0;
  image-rendering: auto !important; 
}

.motor-axial-radial-load-curve .chart-wrapper div.chart-inner .horizontal-guide {
  --scale: 100;
  --line-every: 25;
  background-image: linear-gradient(to bottom, #ccc 1px, transparent 1px);
  background-size: 100% calc(100% / var(--scale) * var(--line-every));
  position: absolute;
  height: calc(100% - 40px);
  width: 100%;
  bottom: 0;
}

.motor-axial-radial-load-curve .chart-wrapper div.chart-inner .vertical-guide {
  --scale: 100;
  --line-every: 14.28%;
  background-image: linear-gradient(to right, #ccc 1px, transparent 1px);
  background-size:var(--line-every);
  position: absolute;
  height: 100%;
  width: 100%;
}


.motor-axial-radial-load-curve .radial-force-scale p {
  width: fit-content;
  font-size: 12px;
  margin: 0;
  color: #555;
  text-align: right;
}

.motor-axial-radial-load-curve .axial-force-scale p {
  font-size: 12px;
  width: 35px;
  text-align: center;
}

.graph_units_title {
  font-weight: bold;
  font-size: 14px !important;
  width: fit-content !important;
}

.graph_units_title.radial-force{
  margin: 0;
  position: absolute;
  top:0;
  left:0;
}

.graph_units_title.axial-force{
  margin: 0;
  width: fit-content;
}
