@font-face { font-family: "Google Sans"; src: url("./4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Google Sans"; src: url("./4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2") format("woff2"); font-style: normal; font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Google Sans"; src: url("./4UaRrENHsxJlGDuGo1OIlJfC6m-ktrhBK1Yo0862vgCI.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; src: url("./KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; src: url("./KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* Light Mode :root */

:root {
    --l0: #f6f8fc;
    --l1: #ffffff;
    --l2: #eaf1fb;
    --l3: #5f6368;

    --l-search-inner: #5e5e5e;
    --l-svg: #444746;
    --l-primary-tab: #0b57d0;

}


/* Dark Mode :root */

:root {
    --d0: #141415;
    --d1: #202020;
    --d2: #212224;
    --d3: #5e6368;

    --d-search-inner: hsl(0, 0%, 37%);
    --d-svg: hsl(160, 2%, 73%);
    --d-primary-tab: #0b57d0;
}

::placeholder {
    color: white;
    text-transform: none;
}

:disabled::placeholder {
    color: rgb(62, 62, 62);
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    overflow: hidden;
}

p.bold, div.author {
    color: black;
}

body {
    background: var(--l0);
    width: 100vw;
    height: 100vh;
    display: flex;
}

span.highlighted {
    color: black !important;
    font-weight: 900;
}

body.dark span.highlighted {
    color: white !important;
    font-weight: 900;
}

div.fakesidebar {
    width: 68px;
    height: 100%;
    background: var(--l2);

    display: flex;
    align-items: center;
    flex-direction: column;
}

div.fakesidebar > div.hamburger:hover {
    border-radius: 50%;
    background-color: rgba(60,64,67,.08);
}

div.fakesidebar > div.hamburger {
    margin: 0;
    margin-top: 8px;
    box-sizing: content-box;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-outline-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    padding: 12px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    height: 24px;
    width: 24px;
    -moz-user-select: none;
    flex: 0 0 auto;
    margin-bottom:30px;
}

div.fakesidebar > div.item {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: content-box;
    margin-right: -2px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 2px;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .75rem;
    letter-spacing: normal;
    color: #444746;
    cursor: pointer;
    font-weight: 400;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 16px;
    text-align: center;
    word-break: break-word;
}

div.fakesidebar > div.item > div.icon {
    box-sizing: content-box;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #202124;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding-left: 0;
    padding-right: 16px;
    text-shadow: none;
    cursor: pointer;
    -moz-border-radius: 22px;
    border-radius: 22px;
    height: 30px;
    margin-left: 12px;
    position: relative;
    width: 44px;
}

div.fakesidebar > div.item > div.icon::before {
    box-sizing: content-box;
    background-image: url('../image/mail_fill_baseline_p900_20dp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 14px;
    content: "";
    -moz-box-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px;
    margin-right: 18px;
    width: 20px;
}

div.fakesidebar > div.item > div.icon::after {
    border-radius: 22px;
    box-sizing: content-box;
    content: "";
    height: 30px;
    position: absolute;
    transform: scale(0);
    transition: all 300ms;
    width: 44px;
}
 
div.fakesidebar > div.item > div.iconinfo::before {
    background-image: url('../image/info.png');
}
div.fakesidebar > div.item > div.iconpatch::before {
    background-image: url('../image/patchNotes.png');
}


div.tbody {
    width: calc(100% - 85px);
    height: 100%;
}

div.tbody > div.header {
    height: 64px;
    padding: 8px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: -ms-min-content;
    min-width: min-content;

    background: var(--l0);
}

div.tbody > div.header > div.logoHolder {
    margin-top: 2px;
    min-width: 238px;
    height: 48px;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.tbody > div.header > div.logoHolder > a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-left: 0;
    padding-left: 14px;
    position: relative;
    top: 2px;
    -moz-user-select: -moz-none;
}

div.tbody > div.header > div.searchHolder {
    padding: 0 10px;
    max-width: 100%;
    flex: 1 1 auto;
}

div.tbody > div.header > div.searchHolder > div.search {
    box-sizing: content-box;
    border: 1px solid transparent;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 46px;
    margin-right: auto;
    max-width: 720px;
    position: relative;
    background: var(--l2);
}

div.tbody > div.header > div.searchHolder > div.search > div.magnify:hover svg, div.tbody > div.header > div.searchHolder > div.search >  div.hamburger:hover svg {
    border-radius: 50%;
    background-color: rgba(60,64,67,.08);
}

div.tbody > div.header > div.searchHolder > div.search > div.magnify {
    box-sizing: content-box;
    padding: 0 5px;
    background: none;
    border: none;
    outline: none;
    padding: 0 5px;
    line-height: 0;
    float: left;
    position: absolute;
    top: 0;
    cursor: pointer;
}

div.tbody > div.header > div.searchHolder > div.search > div.hamburger {
    box-sizing: content-box;
    padding: 0 5px;
    background: none;
    border: none;
    outline: none;
    padding: 0 5px;
    line-height: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

div.tbody > div.header > div.searchHolder > div.search > div.search-inner {
    height: 100%;
    margin: 0 56px;
    font: normal 16px Google Sans,Roboto,Helvetica,Arial,sans-serif;
    display: flex;
    align-items: center;
    color: var(--l-search-inner);
    user-select: none;
    cursor: text;
}

div.tbody > div.header > div.searchHolder > div.search svg {
    box-sizing: content-box;
    padding: 8px;
    margin: 3px;
    color: var(--l-svg);
}

div.tbody > div.inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: transparent;
    height: 100%;
}

div.tbody > div.inner > div.sidebar {
    min-width: 256px;
    position: relative;
    background: var(--l0);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 256px;
    width: 100%;
    overflow: visible;
    align-items: baseline;
}

div.tbody > div.inner > div.sidebar > div.compose {
    cursor: pointer;
    transition: box-shadow .08s linear,min-width .15s cubic-bezier(0.4,0,0.2,1);
    box-shadow: unset;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
    align-items: center;
    background-color: #c2e7ff;
    background-image: none;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #001d35;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    height: 56px;
    min-width: 48px;
    overflow: hidden;
    padding: 0 24px 0 0;
    text-transform: none;
    margin: 8px 0 16px;
    margin-left: 12px;
    
    user-select: none;
}

div.tbody > div.inner > div.sidebar > div.compose::before {
    background-image: url('../image/create_black_24dp.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    min-width: 52px;
}

div.tbody > div.inner > div.sidebar > div.compose:hover {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302),0 4px 8px 3px rgba(60,64,67,0.149);
}

div.tbody > div.inner  > div.sidebar > div.inboxtabs {
    overflow: visible;
    white-space: nowrap;
    width: 93%;
    margin-left: 12px;
    box-sizing: content-box;
}

div.tbody > div.inner  > div.sidebar > div.inboxtabs > div.tab {
    cursor: pointer;
    border-radius: 16px;
    background: #d3e3fd;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding: 0 12px 0 16px;
    transition: margin .15s cubic-bezier(0.4,0,0.2,1),padding .15s cubic-bezier(0.4,0,0.2,1);
}



div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.icon {
    margin-right: 16px;
}

div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.icon::before {
    background-image: url('../image/inbox_fill_baseline_p900_20dp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    content: "";
    display: block;
}

div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.tabinner {
    font-weight: bold;
    color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1 1 0;
    flex: 1 1 0;
    line-height: 20px;
    color: #202124;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    user-select: none;
}

div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.tabinner > div.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    margin-right: auto;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
    color: #202124;
    text-shadow: none;
    font-weight: bold;
}

div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.tabinner > div.amount {
    -moz-osx-font-smoothing: auto;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .75rem;
    letter-spacing: normal;
    color: #202124;
    display: block;
    margin-left: auto;
    padding-left: 16px;
    text-shadow: none;
}

div.tbody > div.inner > div.hold {
    background: var(--l1);
    border-radius: 16px;
    box-flex: 1;
    flex-grow: 1;
}

div.tbody > div.inner > div.hold > div.topbar {
    display: flex;
    height: 56px;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
}

div.tbody > div.inner > div.hold > div.topbar > div.primary {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 253px;
    position: relative;
    color: var(--l-primary-tab);

    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    user-select: none;
    cursor: pointer;
}

div.tbody > div.inner > div.hold > div.topbar > div.primary:hover {
    background-color: rgba(68,71,70,0.059);
}

div.tbody > div.inner > div.hold > div.topbar > div.primary::before {
    background: var(--l-primary-tab);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 8px;
    position: absolute;
    right: 0;
}

.hamburger { 
    color: black;
}

div.tbody > div.inner > div.hold > div.topbar > div.primary.unselected {
    color: #444746;
}

div.tbody > div.inner > div.hold > div.topbar > div.primary.unselected::before {
    background: transparent;
}

div.tbody > div.inner > div.hold > div.topbar > div.primary > div.icon {
    flex-shrink: 0;
    height: 20px;
    margin: 0 16px;
    width: 20px;
    background-image: url('../image/inbox_fill_baseline_p600_20dp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

div.tbody > div.inner > div.hold > div.mail {
    height: 100%;
    overflow: scroll;
}

div.tbody > div.inner > div.hold > div.mail > div.email {
    padding-bottom: 10px;
    padding-top: 10px;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    user-select: none;
    cursor: pointer;
}

div.tbody > div.inner > div.hold > div.mail > div.email:hover {
    z-index: 2;
    box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0,0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}

div.tbody > div.inner > div.hold > div.mail > div.email > div.author {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 168px;
    min-width: 168px;
    max-width: 168px;
    padding-left: 0;
    padding-right: 32px;
    box-sizing: content-box;
}

div.tbody > div.inner > div.hold > div.mail > div.email > div.checkbox {
    margin-left: 3px;
    box-sizing: content-box;
    background: none;
    -moz-box-ordinal-group: 0;
    order: 0;
    padding: 0 10px 0 13px;
    position: relative;
    width: 20px;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 20px;
    height: 20px;
}

div.tbody > div.inner > div.hold > div.mail > div.email > div.checkbox::before {
    bottom: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-image: url('../image/drag_indicator_black_20dp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    display: block;
    left: -2px;
    opacity: 0;
    position: absolute;
}

div.tbody > div.inner > div.hold > div.mail > div.email > div.checkbox > div.checkbox2 {
    background-image: url('../image/check_box_outline_blank_baseline_nv700_20dp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 0;
    opacity: 0.32;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    margin: 0;
    width: 20px;
}

div.tbody > div.inner > div.hold > div.mail > div.email > div.checkbox > div.checkbox2::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    z-index: -1;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
    background: none;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0);
    transition-property: transform,opacity;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
}

div.email > div.checkbox > div.checkbox2::after {
    height: 40px;
    width: 30px;
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
}

div.email div.message {
    width: calc(100% - 256px);
}

div.email > div.message > p.bold, p.message {
    display: inline;
}

div.email p.bold, div.author {
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
    font-weight: 700;
}

div.email > div.message > p.message {
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
    color: var(--l3);
}

div.checkbox2 {
    opacity: 1;
}

div.attachments {
    display: flex;
    min-height: 35px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-top: 7px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
}

div.attachment {
    align-items: center;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 0 0 1px rgba(100,121,143,0.302);
    box-shadow: inset 0 0 0 1px rgba(100,121,143,0.302);
    box-sizing: border-box;
    color: #5f6368;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding: 0 12px;
    margin-right: 8px;
    max-width: 160px;
    min-width: 64px;
}

div.attachment > img {
    height: 16px;
    margin-right: 8px;
    width: 16px;
    -moz-box-flex: 0 0 16px;
    flex: 0 0 16px;
}

div.attachment.red-select > img {filter: unset;}
div.attachment.ylw-select > img {filter: hue-rotate(59deg) brightness(2);}
div.attachment.grn-select > img {filter: hue-rotate(90deg) brightness(2);}
div.attachment.blu-select > img {filter: hue-rotate(217deg) brightness(2);}
div.attachment.blk-select > img {filter: saturate(0) grayscale(1);}
div.attachment.startbtn {font-weight:bold;}

div.attachment > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: normal;
}

div.attachment:hover {
    background-color: rgba(128, 134, 139, 0.19);
}

div.joinDialogueBG,
div.createDialogueBG,
div.spectateDialogueBG {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    background: rgba(0,0,0,40%);
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

div.joinDialogue,
div.createDialogue,
div.spectateDialogue {
    font-family: Roboto;
    border-radius: 1rem;
    background: #191919;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    aspect-ratio: 6/5;
    max-width: 700px;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(5px);
    border: 10px solid white;
}

div.tbody > div.joinDialogueBG.opened,
div.tbody > div.createDialogueBG.opened,
div.tbody > div.spectateDialogueBG.opened {
    animation: 0.2s ease-in-out forwards openJoin;
}

div.tbody > div.joinDialogueBG.closed,
div.tbody > div.createDialogueBG.closed
div.tbody > div.spectateDialogueBG.closed {
    animation: 0.2s ease-in-out forwards closeJoin;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.header,
div.tbody > div.createDialogueBG > div.createDialogue > div.header,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    padding-top: 10px;
    height: 20%;
    background: black;
    color: white;
    user-select: none;
    padding-bottom: 10px;
    box-sizing: content-box;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput {
    position: relative;
    height: 80%;
    padding: 10px;
    background: dark;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.inputs,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.inputs,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.inputs {
    position: absolute;
    display: flex;
    top: 10px;
    width: calc(100% - 20px);
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.inputs > input,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.inputs > input,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.inputs > input {
    text-align: center;
    border: none;
    padding: 12px 9px;
    margin: 5px;
    border-radius: 5px;
    font-size: 2rem;
    font-family: Roboto;
    font-weight: 900;
    background: #333;
    color: white;
}

div.joinDialogueBG input::placeholder,
div.createDialogue input::placeholder,
div.spectateDialogueBG input::placeholder {
    color: white;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.inputs > input[type='text'][placeholder='Game Code']
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.inputs > input[type='text'][placeholder='Game Code'] {
    text-transform: uppercase
}

div.createDialogue p {
    margin: 5px;
    font-weight: 900;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.inputs > input[type='text']:disabled,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.inputs > input[type='text']:disabled,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.inputs > input[type='text']:disabled {
    cursor: not-allowed;
    background: #292929;
    color: black;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 10px;
    width: calc(100% - 20px);
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons > button,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons > button,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons > button {
    border: none;
    background: #333;
    padding: 12px 9px;
    width: 50%;
    margin: 5px;
    border-radius: 5px;
    color: black;
    font-family: Roboto;
    font-weight: 900;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.2s ease-in-out background;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons > button:not(:disabled):hover, 
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons > button:not(:disabled):hover, 
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons > button:not(:disabled):hover {
    background: #a0a0a0;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons > button.join:disabled,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons > button.create:disabled,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons > button.join:disabled {
    cursor: not-allowed;
    color: #606060;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons > button.join:enabled,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons > button.create:enabled,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons > button.create:enabled {
    background: #6fb2de;
}

div.tbody > div.joinDialogueBG > div.joinDialogue > div.innerInput > div.buttons > button.join:enabled:hover,
div.tbody > div.createDialogueBG > div.createDialogue > div.innerInput > div.buttons > button.create:enabled:hover,
div.tbody > div.spectateDialogueBG > div.spectateDialogue > div.innerInput > div.buttons > button.create:enabled:hover {
    background: #8cc1e4;
}

@keyframes openJoin {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes closeJoin {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

body.dark,
body.dark > div.tbody > div.header,
body.dark > div.tbody > div.inner > div.sidebar 
{
    background: var(--d0);
}

body.dark > div.tbody > div.inner > div.hold {
    background: var(--d1);
}

body.dark > div.fakesidebar,
body.dark > div.tbody > div.header > div.searchHolder > div.search {
    background: var(--d2);
}

body.dark > div.tbody > div.inner > div.hold > div.mail > div.email,
body.dark > div.tbody > div.inner > div.hold > div.topbar > div.primary.unselected,
body.dark > div.fakesidebar > div.hamburger, 
body.dark > div.tbody > div.inner > div.hold > div.mail > div.email > div.message > div.attachments > div.attachment > span,
body.dark > div.fakesidebar > div.item,
body.dark > div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.tabinner > div.amount, 
body.dark > div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.tabinner > div.name,
body.dark div.author,
body.dark p.bold
{
    color: white !important;
}

body.dark > div.tbody > div.inner > div.hold > div.mail > div.email:hover {
    box-shadow: inset 1px 0 0 #424242,inset -1px 0 0 #424242,0 1px 2px 0 rgba(134, 134, 134, 0.3),0 1px 3px 1px rgba(119, 119, 119, 0.15);
}

body.dark > div.tbody > div.inner > div.hold > div.mail > div.email:hover > div.checkbox > div.checkbox2 {
    filter: brightness(1000%);
}

body.dark > div.tbody > div.inner > div.hold > div.mail > div.email > div.message > p.message {
    color: var(--d3);
}

body.dark > div.tbody > div.header > div.searchHolder > div.search > div.search-inner {
    color: var(--d-search-inner);
}

body.dark > div.tbody > div.header > div.searchHolder > div.search svg {
    color: var(--d-svg);
}

body.dark > div.tbody > div.inner > div.hold > div.topbar > div.primary,
body.dark > div.tbody > div.inner > div.hold > div.topbar > div.primary::before {
    color: var(--d-primary-tab);
}

body.dark > div.tbody > div.inner > div.hold > div.topbar > div.primary.unselected > div.icon,
body.dark > div.fakesidebar > div.item > div.icon::before,
body.dark > div.tbody > div.inner > div.sidebar > div.compose::before {
    filter: invert();
}

body.dark > div.fakesidebar > div.item > div.icon.mail::before {
    filter: contrast(200%) grayscale(100%) invert(100%) !important
}

body.dark > div.tbody > div.inner > div.sidebar > div.compose {
    background: #173c54;
    color: white;
}

body.dark > div.tbody > div.inner > div.sidebar > div.compose::before
body.dark > div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.icon::before {
    filter: invert(1);
}

body.dark > div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab {
    background: hsl(217, 91%, 21%);
}

body.dark > div.tbody > div.inner > div.sidebar > div.inboxtabs > div.tab > div.icon::before {
    filter: brightness(10000%)
}

@media screen and (orientation: portrait) {
    div.tbody {
        width: 100%;
    }

    div.fakesidebar {
        display: none;
    }

    div.tbody > div.header {
        display: none;
    }

    div.tbody > div.inner > div.sidebar {
        display: none;
    }
}

div.infoBG,
div.patchBG {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,90%);
    backdrop-filter: blur(15px);
    z-index: 100;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div.infoBG.visible,
div.patchBG.visible {
    display: flex;
}

div.info,
div.patch {
    position: relative;
    overflow-y: scroll;
    font-family: Google Sans;
    width: 90%;
    height: 90%;
    border: 5px solid white;
    border-radius: 15px;
    padding: 10px;
    color: white;
}

div.info button,
div.patch button {
    position: absolute;
    right: 10px;
    height: 45px;
    aspect-ratio: 3/1;
    font-family: Google Sans;
    color: white;
    font-weight: 900;
    background: none;
    border-radius: 5px;
    border: 2px solid white;
    cursor: pointer;
}

div.info a {
    color: #5898ff;
}

ul.info.todo {
    margin-left: 25px;
    overflow: unset;
}

li {
    font-family: Roboto;
    font-weight: 900;
    color: rgb(255, 102, 82);
    overflow: unset;
}

div.patch button {
    z-index: 20;
}

div.patchVersion {
    position: relative;
    margin-bottom: 60px;
    padding-top: 20px;
}

div.patchVersion::before {
    content: '';
    width: 400px;
    height: 1px;
    top: 0;
    left: 0;
    background: rgba(255,255,255,20%);
    position: absolute;
}