.acart {
  fill: #00c853;
  stroke: white;
  stroke-width: 3;
}

.bcart {
  fill: #d50000;
  stroke: white;
  stroke-width: 3;
}

.ct-label {
  fill: #fff;
}

.divcut {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
}

#cartabar .ct-bar:nth-child(1) {
  stroke: #00c853 !important;
  stroke-width: 60px;
}

#cartabar .ct-bar:nth-child(2) {
  stroke: #ffca28 !important;
  stroke-width: 60px;
}

#cartabar .ct-bar:nth-child(3) {
  stroke: #ff1744 !important;
  stroke-width: 60px;
}

.breadcrumb-item a {
  color: gray;
}

#facebox {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 9999999;
}

#facebox .popup {
  border: 3px solid rgba(0, 0, 0, 0);
  position: relative;
}

#facebox .content {
  background: #fff;
  display: table;
  font-family: Tahoma;
  padding: 10px;
  width: 370px;
}

#facebox .content > p:first-child {
  margin-top: 0;
}

#facebox .content > p:last-child {
  margin-bottom: 0;
}

#facebox .close {
  background: #fff;
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 5px;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

[onClick] {
  cursor: pointer;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 9999;
}

#cartabidang .ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  left: 50%;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space: nowrap;
}

#cartabidang svg.ct-chart-bar,
svg.ct-chart-line {
  overflow: visible;
}

#cartabidang .ct-bar {
  stroke: #00c853 !important;
  stroke-width: 30px;
}

.bg-success {
  background: #03c03c !important;
}

.bg-warning {
  background: #ffd700 !important;
  color: black;
}

#cartagerak .ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  left: 50%;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space: nowrap;
}

#cartagerak svg.ct-chart-bar,
svg.ct-chart-line {
  overflow: visible;
}

#cartagerak .ct-bar {
  stroke: #00c853 !important;
  stroke-width: 30px;
}

#cartahadir .ct-bar {
  stroke-width: 50px;
}

#cartahadir .ct-series-a .ct-bar {
  stroke: #00c853 !important;
}
#cartahadir .ct-series-b .ct-bar {
  stroke: #ff1744 !important;
}

#cartawaktu .ct-bar {
  stroke-width: 50px;
}

#cartawaktu .ct-series-a .ct-bar {
  stroke: #00c853 !important;
}
#cartawaktu .ct-series-b .ct-bar {
  stroke: #ff1744 !important;
}

#pills-tab {
  background: #f5f5f5;
  padding: 10px;
  padding-bottom: 0;
}

#pills-tab .nav-link {
  border-color: #eceff1;
}

.wrapper .page-wrap .main-content {
  padding-top: 10px;
}

.vercell > thead > tr > th,
.vercell > tbody > tr > th,
.vercell > tfoot > tr > th,
.vercell > thead > tr > td,
.vercell > tbody > tr > td,
.vercell > tfoot > tr > td {
  vertical-align: middle;
}

@media (max-width: 576px) {
  div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

table.kecik td {
  font-size: 9pt !important;
}

.kecilx {
  font-size: 10pt;
  line-height: 14px;
}

.kecilx a,
.kecilx i {
  color: white;
}

.kecily {
  font-size: 10pt;
  line-height: 14px;
}

.kecily a,
.kecily i {
  color: rgb(2, 39, 158);
}

.profile-card {
  background: #1c0cc5 url(../../images/bgakaun.png) no-repeat;
  background-size: cover;
  color: white;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  text-align: center;
}
.profile-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid white;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  background: #f1f1f1 !important;
}

.boldo th,
.boldo td {
  font-weight: bold !important;
}

.tbodinvois td {
  font-size: 10pt;
}

/* Select2 - align with Bootstrap/MD3 form controls */
.select2 {
  width: 100% !important;
}

/* Single select */
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: calc(2.5rem + 2px);
  height: calc(2.5rem + 2px);
  padding: 0; /* padding belongs on the rendered span */
  background-color: #f1f1f1; /* match other inputs set above */
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 2rem; /* leave space for arrow */
  line-height: 1.5;
  color: #212529;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 0.5rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #6c757d transparent transparent transparent;
}

/* Focus/open states */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

/* Disabled */
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #e9ecef;
  color: #6c757d;
}

/* Multiple select */
.select2-container .select2-selection--multiple {
  min-height: calc(2.5rem + 2px);
  padding: 0.25rem 0.5rem;
  background-color: #f1f1f1;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0;
  padding: 2px 8px;
  border: 0;
  border-radius: 0.375rem;
  background-color: #e7f3ff;
  color: #0d47a1;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 6px;
  color: #0d47a1;
}

/* Dropdown */
.select2-container--default .select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 8px;
}
.select2-container--default .select2-dropdown .select2-search__field {
  height: 34px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.5rem;
}
.select2-results__option {
  padding: 8px 12px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e7f1ff;
  color: #212529;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #0d6efd;
  color: #fff;
}

/* Validation states (Bootstrap) */
select.is-invalid + .select2 .select2-selection,
.was-validated select:invalid + .select2 .select2-selection {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
select.is-valid + .select2 .select2-selection,
.was-validated select:valid + .select2 .select2-selection {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25) !important;
}
