.openUrlTargetBlank {
    cursor: pointer;
    color: #0615A6;
}

.blue-border-bottom {
    border-bottom: 1px solid #1ca9e6 !important;
    height: 50px;
}

.blue-border-top {
    border-top: 1px solid #1ca9e6 !important;
    border-bottom: none !important;
}

.border-none {
    border: none !important;
}

.btn-excel {
    background-color: #217346 !important;
    border-color: #217346 !important;
    color: #ffffff !important;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active {
    background-color: #185c37;
    /* Sedikit lebih gelap saat di-hover */
    border-color: #185c37;
    color: #ffffff;
}

.bt-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bt-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #101828;
    margin: 0;
}

.bt-btn-add {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    padding: 6px 14px;
    text-decoration: none;
    cursor: pointer;
}

.bt-btn-add:hover {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #2563eb;
    text-decoration: none;
}

.bt-btn-add svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.bt-card {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, .07), 0 1px 2px rgba(16, 24, 40, .04);
    padding: 18px 20px;
    margin-bottom: 12px;
}

.bt-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.bt-doc-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f1f5f9;
    border: 1px solid #e4e7ec;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #667085;
}

.bt-doc-icon svg {
    width: 20px;
    height: 20px;
}

.bt-card-info {
    flex: 1;
    min-width: 0;
}

.bt-card-name {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    line-height: 1.4;
    margin: 0;
}

.bt-card-date {
    font-size: 12px;
    color: #667085;
    margin-top: 3px;
}

.bt-file-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 999px;
    text-decoration: none;
    margin-top: 6px;
    max-width: 520px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bt-file-pill svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}

.bt-file-pill-approve {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.bt-file-pill-approve:hover {
    background: #bbf7d0;
    color: #15803d;
    text-decoration: none;
}

.bt-file-pill-reject {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.bt-file-pill-reject:hover {
    background: #fecaca;
    color: #b91c1c;
    text-decoration: none;
}

.bt-file-pill-review {
    background: #fef9c3;
    color: #854d0e;
    border: 1px solid #fde68a;
}

.bt-file-pill-review:hover {
    background: #fde68a;
    color: #854d0e;
    text-decoration: none;
}

.bt-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1;
}

.bt-badge svg {
    width: 12px;
    height: 12px;
}

.bt-badge-approve {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.bt-badge-reject {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.bt-badge-review {
    background: #fef9c3;
    color: #854d0e;
    border: 1px solid #fde68a;
}

.bt-badge-pending {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.bt-card-divider {
    height: 1px;
    background: #e4e7ec;
    margin: 14px 0;
}

.bt-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bt-card-note {
    font-size: 12px;
    color: #98a2b3;
    line-height: 1.5;
    margin: 0;
}

.bt-card-note.bt-note-danger {
    color: #b91c1c;
}

.bt-btn-upload {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #667085;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    padding: 6px 14px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

.bt-btn-upload:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
    text-decoration: none;
}

.bt-btn-upload svg {
    width: 13px;
    height: 13px;
}

.bt-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}