  .explode-letter {
    position: absolute;
    animation: explode 1s forwards;
    font-size: 16px;
    white-space: pre;
  }

#sc1390 {-webkit-text-security: none;}
#ape {-webkit-text-security: circle;}

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 {
    border-radius: 7px;
    border-width: 2px;
    border-color: #dfdfdf;
    font-size: 16px;
    appearance: none;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
}

.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;
    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-encryption:focus {
    border-color: #bbbbbb;
    border-width: 2px;
    border-style: solid;
    outline: none;
}

text.st2 {
    font-family: YS Text, Helvetica, Arial, sans-serif;
}

.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;
    background: aliceblue;
    border-color: #def0ff;
    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 #719ece;
    border-width: 2px;
    border-color: #c7ffd0;
}


.animated-text {
    position: absolute;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333;
    white-space: pre-wrap;
}

@keyframes explode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--translate-x), var(--translate-y)) scale(2);
    }
}

.explode-letter {
    display: inline-block;
    animation: explode 1s forwards;
}

.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;
}


/* *************************** */
@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);}
	.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%;} */
}
