body {
  background-color: #f7f9f9;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-color: rgba(0, 0, 0, 0.08) transparent;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-track-piece {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(78, 157, 255, 0.68);
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(78, 157, 255, 0.43);
}

img {
  pointer-events: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1e222d;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 0s ease-in-out 0s;
}

input, textarea, select {
  z-index: 1;
  position: relative;
  background: transparent;
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

.animate, .btn:hover, img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #1e222d;
}

.clearfix, .grid:after, .grid .row:before, .grid .row:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.blur_10 {
  -webkit-filter: blur(10px);
  /* Safari 6.0 - 9.0 */
  filter: blur(10px);
  pointer-events: none;
  cursor: default;
}

.blur_5 {
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
  pointer-events: none;
  cursor: default;
}

.grid {
  width: auto;
  max-width: 100%;
  position: relative;
}
.grid .col {
  width: auto;
  display: block;
  align-items: center;
  vertical-align: top;
  float: left;
}
.grid .cntr_el {
  justify-content: center;
  display: flex;
}
.grid .rght_el {
  justify-content: flex-end;
  display: grid;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-box-align: end;
}
.grid .lft_el {
  justify-content: flex-start;
  display: grid;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}
.grid .vcntr_el {
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.grid .vbott_el {
  vertical-align: bottom;
  align-items: flex-end;
  display: flex;
}
.grid .row {
  position: initial;
}
.grid .table {
  display: table;
  width: 100%;
}
.grid .table .head {
  display: table-header-group;
}
.grid .table .body {
  display: table-row-group;
}
.grid .table .row {
  display: table-row;
}
.grid .table .col {
  display: table-cell;
  float: none;
}
.grid .cs_1 {
  width: 10%;
}
.grid .cs_2 {
  width: 20%;
}
.grid .cs_3 {
  width: 30%;
}
.grid .cs_4 {
  width: 40%;
}
.grid .cs_5 {
  width: 50%;
}
.grid .cs_6 {
  width: 60%;
}
.grid .cs_7 {
  width: 70%;
}
.grid .cs_8 {
  width: 80%;
}
.grid .cs_9 {
  width: 90%;
}
.grid .cs_10 {
  width: 100%;
}
.grid .csp_2 {
  width: calc(100% / 2);
}
.grid .csp_3 {
  width: calc(100% / 3);
}
.grid .csp_4 {
  width: calc(100% / 4);
}
.grid .csp_5 {
  width: calc(100% / 5);
}
.grid .csp_6 {
  width: calc(100% / 6);
}

.content-frame {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-frame {
    width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-frame {
    width: 1200px;
  }
}
@media only screen and (min-width: 1380px) {
  .content-frame {
    width: 1380px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-frame {
    width: 1440px;
  }
}

.device.pc, .device .pc {
  display: none;
}
@media (min-width: 769px) {
  .device.pc, .device .pc {
    display: block;
  }
}
.device.tbl, .device .tbl {
  display: none;
}
@media (min-width: 769px) {
  .device.tbl, .device .tbl {
    display: block;
  }
}
.device.mb, .device .mb {
  display: none;
}
@media (max-width: 768px) {
  .device.mb, .device .mb {
    display: block;
  }
}

._mb, ._pc, ._tb {
  display: none;
}
@media only screen and (min-width: 1024px) {
  ._mb._pc, ._pc._pc, ._tb._pc {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  ._mb._tb, ._pc._tb, ._tb._tb {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  ._mb._mb, ._pc._mb, ._tb._mb {
    display: block;
  }
}

a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

body {
  background-color: #eeeff3;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #b5bbc3;
  fill: #b5bbc3;
}

.navigate .logo {
  padding: 40px 0 30px;
}
.navigate .logo svg {
  height: 40px;
}
.navigate .note {
  font-size: 14.5px;
  color: #a2a6b1;
}
.navigate .note:after {
  position: relative;
  width: 40px;
  height: 2px;
  background: #56ce21;
  top: 21px;
  left: calc(50% - 20px);
  content: " ";
  display: block;
  clear: both;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  z-index: 1;
}

.content {
  height: 100%;
  position: relative;
  top: 0;
  width: calc(100% - 40px);
  margin: 0 20px;
  z-index: 1;
}
.content .efile {
  position: relative;
  margin: 80px auto 40px;
  max-width: 900px;
  min-width: 320px;
  border-radius: 10px;
  min-height: 340px;
  max-height: 800px;
  height: calc(100vh - 325px);
}
.content .efile.on .input {
  width: calc(100% - 300px);
}
.content .efile.on .details {
  width: 300px;
  overflow: auto;
}
.content .efile.jpss .elements {
  display: none;
}
.content .efile.jpss .copy {
  display: none;
}
.content .efile.jpss .details .tool {
  bottom: 50%;
  transform: translateY(50%);
}
.content .efile.jpss .btns .bto {
  display: none;
}
.content .efile .input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content .efile .input textarea {
  padding: 20px;
  font-size: 16px;
  font-weight: 100;
  line-height: 18px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  word-break: break-all;
}
.content .efile .area {
  background: white;
  width: 100%;
  height: 100%;
  padding-right: 0;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.content .efile .details {
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 2;
  background: #1e222d;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content .efile .details .store-params {
  display: none;
}
.content .efile .details .store-params.on {
  display: block;
}
.content .efile .details .elements {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  top: 0;
  color: #8091c0;
  font-size: 11px;
  line-height: 14px;
  word-break: break-all;
}
.content .efile .details .elements .encripted {
  padding: 20px 20px 0;
}
.content .efile .details .elements .encripted .link {
  font-size: 16px;
  line-height: 20px;
  background: rgba(8, 11, 15, 0.18);
  color: #20caf5;
  padding: 20px;
  border-radius: 16px;
  width: calc(100% - 80px);
  left: 0;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.content .efile .details .elements .decon {
  padding: 20px;
}
.content .efile .details .copy {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #090b10;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.4s;
}
.content .efile .details .copy svg {
  height: 18px;
  width: 18px;
}
.content .efile .details .copy.on {
  opacity: 1;
  top: 10px;
}
.content .efile .details .tool {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.content .efile .details .tool .btns .passw {
  width: calc(100% - 80px);
}
.content .efile .details .tool .btns .bto {
  width: 80px;
}
.content .efile .details .tool .btns .bt {
  padding: 20px;
  cursor: pointer;
}
.content .efile .details .tool .btns .bt:first-child {
  padding-left: 0;
}
.content .efile .details .tool .btns .inp {
  background: #090b10;
  border-radius: 100px;
  margin: 16px;
}
.content .efile .details .tool .btns .inp input {
  padding: 6px 24px 6px 12px;
  width: calc(100% - 36px);
}
.content .efile .details .tool .btns .inp .pass {
  color: #cddcff;
  font-size: 14px;
  font-weight: 100;
}
.content .efile .details .tool .btns #icplane, .content .efile .details .tool .btns #iccopy, .content .efile .details .tool .btns #ickey, .content .efile .details .tool .btns #iclink {
  height: 20px;
  width: 20px;
}
.content .efile .details .tool .btns #icplane g path:first-child, .content .efile .details .tool .btns #iccopy g path:first-child, .content .efile .details .tool .btns #ickey g path:first-child, .content .efile .details .tool .btns #iclink g path:first-child {
  opacity: 0.4;
}
.content .efile .details .tool .btns .ic {
  position: relative;
}
.content .efile .details .tool .btns .ic.rd {
  opacity: 1;
}
.content .efile .details .tool .btns .ic.rd svg {
  opacity: 1 !important;
}
.content .efile .details .tool .btns .ic.rd svg path {
  fill: red;
}
.content .efile .details .tool .btns .ic.gr {
  opacity: 1;
}
.content .efile .details .tool .btns .ic.gr svg {
  opacity: 1 !important;
}
.content .efile .details .tool .btns .ic.gr svg path {
  fill: #00ff00;
}
.content .efile .details .tool .btns #ickey {
  height: 16px;
  opacity: 0.4;
  padding: 7px 8px;
  position: absolute;
  right: 0;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
}
.footer a {
  color: #b5bbc3;
}
.footer .itm {
  padding: 0 14px;
  font-size: 12.5px;
}
.footer .itmoff {
  color: #56ce21;
}

.tltp {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 200;
  transform: translate(-50%, -50%);
  /* animo(all 0.1s ease-in-out)  */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 11.5px;
  background: #16171d;
  border-radius: 100px;
  padding: 4px 12px;
  color: #f5f5ff;
}

.bkgo {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bkgo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.capsule {
  z-index: 40;
  margin: 80px auto 16px;
  color: #1e222d;
  word-break: break-all;
}
.capsule .cryp {
  position: relative;
  width: 400px;
  margin: 0 auto;
  max-height: calc(100vh - 300px);
  border-radius: 20px;
  background: #343b4e;
  color: #cddcff;
  overflow: hidden;
}
.capsule .cryp .data {
  padding: 20px;
  font-size: 12.5px;
  min-height: 200px;
  color: rgba(205, 220, 255, 0.73);
}
.capsule .passc {
  position: absolute;
  z-index: 10;
  background: #1e222d;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.capsule .passc .ic {
  position: absolute;
  right: 0;
  top: 0;
}
.capsule .passc .ic #ickey {
  height: 16px;
  opacity: 0.4;
  padding: 10px 14px;
  position: absolute;
  right: 0;
}
.capsule .passc .ic.rd {
  opacity: 1;
}
.capsule .passc .ic.rd svg {
  opacity: 1 !important;
}
.capsule .passc .ic.rd svg path {
  fill: red;
}
.capsule .passc .ic.gr {
  opacity: 1;
}
.capsule .passc .ic.gr svg {
  opacity: 1 !important;
}
.capsule .passc .ic.gr svg path {
  fill: #00ff00;
}
.capsule .passc .inp {
  background: #090b10;
  border-radius: 100px;
  margin: 16px;
  position: relative;
}
.capsule .passc .inp input {
  padding: 10px 30px 10px 14px;
  width: calc(100% - 44px);
}
.capsule .passc .inp .pass {
  color: #cddcff;
  font-size: 16px;
  font-weight: 100;
}

.decrypted {
  padding: 40px;
  margin: 0 auto;
  max-width: 900px;
  display: none;
}
.decrypted.on {
  display: block;
}
.decrypted .input {
  background: white;
  border-radius: 10px;
  padding: 20px;
}
.decrypted .input textarea {
  font-size: 16px;
  line-height: 20px;
  min-height: 200px;
  width: 100%;
  position: relative;
}

.selects .inputp {
  border: 1px solid #1b8ba9;
  height: 32px;
  width: auto;
  margin: 20px;
  border-radius: 6px;
}
.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

@media (max-width: 600px) {
  .navigate .logo {
    padding: 20px 0 10px;
  }
  .navigate .logo svg {
    height: 30px;
  }
  .navigate .note:after {
    top: 10px;
  }
}

/*# sourceMappingURL=sty.css.map */
