.dark-mode .list-item-a {
    text-decoration: none !important;
    color: #bababc !important;
}

.list-item-a {
    text-decoration: none !important;
    color: black !important;
}

.content-title:before {
    line-height: 0px;
    content: "#";
    margin-right: 6px;
    font-size: 1.1em;
    color: hsla(0deg, 0%, 100%, 0.5);
}

.text-left {
    text-align: left;
}

bold {
    font-weight: bold;
}

.navbar-guildImage {
    max-width: 85px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.text-right {
    text-align: right;
}

.menu {
    position: fixed;
    height: 100%;
    width: 35%;
    max-width: 300px;
    z-index: 99;
    top: 0;
    background-color: #2f3136;
}

.menu > .items {
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    top: 50px;
    height: calc(100% - 126px);
    display: inline;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
    transition: opacity 0.2s ease-in-out;
    color: #72767d;
}

.menu > .items > ul {
    padding-left: 0 !important;
}

.menu > .items > ul > li {
    user-select: none;
    margin: 3px 5px;
    padding: 0px 15px;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 7px;
}

.menu > .items > ul > li:hover {
    color: #b9bbbe;
    background-color: rgb(54, 54, 63);
}

.menu > .items > ul > li.active {
    color: #f6f6f7;
    background-color: #42464d;
    font-weight: bold;
}

.menu > .menu-items::-webkit-scrollbar {
    width: 8px;
    position: absolute;
}

.menu > .menu-items::-webkit-scrollbar-thumb,
.menu > ::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    border: 2px solid #2f3136;
    border-radius: 7px;
    background-clip: padding-box;
}

.menu > .menu-items::-webkit-scrollbar-thumb {
    background-color: #25272b;
}

.menu > .menu-items::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

.menu > .account {
    position: absolute;
    bottom: 0;
    width: 300px;
    background-color: rgba(32, 34, 37, 0.3);
    height: 52px;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    height: 52px;
    margin-bottom: 1px;
}

.menu > .account > .logged-in {
    width: 300px;
    height: 52px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 10px;
}

.menu > .account > .logged-in > img {
    margin: 0px 10px 0px 0px;
    background-size: 30px 30px;
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    border-radius: 16px;
}

.menu > .account > .logged-in > .details {
    -webkit-box-flex: 1;
    -webkit-user-select: text;
    flex-grow: 1;
    line-height: unset;
    user-select: text;
}

.menu > .account > .logged-in > .details > .username {
    margin-top: 5px;
    margin-bottom: -5px;
    display: block;
    max-width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu > .account > .logged-in > .details > .discriminator {
    display: block;
    font-size: 10px;
    margin-top: 4px;
    opacity: 0.4;
}

.menu > .account > .logged-in > .logout {
    background-color: rgba(95, 95, 95, 0.1803921569);
    color: #fff;
    height: 28px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 18px;
    outline: 0;
    cursor: pointer;
    width: calc(100% - 180px);
    transition: background-color 0.17s ease, color 0.17s ease;
}

.menu > .account > .logged-in > .logout:hover {
    background-color: #a33c3c;
}

.menu > .account > .logged-in > .logout:active {
    background-color: #913636;
}

.menu > .account > .login {
    margin: 12px;
    background-color: #43b581;
    color: #fff;
    height: 28px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 18px;
    outline: 0;
    cursor: pointer;
    width: calc(100% - 28px);
    transition: background-color 0.17s ease, color 0.17s ease;
}

.menu > .account > .login:hover {
    background-color: #3ca374;
}

.menu > .account > .login:active {
    background-color: #369167;
}

.menu > .title {
    text-align: center;
    font-size: 0.8em;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    color: white;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.06);
}

.menu > .title > img {
    position: absolute;
    left: 6px;
    top: 5px;
    height: 36px;
    border-radius: 50%;
}

.ticket-info {
    margin: 10px 20px;
}

.header-group > .avatar img {
    position: absolute;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.header-group > .header {
    margin-left: 60px;
    padding-top: 3px;
    color: #ffffff;
    height: 1.3em;
}

.header-group > .header > .timestamp {
    color: hsla(0deg, 0%, 100%, 0.2);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 0.3rem;
}

.message {
    color: #dcddde;
    margin-left: 60px;
    padding-right: 10px;
}

.message > .content {
    margin-top: 4px;
    font-size: 0.9375rem;
    color: #dcddde;
}

.divider {
    border: none;
    border-bottom: 1px solid transparent;
    margin: 20px 0px -20px;
    border-bottom-color: hsla(0deg, 0%, 100%, 0.04);
}

.md > bold {
    font-weight: 700;
}

.md > underline {
    text-decoration: underline;
}

.md > strike {
    text-decoration: line-through;
}

.md > italic {
    font-style: italic;
}

code.inline {
    border: none;
    border-radius: 3px;
    font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 85%;
    height: auto;
    margin: -0.2em 0;
    padding: 0.2em;
    text-indent: 0;
    width: auto;
    background: #2f3136;
    line-height: 1.3;
    user-select: text;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*# sourceMappingURL=base.css.map */
