
.bg-image-value {
  background: url("../../theme/img/bg-navigation-serach.svg");
  /* background: lightgray; */
  background-size: contain;
}

.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-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%;
  }
}

/* ----------- START section nav-control ------------ */
.nav-control__container {
  display: flex;
  gap: 32px;
  flex-direction: column;
  margin-bottom: 8px;
}
.nav-control__wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-control__wrapper-2 {
  display: flex;
  justify-content: flex-end;
}
.nav-control__date {
  min-width: 257.81px;
}
@media screen and (max-width: 767px) {
  .nav-control__date {
    width: 100%;
  }
  .nav-control__wrapper-1 {
    flex-direction: column;
    gap: 24px;
  }
  .nav-control__container {
    margin-bottom: 16px;
  }
}
/* ----------- END section nav-control ------------ */


/* ----------- START section table ------------ */
.icwKa .ka-asset-table-container {
  max-width: 100%;
  border-radius: 16px;
}
.icwKa .ka-asset-table-container::-webkit-scrollbar {
  height: 3px;
  background: #f2f2f2;
}
.icwKa .ka-asset-table-container::-webkit-scrollbar-thumb {
  background: #117B76;
  border-radius: 10px;
}

.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 1) {
  background-color: #fff;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 3) {
  background-color: #FAFAFA;
}
@media (max-width: 1200px) { 
  .table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 1) td:first-child {
    background-color: #fff;
  }
  .table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 3) td:first-child {
    background-color: #FAFAFA;
  }
}
/* .ka-scrollable-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
}
.ka-scrollable-table th:first-child,
.ka-scrollable-table td:first-child {
  padding-left: 24px;
  font-weight: 600;
  font-size: 18px;
}

.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: 20px 0px 20px 16px;
  table-layout: fixed;
}
.ka-scrollable-table td {
  border: 1px solid #eee;
}
.ka-scrollable-table td:not(:first-child){
  text-align: center;
  padding: 20px 0;
  color: #333;
  font-family: "kurious-looped", sans-serif;
}
.ka-scrollable-table td {
  vertical-align: top;
  text-align: start;
  background-color: #fff;
}
.ka-scrollable-table th {
  font-weight: 800;
  background-color: var(--bs-primary);
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 8px 12px 8px 14px;
}

.ka-scrollable-table thead {
  background-color: var(--bs-primary);
  color: #fff;
  font-weight: 800;
  padding: 8px 24px;
}*/
/* .table-blocking__scrollable tr:nth-child(even) * {
  background-color: #f3f8f8;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 1) {
  background-color: #fff;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 2) {
  background-color: #fafafa;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 3) {
  background-color: #FAFAFA;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 4) {
  background-color: #F3F8F8;
}
.table-blocking__scrollable.table-backlog tbody tr:nth-child(4n + 4) {
  padding: 8px 16px;
  font-style: 13px;
}
.table-blocking__scrollable.table-backlog th:not(:first-child) {
  text-align: center;
}
.table-blocking__scrollable.table-backlog th:first-child{
  width: 220px;
} 
@media screen and (max-width: 767px) {
  .table-blocking__scrollable.table-backlog th:first-child{
    width: 164px;
  } 
} */
/* section-backlog-table */
.section-content .sc-inner{
  padding-top: 48px;
  padding-bottom: 64px;
}
.icwKa .section-content .line-section{
  height: 40px;
  width: 2px;
  margin: 0px 24px;
  background-color: #DDDDDD;
}
.icwKa .date-title{
  font-size: 16px;
}

/* .icwKa .section-backlog-table .accordion-button{
  position: absolute;
  top: 0px;
}
.icwKa .section-backlog-table .accordion-button.collapsed::after{
  background-image: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-left.svg);
  scale: 1;
  transform: rotate(-90deg);
}

.icwKa .section-backlog-table .accordion-button:not(.collapsed)::after{
  background-image: url(../../../../../SiteCollectionDocuments/assets/ka-revamp2023/theme/img/icon-arrow-left.svg);
  scale: 1;
  transform: rotate(90deg);
} */

.icwKa .ka-scrollable-table tr{
  border-top: none;
}


.icwKa a.tooltip-underlilne:hover {
  text-decoration: underline;
}
.icwKa .accordion .accordion-collapse td:first-child:hover {
  cursor: pointer;
  text-decoration: underline;
}

.section-content  .select-box{
  max-width: 285px;
}


.section-content  .select-box .choices[data-type*="select-one"].is-open .choices__inner:has(~ .choices__list .is-selected.choices__placeholder){
 border-color: #0E6664;
}
.section-content  label{
  font-weight: 500;
  color: #111;
}
/* @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);
    font-weight: 800;
    z-index: 1;
    width: 220px;
    padding: 8px 24px;
    background: #fff;
  }
  .ka-scrollable-table td:first-child a{
    text-decoration: underline;
  }

  .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{
    padding: 8px 16px;
  }
  .ka-scrollable-table.table-backlog td:first-child{
    padding: 8px 16px;
  }

} */

@media screen and (max-width: 991px) {
  .icwKa .section-content .accordion-button.collapsed::after,
  .icwKa .section-content .accordion-button:not(.collapsed)::after{
    right: -8px;
  }
  .ka-scrollable-table td:not(:first-child){
    padding: 20px;
  }
  .section-content .select-box{
    max-width: 350px;
  }
  .section-content  .btn-download{
    margin-top: 12px;
  }
}

@media (max-width:450px) {
  .icwKa .section-content .small{
    font-size: 14px;
  }
}

/* ----------- END section table ------------ */
@media (max-width: 991px) {
  .section-filter .navigation-search {
    overflow: auto;
  }
  .ka-scrollable-table.table-backlog 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);
  }
}
/* -------------- 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 ;
  }
}


/*  */
