/* custom style for all pages new redesign */
body {
	font-family: 'Inter';
	color: #1F2633;
	line-height: 1.3;
	background: #e5e9ef;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Inter';
	font-style: normal;
	line-height: 1.3;
	color: #1F2633;
}

a {
	color: #FE724C;
}


a:hover,
a:focus {
	color: #1F2633;
}

/* login screen style starts */

.login-wrapper {
	display: flex;
	display: -ms-flexbox;
	height: 100vh;
}

.login-wrapper .left-side,
.login-wrapper .right-side {
	width: 50%;
}

/* .login-wrapper .right-side {
	background: #FFF0EC;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
} */

.login-wrapper .content-wrap {
	height: 100%;
}

/* .login-wrapper .img-wrap img {
	width: 100%;
	max-width: 80%;
} */

.login-wrapper .img-wrap {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.login-wrapper .bgimg-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	width: 100%;
	height: 100%;
}

.login-wrapper .login-form {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}

.tab-content,
.tab-pane {
	width: 100%;
}

.login-wrapper .logo-wrap {
	position: absolute;
	padding: 25px;
}

.login-form h2 {
	font-weight: 700;
	font-size: 26px;
	margin: 0;
	margin-bottom: 30px;
}

.login-form input {
	background: #FFFFFF;
	border: 1px solid #E8EAED;
	border-radius: 10px !important;
	height: 45px;
}

.custom-form-group label {
	font-weight: 400;
	font-size: 12px;
}

.custom-form-group input,
.custom-form-group select,
.custom-form-group textarea {
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
}

.submit input.btn {
	font-weight: 700;
	font-size: 16px;
	background: #FE724C;
	box-shadow: 0px 14px 35px rgb(255 133 102 / 20%), 0px 16px 35px rgb(26 55 77 / 16%) !important;
	border-radius: 10px !important;
	min-width: 170px;
	height: 50px;
	border: 0;
	margin: 0 !important;
}

.login-form .submit {
	margin: 35px 0 25px 0;
}

.submit input.btn:hover {
	background: transparent;
	color: #FE724C !important;
	border: 1px solid #FE724C;
}

.submit input.btn:focus {
	outline: 0;
}

.forget a {
	font-weight: 400;
	font-size: 16px;
}

.login-wrapper .login-form .custom-form-group {
	margin-bottom: 25px;
}

.error-msg {
	color: red;
	font-size: 12px;
}

.help-block,
.has-error {
	color: red;
}

.custom-navigation .dropdown-menu>li>a:hover {
	background: #FE724C !important;
}

@media (max-width: 1366.98px) {
	.login-wrapper .bgimg-wrap {
		background-size: contain;
	}
}

@media (max-width: 1199.98px) {
	.submit input.btn {
		min-width: 120px;
	}

	.login-wrapper .login-form {
		max-width: 400px;
	}

	.login-form h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.login-wrapper .login-form {
		max-width: 300px;
	}
}

@media (max-width: 767.98px) {
	.login-wrapper {
		flex-direction: column;
		align-items: flex-start;
		/* justify-content: flex-end;
		background: #FFF0EC; */
	}

	.login-wrapper .left-side,
	.login-wrapper .right-side {
		width: 100%;
	}

	.login-wrapper .logo-wrap {
		position: relative;
		/* display: none; */
		text-align: center;
		padding: 0;
		padding-top: 30px;
	}

	.login-wrapper .bgimg-wrap {
		background-size: cover;
		height: 380px;
	}

	.login-wrapper .right-side {
		padding: 0 0 40px 0;
	}

	.login-form .submit {
		margin: 25px 0 30px 0;
	}

	.left-side {
		height: 100%;
		background: #FFFFFF;
		border-radius: 30px 30px 0px 0px;
	}

	.login-wrapper .login-form {
		max-width: 100%;
		padding: 20px 15px;
		align-items: flex-start;
	}

	.login-wrapper .right-side img {
		max-width: 90%;
	}

	.login-form h2 {
		text-align: center;
		font-size: 26px;
		margin-bottom: 30px;
	}

	.submit input.btn {
		min-width: auto;
		width: 100%;
	}

	.forget {
		text-align: center;
	}

	.error-msg {
		text-align: center;
	}
}

/* login screen style ends */


/* dashboard screen style start */
.custom-navigation {
	/* background: #1F2633; */
	background: #fff;
	box-shadow: 0px 8px 25px rgba(42, 65, 81, 0.08);
	padding: 20px 0;
	position: unset;
	right: 0;
	left: 0;
	z-index: 9999;
}

.custom-navigation #brand {
	/* float: left; */
	margin-right: 10px;
}

.custom-navigation .toggle-nav {
	float: left;
	display: block;
	padding-top: 8px;
	font-size: 14px;
	text-decoration: none;
}

.custom-body-outer {
	display: flex;
	display: -ms-flexbox;
	margin: 0px !important;
	position: relative;
	height: 100%;
}

.sidebar-wrapper {
	width: 280px;
	background: #FFFFFF;
	box-shadow: 8px 0px 25px rgba(42, 65, 81, 0.08);
	display: none;
}

.custom-body-outer .body-wrapper {
	width: calc(100% - 280px);
	background: #e5e9ef;
	padding: 15px 20px 40px;
	width: 100%;
	/* height: 100%; */
}

.body-wrapper .container-fluid {
	padding: 0;
}

div#content {
	padding: 0px;
	/* padding-top: 60px; */
	height: auto !important;
}

