/* navbar start
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.navbar,
.navbar .offcanvas .offcanvas-header {
    border-bottom: 1px solid #f0f0f0;
    background-color: rgba(255, 255, 255);
}

.navbar .nav-link {
    padding: 0 12px !important;
    color: #4b4a4a;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #272727;
}

.profile-initials-circle {
    background-color: #5f2066;
}

.navbar .dropdown-toggle::after {
    margin-top: -12px;
}

.offcanvas-body .nav-item {
    margin-bottom: 1rem;
}
.offcanvas-body .nav-item .nav-link {
    font-size: 1.25rem;
    font-weight: 600;
}
/* navbar end
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* footer start
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.footer-light-primary {
    background-color: #f8f2fe;
    color: #212529;
}

.footer-light-primary .footer-link {
    display: inline-flex;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.footer-light-primary-heading {
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-light-primary a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-light-primary a:hover {
    color: #5f2066 !important;
}

.footer-light-primary .bi {
    transition: color 0.2s ease-in-out;
}

.footer-light-primary .social-link {
    background-color: #5f2066;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 32px;
    width: 32px;
    font-size: 18px;
    border-radius: 8px;
}

.footer-light-primary .social-link:hover,
.footer-light-primary .social-link:focus {
    background-color: #5f2066;
    color: #fff !important;
}

/* footer end
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
