.keysight-documents-of-volatility .content-wrapper {
  padding-bottom: 0;
}
.keysight-documents-of-volatility #ks-dov-form .singalData {
  position: relative;
  max-width: 100%;
}
.keysight-documents-of-volatility .ks-dov-result-template table {
  margin: 0;
}
.keysight-documents-of-volatility .ks-dov-result-template table th {
  border: 1px solid #d9d9d6 !important;
}
.keysight-documents-of-volatility .ks-dov-result-template table tr:nth-of-type(even) td {
  background: #ffffff;
}
.keysight-documents-of-volatility .ks-dov-result-template table tr td {
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.3;
  border-color: #e7e7e7;
  border-width: 2px;
  background: #cbcbcb;
}
.keysight-documents-of-volatility .ks-dov-result-template table tr td:nth-of-type(1) {
  width: 260px;
  max-width: 100%;
}
.keysight-documents-of-volatility .ks-dov-result-template table tr td a {
  line-height: 15.6px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .keysight-documents-of-volatility .ks-dov-result-template table {
    width: 450px;
  }
  .keysight-documents-of-volatility .ks-dov-result-template table tr td {
    font-size: 14px;
  }
  .keysight-documents-of-volatility .ks-dov-result-template table tr td:nth-of-type(1) {
    width: 140px;
  }
}
.keysight-documents-of-volatility .ks-dov-result-template .result-content {
  display: block;
  padding-bottom: 30px;
}
.keysight-documents-of-volatility .ks-dov-result-template .result-content > div {
  overflow: auto;
}
.keysight-documents-of-volatility .lookhead-search-result {
  overflow-y: auto;
  max-height: 144px;
}
.keysight-documents-of-volatility #ks-dov-modelNumber {
  width: 300px;
  max-width: 100%;
}
.keysight-documents-of-volatility .custom-loader .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e90029;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.keysight-documents-of-volatility .custom-loader {
  background-color: #fffffff2;
  /* display: none; */
  position: absolute;
  height: 100%;
  left: 0;
  top: 34px;
  width: 100%;
  z-index: 9;
}
.keysight-documents-of-volatility .contentTitle {
  color: #262626;
  padding: 4px 6px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.keysight-documents-of-volatility .contentTitle:hover {
  background: #cccccc45;
}
.keysight-documents-of-volatility .search-close-icon {
  right: 0.4rem;
  top: 8px;
  position: absolute;
  cursor: pointer;
}
.keysight-documents-of-volatility .rte-footer-note {
  margin-top: 10px;
}
.keysight-documents-of-volatility .inputContainer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .keysight-documents-of-volatility .inputContainer {
    display: block;
  }
}
.keysight-documents-of-volatility .label {
  width: 180px;
  font-weight: 600;
  max-width: 100%;
}
.keysight-documents-of-volatility .parentContainer {
  display: flex;
  margin-top: 20px;
}
.keysight-documents-of-volatility .lookhead-search-result {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.keysight-documents-of-volatility .lookhead-search-box {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  display: none;
  position: absolute;
  top: 28px;
  width: 299px;
  max-width: 100%;
  z-index: 1;
}
.keysight-documents-of-volatility .lookhead-search-box.hide {
  display: none !important;
}
.keysight-documents-of-volatility .error {
  padding-top: 1rem;
  padding-bottom: 0;
  display: none;
}
.keysight-documents-of-volatility .errorMessage {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.keysight-documents-of-volatility #kscare-search-form .ks-dov-search {
  background-color: #e90029;
  padding: 8px;
  border: 1px solid gray;
}
.keysight-documents-of-volatility #kscare-search-form .ks-dov-search:disabled {
  background: transparent;
  border: 2px solid #999999 !important;
  color: #999999 !important;
  pointer-events: none;
}
@media (max-width: 767px) {
  .keysight-documents-of-volatility .ks-dov-result-template .header {
    display: block;
  }
  .keysight-documents-of-volatility .parentContainer .label {
    display: none;
  }
  .keysight-documents-of-volatility .errorMessage {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .keysight-documents-of-volatility .search-result {
    overflow: auto;
  }
}
