.was-validated
  select.select2:invalid
  + .select2.select2-container.select2-container--default
  span.select2-selection,
select.select2.is-invalid
  + .select2.select2-container.select2-container--default
  span.select2-selection {
  border-color: #fa5c7c;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa5c7c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5c7c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated
  select.select2:invalid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow,
select.select2.is-invalid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow {
  right: 25px !important;
}

.was-validated
  select.select2:valid
  + .select2.select2-container.select2-container--default
  span.select2-selection,
select.select2.is-valid
  + .select2.select2-container.select2-container--default
  span.select2-selection {
  border-color: #0acf97;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated
  select.select2:valid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow,
select.select2.is-valid
  + .select2.select2-container.select2-container--default
  .select2-selection__arrow {
  right: 25px !important;
}

.biodata-picture {
  height: 260px;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 10px inset;
}

.value {
  text-align: left;
}

.pilih-tanggal {
  align-items: stretch;
  flex-direction: column-reverse;
}

.destination-box,
.date-box,
.clock-box {
  cursor: pointer;
  transition: background-color 0.3s;
}

.date-box-disabled,
.clock-box-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.destination-box a,
.date-box a,
.clock-box a {
  color: green;
}

.destination-box.selected,
.date-box.selected,
.clock-box.selected {
  background-color: #4caf50;
  color: white;
}

.destination-box.selected a,
.date-box.selected a,
.date-box.selected h6,
.clock-box.selected a {
  color: white;
}

.profile-subdit, .profile-subdit-top {
  cursor: pointer;
}

@media (max-width: 1200px){
  .profile-subdit-top > h3.box-title{
    color:white;
  }
}

@media (max-width: 768px){
  .profile-subdit-top > h3.box-title, .profile-subdit > h3.box-title{
    color:white;
  }{
    color:white;
  }
}

.profile-subdit:hover {
  background-color: #684df4;
  border-color: #684df4;
}

.profile-subdit:hover .box-title,
.profile-subdit:hover .feature-card_text {
  /* color: white; */
}

.deskripsi p {
  text-align: justify;
  color: black;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  opacity: 0.6;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px dashed #fff;
  border-color: var(--color-primary) transparent var(--color-primary)
    transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal {
  z-index: 10001 !important;
}

/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */

.league-spartan-Bold {
  font-family: "League_Spartan variant0", Tofu;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.catatan-direktur {
  background: #684df4;
  border: 2px solid #684df4;
  border-radius: 10px;
  padding: 40px 12px;
  position: absolute;
  z-index: 2;
  margin-left: 30%;
  opacity: 80%;
  width: 50%;
}

.catatan-direktur h2,
.catatan-direktur p {
  color: white;
  /* font-weight: bold; */
}
.catatan-direktur .tajuk {
  margin-right: 10px;
}

.catatan-direktur .tajuk .tajuk-poin {
  height: 185px;
  overflow-y: scroll;
}

.tajuk-poin p {
  font-family: "League_Spartan variant0", Tofu;
  font-optical-sizing: auto;
  /* font-weight: 700; */
  font-style: normal;
  font-size: 12pt;
}

.tajuk-poin::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.tajuk-poin::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Start Large devices */
@media (max-width: 1400px) {
  .dirImage img {
    width: 150%;
  }
}

@media (min-width: 2561px) and (max-width: 3440px) {
  /* CSS untuk layar ultra-wide */
  .catatan-direktur {
    margin-left: 16%;
    width: 50%;
  }
  .dirImage {
    margin-left: -30%;
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {
  /* CSS untuk layar 2K */
  .catatan-direktur {
    margin-left: 25%;
    width: 48%;
  }
}

/* Desktop lebar (Full HD) */
@media (max-width: 1920px) {
  /* CSS untuk desktop lebar */
  .catatan-direktur {
    margin-left: 25%;
    width: 48.5%;
  }
}

@media (max-width: 1440px) {
  .catatan-direktur {
    margin-left: 33%;
    width: 55%;
  }
}

/* Laptop standar */
@media (max-width: 1366px) {
  /* CSS untuk laptop standar */
  .catatan-direktur {
    margin-left: 36%;
    width: 58%;
  }
}

/* Laptop kecil */
@media (max-width: 1280px) {
  /* CSS untuk laptop kecil */
  .catatan-direktur {
    margin-left: 30%;
    width: 52%;
  }
}

@media (max-width: 1024px) {
  .catatan-direktur {
    margin-left: 36%;
    width: 58%;
  }
}
/* End Large devices */

/* Medium devices */
@media (max-width: 991px) {
  .catatan-direktur {
    position: relative;
    margin-left: 0;
    width: 100%;
  }
}

/* Small devices */
@media (max-width: 575px) {
  .catatan-direktur {
    width: 95%;
    margin: auto;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15%; */
  width: 30px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

/* @media (min-width: 1400px) {
  .ps-xxl-3 {
      padding-left: 0.5rem !important;
  }
} */
