.subtitle {
  font-size: 18px !important;
  color: black;
  font-weight: 600;
  border-bottom: 1px black solid !important;
}

a::hover.text-dark {
  color: black;
}

.scroll {
  max-height: 100px;
  overflow-y: auto;
}

.card-register {
  flex-direction: row;
}

.card-register img {
  width: 100%;
  height: 100%;
}

.labeltext {
  display: inline-block;
  color: black;
  font-size: 16;
  font-weight: 600;
}

.fieldtext {
  display: inline-block;
  font-size: 16;
}

.table-ajuan td {
  vertical-align: middle !important;
}

.table-surat td {
  vertical-align: top !important;
}

.card {
  transition: box-shadow 0.3s;
}

.card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

.disposisi-sblm {
  list-style: none;
  padding: 0;
  /* font-weight: bold; */
}

.disposisi-sblm li {
  padding: 8px 0px 8px 0px;
  /* border-radius: px; */
  border-bottom: 1px black solid;
  ;
}

/* .disposisi-sblm  li:not(:first-child){
  background-color: gray;
  color: white;
}

.disposisi-sblm li:first-child {
  background-color: green;
  color: white;
} */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

ul.upload-sk {
  list-style-type: disc !important;
  padding-left: 1em;
}

.custom-selectize-danger {
  border: 2px solid red !important;
}

.selectize-control.custom-selectize-danger .selectize-input {
  border: none !important;
  /* Override default border styles */
  /* border: 2px solid red !important; */

}

.selectize-control.custom-selectize-danger .selectize-input:focus {
  border: none !important;
  /* Set the border color on focus */
}