svg.is-badge.icon {
    width: 15px;
    margin-left: 5px;
    padding-top: 3px;
}
#dailyfife {
  margin-top: 1rem;
  width: auto !important;
  margin: auto !important;
  min-height: 100vh;
}
.bb-timeline ul {
  margin: 0;
  padding: 0;
  li {
    margin-bottom: 1.5rem;
    list-style-type: none;
    .bb-cont ul li {
        margin-bottom: 0;
    }
  }
}
.bb-timeline .bb-item {
  padding: 20px;
  font-size: 16px;
  margin-bottom: 15px;
  background: var(--card-bg);
  border-bottom: 1px solid #e0e3ed;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  transition: all .3s ease-in-out;
  border-radius: 12px;
  &:hover {
    border:1px solid #49b1f5;
  }
}
.bb-timeline .bb-head{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  .user-avatar {
    margin: 0 !important;
    width: 50px;
    height: 50px;
  }
  .info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: auto;
    .name {
      color: #30a5a7;
      font-size: 1.2rem;
    }
    .datatime {
      opacity: .6;
    }
  }
}
.bb-timeline .bb-content{
  margin: 5px 0 5px 5px;
}
.bb-timeline .bb-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 10px;
  .emoji {
    margin-left: 15px;
  }
  .comment-btn {
    margin-left: auto !important;
  }
}
.bb-load button {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  padding: 10px 30px;
  width: 100%;
  background: 0 0;
  letter-spacing: .8rem;
  font-style: italic;
  font-size: .8rem;
  &:hover {
    color:#FFFFFF;
    background:#4C4C4C;
  }
}
.bb-footer {
  margin: 1rem 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  p {
    margin: 0 0 .6rem;
  }
}
.resimg.grid {
  display: grid;
  box-sizing: border-box;
  margin: 4px 0 0;
  width: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 4px;
}
.resimg.grid-2 {
  width: 80%;
  grid-template-columns: repeat(2, 1fr);
}
.resimg.grid-4 {
  width: calc(80% * 2 / 3);
  grid-template-columns: repeat(2, 1fr);
}
.resimg a {
  display: block;
  border-radius: 9px;
  width: 98%;
  max-height: 60vh;
  aspect-ratio: 1/1;
  position: relative;
}
.resimg img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  margin: 0 !important;
  object-fit: cover;
}
.d-none{display:none!important;}
.item-waline {
    min-height: 100px;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #e0e3ed;
    border-radius: 12px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 625px) {
    .emoji{
        display:none!important;
    }
    #dailyfife {
      width: 100% !important;
    }
}