.navbar-brand img {
    height: 26px;
}

.nav-link {
    font-weight: 600 !important;
}

.nav-link.active {
     color: #f96332 !important;
}

.wrapper {
    min-height: calc(100vh - 80px);
}

.wrapper.pt {
    padding-top: 65px;
}

.page-header::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.fade-in {
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
}

.fade-in.animated {
    opacity: 1 !important;
}

.badge-primary-outline {
    color: #f96332;
    background: transparent;
    border: 1px solid #f96332;
}

.btn-icon {
    text-align: center;
    vertical-align: middle;
}

.blockquote small {
    text-transform: none;
}

.card-avatar {
    height: 130px;
    width: 130px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
}

.card-avatar img {
    width: 100%;
    max-width: unset;
    box-shadow: none;
}

.card-profile .card-avatar img {
    border-radius: 0 !important;
}
