.bond-solved-field {
    opacity: 0.45;
    transition: opacity 0.2s ease;
}

.bond-solved-field .form-control,
.bond-solved-field .form-select {
    background-color: rgba(0, 0, 0, 0.03);
}

[data-bs-theme="dark"] .bond-solved-field .form-control,
[data-bs-theme="dark"] .bond-solved-field .form-select {
    background-color: rgba(255, 255, 255, 0.05);
}
