.navbar-brand > img {
    width: auto;
    height: 44px;
}
.navbar.bg-bislame .container {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar.bg-bislame a:hover {
    color: var(--bg-bislame-aHoverColor);
}

.nav-link {
    color: var(--color-bislame);
    margin-left: 4px;
    margin-right: 4px;
}

.navbar-brand {
    display: flex;
    flex-wrap: wrap;
}

.cl-bislame {
    color: var(--color-bislame);
    margin: auto;
    font-size: 18px;
}

.nav-item.active > .nav-link,
.nav-item.active > .nav-link:hover {
    color: var(--color-bislame-navLink);
    font-weight: 700;
}
.profileImageDiv {
    padding: 8px 12px;
    /* background: rgba(219, 203, 175, 0.9); */
    background: var(--bg-bislame-profile);
    color: var(--color-bislame-profile);
    cursor: default;
    display: table;
}
.profileImageDiv:nth-child(1) {
    /* background: rgba(191, 164, 144, 0.65); */
    background: var(--bg-bislame-profileFirst);
}
.profileImageDiv label {
    display: block;
    margin-bottom: 0px;
}
.profileImageDiv span {
    font-size: 13px;
}
.profileImageDiv > * {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.profileImageDiv:hover,
.profileImageDiv:focus {
    color: var(--color-bislame-profileHover);
    background-color: var(--bg-bislame-profileHover);
}

.profileImageDiv img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.nav-item {
    font-size: 15px;
}

.dropdown-menu a > * > * {
    cursor: pointer;
}

.nav-item.dropdown {
    font-weight: 200;
}

.dropdown-menu {
    padding: 0px;
    right: 0px;
    left: auto;
    font-size: 14px;
}
.dropdown-menu a {
    padding: 7px 1.1rem;
    cursor: pointer;
    position: relative;
}
.dropdown-menu .imgDiv {
    height: 100%;
}
.dropdown-menu .imgDiv img {
    vertical-align: middle;
}
.dropdown-menu a i {
    width: 15%;
}

@media only screen and (min-width: 992px) {
    .navbar-brand {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}
