
 .fa-sume {
        font-size: 12px; /* Adjust the font size as needed */
    }

.card-radius-32 {
  border-radius: 32px;
  border: 1px solid #CDE2E7;
  background-color: #FFEADE;
  overflow: hidden;
}
.bg-2 {
  background-color: #FFEADE !important;
}

.title-line {
    font-size: 18px;
    line-height: 18px;
    color: $color-gray-400;
    position: relative;
    padding-left: 99px;
    &::before {
        content: "";
        height: 1px;
        width: 89px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: $color-brand-1;
        left: 0px;
    }
}


.color-brand-1 {
  color: #024430 !important;
}

.bd-callout {
 padding:1.25rem;
 margin-top:1.25rem;
 margin-bottom:1.25rem;
 color:var(--bd-callout-color, inherit);
 background-color:var(--bd-callout-bg, var(--bs-gray-100));
 border-left:0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}
.bd-callout h4 {
 margin-bottom:.25rem
}
.bd-callout>:last-child {
 margin-bottom:0
}
.bd-callout+.bd-callout {
 margin-top:-.25rem
}
.bd-callout .highlight {
 background-color:rgba(0,0,0,0.05)
}
.bd-callout-info {
 --bd-callout-color: var(--bs-info-text);
 --bd-callout-bg: var(--bs-info-bg-subtle);
 --bd-callout-border: var(--bs-info-border-subtle)
}
.bd-callout-warning {
 --bd-callout-color: var(--bs-warning-text);
 --bd-callout-bg: var(--bs-warning-bg-subtle);
 --bd-callout-border: var(--bs-warning-border-subtle)
}
.bd-callout-danger {
 --bd-callout-color: var(--bs-danger-text);
 --bd-callout-bg: var(--bs-danger-bg-subtle);
 --bd-callout-border: var(--bs-danger-border-subtle)
}

.bd-calloutt {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, #5F8575);
  border-left: 0.25rem solid var(--bd-callout-border, #c8ced3);
}

.bd-callout-infoo {
  --bd-callout-color: #0dcaf0;
  --bd-callout-bg: #d1ecf1;
  --bd-callout-border: #bee5eb;
}


.blog_post_author {
  background: #f3f8f9;
  padding: 40px;
    padding-right: 40px;
  padding-right: 70px;
  margin-top: 35px;
  border-radius: 5px;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}


.blog_post_author .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.blog_post_author .media-body h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}


.blog_post_author .media-body p {
  margin-bottom: 0;
}


 .meta {
  border-top: 1px solid #ff5733;
  border-bottom: 1px solid #ff5733;
}
 .meta {
  clear: both;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #ff5733;
  border-bottom: 1px solid #ff5733;
  font-size: 13px;
  margin-top: 30px;
}

 .meta span {
  margin-right: 15px;
  display: inline-block;
}

 .meta span i {
  padding-right: 4px;
}

i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}


.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}


.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 4rem 0;
  border-top: 1px solid #eee;
}

.author-image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}


.shout {
  clear: both;
  width: 100%;
  border: 1px solid #ff5733;
  font-size: 13px;
}

 .shout span {
  margin-right: 15px;
  display: inline-block;
}

 .shout span i {
  padding-right: 4px;
}


  /*    .marquee {
        height: 30px;
        overflow: hidden;
        position: relative;
      }

   
      .marquee p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 30px;
        text-align: center;
        font-family: Arial, sans-serif;
        font-size: 18px;
        color: white;
        background-image: linear-gradient(to right, #333333, #555555);
        animation: marquee 10s linear infinite;
      } */

     
 
 
 
.marquee {
  height: 30px;
  overflow: hidden;
  position: relative;
  
  background: linear-gradient(to bottom, #333333, #555555);
}


.marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
 
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white;
 
  animation: marquee 10s linear infinite;
}
     
      @keyframes marquee {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }  
  
      

.blog-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border: 1px solid #d2d3d5;
    padding: 1.5rem 1.25rem;
    margin: 0 0 1.5rem;
}
.blog-tile>div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.blog-tile>div h3 {
    padding: 15px 0;
    font-size: 20px;
}

.blog-tile>div h3 a {
    color: #181818;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
}

