/**
* Template Name: NiceAdmin - v2.2.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
	--generalFontSize: 1rem;
	--headerpanelFontSize: 1.25rem;
	--leftSidePanelImgSize: 50px;
	--sideBarWidthLrg: 340px;
	--sideBarWidthSMLDevice: 300px;
	--sideBarWidthSml: 100px;

	--pageWidth: 850px;
}
#bookview-main *, #main {
	scroll-margin-top: 120px;
}

body {
	font-family: "Nunito", sans-serif;
	font-size: var(--generalFontSize);
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: #717ff5;
	text-decoration: none;
}
a[aria-expanded="true"] {
    color: var(--hoverTextColor) !important;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	body:not([data-lang="ar"]) #main:not(.nosidebar) {
		margin-left: var(--sideBarWidthLrg);
	}
}
/*body[data-lang="ar"] #main:not(.nosidebar) {
	margin-right: var(--sideBarWidthLrg); 
}*/
#main {
	margin-top: 120px;
	/*padding: 20px 30px;*/
	transition: all 0.3s;
	height: calc(100vh - 120px); 
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

#main *:not(.row)::not(img) {
	max-width: 100%;
	letter-spacing: -0.003em;
	line-height: 1.7;
}

#main_analytics {
	margin-top: 60px;
	/* padding: 20px 30px; */
	transition: all 0.3s;
	height: calc(100vh - 60px);
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f6f9ff;
}

.section_dashboard {
	min-height: 100%;
	padding: 20px 20px 20px 20px;
}

section.dashboard {
	padding: 20px;
}

.container_analytics_filters {
	position: fixed;
	top: 60px;
	width: calc(100%);
	padding: 10px !important;
	z-index: 999;
	background: white;
	box-shadow: 0 1px 5px 0 rgb(82 63 105 / 20%);
}

.container_charts {
	margin-top: 60px;
}

.container_table_display {
	margin-top: 40px;
	background-color: #ffffff;
	border: 1px solid var(--separatorLNClr);
}

#analytics-tabledata-1_wrapper .form-control {
	display: inline-block !important;
}

.hide {
	display: none;
}

.search-div {
	max-width: 90%;
}

.nodata_for_barchart {
	top: 330px !important;
	font-size: 2rem;
}

.container_table_display table {
	margin-top: 1rem !important;
	border-top: 1px solid #111;
}

.menu-item-active {
	color: #602348;
	background: #ffffe7;
}

.daterangepicker.expanded {
	max-width: 100%;
	overflow: scroll;
	padding-top: 1rem;
}
.list-group-item
{
	cursor: pointer;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
	margin-bottom: 10px;
}
.pagetitle h1 {
	font-size: 1.5rem;
	margin-bottom: 0;
	font-weight: 600;
	color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	bottom: 15px;
	z-index: 99999;
	background: var(--darkColor);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 1.5rem;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #6776f4;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

.gobtohome i,
.expandcollapse-header i {
	font-size: 2.5rem;
	color: var(--darkBgtextColor);
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
	border-radius: 4px;
	padding: 10px 0;
	-webkit-animation-name: dropdown-animate;
	animation-name: dropdown-animate;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
	overflow-y: auto;
    max-height: calc(100vh - 120px);
}
@media (max-width: 480px) {
	.dropdown-menu {
		width: 100vw !important;
	}

	.sidebar,
	.comments-sidebar {
		width: var(--sideBarWidthSMLDevice) !important;
	}

	.container_charts {
		margin-top: 125px;
	}
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
	text-align: center;
	font-size: var(--generalFontSize);
	padding: 10px 10px;
	color: #2c2e2f;
}
.dropdown-menu .dropdown-footer a {
	color: #444444;
	text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
	text-decoration: none;
}
.dropdown-menu .dropdown-divider {
	color: #a5c5fe;
	margin: 0;
}
.dropdown-menu .dropdown-item {
	font-size: var(--generalFontSize);
	padding: 10px 15px;
	transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
	margin-right: 10px;
	font-size: var(--generalFontSize);
	line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
	/*background-color: #f6f9ff;*/
	background-color: var(--sidePanelBgColor);
}

@media (min-width: 768px) {
	.dropdown-menu-arrow::before {
		content: "";
		width: 13px;
		height: 13px;
		background: #fff;
		position: absolute;
		top: -7px;
		transform: rotate(45deg);
		border-top: 1px solid #eaedf1;
		border-left: 1px solid #eaedf1;
	}
}

@-webkit-keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

@keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

/* Light Backgrounds */
.bg-primary-light {
	background-color: #cfe2ff;
	border-color: #cfe2ff;
}

.bg-secondary-light {
	background-color: #e2e3e5;
	border-color: #e2e3e5;
}

.bg-success-light {
	background-color: #d1e7dd;
	border-color: #d1e7dd;
}

.bg-danger-light {
	background-color: #f8d7da;
	border-color: #f8d7da;
}

.bg-warning-light {
	background-color: #fff3cd;
	border-color: #fff3cd;
}

.bg-info-light {
	background-color: #cff4fc;
	border-color: #cff4fc;
}

.bg-dark-light {
	background-color: #d3d3d4;
	border-color: #d3d3d4;
}

/* Card */
.card {
	margin-bottom: 30px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	overflow: hidden;
}

.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #fff;
	color: #798eb3;
	padding: 15px;
}


