﻿.im {
	max-width: 150px;
}


.login-page-bg {
	background: url(/images/login-bg.jpg) no-repeat;
}

.cusHead {
	color: #2774ac;
}

.profile-pic img {
	width: 100%;
	border-radius: 5px;
}

.datepicker tfoot {
	display: none;
}

.imgCol {
	border: 1px solid #c7c7c7;
	height: 40px;
	width: 40px;
	padding: 1px;
	border-radius: 10%;
	margin-right: 1.5rem;
}

	.imgCol img {
		width: 35px;
		height: 35px;
		border-radius: 100%;
		display: flex;
		margin: 0 auto;
	}

.firstCol {
	display: flex !important;
	align-items: center;
}

.collapseContent {
	display: none;
}

	.collapseContent.active {
		display: block;
	}

.brand-logo {
	width: 100px;
}

	.brand-logo img {
		width: 100%;
	}

.productImage {
	height: 250px;
	width: 250px;
	background-size: cover;
}

.height300 {
	height: 400px;
}

.img-col img {
	width: 100%;
}

.img-colum img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	width: 100%;
}

Chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

Firefox
input[type=number] {
	-moz-appearance: textfield;
}

.makeCompanyEmployeeActive, .makeOfferActive, .makeLocationActive, .makeBannerActive, .makeUserActive {
	color: #1bc5bd !important;
}

.logo-width {
	width: 45px !important;
}

/* hide the default sort order triangles */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
	background-image: none;
	cursor: pointer !important;
	content: none;
}
/* sorted ascending */
table.dataTable thead .sorting_asc:after {
	padding-left: 0.5em;
	content: "🡅" !important;
	opacity: 1 !important;
	position: initial !important;
	display: inline !important;
}
/* sorted descending */
table.dataTable thead .sorting_desc:after {
	padding-left: 0.5em;
	content: "🡇" !important;
	opacity: 1 !important;
	position: initial !important;
	display: inline !important;
}

.dataTables_wrapper .dataTable td.sorting_asc, .dataTables_wrapper .dataTable th.sorting_asc {
	color: #6B59A5 !important;
}

.questionText {
	display: inline;
}

.bootstrap-select .dropdown-menu.inner {
	max-height: 150px !important; /* or any fixed height */
	overflow-y: auto !important;
}

/* Custom legend alignment for Assessment Breakdown pie chart */
#chartPie .apexcharts-legend {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 24px;
}

#chartPie .apexcharts-legend-series {
	display: flex !important;
	align-items: center !important;
	gap: 10px;
	margin-bottom: 0 !important;
}

#chartPie .apexcharts-legend-marker {
	margin-top: 3px;
}

#chartPie .apexcharts-legend-series {
	gap: 4px;
}
/*.table.table-separate td:first-child, .table.table-separate th:first-child {
    text-align: start;
}*/

.cus-alignment {
	height: 30px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}

.profile-hover-wrapper {
	position: relative;
	display: inline-block;
}

/* hidden */
.profile-card {
	position: absolute;
	top: 100%;
	right: 0;
	width: 400px;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0 8px 20px rgba(0,0,0,.1);
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .2s ease;
}

	/* open when hovering wrapper OR card */
	.profile-hover-wrapper:hover .profile-card,
	.profile-card:hover {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

.input-form-container {
	gap: 0px 10px;
	flex: 1;
	margin-left: 30px;
	justify-content: end;
}

.cardPartner .card-body {
	padding: 20px 20px;
}

.adNewReferralsBg {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 192px;
}

.new-referral-card-body {
	padding: 36px !important;
	padding-right: 246px !important;
}

.border-light-hr {
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
}

@media (min-width: 992px) {
	.content {
		padding: 20px 0;
	}
}

.aside-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#kt_aside_menu {
	height: calc(100% - 70px) !important;
}