/* .section-filter input.ka-searchbox + .ka-searchinput-icon{
  right:1rem;
} */
.section-filter .custom-searchbox{
  width: 608px;
}
.site-header.active {
  display: none;
}

.icwKa .section-filter .ka-page-title{
color: #111111;
}

@media (max-width:992px) {
  .section-filter .custom-searchbox{
    width: 100%;
  }
  
  .section-filter .form-check-label{
    min-width: 120px;
  }
}
/* ----------- Section controller -------------- */
.icwKa .section-controller .ka-sticky-bar{
  max-height: none;
  opacity: 1;
}
.icwKa .section-controller .ka-sticky-bar li a{
  font-weight: 600;
}
.icwKa .section-controller.active{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.icwKa .section-controller .ka-sticky-bar .bar-desktop .bar-desktop__container{
  max-width: 100%;
}
.icwKa .section-controller .ka-sticky-bar .bar-desktop{
  padding: 18px 0px 21px;
  display: none;
}
.icwKa .section-controller.active .ka-sticky-bar .bar-desktop{
  display: block;
}

.icwKa .section-controller .ka-sticky-bar .bar-mobile{
  display: none;
}
/*👉@media screen and (max-width:992px) {
  .icwKa .section-controller.active .ka-sticky-bar .bar-mobile{
    display: block;
  }
  
}👈*/
.navigation-search .searchbox-suggestion{
  width: 100%;
}
@media screen and (max-width:1200px) {
  .icwKa .ka-sticky-bar .bar-desktop .bar-desktop__text-bar .bar-desktop__bar-list {
    gap: 24px;
  }
  .icwKa .section-controller.active .ka-sticky-bar .bar-mobile{
    display: block;
  }
  .icwKa .ka-sticky-bar .bar-desktop{
    display: none;
  }
  .icwKa .section-controller.active .ka-sticky-bar .bar-desktop{
    display: none;
  }
}

/* START section-content */
.section-content .sc-inner {
  padding-top: 48px;
  padding-bottom: 64px;
}
.icwKa .section-content .icon-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.icwKa .section-content .icon-info::after {
  content: "";
  background-image: url("../service/img/ic-info.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.icwKa .section-content .icon-info img {
  max-height: 100%;
}
@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: 40px;
}
@media screen and (max-width: 767px) {
  .nav-control__container {
    margin-bottom: 48px;
  }
}
/* END nav-control */
/* START choices-general */
.choices-general__container {
  width: 364px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.choices-general {
  width: 364px;
}

/* END choices-general */

/* ----------- START section table ------------ */
.icwKa .section-result-table{
  padding: 56px 0 ;
}

.icwKa table.table-blocking__scrollable {
  border-radius: 8px;
}
.icwKa .ka-asset-table-container::-webkit-scrollbar {
  height: 3px;
  /* width: 8px; */
  background: rgba(0, 0, 0, 0.15);
}
.icwKa .ka-asset-table-container::-webkit-scrollbar-thumb {
  background: #117B76;
  border-radius: 10px;
}

.ka-scrollable-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
  margin-bottom: 0;
}
.ka-scrollable-table th:first-child,
.ka-scrollable-table td:first-child {
  padding-left: 24px;
}
.ka-scrollable-table td:first-child {
  font-size: 18px;
}
.ka-scrollable-table td:nth-child(2) a:hover {
  color: #117876;
}

.ka-scrollable-table th,
.ka-scrollable-table td {
  border: 1px solid #fff;
  padding: 8px;
  text-align: center;
  width: fit-content;
  vertical-align: middle;
  font-weight: 500;
  padding: 18px 16px 28px 16px;

  /* cursor: grab; 
  cursor: -webkit-grab; */
}


.ka-scrollable-table td {
  vertical-align: top;
  text-align: start;
  background-color: #fff;
  border: 1px solid #eee;

}
.ka-scrollable-table td:not(:first-child) {
  color: #333333;
  padding: 28px 18px 29px 24px;
  font-family: "kurious-looped", sans-serif;
  text-align: center;
}
.ka-scrollable-table td:nth-child(2) {
  text-align: start;
}
.ka-scrollable-table td:first-child a{
  color: #11706E;

}
.ka-scrollable-table th {
  font-weight: 600;
  background-color: var(--bs-primary);
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 28px 16px 27px 24px;
  min-height: 80px;
  height: 80px;
  border-top:none;
}
.ka-scrollable-table th:first-child,
.ka-scrollable-table th:nth-child(2) {
  text-align: start;
}

.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 {
  text-align: center;
}
.ka-scrollable-table.table-backlog th:first-child{
  width: 180px;
}

.custom-tooltip {
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-border-radius: 5px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-color: #333333;
  --bs-tooltip-max-width: 500px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  font-family: "kurious", sans-serif;
  border-radius: 5px;
}
.icwKa .ka-scrollable-table th img{
  cursor: pointer;
}
.tooltip-information{
  text-align: start;
  padding: 9px 8px;
  font-family: "kurious-looped", sans-serif;
}

.icwKa a.tooltip-underlilne:hover {
  text-decoration: underline;
}

.ka-scrollable-table .ka-icontag{
  display: flex;
  gap: 6px;
}
.table-blocking__scrollable.table-backlog th:first-child{
  width: 320px;
}
.table-blocking__scrollable.table-backlog th{
  width: 205px;
  padding: 8px 16px;
}

@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: 172px !important;
  }
  .ka-scrollable-table th:nth-child(2){
    width:221px !important;
  }
  .ka-scrollable-table th{
    width:170px !important;
  }
  .ka-scrollable-table th:last-child{
    width:184px !important;
  }

  .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 16px;
    background: #fff;
  }

  .ka-scrollable-table th:first-child::after,
  .ka-scrollable-table td:first-child::after {
    content: "";
    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));
  }
  .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;
  }
  .icwKa .fund-content__heading .h4 {
    font-size: 20px;
   }
}

