/*Write your custom css in this file.*/
.btn-primary {
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0rem;
}

.bg-dark-success {
    background-color: #bb0819;
    color: #fff;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #bb0819;
}

html, body {
    background-color: #EEF1F9;
    color: #4e5e6a;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}