.filter-pills {
  border: 1px solid #e90029;
  background: #ffffff;
}
.filter-pills .filter-pill-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.filter-pills .filter-pill-close-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.filter-show-hide-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/filter-icon-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.filter-close-btn-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/filter-close-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1024px) {
  .dtx-col-left-show {
    display: block;
    width: 100%;
    margin-top: 0;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    padding: 62px 24px 0 24px;
    overflow-y: scroll;
  }
}
.filter-select-container .show-more {
  color: #031327;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-decoration-line: underline;
  display: block;
  margin-top: 16px;
}
.filter-select-container .show-more:focus {
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .top-filter-result-container-hide-desktop {
    column-gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .dtx-col-left-show-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .dtx-cards-container-desktop .dtx-cards-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.top-filter-container-left .dtxButton {
  color: #e90029;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.verticalFilterOptionsBar .checkmark {
  background-color: transparent;
  border: 2px solid #1d1e1f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verticalFilterOptionsBar .checkmark svg {
  display: none;
}
.verticalFilterOptionsBar input[type='checkbox']:checked ~ .checkmark,
.verticalFilterOptionsBar input[type='radio']:checked ~ .checkmark {
  background: #e90029;
  border: 2px solid #e90029;
}
.verticalFilterOptionsBar input[type='checkbox']:checked ~ .checkmark svg,
.verticalFilterOptionsBar input[type='radio']:checked ~ .checkmark svg {
  display: block;
}
.verticalFilterOptionsBar input[type='checkbox']:focus ~ .checkmark {
  border: 2px solid #30578d;
}
.verticalFilterOptionsBar .filter-select-header-icon {
  transition: transform 0.5s ease;
}
.verticalFilterOptionsBar .rotated {
  transform: rotate(180deg);
}
.filter-select-items {
  border-bottom: 1px solid #BFC8CF;
}
.filter-select-container:last-child .filter-select-items {
  border-bottom: 0;
}
.filter-select-item.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.filter-select-item.is-disabled label {
  cursor: not-allowed;
}
.filter-pill-wrapper-sidebar {
  display: flex;
}
@media (min-width: 1025px) {
  .dtx-col-right.lg-up\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .filter-pill-wrapper-sidebar {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .top-filter-result .filter-pill-wrapper .clear-filter-button,
  .dtx-col-left .filter-pill-wrapper-sidebar .clear-filter-button {
    display: none !important;
  }
}
.view-item-container button {
  display: flex;
  height: 2.5rem;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background: #e90029;
  color: #ffffff;
  margin: 0 auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}
@media (min-width: 1025px) {
  .view-item-container button {
    display: none;
  }
}

.dtx-filter-header .filter-pills {
  border: 1px solid #e90029;
  background: #ffffff;
}
.dtx-filter-header .filter-pills .filter-pill-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.dtx-filter-header .filter-pills .filter-pill-close-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.dtx-filter-header .clear-filter-button span {
  color: #666666;
  text-decoration-line: underline;
}
.dtx-filter-header .filter-show-hide-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/filter-icon-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.training-catalog .search-title {
  font-weight: 700 !important;
}
.training-catalog .search-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/search-icon-grey.svg");
  transform: translateY(-50%);
}
.training-catalog .clear-icon {
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  display: none;
  transform: translateY(-50%);
}

