/* ----------- navigation-search ------------ */
.icwKa .choices[data-type*="select-one"] .choices__inner {
  padding: 9px 36px 9px 20px;
}
.section-filter .sc-inner {
  padding-top: 48px;
  padding-bottom: 80px;
}
.section-filter .navigation-search {
  position: relative;
  height: 100%;
  top: 0;
}
.section-filter__tag-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .section-filter .navigation-search {
    top: 6rem;
  }
}

@media (max-width: 991px) {
  .section-filter__tag-wrapper {
    overflow-x: scroll;
  }
}

@media (max-width: 767px) {
  .section-filter .sc-inner {
    padding-top: 24px;
  }
}

.section-filter__tag-wrapper::-webkit-scrollbar {
  margin-top: 8px;
  height: 4px;
  width: 2px;
  background-color: #fff;
}
.section-filter__tag-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(17, 120, 118, 0.5);
  border-radius: 10px;
  width: 50px;
}
.section-filter__tag {
  color: var(--bs-primary);
  font-weight: 300;
  min-width: fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #88bcbb;
  border-radius: 5px;
  padding: 5px 12px;
  cursor: pointer;
}
.section-filter__tag.is-active {
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 0px 10px rgba(17, 120, 118, 0.5);
  font-weight: 600;
}
.section-filter__card {
  border-radius: 4px;
  padding: 40px 24px 20px;
  background: url("../../theme/img/bg-search-card.png")
    no-repeat;
  background-size: cover;
  max-width: 322px;
  margin: 0 auto;
}
.section-filterh3 {
  font-size: 28px;
}
.section-filter__card-risk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 1px 0px 1px 9px;
  font-size: 10px;
}
.section-filter__card-risk .risk-level {
  font-weight: 600;
  background: #f2f2f2;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
}
.navigation-search-background {
  background: url("../../theme/img/bg-navigation-serach.svg")
    no-repeat;
  background-size: cover;
  z-index: 150;
  min-height: fit-content;
}
.section-filter .navigation-search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  /* display: none; */
  height: 100dvh;
}
.section-filter.searchbox-suggestion {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  z-index: 200;
  width: calc(100% - 60px);
  border: 1px solid #eeeeee;
}
.section-filter.form-check {
  width: 150px;
}
.section-filterinput[type="radio"]:checked + label {
  font-weight: 600;
}

.icwKa .section-filter .ka-choice-calender,
.icwKa .section-filter .ka-choice-funds{
}
/* ka-choice */
.ka-choice__from__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ka-choice__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ka-choice__btn-recaptcha__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
/* btn download */
.ka-btn-searchfund__container {
  max-width: 256px;
  width: 100%;
}
.icwKa .ka-btn-searchfund {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 24px;
  width: 100%;
  background-color: #144B48;
  color: #fff;
}
.icwKa .ka-btn-searchfund.disabled {
  pointer-events: none;
  background-color: #E5E5E5;
  color: #ACACAC;
}
@media screen and (max-width: 767px) {
  .ka-btn-searchfund__container {
    max-width: 100%;
  }
}

