:root {
  /* Color */
  --surface: #c0c0c0;
  --button-highlight: #ffffff;
  --button-face: #dfdfdf;
  --button-shadow: #808080;
  --window-frame: #0a0a0a;
  --dialog-blue: #000080;
  --dialog-blue-light: #1084d0;
  --link-blue: #0000ff;

  /* Spacing */
  --element-spacing: 8px;
  --grouped-button-spacing: 4px;
  --grouped-element-spacing: 6px;
  --radio-width: 12px;
  --checkbox-width: 13px;
  --radio-label-spacing: 6px;
  --range-track-height: 4px;
  --range-spacing: 10px;

  /* Some detailed computations for radio buttons and checkboxes */
  --radio-total-width-precalc: var(--radio-width) + var(--radio-label-spacing);
  --radio-total-width: calc(var(--radio-total-width-precalc));
  --radio-left: calc(-1 * var(--radio-total-width-precalc));
  --radio-dot-width: 4px;
  --radio-dot-top: calc(var(--radio-width) / 2 - var(--radio-dot-width) / 2);
  --radio-dot-left: calc(
    -1 * (var(--radio-total-width-precalc)) + var(--radio-width) / 2 - var(
        --radio-dot-width
      ) / 2
  );

  --checkbox-total-width-precalc: var(--checkbox-width) +
    var(--radio-label-spacing);
  --checkbox-total-width: calc(var(--checkbox-total-width-precalc));
  --checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));
  --checkmark-width: 7px;
  --checkmark-top: 3px;
  --checkmark-left: 3px;

  /* Borders */
  --border-width: 1px;
  --border-raised-outer: inset -1px -1px var(--window-frame),
    inset 1px 1px var(--button-highlight);
  --border-raised-inner: inset -2px -2px var(--button-shadow),
    inset 2px 2px var(--button-face);
  --border-sunken-outer: inset -1px -1px var(--button-highlight),
    inset 1px 1px var(--window-frame);
  --border-sunken-inner: inset -2px -2px var(--button-face),
    inset 2px 2px var(--button-shadow);

  /* Window borders flip button-face and button-highlight */
  --border-window-outer: inset -1px -1px var(--window-frame),
    inset 1px 1px var(--button-face);
  --border-window-inner: inset -2px -2px var(--button-shadow),
    inset 2px 2px var(--button-highlight);

  /* Field borders (checkbox, input, etc) flip window-frame and button-shadow */
  --border-field: inset -1px -1px var(--button-highlight),
    inset 1px 1px var(--button-shadow), inset -2px -2px var(--button-face),
    inset 2px 2px var(--window-frame);
}

@import url(https://rsms.me/inter/inter.css);
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: regular) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #f1f1f1;
  font-family:inter;
}

.theforum {
	-webkit-box-shadow: 0 0 65px black;
    box-shadow: 0 0 65px black;
}

#container {
  color: #333;
  text-align: left;
  margin: 0;
  font-size: 13px;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  z-index: 2;
  position:relative;
}

#content {
  width: auto !important;
}

.mfs-fcat {
  font-size: 30px !important;
}
.mfs-fsection {
  font-size: 14px;
}
.mfs-ftitle {
  font-size: 16px;
}
.mfs-fdesc {
  font-size: 14px;
}
.mfs-fviewers {
  font-size: 12px;
}
.mfs-flptitle {
  font-size: 14px;
}
.mfs-flpdate {
  font-size: 12px;
}
.mfs-flpowner {
  font-size: 14px;
}
.mfs-flpno {
  font-size: 14px;
}
.mfs-flthleg {
  font-size: 12px;
}
.mfs-sftitle {
  font-size: 14px;
}
.mfs-sflist {
  font-size: 14px;
}
.mfs-evloc {
  font-size: 16px;
}
.mfs-evtitle {
  font-size: 16px;
}
.mfs-evth {
  font-size: 16px;
}
.mfs-evus {
  font-size: 16px;
}
.mfs-evdate {
  font-size: 16px;
}
.mfs-nav {
  font-size: 14px;
}
.mfs-finame {
  font-size: 30px;
}
.mfs-firead {
  font-size: 14px !important;
}
.mfs-fisub {
  font-size: 14px !important;
}
.mfs-fisection {
  font-size: 12px;
}
.mfs-finoth {
  font-size: 16px;
}
.mfs-fith {
  font-size: 16px;
}
.mfs-fithdate {
  font-size: 12px;
}
.mfs-fithowner {
  font-size: 14px;
}
.mfs-fithdesc {
  font-size: 16px;
}
.mfs-fithrep {
  font-size: 16px;
}
.mfs-fithviews {
  font-size: 16px;
}
.mfs-filp {
  font-size: 16px;
}
.mfs-filpus {
  font-size: 16px;
}
.mfs-filpdate {
  font-size: 16px;
}
.mfs-shthtitle {
  font-size: 16px;
  color: gold;
}
.mfs-shthdesc {
  font-size: 16px;
  color: white;
}
.mfs-shthnext {
  font-size: 16px;
}
.mfs-shthusbro {
  font-size: 16px;
}
.mfs-shthcontr {
  font-size: 16px;
}
.mfs-shthbutton {
  font-size: 16px;
}
.mfs-pbcus {
  font-size: 16px;
}
.mfs-pbcusgr {
  font-size: 16px;
}
.mfs-pbcusstat {
  font-size: 16px;
}
.mfs-pbccont {
  font-size: 16px;
}
.mfs-pbcbutton {
  font-size: 16px;
}
.mfs-pbcdate {
  font-size: 16px;
}
.mfs-pbcedit {
  font-size: 16px;
}
.mfs-mcdnoc {
  font-size: 16px;
}
.mfs-mcdco {
  font-size: 16px;
}
.mfs-fopw {
  font-size: 16px;
}
.mfs-fomof {
  font-size: 16px;
}
.mfs-fodate {
  font-size: 16px;
}
.mfs-fobo {
  font-size: 16px;
}
.mfs-ertitle {
  font-size: 16px;
}