@media screen and (max-width: 767px) {
  .table-blocking__scrollable.table-backlog th:first-child{
    width: 164px;
  }
  .table-blocking__scrollable.table-backlog th{
    width: 126px;
  }
  .table-blocking__scrollable td:first-child{
    padding: 16px;
  }
}


/* ----------- 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);
  }
}


/* --------------- Custom Daterangepicker --------------- */
.ka-daterangepicker{
  position: relative;
  cursor:pointer;
}
.ka-daterangepicker: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 .daterangepicker{
  position: absolute;
  top: 45px !important;
  /* left: 10px !important; */
  right: 0;
  z-index: 100;
  width:100%;
  
}
.ka-daterangepicker .daterangepicker .ranges{
  width:100%;
  padding:24px 0;
}
.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{
  margin-left: 24px;
  margin-right: auto; 
  width:calc(100% - 1.5rem - 24px);
}
.ka-daterangepicker .daterangepicker .drp-calendar{
  width: 100%;
  max-width: 100%;
}
.ka-daterangepicker .daterangepicker td:hover{
  background: var(--bs-primary);
  border-radius: 50%;
  font-weight: 600;
  color:#fff;
}
.ka-daterangepicker .daterangepicker td.active, 
.ka-daterangepicker .daterangepicker td.active:hover{
  background: var(--bs-primary);
  border-radius: 50%;
  font-weight: 600;
}
.ka-daterangepicker .daterangepicker  .table-condensed thead tr:first-of-type th{
  background: var(--bs-primary);
}
.daterangepicker .drp-calendar.left{
  padding: 8px;
}
.daterangepicker .drp-calendar.right{
  padding: 8px;
}
.ka-daterangepicker .daterangepicker .drp-calendar.left .table-condensed thead tr:first-of-type th:first-of-type{
  border-top-left-radius: 8px;
}
.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: 64px;
  padding:4px 8px;
  background: var(--bs-primary);
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  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: 64px;
  padding:4px 8px;
  background: var(--bs-primary);
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  font-weight: 600;

}
.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;
  background:url("../../theme/img/icon-calender-next.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  margin-top:6px;
}
.ka-daterangepicker .daterangepicker .calendar-table .next span{
  transform:rotate(0deg);
}
.ka-daterangepicker .daterangepicker .calendar-table .prev span{
  transform:rotate(-180deg);
}

.ka-daterangepicker .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 .daterangepicker .ranges li{
  font-family:"kurious";
  font-size:14px;
  padding:8px 0;
  font-weight: 600;
  color:#666666;
}
.daterangepicker.opensright:after{
  display:none;
}

.ka-daterangepicker .daterangepicker_input{
  display:flex;
  flex-direction: column;
  gap:1rem;
  padding:0 1.5rem;
}
.ka-daterangepicker .daterangepicker_input div{
  position:relative;
  width:100%;
}
.ka-daterangepicker .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 input[type="text"]:not(:placeholder-shown){
  border-color: #EEEEEE;
  font-family:"kurious";
  font-weight: 600;
}
.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){
  .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;
  }
  .ka-daterangepicker .daterangepicker .calendar-table td{
    height: 44px;
  }
}



/* --------------- END Custom Daterangepicker --------------- */

/* START custom table */
/* .table-blocking__body__heading__desc {
  max-width: 205px;
} */
.modal-header{
  border-bottom: none !important;

}
.dialog-title {
  color: #00a94f;
  font-size: 1.75rem;
  font-weight: 600;
}

.btn-primary-gradient {
  color: #fff !important;
  background: linear-gradient(293.01deg, #135454 12.12%, #11706E 61.2%, #11706E 61.2%) !important;
  border: none !important;
}

.modal-footer.py-2.bg-light-gradient.justify-content-center {
  background: linear-gradient(293.01deg, #f3f3f3 12.12%, #f7f7f7 61.2%);
}
/* END custom table */
