/* TH/history.html */

/* modal search form */
.btn-theme-3 .close {
  background-color: inherit;
  position: inherit;
}

.btn-theme-3 .close:before {
  content: none;
}

.ka-btn-clearform.clearform-searchlink::before {
  background: url(/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/arrow-uturn-left-disable.svg) no-repeat center center;
}

.ka-btn-clearform.clearform-searchlink {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  text-decoration: underline;
  color: #777;
}

/* chart */
.chartBox {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
}

.chartBox .box {
  position: relative;
}

.colSmall {
  display: none;
  width: 55px;
}

.colLarge {
  width: 100%;
  max-width: 1140px;
  overflow-x: scroll;
  direction: rtl;
}

.colLarge::-webkit-scrollbar {
  height: 4px;
  background: #f2f2f2;
}

.colLarge::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

.table-blocking__scrollable td {
  padding: 10px;
}

/* section-topic fund selector (download-pastnav design) */
.icwKa .section-topic .searchBox__container {
  align-items: center;
}

.icwKa .section-topic .searchBox__input-warpper {
  width: 100%;
  max-width: 900px;
  gap: 10px;
}

.icwKa .section-topic .searchBox__input-warpper .choices {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  z-index: 10;
}

.icwKa .section-topic .choices.is-open {
  z-index: 10;
}

.icwKa .section-topic .choices[data-type*="select-one"] .choices__inner {
  padding: 9px 36px 9px 20px;
}

.icwKa .section-topic .choices__list--single {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.icwKa .section-topic .choices__list--single .choices__item {
  padding: 0;
  line-height: 1.3;
}

.icwKa .section-topic .choices__list--dropdown,
.icwKa .section-topic .choices__list[aria-expanded] {
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 10;
}

.icwKa .section-topic .choices__list[aria-expanded].choices__list--dropdown {
  margin-top: 4px;
}

.icwKa .section-topic .choices__list.choices__list--dropdown .choices__input.choices__input--cloned {
  border-radius: 0;
  border: 1px solid #eee;
}

.icwKa .section-topic .choices__list[aria-expanded].choices__list--dropdown::after {
  content: "";
  background: url(/SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-magnify-green.svg);
  background-size: cover;
  width: 19px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.icwKa .section-topic .choices__list--dropdown .choices__list,
.icwKa .section-topic .choices__list[aria-expanded] .choices__list {
  border: none;
}

.icwKa .section-topic .choices__item.choices__item--choice.choices__placeholder.choices__item--selectable {
  display: none;
}

.icwKa .section-topic .choices__group .choices__heading {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  border: none;
  padding: 29px 24px 0;
}

.icwKa .section-topic .choices__item.choices__item--choice.choices__item--selectable {
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.icwKa .section-topic .choices__item.choices__item--choice.choices__item--selectable span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.icwKa .section-topic .choices__list--dropdown .choices__item--selectable.is-highlighted,
.icwKa .section-topic .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.icwKa .section-topic .choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
  background: #fff;
  color: #0E6664;
}

.icwKa .section-topic .choices__item.choices__item--choice.choices__item--selectable.is-highlighted span {
  color: #333;
}

.icwKa .section-topic .choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder) {
  border-color: #0E6664;
}

.icwKa .section-topic .choices[data-type*="select-one"] .choices__inner:has(~ .choices__list .is-selected.choices__placeholder) {
  transition: border-color ease-in-out 0.2s;
}

@media screen and (max-width: 767px) {
  .icwKa .section-topic .topic-content {
    gap: 16px;
  }

  .icwKa .section-topic .searchBox__input-warpper {
    gap: 4px;
  }

  .icwKa .section-topic .searchBox__input-warpper .label-input {
    font-size: 14px;
    line-height: 21px;
  }

  .icwKa .section-topic .choices[data-type*="select-one"]::after {
    width: 16px;
    height: 16px;
    right: 12px;
  }

  .icwKa .section-topic .choices__list--single .choices__item {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
