.tagCopy {}

.clickTag:hover .tagCopy {
	display: block;
	opacity: 0.8;
	cursor: pointer
}

.clickTag:hover:before {
	display: block
}

.clickTag {
	position: relative
}

.clickTag::before {
	position: absolute;
	background: #fff;
	content: "";
	top: 0;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0.25rem;
	opacity: 0.6;
	transition: all .3s;
	border: 1px dashed #121212
}

.customTextArea {
	border: 1px dashed #d8d8d8
}

.customTextArea textarea {
	width: 100%;
	height: 350px;
	display: block;
	resize: none;
	padding: 5px 10px;
	border-radius: 5px;
	overflow: auto;
	transition: box-shadow 0.5s
}

.tagListOuter,
.imageListPdf {
	width: 20%
}

.tagListOuter .tagList {
	max-height: 350px;
	overflow-y: auto
}

.htmlTextarea {
	width: 60%
}

.card .imageListPdf .icon-right {
	top: 0;
	right: 0
}

.imageForPdf {
	background: #f4f6f8;
	width: 100%;
	padding: 0;
	margin-left: 0px;
	height: 350px;
	list-style: none;
	border-radius: 5px;
	overflow-y: auto
}

.imageForPdf .noImageList {
	display: flex;
	min-height: 350px;
	justify-content: center;
	align-items: center
}

.customTextArea button {
	background: #111;
	color: #fff;
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin: 10px auto 0;
	border: 0;
	cursor: pointer;
	transition: background-color 0.5s;
	border-radius: 3px
}

.leadScoreNotify {
	background-color: #f44336;
	text-align: center;
	border-radius: 0.25rem;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	top: 2px;
	left: 0;
}

.notification {
	background-color: #ffc800;
	text-align: center;
	border-radius: 50%;
	min-width: 40px;
	height: 40px;
	font-size: 13px;
	color: #040404;
	line-height: 35px;
	margin-left: 10px;
	font-weight: 600;
	position: absolute;
	top: -15px;
	left: 50px;
	border: 3px solid #b2ebf2;
}

.sidebar .notification {
	position: absolute;
	top: 10px;
	left: inherit;
	min-width: 18px;
	height: 18px;
	line-height: 12px;
	font-size: 75%;
	font-weight: 400px;
	margin: 0;
	border: 3px solid #fcfcfd
}

.table_SvgIcon img {
	width: 28px
}

.dropdown-toggle.hidden-caret::after {
	content: none
}

.tab_focus a {
	position: inherit
}

.tab_focus a:hover:after {
	content: attr(data-title);
	position: fixed;
	left: 65px;
	/* margin-top: -5px; */
	background: rgb(38, 50, 56);
	color: #f3f3f3;
	font-size: 0.9rem;
	border-radius: 0.25rem;
	padding: 5px 10px;
	white-space: normal;
	font-family: 'Poppins', sans-serif;
	-webkit-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .5);
	-moz-box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .5);
	box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .5)
}

.alertSave {
	display: inline-block;
	margin: 0px auto;
	position: fixed;
	z-index: 1031;
	top: 65px;
	left: 0px;
	right: 0px;
	border-left: 5px solid;
	border-radius: 0.25rem
}

.alert {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
	-moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
	box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26)
}

.alert .close {
	background: rgba(255, 255, 255, 0.8);
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: 0;
	right: 0;
	font-size: 1.2rem;
	position: absolute;
	border-radius: 50%
}

.alert {
	display: block;
	color: #2b2b2b;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px
}

.tooltip {
	font-size: 0.7rem !important
}

.companyName {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #e2e5f6; */
	width: 40px;
	height: 40px;
	font-weight: 600;
	border-radius: 50px;
	margin: 10px auto;
	color: #212020;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	/* line-height: 30px */
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.alert,
.brand,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
button.close,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

body {
	font-size: 0.8rem
}

a[data-tip=] {
	color: #1572e8;
	text-decoration: none
}

a:hover {
	color: #0090ff;
	text-decoration: none
}

.h1,
h1 {
	font-size: 1.5rem
}

.h2,
h2 {
	font-size: 1.3rem
}

.h3,
h3 {
	font-size: 1.1rem
}

.h4,
h4 {
	font-size: 1rem
}

.h5,
h5 {
	font-size: .9rem
}

.h6,
h6 {
	font-size: 0.9rem;
	font-weight: 600;
}

p {
	font-size: 14px;
	line-height: 1.82;
	margin-bottom: 1rem;
	word-break: break-word
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

.small,
small {
	font-size: 80%
}

.b,
.strong,
b,
strong {
	font-weight: 600
}

.crm_custFields {
	border: 1px dashed #b0bec5;
	padding: 5px;
	border-radius: 0.25rem;
	background-color: #ffffff;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.crm_custFields i {
	color: #656f7d;
}

.crm_custFields:hover {
	background-color: #f2f5f7;
	border: 1px dashed #f2f5f7;
}

.padding025 {
	padding: 0.025rem 0.25rem !important
}

.form-control {
	border-color: #cfd8dc
}

.form-control:focus {
	border-color: #263238;
	box-shadow: none
}

.page-pretitle {
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #95aac9
}

.page-title {
	font-size: 16px;
	font-weight: 600;
	color: #90a4ae;
	line-height: 30px;
	margin-bottom: 20px
}

.page-category {
	color: #444;
	line-height: 1.8;
	margin-bottom: 25px
}

label {
	color: #607d8b;
	font-size: 0.9rem
}

.text-small {
	font-size: 12px
}

.text-medium {
	font-size: 13px
}

.text-large {
	font-size: 1.1rem !important
}

.metric-value {
	margin-bottom: 5px;
	line-height: 1;
	white-space: nowrap
}

.metric-label {
	font-size: .975rem;
	font-weight: 500;
	color: #686f76;
	white-space: nowrap;
	margin-bottom: 0
}

.fw-light {
	font-weight: 300 !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-mediumbold {
	font-weight: 400 !important
}

.fw-bold {
	font-weight: 600 !important
}

.fw-extrabold {
	font-weight: 700 !important
}

.op-9 {
	opacity: .9
}

.op-8 {
	opacity: .8
}

.op-7 {
	opacity: .7
}

.op-6 {
	opacity: .6
}

.op-5 {
	opacity: .5
}

.op-4 {
	opacity: .4
}

.op-3 {
	opacity: .3
}

body {
	min-height: 100vh;
	position: relative;
	background: /* #edf5f7 */ #ededed;
}

.w-px-100 {
	width: 100px
}

.w-px-20 {
	width: 20px
}

.text-bold {
	font-weight: 500
}

.no-bd {
	border: 0 !important
}

.icon-shadow {
	-webkit-box-shadow: 1px 1px 25px 0px rgba(18, 38, 63, 0.15);
	-moz-box-shadow: 1px 1px 25px 0px rgba(18, 38, 63, 0.15);
	box-shadow: 1px 1px 25px 0px rgba(18, 38, 63, 0.15)
}

.no-box-shadow {
	box-shadow: none !important
}

.mt--5,
.my--5 {
	margin-top: -3rem !important
}

.mt--4,
.my--4 {
	margin-top: -1.5rem !important
}

.mt--3,
.my--3 {
	margin-top: -1rem !important
}

.mt--2,
.my--2 {
	margin-top: -.5rem !important
}

.mt--1,
.my--1 {
	margin-top: -.25rem !important
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.clear {
	clear: both
}

.cursor-pointer {
	cursor: pointer
}

.wrapper {
	min-height: 100vh;
	position: relative;
	top: 0;
	height: 100vh
}
/* 
.main-header {
	background: #1e2227;
	min-height: 55px;
	width: 100%;
	position: fixed;
	z-index: 1001;
	padding-top: 5px;
	box-shadow: inset 0 -1px 0 0 #e9ecef;
    border-bottom: 1px solid #e9e9e9;
} */
 
.main-header {
    background: #1e2227;
    min-height: 55px;
    width: 100%;
    position: fixed;
    z-index: 1001;
    box-shadow: 0px 0px 5px rgba(18, 23, 39, 0.5);
}
.fixed-2 {
	top: 100px !important;
	transition: 0.3s;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	height: 50px !important;
	padding-top: 5px !important;
}

.fixed-right {
	position: fixed;
	right: 0;
	width: 33%
}

.fa-arrows-alt {
	cursor: move
}

.main-header .navbar-header {
	/* height: 43px */
	min-height: 55px;
}
.navbar-header {
    padding: 0px 15px;
}
.main-header .navbar-header .btn-toggle {
	margin-right: 30px;
	margin-left: 20px
}

/* .logo-header {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 60px;
	color: #333;
	z-index: 1001;
	font-size: 17px;
	font-weight: 400;
	z-index: 1001;
	display: none;
	align-items: center;
	position: relative;
	transition: all .3s
} */
.logo-header {
    float: left;
    width: 95px;
    height: 55px;
    line-height: 60px;
    color: #333333;
    z-index: 1001;
    font-size: 17px;
    font-weight: 400;
    padding-left: 5px;
    /* padding-right: 25px; */
    /* z-index: 1001; */
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.logo-header .big-logo {
	margin-right: 8px
}

.logo-header .big-logo:hover {
	text-decoration: none
}

.logo-header .big-logo .logo-img {
	width: 35px;
	height: 35px
}

.logo-header .logo {
	color: #575962;
	opacity: 1;
	position: relative;
	height: 100%
}

.logo-header .logo:hover {
	text-decoration: none
}

.logo-header .logo .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0;
    margin-right: 0;
    width: 90px;
    border-radius: 0.5rem;
}

.logo-header .nav-toggle {
	position: absolute;
	top: 0;
	right: 18px;
	z-index: 5
}

.logo-header .navbar-toggler {
	padding-left: 0;
	padding-right: 0;
	opacity: 0;
	display: none
}

.logo-header .navbar-toggler .navbar-toggler-icon {
	height: 1em;
	width: 1em;
	color: #545454;
	font-size: 22px
}

.logo-header .more {
	background: 0 0;
	border: 0;
	font-size: 22px;
	padding: 0;
	opacity: 0;
	width: 0;
	display: none
}

.btn-toggle {
	font-size: 20px !important;
	line-height: 20px;
	padding: 0 !important;
	background: 0 0 !important;
	color: #575962 !important
}

.btn-toggle:focus,
.btn-toggle:hover {
	opacity: 1
}

#search-nav {
    flex: 1;
    max-width: 30%;
	padding: 0 20px;
    transition: all .4s;
}
#search-nav.focus {
    max-width: 500px;
}

.main-panel {
	position: relative;
	width: calc(100% - 45px);
	height: 100vh;
	min-height: 100%;
	float: right;
	transition: all .3s
}

.main-panel>.content {
	min-height: calc(100% - 123px);
	margin-top: 120px;
	overflow: auto
}

.main-panel>.content-full {
	padding: 0 !important;
	min-height: calc(100% - 123px);
	margin-top: 63px
}

.page-header, .fixed-2 {
    display: flex;
    align-items: center; 
    padding: 0px 0px 0px 10px;
    position: fixed;
    top: 65px; 
    /* left: 0; */
     background: #ededed;
     z-index: 4;
    /* right: 20px;
    height: 40px; */
    /* box-shadow: 0 5px 30px rgba(0, 0, 0, .05);  */
    border-radius: 5px;
    padding-left: 85px;
    /* justify-content: space-between; */
    width: 100%;
    padding-right: 20px;
	transition: all .3s;
  }

.main-panel .page-header .page-title {
	margin-bottom: 0
}

.main-panel .page-header .btn-page-header-dropdown {
	width: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0;
	color: #6b6b6b;
	box-shadow: 0 2px 14px 0 rgba(144, 116, 212, .1) !important;
	border: 0
}

.main-panel .page-header .btn-page-header-dropdown:after {
	display: none
}

.main-panel .page-header .dropdown-menu {
	margin-top: 15px;
	top: 0 !important
}

.main-panel .page-header .dropdown-menu:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	right: 32px;
	content: ''
}

.main-panel .page-divider {
	height: 0;
	margin: .3rem 0 1rem;
	overflow: hidden;
	border-top: 1px solid #ebecec
}

.list-group-item {
	padding: 0.5rem 1.25rem;
}

.list-group.crm_custFields {
	display: block;
	text-align: center
}

.list-group.crm_custFields li {
	display: inline-block;
	width: 48%;
	padding: .5rem 1rem;
	text-align: left
}

.page-wrapper {
	min-height: calc(100vh - 57px);
	position: relative;
	padding: 1rem;
}

.page-wrapper.has-sidebar .page-inner {
	margin-right: 22rem
}

.page-navs {
	position: relative;
	display: block;
	padding-right: 1rem;
	padding-left: 1rem;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07);
	z-index: 1
}