.card-body {
	padding: 0 20px 20px 20px;
}

.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
}

/* Close Button */
.btn-close {
	background-size: 25%;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
}

/* Accordion */
.accordion-item {
	border: 1px solid #ebeef4;
}

.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #012970;
	/*background-color: #f6f9ff;*/
	background-color: var(--sidePanelBgColor);
}

.accordion-flush .accordion-button {
	padding: 15px 0;
	background: none;
	border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #4154f1;
}

.accordion-flush .accordion-body {
	padding: 0 0 15px 0;
	color: #3e4f6f;
	font-size: var(--generalFontSize);
}

/* Breadcrumbs */
.breadcrumb {
	font-size: var(--generalFontSize);
	font-family: "Nunito", sans-serif;
	color: #899bbd;
	font-weight: 600;
}

.breadcrumb a {
	color: #899bbd;
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
	color: #899bbd;
}

.breadcrumb .active {
	color: #51678f;
	font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
	border-bottom: 2px solid #ebeef4;
	padding-right:unset;
}

.nav-tabs-bordered .nav-link {
	margin-bottom: -2px;
	border: none;
	color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
	color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
	background-color: #fff;
	color: #4154f1;
	border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
	line-height: 1;
	height: 50px;
	text-decoration: none;
}
.rvtlogo
{
	height: 30px;
}
.poweredby
{
	margin-top: 15px;
}

/*@media (min-width: 1305px) {
	.logo {
		width: 290px;
	}
}*/

.logo img {
	width: 50px;
	height: auto;
	max-width: 100%;
}

.logo span {
	font-size: var(--headerpanelFontSize);
	font-weight: 700;
	/*changed for customisation*/
	color: white;
	font-family: "Nunito", sans-serif;
}

.header {
	/*transition: all 0.5s;*/
	z-index: 998;
	height: 60px;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	background-color: var(--darkColor);
	padding-left: 20px;
	padding-right: 20px;
	/* Toggle Sidebar Button */
	/* Search Bar */
}

.header .toggle-sidebar-btn {
	font-size: 2rem;
	cursor: pointer;
	/*changed for customisation*/
	color: var(--darkBgtextColor);
}

.header .search-bar {
	min-width: 360px;
	padding: 0 20px;
}

@media (max-width: 1199px) {
	.header .search-bar {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		padding: 20px;
		box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
		background: white;
		z-index: 9999;
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
	}

	.header .search-bar-show {
		top: 60px;
		visibility: visible;
		opacity: 1;
	}
}

.header .search-form {
	width: 100%;
}

.header .search-form input {
	border: 0;
	font-size: var(--generalFontSize);
	color: #012970;
	border: 1px solid rgba(1, 41, 112, 0.2);
	padding: 7px 38px 7px 8px;
	border-radius: 3px;
	transition: 0.3s;
	width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
	outline: none;
	box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
	border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
	border: 0;
	padding: 0;
	margin-left: -30px;
	background: none;
}

.header .search-form button i {
	color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
	list-style: none;
}

.header-nav>ul {
	margin: 0;
	padding: 0;
}

