
.section-content .sc-inner{
  padding-top: 40px;
  padding-bottom: 64px;
}

.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[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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 24px;
  background: transparent;
  padding: 2px;
}
.icwKa .btn-icon {
  content: "";
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.icwKa .btn-icon-hamburger {
  background: url("../../theme/img/icon-hamburger-thick-gray.svg") no-repeat center center;
}
.icwKa .btn-icon-hamburger.is-active {
  background: url("../../theme/img/icon-hamburger-thick-green.svg");
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  
}

.icwKa .btn-icon-waffle {
  background: url("../../theme/img/icon-waffle-gray.svg")
    no-repeat center center;
}
.icwKa .btn-icon-waffle.is-active {
  background: url("../../theme/img/icon-waffle-green.svg"),
    #fff;
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
  
}

@media (max-width: 576px) {
  .icwKa .ka-layout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border-radius: 24px;
    background: var(--bs-gradient);
    padding: 2px;
  }
  .icwKa .btn-icon {
    content: "";
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .icwKa .btn-icon-hamburger {
    background: url("../../theme/img/icon-hamburger-thick-white.svg")
      no-repeat center center;
    opacity: 0.5;
  }
  .icwKa .btn-icon-hamburger.is-active {
    background: url("../../theme/img/icon-hamburger-thick-green.svg"),
      #fff;
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    opacity: 1;
    border-radius: 50%;
  }
  
  .icwKa .btn-icon-waffle {
    background: url("../../theme/img/icon-waffle-white.svg")
      no-repeat center center;
    opacity: 0.5;
  }
  .icwKa .btn-icon-waffle.is-active {
    background: url("../../theme/img/icon-waffle-green.svg"),
      #fff;
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    opacity: 1;
    border-radius: 50%;
  }
}

/* ----------- ka-asset-info-card ------------ */

.icwKa .ka-asset-info-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #dff1f0;
  padding: 1rem 0 0 0;
  background: #fff;
  /* width: 267px; */
}
.icwKa .ka-asset-info-card__name {
  font-size: 26px;
  margin-bottom: 6px;
  /* text-decoration: underline; */
  color: #333;
  font-weight: 600;
  color: var(--bs-primary);
}
.icwKa .ka-asset-info-card .ka-asset-info-card__name:hover a{
  text-decoration: underline;
}
.icwKa .ka-asset-info-card__desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 500;
}
.icwKa .ka-asset-info-card .ka-asset-info-card__desc:hover a{
  text-decoration: underline;
}
.icwKa .ka-asset-info-card__value {
  font-size: 26px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.icwKa .ka-asset-info-card__date {
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
}

.icwKa .ka-swiper-infocard{
  overflow-y:visible;
}
.icwKa .ka-swiper-infocard .swiper-pagination{
  bottom: -56px;
}

@media (max-width: 991px) {
  .icwKa .ka-asset-info-card__name {
    font-size: 20px;
  }
  .icwKa .ka-asset-info-card__value {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .icwKa .ka-asset-info-card__date {
    font-size: 10px;
  }
  .icwKa .ka-asset-info-card__desc {
    font-size: 12px;
  }
  .icwKa .ka-swiper-infocard .swiper-pagination{
    bottom: -38px;
  }
}

/* ----------- END ka-asset-info-card ------------ */

/* --------------- section-sticky-compare --------------- */

.icwKa .section-sticky-compare {
  background: #f8f8f8;
}
.icwKa .ka-assetcompare-item { 
  background: #135353;
  color: #fff;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #88bcbb;
  padding: 5px 38px 5px 12px;
  position: relative;
  cursor: pointer;
  text-wrap: nowrap;
}
.icwKa .ka-assetcompare-item:after {
  content: "X";
  position: absolute;
  right: 12px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}
.icwKa .ka-assetcompare-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  position: relative;
}
.icwKa .ka-assetcompare-wrapper::-webkit-scrollbar {
  height: 0px;
  /* width: 8px; */
  background: #f2f2f2;
}
.icwKa .section-sticky-compare .ka-assetcompare {
  position: relative;
}
.icwKa .section-sticky-compare .ka-assetcompare:after {
  content: "";
  background: linear-gradient(
    to left,
    rgba(248, 248, 248, 1),
    rgba(248, 248, 248, 0)
  );
  position: absolute;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 13px;
}
.icwKa .section-sticky-compare {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.icwKa .js-asset-compare-button {
  background: url("../../theme/img/icon-stock.svg")
    no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0.5rem;
  border: 1px solid #eee;
  cursor: pointer;
}
.icwKa .js-asset-compare-button.is-active {
  background: url("../../theme/img/icon-stock-white.svg")
    no-repeat center center;
  background-color: #135353;
  border: 1px solid #88bcbb;
}

@media (max-width: 1200px) {
  .icwKa .ka-assetcompare-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icwKa .section-sticky-compare .ka-assetcompare:after {
    content: "";
    background: none;
  }
  .icwKa .section-sticky-compare .ka-assetcompare-item{
    padding: 5px 30px 5px 8px;
  }
  .icwKa .section-sticky-compare .wrapper{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

/* --------------- END section-sticky-compare --------------- */

/* ----------- START section table ------------ */

.ka-scrollable-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
}


.ka-scrollable-table th,
.ka-scrollable-table td {
  border: 1px solid #eee;
  padding: 8px;
  text-align: center;
  width: fit-content;
  vertical-align: middle;
  font-weight: 500;
  color: #333;
  /* cursor: grab; 
  cursor: -webkit-grab; */
}
.ka-scrollable-table td {
  vertical-align: top;
  text-align: center;
  background-color: #fff;
  padding: 20px 8px 20px 8px;
}
.ka-scrollable-table td:first-child ,
.ka-scrollable-table td:nth-child(2) {
  text-align: start;
}
.ka-scrollable-table td a:hover{
  color: #117876;
}
.ka-scrollable-table td:first-child a:hover{
  text-decoration: underline;
}
.ka-scrollable-table th {
  font-weight: 600;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 18px;
  padding: 8px 12px 8px 14px;
}
.ka-scrollable-table th:first-child {
  padding: 8px 20px;
  text-align: left;
}
.ka-scrollable-table th:nth-child(2) {
  text-align: left;
}
.ka-scrollable-table th:first-child,
.ka-scrollable-table td:first-child {
  padding-left: 20px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 600;
}

.ka-scrollable-table thead {
  background-color: var(--bs-primary);
  color: #fff;
  font-weight: 600;
  padding: 8px 24px;
}
.ka-scrollable-table tr:nth-child(even) * {
  background-color: #f3f8f8;
}
.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 1) * {
  background-color: #fff;
}
.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 2) * {
  background-color: #fafafa;
}
.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 3) * {
  background-color: #f3f8f8;
}
.ka-scrollable-table.table-backlog tbody tr:nth-child(4n + 4) * {
  background-color: #ebf4f4;
}
.ka-scrollable-table.table-backlog th:first-child{
  width: 220px;
}
.section-backlog-table .ka-scrollable-table.table-backlog tr th:nth-child(n + 3){
 text-align: center;
}
.section-backlog-table .ka-scrollable-table.table-backlog .accordion-item td:nth-child(n + 3){
 text-align: center;
 padding: 20px 0;
}
.section-backlog-table .ka-scrollable-table th:nth-child(2){
  text-align: center;
 }
