.postbitleft {
  width: 340px;
  min-height: 100%;
  border-right: solid 1px #393939;
  margin: auto;
}

.postbitbox {
  width: 1500px; 
  margin: auto; 
  margin-top: 20px;
}

.postbithd {
  background-color: rgb(18, 18, 17, 0.6);
  backdrop-filter: blur(5px);
  width: 1500px; 
  height: 120px;
  padding: 20px; 
  margin: auto;
    background-image: url(https://i.ibb.co/QjRLCLr/ezgif-129111cbe0b44.png);
}
.postname {
  width:1500px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  
   
}
.postname {
  width:1000px;
  height: 100px;
  margin: auto;
  overflow: hidden;
}
.postbitname {
  font-family: 'DM Serif Display', serif;
  font-size: 40px; 
  text-transform: uppercase; 
  color: rgb(169, 169, 169, 0.1);
  text-align: left;
  line-height: 120px;
  
  
}

.postbitfullname {
  font-family: 'DM Serif Display', serif;
  font-size: 35px; 
  text-transform: uppercase; 
  letter-spacing: 2px;
  color: #bad072;
  text-align: left;
  margin-top: -70px;
  margin-right: 40px;
    text-shadow: 2px 4px 3px #000;
}

.postbitlook {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 9px; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  text-align: left;
  width: 1110px;
  color: #ececec;
  margin-top: 2px;
   text-shadow: 2px 2px 5px black;
}
.postbox {
  width: 1500px; 
  margin: auto; 
  margin-bottom: 60px;
  background-color: rgb(18, 18, 17, 0.3);
  backdrop-filter: blur(5px);
}
.postbituser {
  width: 330px;
  padding: 20px;
  margin: auto;
}

.postbitava {
  width: 280px;
  height: 400px;
  margin: auto;
  border: solid 5px #191919;
}
.postbitchar {
  width: 280px;
  height: 180px;
  background-color: #191919;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.postbitchar::-webkit-scrollbar {
  width: 0px;
}
.postbitchartxt {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px;
  text-align: justify; 
  line-height: 17px;
  color: #ececec;
  padding: 5px;
  font-weight: 400px;
}


.postbittxt {
  font-family: 'Josefin Sans', sans-serif;
  width: 800px;
  font-size: 12px; 
  text-align: justify;
  padding-left: 50px; 
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 20px;
  color: #ececec;
  margin: auto;
}
.postbitbottom {
  background-color: rgb(18, 18, 17, 0.6);
  backdrop-filter: blur(5px);
  width: 1500px; 
  padding: 10px; 
  margin: auto;
}
.postbitsub {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 9px; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  color: #a9a9a9;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.postbithr {
  width: 1000px;
  height: 1px; 
  background-color: #393939;
  margin: auto;
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.postbitheader {
  background-color: rgb(18, 18, 17, 0.9);
  backdrop-filter: blur(5px);
  width: 1500px; 
  padding: 10px; 
  margin: auto;
}
.postbittitle {
  font-family: 'DM Serif Display', serif;
  font-size: 35px; 
  text-transform: uppercase; 
  letter-spacing: 2px;
  color: #bad072;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.postbitsubtitle {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 11px; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  color: #ececec;
  text-align: right;
  margin-left: 30px;
  margin-bottom: 30px;

}

.post_number a:after {
  content: none !important;
}
