html {
    -ms-user-select: none; /*Edge*/
    user-select: none;
}

br {
    user-select: none;
}

body { 
    overflow: scroll;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 20px;
    line-height: 0.6;
    background-color: rgb(90, 233, 116); /* rgb(141, 224, 178) */
    padding: 8px
}

.no-wrap {
    white-space: nowrap;
}

.hlines {
    position: absolute;
    top: -4000000000px;
    left: -4000000000px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.vh {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    white-space: nowrap;
}

#cv_op {
    position: absolute;
    top: 22000px;
    left: 0px;
    width: 800px;
    height: 800px;
    border: none;
    background-color: #ffffff;
    display: none;
    z-index: 9000;
}

#calcback {
    position: absolute;
    top: 42px;
    left: 4px;
    width: 100px;
    height: 100px;
    background-color: rgb(118, 125, 112); /* rgb(180, 190, 170) */
    border: 0px solid #4d1dcf;
    border-radius: 40px;
    color: #ca2773;
    display: none;
    z-index: -888999000;
}

#cv_show {
    position: absolute;
    width: -44555px;
    height: -44555px;
    background-color: rgb(118, 125, 112); /* rgb(180, 190, 170) */
    border: 8px solid rgb(90, 233, 116);/*rgb(118, 125, 112);*/
    border-radius: 16px;
    display: none;
    z-index: 25;
}

#img_calculator {
    position: absolute;
    top: 100000px;
    left: 0px;
    display: none;
    z-index: 330000;
}
#img_formulas {
    position: absolute;
    top: 140000px;
    left: 0px;
    display: none;
    z-index: 329000;
}
#img_number_garden {
    position: absolute;
    top: 180000px;
    left: 0px;
    display: none;
    z-index: 328000;
}
#img_showcase {
    position: absolute;
    top: 220000px;
    left: 0px;
    display: none;
    z-index: 327000;
}

.num_ud {
    color: rgb(3, 3, 41);
    background: #eee0eb;
    font-weight: bold;
    padding: 5px;
    border-style: groove;
    font-family: Arial, Helvetica, sans-serif;
    border: 4px solid #000000;
    border-radius: 10px;
}

#view_cv_00 {
    position: absolute;
    top: 120px;
    left: -120000px;
    width: 360px;
    height: 360px;
    border: 12px solid #000;
    background-color: #f0f0f0;
    display: none;
    z-index: 2100;
}
#butup_cv_00 {
    position: absolute;
    top: 20px;
    left: -120000px;
    width: 150px;
    height: 50px;
    background-color: #4CAF50;
    color: rgb(0, 0, 0);
    border: none;
    clip-path: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: nowrap;
    display: none;
    z-index: 2200;
}
#butup_cv_00 span {
    display: inline-block;
    transform: rotate(270deg);
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#butdown_cv_00 {
    position: absolute;
    top: -120000px;
    left: 20px;
    width: 150px;
    height: 50px;
    background-color: #c3c789;
    color: rgb(0, 0, 0);
    border: none;
    clip-path: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: nowrap;
    display: none;
    z-index: 2300;
}
#butdown_cv_00 span {
    display: inline-block;
    transform: rotate(270deg);
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#text_cv_00{
    position: absolute;
    top: 220px;
    left: -120000px;
    width: 145px;
    height: 50px;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    background-color: #c6dacb;
    color: rgb(12, 21, 143);
    border: 4px solid rgb(221, 79, 54);
    border-radius: 999999988px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: nowrap;
    display: none;
    z-index: 2400;
}

.linkstyle {
    position: absolute;
    top: -100000px;
    left: -100000px;
    width: 20px;
    height: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(54, 226, 31);
    background-color: #007BFF;
    border-radius: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    white-space: nowrap;
    z-index: 33
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    transform: scale(1.5);
    z-index: 11000;
}

[class^="input-group"] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
[class^="input-group"] input {
    margin-left: 10px;
}

[class^="output-group"] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
[class^="output-group"] input {
    margin-left: 10px;
}
   
[class^="set-group"] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
[class^="set-group"] input {
    margin-left: 10px;
}

[class^="chb-group"] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    user-select: none;
}
[class^="chb-group"] input {
    margin-left: 10px;
}

.zeta-output {
    background-color: #c9f7d8;
    color: #081f08;
    width: 197px;
    height: 26px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 0 6px;
    border: 3px solid #3ca841;
    border-radius: 5px;
    user-select: text;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translate(8.5px, 2px);
    text-align: left;
    flex-shrink: 0;
    /*overflow: hidden;*/
}

textarea {
    position: absolute;
    top: 100000px;
    left: 8px;
    width: 200px;
    height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
    resize: none;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #f7b591;/*#f7b591*/
    color: rgb(0, 0, 0);
    border: 8px solid #062f7a;
    border-radius: 20px;
    z-index: 200;
}

#but_wrap {
    position: absolute;
    left: 8px;
    width: 323px;
    height: 114px;
    overflow-x: hidden;
    overflow-y: hidden;
    resize: none;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #f7b591;/*#f7b591*/
    color: rgb(0, 0, 0);
    border: 8px solid #062f7a;
    border-radius: 20px;
    white-space: nowrap;
    display: none;
    z-index: 999999999999;
}