.page-navs .nav .nav-link {
	padding: 1rem !important
}

.page-navs .nav-line {
	border: 0 !important
}

.page-navs .nav-line .nav-link {
	border-bottom-width: 3px !important
}

.nav-scroller .nav {
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap
}

@media (min-width: 992px) {
	.page-navs {
		padding-right: 2rem;
		padding-left: 2rem
	}
}

.page-inner {
	padding: 1.5rem 0
}

@media (min-width: 576px) {
	.page-inner {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

@media (min-width: 992px) {
	.page-inner {
		padding-right: 2rem;
		padding-left: 2rem
	}
}

.page-inner-fill {
	padding: 0;
	height: calc(100% - 150px);
	display: flex;
	flex-direction: column
}

.page-sidebar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 22rem;
	box-shadow: none;
	transform: translate3d(100%, 0, 0);
	overflow: auto;
	z-index: 2;
	background: #ebecec;
	transition: transform .2s ease-in-out;
	border-left: 1px solid rgba(61, 70, 79, .125) !important;
	border-top: 1px solid rgba(61, 70, 79, .125) !important;
	padding: 5px;
	border-radius: 5px 0 0 0;
}

.page-sidebar .back {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem;
	box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
	font-size: 15px
}

.page-sidebar-section {
	flex: 1;
	overflow-y: auto
}

@media (min-width: 1200px) {
	.page-sidebar {
		transform: translateZ(0)
	}
}

@media (max-width: 1200px) {
	.page-wrapper.has-sidebar .page-inner {
		margin-right: 0
	}

	.pagesidebar_open .page-sidebar {
		transform: translate3d(0, 0, 0) !important;
		max-width: unset
	}
}

.page-with-aside {
	display: flex
}

.page-with-aside .page-aside {
	width: 230px;
	min-height: 100vh;
	border-right: 1px solid #f1f1f1;
	padding: 15px 0
}

.page-with-aside .page-aside .aside-header {
	padding: 15px 22px
}

.page-with-aside .page-aside .aside-header .title {
	font-size: 24px
}

.page-with-aside .page-aside .aside-header .description {
	font-size: 12px
}

.page-with-aside .page-aside .aside-nav .nav {
	flex-direction: column
}

.page-with-aside .page-aside .aside-nav .nav>li {
	padding: 8px 22px;
	margin-bottom: 5px
}

.page-with-aside .page-aside .aside-nav .nav>li.active,
.page-with-aside .page-aside .aside-nav .nav>li:focus,
.page-with-aside .page-aside .aside-nav .nav>li:hover {
	background: rgba(51, 51, 51, .08)
}

.page-with-aside .page-aside .aside-nav .nav>li.active {
	padding: 12px 22px;
	font-weight: 600
}

.page-with-aside .page-aside .aside-nav .nav>li.active>a {
	color: #575962 !important
}

.page-with-aside .page-aside .aside-nav .nav>li>a {
	color: #83848a;
	display: flex;
	align-items: center;
	font-size: 12px
}

.page-with-aside .page-aside .aside-nav .nav>li>a:focus,
.page-with-aside .page-aside .aside-nav .nav>li>a:hover {
	text-decoration: none
}

.page-with-aside .page-aside .aside-nav .nav>li.active>a i {
	color: #1a2035;
}

.page-with-aside .page-aside .aside-nav .nav>li>a i {
	font-size: 20px;
	margin-right: 15px;
	color: #a1a2a6
}

.page-with-aside .page-aside .aside-nav .label {
	padding: 5px 22px;
	margin-top: 22px;
	margin-bottom: 5px;
	display: block
}

.page-with-aside .page-aside .aside-compose {
	padding: 25px 22px
}

.page-with-aside .page-content {
	width: calc(100% - 230px)
}

.htmlPDF .page-with-aside .page-aside {
	min-height: auto;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 0px 0px 5px 0px
}

.htmlPDF .htmlPdfEdit {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	right: 100px
}

.htmlPDF iframe {
	border: none;
	min-height: 80vh
}

@media screen and (min-width: 991px) {
	.sidebar_minimize .companyName {
		width: 90%;
	}

	.sidebar_minimize .page-header,
	.sidebar_minimize .fixed-2 {
		padding-left: 125px;
		/* left: 40px !important;
		width: calc(100% - 155px) !important; */
	}

	.sidebar_minimize .main-panel,
	.sidebar_minimize .page-header,
	.sidebar_minimize .viewport {
		/* width: calc(100% - 100px);
		transition: all .3s;
		left: initial;
        margin-left: 40px; */
	}

	.sidebar_minimize .logo-header {
		width: 120px;
		transition: all .3s;
		/* padding: 0; */
		text-align: center
	}
    /* .sidebar_minimize .outerPort {
        margin-left: 45px;
    } */

	.sidebar_minimize .logo-header .big-logo {
		margin-right: 0
	}

	/* .sidebar_minimize .logo-header .logo {
		position: absolute;
		transform: translate3d(25px, 0, 0);
		opacity: 0
	} */

	/* .sidebar_minimize .logo-header .logo img {
		display: block;
	} */

	.sidebar_minimize .logo-header .nav-toggle {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		right: 0 !important
	}

	.sidebar_minimize .sidebar {
		width: 100px;
		transition: all .3s
	}

	.sidebar_minimize .sidebar .sidebar-wrapper {
		width: 75px;
		transition: all .3s
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .user {
		padding-left: 0;
		padding-right: 0
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .user[class^=avatar-] {
		float: none !important;
		margin: auto
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .user .info {
		display: none
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .user .info span {
		display: none
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item {
		position: relative
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .letter-icon {
		display: block !important
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a i {
		margin-right: unset
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .badge,
	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .caret,
	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a p,
	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a span {
		display: none;
		transition: all .3s
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .sidebar-mini-icon {
		display: block !important;
		margin-right: 0
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item.active .nav-collapse,
	.sidebar_minimize .sidebar .sidebar-wrapper .nav-item.submenu .nav-collapse {
		display: none
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-section .text-section {
		display: none
	}

	.sidebar_minimize .sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
		display: block
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper {
		width: 75px
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .user {
		padding-left: 15px;
		padding-right: 15px
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .user[class^=avatar-] {
		float: left !important;
		margin-right: 11px !important
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .user .info {
		display: block
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .user .info span {
		display: block
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a i {
		margin-right: 0px
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .badge,
	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .caret,
	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a p,
	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a span {
		display: block
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .sidebar-mini-icon {
		display: block !important;
		margin-right: 15px
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item.active .nav-collapse,
	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item.submenu .nav-collapse {
		display: block
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-section .sidebar-mini-icon {
		display: none
	}

	.sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-section .text-section {
		display: block
	}

	.sidebar_minimize.sidebar_minimize_hover .logo-header {
		width: 250px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: left
	}

	.sidebar_minimize.sidebar_minimize_hover .logo-header .logo {
		opacity: 1 !important;
		transform: translate3d(0, 0, 0) !important;
		position: relative !important
	}

	.sidebar_minimize.sidebar_minimize_hover .logo-header .logo img {
		display: inline-block !important
	}

	.sidebar_minimize.sidebar_minimize_hover .main-panel {
		width: calc(100% - 250px)
	}

	.sidebar_minimize_hover .logo-header .nav-toggle {
		right: 18px !important;
		transform: translateX(0) !important;
		left: unset
	}
}

.overlay-sidebar:not(.is-show) .sidebar {
	left: -250px
}

.overlay-sidebar .main-panel {
	width: 100% !important
}

@media screen and (min-width: 991px) {
	.compact-wrapper .main-header .logo-header {
		width: 175px
	}

	.compact-wrapper .sidebar {
		width: 175px
	}

	.compact-wrapper .sidebar .badge {
		position: absolute;
		top: 8px;
		right: 8px
	}

	.compact-wrapper .sidebar .text-section {
		text-align: center
	}

	.compact-wrapper .sidebar .nav>.nav-item a {
		flex-direction: column
	}

	.compact-wrapper .sidebar .nav>.nav-item a i {
		margin-right: 0
	}

	.compact-wrapper .sidebar .nav>.nav-item a p {
		margin-right: 0
	}

	.compact-wrapper .sidebar .nav>.nav-item a .caret {
		display: none
	}

	.compact-wrapper .sidebar .nav-collapse li a .sub-item {
		margin-left: 0;
		text-align: center
	}

	.compact-wrapper .sidebar .nav-collapse li a .sub-item:before {
		display: none
	}

	.compact-wrapper .main-panel {
		width: calc(100% - 175px)
	}
}

.classic-wrapper {
	height: unset
}

.classic-wrapper .main-panel {
	height: unset
}

.classic-wrapper .footer {
	position: unset
}

.classic-grid {
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.mail-wrapper .toggle-email-nav {
	margin-top: 10px;
	display: none
}

.mail-wrapper .mail-content .email-head,
.mail-wrapper .mail-content .inbox-head {
	padding: 35px 25px 20px
}

.mail-wrapper .mail-content .email-head h3,
.mail-wrapper .mail-content .inbox-head h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 0
}

.mail-wrapper .mail-content .email-head {
	padding: 35px 25px;
	border-bottom: 1px solid #f1f1f1
}

.mail-wrapper .mail-content .email-head .favorite {
	color: #eee;
	margin-right: 5px
}

.mail-wrapper .mail-content .email-head .favorite.active {
	color: #ffc600
}

.mail-wrapper .mail-content .email-head .controls {
	margin-left: auto
}

.mail-wrapper .mail-content .email-head .controls>a {
	color: #9c9c9c;
	font-size: 18px;
	padding: 0 5px
}

.mail-wrapper .mail-content .email-head .controls>a:hover {
	text-decoration: none;
	opacity: .8
}

.mail-wrapper .mail-content .email-head .controls>a:last-child {
	padding-right: 0
}

.mail-wrapper .mail-content .email-sender {
	padding: 14px 25px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #f1f1f1
}

.mail-wrapper .mail-content .email-sender .avatar {
	padding-right: 12px
}

.mail-wrapper .mail-content .email-sender .avatar img {
	max-width: 30px;
	max-height: 30px;
	border-radius: 50%
}

.mail-wrapper .mail-content .email-sender .date {
	margin-left: auto
}

.mail-wrapper .mail-content .email-sender .sender .action {
	display: inline-block
}

.mail-wrapper .mail-content .email-sender .sender .action>a {
	cursor: pointer
}

.mail-wrapper .mail-content .email-body {
	padding: 30px 28px
}

.mail-wrapper .mail-content .email-attachments {
	padding: 25px 28px;
	border-top: 1px solid #f1f1f1
}

.mail-wrapper .mail-content .email-attachments .title {
	font-weight: 400;
	margin-bottom: 10px
}

.mail-wrapper .mail-content .email-attachments .title span {
	font-weight: 400
}

.mail-wrapper .mail-content .email-attachments ul {
	padding-left: 0;
	list-style: none
}

.mail-wrapper .mail-content .email-attachments ul li {
	padding: 6px 0
}

.mail-wrapper .mail-content .email-attachments ul li a {
	font-weight: 400
}

.mail-wrapper .mail-content .email-attachments ul li a:hover {
	text-decoration: none
}

.mail-wrapper .mail-content .email-attachments ul li a i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle
}

.mail-wrapper .mail-content .email-attachments ul li a span {
	font-weight: 400
}

.mail-wrapper .mail-content .inbox-body {
	padding: 20px 0
}

.mail-wrapper .mail-content .inbox-body .mail-option {
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex
}

.mail-wrapper .mail-content .inbox-body .mail-option .chk-all {
	display: inline-block
}

.mail-wrapper .mail-content .inbox-body .mail-option .btn-option {
	color: #555 !important;
	border: 1px solid #ebedf2 !important;
	font-weight: 600;
	background: #fff !important;
	box-shadow: 2px 2px 3px 0 #f2f1f1 !important
}

.mail-wrapper .mail-content .inbox-body .mail-option .form-check {
	padding: 0
}

.mail-wrapper .mail-content .inbox-body .mail-option .form-check .form-check-sign:before {
	border: 1px solid #eee;
	background: #eee
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item {
	padding: 14px 20px;
	display: table;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	width: 100%;
	border-top: 1px solid #f1f1f1
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover {
	background: #f6f5f5
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions,
.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail {
	vertical-align: top;
	display: table-cell
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions {
	width: 50px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .custom-checkbox {
	margin-right: 0
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite {
	color: #eee;
	font-size: 18px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite:hover {
	text-decoration: none;
	color: #969696
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite.active,
.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-actions .favorite.active:hover {
	color: #ffc600
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .msg,
.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail p {
	font-size: 12px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .msg {
	margin-bottom: 0;
	margin-top: 8px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .from {
	font-size: 13px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .date {
	font-size: 12px;
	display: flex;
	align-items: center
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item .email-list-detail .date .paperclip {
	font-size: 16px;
	padding-right: 4px
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread {
	font-weight: 400;
	background: #fbfbfb
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread:after {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	background: #1572e8;
	top: -1px;
	left: 0;
	bottom: -1px;
	height: calc(100% + 2px)
}

.mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread .email-list-detail .from {
	font-weight: 600
}

.mail-wrapper .mail-content .email-compose-fields,
.mail-wrapper .mail-content .email-editor {
	padding: 20px 25px
}

.mail-wrapper .mail-content .email-compose-fields {
	padding: 20px 25px;
	border-bottom: 1px solid #f1f1f1
}

.mail-wrapper .mail-content .email-action {
	text-align: right;
	margin-bottom: 15px
}

.mail-wrapper .mail-content .email-action>.btn {
	margin-right: 7px
}

.mail-wrapper .mail-content .email-action>.btn:last-child {
	margin-right: 0
}

.flex-1 {
	-ms-flex: 1;
	flex: 1
}

.metric {
	display: flex;
	padding: 1rem;
	flex-direction: column
}

.badge {
	border-radius: 50px;
	margin-left: auto;
	line-height: 1;
	padding: 6px 10px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 11px;
	/* border: 1px solid #ddd; */
	margin: 2px;
}

.badge-default {
	background: #6c757d;
	color: #fff !important
}

.badge-primary {
	background: #1572e8
}

.badge-secondary {
	background: #6861ce
}

.badge-info {
	background: #0092e4
}

.badge-success {
	background-color: #31ce36
}

.badge-warning {
	background: #ffad46;
	color: #fff !important
}

.badge-danger {
	background-color: #f25961
}

.toggle-on.btn {
	color: #fff !important
}

.toggle-handle {
	background: #fff !important
}

.toggle-handle:hover {
	background: #fff !important
}

.btn-round .toggle-handle {
	border-radius: 50px
}

.btn-rounded {
	border-radius: 60px !important
}

.btn-full {
	width: 100%
}

.btn-no-radius {
	border-radius: 0
}

.field-access {
	font-size: 14px !important;
	font-weight: 600
}

.sticky-wrap th {
	background-color: #f5f5f9 !important;
	color: #607d8b !important
}

.card.currencyPop {
	position: absolute;
	left: 15px;
	width: auto;
	top: 40px;
	right: 15px
}

.detailList ul {
	margin: 0;
	padding: 0
}

.detailList ul li {
	list-style: none
}

.viewport {
	background: transparent;
	bottom: 0;
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 105px;
    margin-left: 80px;
	transition: all .4s;
}

.view--hor-scroll {
	overflow-x: auto;
	height: 100%
}

.view {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	position: relative
}

.view-xl {
	width: 100%
}

.p_Settings {
	position: relative;
	top: 35px;
	background: transparent;
	padding: 10px;
	border-radius: 0.5rem
}

.workFlow_rules .workFlow-row:last-child {
	border-bottom: 1px solid #ebeff3
}

.workFlow_rules .workFlow-row {
	background: #f5f7f9;
	border-top: solid 1px #ebeff3
}

.workFlow_conditions {
	padding: 5px 5px 5px 15px;
	position: relative;
	vertical-align: middle
}

.workFlow_conditions .workflow-inc {
	color: #333;
	content: counter(row);
	counter-increment: row;
	float: left;
	font-size: 0.8rem;
	left: 15px;
	position: absolute;
	text-align: center;
	top: 10px
}

.apiFlows ol.workFlow_Count:nth-child(2) {
	height: calc(100vh - 360px);
	overflow: auto;
}

.workFlow_Count {
	counter-reset: row;
	list-style: none;
	padding: 0
}

.workFlow_conditions span.workflow-inc {
	position: absolute;
	left: 5px;
	top: 10px
}

.workFlow_conditions span.svgIcon {
	position: relative;
	top: 0;
	left: 0
}

.border_bottom {
	border-bottom: 1px solid #ced4da !important
}

.texteditor_height {
	height: 200px !important
}

.texteditor_height div div div div div {
	margin: 0px 0px !important
}

.newMail_custom {
	border-bottom: 1px solid #ced4da !important
}

.cursor_pointer {
	cursor: pointer
}

.drillComponent .drilldown {
	width: auto !important;
}

.drilldown-sub {
	display: none;
	width: 100%;
	position: absolute;
	top: 2px;
	z-index: 9
}

.drilldown-container.multilookDropdown.dropdown-menu.show,
.drilldown-sub.active {
	border: 1px solid rgba(0, 0, 0, .15)
}

.drilldown-sub.active {
	display: block;
	padding-bottom: 5px;
	background: #fff;
	height: 15rem;
	overflow-y: auto;
	left: 100%;
	z-index: 99
}

.drilldown-sub.next {
	animation: mymove 0.2s ease-in-out;
	left: 0%
}

@keyframes mymove {
	from {
		left: 100%
	}

	to {
		left: 0%
	}
}

.drilldown-sub.back {
	animation: moveback 0.2s ease-in-out;
	left: 0%
}

@keyframes moveback {
	from {
		left: -100%
	}

	to {
		left: 0%
	}
}

.stamp {
	color: #fff;
	display: inline-block;
	min-width: 2rem;
	height: 2rem;
	padding: 0 .25rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 3px;
	font-weight: 600;
	background: #18315352
}

.stamp-md {
	min-width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem
}

.timelineTime>span {
	border-radius: 0.25rem 0.25rem 0 0
}

.timelineTime {
	position: absolute;
	top: -25px;
	right: 15px;
	z-index: 1
}

.timelineTime:before {
	content: "";
	border-right: 20px solid #48abf71c;
	border-top: 24px solid transparent;
	border-left: 37px solid transparent;
	position: absolute;
	top: 1px;
	left: -55px;
	z-index: -1;
	margin-left: 0
}

.timelineTime:before {
	content: "";
	border-right: 20px solid #48abf71c;
	border-top: 24px solid transparent;
	border-left: 37px solid transparent;
	position: absolute;
	top: 1px;
	left: -55px;
	z-index: -1;
	margin-left: 0
}

.comment {
	max-height: 80px;
	overflow: auto;
	display: inline-block;
	padding-right: 5px;
	white-space: normal;
	word-break: break-word
}

a.morelink {
	text-decoration: underline;
	color: #183241;
	font-weight: 900
}

.morecontent span {
	display: none
}

#sideOpen div,
#sideClose div {
	width: 20px;
	height: 2px;
	margin-bottom: 8px;
	transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms
}

#sideClose.active {
	position: fixed;

	left: 375px;
 
	cursor: pointer;
	z-index: 1999999;
}

#sideClose {
	position: fixed;
	left: 23%;
	cursor: pointer;
	z-index: 1999999;
}

#sideClose.active div {
	background-color: #343838
}

#sideClose.active #top {
	transform: translateY(10px) rotate(-135deg)
}

#sideClose.active #middle {
	opacity: 0;
	transform: rotate(135deg)
}

#sideClose.active #bottom {
	transform: translateY(-10px) rotate(-45deg)
}

#sideBox {
 
    position: fixed;
    z-index: 6;
    overflow: auto;
    top: 65px;
    left: -275px;
    width: 250px;
    opacity: 0;
    height: 100%;
    background-color: #ffffff;
    color: #343838;
    transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.3), 0 8px 10px -6px rgb(0 0 0 / 0.3);
    scrollbar-width: thin;
    border-radius: 10px;
 
}

#sideBox.active {
	left: 80px;
	opacity: 1;
	border-right: 1px solid #00000026;
}

#items {
	position: relative;
}

#items .item {
	position: relative;
	cursor: pointer;
	font-size: 0.9rem;
	padding: 15px 20px;
	transition: all 250ms;
	color: #6c757d;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#items .item:hover {
	color: #183241;
	background-color: rgb(249 250 251);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#items .item:hover:after,
#items .item.active:after {
	content: "\f0da";
	position: absolute;
	font-family: "Font Awesome 5 Solid";
	font-weight: 900;
	right: 10px;
	color: #183241
}

.sidebar2 #items .item:hover svg g[fill] {
	fill: #656d75
}

.sidebar2 #items .item.active svg g[fill] {
	fill: #f33446
}

.sidebar2 #items .item.active {
	color: #f74500;
	font-weight: 500;
	padding: 15px 20px;
	background-color: rgb(251 249 249)
}

#items .item.active:after {
	color: #f74500
}

.sidebar2 #items .item.active:hover {
	color: #d84c21;
	font-weight: 500;
	padding: 15px 20px;
	background-color: rgb(251 249 249)
}

.avatar-preview svg {
	width: 100px !important;
	height: 100px !important
}

.nav-item .quick-actions svg {
	width: 22px !important
}

.nav-item .quick-actions .quick-actions-item:hover svg g[fill] {
	fill: #ff5252 !important;
	opacity: 0.8
}

.nav-search .svgIcon svg {
	width: 22px;
	height: 22px
}

.svgIconFill svg g[fill],
.svgIconFill svg {
	fill: #B0BEC5;
	stroke: none
}

.svgEdit:hover svg path {
	fill: #009ef7;
	transition: fill .3s ease;
}

.svgDelete:hover svg path {
	fill: #f44336;
	transition: fill .3s ease;
}

.svgEllipsisV:hover svg path {
	fill: #181c32;
	transition: fill .3s ease;
}

li.nav-link svg g[fill] {
	fill: #6c757da3;
	stroke: none
}

.navi-text div:nth-child(2) {
	color: #002563
}

li.profile-list .navi-link svg g[fill],
.nav-item.focus.svgIconFill ul li.product-list .navi-link span svg g[fill] {
	fill: #80a1cb;
	stroke: none;
	fill-opacity: 0.7
}

li.profile-list .navi-link:hover svg g[fill],
li.product-list .navi-link:hover svg[fill] {
	fill-opacity: 1
}

li.profile-list .navi-link i {
	color: #80a1cb;
	opacity: 0.7
}

li.profile-list .navi-link:hover i {
	opacity: 1
}

li.product-list a.selected {
	background: #e9eef6;
	margin: 5px;
	border-radius: 5px;
}

li.product-list a i.productSelected {
	opacity: 0
}

li.product-list a.selected i.productSelected {
	opacity: 1
}

.navbar .navbar-nav .nav-item .nav-link.moduleSelect {
	background: #faebd7;
	color: #F44336 !important;
	font-weight: bold
}

.svgIconFill.svgTop svg [fill] {
	fill: #00afe9
}

.active.svgIconFill svg,
.active.svgIconFill svg path,
.active.svgIconFill svg circle,
.item.active svg path,
.item.active svg circle,
.sideMenu .active.svgIconFill svg path {
	fill: #f74500;
	stroke: none
}

.sidebar.sidebar-style-2 .svgIconFill:hover svg g[fill],
.sidebar.sidebar-style-2 .svgIconFill:hover svg {
	fill: #00AFE9;
	opacity: 0.8
}

.sidebar.sidebar-style-2 .active.svgIconFill svg[fill] {
	fill: #00AFE9
}

.navbar.navbar-header .svgIconFill svg .icontopUser {
	width: 28px
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active.svgIconFill>a:before {
	background: #f74500 !important
}

.settings-card .col-icon span svg[fill] {
	fill: #00AFE9
}

.bg-body {
	background: #fcfcfda6
}

.bg-overlay.overlayVisible,
.sidebarOverlay.overlayVisible {
	opacity: 1;
	pointer-events: auto
}

.bg-overlay,
.sidebarOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1010;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s
}

.sidebarOverlay {
	z-index: 2;
}

.reminderOuter {
	position: absolute;
	left: 50%;
	top: 15px !important;
	z-index: 1011
}

.reminderOuter .reminderBasic {
	position: relative;
	left: -50%
}

.reminderOuter .reminderRepeat {
	position: absolute;
	left: -50%;
	top: 0;
	right: 50%
}

.snoozeOuter {
	position: fixed;
	left: 20px;
	bottom: 25px;
	z-index: 1030
}

.snoozeOuter .snoozeBox {
	width: 350px;
	position: relative;
	border-left: 5px solid #FDE3A7;
	border-radius: 0.25rem;
	padding: 0;
	-webkit-box-shadow: 0px 0px 52px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 52px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 52px 10px rgba(0, 0, 0, 0.3)
}

.custom-template .email-attachments .title {
	font-weight: 500;
	margin-bottom: 10px;
	background: transparent;
	padding: 0;
	color: #1a2035
}

.email-attachments .title span {
	font-weight: 500
}

.email-attachments ul {
	padding-left: 0px;
	list-style: none
}

.email-attachments ul li {
	padding: 6px 0
}

.email-attachments ul li a {
	font-weight: 500
}

.email-attachments ul li a:hover {
	text-decoration: none
}

.email-attachments ul li a i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle
}

.email-attachments ul li a span {
	font-weight: 500
}

#profileID .cls-1 {
	fill: #e5e9fb
}

#profileID .cls-2 {
	fill: #575962
}

#profileID .cls-2,
#profileID .cls-3,
#profileID .cls-5,
#profileID .cls-6 {
	fill-rule: evenodd
}

#profileID .cls-3 {
	fill: #6c757d
}

#profileID .cls-4 {
	fill: #f8ca8c
}

#profileID .cls-5 {
	fill: #9d6927
}

#profileID .cls-6 {
	fill: #6c757d
}

.sortAsc span svg #arrow_drop_up[fill] {
	fill: #212121
}

.sortDes span svg #arrow_drop_down[fill] {
	fill: #212121
}

.sortingTag .sortTag[data-role="remove"] {
	margin-left: 5px;
	cursor: pointer
}

.sortingTag .sortTag[data-role="remove"]:after,
.sortClear:after {
	content: "x";
	color: #EA4335;
	padding: 0px 5px 0px 0px
}

.sortTag {
	float: left;
	margin: 0 0 7px 15px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #963;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .4);
	padding: 1px 0px 1px 10px;
	border-top: 1px solid #d99d38;
	border-right: 1px solid #d99d38;
	border-bottom: 1px solid #d99d38;
	-webkit-border-radius: 0 0.25em 0.25em 0;
	-moz-border-radius: 0 0.25em 0.25em 0;
	border-radius: 0 0.25em 0.25em 0;
	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#feda71', EndColorStr='#feba47');
	-webkit-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0, 0, 0, .1)
}

.sortTag:before {
	content: '';
	width: 1.30em;
	height: 1.358em;
	background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#feda71', EndColorStr='#feba47');
	position: absolute;
	left: -0.69em;
	top: .2em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid #d99d38;
	border-bottom: 1px solid #d99d38;
	-webkit-border-radius: 0 0 0 0.25em;
	-moz-border-radius: 0 0 0 0.25em;
	border-radius: 0 0 0 0.25em;
	z-index: 1;
}

.sortTag:after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	background: #fff;
	-webkit-border-radius: 4.167em;
	-moz-border-radius: 4.167em;
	border-radius: 4.167em;
	border: 1px solid #d99d38;
	-webkit-box-shadow: 0 1px 0 #faeaba;
	-moz-box-shadow: 0 1px 0 #faeaba;
	box-shadow: 0 1px 0 #faeaba;
	position: absolute;
	top: 0.667em;
	left: -0.083em;
	z-index: 1;
}

.sortTag:hover {
	background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fee18d', EndColorStr='#fec86c');
	border-color: #e1b160
}

.sortTag:hover:before {
	background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
	background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#fee18d', EndColorStr='#fec86c');
	border-color: #e1b160
}

.multiple-task[size],
.fixed-height {
	height: auto !important;
	max-height: 156px !important
}

.overflowY-auto {
	overflow-y: auto
}

.fixedHeight {
	height: calc(50vh - 100px);
	overflow: auto;
}

.detailViewAudit {
	padding: 10px;
	position: fixed;
	bottom: 0;
	background: ghostwhite;
	right: 0;
	min-width: 22rem
}

.cursorNotallow {
	cursor: no-drop
}

.cursorText {
	cursor: text !important;
}

.noAccess,
li.disabled {
	cursor: not-allowed !important;
	opacity: 0.5;
}

.noAccess {
	background: #dacbcb !important;
	border-color: #bd9696 !important;
	pointer-events: none !important;
}

.emailDataPreview {
	bottom: 50px;
	position: absolute;
	top: 55px;
	width: 100%
}

.emailDataPreview .fromInput {
	border-bottom: 1px solid #ced4da !important
}

.row-card-no-pd[class*=col] .card:before {
	position: absolute;
	height: calc(100%);
	width: 1px;
	background: #eee;
	content: '';
	right: 0px
}

.row-card-no-pd[class*=col]:last-child .card:before {
	width: 0px
}

.dataForecast:hover {
	background: #fafafa;
	border-radius: 0.25rem
}

.card .img-wrap {
	overflow: hidden
}

.icontext {
	display: inline-flex;
	align-items: center;
	vertical-align: middle
}

.icontext p {
	margin-bottom: 0
}

.icontext .text {
	width: 100%
}

.icontext .icon {
	position: relative;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0
}

.icontext .title {
	display: block;
	margin-bottom: 0
}

.tag {
	display: inline-block;
	padding: 3px 7px;
	background: #2f2f2f;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-top: 4px;
	margin-right: 2px;
	font-size: 85%
}

.ratesShipping .bootstrap-tagsinput .tag,
.valueTags {
	display: inline-block;
	padding: 2px 7px;
	background: #eaf2ff;
	border-radius: 25px;
	margin-top: 4px;
	margin-right: 2px;
	font-size: 80%;
	color: #0c59f1;
	font-weight: 600
}

.icon-control {
	margin-top: 5px;
	float: right;
	font-size: 80%
}

.card-header .title {
	margin-bottom: 0;
	line-height: 1.5
}

.filter-group {
	border-bottom: 1px solid #fefefe
}

.filter-group .card-header {
	border-bottom: 0
}

.filter-group:last-child {
	border-bottom: 0
}

.card-product-list .info-aside,
.card-product-list .info-beside {
	padding: 1.5rem 1rem;
	border-left: 1px solid #e4e4e4;
	height: 100%
}

.card-product-list .info-beside {
	border-right: 1px solid #e4e4e4;
	border-left: 0
}

.ratesShipping .activity-feed .feed-item::after {
	background: #abcbff !important
}

.xtab,
.xtab tr,
.xtab td,
.xtab th,
.xtab input,
.xtab select,
.xtab textarea {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse
}

.xtab input[type=text] {
	height: 25px !important;
}

.xtab textarea {
	resize: none;
}

table.xtab {
	border: solid 1px #e2e3e3
}

.xtab td,
.xtab th {
	border: solid 1px #e2e3e3;
	height: 27px;
	text-align: center
}

.xtab thead th,
.xtab tbody tr th,
.xtab tbody tr:first-child td {
	background-color: #f8f9fa;
	font-weight: normal;
	text-align: center;
}

.xtab tbody tr th {
	padding: 0px 10px
}

.xtab tbody tr:first-child td {
	background-color: #fff;
	min-width: 150px
}

.xtab thead tr:first-child th {
	min-width: 125px
}

.xtab thead tr:first-child th:first-child {
	min-width: 35px !important
}

.xtab input,
.xtab select,
.xtab textarea {
	padding: 0 3px;
	width: 100%
}

.xtab input.number {
	text-align: right
}

.xtab input:focus,
.xtab select:focus,
.xtab textarea:focus {
	border: solid 1px blue
}

.xtab thead tr:first-child th:first-child {
	border: 4px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc
}

.xtab thead tr:first-child th,
.xtab tbody tr th {
	border-color: #c0c0c0 !important;
	font-size: 80%;
	color: #787b7f
}

.xtab tbody tr:hover {
	visibility: visible;
}

.xtab tbody tr:hover th:first-child,
.xtab tbody tr:hover td:first-child,
.xtab tbody tr:hover th:before input:checked {
	background-color: #607d8b;
}

.xtab th {
	position: relative;
}

.xtab tbody tr th .sheetCheckbox input:checked {
	background: antiquewhite;
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
}

.xtab tbody tr:hover td input[type="text"],
.xtab tbody tr:hover td input[type="checkbox"] {
	background-color: #CFD8DC !important;
	cursor: pointer;
}

.xtab tbody tr th input[type="checkbox"] {
	display: none;
}

.xtab tbody tr:hover th input[type="checkbox"] {
	display: block;
}

.xtab tbody tr th input:checked {
	display: block;
	background: antiquewhite;
}

.xtab tbody tr th .sheetCheckbox {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	bottom: 0;
	right: 0;
}

.uploadSheet.xtab tbody tr:nth-child(1) td {
	background-color: #FAFAFA;
	font-weight: bold
}

.uploadSheet.xtab tbody tr:nth-child(3) td {
	background-color: #EEE;
	font-weight: bold
}

.uploadSheet.xtab tbody tr:nth-child(5) td {
	background-color: #E0E0E0;
	font-weight: bold
}

.custom-file-input:focus~.custom-file-label {
	box-shadow: none;
	border-color: #263238
}

.tableOverlay {
	background-color: #fcfcfc;
	filter: alpha(opacity=50);
	align-items: center;
	position: fixed;
	top: 125px;
	bottom: 0;
	right: 0;
	left: 10px;
	z-index: 1111;
	display: block;
	opacity: 0.8
}

#shapeTabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}

#shapeTabs li {
	float: left;
	margin: 0 .5em 0 0
}

#shapeTabs a {
	position: relative;
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	padding: .3em 1.5em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4)
}

#shapeTabs a:hover,
#shapeTabs a:hover::after {
	background: #f1f1f1
}

#shapeTabs a:focus {
	outline: 0
}

#shapeTabs a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
	width: 1em;
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-ms-transform: skew(10deg);
	-o-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0
}