.smalltext {
  font-size: 13px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.eye {
  position: absolute;
  right: 15px;
  top: 70px;
  cursor: pointer;
}

input[class="form-control"] {
  width: 240px;
  height: 50px;
  margin-top: 2%;
  padding: 15px;
  font-size: 16px;
  font-family: "Abel", sans-serif;
  color: #5e6472;
  outline: none;
  border: none;
  border-radius: 0px 5px 5px 0px;
  transition: 0.2s linear;
}
input[id="txt-input"] {
  width: 250px;
}

.newqlogin {
  width: 450px !important;
  min-height: 500px;
  height: auto;
  border-radius: 5px;
  margin: 2% auto;
  box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
  padding: 2%;
  background: #c0c0c0 !important;
  text-align: center !important;
}

.newqlogincon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.newqlogrem {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 20px;
}

.newqlogreg {
  margin-top: 10px;
}

.thinfo {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center !important;
}

.thbar {
  background: #ffffff none;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 5px 0 4px;
  width: auto;
  display: inline-flex;
  float: left;
  list-style: none;
  font-size: 18px;
}

.pbinfo {
  padding: 20px;
}

.lpbox {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
}

.upper {
	margin-top: 125px;
}

.card3d {
  margin: 4px;
  transform: scale(1);
  perspective: 600px;
}

.card3d:hover {
  z-index: 10;
  transform: scale(1.3);
}

.card3d,
.card3d img {
  transition: all 250ms ease-out;
  width: 180px;
}

.fdesc {
  display: inline-block;
}

.profname {
  font-size: 38px;
  font-weight: bold;
}

.newforum {
  background: #f5f5ff;
  padding: 10px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  transition: all 0.5s ease-in-out;
  column-fill: initial;
}

.newforum:after {
  content: "";
  display: table;
  clear: both;
}

.newforumlayout {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}

.newforumlayout:after{
content: "";
  display: table;
  clear: both;
}

.newproflayout {
  display: inline-block;
  width: 100%;
}

.mobsearch {
  display: none;
}

@media only screen and (max-width: 450px) {
  .tmob {
    display: none;
  }

  .tbmob {
    text-align: center;
  }

  .mobusercpavatar {
    display: none;
  }

  .qsimob {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .pmob {
    display: contents;
  }

  .pstats {
    display: grid;
    justify-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  .post.classic {
    display: block !important;
  }

  .post.classic .post_content {
    width: 95% !important;
  }

  .thinfomob {
    display: inline-flex;
    float: none !important;
  }

  .mobmem {
  }

  .fdtmob {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .newheader {
    grid-column-gap: 0px !important;
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .newheader {
    grid-column-gap: 0px !important;
    font-size: 8px;
  }
}

@media only screen and (max-width: 550px) {
  .newheader {
    grid-column-gap: 0px !important;
    font-size: 6px;
  }
}

@media only screen and (max-width: 350px) {
  .newheader {
    grid-column-gap: 0px !important;
    font-size: 4px;
  }
}

@media only screen and (max-width: 200px) {
  .newheader {
    grid-column-gap: 0px !important;
    font-size: 2px;
  }
}

@media only screen and (max-width: 1100px) {
  #logo,
  #footer .lower {
    width: 100%;
    height: 100%;
  }
  
  .upper {
	margin-top: 0px !important;
}
  
  .logop {
	margin-top:500px;
}
  
    .future {
		font-size: 75px !important;
		margin-left: 0px !important;
		text-align: center !important;
		padding-left: 0px !important;
		position:relative !important;
		top: -75px !important;
		
		
	}
	
	.mobsearch {
		margin-bottom:-165px !important;
	}

  .newheader {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .nmob {
    padding-right: 10px !important;
  }

  .sbox {
    display: none !important;
  }

  .fa-search {
    display: none !important;
  }

  .mobsearch {
    display: flex;
    background: #333 !important;
	z-index: 1;
	position: relative;
  }

  .mobsbox {
    width: 100% !important;
  }

  .navbar ul li a:after,
  .navbar ul li a:before {
    display: none !important;
  }
}

@media only screen and (max-width: 1500px) {
  .foban {
    display: none !important;
  }
  
  #footer .lower {
	display: none !important;
  }

  .social {
    padding-top: 0 !important;
	font-size: 0.5em !important;
  }
  
  .mfs-fopw {
	  font-size: 10px !important;
  }
  
  .mofidik {
	  font-size: 20px !important;
  }
  
  .mfs-fodate {
	  font-size: 10px !important;
  }
  
  .flags {
	  width: 24px !important;
	  height: 24px !important;
  }
  
  #footer .upper ul.bottom_links {
	  display: grid !important;
	  font-size: 10px !important;
  }
  
  .dmca-badge {
	  display:none;
  }
  
  .cop {
	  display:none;
  }
  
}

@media only screen and (max-width: 1439px) {
  .newforum {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .newforumlayout {
    width: 100%;
  }

  .wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  #content {
    padding: 10px;
  }

  .mobusercp {
    display: grid;
  }

  .mobusercpnav {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2400px) {
  .newforum {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .newforumlayout {
    width: 100%;
  }

  .wrapper {
    width: 70% !important;
    min-width: 1024px;
  }
}

@media only screen and (min-width: 2448px) {
  .newforum {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .wrapper {
    width: 70% !important;
  }
}

@media only screen and (min-width: 3000px) {
  .newforum {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .wrapper {
    width: 100% !important;
  }
}

h1,
h2 {
  display: unset;
}

.valitop {
  vertical-align: top;
}

.valimid {
  vertical-align: middle;
}

.mami2005 {
  margin: -2px 0 0 5px;
}

.w10p {
  width: 10%;
}

.w1p {
  width: 1%;
}

.dblock {
  display: block;
}

.curdef {
  cursor: default;
}

.porel {
  position: relative;
}

.p10 {
  padding: 10px;
}

.dino {
  display: none;
}

.dinoimp {
  display: none !important;
}

.w300 {
  width: 300px;
}

.mtop3 {
  margin-top: 3px;
}

.h200 {
  height: 200px;
}

.ovauto {
  overflow: auto;
}

.ovyauto {
  overflow-y: auto;
}

.p5 {
  padding: 5px;
}

.mtop4 {
  margin-top: 4px;
}

.mtop5 {
  margin-top: 5px;
}

.mtop3 {
  margin-top: 3px;
}

.w95p {
  width: 95%;
}

.mbot3 {
  margin-bottom: 3px;
}

.mbot25 {
  margin-bottom: 25px;
}

.ptop25 {
  padding-top: 25px;
}

.m0 {
  margin: 0;
}

.pleft15 {
  padding-left: 15px;
}

.p4 {
  padding: 4px;
}

.mleft0 {
  margin-left: 0;
}

.mleft10p {
  margin-left: 10%;
}

.bcolcol {
  border-collapse: collapse;
}

.flags {
	width:48px;
	height:48px;
}

.w80p {
  width: 80%;
}

.bozero {
  border: 0;
}

.w270 {
  width: 270px;
}

.pleft10 {
  padding-left: 10px;
}

.pleft5 {
  padding-left: 5px;
}

.downthform {
  background-image: url(/images/downloadthread/download.png);
}

.dinline {
  display: inline;
}

.bgnone {
  background: none;
}

.bornone {
  border: none;
}

.nusercp {
	-webkit-box-shadow: 0 0 65px black;
    box-shadow: 0 0 65px black;
}

.nprivmsg {
	background: #f1f1f1;
    border: 1px solid black;
    -webkit-box-shadow: 0 0 65px black;
    box-shadow: 0 0 65px black;
}

.invinp {
  background: #fff;
  padding: 6px;
  border: 1px solid #ccc;
  outline: 0;
  width: 30%;
  margin: 10px 0px;
}

.p0 {
  padding: 0;
}

.p20 {
  padding: 20px;
}

.pright5 {
  padding-right: 5px;
}

.w3p {
  width: 3%;
}

.w99p {
  width: 99%;
}

.h50 {
  height: 50px;
}

.mheight400 {
  max-height: 400px;
}

.fodithde {
  background: url(../../../images/nav_bit.png) no-repeat left;
  padding-left: 18px;
}

.bscobox {
  box-sizing: content-box !important;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.tcent {
  text-align: center;
}

.tright {
  text-align: right;
}

.cke_1_contents,
.cke_contents {
  height: 350px !important;
}

::selection {
  color: #ffd1a0;
  background: #000000;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.usersin {
  background: #f5f5f5;
  border: 1px solid #000;
  padding: 8px 8px;
}

a:link,
a:active,
a:visited {
  color: #5233ff;
  text-decoration: none;
}

.stickyth {
  background: #ad3e3e;
  color: #fff;
}

.normalth {
  background: #a7a7a7;
  color: #fff;
}

.powner {
  position: absolute;
  right: 5px;
}

.pbrow {
  display: flex;
  background: #fff;
  align-items: center;
  margin: 2px 8px;
  border-radius: 2px;
  width: 90%;
  border: 1px solid #333;
  cursor: default;
}

.pbrowin {
  padding: 5px;
  width: 100%;
}

.pbico {
  background: #fff0e1;
  padding: 9px;
  margin-right: 0.1rem;
  border-right: 1px solid;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fobox {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.dowth {
	min-width: 0;
    background: none;
}

.tover:hover {
  background: #fdfaf3;
}

.newforumheader {
  height: 125px;
  position: sticky !important;
  border-radius: 7px 7px 0 0;
}

.newforumheader:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px 7px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.new_Oyun:before {
  background-image: url(/images/banners/oyun.webp);
  max-width: 100%;
  height: auto;
}

.new_Teknoloji:before {
  background-image: url(/images/banners/tekno.webp);
  max-width: 100%;
  height: auto;
}

.new_Çizgi.Film:before {
  background-image: url(/images/banners/cizgi.webp);
  max-width: 100%;
  height: auto;
}

.new_Dergi:before {
  background-image: url(/images/banners/dergi.webp);
  max-width: 100%;
  height: auto;
}

.new_Film:before {
  background-image: url(/images/banners/film.webp);
  max-width: 100%;
  height: auto;
}

.new_Dizi:before {
  background-image: url(/images/banners/dizi.webp);
  max-width: 100%;
  height: auto;
}

.new_Kitap:before {
  background-image: url(/images/banners/kitap.webp);
  max-width: 100%;
  height: auto;
}

.new_Hobi:before {
  background-image: url(/images/banners/hobi.webp);
  max-width: 100%;
  height: auto;
}

.new_Çeviri:before {
  background-image: url(/images/banners/ceviri.webp);
  max-width: 100%;
  height: auto;
}

.new_Müzik:before {
  background-image: url(/images/banners/muzik.webp);
  max-width: 100%;
  height: auto;
}

.new_Kültür:before {
  background-image: url(/images/banners/kultur.webp);
  max-width: 100%;
  height: auto;
}

.new_mofidik:before {
  background-image: url(/images/banners/mofidik.webp);
  max-width: 100%;
  height: auto;
}

.newforumheader:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(to bottom, #3e3e3e7a, rgb(0 0 0/38%));
  z-index: 1;
}

.newtools {
  background: #f5f5f5;
  border: 1px solid #000;
  display: inline-flex;
  grid-column-gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
}

.newtools:hover {
  color: #fff;
}

.pbawards {
  padding: 5px 0 10px 10px;
  width: 85%;
  margin: 12px 8px;
  display: flex;
}

.newsign {
  border-radius: 0;
  border-top: 1px solid #000;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background: 0 0;
  margin-top: 50px;
  box-shadow: none;
}

.sign {
  margin-left: auto;
  font-size: 20px;
  margin-right: auto;
  padding: 0 0.5em;
  color: #000;
  text-shadow: 0.5px 0.5px 0 #848484;
}

.avsize {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
}

.inlinemod {
  padding-top: 30px;
  display: inline-flex;
}

.fhlogo {
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
  box-shadow: 10px 10px 10px #888;
  background-position-x: 0 !important;
  background-position-y: 0 !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: cover !important;
  padding: 0 0 200px;
  margin-bottom: 25px;
}

#brand {
	margin-bottom: 25px;
    margin-top: 110px;
    border: 5px solid black;
    border-radius: 180px;
    background: linear-gradient(125deg, #cd5c5c, gold);
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#logo {
	z-index:1;
	overflow: hidden;
    background-repeat: no-repeat;
    margin-bottom: -200px;
    background-size: 100% 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
}

#header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sbox {
  height: 60px !important;
  font-size: 55px;
  display: inline-block;
  font-weight: 100;
  border: 0 !important;
  outline: 0;
  color: white;
  padding: 3px 70px 3px 3px !important;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  box-shadow: none !important;
  background-color: transparent !important;
  box-sizing: unset !important;
}

.sbox:focus,
.sbox:focus:hover {
  border-bottom: 1px solid #bbb;
}

.sbox:focus {
  width: 520px;
  z-index: 1;
  cursor: text;
}

.newheader {
  background: #485E85 url(/images/hdrpic.jpg) repeat;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  border-bottom: 20px solid;
  display: inline-flex;
  grid-column-gap: 20px;
  padding: 15px 0 15px 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #165473;
  color: #fff;
  border-radius: 6px;
  padding: 3px 5px;
  border: 1px solid #eee;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px));
  display: ruby;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.fa-address-card,
.fa-award,
.fa-book,
.fa-calendar-alt,
.fa-cog,
.fa-coins,
.fa-envelope,
.fa-solid,
.fa-searchengin,
.fa-shield-alt,
.fa-sign-in-alt,
.fa-sign-out-alt,
.fa-user-friends,
.fa-user-plus,
.fa-bell {
  color: white;
}

.fa-3x:hover {
  color: gold;
}

.fa-steam {
  color: #2e2e97;
}

.fa-youtube {
  color: red;
}

.fa-twitter {
  color: #66d9ff;
}

.fa-discord {
  color: #1576cc;
}

.fa-twitch {
  color: purple;
}

.fa-pinterest {
  color: #e60023;
}

.fa-lg,
table {
  color: #333;
}

.fa-xs {
  color: #333;
}

.fa-m {
	color: gold;
}

.fa-m:hover{
	color:white;
}

a:hover {
    color: black;
    text-decoration: underline;
    text-decoration-color: black;
}

.fa-5x:hover {
  color: #333 !important;
}

.fa-search {
  color:white;
  height: 100px;
  width: 60px;
  border: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.fa-file-download {
  color: #0435f9;
}

.fa-file-download:hover {
  color: red;
}

.provatar {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  border: 2px solid black;
  padding: 5px;
}

.postavatar {
  border-radius: 50% !important;
  width: 60% !important;
  height: 60% !important;
}

.memprof {
  background: #f5f5ff;
    box-shadow: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
	padding:15px;
}

.utitle {
  text-align: center;
}

.postbitstats {
  border: 1px solid #ccc;
}

.ustars {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 10px;
}

.fsize18 {
  font-size: 18px;
}

.fsize14 {
  font-size: 14px !important;
}

.fsize15 {
  font-size: 15px !important;
}

.fsize22 {
  font-size: 22px;
}

.fsize11 {
  font-size: 11px;
}

.fsize25 {
	font-size: 25px;
}

.newstaticons {
	    margin-top: 25px;
    margin-bottom: 25px;
	color: #415578 !important;
}

.coins {
  font-size: 11px;
  color: #666 !important;
}

.coins:hover {
  color: red !important;
}

#logo ul.top_links {
  font-weight: 700;
  text-align: right;
  margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
  background-position: 0 0;
}

#logo ul.top_links a.memberlist {
  background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
  background-position: 0 -40px;
}

#logo ul.top_links a.help {
  background-position: 0 -60px;
}

#logo ul.top_links a.portal {
  background-position: 0 -180px;
}

#panel .upper a.logout {
  font-weight: 700;
  background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
  padding-right: 20px;
  margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
  background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
  padding-left: 20px;
  margin-left: 10px;
  font-weight: 700;
}

#panel .upper a.register {
  background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
  padding-right: 20px;
  margin-left: 10px;
  font-weight: 700;
}

#panel .lower ul.panel_links {
  float: left;
}

#panel .lower ul.panel_links a.usercp {
  background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
  background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
  background-position: 0 -160px;
}

#panel .lower ul.user_links {
  float: right;
}

#panel .lower ul.user_links li a {
  padding: 0;
  background-image: none;
}

#panel .lower,
#panel .upper {
  width: 65%;
  min-width: 900px;
  max-width: 1500px;
  margin: auto;
  padding: 7px 0;
}

