body::-webkit-scrollbar {
    width: 9px;
    height: 0px;
    color: #1a1a1a;
}

body::-webkit-scrollbar-thumb {
    cursor: default;
    background: #ffffff70;
}

body::-webkit-scrollbar-thumb:hover {
    background: #ffffffaa;
}

body::-webkit-scrollbar-track {
    background: #ffffff00;
}

#text-input::-webkit-scrollbar {
    width: 9px;
    height: 0px;
    color: #1a1a1a;
}

#text-input::-webkit-scrollbar-thumb {
    cursor: default;
    background: #00000070;
}

#text-input::-webkit-scrollbar-thumb:hover {
    background: #000000aa;
}

#text-input::-webkit-scrollbar-track {
    background: #ffffff00;
}

.d-flex {
    display: flex;
}

.row {
    flex-direction: row;
}

.jc-end {
    justify-content: end;
}

body {
    background-color: #303030;
}

img {
    border: 1px dashed #ffffff;
    cursor: pointer;
}

#tpenxgt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #303030;
    color: #fff;
}

#tools-switch {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

#tools-encode {
    display: none;
    flex-direction: column;
}

#tools-decode {
    display: none;
    flex-direction: column;
    align-items: center;
}

button {
    font-size: 20px;
}

.ios-def-btn {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #0075ff;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    background: #eee;
    font-size: 20px;
}

#text-input {
    width: 80dvw;
    max-width: 500px;
    height: 50dvw;
    max-height: 250px;
    font-size: 20px;
    border-radius: 7px;
    resize: none;
    padding: 20px;
}

#canvas {
    border: 1px dashed #ccc;
}

#download-link {
    display: none;
}

#upload-input {
    width: 90dvw;
    max-width: 500px;
}

#decode {
    display: none;
}

#edit {
    display: none;
}

#decoded-text {
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 50px;
    padding: 20px;
    max-width: 80dvw;
}