::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(52 52 52) !important;
    background-image: -webkit-linear-gradient(7deg, #363636 10%, #5a5a5a, #2c2c2b) !important;
}


::-webkit-scrollbar-button {
    display: none;
}



::-webkit-scrollbar {
    background-color: #141519 !important;
    width: 6px;
}

::-webkit-scrollbar {
    background-color: #192331;
    width: 6px;
}



*:not(.sceditor-button) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins';
}


.copyrightfooter {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}


.indexstatsflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}


.indexstatsflex11 {
    width: 33%;
    background: #18181c;
}


.leftheader {
    background: #121216;
    float: left;
    position: fixed;
    width: 17%;
    height: 100%;
    border-right: 1px solid #25252c;
    overflow: auto;
}



.contentinside {
    background: #121216;
    float: right;
    width: 83%;
    height: 100%;
   
}

.navigation {
    padding: 10px;
    background-image: linear-gradient(to bottom, #222222 0%, #1212160a 100%);
    border-radius: 3px;
    border-left: 1px solid #25252c;
    border-right: 1px solid #25252c;
    border-top: 1px solid #25252c;
    border-bottom: 1px solid #25252c;
}



.navigation .active {
    color: #333;
    font-size: small;
    font-weight: bold;
    font-family: 'Poppins';
    font-weight: 700;
    color: #757471 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #93928e 10%, #c6cbc9, #121216);
}

.navigation a:hover, .navigation a:active {
    text-decoration: underline;
    font-family: 'Poppins';
    font-weight: 700;
    color: #757471 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #93928e 10%, #c6cbc9, #121216);
}

.logoflex {
    display: flex;
    height: 100px;
    /* padding: 20px; */
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.logoimage {
    width: 10%;
}
.logotext {
    text-align: start;
    color: white;
    width: 60%;
}



.titlelogo {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #757471 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #93928e 10%, #c6cbc9, #121216);
}

.descriptionlogo {
    font-size: 10px;
    margin-top: 8px;
    position: relative;
    font-weight: 500;
    color: #03a9f4 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #03a9f4 10%, #1f9ef9, #005e89);
}

.welcomeblock {
    /* height: auto; */
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #25252c;
    border-bottom: 1px solid #25252c;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menulinks {
    /* height: 250px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    padding: 0px 20px;
}


.menulinksforums {
    background: #18181c;
    padding: 15px 0px;
    text-align: start;
    width: 100%;
    /* text-align: center; */
    color: #b3b3b4;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto';
    display: flex;
    justify-content: space-between;
}



.msgcount {
    padding: 0 10px;
    background: #03a9f4;
    border-radius: 5px;
    color: #000000;
    margin-right: 20px;
}


.menulinksforums:hover {
    background: #1d1d23;
    padding: 15px 0px;
    text-align: start;
    width: 100%;
    /* text-align: center; */
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
}


.headlogoadsarea {
    height: 150px;
    background: #222121;
    border: 1px solid red;
}







.dropbtn {
    background-color: #25252c99;
    color: white;
    padding: 10px 20px 10px 10px;
    border: none;
    cursor: pointer;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins';
   
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #18181c;
	 border: 1px solid #25252c;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 93%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d1d23;
    min-width: -webkit-fill-available;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    color: white;
    text-align: start;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    /* display: block; */
    margin: 10px;
    border-radius: 4px;
}

.dropdown a:hover {
	background-color: #2b2b33;    
	margin: 10px;
    border-radius: 4px;
}

.show {display: block;}


.classflexya {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-around;
}

.icmr10 {
    margin-right: 10px;
}
.centerflex {
    display: flex;
    justify-content: space-evenly;
    /* margin: 6px; */
    background: #2b2b3366;
}



.otherheadermemberlinks {
    padding: 12px;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.styletextys {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    background: #1d1d23;
    padding: 20px;
    border-radius: 3px;
}


.ubforums {
    padding: 10px;
    background-image: linear-gradient(to bottom, #222222 0%, #1212160a 100%);
    border-radius: 3px;
    border-left: 1px solid #25252c;
    border-right: 1px solid #25252c;
    border-top: 1px solid #25252c;
    border-bottom: 1px solid #25252c;
    margin: 10px 0;
    color: #787774;
}


.roububforums {
    border-top: 1px solid #25252c;
    border-left: 1px solid #25252c;
    border-right: 1px solid #25252c;
    border-radius: 4px;
}


.guestbuttons {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    /* padding: 10px; */
}






.reglogbuttons {
    padding: 15px 30px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(135deg, #18181c 62%, #03a9f4 88%, #18181c 84%);
    border-radius: 4px;
    box-shadow: inset 0px 0px 7px 0px black;
    min-width: 90px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}





.titlethreadslist {
    font-family: 'Poppins';
    font-weight: 700;
    color: #757471 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #93928e 10%, #c6cbc9, #121216);
    text-transform: uppercase;
    font-size: 20px;
}




.threadbody {
    display: flex;
    background: #18181c;
    border-bottom: 1px solid #25252c;
    border-radius: 3px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}


.threadtitles {
    font-size: 14px;
    color: #dbdde1;
    font-weight: 500;
    font-family: Inter;
}


.threadddicon {
    padding: 10px;
    border-radius: 50%;
    background: #25252c;
    color: white;
    font-size: 14px;
}

.threadbodyicon {
    width: 5%;
}
.threadbodyname {
    width: 55%;
}



.threadlistborder {
    border-left: 1px solid #25252c;
    border-right: 1px solid #25252c;
    border-top: 1px solid #25252c;
    border-radius: 4px;
}

.threadbodyprefix{
    width: 5%;
}
.threadbodyviews{
    width: 5%;    
	border-right: 1px solid #25252c;
    margin-right: 10px;
	    color: #cdcdcd;
}
.threadbodylikes{
    width: 5%;  
	border-right: 1px solid #25252c;
    margin-right: 10px;
	    color: #cdcdcd;
}
.threadbodyreplyes{
    width: 5%;  
	border-right: 1px solid #25252c;
    margin-right: 10px;
	    color: #cdcdcd;
}
.threadbodylastpost {
    width: 20%;
    color: #cdcdcd;
}



.fflexythreadlists {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}


.avrepuig {
    /* padding: 10px !important; */
    /* border: 5px solid #212735 !important; */
    /* width: 50px !important; */
    /* height: 50px !important; */
    border-radius: 100px !important;
    opacity: 0.9 !important;
    margin: 0px 0px !important;
    float: left !important;
    /* background: #0e121b; */
}



.post {
    overflow: hidden;
    background: #18181c;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #25252c;
}



.threadbodywriter {
    color: #ababab;
}
a.add_tyl_button span {
    background-image: none !important;
    background-repeat: no-repeat;
    font-weight: bold;
}


.tyllist {
    background-color: #121216 !important;
    border-top: 1px dotted #1d1d23 !important;
    border-bottom: 1px dotted #18181c !important;
    padding: 10px 10px !important;
    font-family: 'Poppins';
}




.findexstatsrow {
    display: flex;
    justify-content: space-between;
    padding: 26.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #25252c4d;
    border-bottom: 1px solid #25252c;
    align-items: center;
    align-content: center;
    color: #979797;
}

.findexstatsrow:hover {
    background: #1d1d23;
}



.findexstats {
    border-radius: 4px;
    border: 1px solid #25252c;
    font-family: 'Roboto';
}





.onlinetodayall {
    margin-top: 20px;
    padding: 0px;
}

.fontsizetablewhite {
    color: #dcdee2;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
}


.fontsizetable {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins';
}



.memguestcount {
    font-family: 'Poppins';
    background: #25252c;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 14px;
    /* box-shadow: inset 0 0 2px black; */
}


.onlinetodaytablerow {
    margin-top: 20px;
    background: #25252c4d;
    border: 1px solid #25252c;
    padding: 20px;
    border-radius: 4px;
    font-family: 'Poppins';
}




.latestrowthtopic {
    font-family: 'Poppins';
}


.claslasthreads {
    font-weight: 600;
    font-family: 'Poppins';
}



.timeadnslastest {
    font-size: 12px;
    color: #9396a2;
}

.groupnamestyle {
    font-family: 'Poppins';
    margin-right: 10px;
}



.jtdbutton {
    border: 1px solid #03a9f4;
    font-weight: 700;
    background-image: url(https://static.webgod.ro/snowy.gif),linear-gradient(196deg, #03a9f4 10%, #064fd3);
    font-size: 0.8rem;
    background-size: contain;
    padding: 20px;
    border-radius: 0.25rem;
    color: #fdf2f8;
    margin-right: 39px;
    text-transform: uppercase;
    width: 88%;
    text-align: center;
}


.jtdbuttonoldsimple {
    background-color: #03a9f4;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 20px;
    border-radius: 0.25rem;
    color: #fdf2f8;
    margin-right: 39px;
    text-transform: uppercase;
    width: 88%;
    text-align: center;
}


.righttextandimg {
    height: 90px;
    width: 100%;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    padding: 0 1.25rem 0 0.75rem;
    justify-content: space-between;
}


.imgheaderlogoss {
    width: 65px;
    height: 65px;
    margin-right: 0.75rem;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 0px;
    margin-left: 10px;
}

.texttitleheadloggs {
    color: #03a9f4;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: -0.25rem;
    text-transform: uppercase;
}



.regbntadgr {
    background-color: #03a9f4;
    font-weight: 700;
    border: 1px solid #03a9f4 !important;
    font-size: 0.8rem;
    padding: 20px;
    border-radius: 0.25rem;
    color: #fdf2f8 !important;
    margin-right: 39px;
    text-transform: uppercase;
    /* width: 88%; */
    text-align: center;
}



.tablewidthreg {
    width: 60%;
    margin: auto;
    border: 1px solid #25252c;
    padding: 10px;
    border-radius: 4px;
}


.tabletitasdasd {
    align-content: center;
    text-align: start;
    padding: 30px 0px;
    margin: auto;
    width: 60%;
    font-size: 20px;
    color: #03a9f4;
}

.smalltext14 {
    font-size: 14px;
    font-weight: 600;
}


.submitregbtn {
    background-color: #0089c7;
    font-weight: 700;
    border: 1px solid #03a9f4 !important;
    font-size: 0.8rem;
    padding: 20px;
    border-radius: 0.25rem;
    color: #fdf2f8 !important;
    margin-right: 39px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 15px !important;
}
