body{
	width:100%;
	max-height: 100vh;
	overflow: auto;
}
#filter{
  position: fixed;
  top: 0;
  left:0;
  width:100%;
  height:100vh;
	padding-bottom: 40px;
  line-height: 30px;
  border:1px solid black;
  z-index: 102;
   background: rgb(228,228,228);
background: linear-gradient(135deg, rgba(228,228,228,1) 16%, rgba(253,253,253,1) 76%); 
	overflow-y: auto;
}
#filter b{
  display: block;
  font-family: var(--titFont);
  text-transform: capitalize;
  font-variant: small-caps;
  text-align: center;
}
#filter label{
  display: inline-block;
  font-size: 14px;
  width: 55px;
  padding-left: 10px;
  margin-right: 5px;
  font-family: txt;
  text-align: left;
  text-transform: capitalize;
}
#filter form{
 background: rgb(228,228,228);
background: linear-gradient(135deg, rgba(228,228,228,1) 16%, rgba(253,253,253,1) 76%); 
	height: 100vh;
	padding-bottom: 100px;
	overflow-y: auto;
}
#filter fieldset{
  border-radius: 10px;
}
#filter legend{
	font-family: txt;
	font-style: normal !important;
	font-weight: normal !important;
	color: darkcyan;
}
#filter input[type="text"]{
  width: 70%;
  font-size: 16px;
  margin-bottom: 10px;
  background: white;
  height:45px;
}
#filter select{
  width: 200px;
}
#filter fieldset:disabled{
  opacity: 0.5;
}
#filter input[type='radio']{
  margin-left: 45px;
  transform: scale(1.4);
}
#filter select{
  text-transform: capitalize;
  height: 45px;
}
#forum_tit{
  margin-top:45px;
  width: 100%;
  height: 60px;
  padding-top: 30px;
  text-align: center;
  font-weight: bolder;
  font-variant: small-caps;
  background: white;
  border-bottom: 3px solid gray;
  z-index: 1;
}
#forum_tit > div:first-of-type{
  font-size: 34px;
  font-family: date;
	margin-bottom: -12px;
}
#forum_tit > div:last-of-type{  
  width:max-content;
  margin: -40px 0 5px 5px;
  padding: 3px 7px;
  text-align: left;
  color: white;
  background: var(--cad);
	text-shadow: 1px 1px black;
	font-family: txt;
  border-radius: 8px;
	border:1px solid white;
  box-shadow: 1px 1px 2px black;
}
#forum_tit .filt_on{
	border: 3px solid pink !important;
}
#forum_tit .filt_on::after{
	content: "*";
	color: red;
	font-size: 20px;
	margin-left: 4px;
}
#forum_tit span{
  display: inline-block;
  font-size: 26px;
  margin: 0 10px;
  color: gray;
}
#forum_tit span.sel{
  text-decoration: underline;
  color:orange;
}
#forum_tit span:not(.sel):hover{
  opacity: 0.5;
}
#content{
	height: calc(100vh - 180px);
	padding-bottom: 30px;
  font-family: var(--lucy);
	overflow-y: auto;
	z-index: 1;
}
#list_wrap{
  width: 100%;
}
.posts:not(.open){
  display: none;
}
#dynamic .list{
  list-style-type: none;
  display: block;
  width: 92%;
  height: auto;
  margin:0 auto;
  padding:0;
}
#dynamic .list li{
  display: block;
  width: 100%;
  height: auto;
  margin: 12px 0;
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  background: var(--metal);
}
#dynamic .list li[data-id="0"]{
  padding-top: 20px;
  color:red;
  text-align: center;
  border: none;
  box-shadow: none;
  background: none;
}
#dynamic .list li>div:first-of-type{
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  vertical-align: top;  
  background: gray;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  border-bottom: 2px solid black;
}
#dynamic .list a{
  display: inline-block;
  font-size: 15px;
  float: left;
  color: #65d5ca;
  font-weight: normal;
}
#dynamic .list li img{
  display: inline-block;
  float: left;
  height: 55px;
  width:55px;
  margin-right: 7px;
  box-shadow: 1px 1px 2px black;
  border: 1px solid black;
  vertical-align: top;
  background: white;
}
#dynamic .list li .date{
  position:absolute;
  bottom:0;
  right: 10px;
  width: max-content;
  vertical-align: top;
  font-size: 12px;
  font-style: italic;
  text-transform: capitalize;
  color:white;
  font-weight: normal;
}
#dynamic .list .txt{
  display: block;
  width: 100%;
  padding: 12px 3px;
  height: auto;
  line-height: 20px;
}
#dynamic .list li .views{
  width: 97%;
  text-align: right;
  color: cadetblue;
  font-size: 12px;
}
.views div{
  display: inline-block;
}
#dynamic .list li .like{ 
  width: 20px;
  height: 20px;
  margin: 0 5px 0 10px;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/thumb_up.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#dynamic .list li .liked{
  opacity: 0.2;
}
#dynamic .list .edited{
  display: block;
  width: max-content;
  margin-top: 7px;
  text-transform: capitalize;
  font-style: normal;
  font-size: 14px;
  color: darkslategray;
}
#dynamic .list .edited b{
  color: darkorange;
}
#dynamic .list_hold:not(.opened){
  display:none;
}
#list_wrap button{
  width: 150px;
}
@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}
.nolike{
  width: 80px;
  color: red;
  position:absolute;
  top:20px;
  left:90%;
  display: block;
  animation: fadeOut 3s;
  animation-fill-mode: forwards;
}