.text-bg-primary {
    color: #000000 !important;
    background-color: rgb(118 174 255) !important;
}
.text-bg-success {
    color: #000000 !important;
    background-color: rgb(109 233 176) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: rgb(255 227 143) !important;
}
.text-bg-danger {
    color: #000000 !important;
    background-color: rgb(255 136 147) !important;
}
.logo {
    height: auto;
    width: 150px;
}
.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: rgb(118 174 255) !important;
    --bs-btn-border-color: rgb(118 174 255) !important;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: rgb(108 156 225) !important;
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-danger {
    --bs-btn-color: #000000;
    --bs-btn-bg: rgb(255 136 147) !important;
    --bs-btn-border-color: rgb(255 136 147) !important;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: rgb(237 122 132) !important;
    --bs-btn-hover-border-color: rgb(255 136 147) !important;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(255 136 147) !important;
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(255 227 143) !important;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(247 217 127) !important;
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}