.icwKa .choices__list[aria-expanded].choices__list--dropdown{
  border: 1px solid #eee;
  margin-top: 4px;
}
.icwKa .choices__list.choices__list--dropdown .choices__input.choices__input--cloned{
  border-radius: 0px;
  border: 1px solid #eee;

}
.icwKa .choices__list[aria-expanded].choices__list--dropdown::after{
  content: "";
  background: url("../../theme/img/icon-magnify-green.svg");
  background-size: cover;
  width: 19px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.icwKa .choices__item.choices__item--choice.choices__placeholder.choices__item--selectable{
  display: none;
}
.icwKa .choices__group .choices__heading{
  font-size: 16px;
  color: #333;
  font-weight: 600;
  border: none;
  padding: 29px 24px 0px;
}

.icwKa .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 .choices__item.choices__item--choice.choices__item--selectable span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
/* .choices__item.choices__item--selectable span{
  display: none;
} */
.icwKa .choices__item.choices__item--choice.choices__item--selectable.is-highlighted{
  background: #fff;
  color: #0E6664;
}
.icwKa .choices__item.choices__item--choice.choices__item--selectable.is-highlighted span{
  color: #333;
}

@media screen and (max-width: 576px) {
  .section-filter__card {
    max-width: 100%;
  }
  .section-filter {
    top: 100px;
  }
  .section-filter__recommender h3 {
    font-size: 24px;
  }
  .section-filter__tag {
    font-size: 14px;
  }
  .section-filter__tag img {
    width: 24px;
  }

  .swiper-pagination.section-filter__card-pagination {
    bottom: 30px;
  }

  .icwKa .choices__list--single .choices__item{
    font-size: 16px;
  }

  .icwKa .section-filter .ka-choice-calender,
  .icwKa .section-filter .ka-choice-funds{
  }
  .icwKa .section-filter .btn-container{
    margin: 0 1px;
  }
}

/* ----------- END navigation-search ------------ */

.bg-image-value {
  background: url("../../theme/img/bg-navigation-serach-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-lightgreen {
  background-color: #f3f8f8;
}
.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: -4px;
  left: 0;
  right: 0;
  height: 4px;
  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;
}
@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: 11px;
    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: 18px;
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #333;
  font-weight: 800;
  color: var(--bs-primary);
}
.icwKa .ka-asset-info-card__desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  font-weight: 500;
}
.icwKa .ka-asset-info-card__value {
  font-size: 44px;
  color: #333;
  font-weight: 800;
  line-height: 1;
}
.icwKa .ka-asset-info-card__date {
  font-size: 14px;
  color: #333;
}

@media (max-width: 991px) {
  .icwKa .ka-asset-info-card__name {
    font-size: 16px;
  }
  .icwKa .ka-asset-info-card__value {
    font-size: 30px;
  }
  .icwKa .ka-asset-info-card__date {
    font-size: 10px;
  }
  .icwKa .ka-asset-info-card__desc {
    font-size: 12px;
  }
}
/* ----------- END ka-asset-info-card ------------ */

/* --------------- section-sticky-compare --------------- */

.icwKa .section-sticky-compare {
  background: #f8f8f8;
}
.icwKa .ka-assetselected-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.icwKa .ka-assetselected-wrapper::-webkit-scrollbar {
  height: 0px;
  /* width: 8px; */
  background: #f2f2f2;
}
.icwKa .section-sticky-compare .ka-assetselected {
  position: relative;
}
.icwKa .section-sticky-compare .ka-assetselected: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-assetselected-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: start;
  }
  .icwKa .section-sticky-compare .ka-assetselected:after {
    content: "";
    background: none;
  }
  .icwKa .section-sticky-compare .ka-assetselected-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 --------------- */



/* --------------- Custom MockUp ReCAPCHA --------------- */

.g-recaptcha div{
  width: 100% !important;
  margin: 0 auto !important;
}

.rc-anchor-normal{
  width: 100%;
}
/* --------------- END Custom MockUp ReCAPCHA --------------- */

/* --------------- Custom Daterangepicker --------------- */

.ka-daterangepicker .daterangepicker{
  position: absolute;
  top: 45px !important;
  /* left: 10px !important; */
  right: 0;
  z-index: 100;
  width:100%;
  padding: 24px;
}