#shapeTabs .current a,
#shapeTabs .current a::after {
	background: #fff;
	z-index: 3
}

.xtab .rdtPicker tbody tr td {
	max-width: auto;
	min-width: 30px;
	border: 0px
}

.xtab .rdtPicker tr th {
	max-width: auto;
	min-width: 30px;
	border: 0px;
	font-weight: 700;
	background-color: #fff
}

.xtab .rdtPicker th.rdtPrev {
	border: 0px !important
}

.xtab .rdtTimeToggle {
	background-color: #fff
}

.subformTable .rdtPicker tbody tr td {
	max-width: auto;
	min-width: 30px;
	border: 0px
}

.subformTable .rdtPicker tr th {
	max-width: auto;
	min-width: 30px;
	border: 0px;
	font-weight: 700;
	background-color: #fff
}

.subformTable .rdtPicker th.rdtPrev {
	border: 0px !important
}

.subformTable .rdtTimeToggle {
	background-color: #fff
}

.subformTable th {
	min-width: 130px
}

.assignTree {
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	width: 100%
}

.assignTree li {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0 5px;
	position: relative
}

.assignTree li::before,
.assignTree li::after {
	content: '';
	left: -20px;
	position: absolute;
	right: auto
}

.assignTree li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.assignTree li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px
}

