.postbitflex2columns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    background: #111318;
    border-bottom: 1px solid #191c23;
    border-top: 1px solid #191c23;
}

.X {
    background: #15181e;
    border: none;
}
.postbitright {
    background: #15181e;
    padding-left: 10px;
    width: 100%;
}

.postbitleft {
    min-width: 200px;
    text-align: start;
    min-height: 300px;
    border-right: 1px solid #191c23;
    margin-bottom: 10px;
    /* padding: 10px; */
    background: #111318;
    /* border-radius: 4px; */
}
.beforumpostbit {
    position: absolute;
    width: 6px;
    height: 30px;
    box-shadow: 0px 0px 20px 1px #3078c56b !important;
    background: #3078c5;
    border-radius: 0 15px 15px 0px;
    margin-right: 0px;
    margin-left: -10px;
    margin-top: 0;
}

.greencolorbg {
    color: #00ad00;
    margin-left: 10px;
}


.redcolorbg {
    color: red;
    margin-left: 10px;
}

.popup_menu {
    /* position: absolute; */
    top: auto !important;
    left: auto !important;
    margin-bottom: -100px;
}

.postbitusername {
    font-size: 15px;
    /* background: #111318; */
    padding: 10px 0;
    /* margin: 10px 0; */
    text-align: center;
    /* align-items: center; */
    /* justify-content: flex-start; */
}

.postbitbuttons {
    background: #111318;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    text-transform: uppercase;
}

.btnbarx2 {
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    box-shadow: 0px 2px 3px 0px #44444438;
    background: #0000009c;
    border-radius: 4px;
}
.author_avatar {
    background: #111318;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.imgpostbit:hover {
    border-radius: 50px;
    border: 1px;
    border-style: dashed;
    padding: 2px;
    border-color: #3078c5;
    transition: 3s;
}


.postbituserdeta {
    font-size: 15px;
    background: #111318;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
}

.postbituserdeta:hover {
     color: white;
}

.postbitdatum {
    border-bottom: 1px solid #191c23;
    padding: 10px;
}

.postbitmesage {
    /* display: flex; */
    /* justify-content: flex-start; */
    text-align: start;
    /* flex-direction: column; */
    min-height: 420px;
}


.postbituserdata {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #15181e;
}


.postbituserdata:hover {
   cursor:pointer;
    background: #15181e;
}


.meter {
    box-sizing: content-box;
    /* height: 20px; */
    /* position: relative; */
    /* margin: 60px 0 20px 0; */
    /* background: #555; */
    border-radius: 3px;
    /* padding: 10px; */
    /* box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%); */
}
.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
    background: linear-gradient(45deg, #01387c,#52003d, #6e0101);
    box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgb(0 0 0 / 40%);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}
















































































		