/* body */

body {
  background-image: url(/media/backgrounds/pinkcheck.png);
  background-size: 40px;
  overflow-x: hidden;
  font-family: 'angel';
  min-width: 1200px;
  max-width: 1200px;
  overflow-y: scroll;
  overflow-x: hidden;
  letter-spacing: 0.3px;
  color: #606060;
}

body,
a,
button {
  cursor: url(/media/cursor/melody.webp), progress;
}

html,
body {
  height: 100%;
  margin: 0;
}

/* fonts */

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/Xilla_Bold_Italic.otf);
  font-family: 'snacker';
  font-display: swap;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

#s-m-t-tooltip {
  max-width: 150px;
  background-color: white;
  border: 7px solid;
  border-image: url(/media/borders/pink.png) 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 7px;
  letter-spacing: 2px;
  color: #848484;
  position: fixed;
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: Verdana;
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

a {
  text-decoration: none;
  color: #606060;
  transition: .1s
}

a:link {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #edaecb;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

html {
  display: flex;
  justify-content: center;
  cursor: url(/media/cursor/melody.webp), progress;
}

.main {
  background: white;
  width: 850px;
  border: 30px solid;
  border-image: url('/media/borders/renda-bg.png') 18 repeat;
  border-image-outset: 5px;
  border-radius: 30px;
  border-top: 0;
  border-bottom: 0;
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 15px;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  flex: 1;
  background-image: url("/media/backgrounds/green-check.gif");
  background-repeat: repeat;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.main-header {
  position: relative;
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  border: 1px solid lightgrey;
  margin-top: 10px;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to right,
      #fff5fa 0%,
      #fff5fa 5%,
      #ffe4f0 100%);
  background-size:
    18px 18px,
    18px 18px,
    100% 100%;
  background-position:
    0 0,
    9px 9px,
    0 0;
  overflow: hidden;
}

.main-header img {
  height: auto;
  width: 220px;
  position: absolute;
  right: -10px;
  bottom: -40px;
  filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(2px 2px 0px #0000002d);
}

#title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 25;
  font-family: 'snacker', sans-serif;
  font-size: 65px;
  color: #8d7c76;
  text-align: left;
  margin-left: 35px;
  margin-top: 35px;
  white-space: nowrap;
  text-shadow:
    5px 5px 0px white,
    -5px -5px 0px white,
    5px -5px 0px white,
    -5px 5px 0px white;
  pointer-events: none;
  letter-spacing: -3px;
}

#copyright {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 25;
  font-family: 'angel', sans-serif;
  font-size: 12px;
  color: #8d7c76;
  text-align: left;
  margin-left: 210px;
  margin-bottom: 75px;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.topnav {
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.topnav a {
  border-bottom: 4px solid transparent;
  padding: 13px 3px;
  margin: 0 8px;
}

.topnav a:hover {
  border-bottom: 4px solid #ffd8ea;
  cursor: url(/media/cursor/melody.webp), progress;
}

.icon {
  border-radius: 50%;
  position: absolute;
  margin: 0 auto 0 -30px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #dcdcdc;
  width: 60px;
  height: 60px;
}

.left {
  margin-right: 45px;
}

.right {
  margin-left: 45px;
}

/* MAIN CONTAINER */

.post-card {
  display: inline-block;
  width: fit-content;   
  max-width: 63%;      
  background: white;
  border-radius: 15px 0 15px 15px;
  padding: 6px 5px;
  border: 1px solid lightgray;
  box-sizing: border-box;
}

/* HEADER */
.post-header {
  display: flex;
  align-items: center;
  width: 100%;
}

/* NAME + STATUS GROUP */
.user-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.status-left {
  margin-right: auto;
}

.status-left img {
  display: block;
  width: 13px;
  height: 13px;
}

.inline-image {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: auto;
}

/* NAME */
.post-header h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #606060;
}

.post-header h3:before {
  content: url(https://files.catbox.moe/4j1n48.png);
  margin-right: 6px;
}

/* STATUS */
.status {
  background: #fbe7f0;
  color: #606060;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 8px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* AVATAR */
.blog-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid lightgray;
}

/* TEXT */
#text {
  line-height: 1.25em;
  padding: 2px;
  background-color: white;
  margin: 4px;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #606060;
}

/* FOOTER */
.post-footer {
  font-size: 10px;
  color: #8c8c8c;
  margin-left: 5px;
  margin-bottom: 2px;
}

.entries {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  padding: 0 15px;
  justify-content: flex-end;
  margin-top: 11px;
}

.entries:first-of-type {
  margin-top: 95px;
}

.microblog-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 8px;
  margin-left: auto;
  margin-right: 12px;
}

.entries:not(.left-entry) #text {
  text-align: right;
}

.post-card.mirror {
  border-radius: 0 15px 15px 15px;
}

.left-entry {
  justify-content: flex-start;
}

.left-entry #text {
  text-align: left;
}

.left-entry .user-info {
  margin-left: 0;
  justify-content: flex-start;
  text-align: left;
}

.spoiler-text {
  text-decoration: dotted underline;
  transition: color 0.2s ease;
}

.spoiler-text.revealed {
  text-decoration: none;
}

.spoiler-text em {
  font-style: italic;
}