body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.toggles {
    position: absolute!important;
    left: 15px;
    top: 5px;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0.25em;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.0);
}
::-webkit-scrollbar-thumb {
    background-color: darkgray;
    outline: 1px solid darkgray;
}

textarea {
    position: absolute;
    z-index: 2;
    color: white !important;
    background-color: transparent !important;
    margin: 0;
    overflow-y: auto!important;
    height: 100%;
    resize: none;
    padding: 15px !important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    font: 14px 'Roboto', sans-serif;
    letter-spacing: 1px !important;
    box-sizing: border-box;
}

#typespace {
    padding-left: 0em!important;
    padding-bottom: 0em!important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.backdrop {
    z-index: 1;
    position: absolute;
    overflow: auto;
    background-color: transparent;
}

textarea:focus {
    outline: none;
    border: 0;
}

.highlights {
    white-space: pre-wrap;
    word-wrap: break-word;
    color: transparent;
}

.count {
    z-index: 25;
    position: fixed;
    bottom: 0.75%;
    right: 0.75%;
}

.typing {
    z-index: 25;
    position: fixed;
    bottom: 0.75%;
    left: 20.075%;
}

#wpTypers {
    opacity: 0.75;
}

.post,
.context,
.countText {
    cursor: pointer;
}

li.context {
    margin: 0em !important;
}

pre {
    white-space: pre-wrap;
}

mark {
    margin: 0px;
    padding: 1.5px;
    border-radius: 1px;
    color: transparent;
}

mark.tip {
    background-color: #3298dc;
}

mark.warning {
    background-color: #c9302c;
}

.hidden {
    display: none;
}

#changesButton,
.characterName {
    cursor: pointer;
}

.accordion {
    cursor: pointer;
}

.context-menu {
    display: none;
    z-index: 5000;
    position: absolute;
}

.suggestion {
    display: none;
    z-index: 2000;
    position: absolute;
}

.suggestions {
    cursor: pointer;
}

.invis {
    opacity: 0;
}

/* Theme Adjustments */
body.is-nuclear .modal-background {
    background-color: rgba(0, 0, 0, 0.192);
}

.tab-content,
.card-content {
    padding: 0px 20px 20px 20px;
}

.toast {
    opacity: 1 !important;
}

#toast-container>div {
    opacity: 1 !important;
    box-shadow: none !important;
}

hr {
    margin: 0.75rem 0 !important;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.halloween-cover {
    position: fixed;
    top: -10px;
    right: -10px;
    z-index: 50;
    overflow: hidden;
    height: 275px;
    pointer-events: none;
    opacity: 0.25;
}

.holiday-cover {
    position: fixed;
    bottom: -0.1em;
    right: -0.5em;
    z-index: 50;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.1;
    height: 275px;
}

#draggable {
    z-index: 4000;
    width: 25em; 
    height: fit-content;
    padding: 0em;
    position: absolute;
    border: 1px white;
    bottom: 10%;
    right: 10%;
}

.dropdown-menu,.dropdown-content {
    z-index: 1500!important;
}

.button.is-warning[disabled],.button.is-danger[disabled],.button.is-info[disabled] {
    background-color: transparent;
}

.hideToStart { 
    visibility: hidden;
}
