@font-face {
    font-family: "Guru";
    src: url("/assets/fonts/Guru Regular.otf") format("opentype");
}

body {
    display: flex;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

ul .talent {
    line-height: 1.25;
    opacity: 0.6;
    color: #fffddd;
    font-style: italic;
    font-size: 15px;
    width: 75%;
    display: inline-block;
}

.sidebar {
    width: 250px;
    background-color: #1d2a38;
    padding: 15px;
}

.sidebar h3 {
    border-bottom: 2px solid gray;
    padding-bottom: 5px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}
        
.sidebar li {
    padding: 5px 0;
}
        
.window, .background, .border, .content {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 666px;
    width: 1000px;
}
        
.border {
    z-index: 2;
    pointer-events: none;
    border: 1px solid transparent;
    border-image: url(/assets/img/border/border.png) 20 stretch;
    border-image-width: 30px;
    border-image-outset: 2px;
}

.background {
    opacity: 0.75;
    background-image: url(/assets/img/background/black.png);
    background-size: 55px;
}
        
.content {
    background: radial-gradient(circle, #6e99a1 20%, #4d7c86 40%, #2f5e67 70%);
    width: 670px;
    margin: 0 0 0 auto;
}

.seperator {
    background: transparent;
    border-image: url(/assets/img/border/bar.png) 20 stretch;
    rotate: 90deg;
    border-image-width: 30px;
    border-image-outset: 3px;
}
        
h1 {
    text-shadow: 0px 0 3px #000;
    font-size: 25px;
    font-family: Guru;
    margin: 15px 0 0 0;
    font-weight: normal;
}

.statistics li,
.requirements li {
    list-style-type: none;
    opacity: 0.75;
    text-shadow: 0px -1px 2px #000, 0px 1px 2px #000;
}

.requirements, .statistics {
    position: absolute;
    top: -15px;
    transform: scale(0.9);
}

.requirements {
    left: 10px;
}

.requirements ul {
    position: relative;
    right: 40px;
}

.statistics {
    right: 0px;
    text-align: right;
}

.info {
    position: absolute;
    top: 70%;
}

.info p {
    text-shadow: 0px 0 2px #000;
    position: relative;
    width: 60%;
    margin: 0 0 25px 0;
    font-style: italic;
    color: lightgray;
}

.outfit {
    width: 320px;
    height: 320px;
    margin: auto;
}

button {
    position: relative;
    width: 100px;
    height: 32px;
}

button:hover {
    background-color: #2c3835;
}

.list li {
    cursor: pointer;
    list-style-type: none;
    color: #969ea5;
}

.panel-item[data-active="true"] {
    font-weight: bold;
    color: white;
}

ul {
    line-height: 1.5;
    margin: 5px 0;
}

.list {
    overflow-y: scroll;
    position: relative;
    width: 330px;
    height: 100%;
}

.rarity {
  color: #cad4d9;
  font-size: 20px;
  margin-left: 25px;
}