div#idshifrator2 {
    display: flex;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
}

input#idinputshifrator2 {
    margin-left: 10px;
	height: 23px;
}


#sc1390 {-webkit-text-security: none;}
#ape {-webkit-text-security: circle;}
/*#ape2 {-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 {
    /* 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-encryption: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;
    /* text-align: -webkit-right; */
    /* position: relative; */
    /* left: -16%; */
    /* top: 0px; */
    color: #d0d0d0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.count_and_eye {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    position: absolute;
}
.rusentexttranslittext {
    display: block;
    /* width: 100%; */
    /* height: 95%; */
    /* flex-wrap: nowrap; */
}
.textraskladka {
    display: block;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.raskladkablock1 {
	display: block;
    width: 100%;
}
.raskladkablock3 {
	display: block;
    width: 100%;
    margin-top: 10px;
}

.raskladkaenrus {
    display: block;
    min-height: inherit;
    max-height: inherit;
    height: calc(100% - 10px);
}


.raskladkaenrus textarea#input {
    width: 100%;
    /* max-width: 40%; */
    min-width: 10%;
    resize: none;
    max-height: inherit;
    min-height: inherit;
   /* 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: #acd8fc;
    min-height: inherit;
    max-height: inherit;
   /* 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;
}

.explode-letter {
    position: absolute;
    animation: explode 1s forwards;
    font-size: 16px;
    white-space: pre;
  }

.explode-letter {
    display: inline-block;
    animation: explode 1s forwards;
}

@keyframes explode {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--translate-x), var(--translate-y)) scale(2);
    }
}


#counting {
        margin: 10px 10px 10px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.counting-summ {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    box-sizing: border-box;
    gap: 15px;
}

.counting-summ-text {
    width: 160px;
    flex-shrink: 0;
}

.counting-summ-count {
    background: #e7e7e7;
    padding: 10px;
    border-radius: 7px;
    min-width: 50px;
    text-align: center;
}

.count_and_eye_start {
    display: flex;
    justify-content: flex-end;
    margin-right: 9%;
}
.count_and_eye {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    position: absolute;
}

@media screen and (max-width : 752px) {
    .textraskladka#stm0 {display:block; width: 100%;}
    .raskladkablock1#stm1 {display:block; width: 100%;}
	.raskladkablock3#stm3 {display:block; width: 100%; margin-top: 5px;}
	.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);}
    .count_and_eye_start {display: flex;justify-content: flex-end;margin-right: 4%;}
    .count_and_eye {margin-top: 7%;}
	.raskladkaenrus textarea#input {min-height: 40px;height: 150px;}
	.raskladkaenrustwo textarea#output {min-height: 40px;height: 150px;}
	div#count {position: relative;left: -1%;top: -15px;}
	div#idshifrator2 {display: block;margin-bottom: 5px;}
	div#selecthash {margin-bottom: 10px;}
	input#idinputshifrator2 {margin-left:0px;width: 210px;}
    #counting {grid-template-columns: repeat(1, 1fr); gap: 8px;}
    .counting-summ-text {width: 130px;}
    .counting-summ-count {padding: 6px; min-width: 40px;}
}