.assignTree li span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none
}

.assignTree li.parent_li>span {
	cursor: pointer
}

.assignTree>ul>li::before,
.assignTree>ul>li::after {
	border: 0
}

.assignTree li:last-child::before {
	height: 30px
}

.bootstrap-tagsinput .tag2 {
	margin-right: 2px;
	color: white
}

.bootstrap-tagsinput .tag2[data-role="remove"] {
	margin-left: 8px;
	cursor: pointer
}

.bootstrap-tagsinput .tag2[data-role="remove"]:after {
	content: "x";
	padding: 0px 2px
}

.bootstrap-tagsinput .tag2[data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.bootstrap-tagsinput .tag2[data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.tag2 {
	display: inline-block;
	padding: 3px 7px;
	background: #607D8B;
	border-radius: 3px;
	color: #CFD8DC !important;
	margin-top: 4px;
	margin-right: 2px;
	font-size: 90%
}

.select-dropdown .btn-group li .item:hover {
	background-color: #f3f3f3
}

.select-dropdown .btn-group li .item {
	padding: 8px 5px;
	border-bottom: 1px solid #f1f1f1;
	color: #535f6b
}

.selectgroup-input:checked+.selectgroup-button svg[fill] {
	fill: #f44336
}

.crmFoldersList label.selected {
	background: gainsboro;
	border-radius: 0.25rem
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	opacity: 0.5;
	background-color: #000
}

.overallSearch_bg {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
	position: absolute;
	z-index: 5;
	border-radius: 0.25rem;
	margin-top: 2px
}

.overallSearch_bg .search_Header {
	height: 35px;
	background-color: #fafafa;
	padding: 12px;
	position: relative
}

.search_Body {
	margin: 18px 24px 20px;
	overflow-x: auto;
	white-space: nowrap;
	border-radius: 2px;
	height: 250px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.search_Header .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: .8;
	font-size: 15px;
	font-weight: 700
}

.tagContent {
	padding: 2px 0;
	font-size: 14px;
	width: 195px
}

.tagInner {
	cursor: pointer;
	padding: 3px 0
}

.tagInner .tagInnerWid {
	width: 100%
}

.taglabel {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block
}

/* .tagText {
	vertical-align: middle;
	color: #212121;
	display: inline-block;
	width: calc(100% - 25px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0.25rem;
	border: 1px dotted rgba(0, 0, 0, .1);
	padding-left: 2px
} */
.tagText::before {
    position: absolute;
    content: "";
    border-left: 3px solid #ff6b32;
    height: 100%;
    left: 0px;
    top: 0;
    border-radius: 0.5rem;
}
.tagText {
    vertical-align: middle;
    color: #212121;
    display: inline-block;
    width: calc(100% + 35px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    font-size: 0.9rem;
    background: ghostwhite;
}

.tagText:hover {
	background-color: #f2f2f2
}

.disbClass__value-container>div {
	width: 35% !important
}

.cursor-none {
	cursor: inherit !important
}

.mappedList_bg {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	width: 90%;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
	position: absolute;
	z-index: 5;
	border-radius: 0.25rem;
	margin-top: 2px;
	left: 60px
}

.filterTemp,
.viewMoreTemp {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -80%;
	width: 75%;
	height: 100vh;
	display: block;
	z-index: 1;
	background: #fff;
	transition: all .3s;
	z-index: 1010;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .5s
}

.viewMoreTemp {
	right: -90%;
	left: auto;
	border-radius: 10px 0px 0px 10px !important;
}

.viewMoreTemp.open {
	right: 0;
}

.filterTemp.open {
	left: 0px
}

.filterTemp .filterToggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite
}

.filterTemp .title,
.viewMoreTemp .title {
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #ebedf2;
	background: #1a2035
}

.closeviewMore i {
	color: #a1a5b7;
}

.filterTemp .custom-content,
.viewMoreTemp .custom-content {
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto
}

.filterTemp .switcher {
	padding: 5px 0
}

.filterTemp .switch-block h4,
.viewMoreTemp .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase
}

.filterTemp .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px
}

