﻿.card-btn {
    background: #0f172a;
    color: white;
    opacity: 1;
}

    .card-btn:disabled {
        background: #e5e7eb;
        color: white;
    }
