﻿:root {
    --bs-primary: #000000 !important;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #e3eeff !important;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0,0,0 !important;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 227,238,255 !important;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

.btn-primary {
    color: #fff !important;
    background-color: #036BAD !important;
    border-color: #036BAD !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #777777 !important;
    border-color: #777777 !important;
}
.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}
.btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.btn-dark {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #8f8f8f !important;
}
.btn-link {
    font-weight: 400 !important;
    color: #000000 !important;
    text-decoration: underline !important;
}
.list-group-item-primary {
    color: #000000 !important;
    background-color: transparent !important;
}
.list-group-item-secondary {
    color: #6c757d !important;
    background-color: transparent !important
}
.link-primary {
    color: #000000 !important;
    cursor: pointer !important;
}
.btn-outline-primary {
    --bs-btn-color: #000000 !important;
    --bs-btn-border-color: #000000 !important;
    --bs-btn-hover-bg: #000000 !important;
    --bs-btn-hover-border-color: #000000 !important;
    --bs-btn-active-bg: #000000 !important;
    --bs-btn-active-border-color: #000000 !important;
    --bs-btn-disabled-color: #000000 !important;
    --bs-btn-disabled-border-color: #000000 !important;
}
