/*Cursor*/
.cursor-pointer {
	cursor: pointer;
}

.d-hidden {
	display: none;
}


/*Font Size*/
.text-20px {
	font-size: 20px !important;
}

.text-19px {
	font-size: 19px !important;
}

.text-18px {
	font-size: 18px !important;
}

.text-17px {
	font-size: 17px !important;
}

.text-16px {
	font-size: 16px !important;
}

.text-15px {
	font-size: 15px !important;
}

.text-14px {
	font-size: 14px !important;
}

.text-13px {
	font-size: 13px !important;
}

.text-12px {
	font-size: 12px !important;
}

.text-11px {
	font-size: 11px !important;
}

.text-10px {
	font-size: 10px !important;
}

.text-9px {
	font-size: 9px !important;
}

.text-8px {
	font-size: 8px !important;
}


/*Font waight*/
.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

/*Border Radious*/
.radious-1px {
	border-radius: 1px;
}

.radious-2px {
	border-radius: 2px;
}

.radious-3px {
	border-radius: 3px;
}

.radious-4px {
	border-radius: 4px;
}

.radious-5px {
	border-radius: 5px;
}

.radious-6px {
	border-radius: 6px;
}

.radious-7px {
	border-radius: 7px;
}

.radious-8px {
	border-radius: 8px;
}

.radious-9px {
	border-radius: 9px;
}

.radious-10px {
	border-radius: 10px;
}

.radious-11px {
	border-radius: 11px;
}

.radious-12px {
	border-radius: 12px;
}

.radious-13px {
	border-radius: 13px;
}

.radious-14px {
	border-radius: 14px;
}

.radious-15px {
	border-radius: 15px;
}

.radious-16px {
	border-radius: 16px;
}

.radious-17px {
	border-radius: 17px;
}

.radious-18px {
	border-radius: 18px;
}

.radious-19px {
	border-radius: 19px;
}

.radious-20px {
	border-radius: 20px;
}

/*End Border Radious*/


/*Opacity*/
.opacity-10 {
	opacity: 1 !important;
}

.opacity-9 {
	opacity: .9 !important;
}

.opacity-8 {
	opacity: .8 !important;
}

.opacity-7 {
	opacity: .7 !important;
}

.opacity-6 {
	opacity: .6 !important;
}

.opacity-5 {
	opacity: .5 !important;
}

.opacity-4 {
	opacity: .4 !important;
}

.opacity-3 {
	opacity: .3 !important;
}

.opacity-2 {
	opacity: .2 !important;
}

.opacity-1 {
	opacity: .1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}




/*margin top*/
.mt-80px {
	margin-top: 80px !important;
}

.mt-70px {
	margin-top: 70px !important;
}

.mt-60px {
	margin-top: 60px !important;
}

.mt-50px {
	margin-top: 50px !important;
}

.mt-40px {
	margin-top: 40px !important;
}

.mt-30px {
	margin-top: 30px !important;
}

.mt-20px {
	margin-top: 20px !important;
}

.mt-10px {
	margin-top: 10px !important;
}

.mt-9px {
	margin-top: 9px !important;
}

.mt-8px {
	margin-top: 8px !important;
}

.mt-7px {
	margin-top: 7px !important;
}

.mt-6px {
	margin-top: 6px !important;
}

.mt-5px {
	margin-top: 5px !important;
}

.mt-4px {
	margin-top: 4px !important;
}

.mt-3px {
	margin-top: 3px !important;
}

.mt-2px {
	margin-top: 2px !important;
}

.mt-1px {
	margin-top: 1px !important;
}

.mt-0px {
	margin-top: 0px !important;
}

/*Margin bottom*/
.mb-80px {
	margin-bottom: 80px !important;
}

.mb-70px {
	margin-bottom: 70px !important;
}

.mb-60px {
	margin-bottom: 60px !important;
}

.mb-50px {
	margin-bottom: 50px !important;
}

.mb-40px {
	margin-bottom: 40px !important;
}

.mb-30px {
	margin-bottom: 30px !important;
}

.mb-20px {
	margin-bottom: 20px !important;
}

.mb-10px {
	margin-bottom: 10px !important;
}

.mb-9px {
	margin-bottom: 9px !important;
}

.mb-8px {
	margin-bottom: 8px !important;
}

