/* .t-Body-title {
    background-color: #f9b129;
    opacity: 0.95;
}

.t-Footer {
    background-color: #f9b129;
    opacity: 0.95;
} */

.t-Header {
    background-color: #FFFFFF;
}

.t-Body-content{
    background-color: #F8F8F8;
}

.t-Body-nav {
    background-color: #FFFFFF; 
}

/* .t-Region-header {
    background-color: #f9b129 ;
    opacity: 0.95;
} */

/* .t-Breadcrumb-item{
    color: #333333 !important;
} */

.t-MediaList-title{
    color: #333333 !important;
}

.t-Region-title{
    color: #333333 !important;
}

.a-TreeView-label{
    color: #333333 !important;
}

html, body, .t-Body {
  font-family: 'Lato', sans-serif !important;
}

--home inventory pending transactions
.t-Tag {
  font-size: 11px;
  border-radius: 10px;
  padding: 2px 8px;
  display: inline-block;
}
.t-Tag--success {
  background-color: #e6f4ea;
  color: #137333;
  border: 1px solid #a8dab5;
}
.t-Tag--warning {
  background-color: #fff4e5;
  color: #b26a00;
  border: 1px solid #ffcc80;
}

.login-paus-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* === Tombol Aksi di Interactive Grid === */
.action-buttons {
  display: flex;
  flex-direction: column; 
  gap: 0.4rem;               /* Jarak antar tombol */
  align-items: stretch;      /* Tombol isi lebar container */
  margin-bottom: 0.5rem;
}

/* Tombol lebih fleksibel */
.action-buttons .t-Button {
  min-width: 6rem;           /* Batas minimum */
  max-width: 100%;           /* Ikuti lebar kolom */
  padding: 0.4rem 0.8rem;
  text-align: center;
  white-space: normal;       /* Izinkan teks turun baris */
  word-break: break-word;    /* Pecah kata kalau kepanjangan */
  box-sizing: border-box;
}

/* Hover & focus */
.action-buttons .t-Button:hover,
.action-buttons .t-Button:focus {
  background-color: #333;
  color: #fff;
  transition: background-color 0.2s ease;
}

/* Kolom grid agar tidak terlalu kecil */
.a-IG-column .action-buttons {
  min-width: 7rem;
}