.sidebar-container .dropdown-menu {
	position: relative;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

.sidebar-container .main-nav li,
.sidebar-container .main-nav a {
	width: 100%;
	display: block;
}

.sidebar-container .main-nav ul {
	padding: 0;
	list-style: none;
}

.sidebar-container .main-outer-nav {
	padding: 25px 10px;
}

.sidebar-container .main-nav li a {
	padding: 14px 5px 14px 14px;
	font-weight: 500;
	font-size: 14px;
	color: #1F2633;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	white-space: unset;
}

.dropdown-submenu>a:after {
	content: "";
	position: absolute;
	background: url(../new-images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	width: 10px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dropdown-submenu:hover>a:after {
	transform: rotate(90deg);
	top: 10px;
}

.sidebar-container .main-nav li a.active {
	background: rgba(254, 114, 76, 0.12);
	border-radius: 10px;
	color: #FE724C;
}

.sidebar-container .dropdown-menu li a {
	padding: 10px 10px;
	padding-left: 45px;
	position: relative;
}

.sidebar-container .dropdown-menu li a::before {
	content: "";
	position: absolute;
	background: #565C6C;
	width: 10px;
	height: 1px;
	left: 14px;
	transition: .2s ease;
}

.sidebar-container .dropdown-menu li a.active-link:before,
.sidebar-container .dropdown-menu li a:hover:before {
	background: #FE724C;
	width: 20px;
}

.sidebar-container .dropdown-menu li a:hover {
	background: transparent;
	color: #FE724C;
}

.sidebar-container .main-nav li a:hover {
	text-decoration: none;
	color: #FE724C;
}

.icon-text-wrap img {
	margin-right: 10px;
}

.sidebar-container .main-nav li a:hover .icon-text-wrap img,
.sidebar-container .main-nav li a.active .icon-text-wrap img {
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	opacity: 0.6;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	/* left: 0; */
	/* padding-left: 20px; */
	left: 100%;
	margin: -35px;
}

.dropdown-submenu:hover>.dropdown-menu::before {
	display: none;
}

#navigation .dropdown-menu>li.dropdown-submenu:hover>a,
#navigation .dropdown-menu>li.dropdown-submenu:focus>a {
	background: #fe724c;
	color: #fff;
}

#navigation .dropdown-menu>li.dropdown-submenu .dropdown-menu {
	border: 0;
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgb(26 55 77 / 10%);
	border-radius: 10px !important;
}

.main-outer-nav .caret {
	border: 0;
	background-image: url(../new-images/arrow.svg);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: auto;
}

.main-outer-nav li a.active .caret,
.main-outer-nav li a:hover .caret {
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	opacity: 0.6;
}

.main-outer-nav li.open .caret {
	transform: rotate(90deg);
}

.custom-navigation .user .dropdown>a {
	display: flex;
	display: -ms-flexbox;
	text-decoration: none;
	background: transparent !important;
	font-weight: 400;
	font-size: 14px;
	/* color: #fff; */
	color: #1F2633 !important;
}

.custom-navigation .user .dropdown>a img {
	margin-left: 10px;
}

.custom-navigation .dropdown-menu {
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.1);
	border-radius: 10px;
	margin-top: 15px;
}

.custom-navigation .dropdown-menu::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	top: 2px;
	right: 0;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(136deg);
	box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 12%);

}

.custom-navigation .user .dropdown-menu li a:hover {
	background: #FE724C;
}



/* user information box */
/* #content.nav-fixed #left {
	position: absolute;
	top: 0;
	height: 450px;
	width: 300px;
	left: 12%;
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgb(26 55 77 / 10%);
	border-radius: 10px;
	z-index: 2222;
	margin: 0;
}

div#main {
	margin-left: 0 !important;
}

#content.nav-fixed #left::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	top: 2px;
	left: 50px;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(136deg);
	box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 12%);
} */

/* end user info div */

/* manage lead top field style starts */
.body-wrapper .container-fluid {
	padding: 0;
}

.custom-body-outer .page-header {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 10px !important;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	width: 100% !important;
}

.custom-body-outer .page-header::after {
	display: none !important;
}

.left-wrap h1 {
	font-weight: 700;
	font-size: 26px;
	color: #1F2633;
	margin: 0;
}

.left-wrap p {
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
	margin: 0;
}

.custom-btn {
	background: #FE724C !important;
	border: 1px solid #FE724C !important;
	box-shadow: 0px 14px 35px rgba(255, 133, 102, 0.2), 0px 16px 35px rgba(26, 55, 77, 0.16) !important;
	border-radius: 10px !important;
	color: #fff !important;
	padding: 10px 16px;
	font-weight: 500;
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
	min-width: 105px;
	text-align: center;
}

.custom-btn:hover {
	text-decoration: none;
	background: transparent !important;
	color: #FE724C !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.top-field-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.06);
	border-radius: 20px;
	padding: 10px 12px;
	margin-bottom: 10px;
}

.top-field-wrapper label {
	padding: 0 !important;
	width: 100%;
	margin-bottom: 5px !important;
}

.top-field-wrapper .form-horizontal {
	display: flex;
	display: -ms-flexbox;
	/* align-items: flex-end; */
	flex-wrap: wrap;
	/* margin: 0 -10px; */
}

.top-field-wrapper .col-sm-10 {
	width: auto;
	padding: 0 !important;
}

.top-field-wrapper .form-horizontal .custom-form-group {
	/* flex: 1; */
	margin: 0;
	margin-right: 12px;
}

.top-field-wrapper input,
.top-field-wrapper select {
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px !important;
	height: 45px;
}

.search-wrap .search {
	background-color: #FE724C;
	box-shadow: 0px 14px 35px rgb(255 133 102 / 20%), 0px 16px 35px rgb(26 55 77 / 16%) !important;
	color: #fff;
	padding: 15px;
	font-size: 0;
	background-image: url(../new-images/search.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 45px;
	width: 45px;
}

.search-wrap .search:hover {
	background-color: #1F2633;
}

.custom-form-group select,
.custom-form-group .chosen-container .chosen-single {
	appearance: none;
	background-image: url(../new-images/select-arrow.svg) !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 10px) center !important;
	padding-right: 30px !important;
}

.top-field-wrapper form {
	margin: 0;
}

.custom-body-outer .chosen-container-single .chosen-drop {
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8) !important;
	box-shadow: 0px 8px 15px rgb(26 55 77 / 12%);
	border-radius: 10px;
}

/* manage lead top field style starts */

/* custom-table design start */
.table-outer-box {
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgb(26 55 77 / 10%);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	border-bottom: 0;
}

.table-outer-box.no-pagination {
	border-radius: 20px;
}

.custom-table-wrapper {
	overflow-y: auto;
}

.custom-table-wrapper table {
	border: 0 !important;
	width: 100%;
	margin: 0 !important;
}

.custom-table-wrapper table th,
.custom-table-wrapper table td {
	border: 0 !important;
	vertical-align: middle !important;
	padding: 0 5px !important;
}

.custom-table-wrapper table th:first-child,
.custom-table-wrapper table td:first-child {
	padding-left: 15px !important;
}

.custom-table-wrapper table th:last-child,
.custom-table-wrapper table td:last-child {
	padding-right: 15px !important;
}

.custom-table-wrapper table th {
	color: #282C3F;
	font-weight: 400;
	font-size: 13px;
	background-color: #F1F4F8 !important;
	height: 40px;
	/* min-width: 130px; */
	white-space: nowrap;
}

.custom-table-wrapper table td {
	font-weight: 400;
	font-size: 13px;
	color: #565C6C;
	border-bottom: 1px solid rgba(207, 218, 227, 0.5) !important;
	height: 30px;
	white-space: nowrap;
	background: transparent !important;
}

.custom-table-wrapper table td a.link-text {
	color: #FE724C;
}

.custom-table-wrapper table .action-wrap a:hover svg path {
	fill: #000 !important;
}

.custom-table-wrapper table .action-wrap {
	width: auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	height: 100%;
}

.custom-table-wrapper table .action-wrap a {
	background: transparent;
	padding: 0;
	margin-right: 12px;
	width: auto;
}

.custom-table-wrapper table td a {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 150px; */
	display: inline-block;
	color: #565C6C;
	cursor: pointer;
}

.custom-table-wrapper table td a:hover {
	color: #FE724C;
	text-decoration: none;
}

