/* :root {
    --bs-white: #f5f5f5 !important;
}*/

.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rich-list-row {
    flex-direction: row!important;
    flex-wrap: wrap;
}

.rich-list-row .rich-list-item {
    width: 50%;
}

.logo{
    font-weight: bold;
    color: black;
    font-size: 1.15rem;
}

#sidebar-menu ul li a {
    font-size: 16px;
}


.select2-selection__rendered {
    height: 50px !important;  /* Adjust height */
    line-height: 50px !important;
}

.select2-selection {
    height: 50px !important;
}

.text-theme {
    color: #135056;
}