body {
    background-image: url('./app-theme/desketop-background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 650px;
    height: 110vh;
    padding: 0px 0px;
    margin: 0px 0px;
    flex-direction: column;
    color: #50A000;
    font-size: 15px;
}
@media only screen and (max-width: 1024px) and (max-aspect-ratio: 21/9) {
  body {
    background-image: url('./app-theme/phone-background.jpg');
  }
  #float {
    transform: translate(-50%, -45%);
  }
}
body:not(.no-center, #nav) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 650px;
    height: 90%;
    overflow: auto;
    overflow-y: scroll;
    z-index: 1;
    padding: 2%;
    align-items: inherit;
    text-align: left;
    justify-content: inherit;
    display: block;
}
.output_box {
    outline: 2px solid green;
    height: auto;
    min-height: 320px;
    max-height: 680px;
    overflow-y: scroll;
    padding: 8px 8px;
    background-color: #282c34 !important;
    border-radius: 2px;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #3635358f;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
#nav {
    text-align: left;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    overflow: hidden;
    padding-bottom: 5px;
    z-index: 2;
}
.dev_button {
    padding-left: 20px;
}
.tt h3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    color: #CA502A;
    margin: auto 0px;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 1%;
}
.tt h5 {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: right;
    color: darkgreen;
    margin: 0px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tt {
    color: #DBB531
}
.tt p {
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: auto;
    margin: auto 0px;
    height: auto;
    z-index: -1;
    padding-left: 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tt p#last {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
body h1 {
    margin-bottom: 5px;
}
form {
    background-color: #CBFF97;
    color: #4D9A00 !important;
    border-radius: 2px;
}
textarea, input, select, button {
    border: 2px solid #505050;
    color: #A8A8A8;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 3px;
    border-radius: 2px;
}
input[type="checkbox"]: unchecked,
input[type="checkbox"]: checked {
    border: 2px solid #505050;
    color: #A8A8A8;
    background-color: #353535;
    border-radius: 3px;
    border-radius: 2px;
}
input[type="checkbox"]: label {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
}
body h1 {
    text-align: center;
}
.generator {
    outline: 2px solid green;
    padding: 14px 28px;
    background-color: #30332C;
    color: #58B74D;
}
.generator_error {
    outline: 3px solid darkred;
    padding: 5px 10px;
    top: 5px;
    background-color: #B89827;
    text-align: center;
    border-radius: 6px;
    color: #AC0007;
}
.box1 {
    border: 2px solid #505050;
    top: 1px;
    padding: 10px 12px;
    border-radius: 10px;
    min-height: 80px;
    background-color: #1B1B1B;
}
.box2 {
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    color: skyblue;
}
.box3 {
    outline: 2px solid darkgray;
    top: 1px;
    padding: 5px 6px;
    border-radius: 6px;
    background-color: #111111;
}
.box4 {
    top: 1px;
    padding: 6px 6px;
    border-radius: 6px;
    background-color: #585858;
}
.box5 {
    text-align: center;
    top: 1px;
    padding: 5px 6px;
    border-radius: 6px;
}
.box5 button {
    padding: 8px 8px;
    border-radius: 4px;
    color: #586C45;
}
.box6 {
    border: 2px solid #505050;
    top: 1px;
    padding: 10px 12px;
    border-radius: 10px;
    min-height: 80px;
    background-color: #1B1B1B;
    text-align: left;
}
.box6 input {
    margin: 0px 0px;
    size: 13px;
}
.box6 input[type="checkbox"] {
    margin: 0px 0px;
    padding-top: -2px;
}
.box6 button {
    margin-top: 4px;
}
.box6 p {
    max-height: 20px;
    margin: 0px 0px;
}
.button_block {
    display: block;
    width: 100%;
    border: none;
    background-color: #04AA6D;
    padding: 14px 28px;
    border: 3px solid #397100;
    border-block-start-color: #197D00;
    border-block-end-color: #156900;
    border-block-end-width: 4px;
    border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #B0DF82;
    font-size: 20px;
    font-weight: bold;
}
.button_block1 {
    width: auto;
    height: 23px;
    border: none;
    background-color: #30332C;
    text-align: center;
    padding: 0px -2px;
    color: #269200;
    font-size: 15px;
    text-decoration: underline;
}
.dev_button1 {
    padding-bottom: none;
    padding-top: 10px;
    padding-left: 1%;
    width: auto;
    height: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: left;
    color: skyblue;
    padding-right: 5%;
    font-size: 15px;
}
.dev_button2 {
    padding-bottom: 10px;
    padding-top: none;
    width: auto;
    height: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: left;
    color: skyblue;
    padding-right: 5%;
    padding-left: 1%;
    font-size: 15px;
}