.custom-navbar {
	background: var(--body-bg);
	box-shadow: 0px 7px 16px 1px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid var(--bs-border-color);
	padding: 8px;
}

.custom-navbar button:focus {
	outline: 0;
	box-shadow: none;
}

.border-gray {
	border: 1px solid var(--bs-border-color);
}

.custom-select {
	background-color: transparent;
	border: none;
	color: #80878E;
	font-size: 14px;
}

.profile-name {
	background: var(--lightblue);
	width: 24px;
	height: 24px;
	font-size: 10px;
	text-align: center;
	border-radius: 50% 50%;
	line-height: 24px;
	display: inline-block;
}

.fx-menu-pnl {
	background: var(--white);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-top: 1px solid var(--bs-border-color);
}

.fx-menu-pnl a {
	color: var(--black);
	text-decoration: none;
	font-size: 12px;
}

.mobi-collapse-pnl {
	bottom: 64px;
}

.scrollarea {
	overflow-y: auto;
}

.sidenav a {
	color: var(--black);
	text-decoration: none;
	border-bottom: none;
}

@media (max-width: 768px) {
	.navbar {
		display: block;
	}
}
/*left menu styling *//* Left Navbar */

.left-nav {
	position: absolute;
	top: 0%;
	left: 0;
	width: 0%;
	height: calc(100vh - 64px);
}

.left-nav ul {
	width: 50px;
	height: 100vh;
	background: var(--body-bg);
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	transition: left .3s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(117, 117, 117, 0.5);
}

.left-nav .menu li.title-menu {
	background: #f2f2f2;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.left-nav .menu a {
	display: block;
	padding: 6px;
	border-bottom: 1px solid var(--bs-border-color);
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: var(--black);
}

.left-nav .menu a:hover {
	background: var(--white);
	color: var(--black);
}

.left-nav .submenu {
	left: -225px;
	z-index: 9;
	overflow-y: auto;
	width: 225px;
}

.left-nav .submenu.open {
	left: 0px;
}

.sidenav-col {
	width: 50px;
	position: relative;
	box-shadow: 5px 0px 16px 1px rgb(0 0 0 / 3%);
}

.left-nav ul.menu {
	width: 50px;
}

.navbar-toggler {
	display: none;
}

.left-nav .menu a:hover .bi,
.left-nav .menu a.active .bi {
	color: var(--orange) !important;
}

.left-nav .menu a.accordion-button {
	display: flex;
	border-bottom: 1px solid var(--bs-border-color) !important
}

.left-nav .submenu .accordion-body a {
	padding-left: 16px;
}

.offcanvas {
	width: 150px;
}

.left-nav .submenu li a {
	padding: 10px;
	font-weight: 600;
}

.left-nav .menu a:hover .bi,
.left-nav .menu a.active .bi {
	color: var(--orange) !important;
}

/* Submenu ============*/
.left-nav .submenu li.title-menu {
	background: var(--white);
	color: #575D69;
}

.left-nav .submenu li.go-back {
	background: var(--bg-background);
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}


.item-submenu a.notactive .menu-icn path,
.item-submenu a.notactive .menu-icn circle {
	fill: #767676;
}




.path-white {
	fill: #fff !important;
}

@media screen and (max-width: 320px) {
	.left-nav ul {
		width: 100%;
	}
}

