:root{
	--text-color: #fff;
	--text-color-2: #fff;
	--box-bg: rgb(44 44 44 / 10%);
	--border-color: rgb(234 234 234 / 30%);
}

.fontSizeUpdate .dropdown-menu,
.category-menus-area .filter-area .dropdown-menu,
header .settings .dropdown-menu,
.modal-content{
    background-image: linear-gradient(to top, #e899dc 0%, #d387ab 74%);
}

.content-area, .sidebar{
	background-image: linear-gradient(to top, #e899dc 0%, #d387ab 74%);
}

.suggestions{
	background-image: linear-gradient(to top, #e899dc 0%, #d387ab 74%);
}


.table-list .table > :not(caption) > * > *{
	color: #ffffff;
}

/*.table-list .table .btn{
	color: #ffffff;
	background-color: rgb(44 44 44 / 78%);
}*/

.table-list .table .dropdown-menu{
	background-color: rgb(44 44 44 / 85%);
}

.table-list .table .dropdown-menu a{
	background: transparent;
}

.table-list .table .dropdown-menu a:hover{
	color: var(--theme-color);
}

.search-list-news .title,
.list-image .card .title,
.search-list-video .title,
.search-list-text .title{
	color: #fff;
}

.chat_ref .resultCards p.meta_info{
	color: var(--text-color);
}

.content-area form .form-label,
header .settings .title{
	color: #f2f2f2;
}

.table-list table .active_bg{
	background-color: rgb(167 205 187 / 25%) !important;
}

.table-list table .pending_bg{
	background-color: hsl(45deg 100% 94% / 25%) !important;
}

.table-list table .pending_bg{
	background-color: rgb(255 206 211 / 25%) !important;
}

.our-apps .dropdown-menu a,
.save-site .item{
	background-color: var(--box-bg);
}
    