.card {
    background: white;
}

.list-none {
    list-style: none;
}

@media (max-width: 768px) {
    #navBarMenuMain {
        position: fixed;
        z-index: 9999;
        background: rgb(52, 58, 64);
        top: 55px;
        left: 0px;
        width: 100%;

    }
    #navBarMenuMain a {
        color: white !important;
    }

}

.mw-120 {
    max-width: 120px;
}
.mh-120 {
    max-height: 120px;
}

.mw-64 {
    max-width: 64px;
}
.mh-64 {
    max-height: 64px;
}

.mw-16 {
    max-width: 16px;
}
.mh-16 {
    max-height: 16px;
}

.mw-32 {
    max-width: 32px;
}
.mh-32 {
    max-height: 32px;
}

.mw-36 {
    max-width: 36px;
}
.mh-36 {
    max-height: 36px;
}

.accordion .btn-collapse .arrow-down,
.accordion .btn-collapse.collapsed .arrow-up {
    display: none;
}

.accordion .btn-collapse.collapsed .arrow-down {
    display: block;
}

#omni_widget_iframe_13592-9hce3g4y {
    inset: auto 10px 75px auto !important;
}



.__jivoMobileButton{
    bottom: 60px !important;
}

.__jivoMobileButton [class^="popup"] {
}

.feed-item-card {
    border-radius: 10px;

}
@media (max-width: 768px) {
    .feed-item-card {
        border-left: 0;
        border-right: 0;
    }
}

.card-radius10 {
    border-radius: 10px;
}

.avatar-card, .avatar-img {
    border-radius: 10px;
}

body {
    padding-top: 60px !important;
}
