body{
    font-family: "Open Sans" !important;
    font-size: 12px;
}
.max-height-div {
    max-height: 85vh; /* 100% of the viewport height */
    overflow-y: auto; /* Add a scrollbar if content overflows */
}

.listItem{
    background-color: #e9ecef !important;
    padding: 10px;
}

.listItemSeen{
    padding: 10px;
}
.el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active
{
    background-color: rgb(94, 114, 228) !important;
}


.el-table__header > thead > tr > th
{
    color: rgb(94, 114, 228) !important;
    font-weight: bold;
}

.el-table__body > tbody > tr > td > div
{
    color: rgb(52, 71, 103) !important;
}

.el-table__body > tbody > tr:hover
{
    font-weight: bold;
    color: rgb(94, 114, 228) !important;
}

.el-badge__content.is-fixed {
    right: calc(-5px + var(--el-badge-size) / 2) !important;
    top: -5px !important;
}

.text-body {
    color: #67748e !important;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3 {
    font-weight: 700 !important;
}
.el-drawer__header
{
    margin-bottom: 0px !important;
}

.el-table__header > thead > tr > th > div
{
    text-align: center !important;
}

.chatDrawer > div.el-drawer__body{
   padding: 0px !important;
}

.leftSide{
    /* The image used */
    background-image: url('../svg/leftSideBackground.svg');

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: auto;
    border-radius: 10px;
    min-height: 598px;
}

.shadow-sm {
    border: 2px solid #5e72e4 !important;
}

.fixed-div {
    position: fixed;
    bottom: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    background-color: lightblue; /* Optional styling */
    border: 2px solid #000; /* Optional styling */
}

.alert-danger {
    color: white !important;
}

.alert-warning{
    color: white !important;
}

.alert-success{
    color: white !important;
}
