.card-header img {
    width: 100%;
    height: auto;
    position: relative;
}

.card-primary.card-outline,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + input[type="hidden"]
    + label::before,
.icheck-primary
    > input:first-child:not(:checked):not(:disabled):hover
    + label::before {
    border-color: #f66d42;
}

.btn-primary,
.text-bg-primary {
    background-color: #f66d42 !important;
    border-color: #f66d42 !important;
}

.btn-block {
    width: 100%;
}

.page-item.active .page-link,
.icheck-primary
    > input:first-child:checked
    + input[type="hidden"]
    + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #f66d42;
    border-color: #f66d42;
}

.page-link:hover,
.page-link,
a:hover,
a {
    color: #e75f35;
}

.invalid-feedback {
    display: block !important;
}
