

body {
  margin: 0;
  font-family: 'Trebuchet MS',sans-serif;
}

/* Responsive navigation */
#navbar {
  /*background-color: #ffffff; RegularVersion */
  background-color: #979cb3ad; /* Halloween */
  padding: 0px 0px 5px 0px;
  min-width: 320px; /* Mobile minimum */
  max-height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: visible; /* Allow tooltips to appear over navbar */
}

@media (max-width: 768px) {
  #navbar {
    max-height: 47px;
    flex-direction: row;
    padding: 5px;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  #navbar {
    padding: 3px;
  }
}

#blackbg {
    width: 100%;
    height: 30px;
    background: #3c3c3c;
}

@media (max-width: 768px) {
  #blackbg {
    height: 30px;
  }
}

#blackbar {
    margin: 0 auto;
    padding: 0;
    max-width: 1003px;
    width: 100%;
    height: 30px;
    background: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 4px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
  #blackbar {
    padding: 4px 10px;
    height: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  #blackbar {
    padding: 4px 3px;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 30px;
    overflow: hidden;
  }
}

@media (max-width: 360px) {
  #blackbar {
    padding: 4px 2px;
    height: 28px;
  }
}

#navi {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding-right: 100px;
}

@media (max-width: 768px) {
  #navi {
    padding-right: 10px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (max-width: 480px) {
  #navi {
    flex-direction: row;
    padding-right: 3px;
  }
}

@media (max-width: 360px) {
  #navi {
    padding-right: 2px;
  }
}


.pages {
  display: inline-block;
  margin-left: 20px;
  list-style-type: none;
  padding: 7px;
  position: relative;
  font-size: 15px;
  margin: 5 auto;
}

@media (max-width: 768px) {
  .pages {
    display: inline-block;
    margin: 5px 2px;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px;
  }
}

@media (max-width: 480px) {
  .pages {
    margin: 3px 1px;
    padding: 3px;
    font-size: 12px;
    margin-left: 2px;
  }
}

@media (max-width: 360px) {
  .pages {
    margin: 2px 1px;
    padding: 2px;
    margin-left: 1px;
  }
}

.pages img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .pages img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .pages img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 360px) {
  .pages img {
    width: 18px;
    height: 18px;
  }
}

.pages a {
  text-decoration: none;
  color: black;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}

.pages a::before {
  content: '';
  display: block;
  height: 5px;
  width: 0%;
  background-color: #444;

}

.pages a:hover::before { /* enhancement */
  width: 100%;
  transition: width 300ms;
}
#logo {
  float: left;
  margin-left: 12%;
  max-width: 110px;
  height: auto;
}

@media (max-width: 1110px) {
  #logo {
    float: left;
    margin: 0;
    margin-left: 10px;
    max-width: 70px;
    zoom: 80%;
  }
}

@media (max-width: 480px) {
  #logo {
    max-width: 80px;
    margin-left: 5px;
    zoom: 80%;
  }
}

@media (max-width: 360px) {
  #logo {
    max-width: 65px;
    margin-left: 3px;
  }
}

#navtime {
  margin-right: 10%;
}

.pages a:active {
  color: #888;
}

footer a {
  margin: 15px;
}


/* RegularVersion */
/* body {
  margin: 0;
  background: linear-gradient(180deg,#728fc3 0,#768ccd 300px,#bf84b2 100%);
    background-repeat: repeat;
    color: #545353;
    height: 100%;
     padding-bottom:60px;
  cursor: url("../images/styles/cursor.png"), auto;

} */

/* HalloweenVersion */
body {
    margin: 0;
    background-repeat: repeat-x;
    background-size: inherit;
    background-position: top;
    color: #545353;
    height: 100%;
    padding-bottom: 60px;
    cursor: url("../images/styles/cursor.png"), auto;
    background-image: url(../images/Special/Halloween/HalloweenBG.png);
    background-color: #070c10;
}

a,
button,
[role="button"] {
  cursor: url("../images/styles/cursor-selector.png"), pointer;
}
button,
button:active,
button:focus,
button:hover {
  cursor: url("../images/styles/cursor-selector.png"), pointer !important;
}

