* {
    box-sizing: border-box;
}

body {
    background-color: #222;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    display: flex;
    min-height: 100vh;
    margin: 0 auto;
    padding: 5%;
    color: #fff;
}

label {
    color: #bbb;
}

#pointslabel {
    margin-top: 0.5rem;
}

.options {
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.optionslite {
    display: flex;
    flex-direction: column;
	max-width: 20rem;
	margin: 0 auto;
}

select {
    background-color: #333;
    border: 1px solid #444;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

option {
    background-color: #333;
    color: #fff;
    padding: 0.5rem;
	font-size: 1rem;
}

input {
    width: 100%;
}

myspace {
	display: block;
	width: 100%;
}

button {
    background-color: #333;
    border: 1px solid #444;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: .5rem;
    cursor: pointer;
}

rowspace {
    display: flex;
    justify-content: space-between;
	width: 100%;
    min-width: 20rem;
}

.voices, .pointsselect {
    width: 80%;
}

#settingsbutton, #pointstype {
	width: 16%;
    margin-bottom: 1rem;
}

#setsavepath {
	width: 16%;
    margin-bottom: 1rem;
    margin-top: .8rem;
}

#savebutton {
	width: 100%;
    margin-bottom: 1rem;
    margin-top: .8rem;
}

@media screen and (max-width: 1000px) {
    body {
        flex-direction: column;
        align-items: center;
    }

    textarea {
        width: 100%;
    }
}

#file-input-lex {
  display: none;
}

#file-input {
  display: none;
}

#dop-settings-label {
    height: 39px;
    line-height: 39px; 
	text-align: center;
	cursor: pointer;
}

#left-label {
    padding-bottom: .9rem;
	text-align: center;
	width: 48%;
	display: inline-block;
}

#right-label {
    padding-bottom: .9rem;
	text-align: center;
	width: 48%;
	display: inline-block;
	float: right;
}

#file-button-lex {
	width: 48%;
	display: inline-block;
}

#file-button {
	width: 48%;
	float: right;
	display: inline-block;
}

#text-area {
    background-color: #333;
    border: 1px solid #444;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 1rem;
    resize: vertical;
    min-height: 55vh;
    color: #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-grow: 1;
}

#stat-area {
    background-color: #222;
    border: 0 solid #222;
	font-family: monospace;
    font-size: .9rem;
    line-height: inherit;
    padding: 1rem;
    resize: vertical;
    min-height: 28vh;
    color: #999;
    flex-grow: 1;
    border: none;
	outline: none;
    cursor: default;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #222;
}

#text-area::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}

#text-area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #222;
}

#text-area::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #333;
}

::-webkit-resizer {
  display: none;
  background-color: #222;
}

#text-area::-webkit-resizer {
  display: none;
  background-color: #333;
}

#is-lexx {
    color: inherit;
    text-decoration: none;
}

.checkbox-wrapper-2 .checkbox-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkbox-wrapper-2 .ikxBAC {
  appearance: none;
  background-color: #444;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
  background-color: #aaa;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
  cursor: pointer;
}

.checkbox-wrapper-2 .ikxBAC:hover {
  background-color: #555;
  transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
  background-color: #0d6efd;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
  background-color: #fff;
  left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
  outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
  background-color: #0b5ed7;
}