.blog-tile>div p {
    color: #181818;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-tile aside {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    color: #dfdfdf;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.blog-tile aside .blog-tile-date {
    display: inline-block;
    margin-right: 10px;
}

.blog-tile aside .blog-tile-date time {
    color: #181818;
    font-weight: normal;
}

.blog-tile aside .blog-tile-category {
    display: inline-block;
    margin-left: 10px;
}

.blog-tile aside .blog-tile-category strong span {
    color: #181818;
    font-weight: normal;
}

.blog-tile aside .blog-tile-category a {
    color: #006ce1;
    font-weight: 500;
}

.blog-header-info {
    align-items: center;
    border-bottom: 2px solid #2e475d;
    border-top: 2px solid #2e475d;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding: 1rem 0;
}

.blog-header-authors {
    align-items: center;
    display: grid;
    gap: 0 .5rem;
    grid-template-areas:
        "-primary primary-author"
        "-secondary secondary-author";
    grid-template-columns: max-content max-content 1fr;
    grid-template-rows: auto;
}

.blog-header {
    padding: 1rem;
}

.blog-header-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.38;
    margin: 0 0 1rem;
}

.blog-body h1, h1 {
    --cl-anchor-font-weight: inherit;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.28;
}

.blog-header-author-avatar {
    border-radius: 50%;
    height: 3rem;
    object-fit: cover;
    width: 3rem;
}

.blog-header-author.-primary-author {
    align-self: center;
    grid-area: primary-author;
    grid-column: 3 / 3;
    grid-row: 1 / 1;
}


.blog-header-author {
    align-items: center;
    display: grid;
}

.blog-header-dates {
    margin-top: 1rem;
    text-align: left;
}

.blog-header-dates p {
    color: var(--cl-color-text-02);
    line-height: 1.75;
    margin: 0;
}

.blog-header-dates {
    margin-top: 1rem;
    text-align: left;
}

@media (min-width: 600px) {
    .blog-header-dates {
        margin-top: 0;
        padding: 0;
        text-align: right;
    }
}

.blog-header-dates-published.-unstacked {
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 600px) {
    .blog-header-dates-published {
        font-size: .875rem;
        font-weight: 500;
    }
}

@media (min-width: 600px) {
    .blog-header-author {
        display: flex;
    }
}
.blog-header-title {
    position: relative; 
}

.blog-header-title h1 {
    position: relative; 
    height: 100%; 
    margin-left: 2rem; 
}

.blog-header-title h1:before {
    background: #bb344f;
    content: "";
    display: block;
    position: absolute;
    bottom: .1875em;
    left: -1.5rem;
    top: 0;
    width: .25rem;
}


.load-more {
    margin: 1.5rem auto;
    position: relative;
    text-align: center;
}

.button {
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: .875rem;
    border: 1px solid #db0a33;
    border-radius: 20rem;
    color: #1c242c;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .075em;
    padding: .5rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}