.filterTemp .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s
}

.filterTemp .btnSwitch button:hover {
	border-color: #0bf
}

.filterTemp .btnSwitch button.selected {
	border-color: #0bf
}

.filterTemp .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer
}

.filterTemp .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent
}

.filterTemp .img-pick:hover img,
.filterTemp .img-pick.active img {
	border-color: #177dff
}

.inputFields,
.inputBox {
	background: #C5E1A5 !important;
	color: #37474F !important
}

.constanttBox {
	background: #E67E22 !important;
}

.inputBox,
.outputBox,
.constanttBox {
	height: 12px;
	width: 12px;
	border-radius: 0.25rem;
	display: inline-flex
}

.outputFields,
.outputBox {
	background: #80DEEA !important;
	color: #37474F !important
}

.selectgroup.moduleSelect .selectgroup-item.selected:first-child .selectgroup-button,
.selectgroup.moduleSelect .selectgroup-item:first-child .selectgroup-button {
	background-color: #1e2227;
	color: #FFF;
	font-size: 1rem;
}

/* .selectgroup.moduleSelect .selectgroup-item:first-child .selectgroup-button {
	background-color: #B71C1C;
	color: #FFEBEE;
} */

.selectgroup.moduleSelect .selectgroup-item:first-child .selectgroup-button i.fa-check-circle {
	display: none;
}

.selectgroup.moduleSelect .selectgroup-item.selected:first-child .selectgroup-button i.fa-check-circle {
	display: inline-block;
}

.smooth-dnd-container.vertical>.smooth-dnd-draggable-wrapper {
	overflow: inherit !important;
}

.showScroll,
.scroll_X {
	overflow: hidden !important;
	scrollbar-width: thin;
}

.scroll_X:hover {
	overflow-x: scroll !important;
	scrollbar-width: thin;
}

.showScroll:hover {
	overflow: auto !important;
	scrollbar-width: thin;
}

.overflowX_none {
	overflow: inherit;
}

.crmGrids li.selected,
.dropdown-item.selected {
	background-color: #f3f6fc
}

.crmGrids li.selected span {
	opacity: 1;
	color: #0092e4
}

.crmGrids li.selected svg [fill],
.crmGrids .btn.secondary_bg.selected svg [fill],
#filter-toggle svg [fill] {
	fill: #0092e4;
}

.crmGrids .btn.secondary_bg.selected svg .arrowDown {
	fill: none;
}

.crmGrids li svg [fill] {
	fill: #708090
}

#splitView_sidebar {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	min-width: 335px;
	max-width: 335px;
	background: transparent;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	z-index: 4
}

#splitView_sidebar .filter_Box .filter_Header {}

#splitView_sidebar.active {
	margin-left: -360px;
}

#splitView_sidebar.active+div {
	margin-left: 20px
}

@media(max-width:991.98px) {
	#splitView_sidebar {
		margin-left: -322px
	}

	#splitView_sidebar.active {
		margin-left: 0
	}
}

#splitView_sidebar .custom-menu {
	display: inline-block;
	position: absolute;
	top: 5%;
	right: 0px;
	margin-right: 100%;
	transition-delay: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#splitView_sidebar.active .custom-menu {
	margin-right: -5%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media(prefers-reduced-motion:reduce) {
	#splitView_sidebar .custom-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#splitView_sidebar .custom-menu .btn {
	width: 40px;
	height: 40px;
}

#splitView_sidebar .custom-menu .btn i {
	margin-right: -25px;
	font-size: 13px
}

a[data-toggle=collapse] {
	position: relative
}

.search-box {
	width: 100%;
	position: relative;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
	border-radius: 5px;
}

.search-box input {
	border-color: #dfe3e8;
	box-shadow: none
}

.search-box input,
.search-box .btn {
	min-height: 40px;
	border-radius: 5px;
	margin: 0 !important;
	width: 100% !important;
	border: none;
}