.header-nav .nav-icon {
	font-size: var(--generalFontSize);
	/*changed for customisation*/
	color: white;
}

.header-nav .nav-profile {
	/*changed for customisation*/
	color: white;
}

.header-nav .nav-profile img {
	max-height: 100%;
	width: 100%;
	height: auto;
	border-radius: 50% !important;
}

.header-nav .nav-profile span {
	/*font-size: var(--generalFontSize);*/
	/*font-weight: 600;*/
	display: inline-block;
	flex: 1;
}

.header-nav .badge-number {
	position: absolute;
	inset: 4px 6px auto auto;
	font-weight: normal;
	font-size: .75rem;
	padding: 3px 6px;
}

.header-nav .notifications .notification-item {
	/*changed for customisation*/
	/*display: flex;*/
	align-items: center;
	padding: 15px 10px;
	transition: 0.3s;
}

.header-nav .notifications .notification-item i {
	margin: 0 20px 0 10px;
	font-size: 1.5rem;
}

.header-nav .notifications .notification-item h4 {
	font-size: var(--generalFontSize);
	font-weight: 600;
	margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
	font-size: .75rem;
	margin-bottom: 3px;
	color: #919191;
}

.header-nav .notifications .notification-item:hover {
	/*background-color: #f6f9ff;*/
	background-color: var(--sidePanelBgColor);
}

/*.header-nav .messages .message-item {
	padding: 15px 10px;
	transition: 0.3s;
}
.header-nav .messages .message-item a {
	display: flex;
}
.header-nav .messages .message-item img {
	margin: 0 20px 0 10px;
	max-height: 40px;
}
.header-nav .messages .message-item h4 {
	font-size: var(--generalFontSize);
	font-weight: 600;
	margin-bottom: 5px;
	color: #444444;
}
.header-nav .messages .message-item p {
	font-size: .75rem;
	margin-bottom: 3px;
	color: #919191;
}
.header-nav .messages .message-item:hover {
	background-color: #f6f9ff;
	background-color: var(--sidePanelBgColor);
}*/
.header-nav .profile,
.header .profile {
	min-width: 240px;
	padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
	font-size: var(--generalFontSize);
	margin-bottom: 0;
	font-weight: 600;
	color: #444444;
	font-weight: bold;
}

.header-nav .profile .dropdown-header span {
	font-size: var(--generalFontSize);
}

.header-nav .profile .dropdown-item {
	font-size: var(--generalFontSize);
	padding: 10px 15px;
	transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
	font-size: var(--generalFontSize);
	line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
	/*background-color: #f6f9ff;*/
	background-color: var(--sidePanelBgColor);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
	position: fixed;
	top: 120px;
	bottom: 0;
	width: var(--sideBarWidthLrg);
	z-index: 996;
	transition: all 0.3s;
	/*padding: 20px;*/
	padding: 0.5rem 1rem;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--separatorLNClr) transparent;
	/*box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);*/
	/*changed for customisation*/
	/*background-color: #f6f9ff;*/
	background-color: var(--sidePanelBgColor);
	/*border-right: 1px solid var(--separatorLNClr);*/
}

.comments-sidebar {
	position: fixed;
	top: 120px;
	bottom: 0;
	/*right: 0;*/
	width: 0;
	/*z-index: 996;*/
	transition: all 0.3s;
	/* padding: 20px; */
	/*padding:20px 30px;*/
	overflow-y: hidden;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--separatorLNClr) transparent;
	/*box-shadow: 0px 0px 20px rgb(1 41 112 / 10%);*/
	/* background-color: #f6f9ff; */
	background-color: var(--sidePanelBgColor);
	/*border-left: 2px solid var(--scrollBarClr);*/
	/*border-left: 1px solid var(--separatorLNClr);*/
}

.sidebar::-webkit-scrollbar,
.chapsections::-webkit-scrollbar,
.comments-sidebar::-webkit-scrollbar,
.comment_content::-webkit-scrollbar,
.sidebar-nav::-webkit-scrollbar
{
	width: 5px;
	height: 8px;
	background-color: #fff;
}
.main::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb,
.chapsections::-webkit-scrollbar-thumb,
.comments-sidebar::-webkit-scrollbar-thumb,
.comment_content::-webkit-scrollbar-thumb,
.sidebar-nav::-webkit-scrollbar-thumb,
.main::-webkit-scrollbar-thumb {
	background-color: var(--separatorLNClr);
}

