

.jk-checkbox-label::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
}

.jk-checkbox-label::after {
  content: "Pilih";
}

.jk-checkbox-input:checked + .jk-checkbox-label::before {
  display: inline-block;
}

.jk-checkbox-input:checked + .jk-checkbox-label::after {
  display: none;
}
:root {
  --jk-light-turquoise: #eff5f6;
  --jk-dark-turquoise: #043a3f;
  --jk-main-turquoise: #055c64;
  --jk-salmon-orange: #cd8065;
  --jk-navy-400: #c8cfdc;
  --jk-navy-500: #98a0b3;
  --jk-navy-600: #707991;
  --jk-navy-1000: #202a43;
  --jk-font-bangla: "Kohinoor Bangla";
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--jk-font-bangla);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.btn-outline-main-turquoise {
  --bs-btn-color: var(--jk-main-turquoise);
  --bs-btn-border-color: var(--jk-main-turquoise);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--jk-main-turquoise);
  --bs-btn-hover-border-color: var(--jk-main-turquoise);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--jk-main-turquoise);
  --bs-btn-active-border-color: var(--jk-main-turquoise);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--jk-main-turquoise);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--jk-main-turquoise);
  --bs-gradient: none;
}
/* color  */
.light-turquoise {
  color: var(--jk-light-turquoise);
}

.dark-turquoise {
  color: var(--jk-dark-turquoise);
}

.main-turquoise {
  color: var(--jk-main-turquoise);
}

.salmon-orange {
  color: var(--jk-salmon-orange);
}

.navy-400 {
  color: var(--jk-navy-400);
}

.navy-500 {
  color: var(--jk-navy-500);
}

.navy-600 {
  color: var(--jk-navy-600);
}

.navy-1000 {
  color: var(--jk-navy-1000);
}

/* Background color classes */

.bg-light-turquoise {
  background-color: var(--jk-light-turquoise);
}

.bg-dark-turquoise {
  background-color: var(--jk-dark-turquoise);
}

.bg-main-turquoise {
  background-color: var(--jk-main-turquoise);
}

.bg-salmon-orange {
  background-color: var(--jk-salmon-orange);
}

.bg-navy-400 {
  background-color: var(--jk-navy-400);
}

.bg-navy-500 {
  background-color: var(--jk-navy-500);
}

.bg-navy-600 {
  background-color: var(--jk-navy-600);
}

.bg-navy-1000 {
  background-color: var(--jk-navy-1000);
}

/* font size */
.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}

/* border color */
.border-salmon-orange {
  border: 1px solid var(--jk-salmon-orange);;
}