.searchOuter {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.input-group-append .btn,
.input-group-append .btn:active {
	border-color: #f4734b;
	background: #ff6b32  !important
}

.search-dropdown .dropdown-toggle::after {
	display: none
}

.search-dropdown .dropdown-menu input {
	height: calc(0.5rem + 39px);
	width: 274px !important;
	border: 0;
}

.search-dropdown .dropdown-menu {
	width: 230px;
	padding: 0 !important;
	left: 30px !important;
	right: 0;
	font-size: 11px;
	opacity: 1;
	top: -5px !important;
	transform: inherit !important;
}

.search-dropdown .nav-link {
	padding: .5rem !important
}

.ellipsis_smallGrid {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 110px;
}

.border {
	border: 1px solid #cfd8dc !important;
}

.border-bottom {
	border-bottom: 1px solid #f6f5f9 !important;
}

.border-top {
	border-top: 1px solid #f6f5f9 !important;
}

.configExisting .collapse.show {
	background: aliceblue;
}

.filesHeader {
	position: absolute;
	border-color: #dbdbdb !important;
}

.badge-smokyWhite {
	background: #f5f7f9;
	color: #656f7d !important;
}

.note-has-grid .nav-link {
	padding: .5rem
}

.note-has-grid .single-note-item .card {
	border-radius: 10px
}

.note-has-grid .single-note-item .favourite-note {
	cursor: pointer
}

.note-has-grid .single-note-item .side-stick {
	position: absolute;
	width: 3px;
	height: 35px;
	left: 0;
	background-color: rgba(82, 95, 127, .5)
}

.note-has-grid .single-note-item .category-dropdown.dropdown-toggle:after {
	display: none
}

.note-has-grid .single-note-item .category [class*=category-] {
	height: 15px;
	width: 15px;
	display: none
}

.note-has-grid .single-note-item .category [class*=category-]::after {
	content: "f0d7";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	color: #fff;
	position: absolute
}

.note-has-grid .single-note-item .category .category-business {
	background-color: rgba(44, 208, 126, .5);
	border: 2px solid #2cd07e
}

.note-has-grid .single-note-item .category .category-social {
	background-color: rgba(44, 171, 227, .5);
	border: 2px solid #2cabe3
}

.note-has-grid .single-note-item .category .category-important {
	background-color: rgba(255, 80, 80, .5);
	border: 2px solid #ff5050
}

.note-has-grid .single-note-item.all-category .point {
	color: rgba(82, 95, 127, .5)
}

.note-has-grid .single-note-item.note-business .point {
	color: rgba(44, 208, 126, .5)
}

.note-has-grid .single-note-item.note-business .side-stick {
	background-color: rgba(44, 208, 126, .5)
}

.note-has-grid .single-note-item.note-business .category .category-business {
	display: inline-block
}

.note-has-grid .single-note-item.note-favourite .favourite-note {
	color: #ffc107
}

.note-has-grid .single-note-item.note-social .point {
	color: rgba(44, 171, 227, .5)
}

.note-has-grid .single-note-item.note-social .side-stick {
	background-color: rgba(44, 171, 227, .5)
}

.note-has-grid .single-note-item.note-social .category .category-social {
	display: inline-block
}

.note-has-grid .single-note-item.note-important .point {
	color: rgba(255, 80, 80, .5)
}

.note-has-grid .single-note-item.note-important .side-stick {
	background-color: rgba(255, 80, 80, .5)
}

.note-has-grid .single-note-item.note-important .category .category-important {
	display: inline-block
}

.note-has-grid .single-note-item.all-category .more-options,
.note-has-grid .single-note-item.all-category.note-favourite .more-options {
	display: block
}

.note-has-grid .single-note-item.all-category.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-social .more-options,
.note-has-grid .single-note-item.all-category.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-social .more-options {
	display: none
}

.crmDashboard.smooth-dnd-container.horizontal>.smooth-dnd-draggable-wrapper {
	height: auto;
}

.boardFull {
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: auto
}

span.numericOrder {
	position: absolute;
	left: -15px;
	top: 0px
}

.card-outer .card-header {
	border: 1px solid #e9ecfd;
}

.card-outer .collapse.show,
.card-outer .form-body.show {
	border: 1px solid #e9ecfd;
	border-radius: 0 0 10px 10px;
}

d-flex1 {
	display: flex
}

.textUnderline,
.textUnderline:hover {
	text-decoration: underline;
}

.gmail_chip,
.gmail_drive_chip {
	max-height: 31px !important;
	height: auto !important;
}

.mobileViewMenu {
	display: none;
}

.isActive,
.isInActive {
	position: relative;
}

.isActive:after,
.isInActive:after {
	content: "\f00c";
	color: #28a745;
	font-family: "Font Awesome 5 Solid";
	font-weight: 900;
	left: -5px;
	position: absolute;
	bottom: -10px;
	background: aliceblue;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	border: 3px solid #b4ebf2;
}

.isInActive:after {
	content: "\f00d";
	background: lightgoldenrodyellow;
	color: #dc3545;
}

@media (max-width: 450px) {}

.noAccessFreeze {
	cursor: not-allowed !important;
	opacity: 0.5;
	pointer-events: none;
}

.user-card-full .user-profile {
	border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
	background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
	background: linear-gradient(to right, #ee5a6f, #f29263)
}

.bg-c-lite-green .background {
	width: 100%;
	vertical-align: top;
	opacity: 0.9;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.8);
	transform: scale(2.8);
}

.card-block {
	padding: 1.25rem
}

.img-radius {
	border-radius: 5px
}

.emailContent_Mview {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#splitView_sidebar.active #close-sidebar {
	right: inherit;
}

#splitView_sidebar #close-sidebar {
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	width: 37px;
	height: 35px;
	line-height: 33px;
	z-index: 1;
	top: 5px;
	margin-right: 0px;
	position: absolute;
	right: 0;
}

.forSplitView .action_Btns {
	position: absolute;
	left: 0;
	top: 0;
	width: 335px;
	background-color: #fdfdfd;
	z-index: 5;
	height: 55px;
	align-items: center;
}

.forSplitView #splitView_sidebar #close-sidebar {
	top: 10px;
	margin-right: 5px;
}

.tooltipIcon {
	position: absolute;
	right: auto;
	top: 0;
	z-index: 1;
	padding-left: 5px;
}

.quick-actions .quick-actions-item:hover .avatar-item {
	transform: scale(1.1);
}

.quick-actions .avatar-item {
	display: inline-flex;
	width: 48px;
	height: 48px;
	color: #fff;
	border-radius: 0.375rem;
	background-color: #e2e5f6;
	align-items: center;
	justify-content: center;
	transition: all .15s;
}

.customTextArea-error {
	border-color: #f25961 !important;
}

.react-flow__handle.connectable {
	pointer-events: all;
}

.react-flow__attribution {
	display: none
}

.react-flow__handle {
	background: #555;
	border: 2px solid #fff;
	border-radius: 100%;
	height: 12px;
	width: 12px;
}

.react-flow__node {
	height: 50px;
}

.react-flow__handle-bottom {
	bottom: -5px;
	left: 50%;
	top: auto;
	transform: translate(-50%);
	margin-top: -5px;
}

.flowSteps .card.card-round:hover .actionFlows,
.flowSteps .card.rounded-circle:hover .actionFlows {
	display: block;
	background: #212121;
	width: 3.5rem;
	height: 3.5rem;
	opacity: 0.8;
	z-index: 1;
}

.flowSteps .card.card-round:hover .flowValue,
.flowSteps .card.rounded-circle:hover .flowValue {
	opacity: 0.3;
}

.flowSteps .card.rounded-circle:hover .actionFlows {
	width: 3.8rem;
	height: 3.8rem;
}

.flowSteps .card.rounded-circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.flowSteps .card.card-round {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.flowSteps .card.card-stats {
	width: 10rem;
	height: 3rem;
}

.flowSteps .card.card-stats .flowStart .icon-big {
	position: absolute;
	left: -10px;
	right: 0;
	top: -5px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.flowSteps .custom-node.selected.selectable .card {
	border: 2px solid #fff !important;
	transform: scale(1.1);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.flowSteps .custom-node .position-relative.pt-2 {
	z-index: -1;
}

.flowSteps1 .custom-node.selected.selectable .card {
	border: 2px solid #fff !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-break: break-word;
}

.break-content {
	word-break: break-word;
}

.MuiFormControl-Custom {
	margin-top: 0px !important;
}

.w-70 {
	width: 70% !important;
}

.MuiFormControl-marginNormal {
	margin-top: 0 !important;
	margin-bottom: 0px !important;
}

.MuiInput-root,
.MuiFormControl-root {
	position: inherit !important;
}

.MuiInputBase-root {
	font-size: 0.9rem !important;
}

.mailBodycontent {
	position: relative
}

.mailBodycontent iframe {
	height: 100vh;
	width: 100%;
	bottom: 0;
	top: 0;
	position: absolute;
	border: 0;
}

.preview_Body ul,
.mailBodycontent ul {
	list-style: initial !important;
}

.preview_Body ol,
.mailBodycontent ol {
	list-style: auto !important;
}

.InputPopover__input___264Za {
	width: 0px;
}

.bg-light_black {
	background-color: #3a3a3a !important;
}

.cursor-pointer-none {
	cursor: inherit;
}

.ratesBoxHeight {
	max-height: 230px;
	overflow: auto;
	height: auto;
	margin-bottom: 1rem;
}

.ratesBoxHeight .card-profile {
	background: aliceblue;
	border-radius: 1rem;
}

.ratesBoxHeight .card-profile .name-specification {
	color: #959595 !important;
}

.preview_Body p {
	margin-bottom: 2px;
}

.activity-feed .feed-item .date.kanbanValue {
	color: #1a2035;
}

.w-200 {
	width: 200px;
}

.iconRadio:checked~.iconCross a {
	color: black;
	font-weight: 0.9rem;
}

.iconchooseOuter .iconCross a {
	visibility: hidden;
}

.iconchooseOuter:hover .iconCross a {
	visibility: visible;
	position: relative;
	right: 5px;
	top: -10px;
	font-weight: 0.9rem;
	color: darkgrey;
}

.componenetOuter {
	width: 100%
}

.componenetOuter {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 250px;
	line-height: 22px;
	cursor: text
}

.tagsInner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.badge.badge-dot {
	color: #536d79;
}

.tagsInner {
	display: inline-block;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
	max-width: 100%
}

.tagsInner [data-role="remove"]:after {
	content: "x";
	padding: 0 2px
}

.tagsInner [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer
}

.iconchooseOuter {
	margin: 0;
	position: relative;
	text-align: center;
	cursor: pointer;
	display: flex
}

.iconPack {
	border: 1px solid rgba(0, 40, 100, .12);
	padding: 0.5rem;
	margin: 2px;
	border-radius: 3px;
	position: relative;
	float: left;
	background: #edf0f3;
	transition: .3s
}

.iconRadio {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.iconRadio:checked~.iconPack::before {
	opacity: 1
}

.iconRadio:checked~.iconPack {
	background: #00afe9
}

.iconRadio:checked~.iconPack svg {
	fill: #E3F2FD;
	opacity: 1
}

.iconPack svg {
	fill: #1a2035;
	opacity: .7
}

.iconPack::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 1.5rem;
	width: 1.5rem;
	transition: opacity .3s;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center center/50% 50% no-repeat
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100% !important;
	margin: 0;
	padding: 10px;
}

.modal-fullscreen .modal-content {
	height: 100% !important;
}

.alert {
	border: 0px;
	position: relative;
	padding: 0.95rem 1.25rem;
	border-radius: 1px;
	color: inherit;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 14px 0px rgb(18 38 63 / 26%);
	-moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
	box-shadow: 1px 1px 14px 0px rgb(18 38 63 / 26%);
}

.alert-primary {
	border-left: 4px solid #1572E8;
}

.nav-pills.nav-secondary .nav-link.messageInfo.active {
	background: #17a2b8;
	border: 1px solid #17a2b8;
}

.nav-pills.nav-secondary .nav-link.messageWarning.active {
	background: #ffc107;
	border: 1px solid #ffc107;
}

.nav-pills.nav-secondary .nav-link.messageError.active {
	background: #dc3545;
	border: 1px solid #dc3545;
}

#messageConfigBox .tab-pane.active#msgInfo .card {
	border-left: 4px solid #17a2b8;
}

#messageConfigBox .tab-pane.active#msgWarning .card {
	border-left: 4px solid #ffc107;
}

#messageConfigBox .tab-pane.active#msgDanger .card {
	border-left: 4px solid #dc3545;
}

li.has-children.treewithHeader {
	position: relative;
	margin-bottom: 10px;
	background: #fbfbfb;
	margin-left: 15px;
}

li.treewithHeader>span:nth-child(2) {
	position: absolute;
	background: #e9ecef;
	left: 0;
	right: 0;
	padding-left: 20px;
}

ul.treeSkeleton li.withoutHeader {
	background: #fbfbfb;
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 10px;
}

ul.treeArraySkeleton li.has-children {
	position: relative;
	margin-left: 0px;
}

ul.treeSkeleton,
ul.treeArraySkeleton {
	margin: 0;
	padding-left: 15px;
	line-height: 2em;
	list-style: none;
}

ul.treeSkeleton li,
ul.treeArraySkeleton li {
	position: relative;
}

ul.treeSkeleton li:before,
ul.treeArraySkeleton li:before {
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	width: 15px;
	height: 1em;
	content: "";
	border-bottom: 1px dotted #666;
	border-left: 1px dotted #666;
}

ul.treeSkeleton>li:first-child:before,
ul.treeArraySkeleton>li:first-child:before {
	border-left: none;
}

ul.treeSkeleton>li.has-children.treewithHeader ul li,
ul.treeArraySkeleton>li.has-children ul li {
	list-style: none;
}

ul.treeSkeleton>li.has-children ul,
ul.treeArraySkeleton>li.has-children ul {
	padding-left: 15px;
}

ul.treeSkeleton li:after,
ul.treeArraySkeleton li:after {
	position: absolute;
	top: 1.1em;
	bottom: 1px;
	left: -15px;
	display: block;
	content: "";
	border-left: 1px dotted #666;
}