#panel .upper {
  background: #0f0f0f url(../../../images/tcat.png) repeat-x;
  color: #fff;
  clear: both;
}

#panel .upper a:active,
#panel .upper a:hover,
#panel .upper a:link,
#panel .upper a:visited {
  color: #fff;
}

#panel .lower {
  background: #efefef;
  color: #999;
}

#panel .lower a:active,
#panel .lower a:hover,
#panel .lower a:link,
#panel .lower a:visited,
.post .post_head span.edited_post a {
  color: #666;
}

#search,
img {
  border: 0;
}

#search input.button,
#search input.textbox {
  border-color: #000;
}

#search input.button {
  background: #0066a2 url(../../../images/thead.png) top left repeat-x;
  color: #fff;
}

#search input {
  margin: -3px 0;
}

#quick_login .remember_me input {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}

#footer {
  clear: both;
}

#footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.menu li {
  margin: 0 5px;
  display: inline;
}

#footer .upper {
  background: #efefef;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 6px;
  font-size: 12px;
  overflow: hidden;
}

#footer .upper .language,
#footer .upper .theme {
  float: right;
  margin: -1px -1px -1px 15px;
}

#footer .upper .language select,
#footer .upper .theme select {
  border-color: #ccc;
}

#footer .upper ul.bottom_links {
  margin: 4px 0 0;
  justify-content: center;
  display: inline-flex;
  grid-column-gap: 20px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