span.jk-processing-detail-card-status.jk-on-process {
  color: var(--jk-salmon-orange);
  text-align: right;
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@font-face {
  font-family: Kohinoor Bangla;
  src: url("/font/Kohinoor Bangla/KohinoorBangla-Bold.otf");
  font-weight: Bold;
}

@font-face {
  font-family: Kohinoor Bangla;
  src: url("/font/Kohinoor Bangla/KohinoorBangla-Semibold.otf");
  font-weight: Semibold;
}

@font-face {
  font-family: Kohinoor Bangla;
  src: url("/font/Kohinoor Bangla/KohinoorBangla-Medium.otf");
  font-weight: Medium;
}

@font-face {
  font-family: Kohinoor Bangla;
  src: url("/font/Kohinoor Bangla/KohinoorBangla-Regular.otf");
  font-weight: Regular;
}

@font-face {
  font-family: Kohinoor Bangla;
  src: url("/font/Kohinoor Bangla/KohinoorBangla-Light.otf");
  font-weight: Light;
}

.jk-menu {
  background: var(--jk-main-turquoise, #055c64);
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #fff;
  background-color: #0a4b51;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested .nav-link {
  padding-left: 2.5rem;
}

.mainlogo {
  background-image: url("/images/logo/LOGO FINAL-04.png");
  width: 100%;
  height: 75px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.sb-nav-fixed .sb-topnav {
  margin-left: 225px;
  background-color: #ffffff !important;
}

.sb-sidenav-toggled .sb-topnav {
  margin-left: 0px;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover {
  background-color: var(--jk-main-turquoise);
  cursor: default;
  color: white;
}

.sb-sidenav .active {
  color: #fff;
  background-color: var(--jk-dark-turquoise);
  border-right: 5px solid var(--jk-salmon-orange);
}

.jk-main-card {
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.jk-h1 {
  font-size: 24px;
}

.jk-btn-link {
  color: var(--jk-main-turquoise) !important;
  font-weight: 700;
}

.jk-form-row {
  padding-bottom: 16px;
}

.jk-form-group {
  padding-top: 1rem;
}

.jk-form-row .jk-btn-link {
  line-height: 36px;
}

.jk-form-label {
  line-height: 36px;
  font-weight: 700;
}

.btn-check.jk-radio-btn + .btn {
  color: black;
  background-color: white;
  border-color: var(--jk-navy-400);
  font-weight: 700;
  border-radius: 25px;
}

.btn-check.jk-radio-btn:checked + .btn {
  color: white;
  background-color: var(--jk-main-turquoise);
  border-color: var(--jk-main-turquoise);
  font-weight: 700;
  border-radius: 25px;
}

.jk-page-title {
  margin-bottom: 24px;
}

.jk-processing-container .jk-page-title {
  margin-bottom: 6px;
}

.jk-form-po-price {
  color: var(--jk-main-turquoise) !important;
  font-weight: 700;
  text-align: right;
}

.jk-form-separator {
  border-bottom: 1px solid var(--jk-navy-400);
  margin-left: 12px;
  box-sizing: border-box;
  width: calc(33.3333% - 24px);
}

.jk-section {
  background-color: white;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  box-sizing: border-box;
  width: calc(100% + 1.5rem);
  margin-bottom: 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 24px;
  padding-bottom: 24px;
}

.jk-processing-container {
  overflow-x: hidden;
  padding-top: 0px;
  padding-bottom: 86px;
}

.jk-processing-title-section {
  color: var(--jk-navy-1000, #202a43);
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  margin-bottom: 0px;
}

.jk-h4 {
  color: var(--navy-1000, #202a43);
  font-family: Kohinoor Bangla;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-processing-target {
  color: var(--jk-main-turquoise, #055c64);
  font-family: Kohinoor Bangla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 16px;
}

.jk-processing-stat-contianer {
  padding-top: 24px;
}

.jk-processing-stat {
  background: url("/images/icons/Beans Moisture.svg");
  padding-left: 70px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.jk-processing-stat p {
  color: var(--jk-navy-1000, #202a43);
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  margin-bottom: 0px;
}

.jk-processing-stat h3 {
  color: var(--navy-1000, #202a43);
  font-family: Kohinoor Bangla;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-beans-moisture {
}

.jk-processing-stat.jk-beans-temp {
  background-image: url("/images/icons/Beans Temp.svg");
}

.jk-processing-stat.jk-room-humidity {
  background-image: url("/images/icons/Room Humidity.svg");
}

.jk-processing-stat.jk-room-temp {
  background-image: url("/images/icons/Room Temp.svg");
}

.jk-row {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 8px;
}

.jk-log-data-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  padding-bottom: 24px;
}

.jk-log-left-section {
}

.jk-log-right-section {
  width: calc(100%);
  padding-left: 34px;
  display: block;
}

.jk-log-pencil,
.jk-log-left-section.jk-log-start {
  width: 25px;
  height: 100%;
  background: url("/images/icons/Log Pencil.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.jk-log-left-section.jk-log-pencil::before,
.jk-log-left-section.jk-log-start::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 12px;
  width: 1px;
  height: 100%;
  background-color: var(--jk-light-turquoise);
}

.jk-log-title {
  color: var(--jk-main-turquoise, #055c64);
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-log-content {
}

.jk-log-container {
  padding-top: 32px;
}

.jk-log-timestamp {
  color: var(--navy-500, #98a0b3);
  leading-trim: both;
  text-edge: cap;
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jk-tambah-log-btn-container {
  margin-top: 16px;
  padding: 0px 0px;
}

.jk-btn-orange {
  border-radius: 10px;
  background: var(--jk-salmon-orange, #cd8065);
  width: 100%;
  height: 50px;
  line-height: 2;
  font-weight: 600;
  color: white;
}

.jk-sticky-btn-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  background-color: white;
  box-shadow: 0px -7px 30px -15px rgba(0, 0, 0, 0.1);
}

.jk-btn-turquoise {
  border-radius: 10px;
  background: var(--jk-main-turquoise, #cd8065);
  width: 100%;
  height: 50px;
  line-height: 2;
  font-weight: 600;
  color: white;
}

.btn.jk-btn-turquoise:hover {
  background: var(--jk-dark-turquoise);
  color: #ffffff;
}

.jk-form-log-container {
}

.jk-form-log-container .col-6,
.jk-form-log-container .col-12 {
  margin-bottom: 24px;
}

.jk-offcanvas {
  border-radius: 10px 10px 0px 0px;
  padding-top: 4px;
}

.jk-offcanvas .jk-h5 {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 16px;
}

.jk-offcanvas .row {
  margin-bottom: 16px;
}

.offcanvas-title {
  font-weight: 800;
}

.form-floating > .form-control:focus,
.form-floating > .datatable-input:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .datatable-input:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .datatable-input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .datatable-input:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > .datatable-selector ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.75rem);
  background-color: white;
  padding: 0px 4px;
  height: 24px;
  width: auto;
}

.form-floating > .form-control {
  font-weight: 700;
}

@media (max-width: 992px) {
  .mainlogo {
    display: none;
  }

  .sb-sidenav .sb-sidenav-menu {
    padding-top: 56px;
  }

  .sb-nav-fixed .sb-topnav {
    margin-left: 0px;
    background-color: #ffffff !important;
  }

  .mainlogo-navbar {
    display: inline-block;
    background-image: url("/images/logo/LOGO FINAL-03.png");
    width: 134px;
    height: 56px;
    float: left;
    position: relative;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 16px;
  }
}

.jk-inventory-container {
  width: 100%;
  background-color: #ffffff;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 64px;
  margin-bottom: 0px;
  padding-top: 24px; /* margin-bottom: 16px; */
}

.jk-inventory-header {
  color: #000;
  font-family: Kohinoor Bangla;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.jk-searchbar-container {
}

.jk-filter-section-container {
  padding: 16px 0px;
}

.jk-card-list-container {
  margin-top: 16px;
}

.jk-card-list-info {
  display: flex;
  justify-content: space-between;
}

.jk-card-list {
  padding-top: 8px;
}

.jk-card-inventory {
  border-radius: 15px;
  border: 1px solid var(--navy-400, #c8cfdc);
  background: #fff;
  padding: 12px;
  margin-bottom: 16px;
}

.jk-card-first-row {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin: 0px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--navy-300, #e4e7ee);
}

.jk-graded {
  background-image: url("/images/icons/Graded Beans.svg");
}

.jk-ungraded {
  background-image: url("/images/icons/Ungraded Beans.svg");
}

.jk-parchment {
  background-image: url(/images/icons/Parchment.svg);
}

.jk-cherry {
  background-image: url("/images/icons/Red Cherry.svg");
}

.jk-card-second-row {
  margin: 0px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid var(--navy-300, #e4e7ee);
}

.jk-card-third-row {
  margin: 0px;
  padding-top: 8px;
}

.jk-filter-button {
  border-radius: 10px;
  border: 1px solid var(--jk-navy-400);
  background: #fff;
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 32px;
}

.jk-filter {
  background-image: url("/images/icons/Sliders Horizontal.svg");
}

.jk-urutkan {
  background-image: url("/images/icons/Chevron Down.svg");
}

.jk-card-beans-name {
  color: #000; /* Title */
  font-family: Kohinoor Bangla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 21px;
  padding-top: 6px;
}

.jk-card-beans-state {
  color: var(--navy-600, #707991); /* Body - Bold */
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-detail-processing-batch {
}

.jk-processing-detail-card-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

jk-processing-detail-card-title {
  color: #000;
  font-family: Kohinoor Bangla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-processing-detail-card {
  border: 0.5px solid var(--jk-navy-400);
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: -8px;
}

.jk-detail-processing-batch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-top: 8px;
}

.jk-detail-processing-batch.jk-total-biji-kopi {
  font-weight: 900;
  padding-top: 8px;
  border-top: solid 0.25px var(--jk-navy-400, 0.5);
  margin-top: 16px;
  box-sizing: border-box;
}

.jk-card-attribute-content {
  color: #000; /* Body - Semibold */
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jk-card-attribute-title {
  color: var(--jk-navy-00, #98a0b3); /* Caption Title */
  font-family: Kohinoor Bangla;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

span.jk-jumlah-card {
  color: var(--navy-600, #707991);
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-processing-detail-card-button {
  display: flex;
  flex-flow: row-reverse;
}

.jk-processing-detail-card-parameter-section {
  padding-bottom: 16px;
  padding-top: 8px;
}

.jk-processing-detail-card-parameter-section .jk-row .col-3 {
  padding-left: 0px;
}

.jk-processing-detail-parameter-value {
  color: #000;
  font-family: Kohinoor Bangla;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-processing-detail-parameter-title {
  color: var(--navy-500, #98a0b3);
  font-family: Kohinoor Bangla;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jk-processing-detail-card-parameter-section h4 {
  color: #000;
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.jk-processing-detail-card-caption {
  padding-top: 16px;
  padding-bottom: 16px;
}

span.jk-processing-detail-card-status.jk-selesai {
  color: var(--jk-main-turquoise, #055c64);
  text-align: right;
  font-family: Kohinoor Bangla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

span.jk-processing-detail-card-title {
  color: #000;
  font-family: Kohinoor Bangla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.jk-btn-outlined,
.jk-btn-outlined:hover {
  color: var(--jk-main-turquoise);
  background: white;
  border: thin solid var(--jk-main-turquoise);
}

.jk-select-multiple {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.jk-select-multiple > .checkbox {
  display: none;
}
.jk-select-multiple > .jk-multiple-select_placeholder {
  color: darkgray;
}
.jk-select-multiple > .content {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: -10;
  padding: 8px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  background: #f1f3f6;
  border-radius: 4px;
  box-shadow: 0 0px 4px #656565;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
.jk-select-multiple > .checkbox:checked ~ .content {
  z-index: 10;
  visibility: visible;
  transition: all 300ms ease-in-out;
}

.jk-breadcrumb {
  margin: 0 2px;
  padding: 4px 12px;
  color: white;
  background: #282828;
  border-radius: 8px;
  font-size: 12px;
}

.jk-table__head {
  cursor: pointer;
}
.jk-table__head svg {
  visibility: hidden;
}
.jk-table__head:hover svg {
  visibility: visible;
  opacity: 0.35;
}

.form-check-input:checked {
  background-color: var(--jk-main-turquoise);
  border-color: var(--jk-main-turquoise);
}

.hide-empty:empty {
  display: none !important;
}

.w-half {
  width: 100%;
}

@media (min-width: 992px) {
  .w-half {
    width: 50%;
  }
}

.animate-spin {
  animation: spin 1.25s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

button:disabled {
  cursor: not-allowed !important;
}

.horizontal-dl {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-auto-flow: column;
  width: 100%;
}

.horizontal-dl-bordered {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-auto-flow: column;
  width: 100%;
  column-gap: 1rem;

  & > dt:not(:nth-last-of-type(1)),
  & > dd:not(:nth-last-of-type(1)) {
    border-right: thin solid #c8cfdc;
  }
}

.mainlogo-small {
  display: inline-block;
  background-image: url("/images/logo/LOGO FINAL-03.png");
  width: 134px;
  height: 56px;
  float: left;
  position: relative;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 16px;
}

.so-si-table {
  & thead th,
  & tbody tr:not(:nth-last-of-type(1)) td {
    border-bottom-width: 0;
  }
  & tbody tr:has(td[data-product="true"]) {
    border-top-width: 1px;
  }
}

.jk-tooltip {
  position: relative;
  cursor: pointer;

  & > .jk-tooltip_hovercard {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: calc(100% + 4px);
    transform: translateX(-50%);
    will-change: display;
    transition: 0.03s;
    width: fit-content;
    background: white;
    padding: 0.75rem 1rem;
    box-shadow: 0px 4px 8px 0px #00000040;
    border-radius: 4px;
    border-left: thick solid var(--jk-salmon-orange);
  }
  &:hover > .jk-tooltip_hovercard {
    display: block;
  }
}

/* Create a custom checkbox */
.jk-label-checkbox-white {
  accent-color: white;
}

.jk-nav_tab {
  padding: 0;
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  & > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    & > li {
      font-size: 14px;
      padding: 12px 16px calc(12px - 4px) 16px;
      &[data-state="active"] {
        color: var(--jk-main-turquoise);
        font-weight: 600;
        border-bottom: 4px solid var(--jk-main-turquoise);
      }
      &[data-state="disabled"] {
        opacity: 0.25;
      }
    }
  }
}

.settings_container {
  & .accordion-button {
    font-weight: 700;
    color: inherit;
    background: #f2f3f7;
    &::after {
      background-position: center;
      background-color: white;
      padding: 12px;
      border-radius: 4px;
      border: thin solid var(--bs-card-border-color);
    }
  }

  & h2 {
    font-size: 18px;
    font-weight: 700;
  }
}

.jk-select-breadcrumb {
  height: 36px;
  &:has(.ss-values > .ss-value) {
    margin-bottom: 16px;
  }
  & > .ss-values {
    position: fixed;
    transform: translateY(calc(100% + 16px));
    --ss-primary-color: var(--jk-main-turquoise);
    & > .ss-placeholder {
      transform: translateY(calc(-200% + 5px));
    }
    & > .ss-value > .ss-value-delete {
      border-left: none !important;
      --ss-bg-color: #cac4c4;
    }
  }
  & > .ss-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
}
