/*navbar*/
.navbar-user img{
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn .badge{
    top: -8px;
    left: 19px;
}

.badge-circle-danger,
.badge-circle-primary{
    width: 18px;
    height: 18px;
    font-size: 0.60rem !important;
}
.dropdown-toggle::after {
    display: none;
}

#navbar .border-left{
    display: none;
}

#navbar .menu-category{
    display: none;
}

.top-navbar{
    display: none !important;
}

#navbar .custom-dropdown{
    margin-right: 0px !important
}

.navbar-order .nav-btn{
    display: none !important;
}

/*add sabeel footer style*/
.footer-copyright-card{
    height: auto;
    display: flex;
    align-items: center;
    background-color: #224475 !important;
    padding-bottom: 20px;
}

.footer-copyright-card .sabeel-footer{
    border-radius: 14px;
    background-color: #1b1b1b !important;
    padding: 30px;
    height: auto;
    gap: 20px;
}

.sabeel-text{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.sabeel-text img{
    height: 50px;
}

@media (max-width: 800px) {
    .sabeel-footer{
        margin: 20px;
        display: flex !important;
        flex-flow: column;
    }

}