.blog-post-header{
    padding:1rem
}
@media (min-width:1080px){
    .blog-post-header{
        padding:2.5rem 1rem
    }
}
.blog-post-header-title{
    font-size:2rem;
    font-weight:500;
    line-height:1.38;
    margin:0 0 1rem
}
@media (min-width:600px){
    .blog-post-header-title{
        font-size:2.25rem
    }
}
@media (min-width:1080px){
    .blog-post-header-title{
        font-size:3rem;
        line-height:1.25
    }
}
.blog-post-header-subtitle{
    font-size:1.125rem;
    font-weight:500;
    line-height:1.78;
    margin:1rem 0
}
@media (min-width:1080px){
    .blog-post-header-subtitle{
        font-size:1.5rem;
        line-height:1.78;
        margin:1rem 0 1.5rem
    }
}
.blog-post-header-cta{
    display:none
}
@media (min-width:600px){
    .blog-post-header-cta{
        display:block;
        padding:0 0 1rem
    }
}
.blog-post-header-cta .blog-post-header-cta-anchor.-cta-button{
    align-items:center;
    background-color:#ff5c35;
    display:flex;
    font-weight:600;
    width:fit-content
}
.blog-post-header-cta .blog-post-header-cta-anchor.-cta-button:hover{
    background-color:#ffcec2;
    text-decoration:none
}
.blog-post-header-info{
    align-items:center;
    border-bottom:2px solid #2e475d;
    border-top:2px solid #2e475d;
    display:grid;
    grid-template-columns:1fr;
    margin-top:1rem;
    padding:1rem 0
}
@media (min-width:600px){
    .blog-post-header-info{
        grid-template-columns:1fr 1fr;
        margin-top:1.5rem
    }
}
.blog-post-header-authors{
    align-items:center;
    display:grid;
    gap:0 .5rem;
    grid-template-areas:"-primary primary-author" "-secondary secondary-author";
    grid-template-columns:max-content max-content 1fr;
    grid-template-rows:auto
}
@media (min-width:600px){
    .blog-post-header-authors{
        display:flex;
        gap:.5rem
    }
}
.blog-post-header-author-avatar{
    border-radius:50%;
    height:3rem;
    object-fit:cover;
    width:3rem
}
.blog-post-header-author-avatar.-primary{
    grid-area:-primary;
    grid-column:1/1
}
.blog-post-header-author-avatar.-secondary{
    grid-area:-secondary;
    grid-column:1/1;
    grid-row:1/1;
    margin-left:2.5rem
}
@media (min-width:600px){
    .blog-post-header-author-avatar.-secondary{
        margin-left:0
    }
}
.blog-post-header-author-avatar.-secondary.-single-avatar{
    margin-left:0
}
.blog-post-header-author{
    align-items:center;
    display:grid
}
@media (min-width:600px){
    .blog-post-header-author{
        display:flex
    }
}
.blog-post-header-author.-primary-author{
    align-self:center;
    grid-area:primary-author;
    grid-column:3/3;
    grid-row:1/1
}
.blog-post-header-author.-multi{
    align-self:start
}
@media (min-width:600px){
    .blog-post-header-author.-multi{
        align-self:center
    }
}
.blog-post-header-author.-multi.-no-avatar{
    margin-bottom:2rem
}
@media (min-width:600px){
    .blog-post-header-author.-multi.-no-avatar{
        margin-bottom:0
    }
}
.blog-post-header-author.-secondary-author{
    align-self:end;
    grid-area:secondary-author;
    grid-column:3/3;
    grid-row:1/1;
    margin-top:1.75rem
}
@media (min-width:600px){
    .blog-post-header-author.-secondary-author{
        align-self:center;
        margin-top:0
    }
}
.blog-post-header-author.-no-avatar,.blog-post-header-author.-secondary-author.-no-avatar{
    grid-column:1/1;
    grid-row:1/1;
    margin-bottom:0
}
.blog-post-header-author.-author-name{
    font-size:1rem
}
.blog-post-header-author.-social-share{
    display:none
}
@media (min-width:600px){
    .blog-post-header-author.-social-share{
        display:inherit;
        margin:0 .5rem 0 .25rem
    }
}
.blog-post-header-dates{
    margin-top:1rem;
    text-align:left
}
@media (min-width:600px){
    .blog-post-header-dates{
        margin-top:0;
        text-align:right
    }
}
.blog-post-header-dates p{
    color:var(--cl-color-text-02);
    line-height:1.75;
    margin:0
}
.blog-post-header-dates-updated{
    font-size:1rem;
    font-weight:600;
    line-height:1.57
}
.blog-post-header-dates-published{
    font-size:1rem;
    line-height:1.57
}
@media (min-width:600px){
    .blog-post-header-dates-published{
        font-size:.875rem;
        font-weight:500
    }
}
.blog-post-header-dates-published.-unstacked{
    font-size:1rem;
    font-weight:600
}

