/*------------fostChat--------------- */
.Sup2Content {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  background-image: radial-gradient(transparent 50%, rgba(0, 0, 0, .7)), url('fmp3simages/SupBranding.png');
  background-size: cover, contain;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-family: 'futura';
  font-size: 18px;
}
.Sup2Posts {
  width: 100%;
  max-width: 100%;
  margin: 15px 0px 0px 0px;
  padding: 0;              /* important */
  flex: 1;
  font-size: 1em;
  line-height: 1.7em;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
  box-sizing: border-box;
  text-align: left;
}
.Sup2Inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 400px;
  max-width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
  background-color: rgba(0, 0, 0, .7);
  border-bottom: solid 1px #ffffff;
  border-radius: 20px;
}
.Sup2Header {
  height: 48px;
  flex: 0 0 auto;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  border-bottom: solid .5px #ffffff;
}
.Sup2Body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 100%;
  max-width: calc(100% - 25px);
  margin-left: 0;
  margin-right: auto;
  border-radius: 5px;
}
.Sup2Inner textarea {
  font-size: .8em;
  line-height: 1.6em;
  flex: 1;
  padding: 10px;
  width: 320px;
  margin: 10px;
  max-width: calc(100% - 40px);
  height: calc(100% - 40px);
  resize: none;
  min-width: 0;
  display: block;
  border: none;
  overflow-x: hidden;
}
li {
  list-style: none;
  background-color: #000000;
  color: #000000;
  border-radius: 8px;
  margin: 0 0 15px 0;     /* left instead of centered */
  padding: 10px 10px 55px 10px;
  max-width: calc(100% - 33px);
  text-align: center;
  position: relative;
  pointer-events: none;
  border: solid 1px #ffffff;
  background-image: url('fmp3simages/SupBrandingMini.png');
  background-size: 100px auto;
  background-position: center center;
  background-repeat: repeat;
}
li a {
  color: #ff0000;
  pointer-events: auto;
}
li a:hover {
  color: #ffffff;
  pointer-events: auto;
}
.textHighlight {
  display: inline;
  background: #a6ff20;
  padding: 0 .15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.textHighlight:empty {
  display: none;
}
.love {
  height: 45px;
  overflow: hidden;
  position: absolute;
  width: 250px;
  max-width: 250px;
  left: 50%;
  bottom: 5px;
  transition-duration: .5s;
  pointer-events: auto;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.love table {
  border-collapse: separate;
  border-spacing: 20px 0;
  margin: 0;
  padding: 0;
}
.love td,
.love th {
  padding: 0px;
}
.postbutton {
  margin: 2px;
  display: inline-block;
  align-items: center;      /* vertical center */
  justify-content: center;  /* centers contents if there's extra space */
  position: relative;
  width: 2em;
  height: 2em;
  max-height: 45px;
  border-radius: 5px;
  transition-duration: .5s;
  pointer-events: auto;
  cursor: pointer;
  overflow: hidden;
}
.postbutton:hover {
  background-color: rgb(255, 255, 255, .5);
}
.postreact {
  width: 2em;
  height: 2em;
  max-width: 45px;
  max-height: 45px;
  background-image: url('fmp3simages/Email.png');
  background-size: 2em 2em;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.postbuy {
  width: 2em;
  height: 2em;
  max-width: 45px;
  max-height: 45px;
  background-image: url('fmp3simages/PWBUY.png');
  background-size: 2em 2em;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.Latest {
  transform: rotate(90deg); 
  position: absolute; 
  right: 0px; 
  top: calc(50% + 100px);
  line-height: 42px;
  transform-origin: top right;
  z-index: 3;
}
.LatestButton {
  display: inline-block; 
  text-align: center; 
  width: auto; 
  font-size: 12px;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
  height: 17.5px;
  line-height: 17.5px;
  border-radius: 20px;
  cursor: pointer; 
  color: #ffffff;
}