.slim-pageheader {
    padding: 0 0 15px;
}

.nav-statistics-wrapper .nav:first-child .nav-link::before {
    border-bottom: 2px solid #1484e4;
}

.message-list-scroll-height {
    height: 400px;
    overflow: scroll;
}

.messages-list .media.unread h6 {
    color: #040494;
    font-weight: 700;
}

.messages-list .media.reading {
    background-color: #ddeeff;
}

@media (min-width: 576px) {
    .messages-list .media {
        border-left: 0;
    }
}

.messages-list .media::before {
    width: 3px;
    background-color: #1484e4;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.user-initials {
    padding: 0.25em;
}

.message-header .media .media-left .square-10,
.messages-list .media-left .square-10 {
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.logged-user img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 100%;
}

.message-header .media img,
.messages-list .media-left img,
.message-body .media-list img,
.message-body .media img,
.message-body .responses-container img {
    width: 100%;
    border-radius: 0;
}

.max-size {
    width: 100%;
    height: 100%;
}

.avatar-box {
    border: 2px solid #2851a4;
    background-color: #e4e4e4;
    overflow: hidden;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
}

.message-body .media-list .msg {
    max-width: 80%;
    font-size: 13px;
}

.slim-navbar .mega-dropdown .sub-item {
    padding: 0;
    width: 100%;
}

.dt-button.buttons-csv.buttons-html5,
.dt-button.buttons-pdf.buttons-html5 {
    color: #fff;
    background-color: #2851a4;
    border-color: #2851a4;
    border-radius: 4px;
}

.dt-button.buttons-csv.buttons-html5:hover,
.dt-button.buttons-pdf.buttons-html5:hover {
    color: #fff;
    background-color: #1570c7;
    border-color: #146abb;
    border-radius: 4px;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9)
    /*background: url('/images/preload/please_wait_circle_dots.gif') rgba(255, 255, 255, 0.9) 50% 50% no-repeat;*/
    /*background-size: auto;*/
}

.table thead > tr > th, .table tbody > tr > td {
    font-size: 0.8em;
}

.grid {
    display: grid;
}

.gg1 {
    gap: .1rem;
}

.g-logo {
    grid-template-columns: auto auto;
}

.vcg-logo {
    max-height: 34px;
    object-fit: contain;
}

.logo-text-supplymgr,
.logo-text-eweb {
    color: #ffffff;
    text-shadow:
            #000000 0 0 1px;
    line-height: 1 !important;
}

.logo-text-supplymgr {
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}

.logo-text-eweb {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .vcg-logo {
        max-height: 44px;
    }

    .logo-text-supplymgr {
        font-size: 30px;
    }

    .logo-text-eweb {
        font-size: 14px;
    }
}