.mb-7px {
	margin-bottom: 7px !important;
}

.mb-6px {
	margin-bottom: 6px !important;
}

.mb-5px {
	margin-bottom: 5px !important;
}

.mb-4px {
	margin-bottom: 4px !important;
}

.mb-3px {
	margin-bottom: 3px !important;
}

.mb-2px {
	margin-bottom: 2px !important;
}

.mb-1px {
	margin-bottom: 1px !important;
}

.mb-0px {
	margin-bottom: 0px !important;
}

/*Margin right*/
.me-80px {
	margin-right: 80px !important;
}

.me-70px {
	margin-right: 70px !important;
}

.me-60px {
	margin-right: 60px !important;
}

.me-50px {
	margin-right: 50px !important;
}

.me-40px {
	margin-right: 40px !important;
}

.me-30px {
	margin-right: 30px !important;
}

.me-20px {
	margin-right: 20px !important;
}

.me-10px {
	margin-right: 10px !important;
}

.me-9px {
	margin-right: 9px !important;
}

.me-8px {
	margin-right: 8px !important;
}

.me-7px {
	margin-right: 7px !important;
}

.me-6px {
	margin-right: 6px !important;
}

.me-5px {
	margin-right: 5px !important;
}

.me-4px {
	margin-right: 4px !important;
}

.me-3px {
	margin-right: 3px !important;
}

.me-2px {
	margin-right: 2px !important;
}

.me-1px {
	margin-right: 1px !important;
}

.me-0px {
	margin-right: 0px !important;
}

/*Margin left*/
.ms-80px {
	margin-left: 80px !important;
}

.ms-70px {
	margin-left: 70px !important;
}

.ms-60px {
	margin-left: 60px !important;
}

.ms-50px {
	margin-left: 50px !important;
}

.ms-40px {
	margin-left: 40px !important;
}

.ms-30px {
	margin-left: 30px !important;
}

.ms-20px {
	margin-left: 20px !important;
}

.ms-10px {
	margin-left: 10px !important;
}

.ms-9px {
	margin-left: 9px !important;
}

.ms-8px {
	margin-left: 8px !important;
}

.ms-7px {
	margin-left: 7px !important;
}

.ms-6px {
	margin-left: 6px !important;
}

.ms-5px {
	margin-left: 5px !important;
}

.ms-4px {
	margin-left: 4px !important;
}

.ms-3px {
	margin-left: 3px !important;
}

.ms-2px {
	margin-left: 2px !important;
}

.ms-1px {
	margin-left: 1px !important;
}

.ms-0px {
	margin-left: 0px !important;
}





/*Padding right*/
.p-80px {
	padding: 80px !important;
}

.p-70px {
	padding: 70px !important;
}

.p-60px {
	padding: 60px !important;
}

.p-50px {
	padding: 50px !important;
}

.p-40px {
	padding: 40px !important;
}

.p-30px {
	padding: 30px !important;
}

.p-20px {
	padding: 20px !important;
}

.p-18px {
	padding: 18px !important;
}

.p-10px {
	padding: 10px !important;
}

.p-9px {
	padding: 9px !important;
}

.p-8px {
	padding: 8px !important;
}

.p-7px {
	padding: 7px !important;
}

.p-6px {
	padding: 6px !important;
}

.p-5px {
	padding: 5px !important;
}

.p-4px {
	padding: 4px !important;
}

.p-3px {
	padding: 3px !important;
}

.p-2px {
	padding: 2px !important;
}

.p-1px {
	padding: 1px !important;
}

.p-0px {
	padding: 0px !important;
}

.pe-80px {
	padding-right: 80px !important;
}

.pe-70px {
	padding-right: 70px !important;
}

.pe-60px {
	padding-right: 60px !important;
}

.pe-50px {
	padding-right: 50px !important;
}

.pe-40px {
	padding-right: 40px !important;
}

.pe-30px {
	padding-right: 30px !important;
}

.pe-20px {
	padding-right: 20px !important;
}

.pe-18px {
	padding-right: 18px !important;
}

.pe-10px {
	padding-right: 10px !important;
}

.pe-9px {
	padding-right: 9px !important;
}

.pe-8px {
	padding-right: 8px !important;
}

.pe-7px {
	padding-right: 7px !important;
}