.blog-featured-category-posts-header h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.blog-featured-posts {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
  padding: 1.5rem;
}
@media (min-width: 600px) {
  .blog-featured-posts {
    padding: 2.5rem;
  }
}
@media (min-width: 900px) {
  .blog-featured-posts {
    grid-gap: 1.75rem;
    grid-template-columns: min-content 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 1080px) {
  .blog-featured-posts {
    padding: 2.5rem 0.5rem;
  }
}
.blog-featured-category-posts-header h2 {
  border-bottom: 2px solid var(--blog-theme-color);
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1080px) {
  .blog-featured-category-posts-header h2 {
    margin-bottom: 0.75rem;
  }
}
.blog-featured-posts .blog-post-card-author,
.blog-featured-posts .blog-post-card-date {
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .blog-highlighted-posts {
    grid-column: span 2;
  }
}
.blog-featured-category-posts-content.-category,
.blog-featured-category-posts.-category {
  display: grid;
}
.blog-featured-category-posts-content.-category .blog-post-card.-horizontal {
  border-bottom: 2px solid #dbe4ed;
  padding: 1.75rem 0;
}
.blog-featured-category-posts-content.-category
  .blog-post-card.-horizontal:last-child {
  border-bottom: none;
  padding: 1.75rem 0 0;
}
.blog-featured-category-posts-content.-category
  .blog-post-card.-horizontal:first-child {
  padding: 0 0 1.75rem;
}
.blog-featured-category-posts-content.-category .blog-post-card-body {
  border: none;
}
.blog-featured-category-posts-content.-home
  .blog-post-card:last-child
  .blog-post-card-body {
  border-bottom: none;
}
.blog-featured-category-posts-content.-home
  .blog-post-card:first-child
  .blog-post-card-body {
  padding: 0 0 1rem;
}


.custom-message-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
.custom-message-tile:last-child {
  border-bottom: 0;
}
.custom-message-tile.custom-thread-unread h3 a {
  font-weight: bold;
}
.custom-message-tile input[type="checkbox"] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  top: -10px;
}
.custom-message-tile footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.custom-message-tile footer .custom-tile-author-info .UserAvatar {
  display: inline-block;
  margin-right: 5px;
}
.custom-message-tile footer .custom-tile-author-info > * {
  font-size: 14px;
  font-style: normal;
}
.custom-message-tile footer .custom-tile-author-info span {
  color: #656565;
}
.custom-message-tile footer .custom-tile-author-info .login-bold,
.custom-message-tile footer .custom-tile-author-info em {
  color: #181818;
  font-weight: bold;
}
.custom-message-tile footer .custom-tile-statistics {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .custom-message-tile footer .author-info {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .custom-message-tile footer .custom-tile-statistics {
    display: block;
    text-align: left;
    width: 100%;
  }
}
.custom-message-tile > div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.custom-message-tile > div h3 {
  padding: 15px 0;
}
.custom-message-tile > div h3 a {
  color: #181818;
  font-size: 20px;
  font-weight: normal;
}
.custom-message-tile > div h3 .custom-thread-solved {
  background: #1a821c;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
.custom-message-tile > div h3 .custom-thread-solved:before {
  color: #fff;
  content: "\e95c";
  font-family: "CustomIcons";
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-message-tile > div h3 .custom-thread-solved small {
  display: none;
}
.custom-message-tile > div p {
  color: #656565;
  font-size: 14px;
  margin-bottom: 10px;
}
.custom-message-tile > div figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-message-tile > div figure img {
  height: 120px;
  margin-right: 20px;
  object-fit: contain;
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  .custom-message-tile > div figure img {
    height: 60px;
    margin-right: 10px;
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .custom-message-tile > div figure img {
    width: calc(50% - 10px);  /* Larger images for medium-sized screens */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px;
  }

  .custom-message-tile footer {
    flex-direction: column; /* Stack footer elements vertically */
  }

  .custom-message-tile footer .custom-tile-author-info,
  .custom-message-tile footer .custom-tile-statistics {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.custom-message-tile aside {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #656565;
  font-size: 14px;
  font-weight:bold;
  position: relative;
}
.custom-message-tile aside .custom-tile-date {
  display: inline-block;
  margin-right: 10px;
}
.custom-message-tile aside .custom-tile-date time {
  color: #0054ae;
}
.custom-message-tile aside .custom-tile-category {
  display: inline-block;
  margin-left: 10px;
}
.custom-message-tile aside .custom-tile-category a {
  color: #0054ae;
}


.custom-message-tile footer .custom-tile-author-info .UserAvatar {
    display: inline-block;
    margin-right: 5px;
}

.custom-message-tile footer .custom-tile-author-info>* {
    font-size: 14px;
    font-style: normal;
}

.custom-message-tile footer .custom-tile-author-info span {
    font-weight: normal;
    margin-left: 5px;
}

.custom-message-tile footer .custom-tile-author-info span {
    color: #656565;
}

.custom-message-tile footer .custom-tile-author-info small {
    color: #656565;
    margin: 0 5px;
}

.custom-message-tile footer .custom-tile-author-info>* {
    font-size: 14px;
    font-style: normal;
}

.custom-message-tile footer .custom-tile-author-info em {
    font-weight: normal;
}
.custom-message-tile footer .custom-tile-author-info em, .custom-message-tile footer .custom-tile-author-info .login-bold {
    color: #656565;
}

.custom-tile-statistics {
  margin-bottom: 0;
}
.custom-tile-statistics > li {
  color: #181818;
  display: inline-block;
  font-size: 0;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
}
.custom-tile-statistics > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-tile-statistics > li {
    margin-right: 15px;
  }
}
.custom-tile-statistics > li b {
  color: #181818;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.custom-tile-statistics > li:before {
  color: #4d4d4d;
  display: inline-block;
  font-family: "CustomIcons";
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}

.custom-tile-statistics > li.custom-tile-views:before {
    content: "\f06e";  /* FontAwesome 5 code for 'eye' icon */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; /* Important for solid icons */
}

.custom-tile-statistics > li.custom-tile-replies:before {
    content: "\f075";  /* FontAwesome 5 code for 'comment' icon */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

.custom-tile-statistics > li.custom-tile-kudos:before {
    content: "\f164";  /* FontAwesome 5 code for 'thumbs-up' icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.UserAvatar>img {
    box-shadow: none;
    height: 48px;
    width: 48px;
}

.UserAvatar>img {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
    max-width: none;
    box-shadow: 0 0 1px 0 #c4c4c4 inset, 0 0 1px 0 #c4c4c4;
}

.create-new {
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #46338a;
}
.create-new .create {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 1px;
    background: #46338a;
    border-radius: 2px;
    color: #f1ebeb;
    font-family: inherit;
    line-height: 1;
    text-transform: uppercase;
}

.create-new .create a {
    padding: 10px 15px;
    color: #f1ebeb;
    font-family: inherit;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.create-new .create a:hover {
    color: #ff6900;
}

.py-5 {
    max-width: 700px;
}
  .post-content {
    color: #444;
    font-size: 1.125rem;
    line-height: 1.5;
}

.post-content ul {
    list-style: none;
}
.post-content ul li {
    margin-bottom: 13.33333px;
    background: url(https://chat.bdpop.info/images/list-bullet.png) 0 13px / 6px 9px no-repeat;
    padding-left: 20px;
    color: #444;
   
}

body {
    text-align: justify;

}

 #userProfileApp {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

#userProfileApp .profile-nav {
    border-bottom: 1px solid #cccecb;
    display: flex;
    font-size: 16px;
}

#userProfileApp .profile-navlink {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 12px;
    line-height: 1.38;
    opacity: .5;
}

#userProfileApp .profile-navlink.is-active a {
    color: #9b004e;
}

ol, ul {
    list-style: none;
}

/* CSS to hide tab contents by default */
.hidden {
    display: none;
}

.custom-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content:center;
}

.custom-footer {
    display: flex;
}

.custom-footer li {
  display: inline;
  margin-right: 10px; /* Adjust the spacing between links */
}

.custom-footer li:last-child {
  margin-right: 0; /* Remove margin for the last link */
}

.custom-footer li a {
  text-decoration: none;
  color: black; /* Adjust link color */
}

.custom-footer li a:hover {
  color: blue; /* Adjust link color on hover */
}


.shafayet-text {
    margin: 0px 0px 0px 0px;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.sume {
    position: relative;
    z-index: 1;
    word-break: break-word;
}

.sume li:first-child {
    border-top: 1px solid #d8232a;
}

.sume li {
    border-bottom: 1px solid #d8232a;
    padding: 10px 72px 10px 2px;
}

.sume li i {
    margin-right: 10px;
}


