/* navbar */
.navbar-brand img {
    height: 50px;
    width: auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* homepage */
.homepageHeader{
    background: url('../Images/chattabai.webp') center center;
}

.whatsAppProfiles .languages img,
.profiles .languages img {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
}

/* accounts */
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: rgba(33, 37, 41,1);
}