

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    font-family: 'Fira Mono', monospace;
}

.content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #131313;
    color: var(--color);
    user-select: none;
}
.header {
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: center;
}
.converter {
    display: flex;
    width: 100%;
    height: calc(100% - 110px);
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.converter_container {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    background-color: #131313;
}
.converter_container.top {
    top: -100%;
}
.converter_container.bottom {
    top: 100%;
}

input[type=file] {
    display: block;
	width: 0px;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.options {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.options_title {
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
}
.button, label.like_button {
    display: block;
    width: 144px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 2px solid var(--color);
    outline: 2px solid #131313;
    margin: 13px;
    font-weight: bold;
    transition: all .1s ease;
    cursor: pointer;
}
.button:hover, label.like_button:hover {
    border: 2px solid #131313;
    outline: 2px solid var(--color);
    background-color: var(--color);
    color: black;
}
.button.text_only, label.like_button.text_only {
    margin: .6em;
    display: inline;
    border: none;
    outline: none;
    width: auto;
    height: auto;
    line-height: inherit;
}
.button.text_only:hover, label.like_button.text_only:hover {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--color);
    text-decoration: underline;
}

.karel_editor_container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.karel_editor {
    display: block;
    width: 100%;
    height: 90%;
    max-width: 100%;
    max-width: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.karel_editor::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.karel_editor::-webkit-scrollbar-track {
    background: var(--color);
    filter: brightness(.4);
}

.karel_editor::-webkit-scrollbar-thumb {
    background: black;
}

.karel_editor::-webkit-scrollbar-thumb:hover {
    background: #131313;
}

.editor {
    display: block;
    width: calc((69px * 5) + (13px * 4));
    height: calc((69px * 5) + (13px * 4));
    margin: 0 auto;
    border: 8px solid var(--color);
    background-color: black;
}

textarea {
    display: block;
    border: 2px solid var(--color);
    outline: none;
    resize: none;
    width: calc(100% - 34px);
    height: 100%;
    background: #2c2c2c;
    font-size: 87.5%;
    color: var(--color);
    font-family: 'Fira Mono', monospace;
    box-sizing: border-box;
    padding: 8px;
}

.input {
    display: flex;
    width: 377px;
    max-width: 90%;
    height: 55px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.input label {
    display: block;
    flex: 1;
    padding: 8px;
    box-sizing: border-box;
    font-size: 21px;
    line-height: 39px;
    text-align: left;
    width: 50%;
}
.input input, select {
    display: block;
    flex: 1;
    background-color: #2c2c2c;
    outline: none;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid var(--color);
    color: var(--color);
    font-size: 21px;
    line-height: 39px;
    height: 39px;
    width: 50%;
}

.credits {
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: center;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgK_7SodY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgIv7SodY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgKv7SodY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgJf7SodY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgKP7SodY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Mono Regular'), local('FiraMono-Regular'), url(N0bX2SlFPv1weGeLZDtgJv7S.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}