﻿/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*#categoryCarousel .item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	height: 34px;*/ /* Adjusted height */
/*}

#categoryCarousel .nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;*/ /* Ensure link takes full width */
	/*height: 100%;*/ /* Ensure link takes full height */
	/*text-decoration: none;*/ /* Optional: remove underline */
	/*color: #000;*/ /* Optional: set text color */
/*}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden !important;
}

.owl-carousel .owl-wrapper {
	display: flex;
	flex-direction: row;
}*/
#categoryCarousel {
	max-width: 100%; /* Ensure the carousel container respects its parent's width */
	overflow: hidden;
}

	#categoryCarousel .item {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 5px; /* Adjusted padding to fit within height */
		box-sizing: border-box;
		height: 34px; /* Adjusted height */
	}

	#categoryCarousel .nav-link {
		display: flex;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%; /* Ensure link takes full width */
		height: 100%; /* Ensure link takes full height */
		text-decoration: none; /* Optional: remove underline */
		color: #000; /* Optional: set text color */
	}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden !important;
}

.owl-carousel .owl-wrapper {
	display: flex;
	flex-direction: row;
}


	.navbar-nav.nav-news .nav-link:hover, .navbar-nav.nav-news .nav-link.active {
		background-color: var(--cnvs-themecolor);
		color: white !important
	}

/*.m-d-img {
	margin-bottom: 0.5rem;
}*/
.blog-details-des span {
	max-height: 26px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	box-sizing: content-box;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
	--bs-text-opacity: 1;
}

.blog-details-des {
	margin-top: 0.25rem;
	padding: 0 0.5rem !important;
}

.blog-details-title span {
	font-weight: 600;
	max-height: 51px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	box-sizing: content-box;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
	--bs-text-opacity: 1;
}

.card-tradingsession {
	border: 1px dashed #d7e2e9;
	border-radius: 10px;
	padding: 0.5rem 0.25rem;
	margin-bottom: 0.5rem;
}

.submit-job-application {
	display: block; 
}

@media (max-width: 768px) {
	.submit-job-application,
	.btn-candidate-details,
	.btn-recruitment-detail {
		display: none;
	}
}