/* Menyembunyikan ikon "eye" bawaan di Edge */
input[type="password"]::-ms-reveal {
    display: none;
}

.brand-image {
    background-color: white;
    padding: 5px; /* Tambahan agar gambar tidak terlalu mepet */
    border-radius: 5px; /* Opsional untuk tampilan lebih halus */
}

.region-link.active {
    border: 2px solid #007bff; /* Biru */
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); /* Bayangan lebih lembut */
}

.error_page {
    font-size: 100px; 
    font-weight: bold;
    color: #ff4500; 
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3); 
}

.required:after {
	content:" *";
	color: red;
  }
  
  .custom-modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
  }
  
  /* Menyembunyikan ikon "eye" bawaan di Edge */
  input[type="password"]::-ms-reveal {
	  display: none;
  }

  .error-messages{
	font-size: 0.875em; color: #dc3545; margin-top: 0.25rem;
  }

  .breadcrumb {
    background-color: transparent !important;
    padding: 0; 
    margin-bottom: 1rem; 
}

.table-bordered {
  border-collapse: collapse; /* Menghilangkan border ganda */
}

.table-bordered th, 
.table-bordered td {
  border: 1px solid #ddd; /* Warna lebih soft */
}


