/* BizVibe - Related Colors */
:root {
    --search-component-bg: #6db4bf29;
    --search-component-btn-bg: linear-gradient(to left, #0acffe 0%, #026085 100%);
    --search-component-border: linear-gradient(to right, white, white), linear-gradient(to right, #05e1b11a 0%, #04a9f5 100%);
    --wdgt-hdr-bdr: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd163 65%, #35eb9300 100%);
	--brand-logo-size: auto;
}


/* 
	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.155rem;
	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%); */
	background: var(--wdgt-hdr-bdr);
}

.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: var(--brand-logo-size);
}

.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);
}

/* toaster notify */
.alert {
	border: 1px solid;
	display: inline-block;
	margin-top: 10px;
	padding: 15px 50px;
	position: relative;
	width: 100%;
	/* top:100px; */
	margin: 4% auto !important;
	top: 20px !important;
	border-radius: 5px;
}

.alert-success,
.alert-styles.style3 .alert.alert-success>i {
	background: #e9f3db none repeat scroll 0 0;
	border-color: #87b23b;
	top:100px;
}

.alert-info,
.alert-styles.style3 .alert.alert-info>i {
	background: #cdedf7 none repeat scroll 0 0;
	border-color: #09a8d8;
}

.alert-warning,
.alert-styles.style3 .alert.alert-warning>i {
	background: #fff2d8 none repeat scroll 0 0;
	border-color: #eeae4a;
}

.alert-danger,
.alert-styles.style3 .alert.alert-danger>i {
	background: #f9d1c5 none repeat scroll 0 0;
	border-color: #e05a3b;
}

.alert>i {
	float: left;
	margin-right: 14px;
}

.alert>i img {
	float: left;
	margin-top: 1px;
}

.alert>p {
	font-size: 12px;
	margin: 0;
	line-height: 1;
}

.alert>ul {
	text-align: start;
}

.alert>p strong {
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
}

.alert>ul>li strong {
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
}

.alert-success>p,.alert-success>ul {
	color: #87b23b;
}

.alert-info>p,.alert-info>ul {
	color: #0aa8dd;
}

.alert-warning>p,.alert-warning>ul {
	color: #efac55;
}

.alert-danger>p,.alert-danger>ul {
	color: #e05a3b;
}


.tab-navbar>.nav-tabs .nav-link {
    color: #666;
    font-weight: 500;
}
.tab-navbar > .nav-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background-color: transparent;
}

.icn-svg {
    width: 1.5em;
    height: 1.5em;
}