@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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(/media/backgrounds/pinkcheck.png) !important;
  background-size: 40px !important;
  font-family: 'angel';
  font-size: 12px;
  color: #8d7c76;
  display: flex;
  height: 100vh;
  margin: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

html,
body {
  cursor: url('/media/cursor/cursorhover.png'), auto;
}

a,
button,
input,
textarea,
select,
[role="button"] {
  cursor: url('/media/cursor/cursorhover.png'), pointer !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

mark {
  background-color: #ffe9f2;
  color: #8d7c76;
  padding: 0 4px;
  border-radius: 10px;
}

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

#s-m-t-tooltip {
  max-width: 150px;
  margin: 10px;
  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 !important;
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
}

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: #545454;
  transition: .1s;
}

a:link,
a:visited,
a:active {
  color: #8d7c76;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #edaecb;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  text-decoration: underline;
}

h3 {
  margin-bottom: 6px;
  font-family: spirits;
}

.blink {
  animation: blink 2s infinite;
  display: inline;
}

@keyframes blink {
  0%, 49%, 100% { opacity: 1; }
  60%, 99% { opacity: 0; }
}

@keyframes smoothFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.wrapper {
  width: 800px;
  height: 575px;
  display: flex;
  box-sizing: border-box;
  padding: 5px;
  gap: 5px;
  background: none;
  border: none;
  position: relative; 
}

.wrap {
  margin-top: 5px;
  height: 96.5%;
  width: 100%;
}

.side-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  width: 150px;
  height: 565px;
  background: white;
  border: 7px solid;
  border-image: url(/media/borders/blog.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  gap: 0px;
  text-align: center;
  position: relative;
}

.main-content-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 565px;
  background: white;
  border: 7px solid;
  border-image: url(/media/borders/blog.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 10px;
  position: relative; 
}

.corner-overlay-outside {
  position: absolute;
  bottom: -20px;   
  right: -95px; 
  z-index: 20;   
  pointer-events: none; 
  max-width: 200px; 
  height: auto;
  transform: scaleX(-1); 
}

.info.default {
  width: 410px;
  margin: 10px auto;
}

.info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  background: none;
  align-items: center;
  margin: 10px auto;
  font-size: 12px;
}

.info p {
  text-align: justify;
}

.intro {
  text-align: justify;
  text-justify: inter-word;
  padding: 5px;
  margin: 1px 5px 0 5px;
}

.profile {
  display: flex;
  flex-direction: column;
  width: 133px;
  height: 270px;
  background-color: none;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
}

.pfp {
  width: 120px;
  height: 120px;
  border: 1px solid brown;
  border-radius: 5px;
  margin-bottom: 9px;
}

.pfp2 {
  width: 120px;
  height: auto;
  margin-bottom: 9px;
}

.status {
  white-space: nowrap;
}

.button, .button2 {
  width: 120px;
  height: 16px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background-color: #ffe9f2;
  color: #8d7c76;
  font-family: 'angel';
  font-size: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.button { margin-top: 10px; }
.button2 { margin-top: 2px; }

.button-results {
  width: fit-content;
  min-width: 16px;
  padding: 0 8px;
  height: 16px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background-color: #ffe9f2;
  color: #8d7c76;
  font-family: 'angel';
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 2px;
}

.sections {
  width: 100%;
  padding-left: 10px;
  align-self: stretch;
  text-align: left;
  margin-bottom: 5px;
}

.sections::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url(/media/graphics/heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

#top-lace, #bottom-lace {
  background-image: url(/media/borders/roses.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#top-lace { top: 0; }
#bottom-lace { bottom: 0; transform: scaleY(-1); }

.section-content {
  display: none !important;
  opacity: 0;
}

#lace {
  background-image: url(https://file.garden/aS-t0Aj4K3mdDujK/kkul/graphics/lacey.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #D1B9B3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#lace-bottom {
  background-image: url(https://file.garden/aS-t0Aj4K3mdDujK/kkul/graphics/lacey.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #D1B9B3);
  position: fixed;
  bottom: 0px;
  left: 0px;
  transform: rotate(180deg);
  z-index: 9999;
}