.pe-6px {
	padding-right: 6px !important;
}

.pe-5px {
	padding-right: 5px !important;
}

.pe-4px {
	padding-right: 4px !important;
}

.pe-3px {
	padding-right: 3px !important;
}

.pe-2px {
	padding-right: 2px !important;
}

.pe-1px {
	padding-right: 1px !important;
}

.pe-0px {
	padding-right: 0px !important;
}

.ps-80px {
	padding-left: 80px !important;
}

.ps-70px {
	padding-left: 70px !important;
}

.ps-60px {
	padding-left: 60px !important;
}

.ps-50px {
	padding-left: 50px !important;
}

.ps-40px {
	padding-left: 40px !important;
}

.ps-30px {
	padding-left: 30px !important;
}

.ps-20px {
	padding-left: 20px !important;
}

.ps-18px {
	padding-left: 18px !important;
}

.ps-10px {
	padding-left: 10px !important;
}

.ps-9px {
	padding-left: 9px !important;
}

.ps-8px {
	padding-left: 8px !important;
}

.ps-7px {
	padding-left: 7px !important;
}

.ps-6px {
	padding-left: 6px !important;
}

.ps-5px {
	padding-left: 5px !important;
}

.ps-4px {
	padding-left: 4px !important;
}

.ps-3px {
	padding-left: 3px !important;
}

.ps-2px {
	padding-left: 2px !important;
}

.ps-1px {
	padding-left: 1px !important;
}

.ps-0px {
	padding-left: 0px !important;
}

.w-80px {
	width: 80px;
}

.w-90px {
	width: 90px;
}

.w-100px {
	width: 100px;
}

.w-110px {
	width: 110px;
}

.w-120px {
	width: 120px;
}

.w-130px {
	width: 130px !important;
}

.w-140px {
	width: 140px;
}

.w-150px {
	width: 150px;
}

.w-160px {
	width: 160px;
}

.w-200px {
	width: 200px;
}

.w-250px {
	width: 250px;
}

.w-255px {
	width: 255px;
}

.w-300px {
	width: 300px;
}

.w-350px {
	width: 350px;
}

.w-400px {
	width: 400px;
}

.w-450px {
	width: 450px;
}

.w-500px {
	width: 500px;
}

.w-550px {
	width: 550px;
}

.mw-unset {
	max-width: unset;
}

.lh-40px {
	line-height: 40px;
}

.h-27px {
	height: 27px;
}

.w-inherit {
	width: inherit;
}


/*Navigation*/
.sidebar.close:after {
	content: "";
}

.nav-links-li.active * {
	color: #fff !important;
	fill: #fff !important;
}

.sidebar .nav-links>li .iocn-link::before {
	top: 51% !important;
}

.sidebar .nav-links>li.active .iocn-link::before {
	left: -0px;
}

.nav-links-li .sub-menu {
	display: none;
}

.nav-links-li.active .sub-menu {
	display: block;
}

.sidebar.close .nav-links li:hover .sub-menu {
	transition: 0s;
}

.sidebar .nav-links>li .sub-menu {
	margin-top: 0px;
	padding: 0px 6px 0px 55px;
}

@media screen and (max-width: 991px) {
	.sidebar .nav-links li .sub-menu {
		padding: 0px 6px 0px 57px !important;
	}

	.sidebar.close .nav-links li .sub-menu .link_name {
		display: none;
	}
}

@media screen and (min: 992px) {
	.sidebar .nav-links li .sub-menu .link_name {
		display: block;
	}
}

.sub-menu .active {
	opacity: 1 !important;
}

.sidebar.close {
	opacity: 1 !important;
}

/*Navigation end*/


/* Flaticon icon issue solve */
i:not(.fas, .fa, .fab) {
	line-height: 0.5em !important;
	vertical-align: -0.15em !important;
	display: inline-flex !important;
}

/* Flaticon issue solved */

.px-30px {
	padding-left: 30px;
	padding-right: 30px;
}

.py-20px {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.closeIcon {
		display: block;
		position: absolute;
		left: unset;
		top: 8px;
		right: -6px !important;
		transform: translateX(-50%);
		width: 30px;
		height: auto;
		background: #0000;
		border-radius: 10px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		color: #ffffff;
	}

	.sidebar .nav-links {
		padding-top: 0px !important;
	}
}


