.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #e2001a;
    border-color: #e2001a;
}

a {
    color: #e2001a;
    text-decoration: none;
}
a:hover {
    color: #e2001a;
    text-decoration: underline;
}

h3 > a {
    color: #e2001a;
    text-decoration: none;
}

.btn-primary {
    background-color: #e2001a;
    border-color: #e2001a;
}
.btn-primary:hover {
    background-color: #e2001a;
    border-color: #e2001a;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e2001a;
    border-color: #e2001a;
}
.btn-primary:focus, .btn-primary.focus {
     color: #fff;
     background-color: #e2001a;
     border-color: #e2001a;
     box-shadow: 0 0 0 0.2rem rgba(157, 74, 74, 0.5);
 }

.page-item.active .page-link {
    background-color: #e2001a;
    border-color: #e2001a;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #d16965;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(157, 74, 74, 0.5);
}