.section-backlog-table .ka-scrollable-table td:nth-child(2){
  text-align: center;
 }
.section-backlog-table .ka-scrollable-table th .date-title {
  font-size: 16px;
 }

/* ------------- 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 .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;
}
.section-result-table .choices-general{

  font-size: 18px;
  font-weight: 500;
}
.section-result-table label{
  font-weight: 500;
  color: #111111;
}
.section-result-table .select-box {
  max-width: 285px;
}


/*👉.section-result-table .select-box:focus::after{
  transform: rotate(-180deg);
}👈*/
.section-backlog-table .select-box .choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  border-color: #0E6664;
 }

@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) {
  .icwKa .ka-asset-table-container{
    border-radius: 16px 0px 0px 16px;
  }
  .ka-scrollable-table th {
    padding: 8px 16px;
    border-top: none;
  }
  .section-backlog-table .ka-scrollable-table th {
    padding: 8px 10px;
  }
  .section-result-table .select-box {
    max-width: 350px;
  }
  .section-result-table .btn-download{
    margin-top: 12px;
  }
}
@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 ------------ */
  .section-filter .navigation-search {
    overflow: auto;
  }
  .section-filter .btn.btn-checkbox,
  .section-result-table .btn.btn-currency {
    font-size: 14px;
  }
  .ka-scrollable-table.table-result th:first-child{
    width: 180px;
  }
  .ka-scrollable-table th:first-child, 
  .ka-scrollable-table td:first-child {
    font-size: 16px;
  }
  .ka-scrollable-table th,
  .ka-scrollable-table td {
    font-size: 16px;
  }

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 ------------ */

/* -------------- Modal --------------------*/
.modal .modal-dialog{
  max-width: 900px;
}
.modal .modal-body{
  align-items: start;
  text-align: start;
  gap: 24px;
  color: #111;
  padding: 24px 40px;
}
.modal .modal-body .header-modal{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-modal{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-modal ul li{
  list-style: disc;
  margin-left: 16px;
}
.modal .modal-footer{
  padding: 16px 16px 24px;
}
.modal .modal-footer .btn-recommanded-link:hover a{
  text-decoration: underline;
}

@media (max-width : 767px) {
  .modal .modal-body{
    padding: 16px;
  }
  .modal .modal-footer{
    padding: 16px ;
  }
}


/* nav-control */
.nav-control__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .nav-control__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}