.text-arrow {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}

.text-arrow a {
	margin-left: 20px;
}

/* table status color change*/
.custom-table-wrapper table td.status-data span {
	background: #dcdcdc;
	border-radius: 12.5px;
	padding: 4px 10px;
	display: inline-block;
	white-space: nowrap;
	margin: 4px 0;
}

.custom-table-wrapper table td.status-data .approached {
	background: #D5FBF5;
	color: #0E8772;
}

.custom-table-wrapper table td.status-data .not-approache {
	background: #F7DEED;
	color: #D75BA4;
}

.custom-table-wrapper table td.status-data .converted-pre {
	background: #FFF4E0;
	color: #D68800;
}

.custom-table-wrapper table td.status-data .dead-no-response {
	background: #f69086;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .onboard-vendor {
	background: #e5c7f6;
	color: #a200ff;
}

.custom-table-wrapper table td.status-data .in-progress {
	background: #facc78;
	color: #ffa500;
}

.custom-table-wrapper table td.status-data .dropped-by-vendor {
	background: #f996d2;
	color: #ee219e;
}

.custom-table-wrapper table td.status-data .dropped-by-us {
	background: #91c0ec;
	color: #0c78dd;
}

.custom-table-wrapper table td.status-data .doc-issue {
	background: #f69086;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .waiting-no-resp {
	background: #facc78;
	color: #ffa500;
}

.custom-table-wrapper table td.status-data .contact-in-future {
	background: #7bcecc;
	color: #00aba9;
}

.custom-table-wrapper table td.status-data .cancelled {
	background: #f5cac5;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .registered {
	background: #8ba5c2;
	color: #204e81;
}

.custom-table-wrapper table td.status-data .reverted {
	background: #b5e4ac;
	color: #31a41b;
}

.custom-table-wrapper table td.status-data .declined-us {
	background: #f69086;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .declined-vendor {
	background: #f69086;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .rejected {
	background: #f69086;
	color: #e62a18;
}

.custom-table-wrapper table td.status-data .to-sent {
	background: #91cb91;
	color: #008000;
}

.custom-table-wrapper table td.status-data .po-sent {
	background: #91cb91;
	color: #008000;
}

.custom-table-wrapper table td.status-data .pending {
	background: #d6f0a1;
	color: #7db708;
}

.status-data .red {
	background: #FEE5E4 !important;
	color: #FC364A;
}

.status-data .green {
	background: #D5FBF5 !important;
	color: #0E8772;
}

/* table style ends */

/* edit form style starts */

.custom-box {
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.1);
	border-radius: 20px;
	margin-bottom: 20px;
	/* overflow: hidden; */
	position: relative;
}

.custom-box h3 {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	color: #FE724C;
}

.custom-box .box-title {
	position: absolute;
	top: -15px;
	left: 15px;
	background: #FFE7E1;
	border-radius: 10px;
	padding: 5px 15px;
	z-index: 1;
}

.custom-box .box-content-custom {
	padding: 20px;
}

.custom-box .res-padding {
	padding: 20px;
}

.custom-box .col-sm-6,
.custom-box .col-sm-12,
.custom-box .col-sm-4,
.custom-box .col-sm-3 {
	padding: 0 5px;
}

.custom-form-group label {
	width: auto;
	margin: 0;
	display: block;
	margin-bottom: 5px !important;
	line-height: 1.3;
}

.custom-form-group .chosen-container .chosen-single,
.custom-form-group .chosen-container .chosen-choices,
.custom-form-group textarea,
.custom-form-group input,
.custom-form-group select {
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px !important;
	height: 45px !important;
	/* display: flex;
	display: -ms-flexbox;
	align-items: center; */
	padding: 12px 15px;
	line-height: 1.3;
	width: 100%;
	margin-right: 0;
}

.custom-form-group .chosen-container .chosen-choices li.search-field {
	padding: 0;
}

.custom-form-group .chosen-container .chosen-choices li.search-field input {
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
	line-height: 1.3;
	height: auto;
}

.custom-form-group .chosen-container .chosen-single span {
	height: 100%;
	margin-right: 0;
}

.custom-form-group {
	margin: 0;
	margin-bottom: 15px;
}

.custom-form-group .percentage-text-wrap .chosen-container {
	width: auto !important;
}

.custom-form-group textarea {
	height: 45px;
	width: 100%;
	resize: unset;
}

.validation_msg {
	position: absolute;
	margin: 2px 0 0;
	font-size: 12px;
	color: #ff0000;
}

.custom-form-group .chosen-container .search-choice-close {
	/* background: url(../new-images/select-arrow.svg); */
	background-repeat: no-repeat;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.custom-form-group .chosen-drop {
	border: 1px solid rgba(232, 234, 237, 0.8) !important;
}

.custom-form-group .chosen-container.chosen-with-drop .chosen-single {
	background: transparent;
	box-shadow: none;
	border: 1px solid rgba(232, 234, 237, 0.8);
}

.custom-form-group .input-group input {
	border-radius: 0;
	border: 0;
}

.custom-form-group .input-group {
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px !important;
	height: 45px;
}

.custom-form-group .input-group .input-group-addon {
	border: 0;
	background: #F1F2F4;
}

.custom-form-group input[readonly] {
	background: #F1F2F4;
}

.custom-form-group input[type="checkbox"] {
	height: auto !important;
	margin-right: 8px;
}

.custom-form-group span.checkbox {
	min-height: auto;
	padding: 0;
	padding: 10px 0 0 5px;
}

.custom-form-group span.checkbox label {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin: 0;
}

/* checkbox design starts */
.checkbox-wrap {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* .checkbox-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
   */
.checkbox-wrap .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid rgba(177, 208, 224, 0.5);
	border-radius: 4px;
	cursor: pointer;
}

.checkbox-wrap input:checked~.checkmark {
	background-color: #FE724C;
	border-color: #FE724C;
}

.checkbox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-wrap input:checked~.checkmark:after {
	display: block;
}

.checkbox-wrap .checkmark:after {
	left: 4px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-wrap input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}

/* checkbox design ends */

/* btn-wrapper style */
.btn-wrapper {
	text-align: center;
}

.btn-wrapper input {
	display: inline-block;
	line-height: 1.3;
	min-width: 110px;
}

.custom-btn.transparent {
	background: transparent !important;
	color: #FE724C !important;
	box-shadow: none !important;
	border: 1px solid #FE724C;
}

.custom-btn.transparent:hover {
	background: #FE724C !important;
	color: #fff !important;
}

/* edit form style ends */

/* breadcrumb style */
.custom-breadcrumbs li {
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(42, 65, 81, 0.07);
	position: relative;
	font-weight: 400;
	font-size: 13px;
	color: #1F2633;
	padding: 6px 12px;
	margin-right: 20px;
	float: left;
}

.custom-breadcrumbs ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.custom-breadcrumbs ul>li>a {
	display: block;
	color: #1F2633;
}

.custom-breadcrumbs li::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #ffffff;
	position: absolute;
	right: -14px;
	top: 0;
}