@media (min-width: 1200px) {
	.modal-xl-customised {
		max-width: 1640px !important;
	}

	.toggle-sidebar .sidebar {
		/*changed for customisation*/
		/*left: -200px;*/

		width: var(--sideBarWidthSml);
	}

	.toggle-comments-sidebar .comments-sidebar {
		/*changed for customisation*/

		width: 500px !important;
	}

	.toggle-sidebar .sidebar .nav-link span.linkname,
	.toggle-sidebar .sidebar .nav-link-supporting span.linkname {
		display: none;
	}

	.toggle-sidebar .sidebar .bi-chevron-down,
	.toggle-sidebar .sidebar .expand-icon {
		display: none;
	}

	.toggle-sidebar .sidebar .nav-content {
		display: none;
	}

	.toggle-sidebar .sidebar .chapter_title_drpdwn:hover ul.chapsections {
		position: fixed;
		margin-top: -60px;
		left: 100px;
		background-color: var(--sidePanelBgColor);
		/*bottom: 0;*/
		width: var(--sideBarWidthLrg);
		max-height: var(--sideBarWidthLrg);
		z-index: 99999;
		transition: all 0.3s;
		/* padding: 20px; */
		padding: 0.5rem 1rem;
		overflow-y: auto;
		overflow-x: hidden;
		display: block;
		border: 1px solid #aab7cf;
	}

	.toggle-sidebar .sidebar .chapter_title_drpdwn:hover ul.chapsections ul.collapse.show {
		display: block;
		transition: transform 0.4s ease-in-out;
	}

	.toggle-sidebar .sidebar .chapter_title_drpdwn:hover ul.chapsections .bi-chevron-down {
		display: block;
	}

	.toggle-sidebar .sidebar .chapter_title_drpdwn:hover .arrow-left-chapter-sections {
		display: block;
	}

}

.section_dashboard .contenthighlight {
	background-color: #ffeb001f;
}

.sidebar-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav .nav-item.rule,
.sidebar-nav .nav-item.section_title_drpdwn {
	padding: 5px 0px;
	margin-bottom: 0;
}

.sidebar-nav .nav-item {
	/*margin-bottom: 5px;*/
	padding: 10px 0px;
}

.sidebar-nav .nav-item hr {
	margin: 0px;
}

.sidebar-nav .nav-item a:not(.load_more_a) {
	color: var(--darkColor);
	/*font-weight: 600;*/
}

body:not(.html-chat) .sidebar-nav .nav-item .nav-link {
	flex: 1;
}

.arrow-left-chapter-sections {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #aab7cf;
	display: none;
	position: fixed;
	margin-top: -40px;
	left: 80px;
}

