.bg-secondary {
    background-color: #405EB5 !important;
}
.btn-primary {
    background-color: #E95C78 !important;
    border-color: #E95C78 !important;
}

.bs-icon-primary {
    background-color: #E95C78 !important;
}

.text-bg-secondary {
    background-color: #405EB5 !important;
}

.list-group-item.active {
    background-color: #405EB5 !important;
    border-color: #405EB5 !important;
}

.json-preview {
    background-color: #f6f8fa;
    border: 1px solid #d0d7de;
    overflow-x: auto;
    max-height: 500px;
}

.json-preview code {
    font-family: 'SF Mono', 'Consolas', 'Liberation Mono', 'Menlo', monospace;
    font-size: 0.875rem;
    line-height: 1.5;
}

.delete-request-btn {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    padding: 0.25rem;
    line-height: 1;
    border: none;
    background: transparent;
}

.list-group-item:hover .delete-request-btn,
.list-group-item:focus-within .delete-request-btn,
.delete-request-btn:focus {
    opacity: 1;
}

.delete-request-btn:hover {
    opacity: 1;
    color: #dc3545 !important;
}