.custom-breadcrumbs {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.custom-breadcrumbs li::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-bottom: 14px solid #fff;
	border-left: 14px solid transparent;
	position: absolute;
	left: -14px;
	top: 0;
}

.custom-breadcrumbs li:first-child::before {
	display: none;
}

.custom-breadcrumbs li.active {
	background: #ffeee9;
	filter: drop-shadow(0px 0px 0px rgba(254, 114, 76, 0.4)) drop-shadow(0px -1px 0px rgba(254, 114, 76, 0.4))drop-shadow(0px 0px 0px rgba(254, 114, 76, 0.4)) drop-shadow(0px 1px 0px rgba(254, 114, 76, 0.4));
}

.custom-breadcrumbs li.active::after {
	border-left-color: #ffeee9;
}

.custom-breadcrumbs ul>li>a:hover {
	color: #FE724C;
}

.custom-breadcrumbs ul li.active a {
	color: #FE724C;
}

.custom-breadcrumbs li.active::before {
	border-top-color: #ffeee9;
	border-bottom-color: #ffeee9;
}

.custom-breadcrumbs.cstmmargin {
	margin-bottom: 22px;
}

/* breadcrumb style ends */


/* Tabs Design Start*/

.tab-wrapper .tabs {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	border-bottom: 2px solid #DDE0E4;
	margin-bottom: 20px;
}

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

.tab-wrapper .tabs li a {
	font-weight: 500;
	font-size: 14px;
	color: #565C6C;
}

.tab-wrapper .tabs li {
	margin-right: 40px;
	padding-bottom: 5px;
	position: relative;
}

.tab-wrapper .tabs li a:hover {
	color: #FE724C;
	text-decoration: none;
}

.tab-wrapper .tabs li.active::after {
	content: "";
	position: absolute;
	box-shadow: 0px 4px 4px rgb(254 114 76 / 40%);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #FE724C;
	border-radius: 10px;
}

/* Tabs Design ends*/

.readable-data .custom-form-group input,
.readable-data .custom-form-group .chosen-single {
	background: transparent;
	border: 0;
	padding: 0;
	height: auto !important;
	font-weight: 500;
	font-size: 13px;
	color: #1F2633;
	background-image: none !important;
}

.readable-data .custom-form-group {
	margin-bottom: 12px;
}

.custom-box .box-content-custom.readable-data {
	padding-bottom: 0;
}

.readable-data .row-border {
	border-bottom: 1px solid rgba(207, 218, 227, 0.5);
	margin-bottom: 20px;
}

.readable-data .custom-form-group .form-control:focus {
	box-shadow: unset !important;
}

.readable-data .row-border:last-child {
	border: 0;
	margin-bottom: 0;
}

.percentage-text-wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	background: #FFE3DB;
	border-radius: 8px;
	width: 80px;
	padding: 6px 12px;
}

.custom-form-group .percentage-text-wrap a.chosen-single {
	padding-right: 0px !important;
}

.percentage-text-wrap input,
.percentage-text-wrap select,
.percentage-text-wrap .chosen-single {
	text-align: center;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
	color: #FE724C !important;
}

.percentage-text-wrap .chosen-disabled {
	opacity: 1 !important;
}

.toggle-sidebar {
	display: inline-block !important;
	color: #FE724C !important;
	cursor: pointer;
	padding: 7px 0 0 20px;
}

.sidebar-wrapper,
.body-wrapper {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.685, .0473, .346, 1);
	-webkit-overflow-scrolling: touch;
}

.top-field-wrapper .custom-field-wrap .custom-form-group {
	/* flex: unset;
	width: 33.333%; */
	margin: 0;
	padding: 0 5px;
	margin-bottom: 0px;
}

#left {
	display: none !important;
}

div#main {
	margin-left: 0 !important;
}

.sidebarToggle .body-wrapper {
	width: 100%;
}

.sidebarToggle .sidebar-wrapper {
	display: block;
	top: unset;
	bottom: 0;
	height: 100%;
	width: 0;
	right: 0;
	left: 0;
	z-index: 1032;
	visibility: visible;
	overflow-y: visible;
	padding: 0;
	transition: all .5s cubic-bezier(.685, .0473, .346, 1);
	transform: translate3d(-290px, 0, 0);
}

.sidebar-wrapper {
	transform: translateZ(0);
}

/* pagination style start */
.custom-pagination {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgb(26 55 77 / 10%);
	border-radius: 0px 0 20px 20px;
	padding: 10px 15px;
	border-top: 0;
}


