
.home-container {
    padding: 10px;
}


.container[data-v-7dac573b] {
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
}
.formRow[data-v-7dac573b] {
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    min-height: 36px;
}
label[data-v-7dac573b] {
    display: block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    float: left;
}
input[data-v-7dac573b] {
    display: block;
    float: right;
    padding-left: 10px;
    height: 30px;
    width: 60%;
}
button[data-v-7dac573b] {
    border: 0px;
    padding: 10px;
    background: #ccc;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
button[data-v-7dac573b]:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
}



.well[data-v-7265d2fa] {
    grid-area: content;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-right: 8px;
    padding-top: 40px;
}
button[data-v-7265d2fa] {
    display: block;
    width: 100%;
    color: var(--textColor);
    background: var(--sidebar);
    border: 0;
    padding: 5px;
    margin: 0;
}


.item[data-v-21d44082] {
    display: block;
    font-size: 12px;
    padding: 5px;
    transition: all 0.1s ease;
    color: var(--linkColor);
}
.padding[data-v-21d44082] {
    padding: 10px;
}
.item.header[data-v-21d44082] {
    font-weight: bold;
    color: var(--textColor);
    border-bottom: 1px solid #aaa;
}
.item[data-v-21d44082]:hover {
    background: var(--sidebarHover);
    color: #fff;
}
.quit[data-v-21d44082]{
  float: right;
  color: var(--textColor);
  background-color: transparent;
  border-color: transparent;
}
.quit[data-v-21d44082]:hover {
  background-color: var(--quitButtonColor);
}

 


.card[data-v-1aad495b] {
    font-size: 13px;
    color: var(--textColor);
    margin: 10px;
    padding: 10px;
    padding-top: 0;
    background: var(--modal);
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
}

/* On mouse-over, add a deeper shadow */
.card[data-v-1aad495b]:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.close[data-v-1aad495b] {
    flex: 0 0 16px;
    font-size: 12px;
    height: 32px;
    width: 16px;
}
.card:hover > .close[data-v-1aad495b] {
    display: inline;
}
.header[data-v-1aad495b] {
    display: flex;
    font-size: 14px;
    line-height: 32px;

    font-weight: bold;
    border-bottom: 1px solid #aaa;
}
.header > span[data-v-1aad495b] {
    flex: 1 1 100%
}
.card > .footer[data-v-1aad495b] {
    font-size: 11px;
    color: var(--altColor);
}


ul[data-v-f13f1198] {
    list-style: none;
    padding: 0;
    margin: 0;
}


.embed[data-v-a9c98622] {
  max-width: 520px;

  width: 100%;
  min-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 11.6px 20px;
  border-radius: 4px;
  background: var(--linkCard);
  display: grid;
  grid-template-columns: auto 1fr;

  grid-template-areas:
    "image header header"
    "body body body"
    "footer footer footer";

  grid-gap: 10px;
  border: 1px solid #aaaaaa;
  font-size: 90%;
  color: var(--textColor);
  font-weight: normal;
}
.embed-collapsed[data-v-a9c98622] {
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  color: var(--altColor);
  font-weight: normal;
  cursor: pointer;
}
.tweet[data-v-a9c98622] {
  border: 1px solid #1da1f2;
}
.embed img[data-v-a9c98622],
.embed .image[data-v-a9c98622] {
  height: 40px;
  grid-area: image;
  margin: auto 0;
}
.embed h3[data-v-a9c98622] {
  padding: 0;
  margin: 0;
  grid-area: header;
  margin: auto 0;
}
.embed .body[data-v-a9c98622] {
  grid-area: body;
  margin: 0;
  padding: 0;
}
.embed .footer[data-v-a9c98622] {
  grid-area: footer;
  margin: 0;
  padding: 0;
}
.media[data-v-a9c98622] {
  display: block;
  margin-top: 10px;
  max-width: 520px;

  width: 100%;
  min-width: 220px;
}
.media img[data-v-a9c98622] {
  display: block;
  max-width: 300px;
  margin-right: 20px;
}


@supports (-ms-ime-align:auto) {
a {
    word-break: break-all;
}
}


input[data-v-8a9dafb6] {
    width: 100%;
    border: 0;
}