#bodydiv {
  background-color: white;
  padding: 25px 20px 20px 20px;
  margin: 25px 18% 10px 18%;
  min-height: 750px;
  min-width: 320px; /* Mobile minimum */
  max-width: 1200px; /* Maximum width for large screens */
  height: auto;
  box-sizing: border-box;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #bodydiv {
    margin: 15px 5% 10px 5%;
    padding: 15px 10px;
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  #bodydiv {
    margin: 10px 2% 10px 2%;
    padding: 10px 8px;
  }
}


marquee {
  background-color: black;
  color: white;
}

#eco {
  margin-left: 100px;
}

#logout, #logout a {
  font-size: 90%;
  color: red;
}

.onllist, .onllist a {
  display: inline-block;
  margin-left: 30px;
  list-style-type: none;
  position: static;
  font-size: 15px;
  font-size: 90%;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 768px) {
  .onllist, .onllist a {
    margin-left: 15px;
    font-size: 80%;
  }
  
  #logout, #logout a {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  .onllist, .onllist a {
    margin-left: 8px;
    font-size: 70%;
  }
  
  #logout, #logout a {
    font-size: 70%;
  }
}

@media (max-width: 360px) {
  .onllist, .onllist a {
    margin-left: 5px;
    font-size: 60%;
  }
  
  #logout, #logout a {
    font-size: 60%;
  }
}

#avapic {
  width: 200px;
  height: 230px;
  padding: 0;
  margin: 0;
}


#ava img {
  width: 200px;
  height: 230px;
}

.errmsg {
  background-color: #ff8989;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  margin-right: 60%;
  margin-left: 4%;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  text-align: center;
}

@media (max-width: 768px) {
  .errmsg {
    margin-right: 10%;
    margin-left: 5%;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .errmsg {
    margin-right: 5%;
    margin-left: 5%;
    padding: 6px;
    font-size: 14px;
  }
}

.buybtn {
  border-radius: 4px;
  /* background-color: #f5ea47; RegularVersion */
  background-color: #db6a2b; /* Halloween */
  color: #000;
  padding: 6px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  margin-right: 2px;
  margin-bottom: 6px;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .buybtn {
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    min-width: 70px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .buybtn {
    padding: 4px;
    margin-right: 3px;
    margin-bottom: 5px;
    min-width: 60px;
    font-size: 11px;
    display: inline-block;
  }
}

@media (max-width: 360px) {
  .buybtn {
    padding: 3px;
    margin-right: 2px;
    min-width: 50px;
    font-size: 10px;
  }
}

.buybtn:hover {
  background-color: #f5b747;
  transform: translateY(-2px);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.986);
}

.buybtn.friend-active {
  background-color: #4CAF50;
  color: white;
}

.buybtn.friend-active:hover {
  background-color: #45a049;
}
.redbtn {
  border-radius: 4px;
  background-color: #fd7a7a;
  padding: 6px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  margin-right: 2px;
  margin-bottom: 6px;
  min-width: 80px;
}
.smallbuybtn {
  border-radius: 4px;
  background-color: #f5ea47;
  padding: 3px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  margin-right: 2px;
  margin-bottom: 6px;
  min-width: 40px;
}
.HOH {
  color: white;
  background-color: #ffb700;
  border-radius: 5px;
  font-weight: bold;
}
.NOM {
  color: white;
  background-color: red;
    border-radius: 5px;
    font-weight: bold;
}
.POV {
  color: white;
  background-color: #16c4d2;
  border-radius: 5px;
  font-weight: bold;
}
.SAFE {
  color: white;
  background-color: #00d600;
  border-radius: 5px;
  font-weight: bold;
}

.SAVED {
  color: white;
  background-color: #07a6ff;
  border-radius: 5px;
  font-weight: bold;
}

.evictplace {
  color: white;
  background-color: grey;
  border-radius: 5px;
  font-weight: bold;
}
.gamecomm {
  margin-top: 30px;
  display: inline-block;
}

.actionbox {
  display: inline-block;
  min-width: 300px;
  width: 35%;
  max-width: 400px;
  min-height: 320px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  float: right;
  margin-top: 30px;
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
  color: white;
  transition: all 0.3s ease;
}

.actionbox h3 {
  margin-top: 0px;
  overflow: hidden;
  display: inline;
  margin-right: 10px;
}

.nombtn {
  border-radius: 4px;
  background-color: #f5ea47;
  padding: 6px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  margin-right: 2px;
  margin-bottom: 6px;
  width: 100px;
}



#reportsel {
  display: inline-block;
  margin-top: 10px;
}