.sidebar-nav .nav-item.chapter_title_drpdwn p {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.sidebar-nav.chapter_ony_commenting .nav-item.section_title_drpdwn p {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	padding: 5px 0px;
}

.sidebar-nav.chapter_ony_commenting .chapter_title {
	font-size: 1.3rem;
	text-align: center;
	border-bottom: 1px solid var(--separatorLNClr);
	color: var(--darkColor);
	padding: 10px 0px;
}

.sidebar-nav .nav-item.chapter_title_drpdwn .linkname {
	white-space: normal;
	flex: 1;
}

.sidebar-nav .nav-item a span.linkname {
	white-space: nowrap;
}

.sidebar-nav .nav-item .nav-link-supporting {
	display: flex;
	align-items: center;
	padding: 0rem .5rem;
}

.sidebar-nav .nav-heading {
	font-size: .75rem;
	text-transform: uppercase;
	color: #899bbd;
	font-weight: 600;
	margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
	display: flex;
	align-items: center;
	padding: 0rem .5rem;
	border-radius: 4px;
}

.sidebar-nav .nav-link i {
	font-weight: bold;
}

.sidebar-nav .nav-link.collapsed {
	color: var(--darkColor);
}

.sidebar-nav .nav-item-inside-container {
	margin: 0;
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-item-inside-container:hover a {
	color: var(--hoverTextColor);
	background: var(--sidePanelBgColor);
	cursor: pointer;
}

.sidebar-nav .nav-link:hover i {
	color: var(--hoverTextColor);
}

.sidebar-nav .nav-item .bi-chevron-down {
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
}

.sidebar-nav .bi-chevron-down:not(.collapsed),
.sidebar-nav span.nav-link:not(.collapsed) .bi-chevron-down {
	transform: rotate(180deg);
}

.sidebar-nav .nav-content {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav .nav-content a {
	display: flex;
	align-items: center;
	font-size: var(--generalFontSize);
	color: var(--darkColor);
	transition: 0.3;
	padding: 10px 0 10px 10px;
	transition: 0.3s;
}
body[data-lang="ar"] .sidebar-nav .nav-content a {
	padding: 10px 10px 10px 0;
}

.sidebar-nav .nav-content a i:not(.bi-chevron-down) {
	font-size: 6px;
	line-height: 0;
	border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
	color: var(--hoverTextColor);
}

.sidebar-nav .nav-content a.active i {
	background-color: var(--hoverTextColor);
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
/*.dashboard .filter {
	position: absolute;
	right: 0px;
	top: 15px;
}
.dashboard .filter .icon {
	color: #aab7cf;
	padding-right: 20px;
	padding-bottom: 5px;
	transition: 0.3s;
	font-size: var(--generalFontSize);
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
	color: var(--hoverTextColor);
}
.dashboard .filter .dropdown-header {
	padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
	text-transform: uppercase;
	font-size: var(--generalFontSize);
	font-weight: 600;
	letter-spacing: 1px;
	color: #aab7cf;
	margin-bottom: 0;
	padding: 0;
}
.dashboard .filter .dropdown-item {
	padding: 8px 15px;
}

 Info Cards 
.dashboard .info-card {
	padding-bottom: 10px;
}
.dashboard .info-card h6 {
	font-size: 1.75rem;
	color: #012970;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.dashboard .card-icon {
	font-size: 2rem;
	line-height: 0;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	flex-grow: 0;
}
.dashboard .sales-card .card-icon {
	color: #4154f1;
	color: var(--hoverTextColor);
	background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
	color: #2eca6a;
	background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
	color: #ff771d;
	background: #ffecdf;
}

 Activity 
.dashboard .activity {
	font-size: var(--generalFontSize);
}
.dashboard .activity .activity-item .activite-label {
	color: #888;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
	content: "";
	position: absolute;
	right: -11px;
	width: 4px;
	top: 0;
	bottom: 0;
	background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
	margin-top: 3px;
	z-index: 1;
	font-size: .75rem;
	line-height: 0;
	border-radius: 50%;
	flex-shrink: 0;
	border: 3px solid #fff;
	flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
	padding-left: 10px;
	padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
	top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
	padding-bottom: 0;
}

 News & Updates 
.dashboard .news .post-item + .post-item {
	margin-top: 15px;
}
.dashboard .news img {
	width: 80px;
	float: left;
	border-radius: 5px;
}
.dashboard .news h4 {
	font-size: var(--generalFontSize);
	margin-left: 95px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dashboard .news h4 a {
	color: #012970;
	transition: 0.3s;
}
.dashboard .news h4 a:hover {
	color: #4154f1;
	color: var(--hoverTextColor);
}
.dashboard .news p {
	font-size: var(--generalFontSize);
	color: #777777;
	margin-left: 95px;
}

 Recent Sales 
.dashboard .recent-sales {
	font-size:var(--generalFontSize);
}
.dashboard .recent-sales .table thead {
	background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
	border: 0;
}
.dashboard .recent-sales .dataTable-top {
	padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
	padding: 10px 0 0 0;
}

 Top Selling 
.dashboard .top-selling {
	font-size: var(--generalFontSize);
}
.dashboard .top-selling .table thead {
	background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
	border: 0;
}
.dashboard .top-selling .table tbody td {
	vertical-align: middle;
}
.dashboard .top-selling img {
	border-radius: 5px;
	max-width: 60px;
}*/

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
/*.iconslist {
	display: grid;
	max-width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.25rem;
	padding-top: 15px;
}
.iconslist .icon {
	background-color: #fff;
	border-radius: 0.25rem;
	text-align: center;
	color: #012970;
	padding: 15px 0;
}
.iconslist i {
	margin: 0.25rem;
	font-size: 2.5rem;
}
.iconslist .label {
	font-family: var(--bs-font-monospace);
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0.25rem;
	font-size: .75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}*/

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
/*.profile .profile-card img {
	max-width: 120px;
}
.profile .profile-card h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c384e;
	margin: 10px 0 0 0;
}
.profile .profile-card h3 {
	font-size: 18px;
}
.profile .profile-card .social-links a {
	font-size: 1.25rem;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
	color: #012970;
}*/
/*.profile .profile-overview .row {
	margin-bottom: 20px;
	font-size: var(--generalFontSize);
}
.profile .profile-overview .card-title {
	color: #012970;
}
.profile .profile-overview .label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
	max-width: 120px;
}*/

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
/*.faq .basic h6 {
	font-size: var(--generalFontSize);
	font-weight: 600;
	color: #4154f1;
	color: var(--hoverTextColor);
}
.faq .basic p {
	color: #6980aa;
}*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*.contact .info-box {
	padding: 28px 30px;
}
.contact .info-box i {
	font-size: 2.25rem;
	line-height: 0;
	color: #4154f1;
	color: var(--hoverTextColor);
}
.contact .info-box h3 {
	font-size: 1.25rem;
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: var(--generalFontSize);
	margin-bottom: 0;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: var(--generalFontSize);
	border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #4154f1;
	border-color: var(--hoverTextColor);
}
.contact .php-email-form input {
	padding: 10px 15px;
}
.contact .php-email-form textarea {
	padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
	background: #4154f1;
	background: var(--hoverTextColor);
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
	background: #5969f3;
}*/
/*@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}*/

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
/*.error-404 {
	padding: 30px;
}
.error-404 h1 {
	font-size: 10rem;
	font-weight: 700;
	color: #4154f1;
	color: var(--hoverTextColor);
	margin-bottom: 0;
	line-height: 150px;
}
.error-404 h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #012970;
	margin-bottom: 30px;
}
.error-404 .btn {
	background: #51678f;
	color: #fff;
	padding: 8px 30px;
}
.error-404 .btn:hover {
	background: #3e4f6f;
}*/
.iubtn {
	display: block;
}

.cookie-main {
	background-color: rgba(37, 73, 66, 0.93);
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 20px 20px;
	color: #fff;
	z-index: 656565;
	transition: all 0.3s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	padding: 20px 20px;
	font-size: var(--generalFontSize);
	transition: all 0.3s;
	border-top: 1px solid var(--separatorLNClr);
}

.footer .copyright {
	text-align: center;
	/*changed for customisation*/
	color: var(--darkColor);
}

.footer .credits {
	padding-top: 5px;
	text-align: center;
	font-size: .75rem;
	color: #012970;
}

/*changed for customisation*/
#header {
	background-color: var(--darkColor);
}

.book_chaptercontent {
	padding: 2% 3%;
	border: 1px solid #f3f3f3;
}

.page-width {
	max-width: var(--pageWidth) !important;
	margin: auto;
}

.header-nav ul.notifications {
	min-width: 300px;
}

.sidebar-nav img {
	max-width: 100%;
	max-height: 100%;
}

.sidebar-nav .bookicon {
	width: var(--leftSidePanelImgSize);
	display: inline-block;
	height: var(--leftSidePanelImgSize);
	text-align: center;
}

.form-select,
.form-control,
.btn {
	font-size: var(--generalFontSize);
}

.card-body {
	padding: 20px 20px 20px 20px;
}

.theme_bg_btn {
	background-color: var(--darkColor) !important;
	color: var(--darkBgtextColor) !important;
	border-color: var(--darkColor) !important;
}

.text_upper {
	text-transform: uppercase;
	line-height: unset;
}

.white_bg_btn {
	background-color: var(--normalBgClr) !important;
	color: var(--headerPanelBg) !important;
	border-color: var(--darkColor) !important;
	min-width: 125px;
}

/*.theme_bg_btn {
	background-color: var(--headerPanelBg) !important;
	color: var(--headerPanelText) !important;
}*/
.error {
	color: red;
	margin-bottom: 0px;
}

.item_popdown {
	padding-bottom: 10px;
}

.header .nav-link i {
	/*font-weight: bold;*/
	font-size: 2rem;
}

body[data-lang="ar"] .header .nav-link.user-profile-a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

header#header1 i {
	font-size: 1.4rem !important;
}

.header .nav-link {
	color: var(--darkBgtextColor);
	font-size: var(--headerpanelFontSize);
}

#header1 {
	position: fixed;
	top: 60px !important;
	right: 0;
	left: 0;
	background: white;
	border-bottom: 1px solid var(--separatorLNClr);
	z-index: 997;
}

#header1 .nav-link {
	color: var(--darkColor);
}