ul.treeSkeleton li:last-child:after,
ul.treeArraySkeleton li:last-child:after {
	display: none;
}

ul.treeSkeleton li.withoutHeader:before,
ul.treeSkeleton li.withoutHeader:after {
	content: none;
}

.treetoggleIcon {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 18px;
	margin-left: 0px;
	text-align: center;
	cursor: pointer;
	background-color: #0d688f;
	border: 0px solid #00afe9;
	border-radius: 0px;
	color: #e9ecef;
}

.treeArraySkeleton .treetoggleIcon {
	float: left;
	line-height: 40px;
	top: 4px;
}

.card .treeArraySkeleton .icon-right {
	right: 2px;
}

.rightButton {
	position: relative;
	top: 18%;
	cursor: pointer;
}

.word {
	background-color: #ffc800;
	text-align: center;
	position: absolute;
	right: 0;
	border-radius: 25px;
	box-shadow: 0 0 50px #d1d1d1;
}

.inputValue::before,
.outputValue::before,
.constantValue::before {
	position: absolute;
	content: '';
	top: 13px;
	bottom: 0;
	left: -5px;
	width: 7px;
	height: 7px;
	border-radius: 2px
}

.outputValue::before {
	background: #80deea
}

.inputValue::before {
	background: #c5e1a5
}

.constantValue::before {
	background: #e67e22
}

.inputValue {
	border-bottom: 1px solid #c5e1a5;
	color: #5d8134
}

.outputValue {
	border-bottom: 1px solid #80deea;
	color: #4fadb9
}

.constantValue {
	border-bottom: 1px solid #e67e22;
	color: #d35400
}

.quick_sidebar_open .tabPositions,
.tabPositions,
.messagesInfo.open .tabPositions {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -94px;
	display: block;
}

.tabPositions {
	display: none;
}

.input-group>.customized-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.customized-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.customized-control {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.subformTable .customized-control {
	display: flex !important;
	align-items: center;
}

.subformTable .customized-control {
	font-size: 0.8rem;
	border-color: #cfd8dc;
	color: #263238;
	padding: .6rem 1rem;
}

.subformTable .customized-control {
	border-color: #cfd8dc;
}

.subformTable .customized-control {
	display: block;
	width: 250px;
	height: calc(2rem + 4px);
	padding: .3rem .5rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-top-color: rgb(206, 212, 218);
	border-right-color: rgb(206, 212, 218);
	border-bottom-color: rgb(206, 212, 218);
	border-left-color: rgb(206, 212, 218);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.subformTable thead tr th,
.subformTable tbody tr td,
.subformTable .form-control {
	width: 250px;
}

.subformTable thead tr th:first-child,
.subformTable tbody tr td:first-child {
	min-width: 100px;
}

.subformTable .custom-select {
	padding-right: 25px !important;
}

.subformTable textarea.form-control {
	height: calc(2rem + 4px);
}

.subformTable .customized-control .dropdown-item {
	position: relative;
	margin-bottom: 1px;
}

.subformTable .customized-control .dropdown-item:hover:before,
.subformTable .customized-control .dropdown-item.option-selected:before {
	content: "\f0da";
	font-family: 'Font Awesome 5 Solid';
	position: absolute;
	left: 5px;
	top: 7px;
	font-size: 0.7rem;
	color: #183241;
}

.subformTable .customized-control .dropdown-item.option-selected {
	background: aliceblue;
}

.subformTable .customized-control .dropdown-item.option-selected:before {
	content: "\f00c";
	color: #28a745;
}

.subformTable .customized-control .custom-select {
	border: none;
	background-color: transparent;
	width: 1%;
	text-align: right;
	position: relative;
	right: -5px;
}

.subformTable .customized-control .multiSelectTag {
	width: 60px;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}

.subformTable .customized-control .tagsInner [data-role="remove"] {
	margin-left: 0px;
}

.subformTable .customized-control .fixedHeight {
	height: calc(35vh - 100px);
	overflow: auto;
	scrollbar-width: thin;
}

.table-modal-fullwidth {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
}

.steps-element-text-absolute {
	position: absolute !important;
	top: 56px;
	left: -65%;
	right: 0px;
	max-width: 110px;
	min-width: 110px;
	word-break: break-word;
	background: rgba(255, 255, 255, 0.6)
}

.over {
	border: 2px dashed black;
}

.block-Inner.block-inner-selected,
.block-Elements.selected {
	border: 2px solid skyblue;
}

.block-Inner:hover .builerDetails {
	border: 1px dashed grey;
}

.block-actions {
	position: absolute;
	bottom: 0;
	top: 0;
	visibility: hidden;
}

.block-Inner.block-inner-selected .block-actions {
	visibility: visible;
}

.block-Inner:after {
	clear: both;
	position: absolute;
}

.html-builder-empty-block {
	align-items: center;
	justify-content: center;
	background-color: rgba(222, 242, 250, 0.85);
	outline-offset: -1px;
	min-height: 100px;
	font-size: 13px;
	color: #2faade;
	padding: 20px;
	text-align: center
}

.product:hover {
	transform: translateY(-10px);
}

.product {
	padding: 0;
	transition: all .3s;
	cursor: pointer;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1) !important;
	border-radius: 10px;
	margin-bottom: 15px;
}

.product .imgbox {
	position: relative;
	padding: 15px;
}

.product .imgbox .linkpreview {
	display: none;
}

.product .imgbox .imgpreview {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.product:hover .imgbox .linkpreview {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 100;
}

.product:hover .imgbox::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}

.pluginForm .customized-control {
	padding: 20px
}

.pluginForm .customized-control,
.pluginForm .input-group-text {
	border: 2px dashed #cfd8dc;
}

.pluginForm .pluginDetail .customized-control {
	padding: 0;
}

.pluginForm .pluginDetail .input-group-text {
	border: 1px dashed #cfd8dc;
}

.pluginForm .pluginDetail .customized-control .dropdown-item.option-selected {
	background: aliceblue;
}

.pluginForm .pluginDetail .customized-control .dropdown-item {
	position: relative;
	margin-bottom: 1px;
}

.active .crm_custFields.selected {
	background-color: #f4f5fb;
	font-weight: 600;
	border-color: #788088;
	color: #263238;
}

.pluginForm .crm_custFields {
	justify-content: unset;
}

.pluginForm .crm_custFields {
	position: relative;
	margin-bottom: 0.5rem;
}

.pluginForm .crm_custFields.selected::after {
	color: #00AFE9 !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pluginForm .crm_custFields:hover::after,
.pluginForm .active .crm_custFields.selected::after {
	content: "\f061";
	position: absolute;
	font-family: "Font Awesome 5 Solid";
	font-weight: 900;
	right: 10px;
	color: #183241;
}

.pluginForm .crm_custFields.completed::after {
	content: "\f00c";
	position: absolute;
	font-family: "Font Awesome 5 Solid";
	font-weight: 900;
	right: 10px;
	color: #2E7D32;
}

.pluginForm .crm_custFields.completed {
	background-color: #C8E6C9;
	border-color: #2E7D32
}

.pluginForm a .crm_custFields.completed {
	color: #43A047
}

.pluginForm .crm_custFields.completed svg path {
	fill: #43A047
}

ul.treeSatic:before {
	border-left: none;
}

.treeSatic:before,
.treeSatic ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	border-left: 1px solid;
}

.treeSatic li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid;
	margin-top: 0;
	position: absolute;
	top: 1em;
	left: 5px;
}

.treeSatic li:first-child:before {
	border-top: none;
}

.treeSatic,
.treeSatic ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	color: #369;
	position: relative;
}

.treeSatic li {
	margin: 0;
	padding: 0 1.5em;
	line-height: 2em;
	font-weight: 400;
	position: relative;
}

.treeSatic span {
	padding-left: 5px;
}

.lisInput_input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.addOnlisT li.item-list:hover {
	background-color: aliceblue;
}

.addOnlisT li.item-list {
	position: relative;
	justify-content: space-between;
	padding: 5px;
	cursor: pointer;
}

.addOnlisT .listInput.selected {
	background: gray;
	width: 100%;
	padding: 2px;
	border-radius: 5px
}

.addOnlisT .lisInput_input:checked~.lisInput_value::before {
	opacity: 1;
}

.addOnlisT .lisInput_value::before {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: .25rem;
	height: 1.5rem;
	width: 1.5rem;
	transition: .3s opacity;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.pluginForm .customized-control .custom-select {
	border: none;
	background-color: transparent;
	width: 1%;
	text-align: right;
	position: relative;
	right: 0px;
}

.pluginForm .customized-control {
	display: flex !important;
	align-items: center;
	width: auto;
	height: auto;
}

.pluginForm .customized-control .componenetInner {
	padding: 5px;
	font-size: 14px;
}

.pluginForm .form-group label {
	font-weight: 400;
}

.shPermission ul.mainBlock {
	padding: 0;
	margin: 0;
}

.shPermission li {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0 5px;
	position: relative
}

.shPermission li::before,
.shPermission li::after {
	content: '';
	left: -20px;
	position: absolute;
	right: auto
}

.shPermission li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.shPermission li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px
}

.shPermission li span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	border-radius: 25px;
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
	width: 40%;
	text-align: left;
}

.shPermission .badge {
	font-size: 0.85rem;
	line-height: initial;
	padding: 7px;
}

.shPermission .badge.badge-info {
	background: #dae7fb;
	color: #006cf4;
	border: none;
}

.shPermission .badge-default {
	background: #e0e5ec;
	border: none;
	color: #313539;
}

.shPermission .badge.badge-success {
	background: #daefed;
	border: none;
	color: #1dac73;
}

.shPermission li span~ul li span {
	font-size: 0.9rem;
	color: #262626;
}

.shPermission li.parent_li>span {
	cursor: pointer
}

.shPermission>ul>li::before,
.shPermission>ul>li::after {
	border: 0
}

.shPermission li:last-child::before {
	height: 30px
}

.shPermission li.parent_li>span:hover,
.shPermission li.parent_li>span:hover+ul li span {
	background: #eee;
	color: #000
}

.shPermission .shPermission_Global {
	background: #386bfc;
	border: none;
	color: white;
	width: 25%;
	padding: 7px;
}

span.shPermission_action {
	border: none !important;
	padding: 0 !important;
}

.shPermission .shPermission_action {
	visibility: hidden;
}

.shPermission .shPermission_actionHover:hover .shPermission_action {
	visibility: visible;
}

.loadGif {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: #e5e5e5;
	opacity: 0.8;
}

.loadGif:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#java_code {
	z-index: 1 !important;
}

.a,
.b {
	fill: none;
	stroke: #b0bec5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

#editorContainer-fullHeight {
	height: 100%
}

.htmlbuilder-card .tagListOuter {
	width: 100% !important
}

.action-btn-mapping-modal-backdrop {
	z-index: 1050;
}

.outerPort {
	bottom: 10px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d4dce6;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
}
.portTwoSection .outerPort {
	top: 0px !important;
}
.portTwoSection {
	bottom: 0px;
	position: absolute;
	/* top: 30px; */
	top: 0px;
	width: 100%;
	right: 0;
	gap: 20px;
	display: flex;
}

.leftSidePort {
	border-radius: 10px;
	/* border: 3px solid #dee2ee; */
	border: 1px solid #d4dce6;
}

/* .fixed-2~.viewport .outerPort {
	top: 5px;
} */

/* .fixed-2~.viewport .portTwoSection {
	top: 0px;
} */

.fixed-2~.viewport {
	top: 155px !important;
}
.page-header~.viewport .portTwoSection {
	top: 10px !important;
}
.sidebar_minimize .viewport {
	margin-left: 120px;
}


