/* 
	Top Nav Bar 
*/

.dropdown-menu.profiledd-menu {
	width: 225px;
}

.user-plan-info-wrap {
	margin-bottom: 0;
	padding: 11px 13px;
	cursor: default;
	align-items: center !important;
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* 
	Top Nav Bar - Other Products List - Widgets
*/
.box {
	background: #fff;
	color: #666;
	/* float: left; */
	margin: 0 0 5px 0;
	padding: 10px 0 2px 0;
	text-align: center;
	width: 100%;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box .icon {
	margin: 0 auto 5px;
}

.box .icon img {
	height: 60px;
	max-width: 60px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box .icon i {
	font-size: 40px;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box h4 {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	color: #484848;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box strong {
	display: block;
	font-weight: 400;
	font-size: 14px;
	padding: 0 0 10px;
	color: #999;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box:hover {
	/* color: #000; */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.box:hover .icon img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.box-hover i, .box:hover h4, .box:hover strong {
	color: #033143;
}

.dropdown-menu.dropdown-menu-end.navbar-dropdown.preview-list.quick-links {
	width: 380px;
	right: auto;
	left: -72px;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

a.box-module-link {
	text-decoration: none;
}

/* Widgets */
.wdgt .card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wdgt .card-header.wdgt-hdr {
	/* background-image: linear-gradient(to right, #c9f8f0, #f0fdf9); */
	/* background-image: linear-gradient(to right, #dfe9f3 10%, white 90%); */
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.wdgt.wdgt-hdr-no-bg .card-header.wdgt-hdr {
	background: #fff;
	position: relative;
}

.wdgt .card-title.wdgt-title {
	color: var(--bs-primary-text-emphasis) !important;
}

.wdgt-title-wrapper i {
	/* background: -webkit-linear-gradient(#8BC34A, #2196F3); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	font-size: 1.6rem !important;
	color: var(--bs-primary-text-emphasis) !important;
}

.wdgt.wdgt-hdr-no-bg .wdgt-title-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 96%;
	height: 0.17rem;
	z-index: 1;
	background: #dfe9f3;
	background-image: linear-gradient(to right, #dfe9f3 10%, white 90%);
	background: #2A7B9B;
	background: linear-gradient(90deg, rgba(42, 123, 155, 0.9) 0%, rgba(87, 199, 133, 0.6) 50%, rgba(237, 221, 83, 0) 100%);
}

.wdgt.wdgt-hdr-no-bg.wdgt-hdr-no-border .wdgt-title-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 1px;
	z-index: -1;
	background: transparent;
}

.wdgt .card-body.wdgt-body {
	padding-top: 1rem !important;
}
.wdgt.wdgt-hdr-no-bg.wdgt-hdr-no-border .card-body.wdgt-body {
	padding-top: 0.25rem !important;
}

/* Brand Specific - Theme Customize */
html {
	overflow-y: hidden!important;
}
.main-panel.inside-scroller  {
    max-height: calc(100vh - 70px);
    overflow: auto;
	scrollbar-width: thin;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
	height: 36px;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
	padding-left: 1.2rem !important;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
	padding-left: 1rem;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
	font-size: 1.15rem;
	line-height: 1;
	color: rgba(33, 37, 41, 0.75);
}