.light
{
	background:url(bg.png);
}
.w-50
{
	width:50%;
}
.w-100
{
	width:100%;
}
.text-danger
{
    color: #dc3545!important;
}
.side-nav .side-nav__devider
{
    background-color: white;
	opacity: 0.1 !important;
}
.side-nav>ul ul
{
    background-color: #1a67854d;
}
.side-nav>ul>li>.side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before
{
    --bs-bg-opacity: 1;
    background-color: #1a67854d;
}
.paginate_icon
{
	line-height: 1.429;
}
.page_active a
{
	background-color:#1c3faa !important;
	color:white !important;
}
.side-menu__icon
{
	font-size:24px;
	width: 42px;
}
.w-100
{
	width:100%;
}

.alert
{
	margin-bottom:10px;
}

.alert-success
{
	background:#4CAF50;
	color:white;
}

.logo_image
{
	width: 12.5rem;
}

.data_list th
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1a7295;
  color: white;
}
.data_list th:first-child
{
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}
.data_list th:last-child
{
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}

.select2-container--default .select2-selection--multiple
{
	border-color: var(--bs-border-color) !important;
    box-shadow: unset !important;
}
.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
    border-color: var(--bs-border-color) !important;
    box-shadow: unset !important;
}

.select2-search__field {
  outline:0;
}


.admin_list_images
{
	margin-top:10px;
}
.admin_list_images .b_image
{
	margin-right:10px;
	float:left;
	display:inline-block;
	margin-bottom:5px;
}
.admin_list_images .bulk_image_remove
{
	margin-top:5px;
}

.chat_peoples
{
	padding-bottom:10px;
}
.chat_peoples::-webkit-scrollbar {
  width: 15px;
  height: 6px;
}
.chat_peoples::-webkit-scrollbar-track {
  background-color: transparent;
}
.chat_peoples::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
}
.chat_peoples::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.user_online
{
  background-color: #00c9a7;
}
.user_offline
{
  background-color: #f44336;
}

.chat .chat__chat-list, .chat .chat__user-list
{
    height: auto;
}

.chat_people
{
	border:1px solid #dee7ef;
	border-radius:4px;
	padding:5px;
	flex-basis: 70px;
	width:70px;
    flex-grow: 0;
    flex-shrink: 0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}