:root,
[data-color-theme=light] {
	--body-font-size-lg: 1rem;
	--body-font-size-sm: 0.75rem;
	--body-font-size-xs: 0.625rem;
	--body-line-height-computed: calc(1375rem / 1000);
	--body-line-height-lg: 1.375;
	--body-line-height-sm: 1.8334;
	--body-line-height-xs: 2.2;
	--component-active-bg: #0c83ff;
	--component-active-bg-rgb: 12, 131, 255;
	--component-active-color: #fff;
	--focus-ring-box-shadow: 0 0 0 0.125rem rgba(12, 131, 255, 0.25);
	--spacer-1: 0.3125rem;
	--spacer-2: 0.625rem;
	--spacer: 1.25rem;
	--spacer-4: 1.875rem;
	--spacer-5: 3.75rem;
	--icon-font-family: Phosphor;
	--icon-font-size: 1.25rem;
	--icon-font-size-lg: 1.5rem;
	--icon-font-size-sm: 1rem;
	--box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.125);
	--box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1);
	--box-shadow-lg: 0 6px 12px rgba(0, 0, 0, 0.15);
	--transition-base-timer: 0.15s;
	--transition-collapse-timer: 0.3s;
	--gray-100: #F9FAFB;
	--gray-200: #F3F4F6;
	--gray-300: #E5E7EB;
	--gray-400: #D1D5DB;
	--gray-500: #9CA3AF;
	--gray-600: #6B7280;
	--gray-700: #4B5563;
	--gray-800: #374151;
	--gray-900: #1F2937;
	--indigo: #5C6BC0;
	--purple: #8e70c1;
	--pink: #f35c86;
	--teal: #26A69A;
	--yellow: #ffd648;
	--primary: #0c83ff;
	--secondary: #247297;
	--success: #059669;
	--info: #049aad;
	--warning: #f58646;
	--danger: #EF4444;
	--light: #F3F4F6;
	--dark: #252b36;
	--black: #000;
	--white: #fff;
	--indigo-rgb: 92, 107, 192;
	--purple-rgb: 142, 112, 193;
	--pink-rgb: 243, 92, 134;
	--teal-rgb: 38, 166, 154;
	--yellow-rgb: 255, 214, 72;
	--primary-rgb: 12, 131, 255;
	--secondary-rgb: 36, 114, 151;
	--success-rgb: 5, 150, 105;
	--info-rgb: 4, 154, 173;
	--warning-rgb: 245, 134, 70;
	--danger-rgb: 239, 68, 68;
	--light-rgb: 243, 244, 246;
	--dark-rgb: 37, 43, 54;
	--black-rgb: 0, 0, 0;
	--white-rgb: 255, 255, 255;
	--body-color-rgb: 31, 41, 55;
	--body-bg-rgb: 241, 244, 249;
	--font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--body-font-family: var(--font-sans-serif);
	--body-font-size: 0.875rem;
	--body-font-weight: 400;
	--body-line-height: 1.5715;
	--body-color: #1F2937;
	--body-bg: #f1f4f9;
	--border-width: 1px;
	--border-style: solid;
	--border-color: #D1D5DB;
	--border-color-translucent: rgba(0, 0, 0, 0.125);
	--border-radius: 0.375rem;
	--border-radius-sm: 0.25rem;
	--border-radius-lg: 0.5rem;
	--border-radius-xl: 1rem;
	--border-radius-2xl: 2rem;
	--border-radius-pill: 50rem;
	--link-color: #0c83ff;
	--link-hover-color: #0962bf;
	--code-color: #f35c86;
	--highlight-bg: rgba(0, 0, 0, 0.15);
}

.navbar-vertical {
	background: #29145e;
	background: transparent linear-gradient(180deg,
			#5316c8 0%,
			#855fcc 100%,
			#261b3a 100%,
			#1f1929 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #00000014;
	bottom: 0;
	display: block;
	margin-left: -17rem;
	max-width: 64px;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 9;
	transition: margin 0.25s ease-out;
	width: 100%;
}

.navbar-vertical:hover {
	max-width: 270px;
}

.navbar-vertical .nav-scroller,
.navbar-vertical .slimScrollDiv {
	height: 100% !important;
	overflow-y: auto;
}

.close_img {
	background: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
}

.closemenubtn {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 10px;
	margin-right: -20px;
}

.addtextarea {
	height: 100px !important;
}

.navbar-vertical .navbar-brand {
	display: block;
	margin-right: 0;
	text-align: center;
	padding: 1rem 1.5rem 1.5rem;
	margin: 0px !important;

	padding-bottom: 6px;
}

.navbar-vertical .navbar-brand img {
	width: 150px;
}

.navbar-vertical .navbar-heading {
	color: #454f5b;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
}

.navbar-vertical .navbar-nav .nav-item {
	margin: 4px 10px 4px 0px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-weight: 400;
	line-height: 9px;
	padding: 12px 21px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
	font-size: 13px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
	color: #fff;

	border-radius: 3px;
	background: linear-gradient(90deg, #5316c8 4%, #4f279b 0%, #4f279b 100%);
	border-left: 5px solid #ff8a44;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-link[data-bs-toggle="collapse"]:after {
	color: black !important;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
	color: #fff;
	opacity: 1;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active {
	color: #29145e;
	background-color: white;

	border-radius: 3px;
	background: linear-gradient(90deg, #5316c8 4%, #fff 0%, #fff 100%);
	border-left: 5px solid #ff8a44;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
	color: #29145e;
	opacity: 1;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"] {
	position: relative;
}

.navbar-vertical:hover .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:after {
	display: block;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:after {
	content: "\F282";
	display: none;
	font-family: "bootstrap-icons";
	height: 24px;
	margin-left: auto;
	position: absolute;
	transform: scale(0.7);
	transition: 0.5s ease;
	width: 24px;
	top: 13px !important;
	right: 13px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:not(.collapsed):after {
	content: "\F282";
	display: block;
	font-family: "bootstrap-icons";
	height: 24px;
	position: absolute;
	transform: scale(0.7) rotateX(180deg);
	transition: 0.5s ease;
	width: 24px;
	top: 2px !important;
	right: 13px;
}

.navbar-vertical .navbar-nav .nav-icon {
	font-size: 18px;
	transition: all 0.1s;
	margin-right: 25px !important;
}

.navbar-vertical .navbar-nav .sub-nav-icon {
	font-size: 0.35rem;
	margin-right: 0.5rem;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
	color: #8f76cd;
	padding: 10px 47px;
	font-size: 13px;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link.active {
	color: #ffffff;
	background-color: #29145e;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link:hover {
	color: #ff8a44 !important;
	/* background-color: #29145e; */
	background: unset;
	border: 0;
}

.navMenuLevelSecond.nav-link[data-bs-toggle="collapse"]:after {
	content: "\F282";
	display: block;
	font-family: "bootstrap-icons";
	height: 24px;
	margin-left: auto;
	position: absolute;
	right: 13px;
	transform: scale(0.7);
	transition: 0.5s ease;
	width: 24px;
	top: 7px !important;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link.active,
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
	color: #ffffff;
	background-color: #29145e;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
	color: #bac0c6;

	padding: 9px 44px;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link.active,
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
	color: #fff;
}

.bg_nav_color {
	background-color: #ffffff;
	margin: 5px 0px 5px 15px;
	border-radius: 8px;
	padding: 15px 0px !important;
}

.collapse.in {
	display: block;
}

.bg_nav_color .nav-item {
	margin: 0px 10px 0px 0px !important;
}

.bg_nav_color .nav-item .nav-link {
	padding: 10px 20px 10px !important;
}

.navbar-classic .navbar-right-wrap .list-group-item {
	padding: 1rem 1.25rem;
}

.navbar-classic .nav-badge {
	position: absolute;
	right: 3px;
	top: -9px;
}

@media (min-width: 1200px) {
	.navbar-classic .dropdown-menu-end {
		left: auto;
		right: 0;
	}

	.navbar-classic .dropdown-menu-start {
		left: 0;
		right: auto;
	}

	.navbar-classic .dropdown-menu {
		display: block;
		opacity: 0;
		transform: translateY(20px);
		transition: all 0.3s ease-in;
		visibility: hidden;
	}

	.navbar-classic .dropdown-submenu:hover>.dropdown-menu,
	.navbar-classic .dropdown:hover>.dropdown-menu {
		opacity: 1;
		transform: scaleY(1);
		visibility: visible;

		top: 48px;
	}
}

@media (max-width: 992px) {
	.navbar-classic .navbar-nav .dropdown-menu {
		margin: 0;
	}

	.navbar-classic .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
		box-shadow: none;
		margin: 0;
	}

	.navbar-classic .nav-top-wrap {
		flex-direction: row;
	}

	.navbar-classic .nav-top-wrap .dropdown {
		position: static;
	}

	.navbar-classic .nav-top-wrap .dropdown-menu {
		margin: 0.25rem 0.75rem !important;
		position: absolute;
	}

	.navbar-classic .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
		padding: 0 !important;
		position: relative;
		top: -7px !important;
	}
}

.header .navbar {
	padding: 5px 14px;
	border-radius: 7px;
}

.header .navbar #nav-toggle {
	color: #454f5b;
	font-size: 20px;
	line-height: 0.5;
}

@media (max-width: 576px) {
	.header .navbar .navbar-nav {
		flex-direction: row;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.header .navbar .navbar-nav {
		flex-direction: row;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.header .navbar .navbar-nav {
		flex-direction: row;
	}
}

#db-wrapper {
	display: flex;
	overflow-x: hidden;
}

#page-content {
	margin-left: 74px;
	min-height: 100dvh;
	min-width: 100vw;
	transition: margin 0.25s ease-out;
	margin-right: 8px;
	padding-top: 25px;
}

#db-wrapper.toggled #page-content,
#db-wrapper.toggled .navbar-vertical {
	margin-left: 280px;
}

#db-wrapper.toggled #page-content .inner-wrapper-sticky {
	left: 20px !important;
}

#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
	width: 354px;
}

@media (max-width: 1024px) {
	#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
		width: 204px;
	}
}

@media (max-width: 576px) {
	#page-content {
		margin-left: 0;
	}

	#db-wrapper.toggled #page-content {
		margin-left: 15.6875rem;
	}
}

@media (min-width: 768px) {
	.navbar-vertical {
		margin-left: 0;
	}

	#page-content {
		min-width: 0;
		width: 100%;
	}

	#db-wrapper.toggled .navbar-vertical {
		margin-left: 0 !important;
		max-width: 270px !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#page-content {
		margin-left: 0;
	}

	#db-wrapper.toggled #page-content {
		margin-left: 15.6875rem;
	}
}

.nav-line-bottom {
	border-bottom: 1px solid #f4f6f8;
}

.nav-line-bottom .nav-item .nav-link {
	border-radius: 0;
	color: #637381;
	font-weight: 500;
	margin-bottom: -1px;
	padding: 0.875rem 1.25rem;
}

@media (max-width: 576px) {
	.nav-line-bottom .nav-item .nav-link {
		padding: 0.8rem;
	}
}

.nav-line-bottom .nav-item .nav-link.active {
	background-color: transparent;
	border-bottom: 1px solid #624bff;
	color: #624bff;
}

@media (max-width: 576px) {
	.nav-line-bottom .nav-item .nav-link.active {
		padding: 0.747rem;
	}
}

.nav-line-bottom .nav-item .nav-link:hover {
	background-color: transparent;
	border-bottom: 1px solid #624bff;
	color: #624bff;
}

.nav-line-bottom .nav-item .nav-link .badge {
	line-height: 1.4;
}

