
:root {
    --bs-body-bg: #fdfdfd;
    --bg-menu-color: #f3f6ff;
    --bg-topbar-color: #fdfdfd;
    --bg-navbar-color: #fdfdfd;
}
.header_leads {
    background-color: #fdfdfd !important;
}
#page-topbar {
    box-shadow: none;
}
.navbar-header {
    background-color: var(--bg-navbar-color);
}
.chat-conversation .conversation-list .ctext-wrap {
    background-color: #f7f7f9;
}
.chat-conversation .right .conversation-list .ctext-wrap {
    background-color: var(--bg-menu-color);
}

.chat-conversation .nota-chat .conversation-list {
    width: 100%;
    text-align: left;
    display: flex;
    background-color: #f7f7f9;
}

.nota-chat .conversation-list .div-icon-nota {
    display: block !important;
}

.chat-conversation .nota-chat span {
    /* font-weight: normal; */
    color: #74788d;
}

.whats-icon-svg {
    content: url(/images/users/wp-icon.svg);
}

.page-item {
    cursor: pointer;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

#loadingdefault {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
