@import "https://rsms.me/inter/inter.css";
html {
    font-family: Inter, sans-serif
}
@supports(font-variation-settings:normal) {
    html {
        font-family: inter var, sans-serif
    }
}
:root {
    --accent: #89b4fa;
    --main-card-color: #181825;
    --sub-text-color: #b3b4b9;
    --sub-font-size: 14px;
    --sub-font-weight: 400
}
body {
    background-color: #11111b;
    font-family: Inter, sans-serif;
    font-weight: 100;
    cursor: url(../img/cursor.png), auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    overflow: hidden
}
#canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #0a0a10
}
.card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    transition: .7s;
    background-color: var(--main-card-color)
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 12px 40px 0 #0b1119;
    transition: .7s
}
.card2 {
    background-color: var(--main-card-color);
    padding: 10px;
    border-radius: 9px;
    width: 290px
}
.pfp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 20px;
    margin-top: -50px;
    border: 0 solid var(--main-card-color);
    position: relative
}
#discord_pfp {
    position: relative
}
.presence {
    position: absolute;
    top: 110px;
    right: 210px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #80848e;
    z-index: 1
}
.displayname {
    font-size: 25px;
    color: #dcddde;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px
}
.username {
    font-size: var(--sub-font-size);
    color: var(--sub-text-color);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -15px;
    font-weight: var(--sub-font-weight);
    width: max-content
}
.pronouns {
    color: var(--sub-text-color);
    font-size: var(--sub-font-size);
    font-weight: var(--sub-font-weight);
    cursor: default
}
.status-label {
    font-size: var(--sub-font-size);
    color: #9c9c9c;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    font-weight: var(--sub-font-weight);
    width: max-content
}
.line {
    width: 90%;
    margin: 10px;
    border: .1px solid #363646;
    border-radius: 25px;
    background-color: #2c2c3a;
    margin-top: 10px
}
.bio {
    font-size: 13px;
    color: #dcddde;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px
}
.ac {
    color: var(--accent)
}
.banner {
    background-color: #3c3cf52f;
    width: auto;
    height: 100px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px
}
.icons i {
    margin: 0 10px
}
.fa-brands {
    color: #dcddde;
    transition: .3s;
    margin-right: 10px;
    font-size: 10px
}
.fa-brands:hover {
    color: var(--accent);
    cursor: pointer
}
a {
    all: unset
}
.listening {
    margin-left: 10px;
    background-color: #11111a;
    width: 269px;
    border-radius: 9px;
    padding-top: 9px;
    display: none;
    padding-bottom: 10px
}
.listening-img {
    text-align: center;
    border-radius: 9px;
    float: left;
    width: 64px;
    height: 64px;
    margin-left: 10px;
    margin-right: 10px
}
.listening-txt {
    margin-left: 70px;
    color: #dcddde;
    margin-left: 10px;
    margin-right: 10px
}
.listening-title {
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px
}
.listening-detail {
    font-weight: 300;
    font-size: 11px;
    margin-right: 10px
}
.listening-label {
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: none
}
progress {
    width: 250px;
    position: fixed;
    top: 357px;
    margin-top: 39px;
    margin-left: 10px;
    margin-right: 10px;
    margin-right: 10px;
    background-color: #292931;
    border-radius: 9px;
    height: 4px;
    border: none
}
progress::-moz-progress-bar {
    background: #414148;
    border-radius: 9px
}
progress::-webkit-progress-value {
    background: #414148;
    border-radius: 9px
}
progress {
    color: #414148;
    border-radius: 9px
}
.prog-time {
    margin-top: 5px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: inline-block
}
.xenylist-label {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: none
}
.xenylist-content {
    font-size: 13px;
    color: #dcddde;
    border: #18182496 3px solid;
    border-radius: 5px;
    padding: 9px;
    display: none
}
.xenylist {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 9px;
    width: 250px;
    margin-top: -10px
}
hr {
    border: #353552 1px solid;
    margin-left: -10px
}
.xen-bg {
    background-image: url(../img/starry.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    filter: blur(6px)
}
.bio-label {
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px
}