.custom-pagination ul {
	padding: 0;
	margin: 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.custom-pagination ul li {
	background: #fff;
	border-radius: 5px;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
}

.custom-pagination ul li.next {
	margin: 0;
}

.custom-pagination ul li.details {
	display: none;
}

.custom-pagination ul li a.current {
	color: #FE724C;
	font-weight: 700;
}

.custom-pagination ul li.next,
.custom-pagination ul li.prev {
	border: 2px solid #BCBCBC;
	border-radius: 10px;
	width: 40px;
	height: 40px;
}

.custom-pagination ul li.next a,
.custom-pagination ul li.prev a {
	font-size: 0;
}

.custom-pagination ul li a {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	color: #565C6C;
}

.custom-pagination ul li.next a::after {
	content: "";
	background-image: url(../new-images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 12px;
	left: 14px;
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	opacity: 0.6;
}

.custom-pagination ul li.prev a:after {
	content: "";
	position: absolute;
	background-image: url(../new-images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 8px;
	left: 6px;
	transform: rotate(180deg);
	opacity: 0.5;
}

.custom-pagination ul li:hover a {
	color: #FE724C;
}

.custom-pagination ul li:hover a::after {
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
}

.dataTables_wrapper .dataTables_length {
	margin: 10px;
}

.dataTables_wrapper .dataTables_length label {
	font-weight: 400;
	font-size: 13px;
}

.dataTables_wrapper .dataTables_length label select {
	margin: 0 10px;
	width: 60px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_length label select:focus {
	outline: 0;
}

/* pagination style ends */
.checkbox-wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-right: 20px;
}

.checkbox-wrap input[type="checkbox"] {
	width: auto;
	margin-top: 0px !important;
}

.checkbox-wrap label {
	margin: 0 !important;
	cursor: pointer;
}

.custom-box .expand-wrap {
	margin: 0;
	background: #F1F2F4;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 600;
}

.custom-box .col-sm-12 .row {
	margin-left: -10px;
	margin-right: -10px;
}

/* dashboard screen style ends */

/* datepicker style starts */
.datepicker.dropdown-menu {
	width: 300px;
	background: #FFFFFF;
	border: 1px solid rgba(177, 208, 224, 0.8);
	box-shadow: 0px 8px 15px rgba(26, 55, 77, 0.12);
	border-radius: 10px;
}

.datepicker.dropdown-menu table {
	width: 100%;
}

.datepicker.dropdown-menu td.active {
	background: #FE724C !important;
}

.datepicker.dropdown-menu td.day {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	margin: 0 10px;
	border: 0 !important;
	text-align: center;
}

.datepicker.dropdown-menu th.switch,
.datepicker.dropdown-menu th.prev,
.datepicker.dropdown-menu th.next {
	padding: 10px 0;
}

.datepicker table tr td.day:hover {
	background: #FE724C !important;
	color: #fff !important;
}

.datepicker table tr td.day.new:hover,
.datepicker table tr td.day.old:hover {
	opacity: 0.5;
}

/* datepicker style ends */


/* common/custom-dialog style start */
.custom-dialog {
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.1);
	border-radius: 20px;
	overflow: hidden;
}

.custom-dialog .modal-content {
	border: 0;
	box-shadow: none;
}

.custom-dialog .modal-header {
	border: 0;
	padding: 15px 15px 20px;
	text-align: center;
}

.custom-dialog .modal-title {
	font-weight: 700;
	font-size: 22px;
}

.custom-dialog .modal-body {
	padding: 0 20px;
}

.custom-form-group input::placeholder {
	font-weight: 300;
}

.custom-dialog .custom-form-group textarea {
	height: 100px !important;
}

.custom-upload-wrap {
	position: relative;
	margin-bottom: 15px;
}

.custom-dialog .upload-btn {
	background: #FFE3DB;
	border-radius: 10px;
	padding: 15px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #FE724C;
}

.custom-dialog .MultiFile-wrap input {
	cursor: pointer;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 48px;
}

.upload-btn svg {
	margin-right: 6px;
}

.modal-header .close {
	opacity: 1;
	font-weight: 300;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.custom-dialog .btn-wrapper {
	margin-bottom: 30px;
}

.MultiFile-label {
	text-align: center !important;
	padding-right: 10px;
}

.MultiFile-list br {
	display: none;
	text-align: center;
}

.MultiFile-list {
	padding-top: 10px;
	display: flex;
	display: -ms-flexbox;
}

/* common/custom-dialog style start */

/* file upload for pages style starts */
.file-upload-wrap input {
	padding: 0;
	border: 0;
	height: auto !important;
	position: absolute;
	top: 0;
	opacity: 0;
}

.file-upload-wrap {
	position: relative;
	display: inline-block;
}

.file-upload-wrap .custom-upload {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #FE724C;
}

.file-upload-wrap .custom-upload svg {
	margin-right: 6px;
}

/* ends file upload style */
/* texteditor style start */
.texteditor .cke_chrome {
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px;
	overflow: hidden;
}

.texteditor .cke_chrome * {
	border: 0;
}

.texteditor span#cke_1_bottom {
	background: transparent;
}

.texteditor span.cke_toolbar_break {
	display: none;
}

.texteditor span#cke_1_toolbox {
	display: -webkit-inline-box;
}

.texteditor span#cke_1_top {
	padding: 0;
	background: #eee !important;
}

.texteditor .cke_button {
	padding: 6px;
}

.texteditor span.cke_toolgroup {
	margin: 0 !important;
}

/* texteditor style ends */


/* custom-cards style starts */
.custom-cards-wrapper {
	display: flex;
	display: -ms-flexbox;
	margin: 0 -6px;
	margin-bottom: 25px;
}

.custom-cards {
	flex: 1;
	background: #FFFFFF;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.06);
	border-radius: 20px;
	margin: 0 6px;
	padding: 15px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.custom-cards.btn-cards {
	flex: unset;
}

.custom-cards p {
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	color: #565C6C;
	margin-bottom: 8px;
}

.custom-cards h4 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}

.inner-textbtn .btn-group {
	display: flex;
	display: -ms-flexbox;
}

.inner-textbtn {
	text-align: center;
}

.inner-textbtn .btn-group .custom-btn {
	min-width: auto;
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px;
}

.inner-textbtn .btn-group .custom-btn:last-child {
	margin-right: 0;
}

.checklist .custom-cards:nth-child(1) {
	border-bottom: 3px solid #00D5FF;
}

.checklist .custom-cards:nth-child(2) {
	border-bottom: 3px solid #635BFF;
}

.checklist .custom-cards:nth-child(3) {
	border-bottom: 3px solid #17B5A5;
}

.checklist .custom-cards:nth-child(4) {
	border-bottom: 3px solid #FE724C;
}

/* #tblMain_wrapper .top {
	display: none;
} */

div#tblMain_processing {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(255 255 255 / 60%);
	font-weight: 700;
	font-size: 18px;
	top: 0;
	padding-top: 100px;
	text-align: center;
}

div#tblMain_wrapper {
	position: relative;
}

/* custom-cards style ends */

/* pdf-doc-section starts */
.doc-row-wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px
}

.box-wrap {
	background: #FFFFFF;
	border: 1px solid #E8EAED;
	border-radius: 10px;
	margin: 0 10px;
	padding: 15px;
	display: flex;
	display: -ms-flexbox;
	width: 31.16%;
	margin-bottom: 20px;
}

.box-wrap h4 {
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	margin-bottom: 2px;
}

.box-wrap .img-wrap {
	margin-right: 10px;
}

.box-wrap p {
	font-weight: 400;
	font-size: 11px;
	margin: 0;
}

.box-wrap .file-size {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-left: 8px;
}

.box-wrap .file-size::before {
	position: absolute;
	content: "";
	background: #565C6C;
	opacity: 0.3;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* pdf-doc-section ends */

/* center upload style starts */
.file-upload-wrap.center-upload {
	text-align: center;
	width: 100%;
}

.center-upload .custom-upload {
	background: #fff1ed;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 5px;
}

.box-content-custom form {
	margin: 0;
}

.center-upload .custom-upload svg {
	vertical-align: middle;
	height: 100%;
	margin: 0;
	width: 26px;
}

.center-upload input {
	width: 64px;
	height: 64px !important;
}

.center-upload .help-block {
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
	opacity: 0.7;
	margin: 0;
	margin-bottom: 5px;
	line-height: 2;
}

.file-upload-wrap .label-info {
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
	padding: 0;
	display: block;
	margin-bottom: 2px;
	line-height: 1.3;
}

/* center upload style ends */

/* delete dialog style starts */
.modal.smallheight.in .modal-dialog {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0%, 50%);
}

.modal-backdrop.in {
	background-color: rgba(31, 38, 51, 0.9);
	opacity: 1;
}

.center-wrap {
	text-align: center;
	margin-bottom: 25px;
}

.custom-dialog h2 {
	font-weight: 700;
	font-size: 22px;
	margin: 0;
	margin-bottom: 6px;
}

.custom-dialog p {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
}

.center-wrap .img-wrap {
	margin-bottom: 25px;
}

.center-wrap {
	width: 540px;
}

