/* ------------------ Section controller --------------------- */
.icwKa .section-controller {
  margin: 32px 0;
}


.bg-image-value {
  background: url("../../theme/img/bg-navigation-serach.svg");
  /* background: lightgray; */
  background-size: contain;
}

.bg-lightgreen {
  background-color: #f3f8f8;
}
.section-filter .form-check {
 width: 240px;
}
.icwKa .choices__list--dropdown, .icwKa .choices__list[aria-expanded]{
  z-index: 999;
}
.icwKa .choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  border-color: #0E6664;
}

.section-news .ka-btn-seemore:hover{
  text-decoration: underline;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link,
.nav-underline .nav-link:hover {
  border-bottom: none;
  position: relative;
}
.nav-underline .nav-link.active:after,
.nav-underline .show > .nav-link:after,
.nav-underline .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: var(--bs-primary);
  border-radius: 2px;
  width: 100%;
}
.icwKa .bg-img-graph {
  position: relative;
  background: url("../../theme/img/bg-stock-gray.svg")
    no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 100%;
}

.ka-controller-counter {
  font-size: 18px;
}
.ka-nav-undeline{
  overflow-x: hidden;
  overflow-y: hidden;
  gap: 48px;
}
@media (max-width: 1200px) {
  .ka-controller-counter {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .ka-nav-undeline{
    overflow-x: scroll;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
    padding: 0 1rem;
    overflow-y: hidden;
  }
  .ka-nav-undeline::-webkit-scrollbar  {
    display: none;
  }

  .ka-nav-undeline .nav-link {
    text-wrap: nowrap;
    width: fit-content;
  }
}

.icwKa .ka-layout-button {
  gap: 16px;
}

/* ----------- ka-asset-info-card ------------ */
/* ----------- END ka-asset-info-card ------------ */

/* --------------- section-sticky-compare --------------- */
/* --------------- END section-sticky-compare --------------- */

/* ----------- START section table ------------ */
/* ------------- Accordion ------------------ */
.icwKa  .section-backlog-table .accordion-button.accordion-arrow,
.icwKa .section-result-table .accordion-button.accordion-arrow{
  position: absolute;
  top: 0px;
}

.icwKa .section-backlog-table .accordion-button.collapsed::after,
.icwKa .section-backlog-table .accordion-button.accordion-arrow.collapsed:after,
.icwKa .section-result-table .accordion-button.collapsed::after,
.icwKa .section-result-table .accordion-button.accordion-arrow.collapsed:after{
  background-image: url("../../theme/img/icon-arrow-left.svg");
  scale: 1;
  transform: rotate(-90deg);
  right: 0;
}

.icwKa .section-backlog-table .accordion-button:not(.collapsed)::after,
.icwKa .section-backlog-table .accordion-button.accordion-arrow:after,
.icwKa .section-result-table .accordion-button:not(.collapsed)::after,
.icwKa .section-result-table .accordion-button.accordion-arrow:after{
  background-image: url("../../theme/img/icon-arrow-left.svg");
  scale: 1;
  transform: rotate(90deg);
  right: 0;
}

.icwKa .section-result-table .accordion-button{
  position: absolute;
  top: 10px;
}
/* .icwKa .section-result-table .accordion-button.collapsed::after{
  background-image: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-button.svg);
  transform: rotate(0deg);
}

.icwKa .section-result-table .accordion-button:not(.collapsed)::after{
  background-image: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-button.svg);
  transform: rotate(180deg);
} */

.icwKa .ka-scrollable-table tr{
  border-top: none;
}

.icwKa .accordion-item td p.small{
  font-family: "kurious", sans-serif;
}

.icwKa a.tooltip-underlilne:hover {
  text-decoration: underline;
}
.icwKa .accordion .accordion-collapse td:first-child:hover {
  cursor: pointer;
  text-decoration: underline;
}


@media (max-width: 1200px) {
  .ka-scrollable-table tr:nth-child(even) td {
    background-color: #f3f8f8;
  }
  .ka-scrollable-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 200px;
  }

  .ka-scrollable-table td:first-child {
    position: sticky;
    left: 0;
    color: var(--bs-primary);
    text-decoration: underline;
    font-weight: 600;
    z-index: 1;
    width: 220px;
    padding: 8px 20px;
    background: #fff;
  }

  .ka-scrollable-table th:first-child::after,
  .ka-scrollable-table td:first-child::after {
    content: "";
    color:#333;
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
  .section-result-table .ka-scrollable-table.table-backlog th:first-child{
    width: 170px;
    padding: 8px 16px;
  }
  .ka-scrollable-table.table-backlog td:first-child{
    width: 170px;
    padding: 8px 16px;
  }
}

@media (max-width: 991px) {
  .ka-scrollable-table th {
    padding: 8px 16px;
    border-top: none;
  }
  .section-backlog-table .ka-scrollable-table th {
    padding: 8px 10px;
  }
}
@media (max-width: 450px) {
  .section-result-table .ka-scrollable-table th:first-child{width: 173px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(2){width: 221px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(3){width: 149px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(4){width: 149px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(5){width: 184px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(6){width: 149px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(7){width: 149px!important;}
  .section-result-table .ka-scrollable-table th:nth-child(8){width: 181px!important;}
  .section-result-table .ka-scrollable-table th:last-child{width: 149px!important;}
}

/* ----------- END section table ------------ */

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type="date"] {
  position: relative;
  background: transparent;
}
input[type="date"]:after {
  content: "";
  background: url("../../theme/img/icon-calender-gray.svg")
    no-repeat center center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding: 0 8px;
  pointer-events: none;
  z-index: 100;
  width: 24px;
  height: 24px;
}

.icwKa .ka-input-date {
  min-width: 200px;
  font-size: 18px;
  font-weight: 600;
}

#backlog-datepicker-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  z-index: 200;
  width: fit-content;
}
@media (max-width: 576px) {
  .icwKa .ka-input-date {
    width: 100%;
    min-width: calc(100dvw - 30px);
  }
}


/* ----------- Section-invest ------------ */

.section-invest {
  padding-top: 40px;
  padding-bottom: 24px;
}

.ka-invest-card {
  position: relative;
  margin-bottom: 36px;
  display: block;
}

.ka-invest-card:hover h4 {
  color: #11706e;
}

.icwKa .ka-invest-card__img {
  position: relative;
  border-radius: 8px;
}
.icwKa .ka-invest-card::before {
  content: "";
  background: url("../../theme/img/icon-videoplayer.svg");
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 42px;
  height: 42px;
  opacity: 1;
  z-index: 1;
}
.icwKa .ka-invest-card-nobefore::before {
  width: 0px;
}


@media (max-width: 768px) {
  .section-invest {
    padding-top: 27px;
    padding-bottom: 16px;
  }
  .icwKa .ka-invest-card {
    margin-bottom: 28px;
  }
}

/* ----------- END Section-invest ------------ */

.tab-content .items-result-grid{
  padding-bottom: 88px;
}
.tab-content .items-result-grid:last-child {
  padding-bottom: 20px;
}
/* START section-content */
.section-content .sc-inner {
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-content .sc-inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
/* END section-content */

/* START nav-control */
.nav-control__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-control__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .nav-control__wrapper {
    flex-direction: column;
  }
  .nav-control__container {
    margin-bottom: 16px;
  }
}
/* END nav-control */

/* START choices-general */
.choices-general__container {
  width: 364px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.choices-general {
  width: 364px;
}
@media screen and (max-width: 767px) {
  .choices-general__container {
    max-width: 100%;
  }
}
/* END choices-general */

/* overview table */
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(1) {
  width: 320px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(2) {
  width: 123px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(3) {
  width: 100px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(4) {
  width: 77px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(5) {
  width: 102px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(6) {
  width: 100px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(7) {
  width: 100px;
}
.table-blocking__scrollable.table-backlog.table-overview th:nth-child(8) {
  width: 218px;
}
@media screen and (max-width: 767px) {
  .table-blocking__scrollable.table-backlog.table-overview th:nth-child(1) {
    width: 164px;
  }
}
