.collapsibleblock {
    background: #1c1c1c !important;
    color: white;
    cursor: pointer;
    /* border: 1px solid #2e2d2d !important; */
    /* box-shadow: 0 0 3px black; */
    padding: 25px;
    width: 80%;
    text-align: left;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: -65px;
    z-index: 1;
    position: relative;
    border-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px;
}

.collapsible:hover {
background-color: #242424;
}

.contentcollapse {
    /* padding: 0 18px; */
    display: none;
    overflow: hidden;
    background-color: #1c1c1c;
    /* border: 1px solid #2e2d2d !important; */
    /* box-shadow: 0 0 3px black; */
    width: 80%;
    margin: auto;
    border-top: none !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
}





.collapsibleblock:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
















.subforumsqual {
    padding: 10px;
    height: auto;
    background: linear-gradient(to right, #171717 0%, #171717 56%, #171717 106%);
    list-style: none;
    margin-bottom: 15px;
    width: auto;
    /* margin-top: 14px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
    border-radius: 10px;
}


.arrow-up {
    width: 30px;
    height: 30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #161616;
    margin-top: -25px;
    margin-left: 27px;
    margin-bottom: -15px;
}


.bgorangegr {
    background: linear-gradient(to left, #f8b201 0, #f88101 100%), url(https://i.imgur.com/LqOTFsz.gif);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fontforumtitle {
    font-style: italic;
    text-transform: uppercase !important;
    font-weight: 900;
    font-size: 20px;
}

.categnamess {
    background: linear-gradient(to left, #ffffffa6 0, #ffffffa6 100%), url(https://i.imgur.com/LqOTFsz.gif);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-fill-available;
}

.lastpostthreadavatar {
    margin-right: 10px;
}

span.topiclastav {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

span.authlastav {
    font-size: 11px;
    /* text-transform: uppercase; */
    /* margin-top: 10px; */
}


.lastpavatstyle {
    width: 50px;
    height: 50px;
    border: 2px solid #272727;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 15px;
    padding: 2px;
}


.lastpostthread {
    display: flex;
    align-items: center;
    flex: auto;
    /* justify-content: flex-end; */
    /* float: right; */
    /* text-align: start; */
}













		
		