.center-wrap .btn-wrapper {
	margin-bottom: 40px;
}

.modal {
	z-index: 9999;
}

/* delete dialog ends */

/* custom- scrollbar starts */
/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #DEE2EF;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #d5d8e4;
}

/* custom- scrollbar ends */

.fname-right .label-info {
	margin: 0;
	padding-left: 20px;
	float: right;
	display: inline-block;
}

/* custom loader style */
.dot-loader {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #f44336;
	position: relative;
	-webkit-animation: 1.2s grow ease-in-out infinite;
	animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
	-webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
	animation: 1.2s grow ease-in-out infinite 0.15555s;
	margin: 0 10px;
}

.dot-loader--3 {
	-webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
	animation: 1.2s grow ease-in-out infinite 0.3s;
}

/* keyframe */
@-webkit-keyframes grow {

	0%,
	40%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes grow {

	0%,
	40%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ends loader */

/* custom checkbox style start */

.checkbox-wrap .custom-checkbox {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
}

.custom-checkbox:hover input~.checkmark {
	background-color: #f1f2f4;
}

.custom-checkbox input:checked~.checkmark {
	background-color: #FE724C;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* custom checkbox style ends */
.no-record {
	height: 300px;
}

.custom-dialog .no-record {
	height: 200px;
}

.no-record img {
	margin-bottom: 25px;
}

.no-record p {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	color: #425466;
}

.pb-0 {
	padding-bottom: 0 !important;
}

/* jquery msg/dialog style for common */

.ui-widget.ui-widget-content {
	background: #FFFFFF;
	border: 1px solid #CFDAE3 !important;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.1);
	border-radius: 20px;
	padding-top: 10px;
}

.ui-widget-content .ui-widget-header {
	background: transparent;
	border: 0;
}

button.ui-button {
	background-color: transparent !important;
	border: 0 !important;
	top: 8px !important;
}

button.ui-button:hover,
button.ui-button:focus {
	opacity: 0.6;
	outline: 0;
}

/* ends */

.custom-table-wrapper .form-control[readonly],
.custom-table-wrapper .form-control[disabled],
.custom-table-wrapper select,
.custom-table-wrapper input,
.custom-table-wrapper textarea,
.custom-table-wrapper div.tagsinput {
	border-radius: 20px !important;
	background: #f1f4f8;
	border: 1px solid #CFDAE3;
	margin: 10px 0;
	resize: none;
}

.assign-notification {
	position: absolute;
	top: 70px;
	right: 20px;
	font-size: 13px;
	z-index: 1;
	font-weight: 600;
}

.btn-right-wrap {
	text-align: right;
	margin-bottom: 15px;
}

.custom-dialog .table-outer-box {
	margin-bottom: 20px;
}

.custom-form-group .form-control:focus {
	border-color: #FE724C !important;
	box-shadow: 0 0 4px 0px #f7a189 !important;
}

.custom-form-group .chosen-container .chosen-drop li.highlighted {
	background: #FE724C;
}

/* tooltip common design */
.tooltip .tooltip-inner {
	background: #0A2540;
	border-radius: 8px;
	padding: 5px 10px;
	white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0A2540
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0A2540
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #0A2540
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #0A2540
}

/* tooltip design ends */

.no-record.diff-wrap {
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



/* Order Modules starts */
.search-refresh-wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-left: 5px;
}

.refresh-wrap {
	border: 1px solid #FE724C;
	border-radius: 10px;
	width: 43px;
	height: 43px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 15px;
}

.refresh-wrap button {
	padding: 0;
	border: 0;
	background: transparent;
}

.search-refresh-wrap .search-wrap {
	margin-right: 15px;
}

.refresh-wrap:hover {
	background: #1F2633;
	border-color: #1F2633;
}

.refresh-wrap:hover svg path {
	fill: #fff;
}


/* right-tabs-design start */
.right-wrap .tab-wrapper ul {
	background: rgba(254, 114, 76, 0.1);
	border-radius: 10px;
	padding: 4px;
	margin: 0;
}

.right-wrap .tab-wrapper ul li {
	padding: 8px 20px;
	margin-right: 0;
}

.right-wrap .tab-wrapper ul li.active::after {
	display: none;
}

.right-wrap .tab-wrapper ul li.active {
	background: #FFFFFF;
	box-shadow: 0px 16px 30px rgba(37, 50, 54, 0.1);
	border-radius: 10px;
}

.right-wrap .tab-wrapper ul li.active a {
	font-weight: 700;
	font-size: 14px;
	color: #FE724C;
}

/* ends tabs design */

/* calender icon style */
.custom-form-group.date-field input {
	background-image: url(../new-images/calendar.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(100% - 15px) center;
	width: 180px;
}

.date-field .date-border {
	position: relative;
}

.date-field .date-border::after {
	content: "";
	position: absolute;
	background: rgba(232, 234, 237, 0.7);
	width: 1px;
	height: 100%;
	top: 0;
	right: 46px;
}

/* calendar style ends */
/* multi-select design start */
.custom-form-group.multi-select .chosen-container.chosen-container-multi .chosen-choices .search-choice {
	border: 0;
	padding: 0;
	background: #FFE7E1;
	border-radius: 8px;
	color: #FE724C;
	padding: 10px 25px 10px 12px;
	position: relative;
	margin-right: 4px;
}

.custom-form-group.multi-select .chosen-container.chosen-container-multi .chosen-choices .search-choice span {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

.custom-form-group.multi-select ul.chosen-choices {
	overflow-x: auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	width: 300px;
}

.custom-form-group .chosen-container.chosen-container-multi {
	width: auto !important;
}

.custom-form-group.multi-select ul.chosen-choices .search-choice:nth-child(1) {
	margin-left: -10px;
}

.custom-form-group.multi-select ul.chosen-choices input {
	padding: 0 !important;
}

body .custom-body-outer .custom-form-group.multi-select .search-choice-close {
	background: url(../new-images/close-icon.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right center;
	top: 50% !important;
}

select::-ms-expand {
	display: none;
}

/* multi-select design ends */

/* top-status style starts */
.top-status-wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.top-status-wrap .box-wrap {
	width: 18.23%;
	padding-right: 10px;
	align-items: center;
	border-bottom: 2px solid;
	border-radius: 15px;
}

.top-status-wrap .box-wrap .icon-wrap {
	margin-right: 10px;
}

.top-status-wrap .box-wrap h4 {
	font-weight: 700;
	font-size: 18px;
}

.top-status-wrap .box-wrap p {
	font-weight: 400;
	font-size: 11px;
	color: #565C6C;
}

.box-wrap.alert {
	border-bottom-color: #FF861F;
}

.box-wrap.processed {
	border-bottom-color: #17B5A5;
}

.box-wrap.ship-pending {
	border-bottom-color: #635BFF;
}

.box-wrap.pending {
	border-bottom-color: #0083FF;
}

.box-wrap.hold {
	border-bottom-color: #E0BB00;
}

.box-wrap.cancel {
	border-bottom-color: #FF4848;
}

.box-wrap.medicine {
	border-bottom-color: #82954B;
}

.box-wrap.attention {
	border-bottom-color: #F95CC7;
}

.box-wrap.order {
	border-bottom-color: #BF9270;
}

/* top-status style ends */

.table-top-head {
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
	margin: 0;
}

.filter-data .custom-table-wrapper table.first-table tr:first-child td {
	background-color: #F1F4F8 !important;
}

.filter-data .custom-table-wrapper table th {
	border-bottom: 1px solid #d3d4d5 !important;
	font-weight: 600;
}

.filter-data .table-outer-box {
	margin-bottom: 25px;
	height: 100%;
}

/* CS user manage style */
.custom-table-wrapper .img-wrap {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.custom-table-wrapper .img-wrap img {
	width: 100%;
}

.custom-table-wrapper .user-data {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

/* datatable search and pagination style */
.custom-table-wrapper .user-data {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.custom-table-wrapper .dataTables_filter label span {
	display: none;
}

.custom-table-wrapper .dataTables_filter input {
	width: 100% !important;
	background: #FFFFFF;
	border: 1px solid rgba(232, 234, 237, 0.8);
	border-radius: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #565C6C;
	height: 40px;
	padding: 0 15px;
	margin: 0;
}

.custom-table-wrapper .dataTables_filter {
	width: 200px;
	margin: 10px;
}

.custom-table-wrapper .dataTables_filter label {
	margin: 0;
}

/* datatables pagination style */
.dataTables_wrapper .dataTables_paginate a.paginate_button {
	background: transparent;
}

.dataTables_wrapper .dataTables_paginate .previous,
.dataTables_wrapper .dataTables_paginate .next {
	border: 2px solid #BCBCBC;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0;
	position: relative;
}

.dataTables_wrapper .dataTables_paginate {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.dataTables_wrapper .dataTables_paginate .previous::after {
	content: "";
	position: absolute;
	background-image: url(../new-images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 8px;
	left: 6px;
	transform: rotate(180deg);
	opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .next::after {
	content: "";
	background-image: url(../new-images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 12px;
	left: 14px;
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	opacity: 0.6;
}

.dataTables_wrapper .dataTables_paginate .previous:hover::after {
	filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
	-webkit-filter: brightness(50%) sepia(80) saturate(100) hue-rotate(360deg);
}

.dataTables_wrapper .dataTables_paginate .first,
.dataTables_wrapper .dataTables_paginate .last {
	font-weight: 600;
	font-size: 14px;
	color: #FE724C;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #FE724C;
}

.dataTables_wrapper .dataTables_paginate .first:hover,
.dataTables_wrapper .dataTables_paginate .last:hover {
	color: #1f2633;
}

/* ends paginations style */

/* datatbales ends */

/* custom radio button style starts */
.custom-form-group label.radio {
	display: inline-flex;
	align-items: center;
	color: black;
	position: relative;
}

.radio-wrap input {
	display: none;
}

.radio-wrap .circle {
	position: absolute;
	height: 14px;
	width: 14px;
	border: 1px solid #FE724C;
	display: inline-block;
	left: 0;
	border-radius: 50%;
}

.radio-wrap .circle:after {
	content: '';
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	background: #FE724C;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.radio-wrap .radio input:checked~.circle:after {
	opacity: 1;
}

.custom-form-group .radio-wrap {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	padding-top: 10px;
}

.radio-wrap .radio input:checked {
	border-color: #FE724C;
}

.radio-wrap label.radio {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	line-height: 1.3;
	font-weight: 400;
}

.radio-group {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
}

.radio-group .radio-wrap {
	margin-right: 20px;
}

/* radio button ends */
.custom-form-group .chosen-container.chosen-container-multi .chosen-choices .search-choice {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

/* for old header live */
.custom-navigation .main-nav .dropdown-menu::before {
	margin-left: 0;
	left: 30px;
}

.custom-navigation .main-nav>li>a:hover,
.custom-navigation .main-nav>li.open>a {
	text-decoration: none;
	background: transparent !important;
	color: #fe724c !important;
}

.custom-navigation .main-nav>li>a {
	padding: 10px !important;
	padding-bottom: 0 !important;
	color: #1F2633 !important;
}

#navigation .main-nav>li>a .caret {
	border-top-color: #1F2633 !important;
}

/* end old header */
.custom-box .box-content-custom .col-sm-4 {
	/* width: 20%; */
	width: auto;
}

.table.dataTable .sorting {
	padding-right: 30px !important;
}

/* auto-search style */
body .auto_search_css {
	border: 1px solid #CFDAE3;
	background: #FFFFFF;
	position: absolute;
	display: none;
	padding: 2px 2px;
	top: auto;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 0px 16px 30px rgb(26 55 77 / 10%);
	width: auto;
	left: auto;
}

/* auto search style ends */

.error_msg {
	color: red;
	font-size: 12px;
}

/* loader style starts*/
.custom-loader {
	display: inline-block;
	font-size: 0px;
	padding: 0px;
}

.custom-loader span {
	vertical-align:
		middle;
	border-radius: 100%;
	display:
		inline-block;
	width: 15px;
	height: 15px;
	margin: 3px 2px;
	-webkit-animation: custom-loader 0.8s linear infinite alternate;
	animation:
		custom-loader 0.8s linear infinite alternate;
}

.custom-loader span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgb(254 114 76 / 66%);
}

.custom-loader span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgb(254 114 76 / 88%);
}

.custom-loader span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: #FE724C;
}

.custom-loader span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgb(254 114 76 / 88%);
}

.custom-loader span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgb(254 114 76 / 66%);
}

@keyframes custom-loader {
	from {
		transform: scale(0, 0);
	}

	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes custom-loader {
	from {
		-webkit-transform: scale(0, 0);
	}

	to {
		-webkit-transform: scale(1, 1);
	}
}

/* loader style ends */

/* sweet alert style */
.sweet-alert.showSweetAlert {
	background: #FFFFFF;
	border: 1px solid #CFDAE3;
	box-shadow: 0px 16px 30px rgba(26, 55, 77, 0.1);
	border-radius: 20px;
}

.sweet-alert.showSweetAlert button {
	background: #FE724C !important;
	border: 1px solid #FE724C !important;
	box-shadow: 0px 14px 35px rgb(255 133 102 / 20%), 0px 16px 35px rgb(26 55 77 / 16%) !important;
	border-radius: 10px !important;
	padding: 10px 16px;
	font-weight: 500;
	font-size: 14px;
	margin-right: 15px;
	min-width: auto !important;
	text-align: center;
}

.sweet-alert.showSweetAlert h2 {
	font-weight: 700 !important;
	font-size: 22px !important;
	color: #1F2633 !important;
}

.sweet-alert button:hover {
	background: transparent !important;
	color: #FE724C !important;
}

.sweet-alert button.cancel {
	background: transparent !important;
	color: #FE724C !important;
	box-shadow: none !important;
}

.sweet-alert button.cancel:hover {
	background: #FE724C !important;
	color: #fff !important;
}

/* sweet alert style ends */
.top-field-wrapper .col-sm-12 {
	padding: 0 10px;
}

.blog-list-post {
	border-bottom: 0;
	margin-top: 10px;
	padding: 0;
}

.blog-list-post h4 {
	font-size: 15px;
	color: #fe724c;
}

.modal-dialog.custom-dialog .col-sm-6 {
	padding: 0 5px;
}

.modal-dialog.custom-dialog .row {
	margin: 0 -10px;
}

.custom-table-wrapper .dataTables_scrollBody {
	position: unset !important;
}

.custom-dialog p.content-text {
	margin-bottom: 20px;
}

/*  */
form#editchecklistform .tagsinput .tag {
	font-size: 12px;
	line-height: 1.3;
	background: #FFE7E1;
	border-radius: 10px;
	color: #FE724C;
}

form#editchecklistform .tagsinput a {
	color: #FE724C;
}

.file-upload-wrap.add_task div#attach_fileinfo_wrap_list {
	width: 200px;
	overflow-x: auto;
	margin-right: 10px;
}

.file-upload-wrap.add_task .MultiFile-title {
	white-space: nowrap;
}

.top-field-wrapper.more-field .custom-form-group {
	margin-bottom: 10px;
}
.custom-dialog .custom-form-group.multi-select ul.chosen-choices {
    width: 250px;
}














/* responsive starts */
@media (min-width: 840.98px) {

	.toggle-mobile,
	.mobile-nav {
		display: none !important;
	}

	#new_toggle_btn {
		display: none;
	}
}

@media (min-width: 767.98px) {
	.search-wrap .search {
		margin-top: 20px;
	}
}

@media (max-width: 1315.98px) {
	.custom-navigation .main-nav>li>a {
		padding: 10px 6px !important;
	}
}

@media (max-width: 1199.98px) {
	.custom-body-outer .body-wrapper {
		width: 100%;
	}

	.custom-form-group textarea {
		width: 100% !important;
	}

	.sidebar-wrapper {
		position: absolute;
		z-index: 22;
	}

	.custom-box {
		margin-bottom: 30px;
	}

	.custom-box .box-content-custom {
		padding: 15px;
	}

	form .custom-box {
		margin-bottom: 35px;
	}

	.custom-navigation #brand {
		background: unset !important;
	}

	.no-record p {
		font-size: 14px;
	}

	.no-record img {
		margin-bottom: 15px;
	}

	.top-field-wrapper .form-horizontal .custom-form-group {
		flex: unset;
		margin-bottom: 20px;
		/* width: 33.333%; */
		margin-right: 0;
		padding: 0 6px;
		min-width: auto !important;
	}

	.search-wrap {
		/* margin-bottom: 20px; */
		padding: 0 6px;
	}

	.top-field-wrapper .form-horizontal {
		margin: 0 -6px;
	}

	.search-refresh-wrap {
		align-items: flex-start;
	}

}

@media (max-width: 1024.98px) {}

@media (max-width: 991.98px) {
	.box-wrap {
		margin: 0 6px;
		margin-bottom: 12px;
	}

	.filter-data .col-sm-6 {
		width: 100%;
	}

	.filter-data .row {
		flex-wrap: wrap;
	}
}

@media (max-width: 840.98px) {

	#navigation .toggle-nav {
		display: block !important;
	}

	ul.mobile-nav.menuToggle {
		transition: .3s ease all;
		opacity: 1;
		visibility: visible;
		height: auto;
	}


	ul.mobile-nav {
		opacity: 0;
		visibility: hidden;
		height: 0;
		margin: 0;
	}

	ul.mobile-nav.menuToggle {
		padding-top: 20px;
		height: 500px;
		overflow-x: auto;
		list-style: none;
	}

	ul.mobile-nav.menuToggle li {
		list-style: none;
		padding: 5px 0;
	}

	a.toggle-mobile {
		display: none;
	}
}

@media (max-width: 767.98px) {

	/* .col-sm-4:last-child .custom-form-group, .col-sm-12:last-child .custom-form-group, .col-sm-3:last-child .custom-form-group {
		margin-bottom: 0;
	} */
	.custom-form-group {
		width: 100% !important;
	}

	.custom-box .box-content-custom .col-sm-4 {
		float: left;
	}

	.custom-body-outer .page-header {
		display: block;
	}

	.box-wrap {
		width: 100%;
	}

	.custom-box h3 {
		font-size: 12px;
	}

	.custom-box .box-title {
		padding: 5px 10px;
	}

	.page-header .right-wrap {
		margin-top: 10px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.left-wrap h1 {
		font-size: 22px;
	}

	.custom-body-outer .body-wrapper {
		padding: 20px 15px 40px;
	}

	.top-field-wrapper .form-horizontal .custom-form-group {
		width: 100% !important;
	}

	.custom-navigation #brand {
		margin-right: 0;
	}

	.custom-navigation #brand img {
		max-width: 160px;
	}

	.custom-navigation {
		padding: 16px 0;
	}

	.custom-navigation .toggle-sidebar {
		padding: 0 0 0 10px;
	}

	.custom-navigation .user .dropdown>a {
		font-size: 12px;
	}

	/* breadcrumb style starts */
	.custom-breadcrumbs li {
		padding: 6px;
		margin-right: 15px;
		font-size: 10px;
		margin-bottom: 6px;
	}

	.custom-breadcrumbs li::before {
		border-top: 12px solid #fff;
		border-bottom: 13px solid #fff;
		border-left: 10px solid transparent;
		left: -10px;
	}

	.custom-breadcrumbs li::after {
		border-top: 12px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 10px solid #ffffff;
		right: -10px;
	}

	/* breadcrumb style ends */
	.custom-breadcrumbs {
		margin-bottom: 20px;
	}

	.custom-breadcrumbs.cstmmargin {
		margin-bottom: 10px;
	}

	.custom-btn {
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 5px !important;
		margin-right: 6px;
	}

	.center-upload .custom-upload,
	.center-upload input {
		width: 40px;
		height: 40px;
	}

	.center-upload .custom-upload svg {
		width: 18px;
	}

	.col-sm-6,
	.col-sm-12,
	.col-sm-4 {
		width: 100%;
	}

	form .custom-box {
		margin: 20px 0;
	}

	.tab-wrapper .tabs {
		margin-bottom: 10px;
	}

	/* dialog responsive starts */
	.custom-dialog {
		width: 100%;
		margin: 0;
	}

	.modal {
		overflow: auto;
	}

	/* dialog responsive ends */
	.custom-box .res-padding {
		padding: 15px 15px 20px;
	}

	.btn-group-wrap .custom-btn {
		width: 47.6%;
		margin-bottom: 10px;
	}
}