#header1 .nav-link:hover,
#header1 .dropdown-menu li a:hover {
	color: var(--headerLinkhoverColor);
}

.sidebar-nav .backtohome i {
	font-size: var(--leftSidePanelImgSize);
	color: var(--darkColor);
}

.sidebar-nav .nav-link.backtohome:hover i {
	color: var(--darkColor) !important;
}


::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--darkColor) !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--darkColor) !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--darkColor) !important;
}

.search_form *:not(.error):not(button) {
	color: var(--darkColor) !important;
}

.search_form button.theme_bg_btn {
	background-color: var(--darkColor) !important;
	color: var(--darkBgtextColor) !important;
	border: none;
	font-weight: bold;
}

.search_form button:hover {
	background-color: var(--hoverTextColor) !important;
}

.not_found_container {
	padding: 20px 0 15px 0;
	font-size: 1.4rem;
	/* font-weight: 500; */
	text-align: center;
	color: black;
	font-family: "Poppins", sans-serif;
}

.avatar-circle {
	display: flex;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: var(--LightColor);
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 3px solid green;
}

.initials {
	/*  position: relative;
	  top: 25px;  25% of parent */
	/*font-size: 50px;  50% of parent */
	/*line-height: 50px;  50% of parent */
	color: #fff;
	/*font-family: "Courier New", monospace;*/
	font-weight: bold;
}