#footer .lower {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50vh;
  background-image: url(/images/footer.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  border-top: 20px solid;
  background-size: cover;
}

#footer .lower a:link,
#footer .lower a:visited {
  color: #444;
  font-weight: 700;
}

#footer .lower a:active,
#footer .lower a:hover {
  color: #333;
  text-decoration: underline;
  font-weight: 700;
}

#footer .lower #current_time {
  float: right;
  color: #888;
}

.newfooter {
  cursor: default;
  text-align: center;
  padding-top: 100px;
  font-size: 16px;
}

ul#newfooter li {
  display: inline;
}

.mofidik {
  font-size: 42px;
  display: contents;
}

.mofidik:hover {
  color: red;
}

.newstats {
	column-count: 4;
    text-align: center;
	display: block;
}

.newwio {
	column-count: 2;
	text-align: center;
}

.newwiopanel {
	display: grid;
}

#debug {
  float: right;
  text-align: right;
  margin-top: 20px;
  font-size: 11px;
}

.scaleimages img {
  max-width: 100% !important;
  height: auto !important;
}

.forum_status {
  height: 30px;
  width: 30px;
  background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
  display: inline-block;
}

.forum_on {
  background-position: 0 0;
}

.forum_off {
  background-position: 0 -30px;
}

.forum_offclose {
  background-position: 0 -60px;
}

.forum_offlink {
  background-position: 0 -90px;
}

.subforumicon {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
  background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.postbit_buttons a.postbit_find span,
.subforum_minion {
  background-position: 0 0;
}

.subforum_minioff {
  background-position: 0 -10px;
}

.postbit_buttons a.postbit_reputation_add span,
.subforum_minioffclose {
  background-position: 0 -20px;
}

.subforum_miniofflink {
  background-position: 0 -30px;
}

table {
  font-size: 13px;
}

.tborder {
  background: #fff;
  width: 100%;
  margin: auto auto;
  border: 1px solid #333;
}

.tfixed {
  table-layout: fixed;
  word-wrap: break-word;
}

.thead {
  background: #485E85 url(/images/hdrpic.jpg) repeat-x;
  font-size: 20px;
  text-align: center;
  color: white;
}

.thead a:link {
  font-size: 35px;
}

.thead a:link,
.thead a:visited {
  color: white;
  text-decoration: none;
}

.thead a:active,
.thead a:hover {
  color: gold;
}

.tcat {
  background: #0f0f0f url(../../../images/tcat.png) repeat-x;
  border-top: 1px solid #444;
  border-bottom: 1px solid #000;
  padding: 6px;
  font-size: 12px;
}

.tcat,
.tcat a:active,
.tcat a:hover,
.tcat a:link,
.tcat a:visited {
  color: #fff;
}

.trow1,
.trow2 {
  border: 1px solid;
  border-color: #fff #ddd #ddd #fff;
  font-size: 16px;
}

.trow1 {
  background: #f5f5f5;
}

.trow2 {
  background: #efefef;
}

.trow_shaded {
  background: #ffdde0;
  border: 1px solid;
  border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
  border-bottom: 0;
}

.post.unapproved_post {
  background: #ffdde0;
}

.thread_start_datetime {
  color: #999;
}

.post.unapproved_post .post_author {
  border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
  border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
  border-top-color: #ffb8be;
}

.post.deleted_post,
.trow_deleted {
  background: #e8deff;
}

.trow_selected,
tr.trow_selected td {
  background: #fffbd9 !important;
  color: #333;
  border-right-color: #f7e86a;
  border-bottom-color: #f7e86a;
}

.trow_selected a:active,
.trow_selected a:hover,
.trow_selected a:link,
.trow_selected a:visited {
  color: #333;
}

.trow_sep {
  padding: 6px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.tfoot {
  padding: 6px;
  background: #ddd;
  color: #666;
}

.tfoot a:link,
.tfoot a:visited {
  color: #444;
  text-decoration: none;
}

.tfoot a:active,
.tfoot a:hover {
  color: #444;
  text-decoration: underline;
}

.thead input.textbox,
.thead select {
  border: 1px solid #263c30;
}

.bottommenu {
  background: #efefef;
  color: #333;
  border: 1px solid #4874a3;
  padding: 10px;
}

.nav,
.nav li {
  background: #333;
}

.nav {
  margin: 0;
  padding: 0 0 0 33px;
  list-style: none;
  overflow: hidden;
}

.nav li {
  color: #aaa;
  margin-right: 45px;
  padding: 7px 0;
  display: block;
  position: relative;
  float: left;
}

.nav li:first-child {
  padding: 9px 0px 0px 9px;
  background: #333;
  color: #fff;
  margin: 0 -32px;
}

.navbar ul li a:after,
.navbar ul li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 0;
}

.navbar ul li a:before {
  border-left: 30px solid #fff;
  margin-left: 3px;
}

.navbar ul li a:after {
  border-left: 30px solid #333;
}

.navbar a:link,
.navbar a:visited,
.popup_menu a.popup_item:hover {
  text-decoration: none;
  color: white;
}

.navbar a:visited {
  color: #fff;
}

.navbar a:active,
.navbar a:hover {
  color: gold;
}

.navbar .active {
  color: gold;
  font-weight: 600;
  padding: 7px 0;
  display: block;
  cursor: default;
}

.largetext,
label.error {
  font-size: 16px;
  font-weight: 700;
}

label.error {
  color: #f30;
  margin: 5px;
  padding: 0;
  display: block;
  font-size: 11px;
}

fieldset {
  padding: 12px;
  border: 1px solid #ddd;
  margin: 0;
  background: #fdfdfd;
}

fieldset.trow1,
fieldset.trow2 {
  border-color: #bbb;
}

fieldset.align_right {
  text-align: right;
}

input.textbox,
textarea {
  background: #fff;
  color: #333;
  padding: 3px;
}

textarea {
  padding: 2px;
  line-height: 1.4;
}

input.textbox.portal_search {
  width: 68%;
}

.editor,
input.textbox,
select,
textarea {
  border: 1px solid #ccc;
}

button,
input.button,
input.textbox,
select,
textarea {
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  outline: 0;
}

select {
  background: #fff;
  padding: 3px;
}

button,
input.button {
  padding: 3px 8px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #bbb;
  color: #333;
}

form {
  padding: 0;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #f30;
  color: #f30;
}

input.valid,
select.valid,
textarea.valid {
  border: 1px solid #0c0;
}

form #message {
  width: 500px;
}

.editor {
  background: #f1f1f1;
}

.editor_control_bar,
.popup_menu {
  background: #fff;
  border: 1px solid #ccc;
}

.post .editor_control_bar {
  background: #f5f5f5;
}

.popup_menu .popup_item {
  background: #efefef;
  color: #333;
}

.popup_menu .popup_item:hover {
  background: #0072bc;
  color: #fff;
}

.trow_reputation_positive {
  background: #cfc;
}

.trow_reputation_negative {
  background: #fcc;
}

.reputation_positive {
  color: green;
}

.reputation_neutral {
  color: #444;
}

.reputation_negative {
  color: red;
}

.repbox {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 7px;
}

._neutral {
  background-color: #fafafa;
  color: #999;
  border: 1px solid #ccc;
}

._minus {
  background-color: #fdd2d1;
  color: #cb0200;
  border: 1px solid #980201;
}

._plus {
  background-color: #e8fcdc;
  color: #080;
  border: 1px solid #080;
}

img.attachment {
  border: 1px solid #e9e5d7;
  padding: 2px;
  max-width: 100%;
  height: auto;
}

img.attachment:hover {
  background: #f1b41a;
}

hr {
  background-color: #000;
  color: #000;
  height: 1px;
  border: 0;
}

.clear {
  clear: both;
}

.hidden {
  float: none;
  width: 1%;
}

.hidden,
.hiddenrow {
  display: none;
}

.selectall {
  background: #fffbd9;
  border-bottom: 1px solid #f7e86a;
  color: #333;
  text-align: center;
}

