/* -------------------------------------- body */
body {
    display: flex;
    gap: 15px;
    background: url(/graphics/backgrounds/ACR-bg7.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;
}

/* -------------------------------------- tabs */
.tab {
    min-height: 115px;
    max-height: 126px;
    overflow: auto;
}

.tabicon {
    background: linear-gradient(to bottom, #f8eac6 0%, #f1cd69 50%, #edb723 51%, #f4dfa4 100%) !important;
    box-shadow: 2px 2px 2px inset #ffffff52, -1px -1px 1px inset #6f4f03ed !important;
}

.tabicon:hover {
    box-shadow: -2px -2px 2px inset #ffffff52, 1px 1px 1px inset #6f4f03ed !important;
}

/* -------------------------------------- container */
.container-buttons {
    display: flex;
    width: 750px;
    gap: 5px;
}

.con-button {
    font-style: italic;
    letter-spacing: 2px;
    color: black;
    border-radius: 3px;
    border: 1px black solid !important;
    width: -webkit-fill-available;
    text-align: center;
    padding: 2px;
    background: linear-gradient(to bottom, #cb2b31 0%, #9b1d1f 50%, #870003 51%, #b82628 100%);
    box-shadow: 2px 2px 2px inset #ffffff52, -1px -1px 1px inset #0000006e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    height: 25px;
    cursor: pointer;
}

.con-button:hover {
    position: relative;
    top: 1.5px;
    box-shadow: -2px -2px 2px inset #ffffff52, 1px 1px 1px inset #0000006e;
}

.container-main {
    display: flex;
    gap: 10px;
    border-image-source: url(/graphics/borders/FL-border2.png);
    border-image-slice: 15;
    border-image-width: 12px;
    border-image-repeat: round;
    border-style: solid;
    border-image-outset: 9.5px;
    width: 750px;
    min-height: 573px;
    background: black;
    padding: 15px;
    flex-direction: column;
    align-items: center;
}

.deathnote-span1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #bc1414;
}

.deathnote-span2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #cb9443;
}

/* -------------------------------------- header */
.deathnote-h1 {
    display: flex;
    gap: 10px;
    letter-spacing: 7px;
    font-size: 17px;
    text-shadow: none;
    color: #e3ce8f;
    font-style: italic;
    align-items: center;
    justify-content: center;
}

.deathnote-h1::before {
    content: url(/graphics/icons/deathnote-graphic5.gif);
}
.deathnote-h1::after {
    content: url(/graphics/icons/deathnote-graphic5.gif);
}

.deathnote-logo {
    width: 420px;
    filter: var(--outline2);
}

/* -------------------------------------- fav characters */
.deathnote-div-1 {
    background: url(/graphics/dividers/ACR-div9.gif);
    height: 8px;
    width: -webkit-fill-available;
}

.mainflex-1 {
    display: flex;
    gap: 10px;
    width: -webkit-fill-available;
}

.mainbox-1 {
    min-width: 190px;
    background: #444444;
    padding: 5px;
    border-radius: 3px;
}

.mainbox-2 {
    min-height: 190px;
    width: 516px;
    background: #444444;
    padding: 5px;
    border-radius: 3px;
}

.main2-inner {
    display: flex;
    gap: 5px;
    overflow: auto;
}

.deathnote-h3 {
    font-style: italic;
    letter-spacing: 2px;
    color: black;
    border-radius: 3px;
    border: 1px black solid !important;
    width: -webkit-fill-available;
    text-align: center;
    padding: 2px;
    background: linear-gradient(to bottom, #cb2b31 0%, #9b1d1f 50%, #870003 51%, #b82628 100%);
    box-shadow: 2px 2px 2px inset #ffffff52, -1px -1px 1px inset #0000006e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.main2-chara {
    display: flex;
    gap: 5px;
    min-width: 150px;
    height: -webkit-fill-available;
    align-items: flex-end;
    justify-content: center;
    padding: 5px;
    flex-direction: column;
}

.main2-text {
    display: flex;
    gap: 10px;
    color: black;
    border-radius: 3px;
    border: 1px solid;
    width: -webkit-fill-available;
    padding: 2px;
    background: linear-gradient(to bottom, #cb2b31 0%, #9b1d1f 50%, #870003 51%, #b82628 100%);
    box-shadow: 2px 2px 2px inset #ffffff52, -1px -1px 1px inset #0000006e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.main2-img {
    min-height: 140px;
    width: -webkit-fill-available;
    border: 1px black solid;
    border-radius: 3px;
    filter: sepia(0.5) contrast(1.5) grayscale(0.3);
}

.main1-img {
    width: -webkit-fill-available;
    height: 180px;
    margin-top: 5px;
    border: 1px black solid;
    border-radius: 3px;
    filter: sepia(0.5) contrast(1.5) grayscale(0.3);
}

/* -------------------------------------- description */
.info-flex {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.deathnote-text {
    color: white;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 13px;
    text-transform: lowercase;
}

.deathnote-textimg {
    float: left;
    margin: 5px;
    margin-left: 0;
    margin-bottom: 0;
    width: 50px;
}

/* -------------------------------------- credits */
.credits-flex {
    display: flex;
    width: -webkit-fill-available;
    gap: 10px;
}

.credits-flex div {
    height: 126px;
}

.credit-icons {
    display: flex;
    gap: 5px;
    border: 3.5px gray ridge;
    border-radius: 3px;
    width: 135px;
    padding: 3px;
    background: #cbcbcb;
    flex-direction: column;
    overflow: auto;
    justify-content: flex-start;
    align-items: center;
}

.credit-dividers {
    display: flex;
    gap: 5px;
    border: 3.5px gray ridge;
    border-radius: 3px;
    width: 425px;
    padding: 3px;
    background: #cbcbcb;
    flex-direction: column;
    overflow: auto;
    justify-content: flex-start;
    align-items: center;
}

.credit-backgrounds {
    display: flex;
    gap: 5px;
    border: 3.5px gray ridge;
    border-radius: 3px;
    width: 135px;
    padding: 3px;
    background: #cbcbcb;
    flex-direction: column;
    overflow: auto;
    justify-content: flex-start;
    align-items: center;
}

.credit-link {
    display: flex;
    gap: 5px;
    text-align: center;
    width: -webkit-fill-available;
    color: white;
    text-shadow: none;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px dashed #611818;
    padding-bottom: 3px;
}

.credit-link:hover {
    color: red;
}

.credits-flex div::-webkit-scrollbar {
    background: none;
    width: 5px;
    height: 5px;
}

.credits-flex div::-webkit-scrollbar-thumb {
    background: black !important;
    border: 1px black solid;
    border-radius: 15px;
}

/* -------------------------------------- graphics */
.graphics-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin: 10px 0px;
}

.blinkie {
    border: 0;
    border-radius: 0;
}