@media (max-width: 576px) {
	.nav-line-bottom {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.nav-line-bottom::-webkit-scrollbar {
		display: none;
	}
}

.nav-lb-tab {
	border-bottom: 1px solid #dfe3e8;
}

@media (max-width: 576px) {
	.nav-lb-tab {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.nav-lb-tab::-webkit-scrollbar {
		display: none;
	}
}

.nav-lb-tab .nav-item {
	margin: 0 1.5rem;
}

.nav-lb-tab .nav-item .nav-link {
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #637381;
	font-weight: 500;
	margin-bottom: -1px;
	padding: 16px 0;
	white-space: nowrap;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
	background-color: transparent;
	border-bottom: 2px solid #624bff;
	color: #624bff;
}

.nav-lt-tab {
	border-top: 1px solid #dfe3e8;
}

@media (max-width: 768px) {
	.nav-lt-tab {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.nav-lt-tab::-webkit-scrollbar {
		display: none;
	}
}

.nav-lt-tab .nav-item {
	margin: -0.0625rem 1rem 0;
}

.nav-lt-tab .nav-item .nav-link {
	border-radius: 0;
	border-top: 2px solid transparent;
	color: #637381;
	font-weight: 500;
	padding: 1rem 0;
}

.nav-lt-tab .nav-item .nav-link.active,
.nav-lt-tab .nav-item .nav-link:hover {
	background-color: transparent;
	border-top: 2px solid #624bff;
	color: #624bff;
}

.nav-email-list .nav-item .nav-link {
	border-radius: 8px;
	color: #637381;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 6px 10px;
}

.nav-email-list .nav-item .nav-link.active,
.nav-email-list .nav-item .nav-link:hover {
	background-color: #f9fafb;
	color: #624bff;
}

.nav-email-list .nav-text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.scrollspy-example {
	height: 12.5rem;
	margin-top: 0.5rem;
	overflow: auto;
	position: relative;
}

.scrollspy-example-2 {
	height: 21.875rem;
	overflow: auto;
	position: relative;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: "Montserrat", serif;

	font-style: normal;
}

.docs-header .docs-header-btn {
	align-items: center;
	display: flex;
}

.docs-header .navbar {
	border-bottom: 1px solid #f4f6f8;
	margin-left: 15.625rem;
	padding: 0.5rem 0.625rem;
}

@media (max-width: 576px) {
	.docs-header .navbar {
		margin-left: 0;
	}
}

.docs-header .navbar .dropdown-menu {
	border: 1px solid #efeef1;
	margin: 0;
}

.docs-header .navbar .navbar-nav .nav-item .nav-link {
	color: #454f5b;
	font-size: 1rem;
	line-height: 1.75rem;
	margin-bottom: 0;
	padding: 0.875rem;
}

.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #000;
}

.docs-main-wrapper {
	min-height: 100%;
	position: relative;
}

.docs-wrapper {
	background-color: #f9fafb;
	left: 0;
	margin-left: 15.625rem;
	position: relative;
	top: 35px;
}

.docs-content {
	margin: 4.0625rem 0;
}

.docs-content-head {
	padding: 4.375rem 0;
}

.docs-example-border-utils [class^="border"] {
	background-color: #f5f4f8;
	display: inline-block;
	height: 5rem;
	margin: 0.25rem;
	width: 5rem;
}

.gd-example-modal.modal {
	bottom: auto;
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	z-index: 1;
}

.docs-example-border-utils-0 [class^="border"] {
	border: 1px solid #efeef1;
}

.color-swatch {
	margin-bottom: 1.875rem;
}

.color-swatch-header {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	height: 5.5rem;
}

.color-swatch-body {
	background-color: #fff;
	border: 1px solid #f4f6f8;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	overflow: hidden;
	padding: 0.625rem 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.color-swatch-body-label {
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 0.1875rem;
}

.color-swatch-body-value {
	font-size: 0.875rem;
	line-height: 1.375rem;
	margin-bottom: 0;
}

.setting-nav {
	overflow-y: auto;
	position: absolute;
	top: 60px;
	width: 95%;
}

@media (max-width: 768px) {
	.setting-nav {
		position: relative;
	}
}

.setting-nav a {
	background-color: #fff;
	color: #161c24;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: none;
	transition: 0.5s ease;
}

.setting-nav a:hover {
	color: #624bff;
}

.setting-nav a.active {
	color: #624bff;
	display: block;
	transition: 0.5s ease;
}

.ratio {
	background-color: #f9fafb;
	border: 1px solid #f4f6f8;
	color: #637381;
	display: inline-block;
	width: 10rem;
}

.card {
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 2px 4px rgba(0, 0, 20, 0.08), 0 1px 2px rgba(0, 0, 20, 0.08);
}

.avatar {
	display: inline-block;
	height: 3rem;
	position: relative;
	width: 3rem;
}

.avatar-xs {
	height: 1.5rem;
	width: 1.5rem;
}

.avatar-sm {
	height: 2rem;
	width: 2rem;
}

.proclose {
	color: #4f279b !important;
	border: 3px solid #4f279b !important;
	opacity: unset !important;
	border-radius: 50px;
	font-size: 10px;
}

.txt_h {
	color: #fff;

	margin: 0;
}

.txt_h .ad_min {
	font-size: 12px;
}

.profile_card {
	background: transparent linear-gradient(180deg, #4f279bba 0%, #344db2 100%) 0% 0% no-repeat padding-box;
	padding: 12px 24px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_card {
	display: flex;
	align-items: center;
}

.avatar-md {
	height: auto;
	width: fit-content;
	margin-top: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_card {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.dash_notifac {
	background: #fff !important;
}

.noti_card {
	display: flex;
	padding: 12px;
	background: transparent linear-gradient(80deg, #c2a8f499 0%, #ff8a443d 100%) 0% 0% no-repeat padding-box;
	border-radius: 12px;
}

.noti_card .bells {
	background-color: #4f279b;
	width: fit-content;
	height: fit-content;
	color: #fff;
	border-radius: 50px;
	padding: 2px 6px;
	margin-right: 10px;
}

.noti_card p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.noti_card p span {
	font-size: 14px;
	font-weight: 300;
}

.dots i {
	position: absolute;
	top: -10px;
	left: 10px;
	color: red;

	font-size: 38px;
}

.bellbtn .bellicon {
	font-size: 30px;
	text-decoration: none !important;
	position: relative;
	border: 3px solid #6823ec85;
	padding: 8px;
	border-radius: 50px;
	color: #4f279b;
}

.pro_card i {
	color: #ff8a44;
	border: 1px solid #ff8a44;
	margin-right: 20px;
	padding: 10px 16px;
	font-size: 24px;
	border-radius: 50px;
}

.pro_card p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.avatar-lg {
	height: 3.5rem;
	width: 3.5rem;
}

.avatar-xl {
	height: 5rem;
	width: 5rem;
}

.avatar-xxl {
	height: 7.5rem;
	width: 7.5rem;
}

.avatar img {
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
	border: 3px solid #6823ec85;
	width: 50px;
}

.modal_proimg {
	background-color: #fff;
	padding: 8px;
	border: 3px solid #d5c2f88c;
	border-radius: 50px;
	margin-right: 10px;
}

.avatar-indicators {
	position: relative;
}

.profile_name {
	color: #130b21;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 0;
	text-align: left;
}

.profile_name .ad_txt {
	color: #aaa6b2;
	font-size: 16px;
}

.pro-icon {
	font-size: 30px;
}

.nav_pages {
	display: flex;
	align-items: center;
	text-decoration: none;

}

.nav_pages p {
	color: #000;
}

.avatar-xxl.avatar-indicators:before {
	bottom: 5px;
	height: 16%;
	right: 17%;
	width: 16%;
}

.avatar-offline:before {
	background-color: #c4cdd5;
}

.avatar-away:before {
	background-color: #ffc107;
}

.avatar-busy:before {
	background-color: #dc3545;
}

.avatar-info:before {
	background-color: #0dcaf0;
}

.avatar-initials {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	pointer-events: none;
	text-transform: uppercase;
	width: 100%;
}

.avatar-primary .avatar-initials {
	background-color: #624bff;
	color: #fff;
}

.avatar-secondary .avatar-initials {
	background-color: #637381;
	color: #fff;
}

.avatar-success .avatar-initials {
	background-color: #198754;
	color: #fff;
}

.avatar-warning .avatar-initials {
	background-color: #ffc107;
	color: #fff;
}

.avatar-info .avatar-initials {
	background-color: #0dcaf0;
	color: #fff;
}

.avatar-danger .avatar-initials {
	background-color: #dc3545;
	color: #fff;
}

.avatar-light .avatar-initials {
	background-color: #f9fafb;
	color: #fff;
}

.avatar-dark .avatar-initials {
	background-color: #212b36;
	color: #fff;
}

.avatar-group .avatar+.avatar {
	margin-left: -1.2rem;
}

.avatar-group .avatar:hover {
	z-index: 2;
}

.avatar-group .avatar .avatar-initials,
.avatar-group img {
	border: 2px solid #fff;
}

.btn-outline-white {
	border-color: #dfe3e8;
	color: #637381;
}

.btn-outline-white.active,
.btn-outline-white:focus,
.btn-outline-white:hover {
	background-color: #f9fafb;
	border-color: #c4cdd5;
	color: #637381;
}

.btn-icon {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.92969rem;
	font-weight: 400;
	height: 2.5rem;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 2.5rem;
}

.btn-icon.btn-xs {
	font-size: 0.75rem;
	height: 1.53125rem;
	width: 1.53125rem;
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
	font-size: 0.875rem;
	height: 2.1875rem;
	width: 2.1875rem;
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
	font-size: 1rem;
	height: 3.36875rem;
	width: 3.36875rem;
}

.color-facebook {
	color: #4267b2;
}

.color-twitter {
	color: #1da1f2;
}

.color-github {
	color: #000;
}

.color-google {
	color: #db3236;
}

.color-slack {
	color: #ce375c;
}

.color-linkedin {
	color: #0077b5;
}

.dropdown-menu {
	border: none;
	border-radius: 0.5rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	color: #454f5b;
	font-size: 0.875rem;
	line-height: 1.375rem;
	z-index: 1040;
}

.dropdown-header {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.dropdown-header,
.dropdown-text {
	color: #919eab;
	padding: 0.25rem 1.2rem;
}

.dropdown-text {
	font-size: 0.75rem;
	line-height: 1.4;
}

.dropdown-item {
	color: #161c24;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 28px;
	padding: 0.125rem 1.2rem;
}

.dropdown-item.active {
	background-color: #f9fafb;
	color: #624bff;
	text-decoration: none;
}

.dropdown-item:last-child {
	border-bottom: 0;
}

.dropdown-item:focus {
	background-color: #dfe3e8;
	background-color: #f9fafb;
	border-radius: 0;
	color: #624bff;
	text-decoration: none;
}

.dropdown-item:focus .dropdown-toggle:after {
	color: #624bff;
}

.dropdown-item:focus:hover {
	background-color: #f9fafb;
	border-radius: 0;
	color: #624bff;
	text-decoration: none;
}

.dropdown-item:focus:active {
	background-color: #f9fafb;
	border-radius: 0.25rem;
	color: #000;
	text-decoration: none;
}

.dropdown-item:hover.dropdown-toggle:after {
	color: #624bff;
}

.dropdown-item:hover {
	background-color: #f9fafb;
	border-radius: 0;
	color: #624bff;
	text-decoration: none;
}

.dropdown-menu-xs {
	border-radius: 0.5rem;
	min-width: 8rem !important;
}

.dropdown-menu-md {
	border-radius: 0.5rem;
	min-width: 17rem !important;
}

.dropdown-menu-lg {
	border-radius: 0.5rem;
	min-width: 22rem !important;
}

.dropdown-menu-xl {
	border-radius: 0.5rem;
	min-width: 24rem !important;
}

.dropdown-toggle:after {
	border: 0;
	content: "\f0140";
	float: right;
	font-family: Material Design Icons !important;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}

.dropup .dropdown-toggle:after {
	content: "\f0143";
}

.dropend .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
	border: 0;
	display: inline-block;
	font-family: Material Design Icons !important;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}

.dropend .dropdown-toggle:after {
	content: "\f0142";
}

.dropstart .dropdown-toggle:before {
	border: 0;
	content: "\f0141";
	display: inline-block;
	font-family: Material Design Icons !important;
	margin-right: 0.255em;
}

.dropdown-item-icon {
	color: #637381;
	display: inline-block;
	font-size: 1rem;
	opacity: 0.7;
	width: 1.5rem;
}

@media (min-width: 990px) {
	.dropstart-lg {
		position: relative;
	}

	.dropstart-lg .dropdown-menu {
		margin-right: 0.125rem;
		margin-top: 0;
		right: 100%;
		top: 0;
	}

	.dropstart-toggle-none.dropstart .dropdown-toggle:before {
		display: none;
	}
}

.dropdown-toggle-none .dropdown-toggle:before {
	display: none;
}

.dropdown-animation.dropdown-submenu .dropdown-menu {
	display: block;
	margin-right: 0.125rem;
	margin-top: 0;
	opacity: 0;
	right: 100%;
	top: 0;
	transform: translateY(20px);
	transition: all 0.3s ease-in;
	visibility: hidden;
}

.dropdown-animation.dropdown-submenu:hover>.dropdown-menu {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}

.form-control-flush {
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
}

.form-control-flush:focus {
	background-color: #fff;
	border-bottom-color: #c4cdd5;
	box-shadow: none;
	color: #495057;
	outline: 0;
}

.badge-dot {
	border-radius: 50%;
	display: inline-block !important;
	font-size: 0;
	height: 0.5rem;
	line-height: 1;
	min-height: 0.5rem;
	min-width: 0.5rem;
	padding: 0;
	vertical-align: middle;
	width: 0.5rem;
}

.table .thead-light th {
	color: #637381;
}

@media (max-width: 768px) {
	.docs-content {
		padding: 3.75rem 1.25rem 8.75rem;
	}

	.docs-nav-sidebar {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}

	.docs-nav-sidebar .navbar-toggler {
		background-color: #fff;
	}

	.docs-wrapper {
		margin-left: 0;
	}

	.docs-main-wrapper .main-content {
		margin-left: 0;
		width: auto;
	}

	.docs-content {
		padding: 0;
	}
}

.doc-sidebar {
	border-right: 1px solid #dfe3e8;
	height: 100%;
	overflow: auto;
	position: fixed;
	width: 13.625rem;
	z-index: 2;
}

@media (max-width: 990px) {
	.doc-sidebar {
		border: 0;
		height: auto;
		position: relative;
		width: 100%;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {
	.doc-sidebar {
		width: 10rem;
	}
}

.doc-sidebar .navbar-nav {
	padding-top: 1rem;
}

.doc-sidebar .navbar-nav .navbar-header {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	margin-top: 2rem;
	padding: 0 1rem;
}

.doc-sidebar .navbar-nav .navbar-header .heading {
	color: #c4cdd5;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.doc-sidebar .navbar-nav .navbar-header span {
	color: #637381;
}

.doc-sidebar .navbar-nav .nav-item .nav-link {
	color: #212b36;
	font-family: Inter, "sans-serif";
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
	padding: 0.25rem 1rem;
}

.doc-sidebar .navbar-nav .nav-item .nav-link.active,
.doc-sidebar .navbar-nav .nav-item .nav-link:hover {
	color: #624bff;
}

.apexcharts-tooltip {
	border-radius: 0.5rem !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-series-group {
	align-items: center;
	background: #fff !important;
	color: #212b36;
	display: none;
	justify-content: left;
	line-height: 1 !important;
	padding: 3px 16px 6px !important;
	text-align: left;
}

.apexcharts-tooltip-marker {
	border-radius: 50%;
	height: 8px !important;
	margin-right: 6px !important;
	position: relative;
	top: 0;
	width: 8px !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
	background-color: #f9fafb !important;
	background: #fff !important;
	border: 1px solid #f4f6f8 !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
	background: #fff !important;
	border-bottom: 1px solid #f4f6f8 !important;
}

.apexcharts-tooltip-title {
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-bottom: 4px;
	padding: 8px 16px !important;
}

code[class*="language-"],
pre[class*="language-"] {
	font-family: Inter, "sans-serif";
}

pre[class*="language-"] {
	border-radius: 0.5rem !important;
	margin: 0;
	overflow: auto;
	padding: 1em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
	background: #161c24;
}

div.code-toolbar {
	position: relative;
}

div.code-toolbar>.toolbar {
	opacity: 0;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out;
}

div.code-toolbar:focus-within>.toolbar,
div.code-toolbar:hover>.toolbar {
	opacity: 1;
}

div.code-toolbar>.toolbar>.toolbar-item {
	display: inline-block;
}

div.code-toolbar>.toolbar>.toolbar-item>a {
	cursor: pointer;
}

div.code-toolbar>.toolbar>.toolbar-item>button {
	background: none;
	border: 0;
	color: #212b36;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
	background: #fff;
	border-radius: 0.25rem;
	color: #212b36;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover {
	color: #212b36;
	text-decoration: none;
}

div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
	color: inherit;
	text-decoration: none;
}

.heading-permalink {
	color: transparent;
	margin-left: -2rem;
}

.heading-permalink:hover {
	color: transparent;
}

.heading-permalink:before {
	color: rgba(82, 95, 127, 0);
	content: "#";
}

.heading-permalink:hover:before {
	color: #624bff;
}

.load-reportmodal {
	background-color: #4f279b;
	color: #fff !important;
}

.load-reportmodal .proclose {
	color: #fff !important;
	border: 3px solid #fff !important;
}

.load-reportmodal p {
	margin: 0 !important;
	font-size: 12px;
}

.load-reportmodal i {
	margin-top: 0px;
	margin-left: 4px;
}

.hidden {
	display: none;
}

.morebtn {
	background-color: #30a8e6;
	color: #ffffff;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 500;
}

.morebtn:hover {
	color: #ffffff;
}

#showMoreBtn {
	font-size: 12px;
	color: #29145e;
	font-weight: 500;
	margin: 6px 47px;
	background-color: transparent;
	border: none;
	/* width: 67px; */
	padding: 0;
	text-align: left;
}

#showMoreBtn2 {
	font-size: 12px;
	color: #29145e;
	font-weight: 500;
	margin: 6px 47px;
	background-color: transparent;
	border: none;
	/* width: 67px; */
	padding: 0;
	text-align: left;
}

.user_icon {
	width: 80px;
	height: 80px;
	background-color: white;
	border-radius: 50%;
	padding: 11px;
	margin: auto;
	margin-top: 8px;
}

.user_icon img {
	width: 57px;
	height: auto !important;
}

.navbar-brand p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin: 0;
	margin-top: 10px;
}

.navbar-brand p small {
	font-size: 13px;
	font-weight: 400;
}

.wallet {
	font-size: 15px;
	padding-top: 12px;
	font-weight: 600;
	color: #29145e;
	margin: 0;
	margin-right: 5px;
}

.btn_refresh {
	font-size: 15px;
	line-height: 0;
	margin-left: 5px;
	font-weight: bold;
	color: #29145e;
	padding: 0;
}

.btn_refresh img {
	width: 15px;
}

.breadcumb1 {
	float: right;
}

.breadcumb1 li {
	font-size: 15px;
	font-weight: 500;
}

.breadcumb1 li a {
	text-decoration: none;
}

.breadcumb1 li.active {
	color: #29145e;
}

.cards {
	box-shadow: none;
	padding: 15px;
	border-radius: 8px;
}

.navtabs1 {
	border: none;

}

.navtab2 .nav-link {
	padding: 10px 150px !important;
}

.navtabs1 .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border-radius: 5px !important;

	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px 20px;
	color: #aaa6b2 !important;
	font-size: 18px;
	position: relative;
	font-weight: 400;
	margin-right: 10px;
}

.navtabs1 .nav-link:hover {
	border-color: #fff !important;
}

.navtabs1 .nav-item.show .nav-link,
.navtabs1 .nav-link.active {
	background: #ff8a44;
	color: #fff !important;
	border-color: #ff8a44;
}

.navtabs1 .nav-link.active::after {
	width: 100%;
	height: 4px;
	background: transparent linear-gradient(89deg, #ff8a44 0%, #4f279b 100%) 0% 0% no-repeat padding-box;
	border-radius: 35px;
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
}

.btnfilter {
	border: 1px solid #29145e;
	padding: 7px 15px;
	font-size: 15px;
	color: #29145e;
	font-weight: 400;
	border-radius: 5px;
}

.btnfilter img {
	color: #29145e;
	margin-left: 6px;
	width: 19px;
	margin-top: -4px;
}

.addbtn {
	border: 1px solid #29145e;
	padding: 11px 15px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.addbtn img {
	color: #29145e;
	margin-left: 6px;
	width: 19px;
	margin-top: -4px;
}

.addbtn:hover {
	color: white;
}

.filter_show {
	padding: 20px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	margin: 0;
	margin-top: 20px;
}

.input_group {
	margin-bottom: 20px;
}

.input_group .form-control:focus {
	box-shadow: none;
}

.input_group .form-control {
	height: 47px;
	color: #000;

	border: 1px solid #c2a8f469;
	border-radius: 5px;
	font-size: 14px;
	padding: 11px 18px;
}

.input_group option {
	height: 47px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	font-size: 15px;
	padding: 11px 18px;
}

.successtext i {
	font-size: 65px;
	color: #5bcc5e;
}

.pagehedline {
	color: #ff8a44;
	font-size: 22px;
	font-weight: 500;
	padding-top: 20px;
	margin: 0;
	padding-left: 15px;
}

.input_group .form-control::placeholder {
	color: #76747a;
	font-weight: 400;
}

.select2-dropdown {
	z-index: 2 !important;
}

.select2-results__option {
	padding: 10px !important;
}

.select2-container--default .select2-results>.select2-results__options {
	font-size: 14px !important;
}

.input_group .select2-container--default .select2-selection--single {
	border: 1px solid #c2a8f469 !important;
	border-radius: 5px;
	font-size: 15px;
	height: 47px !important;
}

.input_group .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	color: #adadaddd !important;
	padding-left: 16px !important;
	line-height: 46px !important;
	font-weight: 500 !important;
	padding-right: 32px !important;
}

.input_group .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 10px !important;
}

.input_group .select2-results__option {
	font-size: 13px !important;
	padding: 11px 15px !important;
	cursor: pointer !important;
}

.select2-results__option--highlighted {
	background-color: #dbd0ef !important;
	color: #130b21;
}

.back_loginbtn {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	width: 100%;
}

.dash_finlcharts {
	background-color: #fff;
	margin: 20px 0;
	padding: 24px 35px;
	box-shadow: 0px 0px 40px #4f279b14;
	border-radius: 12px;
}

.back_loginbtn:hover {
	color: #fff;
}

.dashamt_ul {
	border: 1px solid #dddd;
	width: fit-content;
	border-radius: 5px;
}

.amount_crd {
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	padding: 22px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.amount_crd h6 {
	font-size: 14px;
	color: #76747aad;
}

.amount_crd p {
	font-weight: 600;
}

.dashamt_ul .nav-item .nav-link {
	padding: 12px 24px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.dashamt_ul .nav-item .nav-link.active {
	background: #ff8a44;

	color: #fff;
}

.dashamount {
	border: 1px solid #a9b7b88c;
	padding: 20px;
	border-radius: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa !important;
	border-radius: 5px;
	padding: 4px 19px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
	outline: 0px !important;
}

.input_group label {
	font-size: 15px;
	font-weight: 500;
	color: #130b21 !important;
	margin-bottom: 6px;
	display: block;
}

.btnApply {
	padding: 10px 40px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn:focus {
	box-shadow: none;
}

.btn_reset {
	padding: 10px 24px;
	background-color: #dddcdc;
	font-size: 15px;
	color: black;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btnApply:hover {
	color: white;
}

.input_group .select2-container {
	width: 100% !important;
}

.addiv_content {
	padding: 20px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	margin: 0;
	margin-top: 20px;
}

.submit_btn {
	padding: 10px 40px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.submit_btn:hover {
	color: white;
}

.heading1 {
	font-size: 20px;
	font-weight: 500;
	color: #29145e;
	margin-bottom: 30px;
}

.tablemain {
	margin-top: 25px;
}

table.dataTable tr {
	background: transparent linear-gradient(86deg, #c2a8f499 0%, #ff8a443d 100%) 0% 0% no-repeat padding-box;
}

.tablemain {
	margin-top: 25px;
	padding: 0px 24px 24px;
}

table.dataTable th {
	font-size: 15px;
	font-weight: 500;
	color: #fff !important;

	padding: 14px 10px;
	text-wrap: nowrap;
}

table.dataTable thead {
	background: transparent linear-gradient(86deg, #c2a8f499 0%, #ff8a443d 100%) 0% 0% no-repeat padding-box;
	border-radius: 4px !important;
}

table.dataTable td {
	font-size: 14px;
	font-weight: 500;
	vertical-align: baseline;
	color: #42414699 !important;
	text-wrap: nowrap;
	vertical-align: middle !important;
	background-color: white;
}

/* Add border to tbody */

table {
	border-spacing: 0px 10px !important;
	/* Add 10px space between rows */
	width: 100%;
}

.tablemain td {
	border-top: 1px solid #b2b0bd99;
	padding: 14px 10px !important;
}

/* Add border to all cells in tbody */
.tablemain tbody td:first-child {
	border-left: 1px solid #b2b0bd99;
}

.tablemain tbody td:last-child {
	border-right: 1px solid #b2b0bd99;
}

table.dataTable th {
	font-size: 15px;
	font-weight: 500;
	color: #130b21 !important;
	padding: 12px;
}

table.dataTable td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

table.dataTable td:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

table.dataTable th:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

table.dataTable th:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

table.dataTable td {
	font-size: 14px;
	font-weight: 400;
	vertical-align: baseline;
	color: #000 !important;
	padding: 12px;
	background-color: white;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
	display: none !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	display: none !important;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
	display: none !important;
}

div.dataTables_wrapper div.dataTables_length select {
	height: 46px;
	width: 75px !important;
	font-size: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
	font-size: 15px;
	float: right;
}

.dataTables_filter>label::after {
	content: "\F3E0";
	font-family: "bootstrap-icons";
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
	margin-top: -0.375rem;
	line-height: 1;
	opacity: 1;
	color: #797979;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.dataTables_wrapper div.dataTables_filter input {
	height: 45px;
	position: relative;
	padding: 10px 10px 10px 38px;
	border-radius: 5px;
	margin: 0px !important;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
	box-shadow: none;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.tablemain .dt-buttons .btn {
	background-color: #ff8a44 !important;
	border-color: #ff8a44;
	padding: 12px;

	line-height: 0;

	border-radius: 5px !important;
}

.tablemain .dt-buttons .btn.buttons-excel,
.buttons-pdf {
	margin-left: 5px !important;
}

.prntbnt {
	margin-left: 10px !important;
	background-color: #ff8a44 !important;
	border-color: #ff8a44;
	padding: 12px;
	color: #fff !important;
	line-height: 0;

	border-radius: 5px !important;
}

.tablemain .dt-buttons .btn img {
	width: 20px;
}

.tablemain .dt-buttons {
	float: right;
}

.dataTables_filter {
	float: left;
}

.releasebtn {
	background-color: #344db2;
	color: white;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.releasebtn:hover {
	color: #fff;
}

.holdbtn {
	background-color: #f6a62e;
	color: white;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.holdbtn:hover {
	color: #fff;
}

.editbtn {
	padding: 8px 8px;
	background-color: #30a8e6;
	font-size: 22px;
	color: white;
	font-weight: 400;

	border-radius: 5px;
}

.editbtn i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pencileditbtn {
	padding: 8px;
	background-color: #76747a;
	font-size: 22px;
	color: white;
	font-weight: 400;

	border-radius: 5px;
}

.pencileditbtn i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pencileditbtn:hover {
	color: white;
}

.editbtn:hover {
	color: white;
}

.delteBtn {
	padding: 8px;
	background-color: #ff6161;
	font-size: 22px;
	color: white;
	font-weight: 400;

	border-radius: 5px;
}

.delteBtn i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.deletebtn {
	background-color: #ff6161;
	color: #fff;
	padding: 12px 30px;
	font-weight: 400;
	font-size: 15px;
}

.delteBtn:hover {
	color: white;
}

.changepassword:hover {
	color: #1da1f2;
}

.changepassword {
	padding: 0;
	text-decoration: none;
	color: #1da1f2;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0px;
}

.managepaying .switchbutton .toggle.btn-light.off {
	background-color: #f8dcdb !important;
	border-color: #ff5252;
}

.managepaying .switchbutton .toggle.btn-light.off .toggle-off {
	color: #ff5252;
	background-color: white;
}

.managepaying .switchbutton .toggle.btn-primary .toggle-on {
	color: #3fb83c;
	background-color: white;
}

.managepaying .switchbutton .toggle {
	width: 18px !important;
	max-width: 18px !important;
	min-width: 37px !important;
	min-height: 18px !important;
	height: 15px !important;
	border-radius: 35px;
	border: 2px solid transparent;
}

.managepaying .switchbutton .toggle-on.btn {
	font-size: 0px;
}

.managepaying .switchbutton .toggle-off.btn {
	font-size: 0px;
}

.managepaying .switchbutton .toggle.btn-primary .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-right: 15px;
	width: 12px !important;
	height: 10px !important;
	margin-top: -12px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #3fb83c;
}

.managepaying .switchbutton .toggle.btn-light.off .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-left: 15px;
	width: 12px !important;
	height: 10px !important;
	margin-top: -12px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #ff5252;
}

.managepaying {
	font-size: 15px;
	display: flex;
}

.managepaying .switchbutton {
	margin-right: 10px;
	margin-left: 10px;
}

.switchbutton .toggle.btn-primary {
	background-color: #d2f1d7 !important;
	border-color: #3fb83c;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f2f0f7;
	opacity: 1;
	cursor: not-allowed;
	border: none;
	color: #29145e;
}

.form-control:disabled::placeholder {
	color: #29145e !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #f2f0f7 !important;
	opacity: 1;
	border: none;
	color: #29145e !important;
	border: none !important;
	cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #29145e !important;
}

.switchbutton2 .toggle.btn-light.off {
	background-color: #f86565 !important;
	border-color: #f86565;
}

.switchbutton2 .toggle.btn-light.off .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-left: 32px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 6px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #ffffff;
}

.switchbutton2 .toggle.btn-primary .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-right: 32px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 7px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: white;
}

.switchbutton2 .toggle.btn-primary .toggle-on {
	color: #46cc8d;
	background-color: #46cc8d;
	border-color: #46cc8d;
}

.switchbutton2 .toggle {
	border-radius: 35px;
	max-width: 77px !important;

	min-width: 77px;
	min-height: 37px;
	width: 77px !important;
}

.switchbutton2 .toggle.btn-primary {
	border-color: #46cc8d !important;
}

.switchbutton2 .toggle.btn-light.off .toggle-off {
	color: #ff5252;
	background-color: #f86565;
}

.switchbutton2 .toggle .btn {
	font-size: 0px;
}

.searchfilter {
	position: relative;
}

.searchfilter .form-control {
	width: 100%;
	padding: 5px 8px;
	height: 38px;
	font-size: 15px;
	border: 1px solid #ddd;
}

.searchfilter i {
	position: absolute;
	top: 9px;
	right: 15px;
}

.searchfilter .form-control:focus {
	box-shadow: none;
}

.table2 {
	margin-top: 25px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.table2 tr th {
	font-size: 16px;
	padding: 8px 10px;
	color: #8471b5;
	font-weight: 500;
	background-color: #f8f6fb;
	border: none;
}

.table2 tr td {
	font-size: 15px;
	font-weight: 400;
	border: none;
	padding: 8px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #dddd;
}

.table2> :not(:first-child) {
	border-top: none;
	border-color: transparent;
}

.switchbutton3 .toggle.btn-light.off {
	background-color: #f86565 !important;
	border-color: #a8a8a8;
}

.switchbutton3 .toggle.btn-light.off .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-left: 32px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 6px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #ffffff;
}

.switchbutton3 .toggle.btn-primary .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-right: 32px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 7px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: white;
}

.switchbutton3 .toggle.btn-primary .toggle-on {
	color: #46cc8d;
	background-color: #46cc8d;
	border-color: #46cc8d;
}

.switchbutton3 .toggle {
	border-radius: 35px;
	max-width: 77px !important;

	min-width: 77px;
	min-height: 37px;
	width: 77px !important;
}

.switchbutton3 .toggle.btn-primary {
	border-color: #46cc8d !important;
}

.switchbutton3 .toggle.btn-light.off .toggle-off {
	color: #a8a8a8;
	background-color: #a8a8a8;
}

.switchbutton3 .toggle .btn {
	font-size: 0px;
}

.navtabs2 .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border-radius: 0px !important;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 5px 10px;
	color: #aeaeae !important;
	font-size: 15px;
	position: relative;
	font-weight: 600;
	margin-right: 10px;
}

.navtabs2 .nav-item.show .nav-link,
.navtabs2 .nav-link.active {
	background-color: transparent;
	color: #5b419c !important;
}

.heading3 {
	font-size: 20px;
	background-color: #ffffff;
	color: #5b419c;
	width: auto;
	border-radius: 5px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.btn_plus {
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: white;
	padding: 0;
	margin-right: 15px;
	text-align: center;
	background-color: #5b419c;
}

.btn_plus:hover {
	color: white;
}

.btn_minus {
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: white;
	padding: 0;
	text-align: center;
	background-color: #ac8cf9;
}

.btn_minus:hover {
	color: white;
}

.addMinus_btn {
	margin-top: 35px;
}

.btn_currentplan {
	background-color: #cdace5;
	color: white;
	border-radius: 8px;
	padding: 12px 30px;
	font-size: 15px;
}

.btn_currentplan:hover {
	color: white;
}

.card_settlement {
	border-radius: 12px;
	border: 1px solid #dddd;
	padding: 20px;
	box-shadow: none;
}

.CurrentlyAtive {
	box-shadow: none;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.CurrentlyAtive .card-body {
	padding: 26px 20px;
}

.CurrentlyAtive .card-header {
	background-color: #efecf5;
	font-size: 16px;
	color: #3b286c;
	padding: 10px 23px;
	font-weight: 500;
}

.modaledit .modal-title {
	font-size: 18px;
	font-weight: 600;
	color: #3b286c;
}

.modaledit .modal-lg {
	max-width: 600px;
}

.modaledit .close {
	position: absolute;
	top: 13px;
	right: 13px;
	opacity: 1;
	text-shadow: none;
	padding: 0;
	margin: 0;
}

.modaledit .modal-header {
	padding-bottom: 4px;
	padding-top: 10px;
}

.switchbutton4 .toggle .btn {
	font-size: 15px !important;
	color: white !important;
}

.btn_close {
	padding: 8px 30px;
	background-color: #e0e0e0;
	font-size: 15px;
	color: black;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_close:hover {
	color: black;
}

.btn_save {
	padding: 12px 40px;
	background: transparent linear-gradient(96deg, #4f279b 0%, #864ef1 100%) 0% 0% no-repeat padding-box;
	font-size: 15px;
	color: white;
	font-weight: 500;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_save:hover {
	color: white;
}

.modaladd .modal-lg {
	max-width: 800px !important;
}

.btn_label {
	background: #e6caf0;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 16px;
	padding: 10px 14px;
}

.dataTables_paginate .pagination li {
	margin: 0px 5px;
	border-radius: 8px !important;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
	border-radius: 50px;
	padding: 5px 10px !important;
}

.dataTables_paginate .pagination li.active a {
	background-color: #4f279b;
	border: 1px solid #ebebeb;
	color: #fff;
	border-radius: 50px;
	padding: 5px 14px;
	width: 40px;

	height: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	justify-content: center;
}

.btnrelease {
	padding: 8px 30px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btnrelease:hover {
	color: white;
}

.text-release {
	color: #46cc8d !important;
	text-decoration: none;
	cursor: pointer;
}

.btnRelease {
	background-color: #46cc8d;
	padding: 8px 30px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btnRelease:hover {
	color: white;
}

.delet_txt {
	font-size: 18px;
	color: #76747a;
}

.profilecard {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 0px 40px #0000000a;
	margin-bottom: 20px;
}

.profile_header {
	background-color: #c5b2e4;
}

.profile_icon {
	width: 130px;
	height: 130px;
	background-color: white;
	border-radius: 50%;
	padding: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile_icon img {
	width: 100%;
}

.profile_header h1 {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	padding-left: 50px;
	padding-top: 80px;
	margin-bottom: -58px;
	line-height: 23px;
}

.profilebody {
	padding-top: 76px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.profilename {
	padding-left: 17px;
	font-size: 15px;
	padding-top: 8px;
}

.heading4 {
	font-size: 18px;
	font-weight: 600;
}

.formgroupborder .form-control:disabled,
.formgroupborder .form-control[readonly] {
	border: 1px solid #d5d5d5 !important;
	color: #6249a0 !important;
}

/* 
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	align-items: center !important;
} */

.headingtitle {
	font-size: 18px;
	font-weight: 600;
	color: #29145e;
	margin-bottom: 0px;
}

.proccedbtn {
	background: #ff8a44 !important;
	color: #fff;
	padding: 12px 30px;
	font-weight: 400;
	font-size: 15px;
}

.proccedbtn:hover {
	color: #fff;
}

.btnReset {
	background-color: #aaaaaa6b;
	color: black;
	padding: 12px 30px;
	font-weight: 400;
	font-size: 15px;
}

.logo_qr {
	width: 100px;

}

.qr_img {
	width: 200px;
	border: 1px solid #000;
	border-radius: 12px;
	margin: 10px 0px;

}

.wallet_icon {
	color: #1da1f2 !important;
}

.qrtxt h4 {
	font-size: 14px;
	font-weight: 600;

}

.qrtxt .qr_p {

	font-size: 10px;
	font-weight: 500;
}

.downlaodbtn {
	border-radius: 5px;
	background-color: #F0F0F0 !important;
	border: 0px !important;
	padding: 10px 20px;
}

.downlaodbtn i {
	padding-right: 5px;
}

.showall {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	font-weight: 500;
	font-size: 18px;
	width: fit-content;
	text-wrap-mode: nowrap;
}

.showall2 a {
	color: #30a8e6 !important;
}

.text-process {
	color: #344db2;
}

.deletebtn:hover {
	color: #fff;
}

.showall a {
	color: #4f279b;
}

.dflex {
	padding-top: 4px;
	display: table;
	width: 100%;
}

.submit1 {
	float: left;
}

.btnReset {
	float: left;
}

.btntransfer {
	background-color: #5bcc5e;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_Deduct {
	background-color: #f86565;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_Deduct:hover {
	color: white;
}

.btntransfer:hover {
	color: white;
}

.dataTables_length label select {
	padding-right: 5px;
	margin-right: 5px;
}

.bg_white {
	box-shadow: none;
	padding: 15px;
	border-radius: 8px;
	background-color: white;
}

.heading2 {
	font-size: 18px;
	font-weight: 600;
	color: #29145e;
	margin-bottom: 0;
}

.chartsid {
	width: 100%;
	height: 500px;

	border: 1px solid #eee;
	padding: 24px;
	border-radius: 12px;
}

hr {
	margin: 7px 0px;
	color: inherit;

	border: 0;
	opacity: 1;
	background: #ddd;
}

.selecttype {
	margin-top: 20px;
}

.selecttype label {
	display: inline-block;
	margin-right: 15px;
	color: black;
}

.selecttype label input {
	margin-right: 10px;
}

.tab_content {
	display: none;
}

.tab_content.active {
	display: block;
}

.btn_wallet {
	background-color: #1da1f2;
	color: white;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_wallet:hover {
	color: white;
}

.btn_wallet i {
	margin-right: 10px;
}

.btn_settled {
	background-color: #46cc8d;
	color: white;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_settled:hover {
	color: white;
}

.btn_settled i {
	margin-right: 10px;
}

.btn_config {
	background-color: #f86565 !important;
	padding: 8px 28px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_config:hover {
	color: white;
}

.btn_config i {
	margin-right: 10px;
}

.btn {
	text-wrap: nowrap !important;
}

.pendingtransbtn {
	background-color: #d8d3414a !important;
	padding: 6px 28px;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	border-radius: 30px;
	margin-right: 5px;
}

.pendingtransbtn:hover {
	color: #000;
}

.btn_routing {
	background-color: #4ea2f5;
	padding: 12px 28px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_routing:hover {
	color: white;
}

.btn_routing i {
	margin-right: 10px;
}

.btn_ManageBank {
	background-color: #3a266a;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.btn_ManageBank:hover {
	color: white;
}

.btn_ManageBank i {
	margin-right: 10px;
}

.btn_Arrows {
	color: #5e5e5e;
	font-size: 23px;
	margin-left: 13px;
	margin-top: -5px;
}

.SettlementHistory {
	background-color: #4ea2f5;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.SettlementHistory:hover {
	color: white;
}

.Settlementbtn {
	background-color: #46cc8d;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	margin-right: 10px;
	font-weight: 400;
	border-radius: 5px;
}

.Settlementbtn:hover {
	color: white;
}

.input2 .form-control {
	height: 39px;
}

.input2 {
	margin-bottom: 0;
}

.selecttype2 label {
	font-size: 14px;
	color: #848484;
	font-weight: 400;
}

.selecttype2 label input {
	margin-left: 0px;
}

.avspantxt {
	font-size: 12px;
}

.selecttype2 {
	margin-top: 0;
}

.tablesettlement {
	padding: 10px;
	background: transparent linear-gradient(180deg, #d6a6e66b 0%, #8f76cd63) 0% 0% no-repeat padding-box;
}

.tablesettlement tr td {
	font-weight: 500;
	border-bottom: 0.5px solid #29145e !important;
	background-color: transparent;
	color: #29145e;
	font-size: 14px;
}

.tablesettlement tr td:last-child {
	text-align: right;
}

.tablesettlement tr:last-child td {
	border-bottom: none !important;
	margin-bottom: 30px;
}

.btn_selectmode {
	background-color: transparent;
	color: #6fb3f7;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
}

.btn_selectmode:hover {
	color: #6fb3f7;
}

#PaymentModes .modal-content {
	border-radius: 12px;
	overflow: hidden;
}

#PaymentModes .close {
	position: absolute;
	right: 17px;
	top: 14px;
	background-color: transparent;
	color: white;
	z-index: 9999;
	font-size: 20px;
	box-shadow: none;
	border: none;
}

.toggle1button {
	font-size: 15px;
	font-weight: 500;
	color: #6f6b7a;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: transparent;
	margin-bottom: 10px;
	margin-right: 15px;
	border: none;
}

.toggle1button.active {
	background-color: #f5effa;
	color: #29145e;
}

.toggle2button {
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: none;
	background-color: #f5effa;
	color: #29145e;
}

.btnaddmode {
	background-color: #29145e;
	color: white;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
}

.btnaddmode:hover {
	color: white;
}

#PaymentModesTableInner .close {
	position: absolute;
	right: 17px;
	top: 14px;
	background-color: transparent;
	color: white;
	z-index: 9999;
	font-size: 20px;
	box-shadow: none;
	border: none;
}

.switchbtn .toggle {
	border-radius: 35px;
}

.switchbtn .toggle.btn-primary {
	background-color: #33b47717 !important;
	border-color: #33b477;
}

.switchbtn .toggle.btn-primary .toggle-on {
	color: #3fb83c;
	font-weight: 500;
	background-color: transparent;
}

.switchbtn .toggle.btn-primary .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-right: 32px;
	width: 19px !important;
	height: 17px !important;
	margin-top: 9px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #33b477;
}

.switchbtn .toggle.btn-light.off {
	background-color: #f8dcdb !important;
	border-color: #f8dcdb;
	font-weight: 500;
}

.switchbtn .toggle.btn-light.off {
	background-color: #74747414 !important;
	border-color: #747474;
}

.switchbtn .toggle.btn-light.off .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-left: 32px;
	width: 19px !important;
	height: 17px !important;
	margin-top: 9px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #747474;
}

.switchbtn .toggle {
	width: 112px !important;
	max-width: 112px !important;
}

.switchbtn3 .toggle {
	width: 140px !important;
	max-width: 140px !important;
}

.btn_BusinessRule {
	border: 1px solid #29145e;
	padding: 11px 35px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.btn_BusinessRule:hover {
	color: white;
}

#AllowedCategories .form-check .form-check-input {
	border-color: #7f729e;
}

#AllowedCategories .form-check .form-check-input {
	border-radius: 0;
}

#AllowedCategories .form-check-input:checked {
	background-color: #ffffff;
	border-color: #7f729e;
}

.btn_info {
	background: #eadef4;
	width: 26px;
	border-radius: 50%;
	padding: 1px 5px;
	font-size: 14px;
}

.Checklist {
	padding-inline: 0;
	list-style: none;
	margin-top: 20px;
	width: 100%;
	display: table;
}

#AllowedCategories .form-check-input:checked[type="checkbox"] {
	background-image: url(../images/tick.png);
	background-size: 9px;
}

#AllowedCategories .Close {
	position: absolute;
	right: 7px;
	top: 5px;
	background-color: transparent;
	color: white;
	z-index: 9999;
	font-size: 20px;
	box-shadow: none;
	border: none;
}

.Checklist li {
	width: 22%;
	float: left;
	margin-right: 21px;
	margin-bottom: 15px;
}

.btnselectall {
	background-color: transparent;
	color: #1da1f2;
	margin-right: 50px;
	font-weight: 500;
}

.Checklist li .toast {
	position: absolute;
	width: 413px;
	left: 165px;
	top: 80px;
	background-color: white;
	border: none;
}

.Checklist .toast-body {
	background-color: #f5f5f6;
	border-radius: 0;
}

.Checklist .toast-body p {
	font-size: 14px;
}

.Checklist li .toast-header {
	background-color: #5b419c;
	color: white;
	font-size: 17px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-weight: 400;
}

.inner_card h4 {
	font-size: 18px;
	background-color: #ffffff;
	color: #5b419c;
	width: auto;
	border-radius: 5px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.inner_card {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 5px;
}

.btnfilter3 {
	border: 1px solid #29145e;
	padding: 7px 15px;
	font-size: 15px;
	color: #29145e;
	font-weight: 400;
	border-radius: 5px;
}

.btnfilter3 img {
	color: #29145e;
	margin-left: 6px;
	width: 19px;
	margin-top: -4px;
}

.secondfilterComon {
	padding: 20px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	margin: 0;
	margin-top: 20px;
}

.input_group2 select {
	width: 100px;
	height: 39px !important;
	padding: 9px !important;
	background-color: #eadef4;
	border: none !important;
}

.input_group2 label {
	display: flex;
	align-items: center;
	margin-right: 15px;
	font-size: 13px;
}

.btn_issued {
	padding: 7px 10px;
	background-color: #46cc8d;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.btn_issued:hover {
	color: white;
}

.heading5 {
	font-size: 17px;
	color: #5b419c;
}

.heading5 b {
	font-weight: 600;
}

.card_details {
	background-color: #f4ecf9;
	padding: 20px;
}

.label_inner label {
	text-decoration-style: 15px;
	font-weight: 500;
	color: #776699;
	text-transform: uppercase;
	margin: 0;
	font-size: 17px;
}

.card_details p {
	font-size: 17px;
	font-weight: 500;
	color: #29145e;
}

.CancelLink {
	background-color: transparent;
	color: #f86565;
	font-weight: 500;
}

.btnswitch .btn-light {
	background-color: #eae2ee;
}

.btnswitch .toggle.btn-primary .toggle-handle {
	margin-top: 7px;
}

.btnswitch .toggle.btn-light.off .toggle-handle {
	margin-top: 7px;
}

.btncopy {
	margin-left: 20px;
	background-color: transparent;
	font-weight: 500;
	font-size: 15px;
	color: #4ea2f5;
}

.btncopy {
	color: #4ea2f5;
}

.herebtn {
	background-color: transparent;
	font-weight: 500;
	font-size: 15px;
	color: #4ea2f5;
}

.herebtn:hover {
	color: #4ea2f5;
}

.btnchange {
	background-color: transparent;
	font-weight: 500;
	font-size: 15px;
	color: #4ea2f5;
}

.btnchange:hover {
	color: #4ea2f5;
}

.btn_addnew {
	border: 1px solid #5b419c;
	padding: 7px 15px;
	background-color: #5b419c;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.btn_addnew:hover {
	color: white;
}

.btn_ordertransfer {
	background-color: #46cc8d;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.btn_ordertransfer:hover {
	color: white;
}

.btn_count {
	background-color: #f86565;
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	padding: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.btn_count2 {
	background-color: #46cc8d;
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px;
}

.dispute_status1 {
	color: #46cc8d;
}

.select2-container .select2-selection--multiple {
	height: 47px !important;
	min-height: 47px !important;
	border: 1px solid #d5d5d5 !important;
}

.select2-container--default .select2-selection--multiple {
	padding-bottom: 0 !important;
	line-height: 35px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #d5d5d5 1px !important;
}

.active_Status {
	color: #46cc8d;
}

.dispute_status2 {
	color: #efb376;
}

.dispute_status3 {
	color: #29145e;
}

.Inactive_Status {
	color: #f86565;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f5effa !important;
	border: none !important;
	border-radius: 5px !important;
	padding-left: 10px !important;
	padding-right: 25px !important;
	color: #29145e !important;
	font-size: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent !important;
	color: #000 !important;
	border: none !important;
	border-right: none !important;
}

.select2-container.select2-container--focus .select2-selection--multiple {
	height: auto !important;
	min-height: auto !important;
}

.btn_addmdr {
	padding: 5px 12px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	margin-bottom: 5px;
	border-radius: 5px;
}

.btn_addmdr:hover {
	color: white;
}

.txninfoMore {
	border: 1px solid #29145e;
	padding: 11px 35px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.txninfoMore:hover {
	color: white;
}

.table_txndetails {
	background-color: #f6edfa;
	border-radius: 7px;
	padding: 15px;
}

.url_txt {
	color: #c2a8f4 !important;
	font-size: 14px;
	word-break: break-all;
	text-wrap: wrap;
}

table.dataTable td.dt-control:before {
	height: 16px !important;
	width: 16px !important;

	align-items: center !important;
	justify-content: center !important;
	margin-top: 0 !important;
	display: flex !important;
	color: Black !important;
	border: 2px solid black !important;
	border-radius: 1em;
	box-shadow: 0 0 !important;
	box-sizing: content-box;

	text-indent: 0 !important;
	font-family: "Poppins", serif !important;
	line-height: 1em;
	content: "→" !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	background-color: #fff !important;
	padding: 6px !important;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
	content: "↓" !important;
}

.table_txndetails table th {
	border: none;
	font-weight: 600;
	box-shadow: none;
	color: #5d26dd;
	padding: 0px 5px;
	border-width: 0px;
	border-bottom: none !important;
}

.table_txndetails table tr th:last-child {
	text-align: right;
}

.table_txndetails table thead tr {
	border-style: hidden;
}

.table_txndetails table tfoot tr {
	border-style: hidden;
}

.table_txndetails table {
	margin-bottom: 0;
}

.table_txndetails table tr td {
	border-color: #3a266a;
	color: #3a266a;
	font-size: 14px;
	font-weight: 500;
}

.table_txndetails table tr td:last-child {
	text-align: right;
}

.table_txndetails table tfoot {
	background-color: #5b419c;
}

.table_txndetails table tfoot td {
	color: white;
	padding: 20px 15px;
}

.tabletxn2 table tr td {
	color: #75717f !important;
	border-color: #bcbcbc;
}

.tabletxn2 {
	background-color: transparent;
	border: 1px solid #dddd;
}

.faupload {
	position: absolute;
	top: 12px;
	right: 18px;
}

.btn_plus2 {
	width: auto;
	padding: 5px 8px;
	margin-top: 30px;
}

.card_response {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	box-shadow: none;
}

.headingresponse {
	font-weight: 500;
	color: black;
	font-size: 18px;
	margin-bottom: 10px;
}

.card_response p {
	font-size: 14px;
	font-weight: 400;
	color: #b3a7d1;
	margin-bottom: 20px;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.stepper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stepper div {
	flex: 1;
	text-align: center;
}

.stepper div.active {
	font-weight: 500;
}

/* 
.stepper div:before {
    content: '\2713';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #007bff;
    color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.stepper div.active:before {
    background: #28a745;
} */
.stepper-step .step_icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	text-align: center;
	padding: 5px;
	background: #d0cbdb;
	line-height: 40px;
	font-size: 20px;
	z-index: 9;
	position: relative;
	margin: auto;
	margin-bottom: 11px;
}

.stepper-step::after {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 31%;

	left: 44%;
	content: "";
	background-color: #d0cbdb;
	z-index: 1;
}

.stepper div.active .step_icon {
	background-color: #46cc8d;
}

.stepper div.active::after {
	background-color: #46cc8d;
}

.stepper-step {
	font-weight: 400;
	font-size: 15px;
	position: relative;
}

.stepper-step:first-child::after {
	left: 55%;
	z-index: 9;
}

.stepper-step:last-child::after {
	display: none;
}

.step-content {
	opacity: 0.5;
	pointer-events: none;
}

.step-content.enabled {
	opacity: 1;
	pointer-events: auto;
}

.btinitiate {
	background-color: #29145e;
	color: white;
	padding: 8px 20px;
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: 400;
	color: white;
}

.btinitiate:hover {
	color: white;
}

.step-content .btnnext,
.step-content .btn_submit {
	background-color: #29145e;
	color: white;
	padding: 7px 20px;
	font-size: 15px;
	margin-top: 25px;
	font-weight: 400;
	color: white;
}

.step-content .btnnext:hover,
.step-content .btn_submit:hover {
	color: white;
}

.step-content .prev-btn {
	padding: 7px 20px;
	background-color: #dddcdc;
	font-size: 15px;
	margin-left: 15px;
	color: black;
	font-weight: 400;
	margin-top: 25px;
	border-radius: 5px;
	margin-right: 5px;
}

.multstepcard {
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 20px;
	border-radius: 5px;
}

.multstepcard p {
	font-size: 15px;
	margin: 0;
}

.btnapproveDispute {
	background-color: #46cc8d;
	color: white;
	padding: 8px 20px;
	margin-right: 8px;
	font-size: 15px;
	font-weight: 400;
	color: white;
	margin-left: 15px;
}

.btnapproveDispute:hover {
	color: white;
}

.btndacline {
	background-color: #fcc1c1;
	color: white;
	padding: 8px 20px;
	margin-right: 8px;
	font-size: 15px;
	font-weight: 400;
	color: white;
}

.btndacline:hover {
	color: white;
}

.btndwlagreement {
	background-color: #29145e;
	color: white;
	padding: 7px 20px;
	font-size: 15px;
	margin-top: 25px;
	font-weight: 400;
	color: white;
}

.btndwlagreement:hover {
	color: white;
}

.servicedownloadbtn {
	font-size: 15px;
	display: flex;
}

.servicedownloadbtn p {
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 13px;
}

.servicedownloadbtn p a {
	color: #0dcaf0;
}

.alreadyaUploded {
	margin-top: 27px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 13px;
}

.alreadyaUploded a {
	color: #0dcaf0;
}

.btnapply2 {
	margin-top: 29px;
}

.card_report {
	border: none;
	box-shadow: none;
	padding: 20px 20px;
	background: transparent linear-gradient(180deg, #d6a6e68e 0%, #8f76cd85 100%) 0% 0% no-repeat padding-box;

	border-radius: 5px;
	margin-bottom: 30px;
}

.report_icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: white;

	padding: 15px;
	text-align: center;
}

.report_icon img {
	width: 100%;
}

.card_report h2 {
	font-size: 17px;
	font-weight: 500;
	color: black;
	margin: 0;
	margin-bottom: 8px;
}

.card_report h4 {
	font-size: 17px;
	font-weight: 600;
	color: #5b419c;
}

.card_report p {
	font-size: 14px;
	margin: 0;
	color: #5b419c;
}

.card_report .row {
	align-items: center;
}

.btn_refresh2 {
	background-color: transparent;
	padding: 0px;
	color: #29145e;
	margin-top: -64px;
}

.btn_refresh2 img {
	width: 17px;
}

.leftcol label {
	font-size: 17px;
	font-weight: 600;
	color: black;
	margin-bottom: 30px;
	display: block;
}

.leftcol label span {
	font-weight: 300;
	color: #9d9d9d;
}

.btn_view {
	background-color: #4ea2f5;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.btn_view:hover {
	color: white;
}

.btnenabled {
	background-color: #e9f9f1;
	border: 1px solid #60d39d;
	color: #60d39d;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 35px;
}

.btnenabled:hover {
	color: #60d39d;
}

.btndisabled {
	background-color: #f4f4f4;
	border: 1px solid #747474;
	color: #747474;
	font-weight: 500;
	padding: 6px 20px;
	border-radius: 35px;
}

.btndisabled:hover {
	color: #747474;
}

.managebank {
	border: 1px solid #29145e;
	padding: 5px 10px;
	background-color: #29145e;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
}

.managebank i {
	font-size: 20px;
	margin-right: 10px;
}

.managebank:hover {
	color: white;
}

.deleteModal h3 {
	font-weight: 600;
}

.deleteModal p {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	color: black;
}

.btnConfirm {
	background-color: #33b477;
	color: white;
	padding: 8px 20px;
}

.btnConfirm:hover {
	color: white;
}


.btnCancel {
	background-color: #f86565;
	color: white;
	margin-left: 10px;
	padding: 8px 30px;
}

.btnCancel:hover {
	color: white;
}

.addiv_contentManage {
	padding: 20px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	margin: 0;
	margin-top: 20px;
}

.bntdocument {
	background-color: #29145e;
	color: white;
	border-radius: 5px;
}

.bntdocument:hover {
	color: white;
}

#showfiled {
	display: none;
}

#showfiled2 {
	display: none;
}

.contentDiv {
	display: none;
}

.btn_success {
	background-color: #46cc8d;
	color: white;
	margin-right: 5px;
}

.btn_success:hover {
	color: white;
}

.btn_cencelled {
	background-color: #f86565;
	color: white;
}

.btn_cencelled:hover {
	color: white;
}

.btnmargin {
	background-color: #53a4f5;
	color: white;
	padding: 5px 15px;
}

.btnmargin:hover {
	color: white;
}

.btnplandefult.switchbtn .toggle {
	width: 75px !important;
	margin-left: 10px;
}

.btnplandefult .toggle.btn-primary {
	background-color: #33b477 !important;
	color: white;
}

.btnplandefult .toggle.btn-primary .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-right: 33px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 6px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #f6fffb;
}

.btnplandefult.switchbtn .toggle.btn-primary .toggle-on {
	color: white;
	font-weight: 400;
	line-height: 20px;
	margin-right: 6px;
}

.btnplandefult.switchbtn .toggle.btn-light.off {
	background-color: red !important;
	border-color: #f86b6b;
}

.btnplandefult.switchbtn .toggle.btn-light.off .toggle-off.btn {
	background-color: #f86b6b;
	color: white;
	font-weight: 400;
	line-height: 20px;
}

.btnplandefult .toggle.btn-light.off .toggle-handle {
	position: relative;
	margin: 0px auto;
	padding: 0;
	margin-left: 32px;
	width: 17px !important;
	height: 17px !important;
	margin-top: 6px;
	border-radius: 50%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	background-color: #fffdfd;
}

.btn_add_plus {
	background-color: #ff8a44;
	color: white;
	font-weight: 900;
	/* font-size: 22px; */
	width: fit-content;
	margin: 0;
	padding: 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.btn_add_plus i.ti-plus:before {
	font-weight: bolder !important;
	font-size: 30px;
}

.btn_add_min,
.btn_add_plus i {
	font-size: 30px;
}

.btn_add_min {
	background-color: #76747a;
	color: white;
	font-weight: 900;
	width: fit-content;
	margin: 0;
	padding: 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_add_plus:hover {
	color: white;
}

.btn_add_min:hover {
	color: white;
}

.btn_add_min i.ti-minus:before {
	font-weight: bolder !important;
}

.btnupdown.switchbtn .toggle {
	width: 90px !important;
	margin-left: 10px;
}

.img_ky {
	margin-right: 20px;
	height: 50px;
}

.card_dashboard {
	border: none;
	box-shadow: none;
	padding: 20px;
}

.btn_increase {
	background-color: white;
	color: black;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left;
	width: 100%;
	display: block;
	border: 1px solid #6bd6a4;
}

.btn_increase i {
	color: #6bd6a4;
	float: right;
}

.head_dash {
	font-weight: 600;
	font-size: 20px;
}

.wallettxt {
	color: #fff;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 14px;
	margin: 0;
}

.dashcard {
	background-image: url("../images/payderwallet.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.aepsbtn {
	background: #f6f15b !important;
	padding: 6px 20px !important;
	width: fit-content;
	color: #000 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}

.wallet_white {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
}

.earnbtn {
	background: #ff8a44 !important;
	padding: 6px 20px !important;
	width: fit-content;
	font-size: 12px !important;
	font-weight: 500 !important;
}

.earning_card {
	background-color: #b3c0f84d;
	padding: 24px 24px 15px;
	border-radius: 8px;
}

.payout_card {
	background: #f6f15b63 0% 0% no-repeat padding-box;
}

.upcomimg_box {
	background-color: #d3f0819c;
	padding: 24px 24px 55px;
	border-radius: 8px;
}

.soon_btn {
	background: #5bcc5e;
	box-shadow: 0px 0px 40px #00000014;
	border-radius: 32px;
	padding: 6px 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;

	color: #fff;
}

.dashboard_Card {
	overflow: hidden;
	border-radius: 10px;
	height: 470px;
	padding: 25px;
	background-color: #f5f0fd;
	box-shadow: 0px 0px 40px #4f279b14;
}

.charts_p {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.refre {
	font-size: 18px;
	font-weight: 900 !important;
	margin-left: 5px;
	margin-top: 5px;
}

.btndecrease {
	background-color: white;
	color: black;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left;
	width: 100%;
	display: block;
	border: 1px solid #ff4646;
}

.btndecrease i {
	color: #ff4646;
	float: right;
}

.card_notification {
	border: none;
	box-shadow: none;
	margin-bottom: 15px;
	padding-right: 100px;
	position: relative;
	padding: 20px 25px;
	background-color: #ded2f0;
}

.card_notification h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	display: flex;
	align-items: center;
	color: #29145e;
}

.card_notification h2 a {
	margin-left: 18px;
	font-weight: 600;
	color: #29145e;
}

.card_notification h2 button {
	background-color: #ff9e3b;
	border-radius: 35px;
	color: #29145e;
	padding: 5px 15px;
	font-weight: 700;
	margin-left: 20px;
}

.btnclose {
	position: absolute;
	right: 9px;
	top: 11px;
	/* font-weight: 600; */
	font-size: 27px;
}

.chart_btn .btn_chart {
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	padding: 12px 25px;
}

.chart_btn .btn_chart.active {
	background-color: #29145e;
	color: white;
	border: 1px solid #29145e;
}

.moneyuinout {
	padding-inline: 0;
	margin: 0;
}

.moneyuinout li {
	display: inline;
	margin-right: 20px;
	font-weight: 400;
	color: #b6b6b6;
	font-size: 15px;
}

#myChart1 {
	margin: 0;
	padding: 0;
	border: none;
	/* Optionally set width and height to fit your layout */
	width: 400px;
	height: 200px;
}

#myDoughnutChart {
	margin: 0;
	padding: 0;
	width: 400px !important;
	height: 400px !important;
	margin: auto;
}


.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
	padding: 13px 10px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
	width: 110px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
	width: 110px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	background-color: #29145e !important;
}

.bootstrap-switch.bootstrap-switch-focused {
	border-color: unset !important;
	box-shadow: none !important;
}

.bootstrap-switch {
	border: 1px solid #29145e !important;
}

#SettlementTable tr td:first-child {
	text-align: center;
}

.calendar .calendar-top {
	background-color: white;
	padding: 15px 10px;
	width: 100%;
	text-align: center;
}

.calendar .calendar-top #prev {
	float: left;
}

.calendar .calendar-top .icons {
	color: black;
	border-radius: 50%;
	border: 1px solid #ddd;
	background-color: white;
	font-size: 30px;
	font-size: 17px;
	transition: color 0.3s;
	width: 39px;
	height: 39px;
}

.calendar .calendar-top .top {
	display: inline-block;
}

.calendar .calendar-top .top h3 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-top: 12px;
	display: flex;
}

.calendar .calendar-top .top h3 i {
	font-size: 11px;
	margin-left: 7px;
	margin-top: 3px;
	color: black;
}

.calendar .calendar-top #next {
	float: right;
}

.calendar .calendar-bottom {
	margin-top: 20px;
}

.calendar .calendar-bottom .days-of-week {
	background-color: white;
}

.calendar .calendar-bottom .days-of-week p {
	/* border-right: 1px solid white; */
	display: inline-block;
	width: 13.28%;
	margin: 0;
	color: #8057e7;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}

.calendar .calendar-bottom .days {
	font-size: 0px;
	margin-top: 0;
}

.calendar .calendar-bottom .days .one-day {
	border: none;
	display: inline-block;
	width: 50px;
	height: 49px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
	margin: 0px 10px;
}

.calendar .calendar-bottom .days .one-day .number {
	background-color: transparent;
	color: #000;
	padding: 2px 10px;
	line-height: 45px;
	cursor: pointer;
	height: 30px;
	font-size: 15px;
	text-align: center;
	margin: 0;
}

.btnapplycalendar {
	background-color: #29145e;
	color: white;
	font-size: 15px;
	margin-left: 20px;
	padding: 8px 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.btnapplycalendar:hover {
	color: white;
}

.btnresetCalendar {
	background-color: #ddd;
	color: black;
	margin-right: 20px;
	padding: 8px 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.calendar .calendar-bottom .days .one-day.active {
	background-color: #29145e;
	border-radius: 50px;
}

.calendar .calendar-bottom .days .one-day.active p {
	color: white;
}

.btn_fromdate {
	background-color: #f5f5f6;
	font-size: 20px;
	font-weight: 500;
	display: block;
	border-radius: 0;
	padding: 20px 30px;
	width: 100%;
}

.btn_fromdate:hover {
	color: black;
}

.show_years {
	padding: 18px 21px;
	padding-top: 45px;
}

.show_years h2 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.show_years ul {
	list-style: none;
	padding-inline: 0;
}

.show_years ul {
	width: 100%;
	display: table;
}

.show_years ul li {
	float: left;
	width: 100%;

	border: none;

	margin: 5px 4px;
}

.show_years ul li .accordion-button {
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 6px;
	/* margin-bottom: 12px; */
	font-weight: 600;
	color: #29145e;
}

.show_years ul li .accordion-button:focus {
	box-shadow: none;
}

.show_years ul li .accordion-body {
	padding: 5px;
	font-size: 15px;
}

.show_years .accordion-button::after {
	display: none;
}

.monthyear {
	display: table;
	width: 100%;
	padding-inline: 0;
}

.monthyear li {
	float: left !important;
	width: 14% !important;
	font-size: 15px !important;
	margin-bottom: 10px !important;
	font-weight: 500;
	text-align: center;
	color: #29145e;
}

.monthyear li.active {
	background-color: #29145e;
	color: white;
}

.dropdown-menu.dropdown-menu-end ul li {
	margin-bottom: 10px;
}

.dropdown-menu.dropdown-menu-end ul li a {
	display: flex;
}

.userprofileimg {
	width: 36px;
	height: 36px;
	background: #ede7f6;
	padding: 0px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	line-height: 35px;
}

.userprofileimg img {
	width: 20px;
}

.Wise_ransaction_Summary {
	padding: 0px 10px;
}

.Wise_ransaction_Summary th {
	background-color: #5b419c !important;
	color: #ffffff;
	border-bottom: 0px !important;
	font-size: 14px;
	font-weight: 400;
}

.Wise_ransaction_Summary td {
	font-size: 14px;
	font-weight: 400;
}

.Wise_ransaction_Summary .table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: #ac8cf929 !important;
	color: #29145e !important;
}

.Wise_ransaction_Summary .table-striped>tbody>tr:nth-of-type(even)>* {
	--bs-table-accent-bg: #d6a6e60d !important;
	color: #29145e !important;
}

.transaction_text {
	text-decoration: none;
	color: #4ea2f5;
	font-weight: 500;
}

.uploadedcontent {
	position: absolute;
	top: 43px;
	right: 13px;
}

/* marchantlogin */

.merchant_card {
	padding: 10px !important;
	box-shadow: 0px 0px 40px #00000014;
}

.merchant_card h4 {
	color: #9071df !important;
}

.merchant_card .btndecrease {
	border: none;
	padding: 5px;
	margin-top: 0px;
	font-weight: 500;
	font-size: 15px;
	color: #f86565 !important;
	width: fit-content;
}

.merchant_card .btn_increase {
	border: none;
	padding: 5px;
	margin-top: 0px;
	color: #46cc8d !important;
	font-weight: 500;
	font-size: 15px;
	width: fit-content;
}

.commercials_service_text {
	font-size: 18px;
}

.login_bg {
	background-image: url("../images/login_bg.png");
	width: 100%;
	height: 100dvh;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.input_position {
	position: relative;
}

.login_img {
	margin-left: -100px;
}

.login_img2 {
	padding-top: 50px;
	margin-left: 150px !important;
}

.log_text {
	padding: 50px 50px 15px;
}

.log_text h2 {
	font-size: 40px;
	font-weight: 500;
}

.log_let {
	color: #ff8a44;
}

.log_text p {
	color: #aaa6b2;
	font-size: 16px;
	font-weight: 400;
}

.login_sec {
	display: flex;
}

.lines_img {
	width: 100%;
}

.loginNotifyMsg {
	margin-bottom: 40px;
}

.logo_img {
	text-align: center;
	padding: 50px;
}

.login_link {
	background-color: #ff8a44;
	color: #ffffff;
	padding: 10px 45px;
	border-radius: 30px;
}

.login_link:hover {
	color: #ffffff;
}

.sign_in {
	color: #5d4299;
	cursor: pointer;
}

.back_login {
	background-color: #a8a8a866;
	border-radius: 8px !important;
	color: #484848;
	padding: 10px 38px !important;
}

.back_login:hover {
	color: #141414;
}

.back_btttn {
	color: #484848;
	text-decoration: none;
}

.rest_password {
	padding: 10px 124px !important;
	border-radius: 8px !important;
}

.login_btttn {
	width: 100%;
	border-radius: 8px;
}

.submit_bttn {
	width: 100%;
	border-radius: 8px;
}

.otp_box {
	background-color: #5bcc5e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-radius: 8px;
}

.otp_box h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.otp_box i {
	font-size: 26px;

	margin: 0;
	color: #fff;
}

.resend_otp {
	color: #7e48e3;
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	cursor: pointer;
	position: absolute;
	top: 33px;
	right: 10px;
}

.loginbtn {
	margin-top: 35px;
}

.back_otp_login {
	background-color: #a8a8a866;
	border-radius: 8px !important;
	color: #484848;
	padding: 10px 50px !important;
}

.back_otp_login i {
	padding: 0px 3px;
}

.back_login i {
	padding: 0px 3px;
}

.otp_login {
	padding: 10px 150px !important;
	border-radius: 8px !important;
}

.froget_text {
	color: #fff !important;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px !important;
}

.login_form {
	padding: 170px 80px 0px 80px;
	width: 100%;
}

.login_form_sec .input_group label {
	color: #fff !important;
}

.login_form_sec h3,
h5 {
	text-align: center;
	color: #fff;
}

.login_form_sec h5 {
	font-size: 16px;
	font-weight: 300;
}

.merchant_active {
	color: #46cc8d !important;
}

.input_group .form-control::file-selector-button {
	border: 0.5px solid #5b419c;
	background: #d6a6e678 0% 0% no-repeat padding-box;
	border: 0.5px solid #5b419c;
	border-radius: 4px;
	color: #29145e;
}

.pdtxn_text {
	color: #5b419c;
	font-weight: 500;
}

.pdtxn_span {
	color: #0c051e75;
}

.marchant_make_transfer td p {
	margin-bottom: 0px !important;
}

.marchant_make_transfer td {
	background-color: #eeebf39e !important;
	vertical-align: middle;
	font-size: 14px;
}

.beneficiary {
	color: #0c051e;
}

.make_transfer_bttn {
	width: 100%;
}

.make_transfer_close {
	width: 100%;
}

.confirm_details_text {
	color: #0c051e;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
}

.confirm_details_span {
	color: #0c051e99;
}

.send_money label {
	color: #0c051e !important;
	font-weight: 500;
}

.modal_p {
	font-size: 18px;
	margin: 24px 0px;
}

.bulk_settle {
	background-color: #4f279b;
	text-wrap: nowrap;
	color: #ffffff;
	padding: 7px 18px;
	font-size: 14px;
	font-weight: 500;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 0px 6px;
}

.bulk_settle i {
	font-size: 30px;
	padding-left: 5px;
}

.bulk_settle:hover {
	color: #ffffff;
}

.bulk_settle_text {
	color: #480ad9;
	font-size: 16px;
	font-weight: 500;
}

.usermd {
	font-size: 16px;
	font-weight: 500;
	color: #5b419c;
	margin: 10px 0px 5px;
}

.bulk_deatils {
	height: 200px;
	overflow-y: scroll;
	scrollbar-color: transparent transparent;
}

.pending_text {
	color: #f6a62e !important;
	cursor: pointer;
}

.refresh_img {
	width: 15px;
}

.settle_amount {
	width: 200px;
	padding: 5px 0px;
	font-size: 14px;
}

.settle_row {
	width: 50%;
}

.settle_row label {
	font-size: 14px;
	font-weight: 500;
}

.available_balance {
	position: relative;
}

.available_balance_box {
	position: absolute;

	top: 60%;
}

.amount_data {
	color: #5b419cad;
	margin-bottom: 5px;
}

.available_balance_box .available_teble {
	background-color: #f5f0ff !important;
	font-size: 14px;
	font-weight: 500;
	color: #0c051e;
}

.partialpayment {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	padding-right: 8px;
}

.checkbox.style-a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox.style-a input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox.style-a input:checked~.checkbox__checkmark {
	background-color: #fff;
}

.checkbox.style-a input:checked~.checkbox__checkmark:after {
	opacity: 1;
}

.checkbox.style-a:hover input~.checkbox__checkmark {
	background-color: #eee;
}

.checkbox.style-a:hover input:checked~.checkbox__checkmark {
	background-color: #fff;
}

.checkbox.style-a .checkbox__checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 2px solid #c4b8e3;
	transition: background-color 0.25s ease;
	border-radius: 3px;
}

.checkbox.style-a .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: 2px solid #c4b8e3;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.checkbox__body {
	font-size: 14px;
	font-weight: 400;
	color: #747474;
	padding-top: 3px;
}

.payment_links_check {
	padding: 0px;
}

.breadcrumb {
	margin-bottom: 8px;
}

.add_new {
	padding: 5px 10px;
	font-size: 12px;
	margin-left: 10px;
}

.breadcrumb-item {
	font-size: 14px;
}

.breadcrumb-item a {
	color: #5b419c;
	font-size: 16px;
}

.user_url {
	color: #29145e;
}

.copy_img {
	width: 20px;
}

.resolution_back {
	margin-left: 0px !important;
}

.reseller_cards {
	display: grid;
	align-items: center;
	justify-content: center;
}

.reseller_cards .btn_refresh2 {
	margin-bottom: 0px;
}

.reseller_card {
	padding: 20px !important;
}

.reseler_btttn {
	background-color: #4ea2f5;
	padding: 8px 20px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 5px;
}

.reseler_btttn:hover {
	color: #ffffff;
}

.login_otp {
	margin-bottom: 0px;
	margin-left: 10px;
	color: #29145ecc;
	font-weight: 500;
}

.text-commision {
	color: #dca974;
	font-weight: 500;
}

.pay_out {
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 400;
	padding: 12px 25px;
	margin-left: -6px;
}

.pay_out.active {
	background-color: #2a155c;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	padding: 12px 25px;
}

.notification_head {
	color: #2a155c !important;
}

.not_drop {
	border-bottom: 2px solid #2a155c;
}

.stopevent .notification_list {
	margin: 10px 20px;

	list-style-type: none;
}

.notification_list .list_items {
	text-decoration: none !important;
	color: #404040;
	font-size: 15px;
	font-weight: 500;
}

.input_group .selecttype label img {
	width: 85px;
}

.paytm_img {
	width: 55px !important;
}

.payments_img label input {
	margin-right: 5px !important;
}

.footer-copy-right {
	background-color: white;
	text-align: center;
	padding-block: 20px;
	margin-block: 15px;
	border-radius: 0.5rem;
}

.print_btn {
	width: 100%;
}

.slab_details {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
}

.slab_details td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.slab_details thead,
.slab_details th {
	background: #ff8a4447 !important;
}

.print_table th {
	background-color: #29145e;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.print_datatable {
	padding: 10px;
	background: #f5f5f5 !important;
	margin-bottom: 20px;
}

.amount_text {
	display: flex;
	justify-content: space-between;
}

.add_icons {
	margin-right: 27px;
}

.togle_labels label {
	font-size: 13px;
	color: #424242;
	font-weight: 500;
}

.togle_labels .btn-color-mode-switch {
	display: inline-block !important;
	margin: 0px 10px !important;
	position: relative !important;
}

.togle_labels .btn-color-mode-switch>label.btn-color-mode-switch-inner {
	margin: 0px !important;
	width: 150px;
	height: 34px !important;
	background: #fff !important;
	border-radius: 26px !important;
	overflow: hidden !important;
	position: relative !important;
	transition: all 0.3s ease !important;

	display: block !important;
	border: 1px solid #ddd !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.togle_labels .btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
	content: attr(data-on) !important;
	position: absolute !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	top: 8px !important;
	right: 12px !important;
}

.togle_labels .btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
	content: attr(data-off) !important;
	width: 80px !important;
	height: 32px !important;
	background: #5bcc5e !important;

	position: absolute !important;
	left: 0px !important;
	color: white !important;
	top: 0px !important;
	text-align: center !important;
	transition: all 0.3s ease !important;

	padding: 0px 0px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.togle_labels .btn-color-mode-switch>.alert {
	display: none !important;
	background: #ff9800 !important;
	border: none !important;
	color: #fff !important;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"] {
	cursor: pointer !important;
	width: 50px !important;
	height: fit-content !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0 !important;
	z-index: 1 !important;
	margin: 0px !important;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:after {
	content: attr(data-on) !important;
	left: 68px !important;
	background: #76747a9e !important;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
	content: attr(data-off) !important;
	right: auto !important;
	left: 20px;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"]:not(:checked)+label.btn-color-mode-switch-inner:after {
	content: attr(data-off) !important;
	left: 0px !important;
	background: #5bcc5e !important;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"]:not(:checked)+label.btn-color-mode-switch-inner:before {
	content: attr(data-on) !important;
	right: 12px;
	left: auto !important;
}

.togle_labels .btn-color-mode-switch input[type="checkbox"] :checked~.alert {
	display: none !important;
}

input[type="file"] {
	margin: auto;
	padding: 10px;
	height: 47px;
	border: 0px dashed #bbb;
	background-color: #fff;
	transition: border-color 0.25s ease-in-out;
}

input[type="file"]::file-selector-button {
	padding: 5px 35px;
	border-width: 0;
	border-radius: 0;
	background-color: #76747a33 !important;
	color: hsl(210, 40%, 90%);
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	margin-right: 1em;
	border: 0px dashed #bbb !important;
}

/* input[type="file"]:hover {
  ;} */

input[type="file"]:hover::file-selector-button {
	background-color: hsl(210, 70%, 40%);
}

.accept_btn {
	background-color: #5bcc5e !important;
}

.modaltable table td {
	border: 0px !important;
	padding: 2px 0px !important;
	font-size: 13px !important;
	color: #130b21 !important;
	font-weight: 500 !important;
}

.modaltable table th {
	font-weight: 400 !important;
	font-size: 13px !important;
	color: #76747a !important;
}

.add_iocns {
	background-color: #ff8a44;
	color: #fff;
	font-size: 30px;
	padding: 8px;
	margin-top: 28px;
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 5px;
}

.add_iocns.ti-plus:before {
	font-weight: bolder !important;
}

.footer_div {
	display: none;
}

.navbar-vertical .collapse {
	display: none;
}

.navbar-vertical:hover .collapse.show {
	display: block;
}

.navbar-vertical:hover .footer_div {
	display: block;
	align-items: center;
	color: #ffffff;
	font-weight: 400;
	padding: 12px 12px 12px 24px;
	font-size: 12px;
	margin: 0;
}

#db-wrapper.toggled .navbar-vertical .footer_div {
	display: block;
	align-items: center;
	color: #ffffff;
	font-weight: 400;
	padding: 12px 12px 12px 24px;
	font-size: 12px;
	margin: 0;
}

#db-wrapper.toggled .navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:after {
	display: block;
}

.tick_img {
	width: 50px !important;
	padding: 0px !important;
	margin-left: -12px;
}

.navbar-vertical:hover .tick_img {
	display: none;
}

#db-wrapper.toggled .navbar-vertical .tick_img {
	display: none;
}

#db-wrapper.toggled .navbar-vertical .navbar-brand {
	margin-bottom: 25px !important;
}

.navbar-vertical:hover .navbar-brand {
	margin-bottom: 25px !important;
}

.head_dash2 {
	font-size: 16px;
}

.referindex {
	font-size: 20px;
	color: #94B0B2;
	padding: 0px 5px;
}

.wallet_a {
	text-decoration: none;
	font-size: 20px;
}

.tbl-btn .dt-buttons.btn-group {
	display: none !important;
}

.all_usershow {
	color: #4f279b;
	text-decoration: underline;
	cursor: pointer;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: var(--spacer);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: var(--gray-100)
}


/* ------------------------------------------------------------------------------
*
*  # Daterange picker
*
*  Date range picker component for Bootstrap
*
* ---------------------------------------------------------------------------- */
.daterangepicker {
	--drp-bg: var(--white);
	--drp-padding: 0.9375rem;
	--drp-border-width: var(--border-width);
	--drp-border-color: var(--border-color-translucent);
	--drp-box-shadow: var(--box-shadow-lg);
	--drp-border-radius: var(--border-radius);
	--drp-item-padding: 0.5rem;
	--drp-item-border-radius: var(--border-radius);
	--drp-item-hover-bg: var(--gray-300);
	--drp-item-hover-color: var(--body-color);
	--drp-item-active-bg: var(--primary);
	--drp-item-active-color: var(--white);
	--drp-item-weekday-color: var(--gray-600);
	--drp-item-focusout-color: var(--gray-500);
}

.daterangepicker[data-color-theme=dark],
[data-color-theme=dark] .daterangepicker:not([data-color-theme]),
html[data-color-theme=dark] .daterangepicker {
	color-scheme: dark;
	--drp-bg: #32333a;
	--drp-border-color: rgba(var(--black-rgb), 0.25);
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: var(--drp-bg);
	background-clip: padding-box;
	border: var(--drp-border-width) solid var(--drp-border-color);
	width: auto;
	max-width: none;
	padding: 0;
	margin-top: 0.125rem;
	top: 0;
	left: 0;
	z-index: 1080;
	display: none;
	border-radius: var(--drp-border-radius);
	box-shadow: var(--drp-box-shadow);
}

.daterangepicker.drop-up {
	margin-top: -0.625rem;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.single .drp-selected,
.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.daterangepicker .drp-calendar {
	display: none;
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
	padding: var(--drp-padding);
}

.daterangepicker .calendar-table .prev,
.daterangepicker .calendar-table .next {
	cursor: pointer;
}

.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
	border: solid var(--body-color);
	border-width: 0 0.125rem 0.125rem 0;
	border-radius: 0;
	display: inline-block;
	padding: 0.1875rem;
}

.daterangepicker .calendar-table .next span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.daterangepicker th {
	font-weight: 400;
}

.daterangepicker th.month {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

.daterangepicker td,
.daterangepicker th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: var(--drp-item-padding);
	min-width: calc(var(--drp-item-padding) * 2 + var(--body-line-height-computed));
	cursor: default;
	border-radius: var(--drp-item-border-radius);
	transition: color ease-in-out var(--transition-base-timer), background-color ease-in-out var(--transition-base-timer);
}

@media (prefers-reduced-motion: reduce) {

	.daterangepicker td,
	.daterangepicker th {
		transition: none;
	}
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: var(--drp-item-hover-bg);
	color: var(--drp-item-hover-color);
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: var(--drp-item-weekday-color);
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: transparent;
	color: var(--drp-item-focusout-color);
}

.daterangepicker td.in-range {
	background-color: var(--drp-item-hover-bg);
	color: var(--drp-item-hover-color);
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: var(--drp-item-border-radius) 0 0 var(--drp-item-border-radius);
}

.daterangepicker td.end-date {
	border-radius: 0 var(--drp-item-border-radius) var(--drp-item-border-radius) 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: var(--drp-item-border-radius);
}

.daterangepicker td.active:not(.off),
.daterangepicker td.active:not(.off):hover {
	background-color: var(--drp-item-active-bg);
	color: var(--drp-item-active-color);
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	opacity: 0.25;
}

.daterangepicker select {
	display: inline-block;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	width: 49%;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
}

.daterangepicker .calendar-time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: var(--drp-padding) auto 0 auto;
	position: relative;
}

.daterangepicker .calendar-time .form-select {
	display: inline-block;
	width: auto;
}

.daterangepicker .calendar-time .form-select~.form-select {
	margin-left: var(--spacer-1);
}

.daterangepicker .calendar-time .form-select:first-child {
	margin-right: var(--spacer-1);
}

.daterangepicker .drp-buttons {
	clear: both;
	padding: var(--drp-padding);
	border-top: var(--border-width) solid var(--border-color);
	display: none;
}

.daterangepicker .drp-buttons .btn {
	margin-left: var(--spacer-2);
}

.daterangepicker .drp-selected {
	display: inline-block;
	margin-right: auto;
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0.625rem 0;
}

.daterangepicker .ranges:empty {
	display: none;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.daterangepicker {
		margin-left: var(--spacer);
		margin-right: var(--spacer);
	}

	.daterangepicker.opensleft,
	.daterangepicker.opensright {
		left: 0 !important;
		right: 0 !important;
	}

	.daterangepicker.opensleft .ranges,
	.daterangepicker.opensleft .calendar,
	.daterangepicker.opensleft .calendars,
	.daterangepicker.opensright .ranges,
	.daterangepicker.opensright .calendar,
	.daterangepicker.opensright .calendars {
		float: none;
	}

	.daterangepicker .calendar {
		margin-left: 0;
		margin-right: 0;
	}

	.daterangepicker .ranges {
		width: 100%;
	}

	.daterangepicker .drp-selected {
		width: 100%;
		margin-bottom: var(--spacer-2);
	}

	.daterangepicker.show-calendar.show-ranges .ranges {
		border-bottom: var(--border-width) solid var(--border-color);
	}

	.daterangepicker.show-calendar .drp-buttons {
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

@media (min-width: 576px) {

	.daterangepicker.show-ranges.single.rtl .drp-calendar.left,
	.daterangepicker.show-ranges.rtl .drp-calendar.right {
		border-right: var(--border-width) solid var(--border-color);
	}

	.daterangepicker.show-ranges.single.ltr .drp-calendar.left,
	.daterangepicker.show-ranges.ltr .drp-calendar.left {
		border-left: var(--border-width) solid var(--border-color);
	}

	.daterangepicker .ranges,
	.daterangepicker .drp-calendar {
		float: left;
	}

	.daterangepicker .ranges {
		min-width: 13.75rem;
	}
}

/* ------------------------------------------------------------------------------
*
*  # Date picker
*
*  Vanilla JS date picker with decade, year, month and day selection
*
* ---------------------------------------------------------------------------- */
.datepicker {
	--dp-bg: var(--white);
	--dp-border-width: var(--border-width);
	--dp-border-color: var(--border-color-translucent);
	--dp-box-shadow: var(--box-shadow-lg);
	--dp-border-radius: var(--border-radius);
	--dp-item-border-radius: var(--border-radius);
	--dp-item-hover-bg: var(--gray-300);
	--dp-item-hover-color: var(--body-color);
	--dp-item-active-bg: var(--primary);
	--dp-item-active-color: var(--white);
	--dp-item-weekday-color: var(--gray-600);
	--dp-item-focusout-color: var(--gray-500);
}

.datepicker[data-color-theme=dark],
[data-color-theme=dark] .datepicker:not([data-color-theme]),
html[data-color-theme=dark] .datepicker {
	color-scheme: dark;
	--dp-bg: #32333a;
	--dp-border-color: rgba(var(--black-rgb), 0.25);
}

.datepicker {
	display: none;
}

.datepicker.active {
	display: block;
}

.datepicker-dropdown {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.datepicker-picker {
	display: inline-block;
	background-color: var(--dp-bg);
	background-clip: padding-box;
	border: var(--dp-border-width) solid var(--dp-border-color);
	border-radius: var(--dp-border-radius);
}

.datepicker-dropdown .datepicker-picker {
	box-shadow: var(--dp-box-shadow);
}

.datepicker-inline .datepicker-picker {
	border: 0;
}

.datepicker-picker span {
	display: block;
	-ms-flex: 1;
	flex: 1;
	border: 0;
	cursor: default;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: var(--dp-item-border-radius);
}

.datepicker-controls,
.datepicker-view,
.datepicker-view .days-of-week,
.datepicker-grid {
	display: -ms-flexbox;
	display: flex;
}

.datepicker-grid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.datepicker-inline .datepicker-grid {
	width: 100%;
}

.datepicker-inline .datepicker-picker {
	display: block;
}

.datepicker-main {
	padding: var(--spacer-2);
}

.datepicker-header {
	border-bottom: var(--border-width) solid var(--border-color);
}

.datepicker-footer {
	box-shadow: inset 0 var(--border-width) 0 var(--border-color);
}

.datepicker-controls .btn {
	--btn-color: var(--body-color);
	--btn-bg: var(--gray-200);
	--btn-border-color: var(--gray-400);
	--btn-hover-color: var(--body-color);
	--btn-hover-bg: var(--gray-300);
	--btn-hover-border-color: var(--gray-500);
	--btn-focus-shadow-rgb: 207, 207, 209;
	--btn-active-color: var(--body-color);
	--btn-active-bg: var(--gray-400);
	--btn-active-border-color: var(--gray-600);
	--btn-active-shadow: inset 0 0 0 0 transparent;
	--btn-disabled-color: var(--body-color);
	--btn-disabled-bg: var(--gray-200);
	--btn-disabled-border-color: var(--gray-400);
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
}

.datepicker-controls .btn,
.datepicker-controls .btn:hover,
.datepicker-controls .btn:focus,
.datepicker-controls .btn:active {
	border-color: var(--border-color);
}

.datepicker-controls .btn:hover,
.datepicker-controls .btn:focus {
	--btn-hover-color: var(--link-color);
}

.datepicker-controls .btn:active {
	--btn-active-color: var(--link-hover-color);
}

.datepicker-controls .btn:focus,
.datepicker-controls .btn:active:focus {
	box-shadow: none;
}

.datepicker-footer .datepicker-controls .btn {
	margin-top: var(--border-width);
	width: 100%;
}

.datepicker-controls .view-switch {
	-ms-flex: auto;
	flex: auto;
	font-weight: 600;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
	opacity: 0;
	pointer-events: none;
}

.datepicker-controls .prev-btn {
	border-right-width: var(--border-width);
	border-top-left-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-controls .next-btn {
	border-left-width: var(--border-width);
	border-top-right-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-controls .today-btn {
	border-bottom-left-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-controls.clear-btn-hidden .today-btn {
	border-bottom-right-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-controls .clear-btn {
	border-left-width: var(--border-width);
	border-bottom-right-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-controls.today-btn-hidden .clear-btn {
	border-left: 0;
	border-bottom-left-radius: calc(var(--dp-border-radius) - var(--dp-border-width));
}

.datepicker-title {
	box-shadow: inset 0 calc(var(--border-width) * -1) 0 var(--border-color);
	padding: var(--spacer-2);
	text-align: center;
	font-weight: 600;
}

.datepicker-view .dow,
.datepicker-view .days .datepicker-cell {
	-ms-flex-preferred-size: 14.28571%;
	flex-basis: 14.28571%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.datepicker-view .days-of-week {
	margin-bottom: var(--spacer-2);
}

.datepicker-view .dow {
	color: var(--dp-item-weekday-color);
	min-height: var(--body-line-height-computed);
}

.datepicker-view .week {
	margin-right: var(--spacer-2);
	width: 2.25rem;
	color: var(--dp-item-weekday-color);
}

.datepicker-view .week,
.datepicker-cell {
	height: calc((0.5rem * 2) + var(--body-line-height-computed));
	line-height: calc((0.5rem * 2) + var(--body-line-height-computed));
}

.datepicker-grid {
	width: calc(((0.5rem * 2) + var(--body-line-height-computed)) * 7);
}

.datepicker-cell {
	transition: background-color ease-in-out var(--transition-base-timer), color ease-in-out var(--transition-base-timer), border-radius ease-in-out var(--transition-base-timer);
}

@media (prefers-reduced-motion: reduce) {
	.datepicker-cell {
		transition: none;
	}
}

.datepicker-cell:not(.disabled):hover {
	background-color: var(--dp-item-hover-bg);
	color: var(--dp-item-hover-color);
	cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
	background-color: var(--dp-item-hover-bg);
	color: var(--dp-item-hover-color);
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
	background-color: var(--dp-item-active-bg);
	color: var(--dp-item-active-color);
}

.datepicker-cell.disabled {
	opacity: 0.25;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
	color: var(--dp-item-focusout-color);
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
	color: var(--dp-item-active-bg);
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
	color: var(--dp-item-hover-color);
}

.datepicker-cell.today:not(.selected):not(.disabled) {
	background-color: var(--dp-item-hover-bg);
	color: var(--dp-item-hover-color);
}

.datepicker-cell.range-start:not(.selected),
.datepicker-cell.range-end:not(.selected) {
	background-color: var(--dp-item-active-bg);
	color: var(--dp-item-active-color);
}

.datepicker-cell.range-start:not(.range-end) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.datepicker-cell.range-end:not(.range-start) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.datepicker-cell.range {
	border-radius: 0;
	background-color: var(--dp-item-hover-bg);
	color: var(--dp-item-hover-color);
}

.datepicker-cell.range.disabled {
	opacity: 0.65;
}

.datepicker-view.datepicker-grid .datepicker-cell {
	height: 4rem;
	line-height: 4rem;
}

table.dataTable>tbody>tr.selected>* {
	box-shadow: inset 0 0 0 9999px rgba(229, 229, 229, 1) !important;
	color: black !important;
}

.slab_details tr td,
.slab_details tr th {
	padding: 10px !important;
}

.slab_details tr th {
	font-weight: 500 !important;
}

.slab_details tr th:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.slab_details tr td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left: 1px solid #ddd;
}

.slab_details tr th:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.slab_details tr td:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-right: 1px solid #ddd;
}

.doc_flx {
	display: flex;
	align-items: center;
}

.doc_flx h6 {
	margin-left: 10px;
}

.smsdyno_var {
	background-color: #777;
}

.bg-yellow {
	--bg-opacity: 1;
	background-color: rgba(var(--yellow-rgb), var(--bg-opacity)) !important;
}

.bg-teal {
	--bg-opacity: 1;
	background-color: rgba(var(--teal-rgb), var(--bg-opacity)) !important
}

.noty_layout {
	--noty-spacer-y: 0.25rem;
	--noty-gutter-y: var(--spacer);
	--noty-gutter-x: var(--spacer);
	--noty-padding-y: calc(var(--spacer) * 0.8);
	--noty-padding-x: var(--spacer);
	--noty-width: 20rem;
	--noty-bg: var(--black);
	--noty-color: var(--white);
	--noty-border-width: var(--border-width);
	--noty-border-color: transparent;
	--noty-progress-height: 0.1875rem;
	--noty-progress-bg: rgba(var(--black-rgb), 0.25);
	--noty-shadow: var(--box-shadow-lg);
	--noty-border-radius: var(--border-radius)
}

.noty_layout[data-color-theme=dark],
[data-color-theme=dark] .noty_layout:not([data-color-theme]),
html[data-color-theme=dark] .noty_layout {
	color-scheme: dark;
	--noty-bg: #494c55
}

.noty_bar {
	position: relative;
	border: var(--noty-border-width) solid var(--noty-border-color);
	-webkit-backface-visibility: hidden;
	background-color: var(--noty-bg);
	color: var(--noty-color);
	-webkit-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	-webkit-font-smoothing: subpixel-antialiased;
	box-shadow: var(--noty-shadow);
	border-radius: var(--noty-border-radius)
}

.noty_body {
	padding: var(--noty-padding-y) var(--noty-padding-x);
	font-size: 14px;
}

.noty_close_with_button .noty_body {
	padding-right: calc(var(--noty-padding-x) * 2)
}

.noty_buttons {
	padding: var(--noty-padding-y) var(--noty-padding-x);
	padding-top: 0;
	text-align: right
}

#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 1055;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	max-width: 90%
}

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%
}

#noty_layout__top .noty_bar:first-child {
	margin-top: var(--noty-gutter-y)
}

#noty_layout__topLeft {
	top: var(--noty-gutter-y);
	left: var(--noty-gutter-x);
	width: var(--noty-width)
}

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: var(--noty-width);
	-webkit-transform: translate(-50%) translateZ(0) scale(1, 1);
	transform: translate(-50%) translateZ(0) scale(1, 1)
}

#noty_layout__topRight {
	top: var(--noty-gutter-y);
	right: var(--noty-gutter-x);
	width: var(--noty-width)
}

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: var(--noty-width);
	-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
	transform: translate(-50%, -50%) translateZ(0) scale(1, 1)
}

#noty_layout__centerLeft {
	top: 50%;
	left: var(--noty-gutter-x);
	width: var(--noty-width);
	-webkit-transform: translate(0, -50%) translateZ(0) scale(1, 1);
	transform: translate(0, -50%) translateZ(0) scale(1, 1)
}

#noty_layout__centerRight {
	top: 50%;
	right: var(--noty-gutter-x);
	width: var(--noty-width);
	-webkit-transform: translate(0, -50%) translateZ(0) scale(1, 1);
	transform: translate(0, -50%) translateZ(0) scale(1, 1)
}

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%
}

#noty_layout__bottom .noty_bar:last-child {
	margin-bottom: var(--noty-gutter-y)
}

#noty_layout__bottomLeft {
	bottom: var(--noty-gutter-y);
	left: var(--noty-gutter-x);
	width: var(--noty-width)
}

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: var(--noty-width);
	-webkit-transform: translate(calc(-50% - var(--noty-border-width))) translateZ(0) scale(1, 1);
	transform: translate(calc(-50% - var(--noty-border-width))) translateZ(0) scale(1, 1)
}

#noty_layout__bottomRight {
	bottom: var(--noty-gutter-y);
	right: var(--noty-gutter-x);
	width: var(--noty-width)
}

.noty_progressbar {
	display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: var(--noty-progress-height);
	width: 100%;
	background-color: var(--noty-progress-bg)
}

.noty_effects_open {
	opacity: 0;
	-webkit-transform: translate(50%);
	transform: translate(50%);
	-webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_effects_close {
	-webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_fix_effects_height {
	-webkit-animation: noty_anim_height 75ms ease-out;
	animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
	cursor: pointer
}

.noty_close_button {
	position: absolute;
	top: var(--noty-padding-y);
	right: var(--noty-padding-x);
	font-size: var(--icon-font-size);
	background-color: transparent;
	color: inherit;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	opacity: .75;
	transition: opacity ease-in-out var(--transition-base-timer)
}

@media (prefers-reduced-motion:reduce) {
	.noty_close_button {
		transition: none
	}
}

.noty_close_button:hover {
	opacity: 1
}

.noty_modal {
	--noty-backdrop-bg: var(--black);
	--noty-backdrop-opacity: 0.35;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: var(--noty-backdrop-bg);
	z-index: 1050;
	opacity: var(--noty-backdrop-opacity);
	left: 0;
	top: 0
}

.noty_modal.noty_modal_open {
	opacity: 0;
	-webkit-animation: noty_modal_in .3s ease-out;
	animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
	-webkit-animation: noty_modal_out .3s ease-out;
	animation: noty_modal_out .3s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
	100% {
		opacity: var(--noty-backdrop-opacity)
	}
}

@keyframes noty_modal_in {
	100% {
		opacity: var(--noty-backdrop-opacity)
	}
}

@-webkit-keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	100% {
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes noty_anim_in {
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@keyframes noty_anim_out {
	100% {
		-webkit-transform: translate(50%);
		transform: translate(50%);
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_height {
	100% {
		height: 0
	}
}

@keyframes noty_anim_height {
	100% {
		height: 0
	}
}

.noty_theme__limitless.noty_bar {
	margin: var(--noty-spacer-y) 0;
	position: relative
}

.noty_theme__limitless.noty_type__warning {
	--noty-bg: var(--warning)
}

.noty_theme__limitless.noty_type__error {
	--noty-bg: var(--danger)
}

.noty_theme__limitless.noty_type__info {
	--noty-bg: var(--primary)
}

.noty_theme__limitless.noty_type__success {
	--noty-bg: var(--success)
}

.noty_theme__limitless.noty_type__confirm {
	--noty-bg: var(--white);
	--noty-border-color: var(--border-color-translucent);
	--noty-shadow: var(--box-shadow-sm);
	background-clip: padding-box
}

.noty_theme__limitless.noty_type__confirm[data-color-theme=dark],
[data-color-theme=dark] .noty_theme__limitless.noty_type__confirm:not([data-color-theme]),
html[data-color-theme=dark] .noty_theme__limitless.noty_type__confirm {
	color-scheme: dark;
	--noty-bg: #2c2d33
}

.btn-danger {
	padding: 9px 20px;
	border: 0px !important;
	font-size: 15px;
}

.dataTables_paginate .pagination li .page-link {
	border-radius: 50px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	justify-content: flex-end !important;
	flex-wrap: wrap !important;
	gap: 8px 0px !important;
}

.menu {
	display: none;
}

@media screen and (min-width:300px) and (max-width:480px) {
	.navbar-vertical {
		margin-left: 0px;

	}

	#db-wrapper.toggled .navbar-vertical {
		margin-left: 0 !important;
		max-width: 270px !important;
	}

	.moblie_sidebar {
		display: none;
	}

	.menu {
		width: 100%;
		text-align: end;
		display: block;
	}

	.menu i {
		border-radius: 3px;
		font-size: 21px;
		border: 3px solid #6823ec85;
		padding: 4px;
		margin-right: 6px;
		font-weight: 900;
	}

	.mb_bt {
		margin-left: 0px !important;
	}

	#page-content {
		margin-left: 0px;
		min-width: 100%;
	}

	.add_modal .modal-content {
		width: 100% !important;
	}

	.add_modal .mob_modal {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.side_modal {
		margin-right: 10px !important;
	}

	.dashboard_Card,
	.earning_card,
	.payout_card {
		margin-bottom: 15px;
		padding: 10px;
		height: fit-content;
	}

	.dashcard {
		border-radius: 15px;
	}

	.wallettxt {
		padding-top: 0px;
	}

	.upcomimg_box .col-lg-6.d-flex {
		justify-content: flex-start !important;
		margin-top: 15px;
	}

	.wallet_white {
		margin: 5px !important;
	}

	.dashamount {
		margin-bottom: 15px;
	}

	.dash_finlcharts {
		padding: 10px;
	}

	.chartsid {
		padding: 5px;
		height: 100%;
	}

	.chartsid canvas {
		width: fit-content;
		height: fit-content;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.dots i {
		position: absolute;
		top: -10px;
		left: 2px;
		color: red;
		font-size: 38px;
	}

	.bellbtn .bellicon {
		font-size: 20px;
	}

	.profile_name {
		margin-right: 4px;
	}

	.avatar img {
		width: 45px;
		height: 45px;
	}

	.bellbtn {
		margin-inline: 10px !important;
	}

	.mob_nav {
		justify-content: space-evenly !important;
	}

	.mob_nav .navbar-nav {
		margin: 0px !important;

	}

	.mob_padding {
		padding: 5px !important;
	}

	.tablemain {
		padding: 5px;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		margin-bottom: 10px !important;
	}

	div.dt-buttons {
		width: fit-content !important;
	}

	.tablemain div.dataTables_wrapper .ms-75 {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		justify-content: space-between;
	}



	.pagehedline {
		padding: 0px;
		font-size: 18px;
	}

	.navtabs1 {
		display: flex;
		align-items: center;
		overflow-x: auto;
		flex-wrap: nowrap;
		overflow-y: hidden;
	}

	.navtabs1 .nav-link {
		text-wrap: nowrap;
		font-size: 14px;
		padding: 10px 15px !important;
	}

	.modal-header .btn-close {
		margin-left: 5px;
		padding: 6px 6px;
	}

	.cards {
		padding: 0px;
	}

	.bulk_settle {
		margin: 0px 0px 5px;
	}

	.add_modal .modal-header .modal-title {
		font-size: 15px !important;

	}

	.togle_labels {
		margin-top: 5px !important;

	}

	.btn_routing {
		margin-bottom: 15px;

		margin-right: 0px !important;
		margin-top: 0px !important;
	}

	div.dt-buttons {

		display: flex;
		gap: 10px 0px;
	}

	.tablemain .dt-buttons .btn.buttons-excel {
		margin-left: 0px !important;
		width: 100% !important;
	}

	.tablemain .dt-buttons button {
		margin: 0px !important;
	}

	.navtab2 .nav-link {
		padding: 10px 40px !important;
	}

	.margin_dflex {
		display: block !important;
		margin: 0px !important;
	}

	.btn_save {
		margin-bottom: 10px;
		margin-top: 10px !important;
	}

	/* .btn_reset {
		margin-right: 0px;
	} */

	.long_btn {
		text-wrap: wrap !important;
	}

	.dataTables_filter {
		margin-top: 10px !important;
	}

	.dataTables_filter>label::after {
		top: 30px;
	}

	.navtabs1 .nav-link.active {
		margin-bottom: 10px;
	}

	.cards nav hr {
		margin-top: -17px !important;
	}

	.mrgin_mt {
		margin: 0px;
		margin-right: 10px !important;

	}

	.tablfile {
		width: 250px;
	}

	.login_img,
	.login_img2,
	.login_img3,
	.mob_hide {
		display: none;
	}

	.login_form {
		padding: 0px;
	}

	.login_form_sec h5,
	.login_form_sec h3,
	.login_form_sec .input_group label,
	.froget_text {
		color: #000 !important;
	}

	.login_bg {
		overflow-y: auto !important;
	}

	.login_form_sec h5 {
		padding: 10px !important;
	}

	.log_text {
		padding: 50px 0px 15px;
	}

	#myDoughnutChart {
		margin: 0;
		padding: 0;
		width: auto !important;


		margin: auto;
	}

	.footer_div {
		padding-bottom: 70px !important;
	}

	#myDoughnutChart canvas {

		height: fit-content !important;
	}
}

@media screen and (min-width:451px) and (max-width:786px) {
	.navbar-vertical {
		margin-left: 0px;
	}

	.tablet_btn {
		width: fit-content !important;
		margin-bottom: 0px !important;
	}

	#page-content {

		min-width: 65% !important;
	}

	#db-wrapper.toggled #page-content,
	#db-wrapper.toggled .navbar-vertical {
		margin-left: 270px;
	}

	.add_modal .modal-content {
		width: 100% !important;
	}

	.add_modal .mob_modal {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.side_modal {
		margin-right: 10px !important;
	}

	.earning_card img {
		width: 55px !important;
	}



	#db-wrapper.toggled .navbar-vertical {
		margin-left: 0px;
		max-width: 250px;
	}

	.dashboard_Card,
	.earning_card,
	.payout_card {
		margin-bottom: 15px;
		padding: 10px;
		height: fit-content;
	}

	.dashcard {
		border-radius: 15px;
	}

	.wallettxt {
		padding-top: 0px;
	}

	.upcomimg_box .col-lg-6.d-flex {
		justify-content: flex-start !important;
		margin-top: 15px;
	}



	.dashamount {
		margin-bottom: 15px;
	}

	.dash_finlcharts {
		padding: 10px;
	}

	.chartsid {
		padding: 5px;
		height: 100%;
	}

	.chartsid canvas {
		width: fit-content;
		height: fit-content;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.dots i {
		position: absolute;
		top: -10px;
		left: 15%;
		color: red;
		font-size: 38px;
	}

	.bellbtn .bellicon {
		font-size: 20px;
	}

	.profile_name {
		margin-right: 4px;
	}

	.avatar img {
		width: 45px;
		height: 45px;
	}

	.bellbtn {
		margin-inline: 10px !important;
	}

	.mob_nav {
		justify-content: space-evenly !important;
	}

	.mob_nav .navbar-nav {
		margin: 0px !important;

	}

	.mob_padding {
		padding: 5px !important;
	}

	.tablemain {
		padding: 5px;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		margin-bottom: 10px !important;
	}

	div.dt-buttons {
		width: fit-content !important;
		flex-wrap: unset !important;
		margin-bottom: 10px !important;
	}

	.dataTables_length label {
		margin-top: 0px !important;

	}

	.mb_bt {
		margin-top: 10px;
		margin-left: 0px !important;
	}

	.bulk_settle {
		margin-bottom: 10px;
	}

	.pagehedline {
		padding: 0px;
		font-size: 18px;
	}

	.tablemain .dt-buttons .btn.buttons-pdf {
		margin-left: 10px !important;
	}

	.navtabs1 {
		display: flex;
		align-items: center;
		overflow-x: auto;
		flex-wrap: nowrap;
		overflow-y: hidden;
	}

	.navtabs1 .nav-link {
		text-wrap: nowrap;
		font-size: 14px;
		padding: 10px 15px !important;
	}

	.modal-header .btn-close {
		margin-left: 5px;
		padding: 6px 6px;
	}

	.cards {
		padding: 0px;
	}

	.dashcard .p-4 {
		padding: 2.5rem !important;
	}

	.wallet_white {
		margin-top: 10px;
	}

	.add_modal .modal-header .modal-title {
		font-size: 15px !important;

	}

	.togle_labels {
		margin-top: 5px !important;

	}

	.btn_routing {
		margin-bottom: 15px;

		margin-right: 0px !important;
		margin-top: 0px !important;
	}

	div.dt-buttons {

		display: flex;
		gap: 10px 0px;
	}

	.tablemain .dt-buttons button {
		margin: 0px !important;
	}

	.navtab2 .nav-link {
		padding: 10px 40px !important;
	}

	.margin_dflex {
		display: block !important;
		margin: 0px !important;
	}

	.tablemain .ms-75 {
		margin-top: 10px !important;
	}

	/* .btn_reset {
		margin-right: 0px;
	} */

	.long_btn {
		text-wrap: wrap !important;
	}

	.dataTables_filter {
		margin-top: 10px !important;
	}

	.dataTables_filter>label::after {
		top: 30px;
	}

	.navtabs1 .nav-link.active {
		margin-bottom: 10px;
	}

	.cards nav hr {
		margin-top: -17px !important;
	}

	.mrgin_mt {
		margin: 0px;
		margin-right: 10px !important;

	}

	.tablfile {
		width: 250px;
	}

	.login_img,
	.login_img2,
	.login_img3,
	.mob_hide {
		display: none;
	}

	.login_form {
		padding: 0px;
	}

	.login_form_sec h5,
	.login_form_sec h3,
	.login_form_sec .input_group label,
	.froget_text {
		color: #000 !important;
	}

	.login_bg {
		overflow-y: auto !important;
	}

	.login_form_sec h5 {
		padding: 10px !important;
	}

	.log_text {
		padding: 50px 0px 15px;
	}
}

@media screen and (min-width:820px) and (max-width:1220px) {
	.navbar-vertical {
		margin-left: 0px;
	}

	.tablet_btn {
		width: fit-content !important;
		margin-bottom: 0px !important;
	}

	#page-content {

		min-width: 65% !important;
	}

	#db-wrapper.toggled #page-content,
	#db-wrapper.toggled .navbar-vertical {
		margin-left: 270px;
	}

	.add_modal .modal-content {
		width: 100% !important;
	}

	.add_modal .mob_modal {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.side_modal {
		margin-right: 10px !important;
	}

	.earning_card img {
		width: 55px !important;
	}



	#db-wrapper.toggled .navbar-vertical {
		margin-left: 0px;
		max-width: 250px;
	}

	.dashboard_Card,
	.earning_card,
	.payout_card {
		margin-bottom: 15px;
		padding: 10px;
		height: fit-content;
	}

	.dashcard {
		border-radius: 15px;
	}

	.wallettxt {
		padding-top: 0px;
	}

	.upcomimg_box .col-lg-6.d-flex {
		justify-content: flex-start !important;
		margin-top: 15px;
	}



	.dashamount {
		margin-bottom: 15px;
	}

	.dash_finlcharts {
		padding: 10px;
	}

	.chartsid {
		padding: 5px;
		height: 100%;
	}

	.chartsid canvas {
		width: fit-content;
		height: fit-content;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.dots i {
		position: absolute;
		top: -6px;
		left: 42%;
		color: red;
		font-size: 38px;
	}

	.bellbtn .bellicon {
		font-size: 20px;
	}

	.profile_name {
		margin-right: 4px;
	}

	.avatar img {
		width: 45px;
		height: 45px;
	}

	.bellbtn {
		margin-inline: 10px !important;
	}

	.mob_nav {
		justify-content: end !important;
	}

	.mob_nav .navbar-nav {
		margin: 0px !important;

	}

	.mob_padding {
		padding: 5px !important;
	}

	.tablemain {
		padding: 5px;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		margin-bottom: 10px !important;
	}

	div.dt-buttons {
		width: fit-content !important;
		flex-wrap: unset !important;
		margin-bottom: 10px !important;
	}

	.dataTables_length label {
		margin-top: 0px !important;

	}

	.mb_bt {
		margin-top: 10px;
		margin-left: 0px !important;
	}

	.bulk_settle {
		margin-bottom: 10px;
	}

	.pagehedline {
		padding: 0px;
		font-size: 18px;
	}

	.tablemain .dt-buttons .btn.buttons-pdf {
		margin-left: 10px !important;
	}

	.navtabs1 {
		display: flex;
		align-items: center;
		overflow-x: auto;
		flex-wrap: nowrap;
		overflow-y: hidden;
	}

	.navtabs1 .nav-link {
		text-wrap: nowrap;
		font-size: 14px;
		padding: 10px 15px !important;
	}

	.modal-header .btn-close {
		margin-left: 5px;
		padding: 6px 6px;
	}

	.cards {
		padding: 0px;
	}

	.dashcard .p-4 {
		padding: 2.5rem !important;
	}

	.wallet_white {
		margin-top: 10px;
	}

	.add_modal .modal-header .modal-title {
		font-size: 15px !important;

	}

	.togle_labels {
		margin-top: 5px !important;

	}

	.btn_routing {
		margin-bottom: 15px;

		margin-right: 0px !important;
		margin-top: 0px !important;
	}

	div.dt-buttons {

		display: flex;
		gap: 10px 0px;
	}

	.tablemain .dt-buttons button {
		margin: 0px !important;
	}

	.navtab2 .nav-link {
		padding: 10px 40px !important;
	}

	.margin_dflex {
		display: block !important;
		margin: 0px !important;
	}

	.tablemain .ms-75 {
		margin-top: 10px !important;
	}

	/* .btn_reset {
		margin-right: 0px;
	} */

	.long_btn {
		text-wrap: wrap !important;
	}

	.dataTables_filter {
		margin-top: 10px !important;
	}

	.dataTables_filter>label::after {
		top: 30px;
	}

	.navtabs1 .nav-link.active {
		margin-bottom: 10px;
	}

	.cards nav hr {
		margin-top: -17px !important;
	}

	.mrgin_mt {
		margin: 0px;
		margin-right: 10px !important;

	}

	.tablfile {
		width: 250px;
	}

	.login_img,
	.login_img2,
	.login_img3,
	.mob_hide {
		display: none;
	}

	.login_form {
		padding: 0px;
	}

	.login_form_sec h5,
	.login_form_sec h3,
	.login_form_sec .input_group label,
	.froget_text {
		color: #000 !important;
	}

	.login_bg {
		overflow-y: auto !important;
	}

	.login_form_sec h5 {
		padding: 10px !important;
	}

	.log_text {
		padding: 50px 0px 15px;
	}
}

@media screen and (min-width:1221px) and (max-width:1440px) {
	.navtab2 .nav-link {
		padding: 10px 70px !important;
	}

	.dataTables_length label select {
		margin-right: 10px !important
	}

	.navtabs1 {
		overflow-x: auto !important;
		flex-wrap: nowrap;
		text-wrap-mode: nowrap;
	}

	.navtabs1 .nav-link {
		margin-bottom: 20px;

	}

	.cards nav hr {
		margin-top: -28px !important;
	}

	.login_form {
		padding: 250px 23px 0px 197px;
	}

	.earning_card img {
		width: 60px;
	}

	.upcomimg_box {
		padding: 24px;
	}

	.wallet_white {
		margin-top: 0px !important;
	}

}

.nettoggle.togle_labels input[type="checkbox"]:checked+label.btn-color-mode-switch-inner:before {
	left: 8px !important;
}

.nettoggle.togle_labels .btn-color-mode-switch input[type="checkbox"]:not(:checked)+label.btn-color-mode-switch-inner:before {
	right: 4px !important;
}

.mytableclass td,
.mytableclass th {
	padding: 10px;
	font-weight: 400 !important;
	text-align: center;
}

#rates_table td {
	font-size: 16px;
	font-weight: 500;
}

.canvasjs-chart-credit {
	display: none;
}