body {
  /* global */
  --main: #011d5b;
  --pink: #ffa7c4;
  --mind: #ff9e1b;
  --nutrition: #43b02a;
  --fitness: #29aae2;
  --meditation: #f7ae46;
  --cooking: #9bd591;
  --yoga: #66cae5;
  --mvp: #d7666b;
  --stress: #662d8e;
  --tutorials: #999999;
  --relation: #f6744a;
  --finances: #5c8f93;
  --blue: #0073b9;
  --lightblue: #e9f6fe;
  --grey: #6b7788;
  --lightBlack: #3d3935;
  --white: #fff;
  --lightYellow: #fff1d9;
  --fontBlack: #515b66;
  --fontLightBlack: #606973;
  --lightStress: #eee7f1;
  --lib: #1c465e;
  --webinar: #6a78d1;
  --defaultGrey: #efefef;
  --lightGrey: #8a8d8f;
  --lightestGrey: #fafafa;
  --borderGrey: #ececec;
  --lightWhite: #efefef;
  --Dairy: #29aae2;
  --Fruit: #ffdd5e;
  --Grain: #a68360;
  --Vegetable: #42af29;
  --Protein: #ff901e;
  --Fat: #b0b0b0;
  /* default */
  color: var(--fontBlack);
  font-size: 14px;
}

.bg-main {
  background: transparent
    radial-gradient(
      closest-side at 50% 50%,
      var(---012169-bma-blue) 0%,
      #011d5b 27%,
      #011135 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    radial-gradient(
      closest-side at 50% 50%,
      #012169 0%,
      #011d5b 27%,
      #011135 100%
    )
    0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#conversation-badge {
  color: Black;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  height: 40px;
  width: 40px;
  margin-left: 10px;
}