.reptype {
  text-decoration: none;
  padding: 14px 13px 14px 13px;
  border-radius: 2px;
  margin-right: 5px;
}

#onopen {
  background-color: #36cc36;
}
#onclosed {
  background-color: #ef0000;
}
#onprog {
  background-color: orange;
}
#open {
  background-color: #36cc36;
  opacity: .3;
}
#closed {
  background-color: #ef0000;
  opacity: .3;
}
#prog {
  background-color: orange;
  opacity: .3;
}
.reptype span {
  color: white;
  font-size: 20px;
}

#blognav p {
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  text-align: center;
  font-weight: bold;
  background-color: #b7b7b7;
  color: white;
}

#reports {
  margin-top: 30px;
}

.repid {
  color: white;
  background-color: red;
  padding: 4px 10px 4px 10px;
}

.reporthead {
  margin-bottom: 16px;
  margin-left: 10px;
}

.reportmiddle span {
  color: #797979;
  font-size: 17px;
}
.reportmiddle a {
  text-decoration: none;
  color: black;
}
.reportmiddle {
  margin-bottom: 13px;
  margin-left: 10px;
}

.reportbottom {
  margin-bottom: 10px;
  margin-left: 10px;
}

.reportbox {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  margin-bottom: 5px;
}

.reportbox:nth-child(2n+1) {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  margin-bottom: 5px;
}

.noMargin {
  margin: 0;
}

.systemcomm {
  background-color: #ffdd87;
  padding: 4px 0px 0px 10px;
  margin-bottom: 5px;
  min-height: 120.5px;
  box-shadow: 5px 7px 2px 0px rgb(159 151 151 / 82%);
  margin-bottom: 15px;
  border-radius: 6px;
}

.systemconty {
  margin-left: 120px;
  white-space: pre-wrap;
  overflow-y: auto;
  max-height: 350px;
  margin-right: 50px;
  min-height: 120.5px;
}

.userava-out {
  filter: grayscale(100%);
  background-repeat: no-repeat;
  float: left;
  background-size: 140%;
  background-position: top;
  width: 70px;
  height: 85.5px;
}

.userava {
  background-repeat: no-repeat;
  float: left;
  background-size: 140%;
  background-position: top;
  width: 70px;
  height: 85.5px;
}

.grayscale {
  filter: grayscale(100%);
}

#gamebar {
    width: 16%;
    margin: 0;
    top: 0;
    float: right;
}

/* Navigation tooltips */
.nav-icon {
    position: relative;
    display: inline-block;
}

.nav-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
}

.nav-icon::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
}

.nav-icon:hover::after,
.nav-icon:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Navigation icon hover color */
.nav-icon:hover {
    background-color: #3c3c3c;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .nav-icon::after {
        bottom: -30px;
        font-size: 11px;
        padding: 4px 6px;
    }
    
    .nav-icon::before {
        bottom: -20px;
    }
}

.blackanchor {color:#000000;}         /* Unvisited link  */

[data-tooltip-content]{
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color:#343434;
    position: relative;

    text-transform: capitalize;
}
[data-tooltip-content]:hover{
    color: #56beba;
}

[data-tooltip-content]::after{
    content: attr(data-tooltip-content);
    color: #4aafff;
    background: #3d3d3d;
    padding: 1rem;
    border-radius: .25rem;
    margin-left: 1rem;

    position: absolute;
    white-space: nowrap;
    top:-100%;
    left: 100%;
}
[data-tooltip-content]::before{
    content: "";
    width: 0;
    position: absolute;
    border-right: 1rem solid #3d3d3d;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    left: 100%;
    top:-50%;
    pointer-events: none;
}

[data-tooltip-content]::after,[data-tooltip-content]::before{
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

/*revealing tooltip*/
[data-tooltip-content]:hover::after,[data-tooltip-content]:hover::before{
    opacity: 1;
    visibility: visible;
}

.formtitle {
    margin-bottom: 15px;
    padding: 8px 65px 8px 5px;
    font-size: 17px;
}

#profilequote {
  top: 0;
  font-style: italic;
      white-space: pre-wrap;
  margin-bottom: 20px;
}

#profilecontent {
  white-space: pre-wrap;
}