.info[data-v-53e670b2] {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    right: 10px;
    top: 10px;
    width: 200px;
    padding: 10px;
    background: #ccc;
    color: #000;
    display: block;
    z-index: 1000;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
@keyframes slideInDown-data-v-53e670b2 {
from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
}
to {
        transform: translate3d(0, 0, 0);
}
}
.slide-enter-active[data-v-53e670b2] {
    animation-name: slideInDown-data-v-53e670b2;
}
@keyframes slideOutUp-data-v-53e670b2 {
from {
        transform: translate3d(0, 0, 0);
}
to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
}
}
.slide-leave-active[data-v-53e670b2] {
    animation-name: slideOutUp-data-v-53e670b2;
}
.item[data-v-53e670b2] {
    font-size: 12px;
    padding: 5px;
}
.item.header[data-v-53e670b2] {
    font-weight: bold;
    display: flex;
    line-height: 32px;
    border-bottom: 1px solid #aaa;
}
.item.header > span[data-v-53e670b2] {
    flex: 1 1 100%;
}
.item.header > a[data-v-53e670b2] {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
}
.item[data-v-53e670b2]:hover {
    background: var(--sidebarHover);
}
body[data-v-53e670b2] {
    margin: 0;
}
.pings[data-v-53e670b2] {
    background: var(--sidebar);
    position: absolute;
    right: 0;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    height: calc(100vh  - 44px - var(--vh-offset));
    overflow: auto;
    z-index: 25;
}
.wrapper[data-v-53e670b2] {
    background: var(--main);
    font-size: 1.2em;
    overflow: hidden;
}
.input[data-v-53e670b2] {
    padding: 10px;
}
nav ul[data-v-53e670b2] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.channels[data-v-53e670b2] {
    grid-area: chansidebar;
    display: none;
}
.channels[data-v-53e670b2], .users[data-v-53e670b2] {
    background: var(--sidebar);
    overflow-y: scroll;
    overflow-x: hidden;
}
.users[data-v-53e670b2] {
    display: none;
    grid-area: usersidebar;
}
.input[data-v-53e670b2] {
    grid-area: footer;
}
.input label[data-v-53e670b2] {
    font-size: 12px;
    display: inline;
}
input[type='text'][data-v-53e670b2] {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}
.wrapper[data-v-53e670b2] {
    max-width: 100vw;
    position: relative;
    display: grid;
    grid-template-rows: auto 2fr 48px;
    grid-template-columns: 100vw;
    grid-template-areas:
        "header"
        "content"
        "footer";
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active[data-v-53e670b2] {
    transition: all .3s ease;
}
.slide-fade-leave-active[data-v-53e670b2] {
    transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter[data-v-53e670b2], .slide-fade-leave-to[data-v-53e670b2]
    /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(100px);
    opacity: 0;
}
@media (min-width: 768px) {
.channels[data-v-53e670b2] {
        display: block;
        transform: translateX(0); /* 4 */
        margin-top: 42px;
}
#channelLink[data-v-53e670b2] {
        display: none;
}
.header-bar .channel[data-v-53e670b2] {
        flex: 1 0 15vw;
        display: block;
}
.wrapper[data-v-53e670b2] {
        grid-template-columns: 15vw 85vw;
        grid-template-areas:
            "header      header"
            "chansidebar content"
            "chansidebar content"
            "chansidebar footer";
}
}
@media (min-width: 1024px) {
.channels[data-v-53e670b2], .users[data-v-53e670b2] {
        display: block;
        margin-top: 0;
        transform: translateX(0); /* 4 */
}
.header-bar .channel[data-v-53e670b2] {
        display: inline;
        flex: 0 0 auto;
}
.wrapper[data-v-53e670b2] {
        grid-template-columns: 12.5vw 75vw 12.5vw;

        grid-template-areas:
            "chansidebar  header  usersidebar     "
            "chansidebar  content usersidebar"
            "chansidebar  content usersidebar"
            "chansidebar  footer  usersidebar";
}
}
.header-bar[data-v-53e670b2] {
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    grid-area: header;
    min-height: 42px;
    height: auto;
    background: var(--header);
    color: var(--headerTextColor);
    display: flex;
    align-items: top;
    justify-content: center;
    z-index: 20;
}
.header-bar a[data-v-53e670b2] {
    padding: 5px;
    flex: 0 0 40px;
    width: 40px;
    display: block;
    color: #4189C7;
    margin: 0 10px;
    text-align: center;
    height: 37px;
    margin-right: 10px;
}
.header-bar a > span[data-v-53e670b2] {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    color: var(--headerTextColor);
}
.header-bar div[data-v-53e670b2] {
    font-size: 16px;
    line-height: 32px;
}
.header-bar .channel[data-v-53e670b2] {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.header-bar > .topic[data-v-53e670b2] {
    background: var(--header);
    position: static;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 32px;
    padding: 0 5px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    color: var(--headerTextColor);
    z-index: 10;
}
.header-bar > .topic[data-v-53e670b2]:hover {
    white-space: initial;
    min-height: 32px;
    height: auto;
}




.wrapper[data-v-081467dc] {
    max-height: 100%;
    z-index: 1;
    width: 100%;
    overflow-y: scroll;
    background: var(--sidebar);
}


.active .themePreview[data-v-72931a64] {
  border: 2px solid var(--linkColor);
}
.themesGrid[data-v-72931a64] {
  display: flex;
  flex-flow: wrap;
}
.themeSelect[data-v-72931a64] {
  margin-right: 10px;
  text-align: center;
}
.themePreview[data-v-72931a64] {
  border: 2px solid #aaa;
  width: 200px;
  height: 100px;
  display: flex;
}
.themePreview .sidebar[data-v-72931a64] {
  flex: 0 0 48px;
}
.themePreview .main[data-v-72931a64] {
  flex: 0 0 148px;
}


.embeds[data-v-4c29392a] {
  display: flex;
  flex-wrap: wrap;
}
.embed[data-v-4c29392a] {
  margin-right: 20px;
}
label[data-v-4c29392a] {
  display: block;
}


.chatStyle {
  max-height: auto;
  overflow: auto;
  border: 1px solid #aaa;
  max-width: 800px;
}
select {
  margin-bottom: 5px;
}


h1[data-v-564f1870] {
  padding: 10px;
  display: block;
  margin: 0;
  background-color: var(--sidebar);
}
.settings-container[data-v-564f1870] {
  flex: 1 1 100vh;
  display: flex;
  flex-direction: row;
}
.scroll[data-v-564f1870] {
  display: flex;
  flex-direction: column;
}
.sidebar[data-v-564f1870] {
  flex: 0 0 250px;
  background-color: var(--sidebar);
}
.main[data-v-564f1870] {
  width: 100%;
  padding: 10px;
  overflow: auto;
}
.sidebar a[data-v-564f1870]:hover {
  border-left: 2px solid var(--linkColor);
}
.sidebar a.active[data-v-564f1870] {
  border-left: 4px solid var(--linkColor);
}
.sidebar a[data-v-564f1870] {
  box-sizing: border-box;
  padding: 10px;
  display: block;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
.settings-container[data-v-564f1870] {
    flex-direction: column;
}
.sidebar[data-v-564f1870] {
    flex: 0 1 auto;
}
}



strong[data-v-0b341e0e] {
    display: block;
}
.formRow[data-v-0b341e0e] {
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    min-height: 36px;
}
label[data-v-0b341e0e] {
    display: block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    float: left;
    word-wrap: normal;
    overflow: hidden;
}
input[data-v-0b341e0e] {
    display: block;
    float: right;
    padding-left: 10px;
    height: 30px;
    width: 60%;
}
hr[data-v-0b341e0e] {
    clear: both;
    width: 100%;
    margin: 5px;
}
.header[data-v-0b341e0e], .footer[data-v-0b341e0e] {
    display: flex;
}
.footer > *[data-v-0b341e0e] {
    flex: 1 1 auto;
}
select[data-v-0b341e0e] {
    flex: 1 1 300px;
    padding: 5px;
}
.header button[data-v-0b341e0e] {
    flex: 1 1 20px;
}
button[data-v-0b341e0e] {
    border: 0px;
    padding: 10px;
    background: #ccc;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
button[data-v-0b341e0e]:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.confirm[data-v-0b341e0e] {
    background: green;
    color: #fff;
}
.cancel[data-v-0b341e0e] {
    background: #ac0000;
    color: #fff;
}



h1[data-v-25ac2cd8],
h2[data-v-25ac2cd8],
p[data-v-25ac2cd8] {
  margin: 5px 0;
}
strong[data-v-25ac2cd8] {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
strong a[data-v-25ac2cd8] {
  background: #ddd;
  padding: 5px;
}
.formRow[data-v-25ac2cd8] {
  display: block;
  width: 100%;
  padding: 5px;
  clear: both;
  min-height: 36px;
}
.profile[data-v-25ac2cd8] {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
label[data-v-25ac2cd8] {
  display: block;
  width: 40%;
  height: 30px;
  line-height: 30px;
  float: left;
}
input[data-v-25ac2cd8] {
  display: block;
  float: right;
  padding-left: 10px;
  height: 30px;
  width: 60%;
}
.profile > input[data-v-25ac2cd8] {
  float: none;
  display: block;
  text-align: center;
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0;
}
.profile > input[data-v-25ac2cd8]:focus {
  border: 0;
}
hr[data-v-25ac2cd8] {
  clear: both;
  margin: 5px;
}
.header[data-v-25ac2cd8],
.footer[data-v-25ac2cd8] {
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.header[data-v-25ac2cd8] {
  padding-bottom: 10px;
}
.footer[data-v-25ac2cd8] {
  padding-top: 10px;
}
.header button[data-v-25ac2cd8] {
  flex: 1 1 auto;
}
.active[data-v-25ac2cd8] {
  background: #111;
  color: #fff;
}
.footer > *[data-v-25ac2cd8] {
  flex: 1 1 auto;
}
button[data-v-25ac2cd8] {
  border: 0px;
  padding: 10px;
  background: #ccc;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
button[data-v-25ac2cd8]:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  z-index: 10;
}
.formRow > button[data-v-25ac2cd8] {
  margin: 10px 0;
}
.confirm[data-v-25ac2cd8] {
  background: green;
  color: #fff;
}
.cancel[data-v-25ac2cd8] {
  background: #ac0000;
  color: #fff;
}
.formRow span[data-v-25ac2cd8] {
  display: block;
  color: red;
  clear: both;
}
a[data-v-25ac2cd8] {
  display: block;
  float: right;
}
small[data-v-25ac2cd8] {
  display: block;
  padding: 5px;
  margin: 0;
}


nav[data-v-40f5cba9] {
    height: 44px;
    background: var(--header);
    color: var(--headerTextColor);
    -webkit-app-region: drag;
    -webkit-user-select: none;
}
.inner[data-v-40f5cba9] {
    min-width: 400px;
    display: flex;
}
.title[data-v-40f5cba9] {
    font-weight: bold;
}
a[data-v-40f5cba9] {
    flex: 0 1 auto;
    transition: all 0.1s ease-in-out 0s;
    color: var(--headerTextColor);
    padding: 10px;
    -webkit-app-region: no-drag;
}
a[data-v-40f5cba9]:hover {
    background: var(--linkColor);
    text-decoration: none;
}
.buttons[data-v-40f5cba9] {
    -webkit-app-region: no-drag;
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
}




:root {
    --header: #000;
    --sidebar: #ddd;
    --main: #eee;
    --modal: #fff;
    --input: #fff;
    --chatBox: #ccc;
    --sidebarHover: #555;

    --textColor: #000;
    --altColor: #333;
    --linkColor: #0084FF;
    --headerTextColor: #fff;

    --borderColor: #444;
    --vh-offset: 0px;
    --linkCard: #fff;
}
html,
body,
.container {
    font-family: 'Noto Sans', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: var(--main);
    color: var(--textColor);
    display: flex;
    flex-direction: column;
    position: relative;
}
a {
    text-decoration: none;
    color: var(--linkColor);
    word-wrap: break-word;
}
.scroll {
    overflow-y: auto;
    flex: 1 1 100vh;
}
* {
    box-sizing: border-box;
    transition: background 0.2s ease-in-out 0s;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: all .3s ease;
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.modal {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    background-color: var(--modal);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
}
.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}
.modal-body {
    margin: 20px 0;
}
.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
    opacity: 0;
}
.modal-leave-active {
    opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .25s ease;
}
.fade-enter, .fade-leave-active {
    opacity: 0
}
.slideLeft-enter, .slideRight-leave-active, .slideRight-leave-to {
    top: 44px;
    bottom: 0;
    position: absolute !important;
    z-index: 30;
    transition: all 0.4s cubic-bezier(.55,0,.1,1);
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.slideLeft-leave-active, .slideRight-enter {
    top: 44px;
    position: absolute;
    transition: all 0.4s cubic-bezier(.55,0,.1,1);
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
input {
    background: var(--input);
    color: var(--textColor);
    border: 1px solid var(--borderColor);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

