/* Ribbon TESTING di sudut kiri atas */
.ribbon-testing {
  width: 200px;
  background: #e74c3c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: fixed;
  left: -45px;
  top: 35px;
  z-index: 9999;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 1px;
  pointer-events: none;
}

.stepper.stepper-pills {
  --kt-stepper-icon-bg-color: #fff;
}

.app-default,
body {
  background-color: #edf5fb;
}
.hidden {
  display: none;
}
@media (min-width: 992px) {
  [data-kt-app-sidebar-minimize="on"][data-kt-app-sidebar-hoverable="true"]
    .app-sidebar:not(:hover)
    .btn-label-keluar {
    display: none;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .otp_input {
    padding: unset;
  }
}
.ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control:disabled {
  background-color: #dde0e3 !important;
  border-color: #e4e6ef !important;
  opacity: 1;
}
.table-striped > thead > tr {
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #b5b5c3 !important;
  font-size: 12.35px !important;
}
.table-striped > tbody > tr > td {
  font-size: 14px;
}

.dropdown > .dropdown-menu > .dropdown-item {
  padding: 10px;
}
.dropdown {
  position: absolute;
}
.image-input .image-input-wrapper {
  background-position: center center;
}
.select2-selection {
  height: 44px !important;
}
.select2-selection--multiple {
  height: auto !important;
}
.page_loading_show {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.5));
}
.fc .fc-highlight {
  background: var(--kt-danger);
  opacity: 0.3;
}
.tox .tox-sidebar-wrap {
  border-top: 1px solid #cdcdcd;
}

.btn-check:active + .btn.btn-outline.btn-outline-solid,
.btn-check:checked + .btn.btn-outline.btn-outline-solid,
.btn.btn-outline.btn-outline-solid.active,
.btn.btn-outline.btn-outline-solid.show,
.btn.btn-outline.btn-outline-solid:active:not(.btn-active),
.btn.btn-outline.btn-outline-solid:focus:not(.btn-active),
.btn.btn-outline.btn-outline-solid:hover:not(.btn-active),
.show > .btn.btn-outline.btn-outline-solid {
  border-color: var(--kt-primary);
}
.justify {
  text-align: justify;
}
.layanan_selected {
  border: 3px solid #009ef7;
  box-shadow: 2px 2px 20px 3px #009ef74a;
}

.layanan_offline {
  filter: grayscale(100%);
  background-color: #999999 !important;
}
.layanan_offline > .card-header > .card-title > span {
  color: #606060;
}
.layanan_offline > .card-body > div > div {
  background: #787878 !important;
  color: #b7b7b7;
}
.flatpickr-day {
  font-weight: bold;
  color: var(--kt-primary); /*var(--kt-gray-800);*/
}
.flatpickr-day.today {
  font-weight: bold;
  color: var(--kt-primary);
}
.flatpickr-day.today:hover {
  font-weight: bold;
  color: var(--kt-primary);
}
.flatpickr-day.today.selected:hover {
  font-weight: bold;
  color: #fff;
}
.flatpickr-day.selected {
  font-weight: bold;
  color: #fff;
}

.whatsapp {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  padding: 12px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  /* box-shadow: 2px 2px 3px #999; */
}
.whatsapp i {
  font-size: 30px;
  color: #fff;
  /* margin-right: 10px; */
}
.whatsapp:hover {
  background-color: #128c7e;
  box-shadow: 3px 3px 4px #999;
  color: #fff;
  text-decoration: unset;
}
.stepper-icon {
  background-color: #fff;
}
.w-110px {
  width: 110px !important;
}
.w-120px {
  width: 120px !important;
}
.w-130px {
  width: 130px !important;
}
.w-140px {
  width: 140px !important;
}
.w-150px {
  width: 150px !important;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0 !important;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px !important;
}
