:root {
    --tblr-primary: #ffa500;
    --tblr-font-sans-serif: sans-serif;
}

body {
    background-color: #000000 !important;
}

.card {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
    border-radius: 15px !important;
    overflow: hidden;
}

.card .card-body {
    background-color: #000000 !important;
    border-radius: inherit;
}

.form-control {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 20px !important;
}

.form-control:focus {
    background-color: #000000 !important;
    border-color: #ffa500 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 20px !important;
}

/* Ensure no background bleed through */
.card, .form-control, .btn {
    box-shadow: none !important;
}