.ka-daterangepicker .daterangepicker .ranges{
  width:100%;
  margin: 0;
  margin-bottom: 8px;
}
.ka-daterangepicker .daterangepicker .ranges li.active{
  background: transparent;
  color: var(--bs-primary);
}
.ka-daterangepicker .daterangepicker .ranges li:hover{
  background:#F2F8F8;
}
.ka-daterangepicker .daterangepicker:before{
  display: none;
  content: "";
}
.ka-daterangepicker .daterangepicker.show-calendar .ranges{
  width: 100%;
}
.ka-daterangepicker .daterangepicker .ranges ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.ka-daterangepicker .daterangepicker .drp-calendar{
  width: 50%;
  max-width: 50%;
}
.ka-daterangepicker .daterangepicker td:hover{
  background: var(--bs-primary);
  border-radius: 50%;
  font-weight:600;
  color:#fff;
}
.ka-daterangepicker .daterangepicker td:hover,
.ka-daterangepicker .daterangepicker td.active, 
.ka-daterangepicker .daterangepicker td.active:hover{
  background-color: unset;
  position: relative;
  z-index: 1;
  font-weight:600;
}
.ka-daterangepicker .daterangepicker td:hover::after,
.ka-daterangepicker .daterangepicker td.active::after, 
.ka-daterangepicker .daterangepicker td.active:hover::after {
  content: "";
  background: var(--bs-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  z-index: -1;
}
.ka-daterangepicker .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:first-of-type{
  border-top-left-radius: 8px;
  padding-right:0;
}
.ka-daterangepicker .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:last-of-type{
  border-top-right-radius: 8px;
  padding-left:0;
}

.ka-daterangepicker .daterangepicker .table-condensed thead tr:first-of-type th.month{
  text-align: center;
}
.ka-daterangepicker .daterangepicker select.monthselect{
  width: fit-content;
  padding:0;
  margin: 0;
  color: #333333;
  border-width: 0;
  display: inline-block;
  font-size: 13px;
  font-weight:600;
  position:relative;
}
.ka-daterangepicker .daterangepicker select.monthselect::after{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  content:"";
  width:10px;
  height:10px;
  background:url("../../theme/img/icon-chevron-down.svg");
  background-position:center center;
}
.ka-daterangepicker .daterangepicker select.yearselect{
  width: fit-content;
  padding:0;
  margin: 0;
  color: #333333;
  border-width: 0;
  display: inline-block;
  font-size: 13px;
  font-weight:600;
  position:relative;

}
.ka-daterangepicker .daterangepicker .drp-calendar.left .calendar-table{
  padding-right: 0;
}
.ka-daterangepicker .daterangepicker .calendar-table thead th, 
.ka-daterangepicker .daterangepicker .calendar-table thead td{
  border-radius: 0;
  border: none;
}
.ka-daterangepicker .daterangepicker .calendar-table .next span,
.ka-daterangepicker .daterangepicker .calendar-table .prev span{
  border:none;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #F1F1F3;
}

.ka-daterangepicker .daterangepicker .calendar-table .next span::after,
.ka-daterangepicker .daterangepicker .calendar-table .prev span::after {
  content: "";
  display: block;
  background-image: url("../../theme/img/icon-chevron-down-gray.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;

}
.ka-daterangepicker .daterangepicker .calendar-table .next span{
  transform:rotate(-90deg);
}
.ka-daterangepicker .daterangepicker .calendar-table .prev span{
  transform:rotate(90deg);
}

.ka-daterangepicker .daterangepicker .calendar-table thead th,
 .ka-daterangepicker .daterangepicker .calendar-table thead td {
  padding: 0;
  width: 32px;
  height: 32px;
 }

.ka-daterangepicker .daterangepicker .calendar-table td{
  padding-right: 0;
  width:30px !important;
  min-width: 30px;
  max-width: 32px;
  height: 32px;
  aspect-ratio:1/1;
  margin-right:10px;
  font-size:14px;
  padding: 4px 0;
}
.ka-daterangepicker .daterangepicker .ranges li{
  font-family:"kurious-looped";
  font-size:16px;
  line-height: 24px;
  padding: 0;
  font-weight:600;
  color:#666666;
}
.daterangepicker.opensright:after{
  display:none;
}

.ka-daterangepicker .daterangepicker_input{
  display:flex;
  flex-direction: row;
  gap: 8px;
}
.ka-daterangepicker .daterangepicker_input div{
  position:relative;
  width:100%;
}
.ka-daterangepicker input[type="text"]:not(:placeholder-shown){
  border-color: #EEEEEE;
  font-family:"kurious-looped";
  font-weight:600;
  font-size: 16px;
}
.ka-daterangepicker input[type="text"]:focus,
.choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  border-color: #0E6664;
}
.choices[data-type*="select-one"] .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  transition: border-color ease-in-out 0.2s;
}

