.explode-letter {
    position: absolute;
    animation: explode 1s forwards;
    font-size: 16px;
    white-space: pre;
  }

.explode-letter {
    display: inline-block;
    animation: explode 1s forwards;
}

div.glaz:hover {
    fill: orange;
}
div.glaz:active {
    fill: #61d5b7;
}
div.noglaz:hover {
    fill: orange;
}
div.noglaz:active {
    fill: #61d5b7;
}

.glaz {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    /* text-align: -webkit-right; */
    /* position: relative; */
   /*  right: 318px;*/
   /*  top: -1px;*/
    color: #5e5e5e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #bbbbbb;
}

.noglaz {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    /* text-align: -webkit-right; */
    /* position: relative; */
    /* right: 318px;*/
   /*  top: -1px;*/
    color: #5e5e5e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #bbbbbb;
}

.glaz2 {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: -webkit-right;
    position: relative;
    left: -220%;
    top: -1px;
    color: #5e5e5e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #bbbbbb;
}
.noglaz2 {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: -webkit-right;
    position: relative;
    left: -220%;
    top: -1px;
    color: #5e5e5e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	fill: #bbbbbb;
}

#sc1390 {-webkit-text-security: none;}
#ape {-webkit-text-security: circle;}
/*#ape2 {-webkit-text-security: circle;}*/

div#chekglaz2 {
    position: relative;
    left: -12%;
    top: 0px;
}

div#chekglaz {
    /* display: inherit; */
    margin-left: 10px;
}


div.glaz2:hover {
    fill: orange;
}
div.glaz2:active {
    fill: #61d5b7;
}
div.noglaz2:hover {
    fill: orange;
}
div.noglaz2:active {
    fill: #61d5b7;
}

/* div#selecthash {
    margin-bottom: 10px;
} */

svg#svgp {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #9098A9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

select {
    /* padding: 10px; */
    /* width: max-content; */
    border-radius: 7px;
    border-width: 2px;
    border-color: #dfdfdf;
    font-size: 16px;
    appearance: none;
    /* outline: 0; */
    /* border: 0; */
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    /* color: #fff; */
    /* background-color: #f1f1f1; */
}

.select {
position: relative;
    display: flex;
    width: 15em;
    height: 2.9em;
    border-radius: 0.22em;
    overflow: hidden;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
   /* padding: 1em;*/
    /* background-color: #34495e; */
    transition: .25s all ease;
	padding: 14px 14px 14px 14px;
    pointer-events: none;
    color: #bbbbbb;
}
.select:hover::after {
color: orange;
}
.select:active::after {
color: #61d5b7;
}
.select:focus::after {
color: #61d5b7;
}
select#sel-selecthash:focus {
    border-color: #bbbbbb;
    border-width: 2px;
    border-style: solid;
    outline: none;
}

text.st2 {
    font-family: YS Text, Helvetica, Arial, sans-serif;
}

/* div#count {
    font-size: 10px;
    color: #d0d0d0;
    user-select: none;
} */

/* .count_and_eye {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    position: absolute;
} */

.rusentexttranslittext {
    display: block;
}

.raskladkaenrus {
    display: block;
    min-height: inherit;
    max-height: inherit;
    height: calc(100% - 10px);
}


.raskladkaenrus textarea#input {
    width: 100%;
    min-width: 10%;
    resize: none;
    max-height: inherit;
    min-height: inherit;
	height: 200px;
    display: block;
}

.raskladkaenrustwo {
    display: block;
    max-height: inherit;
    height: calc(100% - 10px);
}

.raskladkaenrustwo textarea#output {
    width: 100%;
    min-width: 10%;
    resize: none;
    box-sizing: content-box;
    border-color: #acd8fc;
    min-height: inherit;
    max-height: inherit;
	height: 200px;
    display: block;
}
.bbuttonraskladkaenrus {
    display: block;
}

.icon-gena101ru-str button#genabbut {
    margin-top: calc(100% - -5px);
	padding: 5px 5px 5px 5px;

}

textarea#output::selection {
    background: hsl(199deg 98% 48% / 8%);
}
textarea#output:focus {
    box-shadow: 0 0 10px #d6eaff;
    border-width: 2px;
    border-color: #acd8fc;
}


.animated-text {
    position: absolute;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333;
    white-space: pre-wrap;
}

.count_and_eye_start {
    display: flex;
    justify-content: flex-end;
    margin-right: 80px;
    position: relative;
    top: 20px;
}

div#count {
    font-size: 10px;
    color: #d0d0d0;
    user-select: none;
}

@keyframes explode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--translate-x), var(--translate-y)) scale(2);
    }
}


@media screen and (max-width : 752px) {
	.icon-gena101ru-str button#genabbut {margin-top: 5px; padding: 5px 5px 3px 8px;}
    .icon-gena101ru-str button#genabbut svg {-webkit-transform: rotate(90deg); transform: rotate(90deg);}
	.raskladkaenrustwo textarea#output {min-height: 40px;height: 150px;}
	div#selecthash {margin-bottom: 10px;}
    .count_and_eye_start {display: flex;justify-content: flex-end;margin-right: 4%;}
    /* .count_and_eye {margin-top: 7%;} */
}