#editor {
/*    position: absolute;*/
    /* / height: 400px; /
    / width: 400px; / */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.buttons {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.buttons button {
  padding: 10px;
  border-radius: 6px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background-color: #eee;
}
.buttons button:active {
  transform: scale(0.99);
}


.hyperThreadSteps .card.card-round {
	width: 100px;
	height: 100px;
 	justify-content: center;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url() center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.35rem;
    opacity: 0.5;
}

.pages-my-modal .btn-close {
  box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent 
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") 
    center/1em auto no-repeat;
	border: 0;
	cursor:pointer;
    border-radius: 0.35rem;
    opacity: 0.5;
}


.btn-flip-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-30%, -50%);
    z-index: 1;
}
.btn-round {
/*    height: 40px;
    width: 40px;
    line-height: 40px;*/
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.btn-white {
    background: #fff;
    color: #0b0a12;
}


.customizer {
 
	border-radius: 1rem;
	height: auto;
  padding : 0;
  background-color : #FFFFFF;
  z-index : 1051;
  position : absolute;
  top : -300px;
  display: none;
 
  -webkit-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
       -o-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
     -moz-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
          transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
          backface-visibility : hidden;
  border-left : 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow : 0 0 8px rgba(0, 0, 0, 0.1);
}
.customizer.open {
    right: auto;
    height: calc(100% - 100px);
    left: auto;
	width: 55rem;
	top: 95px;
	display: block;
}
.customizer.additionalInfo.open { right:0; }
.customizer .customizer-content {
  position : relative;
  height : 100%;
}
.customizer a.customizer-toggle {
  background : #FFFFFF;
  color : #967ADC;
  display : block;
  border-radius : 15px 0 0 15px;
}
 
.customizer .customizer-toggle {
  position : absolute;
  top : 35%;
  width : 54px;
  height : 50px;
  left : -54px;
  text-align : center;
  line-height : 56px;
  cursor : pointer;
}
.customizer .color-options a {
  white-space : pre;
}
.customizer .customizer-sidebar-options .active {
  background-color : #967ADC;
  border-color : #967ADC;
  color : #FFFFFF;
}


.timeline-container{ 
  width:70%;
  margin:auto;
  display:block;
  position:relative;
}
.timeline-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.timeline-container ul.tl li {
    list-style: none;
    margin:auto;
    min-height:50px;
    border-left:1px solid #86D6FF;
    padding: 0 0 20px 15px;
    position:relative;
    display: flex;
    flex-direction: row;
}
.timeline-container ul.tl li.dashed {
    border-left:1px dashed #86D6FF;
} 
.timeline-container ul.tl li:last-child{ border-left:0;}
.timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 25px;
    width: 25px;
}
.timeline-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
ul.tl li .item-title { 
	font-weight: bold;
	font-size: 0.9rem;
	color: #1e2227;
}
ul.tl li .item-detail {
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .item-timestamp{
  color: #8D8D8D;
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}
.ratesGrid .board {
	white-space: normal;
	height: auto;
	text-align: center;

}

.ratesGrid .kanban-board {
	width: 30%;
	margin-bottom: 1rem;
}

.boxFullscreen {
    display: block;
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*overflow: auto;*/
}
.table_Box.boxFullscreen { background:#fafafa; }
.table_Box.boxFullscreen:first-of-type > .table_Header:first-child { background:#fff; }
.boxSelection svg { opacity:0.4; }
.boxSelection:has(input:checked) svg { opacity:1; }
.boxSelection {position:relative;cursor: pointer;gap: 20px;display:flex;align-items:center;justify-content:space-between;min-height:140px;border: 2px solid #ededee;border-radius: 1rem;}
.boxSelection:hover { background: aliceblue;}
.boxSelection:has(input:checked) { border-color: #006ec8; background-color: #e6f0f4;}
.boxSelection .form__input { position: absolute;  opacity: 0; }
.svg__right { opacity:0; transition:0.5s ease; position:absolute; top:5px; right:5px; left:auto; }
.boxSelection:has(input:checked) .svg__right { opacity:1; }

.pages-my-modal {
	z-index: var(--zIndex) !important;
  }
  
  .pages-my-modal.custom-size .modal-dialog,
  .pages-my-modal.custom-size .modal-content {
	width: var(--page-width) !important;
	height: var(--page-height) !important;
	max-width: var(--page-maxWidth) !important;
  }
  /*detail card column wrap*/
  body.filter-opened .detailcardwrap {
  display: flex;
  gap: 4px; 
  flex-direction: column;
}


      /* -----------------Mail Thread CSS ----------------- */
	/* Mail Thread Styling */
	.mail-list {
	position: relative;
	padding: 12px 16px;
	border-bottom: 1px solid #eef2f7;
	transition: background-color 0.2s ease;
	}
	
	.mail-list:hover {
	background-color: #f8fafc;
	}
	
	.mail-list.active {
	background-color: #f0f4ff;
	border-left: 3px solid #1572e8;
	}
	
	.mail-list.active .content .sender-name {
	font-weight: 600;
	color: #1572e8;
	}
	
	/* Nested mail items - thread children */
	.mail-list .mail-list {
	margin-top: 8px;
	margin-left: 4px;
	padding-left: 20px;
	border-left: 2px dashed #6c757d;
	border-bottom: 1px solid #f1f5f9;
	background-color: #ffffff;
	position: relative;
	}
	
	.mail-list .mail-list::before {
	content: '';
	position: absolute;
	left: -2px;
	top: -8px;
	width: 2px;
	height: 8px;
	background-color: #6c757d;
	}
	
	.mail-list .mail-list:first-child {
	margin-top: 12px;
	}
	
	.mail-list .mail-list:last-child {
	border-bottom: none;
	}
	
	.mail-list .mail-list:hover {
	background-color: #f1f5f9;
	}
	
	/* Content alignment */
	.mail-list .d-flex {
	align-items: flex-start;
	}
	
	.mail-list .content {
	flex: 1;
	min-width: 0;
	padding-left: 12px;
	}
	
	.mail-list .sender-name {
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: 500;
	color: #1e293b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	.mail-list .message_text {
	margin: 0;
	font-size: 12px;
	color: #64748b;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	
	/* Email footer alignment */
	.mail-list .email-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #f1f5f9;
	}
	
	.mail-list .mail-list .email-footer {
	border-top-color: #e2e8f0;
	}
	
	.mail-list .email-time {
	font-size: 11px;
	color: #94a3b8;
	white-space: nowrap;
	}
	
	.mail-list .email-action {
	display: flex;
	align-items: center;
	gap: 8px;
	}
	
	/* Checkbox alignment */
	.mail-list .form-check-label {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	}
	
	.mail-list .form-check-input {
	margin: 0;
	margin-top: 2px;
	}
	
	/* Accordion Arrow Styling */
	.mail-accordion-trigger {
	position: relative;
	cursor: pointer;
	}
	
	.mail-accordion-trigger:hover {
	background-color: #f8fafc;
	}
	
	.mail-accordion-arrow-icon {
	position: absolute;
	right: 16px;
	top: 50px;
	transform: translateY(-50%) rotate(0deg);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, color 0.3s ease;
	color: #64748b;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	padding: 4px;
	}
	
	.mail-accordion-arrow-icon:hover {
	background-color: #e2e8f0;
	color: #1572e8;
	}
	
	.mail-accordion-trigger[aria-expanded="true"] .mail-accordion-arrow-icon,
	.mail-accordion-trigger:not(.collapsed) .mail-accordion-arrow-icon {
	transform: translateY(-50%) rotate(90deg);
	color: #1572e8;
	}
	
	.mail-accordion-trigger.collapsed .mail-accordion-arrow-icon {
	color: #64748b;
	}
	
	.mail-list-accordion {
	margin-top: 0;
	padding: 0;
	}
	
	.mail-list-accordion .mail-list {
	margin-left: 4px;
	padding-left: 20px;
	border-left: 2px dashed #6c757d;
	background-color: #ffffff;
	}
	
	.mail-list-accordion .mail-list:first-child {
	margin-top: 8px;
	}
	
	.mail-list-accordion .mail-list:last-child {
	margin-bottom: 8px;
	}
	
	/* Right side email thread view */
	.email-thread-container {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	}
	
	.email-thread-item {
	border-bottom: 2px solid #e5e7eb;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	/* min-height: 40vh; */
	
	}
	
	.email-thread-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	}
	
	.email-thread-item.thread-child {
	margin-left: 40px;
	border-left: 3px solid #e5e7eb;
	padding-left: 30px;
	background-color: #f9fafb;
	border-radius: 8px;
	margin-top: 16px;
	}
	
	.email-thread-divider {
	height: 1px;
	background: linear-gradient(to right, transparent, #e5e7eb, transparent);
	margin: 20px 40px;
	}
	
	.email-thread-item .mailBodycontent iframe {
	min-height:20vh;
	height: 41vh;
	max-height: 200vh;
	position: relative;
	}
	.email-thread-item .mailBodycontent {
	overflow-y: auto; 
}
	/* Responsive adjustments */
	@media (max-width: 768px) {
	.mail-list .mail-list {
		margin-left: 16px;
		padding-left: 16px;
	}
	
	.mail-list .content {
		padding-left: 8px;
	}
	}
	/* Email row step by step view */
	.crm_mailsteps.collapse.show {
		display: table-row;
	}
	 
      :root {
        --email-parent-bg: #f5f6f7;
        --email-parent-border: #6c757d;
        --email-parent-text: #495057;
        --email-child1-bg: #e7f3ff;
        --email-child1-border: #009ef7;
        --email-child1-text: #0056b3;
        --email-child2-bg: #e0f7fa;
        --email-child2-border: #20c997;
        --email-child2-text: #087e8b;
      }

      .email-row {
        transition: background-color 0.3s ease;
      }

      .email-row-parent {
        background-color: var(--email-parent-bg);
        border-left: 5px solid var(--email-parent-border);
      }

      .email-row-parent:hover {
        background-color: #e9ecef;
      }

      .email-row-child-1 {
        background-color: var(--email-child1-bg);
        border-left: 4px solid var(--email-child1-border);
      }

      .email-row-child-1:hover {
        background-color: #cce5ff;
      }

      .email-row-child-2 {
        background-color: var(--email-child2-bg);
        border-left: 4px solid var(--email-child2-border);
      }

      .email-row-child-2:hover {
        background-color: #b2ebf2;
      }

      .email-sender {
        font-weight: 600;
        margin: 0 8px;
      }

      .email-row-parent .email-sender { color: var(--email-parent-text); }
      .email-row-child-1 .email-sender { color: var(--email-child1-text); }
      .email-row-child-2 .email-sender { color: var(--email-child2-text); }

      .email-date-badge {
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        color: white;
        font-weight: 500;
      }

      .email-row-parent .email-date-badge { background-color: var(--email-parent-border); }
      .email-row-child-1 .email-date-badge { background-color: var(--email-child1-border); }
      .email-row-child-2 .email-date-badge { background-color: var(--email-child2-border); }

      .email-icon {
        margin-right: 8px;
      }

      .email-row-parent .email-icon { color: var(--email-parent-border); }
      .email-row-child-1 .email-icon { color: var(--email-child1-border); }
      .email-row-child-2 .email-icon { color: var(--email-child2-border); }

      .email-row-parent .email-subject { color: var(--email-parent-border); font-weight: 600; }
      .email-row-child-1 .email-subject { color: var(--email-child1-border); font-weight: 600; }
      .email-row-child-2 .email-subject { color: var(--email-child2-border); font-weight: 600; }

	   /* caret for collapse toggles */
         .collapse-toggle { display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; }
         .collapse-toggle .collapse-caret { transition: transform .18s ease; font-size: 0.9rem; }
         .collapse-toggle.collapsed .collapse-caret { transform: rotate(-90deg); }
         .collapse-toggle .collapse-caret { transform: rotate(0deg); }
         .collapse-toggle:hover { cursor: pointer; }

      /* -----------------Mail Thread CSS End----------------- */