.expcolimage {
  float: right;
  width: auto;
  vertical-align: middle;
  margin-top: 3px;
}

.tcat_menu > .expcolimage {
  margin-top: 0;
}

blockquote,
form {
  margin: 0;
}

blockquote cite {
  font-style: normal;
  display: block;
}

blockquote cite > span {
  float: right;
  font-weight: 400;
  font-size: 12px;
  color: #666;
}

blockquote cite span.highlight {
  float: none;
  font-weight: 700;
  padding-bottom: 0;
}

.codeblock,
blockquote {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.codeblock .title,
blockquote cite {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 3px;
  margin: 0 0 10px;
}

.codeblock code {
  overflow: auto;
  height: auto;
  max-height: 200px;
  display: block;
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 13px;
}

.smilie {
  vertical-align: middle;
}

.smilie_pointer {
  cursor: pointer;
}

.separator {
  margin: 5px;
  padding: 0;
  height: 0;
  font-size: 1px;
  list-style-type: none;
}

.popup_menu .popup_item_container {
  margin: 1px;
  text-align: left;
}

.popup_menu .popup_item {
  display: block;
  padding: 4px;
  white-space: nowrap;
  text-decoration: none;
}

.subject_new {
  font-weight: 700;
}

.highlight {
  background: #ffc;
  padding-top: 3px;
  padding-bottom: 3px;
}

.pm_alert,
.red_alert {
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-size: 11px;
}

.pm_alert,
div.error {
  background: #fff6bf;
  border: 1px solid #ffd324;
}

.red_alert {
  background: #fbe3e4;
  border: 1px solid #a5161a;
  word-wrap: break-word;
}

.red_alert,
.red_alert a:active,
.red_alert a:hover,
.red_alert a:link,
.red_alert a:visited {
  color: #a5161a;
}

.high_warning {
  color: #c00;
}

.moderate_warning {
  color: #f3611b;
}

.low_warning {
  color: #ae5700;
}

.imminent_banned {
  color: #800;
}

.high_banned {
  color: red;
}

.moderate_banned {
  color: #f60;
}

.low_banned {
  color: green;
}

.online {
  color: #15a018;
}

.offline {
  color: #c7c7c7;
}

div.error {
  padding: 5px 10px;
  border: 2px solid #ffd324;
  font-size: 12px;
}

div.error p {
  margin: 0;
  color: #333;
  font-weight: 400;
}

div.error p em {
  font-style: normal;
  padding-left: 24px;
  display: block;
  color: #c00;
  background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
  margin-left: 24px;
}

.pagination {
      font-size: 11px;
    margin-bottom: 25px;
    background: #dddddd;
    padding: 7px;
    border: 1px solid black;
}

.nprivbut {
	margin-top:10px;
}

.tcat .pagination,
.tfoot .pagination {
  padding-top: 0;
}

.pagination .pages,
div.error p em {
  font-weight: 700;
  font-size: 14px;
}

.pagination .pagination_current,
.pagination a {
  padding: 3px 6px;
  margin-bottom: 3px;
}

.pagination a {
  background: #f5f5f5;
  border: 1px solid #020202;
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.pagination .pagination_current {
  background: 0 0;
  color: #333;
  border: 0;
  font-weight: 700;
}

.pagination a:hover {
  border-color: #263c30;
  text-decoration: none;
  background: #feffa4;
  color: black;
  font-weight: bold;
}

.pagination .go_page img {
  margin-bottom: -4px;
}

.drop_go_page {
  background: #f5f5f5;
  padding: 4px;
}

.pagination_breadcrumb {
  background-color: #efefef;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
  font-weight: 400;
}

.pagination_breadcrumb_link {
  vertical-align: middle;
  cursor: pointer;
}

.forum_legend,
.thread_legend {
  margin: 0;
  padding: 0;
}

.thread_legend dd {
  padding: 0 0 4px;
  margin: 0 15px 0 0;
}

.thread_legend img {
  margin-right: 4px;
  vertical-align: bottom;
}

#posts_container,
.forum_legend dd,
.forum_legend dt {
  padding: 0;
}

.forum_legend dd {
  float: left;
  margin: 7px 10px 0 0;
}

.forum_legend dt {
  margin: 0 10px 0 0;
  float: left;
}

.error_message,
.success_message {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 10px;
}

.success_message {
  color: #00b200;
}

.error_message {
  color: #c00;
}

.ignored_post {
  border-top: 3px solid #333;
  padding: 15px;
}

.deleted_post_collapsed .show_deleted_post,
.ignored_post .show_ignored_post {
  margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span,
.ignored_post .show_ignored_post a.button span {
  background-position: 0 -400px;
}

.deleted_post_collapsed,
.deleted_post_hidden {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #e8deff;
  padding: 15px;
}

.post {
}

.post.classic {
  background: #f9f9f9;
  width: 100%;
  height: auto;
  float: left;
  min-height: 25px;
  display: flex;
  border-bottom: 1px solid black;
}

.post .post_author {
  padding: 5px;
  overflow: hidden;
}

.post.classic .post_author {
  width: 200px;
  position: sticky;
  top: 90px;
}

.pbccell {
  background: #f1f1f1;
  border-right: 1px solid #d0d0d0;
}

.post .post_author .buddy_status {
  vertical-align: middle;
  margin-top: -4px;
}

.post .post_author div.author_avatar {
  float: left;
  margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
  float: none;
  text-align: center;
  padding-top: 5px;
}

.post .post_author div.author_avatar img {
  padding: 5px;
  border: 2px solid #2c2c2c;
  border-radius: 40px;
}

.post .post_author div.author_information {
  float: left;
  padding: 6px 8px;
}

.post.classic .post_author div.author_information {
  float: none;
  padding: 0;
  text-align: center;
}

.post .post_author div.author_statistics {
  float: right;
  font-size: 11px;
  padding: 3px 10px 3px 5px;
  color: #666;
  line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
  margin: 6px 0 0;
  padding: 6px 6px 3px;
  float: none;
}

.post .post_head {
  font-size: 11px;
  padding-bottom: 4px;
  padding-right: 10px;
  border-bottom: 1px dotted #000;
  margin-bottom: 4px;
}

.post .post_head span.post_date {
  color: #666;
  font-weight: 700;
  font-size: 14px;
}

.post .post_head span.edited_post {
  font-size: 10px;
  color: #999;
}

.post_body {
  font-size: 16px;
  padding-top: 20px;
  word-break: break-word;
}

.post.classic .post_content {
  width: calc(100% - 150px);
  height: auto;
  float: left;
  text-align: left;
  padding-left: 5px;
}

.post_content {
  padding: 9px 10px 5px;
}

.post_content .signature {
  margin-top: 5px;
  padding: 10px 0 4px;
}

.post .post_meta {
  margin: 4px 0;
  font-size: 11px;
  color: #999;
}

.post .post_meta a:active,
.post .post_meta a:hover,
.post .post_meta a:link,
.post .post_meta a:visited {
  color: #777;
}

.post_controls {
  clear: both;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 5px;
  overflow: hidden;
  background: linear-gradient(45deg, #cd5c5c, gold);
}

.postbit_buttons > a:active,
.postbit_buttons > a:hover,
.postbit_buttons > a:link,
.postbit_buttons > a:visited {
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.postbit_buttons > a:hover {
  border-color: black;
  background-color: #fff4a4;
}

.postbit_buttons a span {
  padding-left: 20px;
  display: inline-block;
  height: 16px;
  background-image: url(../../../images/buttons_sprite.png);
  background-repeat: no-repeat;
}

.postbit_buttons a.postbit_email span {
  background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
  background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
  background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
  background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
  background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
  background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
  background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
  background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
  background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
  background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
  background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
  background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
  background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
  background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
  background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
  background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
  display: none !important;
}

a.button:active,
a.button:link,
a.button:visited {
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid #000;
  font-size: 14px;
  float: right;
  margin-bottom: 15px;
  font-weight: bold;
}

a.button:hover {
  background: #feffa4;
  color: black;
  font-weight: bold;
}

.button:hover{
	background: #feffa4;
    color: black;
	border: 1px solid black;
}

a.button.small_button {
  font-size: 13px;
  margin: 0;
  padding: 3px 6px;
}

a.button span {
  padding-left: 20px;
  display: inline-block;
  background-image: url(../../../images/buttons_sprite.png);
  background-repeat: no-repeat;
}

a.button.new_thread_button span {
  background-position: 0 -340px;
}

a.button.new_reply_button span {
  background-position: 0 -360px;
}

a.button.closed_button span {
  background-position: 0 -380px;
}

a.button.rate_user_button span {
  background-position: 0 -400px;
}

a.button.add_buddy_button span {
  background-position: 0 -440px;
}

a.button.remove_buddy_button span {
  background-position: 0 -480px;
}

a.button.add_ignore_button span {
  background-position: 0 -460px;
}

a.button.remove_ignore_button span {
  background-position: 0 -500px;
}

a.button.report_user_button span {
  background-position: 0 -520px;
}

.quick_jump {
  background: url(../../../images/jump.png) no-repeat 0;
  width: 13px;
  height: 13px;
  padding-left: 13px;
  margin-top: -3px;
  border: 0;
}

.pollbar {
  background: url(../../../images/pollbar.png) top left repeat-x;
  border: 1px solid #3f3f3f;
  height: 10px;
}

.pollbar .percent {
  display: none;
}

.poll_votedfor {
  background: #efefef;
  border: 1px solid;
  border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
  white-space: nowrap;
}

.ie6,
div.jqi {
  position: absolute;
}

.ie6.top-left,
.ie6.top-right {
  top: expression(
    (
        0 +
          (
            ignoreMe=document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop
          )
      ) + "px"
  );
}

.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression(
    (
        0 - jGrowl.offsetWidth +
          (
            document.documentElement.clientWidth ?
              document.documentElement.clientWidth: document.body.clientWidth
          ) +
          (
            ignoreMe2=document.documentElement.scrollLeft ?
              document.documentElement.scrollLeft: document.body.scrollLeft
          )
      ) + "px"
  );
}

.ie6.top-left {
  left: expression(
    (
        0 +
          (
            ignoreMe2=document.documentElement.scrollLeft ?
              document.documentElement.scrollLeft: document.body.scrollLeft
          )
      ) + "px"
  );
}

.ie6.bottom-right {
  left: expression(
    (
        0 - jGrowl.offsetWidth +
          (
            document.documentElement.clientWidth ?
              document.documentElement.clientWidth: document.body.clientWidth
          ) +
          (
            ignoreMe2=document.documentElement.scrollLeft ?
              document.documentElement.scrollLeft: document.body.scrollLeft
          )
      ) + "px"
  );
  top: expression(
    (
        0 - jGrowl.offsetHeight +
          (
            document.documentElement.clientHeight ?
              document.documentElement.clientHeight: document.body.clientHeight
          ) +
          (
            ignoreMe=document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop
          )
      ) + "px"
  );
}

.ie6.bottom-left,
.ie6.center {
  left: expression(
    (
        0 +
          (
            ignoreMe2=document.documentElement.scrollLeft ?
              document.documentElement.scrollLeft: document.body.scrollLeft
          )
      ) + "px"
  );
}

.ie6.bottom-left {
  top: expression(
    (
        0 - jGrowl.offsetHeight +
          (
            document.documentElement.clientHeight ?
              document.documentElement.clientHeight: document.body.clientHeight
          ) +
          (
            ignoreMe=document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop
          )
      ) + "px"
  );
}

.ie6.center {
  top: expression(
    (
        0 +
          (
            ignoreMe=document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop
          )
      ) + "px"
  );
  width: 100%;
}

.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}

.jGrowl.top-left {
  left: 0;
  top: 0;
}

.jGrowl.top-right {
  right: 0;
  top: 0;
}

.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}

.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}

.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
  margin-left: auto;
  margin-right: auto;
}