.sidebar .nav-links>li .sub-menu li a.active,
.sidebar .nav-links>li a.active * {
	color: #00a3ff !important;
	opacity: 1 !important;
}

.cursor-context-menu {
	cursor: context-menu !important;
}

.fade-in-area-1 {
	font-size: 16px;
	line-height: 25px;
	color: #6c6c6c;
}





.btn-action::after {
	display: none;
}

.task-list li {
	display: flex;
	align-items: stretch;
	background-color: #ffffff;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #f1f1f6;
}

.task-list li.completed .task-description {
	text-decoration: line-through;
	color: #767676;
}

.task-list .task-checkbox-content {
	background-color: #fff;
	border-radius: 0px;
}

.task-list .task-checkbox {
	margin: 4.5px 8px 0px 3px;
    height: 16px;
    width: 16px;
}

.task-list .task-area-content {
	background-color: #fff;
	border-radius: 0px;
}

.task-list .task-description {
	background-color: transparent;
	padding: 10px;
	font-size: 13px;
	color: #000;
	resize: none;
}

.task-list .task-from {
	margin: 5px 0px;
}

.task-list .sorting-btn {
	position: absolute;
    top: 0px;
    left: -25px;
    padding: 8px 4px;
    opacity: 0;
    transition: opacity .3s ease;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    border-radius: 6px 0px 0px 6px;
}

.task-list>li:hover .sorting-btn {
	opacity: 1;
}

.task-list .position-relative .archive-section {
	visibility: hidden;
	transition: top 0.3s ease, right 0.3s ease, visibility 0.1s ease, opacity 0.3s ease;
  	transition-delay: 0s; /* default: out transition has no delay */
    display: flex;
    position: absolute;
    top: 4.5px;
    right: -10px;
    border-right: none;
    background-color: #fff;
    padding: 2px 5px;
	border: 1px solid #f1f1f6;
	border-right: none;
    border-radius: 3px 0px 0px 3px;
    writing-mode: horizontal-tb;
    width: auto;
    height: 30px;
    z-index: 100;
    opacity: 0;
}

.task-list>li:hover .archive-section {
	visibility: visible;
	transition-delay: .3s; /* in transition starts after .6s */
	top: 4.5px;
    right: 0px;
	opacity: 1;
}

.sidebar .nav-links>li .iocn-link:hover a i,
.sidebar .nav-links>li .iocn-link:hover a svg path {
	fill: #fff;
}

.sidebar .nav-links>li .icon-link svg,
.sidebar .nav-links>li .sidebar_icon svg path {
	fill: #797c8b;
}

.nav-links-li.showMenu svg,
.nav-links-li.showMenu svg path {
	fill: #fff !important;
}

.custom-accordion .accordion-item .accordion-header .accordion-button.labeled::after {
	margin-left: unset;
}

.eTable> :not(caption)>*>*:first-child {
	padding-left: 0px;
}

.contant-overlay {
	visibility: hidden;
	transition: right .3s ease, visibility .3s ease;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	height: 100%;
	writing-mode: vertical-rl;
	background-color: #fff;
	box-shadow: 0px 0px 2px 0px #00000040;
	padding: 0px 2px;
	border-radius: 5px 0px 0px 5px;
	margin: 0px 0px;
}

.contant-overlay-horizontal {
	visibility: hidden;
	transition: right .3s ease, visibility .3s ease;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	height: 30px;
	text-align: center;
	width: auto;
	writing-mode: vertical-rl;
	background-color: #fff;
	box-shadow: 0px 0px 2px 0px #00000040;
	padding: 0px 2px;
	border-radius: 5px 0px 0px 5px;
	margin: 0px 0px;
}

.contant-overlay-bottom {
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
	position: absolute;
	right: 0;
	width: auto;
	bottom: -30px;
	text-align: center;
	height: 30px;
	writing-mode: vertical-rl;
	background-color: #fff;
	box-shadow: 0px 6px 10px -3px #0000001f;
	border-radius: 0px 0px 0px 5px;
	margin: 0px 0px;
	opacity: 0;
}

.invisible-layout {
	visibility: hidden;
	opacity: 0;
	padding: 0px;
	min-width: 60px;
	height: 33px;
	margin: 0px;
	float: right;
	transition: opacity .3s ease, visibility .3s ease;
}

