@import url('https://fonts.maateen.me/solaiman-lipi/font.css');



body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required, .p-title {
        font-family: 'SolaimanLipi', Arial, sans-serif !important;
      }

body.print-body p{
  font-size: 18px;
  text-align: justify;
  background: white;
}

body.print-body {
  width: 750px;
  height: 750px;
  margin: 0 auto;
  padding: 0;
  margin: auto!important;
}
.feature_img img{
  text-align: center;
    max-width: 95%;
    border-radius: 0px 30px 0px 30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.print_sitelogo{
	width: 500px !important;
}
.print_sitelogo img {
    width: 400px;
}

.print_header{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	
	
}
.print_logo img{
  text-align: start;
  max-width: 100%;
  width: 50% !important;
}

#print_content {
	height: 750px !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} 
#print_content #my-element p{
	 background: none !important;
}
#print_content #my-element p img{
	padding-bottom: 20px;
}
#print_content .p-date {
    color: #ffffff;
    padding: 5px 0;
    width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: end;

}

.text-center {
    text-align: center;
}
.content-center{
  text-align: center;
}
.comment_text h4 {
    font-weight: 700;
    background: #1b6923;
    display: inline;
    padding: 10px 50px;
    color: #FFFFFF;
    border-radius: 10px;
}

/*full news download*/
#print_content .News_date{
	color: #1B6923;
    padding: 5px 0;
    width: 100%;
	font-size: 24px;
	font-weight: 600;	
}
.News_date{
	background: #1B6923;
	color: #FFFFFF !important;
	text-align: center !important;
}
.News_card .print_sitelogo {
	width: 100% !important;
}
.print_content p{
	font-size: 16px !important;
	font-weight: 400;
	color: #000000;
}
a.print_readmone {
    text-align: start !important;
    display: block;
	font-size: 14px;
	color: #000000;
}
.pbn-buttons-container {
    justify-content: start !important;
	align-items: center !important;
}

.pbn-btn-photocard, .pbn-btn-print {
    background: #1B6923;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
	font-size: 14px;
}
.pbn-btn-print:hover {
    color: #ffffff;
}
.pbn-btn-photocard:hover {
    color: #ffffff;
}
.print_sitelogo{
	display: flex;
    justify-content: center;
}
/*-------end---------*/


#print_news {
    display: flex;
    align-items: center;
}
#print_news img {
    width: 28px;
}
@media print {
/* body.print-body {
  max-width: 297mm;
}*/
}
h2.p-title {
	
    font-weight: 700;
    text-align: center;
    padding: 10px 30px;
    font-size: 34px;
	
	display: -webkit-box;
  -webkit-line-clamp: 2;   /* শুধু ২ লাইন দেখাবে */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;       /* লাইন হাইট অনুযায়ী সামঞ্জস্য করো */
  line-height: 1.6em;
}


.content-center {
  margin: auto;
  border: 2px solid #106634;
}
.news-details-print{
  padding: 10px;
}

.news-details-print
  img {
    max-width: 100%;
    height: auto;
    width: 100%!important;
	text-align: center;
}


.print-float{
  display: flex;
  justify-content: center;

}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    img {
    width: 100%!important;
}
}

.print-copyright p{
  text-align: center;
  margin: 10px!important;
}

/*canvas {
    display: none!important;
}*/

a.btn.red {
    background: red;
    color: white;
    padding: 5px;
    text-decoration: none;
    font-size: 22px;
}

a.btn.green {
    background: green;
    color: white;
    padding: 5px;
    text-decoration: none;
    font-size: 22px;
}

a.btn {
    border-radius: 5px;
    margin: 5px;
}

a.btn img{
    max-height: 18px;
    filter: brightness(0) invert(1);

}

