/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'),
       url('../fonts/poppins-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/poppins-v13-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: local('Barlow Light'), local('Barlow-Light'), url(../fonts/Barlow-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: local('Barlow ExtraBold'), local('Barlow-ExtraBold'), url(../fonts/Barlow-ExtraBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.header {
  overflow: hidden;
  padding: 1em 0;
  margin-bottom: 1.5em;
}

.o-navbar-minimal {
  margin: -20px 0px auto 0px;
  height: 80px;
  width: 100%;
}

.logo {
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
}

.header__title {
  margin: 0;
  color: #1A4C49;
  font-weight: 800;
  font-size: 3em;
  float: left;
  margin-top: 0.4em;
  /* background: #9CE626; */
  -webkit-animation: tracking-in-contract-bck 1s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
}
.header__utilities {
  float: right;
}

select{
  -webkit-appearance: auto;
  cursor: pointer;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-9-11 15:40:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

body {
  font-family: Barlow, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 14pt;
  background: #f6f5f6;
}

.bodyWrapper {
  width: 800px !important;
  margin: 0px auto;
}

#divEncryptResult {
  width: 800px;
  display: inline-block;
  margin: 0px auto;
}

a,
a:link,
a:visited,
a:active {
  color: blue;
}

a:hover {
  cursor: pointer;
  color: red;
}

.black10pointcourier {
  font-family: 'courier';
  color: black;
  font-size: 10pt;
}

.container {
  width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-x: hidden;
}

.dropzone {
  border: 2px dashed gray;
  width: 95%;
  padding: 2% 2% 5% 2%;
  text-align: center;
  min-height: 150px;
  margin: 5px 0 5px 0;
}

.divTablefullwidth {
  display: table;
  width: 100%;
}

.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 3px 3px;
}

#txtEncpassphrase,
#txtDecpassphrase,
#txtFilename {
  margin-bottom: -5px;
}

.passwordDesc {
  font-size: 12px;
  display: inline-block;
  color: grey;
}

#divDecrypt {
  margin: 0 auto;
  display: inline-block;
  width: 800px;
}

.divTableBody {
  display: table-row-group;
}

.greenspan {
  color: green;
}

.redspan {
  color: red;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background: rgba(30, 30, 30, 0.8) url('loading.gif') 50% 50% no-repeat;
  background-size: 50px;
  color: white;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: inline-block;
  max-width: 300px;
}

.modal-grid {
  display: grid;
  grid-template-columns: auto;
  margin: auto;
  margin-top: 250px;
  width: 400px;
}

textarea {
  width: 790px !important;
  margin-left: 5px !important;
  resize: vertical !important;
}

.modal-grid-item {
  display: grid;
  justify-content: center;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}

.node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  transition: all 1000ms ease;
}

.activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
  height: 40px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

li p {
  display: inline-block;
  margin-left: 25px;
}

textarea {
  width: 50%;
  height: 200px;
}

li {
  list-style: none;
  line-height: 1px;
}

.green {
  background-color: rgba(92, 184, 92, 1);
}
.grey {
  background-color: rgba(201, 201, 201, 1);
}



/*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
}

.copy-click {
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
  cursor: copy;
  color: #484848;
  border-bottom: 1px dashed #767676;
  transition: background-color calc(var(--duration) * 2) var(--ease);
}

.copy-click:after {
  content: attr(data-tooltip-text);
  text-decoration: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  padding: 8px 16px;
  white-space: nowrap;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
}

.copy-click.is-hovered:after {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition-timing-function: var(--ease);
}

.copy-click.is-copied {
  background-color: yellow;
}

.copy-click.is-copied:after {
  content: attr(data-tooltip-text-copied);
}
