@font-face {
  font-family: 'SolaimanLipi';
  src: url('/fonts/SolaimanLipi.woff') format('woff'),
       url('/fonts/SolaimanLipi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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 {
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

body.print-body img {
  text-align: center;
  max-width: 100%;
}

.author-name {
  font-family: 'SolaimanLipi', Arial, sans-serif !important;
  font-weight: 300;
  font-size: 18px;               /* Sets the font size */
  color: #fff;
  margin: 10px 0;                /* Adds margin around the element */
  text-align: center;            /* Centers the text */
  background-color: #000;
  border-radius: 5px;            /* Rounds the corners */
  padding: 2px;
}

/* General styles for editor information */
.editor-info {
  border-top: 1px solid #000;
  font-family: 'SolaimanLipi', Arial, sans-serif !important;
  color: #000000;
  padding: 10px;
  padding-top: 50px;
  background-color: #d4d4d4;
}


/* Editor (editor and publisher) section */
.editor {
  font-size: 20px;
  font-weight: bold;
}

/* Editor's name section */
.editor-name {
  font-size: 20px;
  color: #000000;
}

/* Address section */
.address {
  font-size: 20px;
  margin-top: 5px;
}

/* Contact section (phone number, email) */
.contact {
  font-size: 20px;
  margin-top: 5px;

}

.email_p {
  font-size: 20px;
  margin-top: 5px;

}

/* Copyright text */
.copyright {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
  
}


.time.text-center.p-date {
  color: #fff;
  padding: 5px 0;
  width: 100%;
  background-color: #000;
  font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

.text-center {
  text-align: center;
}

.content-center {
  text-align: center;
}

h2.p-title {
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 30px 0;
  font-size: 30px;
  font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

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

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


.print-float{
  position:fixed;
  width:auto;
  height:auto;
  bottom:40px;
  right:10%;

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


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

/* a.btn.green {
    background: rgb(48, 53, 48);
    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);

}
