.persistent-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #e90029;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 10px auto;
  padding: 24px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.persistent-button button {
  background: #e90029;
  border-top-left-radius: 3.125em;
  border-bottom-left-radius: 3.125rem;
  overflow: hidden;
  position: fixed;
  top: 30%;
  padding: 15px;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  z-index: 52;
  transition: all 0.3s ease-in;
  box-shadow: -6px 1px 8px rgba(0, 0, 0, 0.32);
}
.persistent-button button .hidden-tab-text {
  font-weight: 600;
}
.persistent-button button:hover {
  right: 0;
}
.persistent-button button img {
  width: 24px;
  display: block;
}
.persistent-button button.loaded,
.persistent-button button:hover {
  right: 0 !important;
}
@keyframes initial-animation {
  100% {
    right: 0;
  }
  0% {
    right: -115px;
  }
}
.persistent-content {
  position: fixed;
  top: 30%;
  right: 0;
  width: 548px;
  max-width: 100%;
  background: #f7f7f7;
  z-index: 52;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 24px 24px;
  box-shadow: -6px 1px 8px rgba(0, 0, 0, 0.32);
}
.persistent-content[aria-expanded='false'] {
  display: none;
  overflow: hidden;
}
.persistent-content[aria-expanded='true'] {
  display: block;
  overflow: hidden;
}
.persistent-content .config-select {
  max-height: 240px;
  overflow-y: auto;
  width: 99%;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
}
.persistent-content .config-select h4,
.persistent-content .config-select p.center {
  display: none;
}
.persistent-content .config-select li:last-child {
  margin-bottom: 0;
}
.persistent-content .config-select li label {
  cursor: pointer;
  font-size: 16px;
}
.persistent-content .config-select li span {
  font-size: 16px;
}
.persistent-content .config-select li span.radio-btn {
  margin-top: 5px;
}
.persistent-content .config-select li span.radio-btn:before {
  width: 15px;
  height: 15px;
}
.persistent-content .persistent-header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
}
.persistent-content .persistent-header_content .persistent-model_title {
  display: inline;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 14px;
}
.persistent-content .persistent-header_content .persistent-model_title.config {
  display: none;
}
.persistent-content .persistent-header_content .persistent-close__icon {
  cursor: pointer;
  background-image: url("../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 22px 22px;
}
.persistent-content .product-search__container {
  position: relative;
  margin: 10px auto;
}
.persistent-content .product-search__container:before {
  content: url('../../../clientlibs/clientlib-site/resources/icons/Keysight_Search_Default.svg');
  position: absolute;
  top: 50%;
  left: 16px;
  background-size: 18px 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
}
.persistent-content .product-search__container input.product-search {
  width: 100%;
  padding: 16px 48px 16px 48px;
  border: 0.0625rem solid #cccccc;
  border-radius: 3.25rem;
  background: #ffffff;
  color: #262626;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 30, 43, 0.07);
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.persistent-content .product-search__container input.product-search:hover {
  border: 0.0625rem solid #2f3236;
  box-shadow: 0rem 1rem 1.5rem rgba(0, 30, 43, 0.08);
}
.persistent-content .product-search__container input.product-search:focus,
.persistent-content .product-search__container input.product-search:active {
  border: 0.0625rem solid #2f3236;
  box-shadow: 0rem 1rem 1.5rem rgba(0, 30, 43, 0.08);
}
.persistent-content .product-search__container input.product-search:hover {
  border: 0.0625rem solid #30578d;
  box-shadow: 0rem 1rem 1.5rem rgba(0, 30, 43, 0.08);
}
.persistent-content .product-search__container .persistent-clear__icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  right: 10px;
  display: none;
  background-image: url("../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 20px 20px;
}
.persistent-content li.result-item__product {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.persistent-content li.result-item__product img {
  height: 40px !important;
  width: 78px;
  flex-shrink: 0;
}
.persistent-content li.result-item__product p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 5px 0;
  text-align: left;
}
.persistent-content li.result-item__product p strong {
  font-weight: 600;
}
.persistent-content.search_persistent:not(.quoting) .quoting-options,
.persistent-content.search_persistent:not(.quoting) .action-section__pquote {
  display: none;
}
.persistent-content.search_persistent:not(.quoting) .list-of-products {
  display: block;
}
.persistent-content.search_persistent:not(.quoting) .list-of-products .no-results {
  text-align: center;
  padding: 5px;
  font-weight: 600;
}
.persistent-content.search_persistent.quoting .list-of-products,
.persistent-content.search_persistent.quoting .product-search__container {
  display: none;
}
.persistent-content.search_persistent.quoting .persistent-header_content .persistent-model_title {
  display: none;
}
.persistent-content.search_persistent.quoting .persistent-header_content .persistent-model_title.config {
  display: block;
}
.persistent-content.search_persistent.quoting .quoting-options {
  display: block;
}
.persistent-content.search_persistent.quoting .quoting-options:empty + .action-section__pquote {
  display: none;
}
.persistent-content.search_persistent.quoting .action-section__pquote {
  display: flex;
}
.result-section__pquote {
  border-radius: 8px;
  margin: 8px auto 0;
  overflow: hidden;
}
.result-section__pquote.hidden .list-of-products {
  display: none;
}
.result-section__pquote .list-of-products {
  width: 100%;
  max-height: 300px;
  min-height: 80px;
  margin: 0 auto;
  padding: 10px 10px;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  overflow-y: auto;
  display: none;
  position: relative;
}
.result-section__pquote .list-of-products .result-item__product:hover {
  background: #f1f2f4;
  cursor: pointer;
  border-radius: 8px;
}
.action-section__pquote {
  display: none;
  margin-top: 24px;
  column-gap: 12px;
}
.action-section__pquote.cta .cta-persistent_button {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  border-radius: 3.125em;
  border: 1px solid transparent;
  height: 2.5rem;
  text-align: center;
  touch-action: manipulation;
  min-width: 7.8125rem;
  cursor: pointer;
  padding: 0 20px;
}
.action-section__pquote.cta .cta-type-primary {
  background-color: #e90029;
  color: #ffffff;
}
.action-section__pquote.cta .cta-type-primary:hover,
.action-section__pquote.cta .cta-type-primary:active {
  background-color: #d80026;
  transition: all 0.3s ease;
}
.action-section__pquote.cta .cta-type-black {
  background-color: #1d1e1f;
  color: #ffffff;
}
.action-section__pquote.cta .cta-type-black:hover,
.action-section__pquote.cta .cta-type-black:active {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
  transition: all 0.3s ease;
}
.action-section__pquote.cta .cta-type-white {
  background-color: #ffffff;
  color: #1d1e1f;
}
.action-section__pquote.cta .cta-type-white a {
  color: #1d1e1f;
}
.action-section__pquote.cta .cta-type-white:hover,
.action-section__pquote.cta .cta-type-white:active {
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.tabbed-carousel {
  z-index: 1;
  position: relative;
}
#keysight-lookahead-search {
  z-index: 53;
}
@media only screen and (min-height: 330px) and (max-height: 560px) {
  .persistent-content[aria-expanded='true'] {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .persistent-content[aria-expanded='true'] {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    max-width: 100%;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    height: 85%;
    display: flex;
    flex-direction: column;
  }
  .persistent-content[aria-expanded='true'] .result-section__pquote {
    width: 100%;
    height: 100%;
  }
  .persistent-content[aria-expanded='true'].search_persistent:not(.quoting) .list-of-products {
    height: 100%;
  }
  .persistent-content[aria-expanded='true'].search_persistent.quoting .action-section__pquote {
    justify-content: center;
  }
  .persistent-content[aria-expanded='true'].search_persistent.quoting .quoting-options:not(:empty) {
    height: calc(100% - 64px);
    max-height: 100%;
  }
  .persistent-content[aria-expanded='true'].search_persistent.quoting .config-select {
    height: 100%;
    padding: 10px;
    max-height: 100%;
  }
  .persistent-content[aria-expanded='true'] .list-of-products {
    max-height: 100%;
  }
  .persistent-button button {
    bottom: 80px;
    top: unset;
  }
}
#configure-iframe-header h3 {
  font-size: 18px;
  line-height: inherit;
}
#configure-iframe-header p {
  line-height: inherit;
}
