.keysight-product-compatibility-matrix .content-wrapper {
  padding-top: 0;
}
.keysight-product-compatibility-matrix .wrapper {
  padding-top: 0px;
}
.keysight-product-compatibility-matrix #product-form {
  margin-top: 30px;
}
.keysight-product-compatibility-matrix #product-form .singalData {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table {
  margin: 0;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table th {
  border: 1px solid #d9d9d6 !important;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table tr:nth-of-type(even) td {
  background: #ffffff;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table tr td {
  font-size: 16px;
  font-family: "Graphik LC Web", sans-serif;
  line-height: 1.3;
  border-color: #e7e7e7;
  border-width: 2px;
  background: #cbcbcb;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table tr td:nth-of-type(1) {
  width: 260px;
  max-width: 100%;
}
.keysight-product-compatibility-matrix .ks-dov-result-template table tr td a {
  line-height: 15.6px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .keysight-product-compatibility-matrix .ks-dov-result-template table {
    width: 450px;
  }
  .keysight-product-compatibility-matrix .ks-dov-result-template table tr td {
    font-size: 14px;
  }
  .keysight-product-compatibility-matrix .ks-dov-result-template table tr td:nth-of-type(1) {
    width: 140px;
  }
}
.keysight-product-compatibility-matrix .ks-dov-result-template .result-content {
  display: block;
  padding-bottom: 30px;
}
.keysight-product-compatibility-matrix .ks-dov-result-template .result-content > div {
  overflow: auto;
}
.keysight-product-compatibility-matrix .lookhead-search-result {
  overflow-y: auto;
  max-height: 144px;
}
.keysight-product-compatibility-matrix .ks-productname,
.keysight-product-compatibility-matrix .model-dropdown,
.keysight-product-compatibility-matrix .ks-compatible-product {
  width: 350px;
  max-width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.keysight-product-compatibility-matrix .clear-compatible {
  font-size: 14px;
  font-weight: 300;
  color: #e90029;
  padding: 0;
  line-height: 1;
}
.keysight-product-compatibility-matrix .clear-compatible:hover {
  color: #b60020;
}
.keysight-product-compatibility-matrix .button-container {
  margin-top: 2rem;
}
.keysight-product-compatibility-matrix .quick-view {
  margin-top: 1rem;
}
.keysight-product-compatibility-matrix .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-product-compatibility-matrix .custom-loader {
  background-color: #fffffff2;
  position: absolute;
  height: 100%;
  left: 0;
  top: 34px;
  width: 100%;
  z-index: 9;
}
.keysight-product-compatibility-matrix .contentTitle {
  color: #262626;
  padding: 4px 6px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.keysight-product-compatibility-matrix .contentTitle:hover {
  background: #cccccc45;
}
.keysight-product-compatibility-matrix .search-close-icon {
  right: 0.4rem;
  top: 8px;
  position: absolute;
  cursor: pointer;
}
.keysight-product-compatibility-matrix .rte-footer-note {
  margin-top: 10px;
}
.keysight-product-compatibility-matrix .inputContainer {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .keysight-product-compatibility-matrix .inputContainer {
    display: block;
  }
}
.keysight-product-compatibility-matrix .addmorecontainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .keysight-product-compatibility-matrix .addmorecontainer {
    display: block;
  }
}
.keysight-product-compatibility-matrix .quick-view-div {
  margin-top: 1rem;
  cursor: pointer;
}
.keysight-product-compatibility-matrix .active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .keysight-product-compatibility-matrix .active {
    display: block;
  }
}
.keysight-product-compatibility-matrix .label {
  width: 180px;
  font-weight: 600;
  max-width: 100%;
}
.keysight-product-compatibility-matrix .parentContainer {
  display: flex;
  margin-top: 20px;
}
.keysight-product-compatibility-matrix .lookhead-search-result {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
.keysight-product-compatibility-matrix .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-product-compatibility-matrix .lookhead-search-box.hide {
  display: none !important;
}
.keysight-product-compatibility-matrix .error {
  padding-top: 1rem;
  padding-bottom: 0;
  display: none;
}
.keysight-product-compatibility-matrix .errorMessage {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.keysight-product-compatibility-matrix #product-search-form .ks-search {
  background-color: #e90029;
  padding: 8px;
  border: 1px solid gray;
}
.keysight-product-compatibility-matrix #product-search-form .ks-search:disabled {
  background: transparent;
  border: 2px solid #999999 !important;
  color: #999999 !important;
  pointer-events: none;
}
.keysight-product-compatibility-matrix #product-search-form .add-more-products:disabled {
  background: transparent;
  border: 2px solid #999999 !important;
  color: #999999 !important;
  pointer-events: none;
}
@media (max-width: 767px) {
  .keysight-product-compatibility-matrix .ks-dov-result-template .header {
    display: block;
  }
  .keysight-product-compatibility-matrix .parentContainer .label {
    display: none;
  }
  .keysight-product-compatibility-matrix .errorMessage {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .keysight-product-compatibility-matrix .search-result {
    overflow: auto;
  }
}
.results-table,
.os-table table {
  width: 100%;
  border-collapse: collapse;
}
.results-table tr th:nth-child(1),
.results-table tr td:nth-child(1),
.os-table table tr th:nth-child(1),
.os-table table tr td:nth-child(1) {
  width: 30%;
  padding: 8px;
  text-align: left;
}
.results-table tr th:nth-child(2),
.results-table tr td:nth-child(2),
.os-table table tr th:nth-child(2),
.os-table table tr td:nth-child(2) {
  width: 70%;
  padding: 8px;
  text-align: left;
}
.results-table th,
.os-table table th {
  background-color: #f2f2f2;
}
.results-table td,
.os-table table td {
  border: 1px solid #ddd;
}
.os-table {
  margin-top: 20px;
}
.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.highlight-bold {
  background-color: #ffff99;
  font-weight: bold;
}
.note {
  margin: 1.5rem 0;
  color: #d00;
  font-weight: 600;
}