tr:hover .invisible-layout,
.invisible-layout-parent:hover .invisible-layout {
	visibility: visible;
	opacity: 1;
}

.contant-overlay>a {
	padding: 5px 0px;
}

tr:hover .position-relative .contant-overlay {
	visibility: visible;
	display: inline-block;
	right: 0px;
}

tr:hover .position-relative .contant-overlay-bottom {
	visibility: visible;
	display: inline-block;
	right: 0px;
	opacity: 1;
}

tr:hover .position-relative .contant-overlay-horizontal {
	visibility: visible;
	display: inline-block;
	right: 0px;
	opacity: 1;
}

.offcanvas-header h6 {
	font-size: 15px;
	color: #000;
}

.user-profile-area {
	position: sticky;
	top: 20px;
}

.profile-tab-content {
	margin: 0px -26px;
}

.user-profile-area .user-details-info .eNav-Tabs-custom button.nav-link {
	width: max-content;
}

th.w-180px {
	width: 180px;
	max-width: 160px !important;
}

.export_btn {
	min-width: unset;
	padding: 12px 18px;
}

.mainSection-title h4 {
	margin-bottom: 5px;
}

.eBreadcrumb-2 li {
	margin-right: 15px;
}

.eBreadcrumb-2 li::before {
	content: ">";
	position: absolute;
	top: 2px;
	right: -20px;
	width: 10px;
	height: 0px;
}


/* Select 2 Search bar */
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #d5d9dd !important;
	border-radius: 5px;
	outline: none;
}

/*End Select 2 Search bar */


.w-40-image {
	height: 40px;
	width: 40px;
	object-fit: cover;
}

.btn-form {
	width: unset;
	padding: 0px 12px;
}

.system-dark-logo {
	background-color: #000000e6;
	border-radius: 5px;
	padding: 5px;
}

.ds_item_icon.success {
	border-radius: 10px;
	background-color: #50cd8940;
	padding: 8px;
}

.ds_item_icon.success svg,
.ds_item_icon.success svg * {
	fill: #50cd89;
}

.ds_item_icon.primary {
	border-radius: 10px;
	background-color: #00a3ff40;
	padding: 8px;
}

.ds_item_icon.primary svg,
.ds_item_icon.primary svg * {
	fill: #00a3ff;
}

.ds_item_icon.warning {
	border-radius: 10px;
	background-color: #ffc70040;
	padding: 8px;
}

.ds_item_icon.warning svg,
.ds_item_icon.warning svg * {
	fill: #ffc700;
}

.sidebar .logo-sm {
	display: none;
}

.sidebar.close .logo-lg {
	display: none;
}

.sidebar:not(.close) .logo-lg {
	display: block;
}

.sidebar.close .logo-sm {
	display: block;
}


/* Drop uploader start */
.upload-container .drop-zone {
	border: 2px dashed #ccc;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}

.upload-container .drop-zone.dragover {
	background-color: #eaf6ff;
	border-color: #3399ff;
}

.upload-container .drop-zone p {
	margin: 0;
	font-size: 15px;
}

.upload-container .file-list,
.upload-container .file-preview {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.upload-container .file-list li,
.upload-container .file-preview li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.upload-container .remove-btn {
	background: none;
	border: none;
	color: #e74c3c;
	font-size: 18px;
	cursor: pointer;
}

.upload-container .remove-btn:hover {
	color: #c0392b;
}

/* Drop uploader end */


/* Summernote */
.note-group-select-from-files {
	display: none;
}

.note-dropdown-item h1,
.note-dropdown-item h2,
.note-dropdown-item h3,
.note-dropdown-item h4,
.note-dropdown-item h5,
.note-dropdown-item h6 {
	font-size: 20px !important;
}

.note-editing-area *, .editor-content *{
	font-family: "Poppins", sans-serif;
}
.note-editing-area ul, .editor-content ul, .note-editing-area ol, .editor-content ol {
	list-style: unset !important;
	padding: 0px 14px !important;
}

.note-editing-area iframe, .editor-content iframe, .note-editing-area img, .editor-content img{
	width: calc(100% - 50px) !important;
	border-radius: 10px;
	margin: 10px;
	max-width: 300px;
}
/* Summernote */


.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}