.icwKa .daterangepicker .table-condensed tr{

}

@media (max-width:576px){
  .daterangepicker.show-ranges.ltr .drp-calendar.left,
  .daterangepicker.show-ranges.ltr .drp-calendar.right {
    max-width: unset;
  }
  .ka-daterangepicker .daterangepicker_input{
    flex-direction:column;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.left{
    padding:0;
    margin:auto;
    border-left:0 !important;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.right{
    padding:0;
    margin:auto;
    border-left:0 !important;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:first-of-type{
    border-top-left-radius: 8px;
    padding-right:0;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:last-of-type{
    border-top-right-radius: 8px;
    padding-left:0;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:last-of-type{
    border-top-right-radius: 8px;
    padding-right:0;
  }
  .ka-daterangepicker .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:first-of-type{
    border-top-left-radius: 8px;
    padding-left:0;
  }
  .ka-daterangepicker .daterangepicker .table-condensed thead tr:first-of-type th.month{
    text-align: center;
  }
}



/* --------------- END Custom Daterangepicker --------------- */

.daterangepicker .drp-calendar.left{
  padding: 16px;
  padding-right: 12px;
  border: 1px solid #E4E4E7;
  border-right-width: 0;
  
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.daterangepicker .drp-calendar.right{
  padding: 16px;
  padding-left: 12px;
  border: 1px solid #E4E4E7;
  border-left-width: 0;

  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


/* --------------- Custom Daterangepicker (EN) --------------- */
.ka-daterangepicker-en{
  position: relative;
  cursor:pointer;
}
.ka-daterangepicker-en:after{
  content:"";
  background:url("../../theme/img/icon-calender-gray.svg");
  background-size:cover;
  width:16px;
  height:18px;
  top:50%;
  right:16px;
  transform:translateY(-50%);
  position:absolute;
}
.ka-daterangepicker-en .daterangepicker{
  position: absolute;
  top: 45px !important;
  /* left: 10px !important; */
  right: 0;
  z-index: 100;
  width:100%;
  
}
.ka-daterangepicker-en .daterangepicker .ranges{
  width:100%;
  padding:24px 0;
}
.ka-daterangepicker-en .daterangepicker .ranges li.active{
  background: transparent;
  color: var(--bs-primary);
}
.ka-daterangepicker-en .daterangepicker .ranges li:hover{
  background:#F2F8F8;
}
.ka-daterangepicker-en .daterangepicker:before{
  display: none;
  content: "";
}
.ka-daterangepicker-en .daterangepicker.show-calendar .ranges{
  width: 100%;
}
.ka-daterangepicker-en .daterangepicker .ranges ul{
  margin-left: 24px;
  margin-right: auto; 
  width:calc(100% - 1.5rem - 24px);
}
.ka-daterangepicker-en .daterangepicker .drp-calendar{
  width: 100%;
  max-width: 100%;
}
.ka-daterangepicker-en .daterangepicker td:hover{
  background: var(--bs-primary);
  border-radius: 50%;
  font-weight:600;
  color:#fff;
}
.ka-daterangepicker-en .daterangepicker td.active, 
.ka-daterangepicker-en .daterangepicker td.active:hover{
  background: var(--bs-primary);
  border-radius: 50%;
  font-weight:600;
}
.ka-daterangepicker-en .daterangepicker  .table-condensed thead tr:first-of-type th{
  background: var(--bs-primary);
}

.ka-daterangepicker-en .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:first-of-type{
  border-top-left-radius: 8px;
}
.ka-daterangepicker-en .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:last-of-type{
  border-top-right-radius: 8px;
  padding-left:0;
}

.ka-daterangepicker-en .daterangepicker .table-condensed thead tr:first-of-type th.month{
  text-align: center;
}
.ka-daterangepicker-en .daterangepicker select.monthselect{
  width: 64px;
  padding:4px 8px;
  background: var(--bs-primary);
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  font-weight:600;
  position:relative;
}
.ka-daterangepicker-en .daterangepicker select.monthselect::after{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  content:"";
  width:10px;
  height:10px;
  background:url("../../theme/img/icon-chevron-down.svg");
  background-position:center center;
}
.ka-daterangepicker-en .daterangepicker select.yearselect{
  width: 64px;
  padding:4px 8px;
  background: var(--bs-primary);
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  font-weight:600;

}
.ka-daterangepicker-en .daterangepicker .drp-calendar.left .calendar-table{
  padding-right: 0;
}
.ka-daterangepicker-en .daterangepicker .calendar-table thead th, 
.ka-daterangepicker-en .daterangepicker .calendar-table thead td{
  border-radius: 0;
  border: none;
}
.ka-daterangepicker-en .daterangepicker .calendar-table .next span,
.ka-daterangepicker-en .daterangepicker .calendar-table .prev span{
  border:none;
  background:url("../../theme/img/icon-calender-next.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  margin-top:6px;
}
.ka-daterangepicker-en .daterangepicker .calendar-table .next span{
  transform:rotate(0deg);
}
.ka-daterangepicker-en .daterangepicker .calendar-table .prev span{
  transform:rotate(-180deg);
}

.ka-daterangepicker-en .daterangepicker .calendar-table td{
  padding-right: 0;
  width:30px !important;
  min-width: 30px;
  height: 40px;
  aspect-ratio:1/1;
  margin-right:10px;
  font-size:14px;
}
.ka-daterangepicker-en .daterangepicker .ranges li{
  font-family:"kurious-looped";
  font-size:14px;
  padding:8px 0;
  font-weight:600;
  color:#666666;
}
.daterangepicker.opensright:after{
  display:none;
}

.ka-daterangepicker-en .daterangepicker_input{
  display:flex;
  flex-direction: column;
  gap:1rem;
  padding:0 1.5rem;
}
.ka-daterangepicker-en .daterangepicker_input div{
  position:relative;
  width:100%;
}
.ka-daterangepicker-en .daterangepicker_input div:after{
  content:"";
  background:url("../../theme/img/icon-calender-gray.svg");
  background-size:cover;
  width:16px;
  height:18px;
  top:50%;
  right:16px;
  transform:translateY(-50%);
  position:absolute;
}
.ka-daterangepicker-en input[type="text"]:not(:placeholder-shown){
  border-color: #EEEEEE;
  font-family:"kurious-looped";
  font-weight:600;
}
.ka-daterangepicker-en input[type="text"]:focus,
.choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  border-color: #0E6664;
}
.choices[data-type*="select-one"] .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
  transition: border-color ease-in-out 0.2s;
}

.icwKa .daterangepicker .table-condensed tr{

}

@media (max-width:576px){
  .ka-daterangepicker-en .daterangepicker_input{
    flex-direction:column;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.left{
    padding:0;
    margin:auto;
    border-left:0 !important;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.right{
    padding:0;
    margin:auto;
    border-left:0 !important;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:first-of-type{
    border-top-left-radius: 8px;
    padding-right:0;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:last-of-type{
    border-top-right-radius: 8px;
    padding-left:0;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:last-of-type{
    border-top-right-radius: 8px;
    padding-right:0;
  }
  .ka-daterangepicker-en .daterangepicker .drp-calendar.right .table-condensed thead tr:first-of-type th:first-of-type{
    border-top-left-radius: 8px;
    padding-left:0;
  }
  .ka-daterangepicker-en .daterangepicker .table-condensed thead tr:first-of-type th.month{
    text-align: center;
  }
  .ka-daterangepicker-en .daterangepicker .calendar-table td{
    height: 44px;
  }
}



/* --------------- END Custom Daterangepicker --------------- */
/* ka-download */
.ka-download__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ka-download__content__container {
  max-width: 558px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}