.biggerfont {
  font-size: 1.417rem;
}

.aligncenter {
  text-align: center;
}

.greydesc {
    margin-bottom: 40px;
    font-size: 16px;
    background-color: #ececec;
    padding: 15px;
    margin-left: 100px;
    margin-right: 100px;
}

.goodbuy {
  background-color: #6f93decc;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  margin-right: 35%;
  margin-left: 35%;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  text-align: center;
}

.errbuy {
  background-color: #ff8989;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  margin-right: 35%;
  margin-left: 35%;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  text-align: center;
}

@media (max-width: 768px) {
  .errbuy {
    margin-right: 15%;
    margin-left: 15%;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .errbuy {
    margin-right: 5%;
    margin-left: 5%;
    padding: 6px;
    font-size: 14px;
  }
}

.CLOSED {
  color: red;
}
.OPEN {
  color: #00da00;
}

.date {
    color: #929292a8;
    font-size: 14px;
    margin-left: 15px;
}
.mailcontent {
  width: 70%;
  background-color: #fbfbfb;
  max-height: 137px;
}

#infosecmail {
  min-height: 90px;
  margin-left: 40px;
}

.inmailcontent {
  margin-right: 40px;
  margin-left: 40px;
  padding: 20px;
  background-color: #f1f1f1;
}

a {
    text-decoration: none;
    color: #676767;
}

.unreadtitle {
  background-color: #f1f1f1;
margin-bottom: 5px;
overflow: hidden;
white-space: nowrap;
}
.unreadtitle h3 {
  overflow: hidden;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  margin-top: 0px;
  color: #fd8f65;;
  font-size: 17px;
}

.marginedtitle {
  margin-left: 40px;
}

.bottomdotted {
  border-bottom: 2px dotted #e0ccff;
}

.comment {
  width: 85%;
}

.des, .mod, .user, .adm {
  font-weight: bold;
  margin-top: 0px;
}

.blogspointz {
  float: right;
  margin-right: 10px;
}

.shoprows:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.shopbarright {
  width: 70%;
}

  div#shopleft {
    float: left;
    width: 200px;
    margin-bottom: 100%;
  }

  div#shopright {
    min-height: 170px;
    white-space: pre-wrap;
  }

  div#shopmiddle {
    margin-left: 200px;
  }

@media (max-width: 768px) {
  div#shopleft {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  div#shopright {
    margin-left: 0;
    min-height: auto;
  }
  
  div#shopmiddle {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  div#shopleft {
    margin-bottom: 15px;
  }
  
}

  .dots {
    border-bottom: 2px dotted #e0ccff;
  }

  .note {
    background-color: #fcf0ff;
    font-weight: normal;
    font-size: 11px;
    padding: 0 3px 0 3px;
    font-family: 'Trebuchet MS',trebuchet,Verdana,Arial,sans-serif;
    display: inline-block;
    margin-bottom: 1px;
    line-height: 17px;
    color: #874df7;
  }

  .firstava {
   background-repeat: no-repeat;
   margin-right: 10px;
   float: left;
   background-size: 130%;
   background-position: top;
   width: 120px;
   height: 138.2px;
   border-radius: 7px;
   outline: none;
   overflow: hidden;
 }

 .firstbox {
     text-align: center;
     display: inline-block;
     overflow: hidden;
     max-width: 120px;
     max-height: 230px;
 }

 #stats {
    text-align: left;
    font-size: 19px;
}

 .statresult {
     font-weight: bold;
     background-color: #dadada;
     padding: 4px;
     margin-right: 3px;
 }

 .tagbox:hover {
   filter: brightness(170%);
 }

 .tagbox {
   padding-top: 2px;
   padding-bottom: 2px;
   font-weight: bold;
   font-size: 14px;
   border-radius: 2px;
 }

.tagtext {
  color: white;
}

.conty img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
