
.search-field[data-v-3b2cb270] {
    max-width: 280px;
}
.search-field-center[data-v-3b2cb270] {
    flex-shrink: 0;
}

/* Chip status: kotak dengan sudut membulat, teks putih tengah */
.status-chip[data-v-3b2cb270] {
    border-radius: 8px;
    min-height: 36px;
    padding: 6px 16px;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none;
}
.action-buttons[data-v-3b2cb270] {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.btn-action[data-v-3b2cb270] {
    background-color: #ebf0ff;
}

/* Kotak dengan sudut membulat seperti referensi */
.btn-action-square[data-v-3b2cb270] {
    min-width: 36px !important;
    min-height: 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
}
.btn-approve[data-v-3b2cb270] {
    background-color: #dcf2ea !important;
}
.btn-hold[data-v-3b2cb270] {
    background-color: #FFF2E6 !important;
}
.icon-hold[data-v-3b2cb270] {
    color: #FF7A00 !important;
}


.swal-app-font {
    font-family: "Inter", sans-serif !important;
}
.custom-color {
    color: #ffffff !important;
}

