.alert-warning {
    background: rgba(255, 193, 92, 0.1);
    color: #ffd998;
    border: 1px solid rgba(255, 193, 92, 0.3);
}

.btn[aria-busy="true"],
button[aria-busy="true"] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}
