.forum_status {
    width: 60px;
    height: 55px;
    margin-right: 10px;
    margin-left: 10px;
}


.forum_on {
	background: url(http://static.webgod.ro/wtfcs/forumstats/on.png);
  display: inline-block;
    background-repeat: no-repeat;
}

.forum_off {
	background: url(http://static.webgod.ro/wtfcs/forumstats/off.png);
   display: inline-block;
    background-repeat: no-repeat;
}

.forum_offclose {
	background: url(http://static.webgod.ro/wtfcs/forumstats/offclose.png);
  display: inline-block;
    background-repeat: no-repeat;
}

.forum_offlink {
	background: url(http://static.webgod.ro/wtfcs/forumstats/offlink.png);
   display: inline-block;
    background-repeat: no-repeat;
}

.fdescript {
    color: #bfbfbf;
}

.spacer5 {
    margin-right: 5px;
}

.coloredwh {
    color: #ffffff9e !important;
}

.columns {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 65%;
}

.columns li {
width: 33%; 
float: left;
}



.theadflexcapdet {
    margin-bottom: 5px;
    background: linear-gradient(150deg, #0e0e0e 28%, #3434343d 40%, #090b0b 54%);
    background-image: url(https://i.imgur.com/qUbOwmC.png);
    background-repeat: no-repeat;
    padding: 16px;
    background-position: 95%;
    border-radius: 5px;
    position: relative;
    color: white;
    align-items: center;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    border-bottom: 1px solid #30303052;
    border-left: 1px solid #30303052;
    border-right: 1px solid #30303052;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forumbitcontent {
    /* background: #111313; */
    /* padding: 10px; */
    width: 99%;
    margin: auto;
    /* box-shadow: 0 0 5px 0px #000000b8; */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .theadflexcapdet {
        flex-direction: column;
        align-items: flex-start; /* Align items to the start on smaller screens */
        text-align: left;
    }

    .expcolimage {
        margin-top: 10px; /* Add space between the text and image */
        align-self: flex-end; /* Align the image to the right on smaller screens */
    }

    .forumbitcontent {
        padding-top: 10px; /* Add some space between header and content */
    }
}

/* Optional: Additional styling for better appearance on all screens */
.theadflexcapdet a {
    color: #fff; /* Set link color to white for better contrast */
    text-decoration: none; /* Remove underline from links */
}

.theadflexcapdet a:hover {
    text-decoration: underline; /* Add underline on hover */
}




.frcontsubforums {
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
    background: #090b0b;
    padding: 15px;
    /* width: 99%; */
    /* box-shadow: 0 0 5px 0px #000000b8; */
    /* margin: auto; */
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    border-radius: 4px;
}

.cell {
    /* Common cell styles */
}

.small-cell {
  /*   width: 50px;*/
}

.flex-grow {
    flex: 1;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}


.sidebartcap {
    margin-bottom: 5px;
    background: linear-gradient(150deg, #0e0e0e 28%, #34343426 40%, #090b0b 54%);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: white;
    align-items: center;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    border-bottom: 1px solid #30303052;
    border-left: 1px solid #30303052;
    border-right: 1px solid #30303052;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.sidebartcontent {
    background: #111313;
    padding: 5px;
    margin-top: 5px !important;
    width: 98%;
    margin: auto;
    border-radius: 3px;
}


.sidebarblock {
    margin-bottom: 20px;
}


.purchasecreditsbuttonflex {
    padding: 15px;
    color: white;
    display: flex;
    width: -webkit-fill-available;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #d26d22c9;
    background: rgb(210, 109, 34);
    background: linear-gradient(139deg, #d26d22 76%, #d26d22 79%, #111313 81%, #111313 92%, #d26d22 94%);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 14px;
    border: 1px solid #1a1a1a;
    box-shadow: 0 0 5px 0px #000000;
}



.discordbuttonflex {
    padding: 15px;
    color: white;
    display: flex;
    width: -webkit-fill-available;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    background: #5865f2;
	    background: linear-gradient(139deg, #5865f2 76%, #5865f2 79%, #111313 81%, #111313 92%, #5865f2 94%);
	
    /* margin: 10px; */
    border-radius: 7px;
    font-size: 14px;
	    border: 1px solid #1a1a1a;
    box-shadow: 0 0 5px 0px #000000;
}
}




.collapsible {
    background-color: #202020;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}



.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
    padding: 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* background-color: #f1f1f1; */
}





:focus {
    outline: none;
}

.collapsible {
    background-color: #111313;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
}


[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    border: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
}
button {
    background: transparent;
    border: none;
    padding: 0;
}


.active:after {
    content: "\2212";
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
*, :after, :before {
    box-sizing: border-box;
}

.content {
    padding: 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* background-color: #f1f1f1; */
}

.flexdisplaytz1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.pix_coco1 {
    background-color: #111313;
    border-radius: 5px;
    width: 26.5%;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    /* margin: auto; */
    margin-top: 5px;
    /* margin-bottom: 20px; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* z-index: 1; */
    text-align: start;
}


.pix_coco2 {
    background-color: #111313;
    border-radius: 5px;
    width: 73%;
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    /* margin: auto; */
    margin-top: 5px;
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* z-index: 1; */
    text-align: start;
}

.beforum {
    position: absolute;
    width: 6px;
    height: 30px;
    box-shadow: 0px 0px 20px 1px #6a6a6a00 !important;
    background: #222222;
    border-radius: 0 15px 15px 0px;
    margin-right: 0px;
    margin-left: -15px;
    margin-top: 0;
}


.fdslasptp {
    width: 20%;
    border-left: 1px solid #161818;
}
.cellpoststhreads {
    margin-right: 10px;
    text-align: start;
    color: #747474;
}


.flexlastpost {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flinfo {
    margin-right: 10px;
    color: white;
}


.avatarep_fd {
    width: 40px;
    height: 40px;
    display: inline;
    position: relative;
}

.avatarep_img, .avatarep_bg {
    padding: 3px;
    border: 1px solid #1a73e89c;
    border-style: dashed;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    opacity: 0.9;
    margin: auto;
    float: left;
}


.theadflexcapdebstdt {
    margin-bottom: 5px;
    background: linear-gradient(150deg, #0e0e0e 28%, #3434343d 40%, #090b0b 54%);
    background-image: url(https://i.imgur.com/qUbOwmC.png);
    background-repeat: no-repeat;
    padding: 16px;
    background-position: 95%;
    border-radius: 5px;
    position: relative;
    color: white;
    align-items: center;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    border-bottom: 1px solid #30303052;
    border-left: 1px solid #30303052;
    border-right: 1px solid #30303052;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}





.contentofstastb {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 5px !important;
    background: #090b0b;
    /* padding: 15px; */
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    border-radius: 4px;
}


.whoslive {
    color: #6a6a6a;
    padding: 10px;
    background: #101010;
}

.wslmembers {
    color: #6a6a6a;
    padding: 10px;
    /* background: #101010; */
    border: 1px solid #121414;
    /* margin-bottom: 20px; */
    border-bottom: none;
}

.flbsdtartsa {
    display: flex;
    color: #6a6a6a;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 5px;
}

.flstatsbocks {
    border: 1px solid #121414;
    padding: 10px 0;
    margin: 10px;
    border-radius: 4px;
}

span.tcolorbgcap {
    color: #959595;
    background: #101010;
    padding: 11px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

span.tcolorbgcontent {
    color: #959595;
    /* background: #101010; */
    padding: 10px;
    font-size: 11px;
    /* font-weight: 700; */
}

.statsbfoot {
    text-align: start;
    background: #101010;
    padding: 10px;
}



.collapsibleact {
    background-color: #090b0b;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    border-radius: 4px;
}

.collapsibleact:hover {
    background-color: #1a1a1a;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    border-radius: 4px;
}

.collapsibleact:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
    padding: 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* background-color: #f1f1f1; */
}

.pix_d2lkZ2V0_249[data-v-3c9584ac] {
    box-shadow: 0 0 3px 0px #00000075;
    border: 1px solid #2223238a;
    border-radius: 4px;
    background-color: #090b0b;
    border-radius: 5px;
    color: #b1b1b1;
    overflow: hidden;
    padding: 15px 15px 0;
    position: relative;
    margin: auto;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

















































































































































































































		
		