.jGrowl-closer,
.jGrowl-notification {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  transform: scale(1);
  width: 250px;
  margin: 10px;
  display: none;
  border-radius: 5px;
  word-break: break-all;
}

.jGrowl-notification {
  background-color: transparent;
  padding: 10px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.jGrowl .jGrowl-notification {
  min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.jGrowl-closer {
  font-weight: 700;
  background-color: #000;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 0.9em;
  text-align: center;
}

.jGrowl-notification .jGrowl-header {
  font-weight: 700;
  font-size: 0.85em;
}

.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: 0;
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
  background: #90ee90;
  border: 1px solid #90ee90;
  color: #000;
}

.jGrowl .jGrowl-notification.jgrowl_error {
  background: red;
  border: 1px solid red;
  color: #fff;
  word-break: break-word;
}

.jGrowl .jGrowl-closer,
.jGrowl .jGrowl-notification.jgrowl_process {
  background: #ff0;
  border: 1px solid #ff0;
  color: #000;
}

@media print {
  .jGrowl {
    display: none;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  height: 100%;
  margin-right: -0.05em;
}

.blocker.behind,
div.jqi .jqibuttons button {
  background-color: transparent;
}

.modal,
.modal-spinner {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.blocker:before,
.modal {
  display: inline-block;
  vertical-align: middle;
}

.modal {
  width: 800px;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../../../images/spinner_big.gif) no-repeat center center;
}

.jqifade {
  position: absolute;
  background-color: #777;
}

iframe.jqifade {
  display: block;
  z-index: -1;
}

div.jqi {
  width: 400px;
  max-width: 90%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 7px;
}

div.jqi .jqiclose {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbb;
  font-weight: 700;
}

div.jqi,
div.jqi .jqistate {
  background-color: #fff;
}

div.jqi .jqititle {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: solid 1px #eee;
}

div.jqi .jqimessage {
  padding: 10px;
  line-height: 20px;
  color: #444;
  overflow: auto;
}

div.jqi .jqibuttonshide {
  display: none;
}

div.jqi .jqibuttons {
  text-align: right;
  margin: 0 -7px -7px;
  border-top: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
  margin: 0;
  padding: 15px 20px;
  border: 0;
  border-left: solid 1px #e4e4e4;
  color: #777;
  font-weight: 700;
  font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
  color: #489afe;
}

div.jqi .jqibuttons button:focus,
div.jqi .jqibuttons button:hover {
  color: #287ade;
  outline: 0;
}

div.jqi .jqibuttons button[disabled] {
  color: #aaa;
}

.jqiwarning .jqi .jqibuttons {
  background-color: #b95656;
}

div.jqi .jqiparentstate::after {
  background-color: #777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  padding: 7px;
  border: solid 1px #eee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
  padding: 10px 18px;
}

.jqi .jqiarrow {
  position: absolute;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border: solid 10px transparent;
}

.jqi .jqiarrowtc,
.jqi .jqiarrowtl {
  left: 10px;
  top: -20px;
  border-bottom-color: #fff;
}

.jqi .jqiarrowtc {
  left: 50%;
  margin-left: -10px;
}

.jqi .jqiarrowtr {
  right: 10px;
  top: -20px;
  border-bottom-color: #fff;
}

.jqi .jqiarrowbc,
.jqi .jqiarrowbl {
  left: 10px;
  bottom: -20px;
  border-top-color: #fff;
}

.jqi .jqiarrowbc {
  left: 50%;
  margin-left: -10px;
}

.jqi .jqiarrowbr {
  right: 10px;
  bottom: -20px;
  border-top-color: #fff;
}

.jqi .jqiarrowlm,
.jqi .jqiarrowlt {
  left: -20px;
  top: 10px;
  border-right-color: #fff;
}

.jqi .jqiarrowlm {
  top: 50%;
  margin-top: -10px;
}

.jqi .jqiarrowlb {
  left: -20px;
  bottom: 10px;
  border-right-color: #fff;
}

.jqi .jqiarrowrm,
.jqi .jqiarrowrt {
  right: -20px;
  top: 10px;
  border-left-color: #fff;
}

.jqi .jqiarrowrm {
  top: 50%;
  margin-top: -10px;
}

.jqi .jqiarrowrb {
  right: -20px;
  bottom: 10px;
  border-left-color: #fff;
}

.user-service {
  display: table;
  background-color: #474747;
  border-radius: 3px;
  margin: 5px 0;
  padding: 3px 8px;
}

.user-service--postbit {
  margin-left: auto;
  margin-right: auto;
}

.user-service span {
  color: snow;
  font-weight: 700;
  font-size: 12px;
}

.user-service span[data-years] {
  color: #87cefa;
}

.user-service span[data-months] {
  color: orange;
}

.vsubforums {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vsubforums li {
  width: 100%;
  float: left;
  font-weight: normal;
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:after,
[data-tooltip]:before {
  line-height: 1;
  font-size: 0.9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 99;
  background-color: #165473;
  color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  display: block;
  opacity: 1;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #165473;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::after,
[data-tooltip][data-flow="top"]::before,
[tooltip]:not([data-flow])::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}

[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #165473;
}

[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}

[data-tooltip][data-flow="bottom"]::after,
[data-tooltip][data-flow="bottom"]::before {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
}

[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #165473;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}

[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}

[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #165473;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

[data-tooltip=""]::after,
[data-tooltip=""]::before {
  display: none !important;
}

//*W98 Template*//

button,
label,
input,
textarea,
select,
option,
ul.tree-view,
.window,
.title-bar {
  font-family: Arial;
  -webkit-font-smoothing: none;
  font-size: 11px;
}

button {
  box-sizing: border-box;
  border: none;
  background: var(--surface);
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
  border-radius: 0;

  min-width: 75px;
  min-height: 23px;
  padding: 0 12px;
}

.vertical-bar {
  width: 4px;
  height: 20px;
  background: #c0c0c0;
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

button:not(:disabled):active {
  box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
}

@media (not(hover)) {
  button:not(:disabled):hover {
    box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
  }
}

button:focus {
  outline: 1px dotted #000000;
  outline-offset: -4px;
}

button::-moz-focus-inner {
  border: 0;
}

:disabled,
:disabled + label {
  color: var(--button-shadow);
  text-shadow: 1px 1px 0 var(--button-highlight);
}

.window {
  box-shadow: var(--border-window-outer), var(--border-window-inner);
  background: var(--surface);
  padding: 3px;
  border-radius: 0px !important;
  width: auto;
  cursor: default;
}

.title-bar {
  background: linear-gradient(
    90deg,
    var(--dialog-blue),
    var(--dialog-blue-light)
  );
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-bar-text {
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin-right: 24px;
}

.title-bar-controls {
  display: flex;
}

.title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}

.title-bar-controls button:focus {
  outline: none;
}

.title-bar-controls button[aria-label="Minimize"] {
  background-image: url(/images/98/minimize.svg);
  background-repeat: no-repeat;
  background-position: bottom 3px left 4px;
}

.title-bar-controls button[aria-label="Maximize"] {
  background-image: url(/images/98/maximize.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 3px;
}

.title-bar-controls button[aria-label="Help"] {
  background-image: url(/images/98/help.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 5px;
}

.title-bar-controls button[aria-label="Close"] {
  margin-left: 2px;
  background-image: url(/images/98/close.svg);
  background-repeat: no-repeat;
  background-position: top 3px left 4px;
}

.window-body {
  margin: var(--element-spacing);
}

fieldset {
  border: none;
  box-shadow: var(--border-sunken-outer), var(--border-raised-inner);
  padding: calc(2 * var(--border-width) + var(--element-spacing));
  padding-block-start: var(--element-spacing);
  margin: 0;
}

legend {
  background: var(--surface);
}

.field-row {
  display: flex;
  align-items: center;
}

[class^="field-row"] + [class^="field-row"] {
  margin-top: var(--grouped-element-spacing);
}

.field-row > * + * {
  margin-left: var(--grouped-element-spacing);
}

.field-row-stacked {
  display: flex;
  flex-direction: column;
}

.field-row-stacked * + * {
  margin-top: var(--grouped-element-spacing);
}

label {
  display: inline-flex;
  align-items: center;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  background: 0;
  position: fixed;
  opacity: 0;
  border: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  line-height: 13px;
}

input[type="radio"] + label {
  position: relative;
  margin-left: var(--radio-total-width);
}

input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * (var(--radio-total-width-precalc)));
  display: inline-block;
  width: var(--radio-width);
  height: var(--radio-width);
  margin-right: var(--radio-label-spacing);
  background-image: url(/images/98/radio-border.svg);
}

input[type="radio"]:active + label::before {
  background-image: url(/images/98/radio-border-disabled.svg);
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: var(--radio-dot-width);
  height: var(--radio-dot-width);
  top: var(--radio-dot-top);
  left: var(--radio-dot-left);
  position: absolute;
  background-image: url(/images/98/radio-dot.svg);
}

input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  outline: 1px dotted #000000;
}

input[type="radio"][disabled] + label::before {
  background-image: url(/images/98/radio-border-disabled.svg);
}

input[type="radio"][disabled]:checked + label::after {
  background-image: url(/images/98/radio-dot-disabled.svg);
}

input[type="checkbox"] + label {
  position: relative;
  margin-left: var(--checkbox-total-width);
}

input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: calc(-1 * (var(--checkbox-total-width-precalc)));
  display: inline-block;
  width: var(--checkbox-width);
  height: var(--checkbox-width);
  background: var(--button-highlight);
  box-shadow: var(--border-field);
  margin-right: var(--radio-label-spacing);
}

input[type="checkbox"]:active + label::before {
  background: var(--surface);
}

input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  width: var(--checkmark-width);
  height: var(--checkmark-width);
  position: absolute;
  top: var(--checkmark-top);
  left: calc(
    -1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left)
  );
  background-image: url(/images/98/checkmark.svg);
}

input[type="checkbox"][disabled] + label::before {
  background: var(--surface);
}

input[type="checkbox"][disabled]:checked + label::after {
  background-image: url(/images/98/checkmark-disabled.svg);
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  padding: 3px 4px;
  border: none;
  box-shadow: var(--border-field);
  background-color: var(--button-highlight);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 21px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  /* For some reason descenders are getting cut off without this */
  line-height: 2;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  background-image: url(/images/98/button-down.svg);
  background-position: top 2px right 2px;
  background-repeat: no-repeat;
  border-radius: 0;
}

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 11px;
  background-image: url(/images/98/indicator-horizontal.svg);
  transform: translateY(-8px);
}

input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background-image: url(/images/98/indicator-rectangle-horizontal.svg);
  transform: translateY(-10px);
}

input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 11px;
  border: 0;
  border-radius: 0;
  background-image: url(/images/98/indicator-horizontal.svg);
  transform: translateY(2px);
}

