/* -------------------------------------- body */
body {
    display: flex;
    gap: 15px;
    background: url(/graphics/backgrounds/ACR-bg10.gif);
    flex-direction: column;
}

@font-face {
  font-family: death1;
  src: url(/fonts/DeathNote.ttf);
}

::-webkit-scrollbar {
    background: none;
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,  #f3f3f3 0%,#e0e0e0 50%,#d2d2d2 51%,#ececec 100%);
    border: 1px black solid;
    border-radius: 15px;
}

::selection {
    background: black;
    color: #e8c87a;
}

/* -------------------------------------- container */
.misa-lace {
    border-image-source: url(/graphics/borders/FL-border1.png);
    border-image-slice: 15;
    border-image-width: 12px;
    border-image-repeat: round;
    border-style: solid;
    border-image-outset: 9.5px;
    background: white;
}

.container-misa {
    display: flex;
    gap: 10px;
    border: 4.5px #666666 ridge;
    border-radius: 5px;
    width: 1000px;
    min-height: 300px;
    background: #ffd8df;
    padding: 10px;
    flex-direction: column;
}

.misa-h1 {
    text-shadow: 0 1px black, 1px 0px black, 0 -1px black, -1px 0px black, 1px -1px black, -1px 1px black, 1px 1px black, -1px -1px black !important;
    font-style: italic;
    font-size: 21px;
    text-transform: uppercase;
    border: 1px solid black !important;
    padding: 5px;
    border-radius: 3px;
    background: linear-gradient(to bottom,  #3b3b3b 0%,#565656 50%,#212121 51%,#363636 100%);
    box-shadow: 2px 2px 2px inset #ffffffb8, -1px -1px 1px inset #000000;
    display: flex;
    gap: 5px;
    align-items: center;
}

.misa-h1::before {
    content: url(/graphics/icons/ACR-icon18.gif);
}

.misa-flex1 {
    display: flex;
    gap: 10px;
}

.misa-flex2 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    padding-bottom: 0;
    gap: 10px;
}

.misa-profile {
    display: flex;
    gap: 5px;
    border: 1px solid black;
    min-width: 250px;
    height: 250px;
    border-radius: 3px;
    background: url(/graphics/shrines/deathnote/misa5.jpg);
    padding: 15px;
    flex-direction: column;
    align-items: center;
    background-size: contain;
    justify-content: flex-end;
}

.misa-info {
    width: -webkit-fill-available;
    border: 1px solid black;
    border-radius: 3px;
    background: #ffffff;
    padding: 10px;
}

.stars {
    width: 80px;
}

.misa-text {
    display: flex;
    gap: 8px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
}

.misa-text::before {
    content: url(/graphics/icons/ACR-icon19.gif);
}

.misa-span1 {
    text-transform: uppercase;
    color: black;
    font-style: italic;
}

.misa-div1 {
    background: url(/graphics/dividers/ACR-div8.gif);
    height: 8px;
    margin: 5px 0px;
}

.misa-img {
    width: 129px;
    height: 129px;
    border: 4.5px #666666 ridge;
    border-radius: 3px;
}