
/* tabs start */
.news-tavs {
	overflow: scroll;
	max-height: 460px;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}

.recentPopular {
	margin-bottom: 3px;
}

#recentPopular-tab > li {
	color: #000D39;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	width: 50%;
}

#recentPopular-tab .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0;
}

#recentPopular-tab .nav-link {
	display: block;
	color: #000D39;
	padding: 5px 5px 10px 5px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-align: center;
	background: #ddd;
	border-top: 1px solid #022940;
	font-size: 17px;
	margin: 0;
}

#recentPopular-tab .nav-link.active {
	color: #fff;
	background: #022831;
}

.conut {
	position: absolute;
	left: -4px;
	top: 16px;
	background: #ddd;
	width: 30px;
	height: 30px;
	line-height: 22px;
	color: #0D6B50;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #fff;
	padding-left: 1px;
	z-index: 99;
}

.tab-image {
    position:relative;
}

.tab-image img {
	width: 38%;
	float: left;
	margin-right: 7px;
	margin-left: 23px;
	height: 58px;
	object-fit: cover;
}

.tab-border {
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.tab_hadding {
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin: 0;
}

.videoIcon-03 i {
	position: absolute;
	top: 45%;
	left: 26%;
	height: 36px;
	width: 36px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 4px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 9;
}
.tab-image:hover .videoIcon-03 i {
	background: #fff;
	color: #01192F;
}

.poll-container{
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}
.question-box{
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.poll_question{
	font-size: 16px;
	font-weight: normal;
	color: #0D6B50;
	transition: .5s all;
}
.poll-option{
	padding: 5px 10px;
}
.radio-label{
	font-size: 12px;
	font-weight: normal;
	color: #0D6B50;
	transition: .5s all;
}
.radio-percent{
	font-size: 12px;
	font-weight: normal;
	color: #0D6B50;
	transition: .5s all;
}
.custom-radio{
	font-size: 12px;
	font-weight: normal;
	color: #0D6B50;
	transition: .5s all;
	border-color: green;
	accent-color: green;
	margin-bottom: 5px;
	cursor: pointer;
}
.custom-radio:checked {
	background-color: #0D6B50;
	border-color: #0D6B50;
	accent-color: #0D6B50;
}
.custom-radio:hover {
	background-color: #05ae7e;
	border-color: #05ae7e;
	accent-color: #05ae7e;
}
.custom-radio:focus {
	box-shadow: none;
	border-color: #0D6B50;
	accent-color: #0D6B50;
}
.latest_wrpp:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
/* Mobile Layout: 320px. */
@media (max-width: 767px) {
	.mobile-hidden {
		display: none !important;
	}
}

.add_area{
	margin-bottom: 15px;
	padding: 5px;
}
.social_area {
	margin-bottom: 15px;
	padding: 5px;
}
.add_image .add2{
	border-radius: 5px;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.email_area{
	margin-bottom: 15px;
	padding: 5px;
}
.email_link img{
	border-radius: 5px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.facebook i {
	color: #3b5998;
}
.twitter i {
	color: #1da1f2;
}
.linkedin i {
	color: #0077b5;
}
.whatsapp i {
	color: #25D366;
}
.link i {
	color: #000;
}

.title-with-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.title-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-text {
    color: #0D6B50;
	text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}
.more-text:hover {
	color: red;
    text-decoration: underline;
}

.custom-breadcrumb {
    background: #f8f9fa; /* হালকা গ্রে ব্যাকগ্রাউন্ড */
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 15px;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";  
    font-weight: bold;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #0D6B50;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #0D6B50;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #495057;
    font-weight: 600;
}