input[type="range"].has-box-indicator::-moz-range-thumb {
  background-image: url(/images/98/indicator-rectangle-horizontal.svg);
  transform: translateY(0px);
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

.is-vertical {
  display: inline-block;
  width: 4px;
  height: 150px;
  transform: translateY(50%);
}

.is-vertical > input[type="range"] {
  width: 150px;
  height: 4px;
  margin: 0 calc(var(--grouped-element-spacing) + var(--range-spacing)) 0
    var(--range-spacing);
  transform-origin: left;
  transform: rotate(270deg) translateX(calc(-50% + var(--element-spacing)));
}

.is-vertical > input[type="range"]::-webkit-slider-runnable-track {
  border-left: 1px solid grey;
  border-right: 0;
  border-bottom: 1px solid grey;
  box-shadow: -1px 0 0 white, -1px 1px 0 white, 0 1px 0 white, 1px 0 0 darkgrey,
    1px -1px 0 darkgrey, 0 -1px 0 darkgrey, 1px 1px 0 white, -1px -1px darkgrey;
}

.is-vertical > input[type="range"]::-moz-range-track {
  border-left: 1px solid grey;
  border-right: 0;
  border-bottom: 1px solid grey;
  box-shadow: -1px 0 0 white, -1px 1px 0 white, 0 1px 0 white, 1px 0 0 darkgrey,
    1px -1px 0 darkgrey, 0 -1px 0 darkgrey, 1px 1px 0 white, -1px -1px darkgrey;
}

.is-vertical > input[type="range"]::-webkit-slider-thumb {
  transform: translateY(-8px) scaleX(-1);
}

.is-vertical > input[type="range"].has-box-indicator::-webkit-slider-thumb {
  transform: translateY(-10px) scaleX(-1);
}

.is-vertical > input[type="range"]::-moz-range-thumb {
  transform: translateY(2px) scaleX(-1);
}

.is-vertical > input[type="range"].has-box-indicator::-moz-range-thumb {
  transform: translateY(0px) scaleX(-1);
}

select:focus {
  color: var(--button-highlight);
  background-color: var(--dialog-blue);
}
select:focus option {
  color: #000;
  background-color: #fff;
}

select:active {
  background-image: url(/images/98/button-down-active.svg);
}

ul.tree-view {
  display: block;
  background: var(--button-highlight);
  box-shadow: var(--border-field);
  padding: 6px;
  margin: 0;
}

ul.tree-view li {
  list-style-type: none;
}

ul.tree-view a {
  text-decoration: none;
  color: #000;
}

ul.tree-view a:focus {
  background-color: var(--dialog-blue);
  color: var(--button-highlight);
}

ul.tree-view ul,
ul.tree-view li {
  margin-top: 3px;
}

ul.tree-view ul {
  margin-left: 16px;
  padding-left: 16px;
  /* Goes down too far */
  border-left: 1px dotted #808080;
}

ul.tree-view ul > li {
  position: relative;
}
ul.tree-view ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 12px;
  border-bottom: 1px dotted #808080;
}