/* User online indicator -- start*/
.indicator.online {
	background: #28B62C;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-animation: pulse-animation 2s infinite linear;
	animation: pulse-animation 2s infinite linear;
}

body:not([data-lang='ar']) .bottom-right {
	position: absolute;
	bottom: 0px;
	/*	right: 25px;*/
	left: 40px;
}

body[data-lang='ar'] .bottom-right {
	position: absolute;
	bottom: 0px;
	right: 45px;
}

.dropdown-menu .dropdown-item {
	color: var(--darkColor);
	font-size: var(--generalFontSize);
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+a .slider, input:checked+.pincommentswich .slider {
	background-color: var(--darkColor);
}

.add_cntr_set:hover input:checked+a .slider {
	background-color: var(--headerLinkhoverColor);
}

input:focus+.slider {
	box-shadow: 0 0 1px var(--darkColor);
}

input:checked+a .slider:before, input:checked+.pincommentswich .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.comment_add_settings input, .pinallcommentsdiv input
{
	display: none;
}

span.add_cntr_set.toggle-switch-text {
	float: left;
	flex: 1;
	padding-right: 1rem;
}

.dropdown-menu .dropdown-item.add_cntr_set {
	display: flex !important;
}

#myCommentScrnModal .modal-dialog {
	max-width: 90%;
}

.display-none,
.initial-display-none {
	display: none;
}

.visibility-none {
	visibility: hidden;
}

.asterisk:after {

	content: " *";
	color: red;
	font-size: 1rem;
}

select.error {
	color: inherit;
}

#div_progress {
	margin: 0px 0px 0px 0px;
	position: fixed;
	height: 100%;
	z-index: 999990;
	padding-top: 200px;
	padding-left: 50px;
	width: 100%;
	clear: none;
	background-color: gray;
	border: 1px solid #000000;
	opacity: 0.5;
	top: 0px;
	left: 0px
}

/*IE will need an 'adjustment'*/
* html #div_progress {
	position: absolute;
	/* height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); */
}

@media (min-width: 992px) {
	.error-404 img {
		max-width: 50%;
	}

	.iubtn {
		padding-left: 15px;
		display: inline;
	}
}

@keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2)
	}

	75% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}
.error
{
	color: red;
}
.sr-only {
	position: absolute;
	left: -9999px;
}
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:var(--darkColor);
    left: auto;
    top: 100px;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    /*border:4px solid yellow;*/
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.item_popdown.d-flex
{
	gap: 12px;
}

/* User online indicator -- stop*/
/*start --- styling for alert div for indicating new versions and editions*/
div#alert:not(.visibility-none) {
    visibility: visible;
    transform: translate(0);
    opacity: 1;
    max-height: 1000px;
}
div#alert{
	z-index: 1;
    visibility: hidden;
    transform: translateY(-65px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms linear;
    background-color: #fff3cd;
	border-bottom: 1px solid #ffecb5;
    /*box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);*/
	box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    position: absolute;
    top: 59px;
    /* left: -110px; */
    margin-left: -20px;
    padding: 20px 5px;
    width: 100%;
    color: #664d03;
    text-align: center;
}
.selection_warning
{
	padding-top: 10px !important;
}
.selection_warning .alert-warning
{
	padding: 10px !important;
}

/*start --- design for chat page*/
#main.chat {
	margin-top: 60px;
}
#main.chat .title_container
{
	margin-top: 50px;
}
.newchat
{
	height: calc(100vh - 270px);
    overflow: auto;
}
.history_hdg
{
	text-align: center;
	color: var(--darkColor);
	font-size: 1.5rem;
    font-weight: bold;
}
.html-chat .pagetitle {
    font-size: 1.5rem;
	font-weight: bold;
}
.html-chat .title_container {
    text-align: center;
}
.html-chat .sidebar
{
	background: var(--LightestColor);
	overflow: hidden;
	padding:0;
	top: 60px !important;
}
.html-chat .sidebar ul.sidebar-nav
{
    bottom: 100px;
    overflow: auto;
    height: calc( 100% - 80px);
	padding: 0.5rem 1rem;
}
.html-chat .sidebar-nav .chapter_title_drpdwn:hover
{
	background: white;
}
.html-chat .expandcollapsei
{
    font-weight: normal !important;
}
.html-chat .sidebar-nav .nav-item a span.linkname
{
	padding-left:0px;
}
.html-chat .sidebar-nav .nav-item .nav-link-supporting
{
	padding: 0px;
	flex:1;
}
.chat.main .content_area
{
	position: inherit;
}
@media (min-width: 1200px) {
	#main:not(.nosidebar).chat .form-container {
		width: calc(100vw - var(--sideBarWidthLrg));
	}
	.html-chat.toggle-sidebar .sidebar
	{
		width: var(--sideBarWidthLrg) !important;
	}
}
@media (min-width: 1200px)
{
/*	#main.nosidebar.chat .form-container {
		width: calc(100vw - var(--sideBarWidthSml));
	}*/
	
	.html-chat .expandcollapse-header
	{
		display: none !important;
	}
}
.form-container
{
	bottom:0;
    position: absolute;
	background: white;
	width:100%;
}

#chatbot-form {
	max-width:1000px;
	margin:auto;
	padding: 20px 20px;
}

#chatbot-input {
	width: 100%;
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: verdana, Arial, 'sans serif'; 
	font-size: large;
	background: url(../img/sendmsg.png) no-repeat scroll right top;
	/*padding-left:30px;*/
	/*background-position: right 10px top;*/
	background-position:right 10px bottom 0px
}
.chatfloatingdiv {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
	background: white;
	width:100%;
}

#chatbot .message {
	margin-bottom: 5px;
	padding: 10px 20px;
}
.message.info
{
	text-align: center;
    padding: 10px 20px;
}
.message.info .info_stc
{
	max-width: 985px;
    text-align: left;
    margin: auto;
}
.user {
	background-color: var(--LightestColor) !important;
	border-top: 1px solid var(--LightColor); 
    border-bottom: 1px solid var(--LightColor); 
}
.footer-content-chat
{
	font-size: small;
}
.load_more_para
{
    text-align: center;
    margin-left: -15px;
}
.newchat_topic
{
	width: 100%;
    color: var(--darkColor);
    border: 1px solid var(--darkColor);
	width: 100%;
}

/*End --- design for chat page*/