.smiley {
	position: absolute;
	right: 83px;
	top: 10px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.overflow-overlay {
	overflow: overlay;
}

.custom-folio-header {
	border-radius: 8px 8px 0px 0px;
	background: linear-gradient(90deg, #EF8C24 0.04%, #F06837 99.96%);
	position: relative;
}

.custom-folio-header::after {
	background: url(../images/folio-header-icn.svg) no-repeat;
	content: '';
	position: absolute;
	right: -75px;
	bottom: -75px;
	width: 150px;
	height: 150px;
}

.default-col {
	height: 100vh;
}

.switch-mode-tab {
	margin: 4px auto;
	border: 1px solid var(--black) !important;
	width: 26px;
	padding: 2px !important;
	border-radius: 14px;
}

.switch-mode-tab.nav-pills .nav-link {
	border: none !important;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 0px !important;
	padding: 0 !important;
}

.switch-mode-tab.nav-pills .nav-link.active {
	color: #fff !important;
	background: var(--orange) !important;
}

svg.menu-icn {
	width: 22px;
	height: 22px;
}

/* Header CSS */
.header-pnl {
	background: linear-gradient(0deg, #BE2A2A 5.9%, #EF7F1A 94.28%);
	padding: 0;
}

.custom-navbar .custom-select {
	padding: 0 20px 0 0;
	color: #fff;
}

.custom-navbar .custom-select::after {
	background-image: none;
	content: " \F282";
	font-family: bootstrap-icons;
	font-style: normal;
	transform: none;
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: 0;
	color: #fff;
	border: 0;
}

.custom-navbar ::placeholder {
	color: #fff !important;
	opacity: 1;
}

.custom-navba ::-ms-input-placeholder {
	color: var(--white) !important;
}

.bg-custom-searchbox {
	background: rgba(255, 255, 255, 0.1) !important;
}

/* .form-control.bg-custom-searchbox,
  .input-group-text.bg-custom-searchbox {
	border-color: #fff !important;
	color: #fff !important;
  } */

.profile-btn:after {
	content: " \F282";
	font-family: bootstrap-icons;
	position: relative;
	font-style: normal;
	transform: none;
	font-size: 12px;
	top: 5px;
	right: 0;
	color: #fff;
	padding: 0;
	background: none;
	border: 0;
}

:root {
	--header-stockgreen: #66b20f;
	--header-stockred: #fe3c30;
}

.colored_status-bg {
	padding: 2px 4px;
	border-radius: 4px;
	font-weight: bold;
	color: var(--black) !important;
}

.colored_status-bg.text-status {
	color: #353535 !important;
	background: #fff !important;
}

.colored_status-bg.text-danger {
	color: #353535 !important;
	background: #fff !important;
}

.min-width-105 {
	min-width: 105px;
}

.search_bar {
	background: url(../basemasterpage/images/icon-search.png) right 14px center no-repeat;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 30px;
	cursor: pointer;
}

.search_bar input {
	width: 270px;
	max-width: 100%;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 50px;
	color: #4b4b4b;
	outline: 0;
	background-size: 18px;
	transition: .3s;
}

.mh-30 {
	max-height: 30px;
}

.header-profile-card {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 8px;
}

.main-navlink {
	padding: 10px;
	display: inline-block;
	line-height: 15px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.sub-navlink {
	padding: 10px;
	display: inline-block;
	line-height: 15px;
	color: rgb(0, 0, 0);
	font-weight: normal;
}

.current {
	border-bottom: 3px solid #F8821E;
	color: #F8821E;
}

.border-rightdark {
	border-right: 1px solid #d0d0d0;
}

.submenu-section {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	margin-bottom: 5px;
}

.ndropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	width: 100%;
	display: none;
	min-width: 160px;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.gradient-header {

	background: linear-gradient(0deg, #BE2A2A 5.9%, #EF7F1A 94.28%) !important;
	padding: 0 12px;
	height: 52px;
}

.gradient-header-search-input:focus {
	outline: none;
}

.gradient-header-search-input {
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: transparent;
	background-clip: padding-box;
	border: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: 0px 7px 16px 1px rgba(0, 0, 0, 0.05);
	font-size: 12px;
}

.gradient-header-group {
	display: block;
	width: 210px;
	border-radius: 8px;
	border: 1px solid #DCDCDC;
	background: rgba(255, 255, 255, 0.10);
	padding-right: 0.75rem;

}

.header-search-icn {
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
	border-right: 0;
}

.gradient-header-search-input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

.gradient-header-search-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

.gradient-header-search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.gradient-header-search-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.gradient-header-search-input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.gradient-header-search-input::placeholder {
	/* Most modern browsers support this now. */
	color: #fff;
}

.new-profile-card {
	border-radius: 0.25rem;
	word-wrap: break-word;
	background: rgba(255, 255, 255, 0.10);
	background-clip: border-box;
	position: relative;
	display: block;
	align-items: center;
	padding: 8px 22px 8px 8px;
	height: 36px;
	position: relative;
}

.new-profile-card:after {
	content: '\F282' !important;
	font-family: 'bootstrap-icons';
	color: #fff;
	font-size: 12px;
	border: none !important;
	position: absolute;
	top: 10px;
	right: 4px;
}

.colored_status-bg.text-danger:before {
	content: "\F229";
	font-family: 'bootstrap-icons';
	position: relative;
	top: 3px;
	padding-right: 6px;
	font-size: 16px;
	color: var(--red);
}

.colored_status-bg.text-status:before {
	content: "\F235";
	font-family: 'bootstrap-icons';
	position: relative;
	top: 3px;
	padding-right: 6px;
	font-size: 16px;
	color: var(--green);
}

.sticky-start th:first-child,
.sticky-start td:first-child {
	position: sticky;
	left: 0px;
	background-color: var(--white);
}

.sticky-start th:first-child {
	background-color: var(--bs-table-bg);
}

.menu-scroll {
	height: 100vh;
	overflow: auto;
}

.custom-scroll {
	right: inherit;
}

.fixed-first-sm th:first-child {
	z-index: 9;
}

.accordion-flush .accordion-item .accordion-button {
	box-shadow: none
}

.accordion-button:not(.collapsed) {
	color: var(--orange) !important;
}

.accordion-button::after {
	background-image: none;
	content: " \F286";
	font-family: bootstrap-icons;
	font-style: normal;
	transform: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
	transition: 1s;
}

.accordion-button.collapsed::after {
	background-image: none;
	content: " \F282";
	font-family: bootstrap-icons;
	font-style: normal;
	transform: none;
}

.submenu .accordion-header .accordion-button {
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
}



@media screen and (max-width: 991px) {
	.navbar-toggler {
		display: block;
	}

	.sidenav-col {
		display: none;
	}

	.left-nav ul.menu {
		width: 225px;
	}

	.left-nav .menu a {
		padding: 10px;
	}

	.offcanvas {
		background: transparent;
		--bs-offcanvas-width: 225px;
	}

	.switch-mode-tab.nav-pills {
		flex-wrap: wrap;
		transform: rotate(-90deg);
	}

}

@media screen and (max-width: 768px) {
	.menu {
		width: 50px;
	}
}

@media screen and (max-width:844px) {
	.offcanvas-header {
		width: 100%;
		text-align: end;
		display: block;
	}

	.sidenav-col {
		display: none;
	}

	.fx-menu-pnl {
		display: block !important;
	}

	.menu {
		width: 50px;
		border-right: 0 !important;
	}

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