/* Cover the bottom of the left dotted border */
ul.tree-view ul > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 7px;
  bottom: 0px;
  width: 8px;
  background: var(--button-highlight);
}

ul.tree-view details {
  margin-top: 0;
}

ul.tree-view details[open] summary {
  margin-bottom: 0;
}

ul.tree-view ul details > summary:before {
  margin-left: -22px;
  position: relative;
  z-index: 1;
}

ul.tree-view details > summary:before {
  text-align: center;
  display: block;
  float: left;
  content: "+";
  border: 1px solid #808080;
  width: 8px;
  height: 9px;
  line-height: 9px;
  margin-right: 5px;
  padding-left: 1px;
  background-color: #fff;
}

ul.tree-view details[open] > summary:before {
  content: "-";
}

pre {
  display: block;
  background: var(--button-highlight);
  box-shadow: var(--border-field);
  padding: 12px 8px;
  margin: 0;
}

code,
code * {
  font-family: monospace;
}

summary:focus {
  outline: 1px dotted #000000;
}

::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar:horizontal {
  height: 17px;
}

::-webkit-scrollbar-corner {
  background: var(--button-face);
}

::-webkit-scrollbar-track {
  background-image: url(/images/98/scrollbar-background.svg);
}

::-webkit-scrollbar-thumb {
  background-color: var(--button-face);
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start {
  height: 17px;
  background-image: url(/images/98/button-up.svg);
}
::-webkit-scrollbar-button:vertical:end {
  height: 17px;
  background-image: url(/images/98/button-down.svg);
}
::-webkit-scrollbar-button:horizontal:start {
  width: 16px;
  background-image: url(/images/98/button-left.svg);
}
::-webkit-scrollbar-button:horizontal:end {
  width: 16px;
  background-image: url(/images/98/button-right.svg);
}


.future-cop {
  position: relative;
}

.future {
  position: absolute;
  left: 0;
  font-family: 'Mr Dafoe', cursive;
  font-size: 200px;
  top: -500px;
  margin-bottom: 0;
  color: #EB219B;
  -webkit-text-fill-color: rgba(253, 90, 250, 1);
  text-shadow: -2px -2px 0 #FFBAF2;
  -webkit-filter: drop-shadow(3px 3px 1px #441F62);
  -webkit-transform: skew(-5deg,-5deg);
  font-weight: normal;
  z-index: 2;
      user-select: none;
}

/*

.cop {
  position: relative;
  font-family: 'Monoton', cursive;
  font-size: 10vw;
  line-height: 1;
  margin: 0;
  margin-top: -95px; 
  font-weight: normal;
  background-image: -webkit-linear-gradient(#022486 0%, #0AD0FD 30%, #BDFCFC 40%, #D8FFFF 44%, #00081C 44%, #00081C 50%, #074A67 52%, #1CD8FE 60%, #7FEDFE 62%, #96F5FC 70%, #0FD8FA 73%, #0BD2FD 88%, #AFFDFF 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #f9efe4;
  text-shadow: #000 0px 0px 10px;
      user-select: none;
}

.mac .cop {
  font-weight: 400;
}

.cop:before {
  position: absolute;
  content: '';
  left: 51px;
  top: 74px;
  width: 80px;
  height: 3px;
  background-image: -webkit-radial-gradient(#fff 0%, transparent 85%);
  z-index: 4;
  -webkit-animation-name: cop_before_effect;
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.cop:after {
  position: absolute;
  content: '';
  left: 90px;
  top: 32px;
  width: 3px;
  height: 80px;
  background-image: -webkit-radial-gradient(#fff 0%, transparent 85%);
  z-index: 4;
  -webkit-animation-name: cop_after_effect;
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes chrome_effect {
  0% {background-position:-680px 0;}
  10% {background-position:420px 0;}
  100% {background-position:420px 0;}
}

@-webkit-keyframes cop_before_effect {
  0% {
    left: 51px;
    top: 74px;
    opacity: 0;}
  
  15% {
    left: 51px;
    top: 74px;
    opacity: 1;}
  
  30% {
    left: 51px;
    top: 74px;
    opacity: 0;}
  
  35% {
    left: 370px;
    top: 45px;
    opacity: 0;}
   
  50% {
    left: 370px;
    top: 45px;
    opacity: 1;}
  
  65% {
    left: 370px;
    top: 45px;
    opacity: 0;}
  
  70% {
    left: 564px;
    top: 74px;
    opacity: 0;}
   
  85% {
    left: 564px;
    top: 74px;
    opacity: 1;}
  
  100% {
    left: 564px;
    top: 74px;
    opacity: 0;}
}

@-webkit-keyframes cop_after_effect {
  0% {
    left: 90px;
    top: 32px;
    opacity: 0;}
  
  15% {
    left: 90px;
    top: 32px;
    opacity: 1;}
  
  30% {
    left: 90px;
    top: 32px;
    opacity: 0;}
  
  35% {
    left: 413px;
    top: 11px;
    opacity: 0;}
   
  50% {
    left: 413px;
    top: 11px;
    opacity: 1;}
  
  65% {
    left: 413px;
    top: 11px;
    opacity: 0;}
  
  70% {
    left: 603px;
    top: 32px;
    opacity: 0;}
   
  85% {
    left: 603px;
    top: 32px;
    opacity: 1;}
  
  100% {
    left: 603px;
    top: 32px;
    opacity: 0;}
}

*/

.benfoto {
	width: 150px;
    border: 2px solid black;
    border-radius: 50%;
}


.ok {
	right: 0;
    position: absolute;
}

.lle {
	font-size: 20px;
}

.innff {
	font-size:14px;
	text-align:center;
}

.arkkaa {
	    background: #e1e1e1;
}

.arkkaa:hover{
	background: #d1d1d1;
}
/* Mofidik: logo/navigation hizası ve okunmamış bildirim göstergesi. */
.logo-nav-align {
	position: relative;
}

.newheader .alerts--new .fa-bell {
	color: #ffd400 !important;
}

.newheader .messages--new .fa-envelope {
	color: #ffd400 !important;
}

/* Mofidik: okunmamış bildirim satırları. */
.alert.alert--unread > td {
	background-color: #e7c6668a !important;
}
