body.file {
  background-color: #0d0d0d;
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

body::before {
  z-index: 9999;
  mix-blend-mode: overlay;
  opacity: 0.2;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  image-rendering: pixelated;
  background: url(https://i.pinimg.com/736x/4a/69/ae/4a69aec322cf27e23893093ea503d229.jpg);
  pointer-events: none;
}

hr.thebox {
  border: none;
  border-top: solid 1px #0d0d0d22;
  height: 1px;
  width: 65%;
}

hr.outsidethebox {
  border: none;
  border-top: 1px dashed #00000095;
  height: 1px;
  width: 80%;
}

hr.warning {
  border: none;
  border-top: 2px solid #ffffffba;
  height: 1px;
  width: 80%;
}

button {
  padding: 5px 19px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Tooltip input-p*/
.tooltip-p {
  position: relative;
  font-style: italic;
  min-width: 230px;
  width: 500;
  text-align: end;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 13px;
  text-decoration: dotted underline;
  cursor: help;
}

.tooltiptext-p {
  color: #ffffff;
  width: 500;
  text-align: end;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-align: center;
  /* FUCK MY STYUPID TRANNY LIFE*/
  background-color: #000000c0;
  visibility: hidden;
  width: auto;
  border-radius: 3px;
  padding: 2px 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 92%;
}

.tooltip-p:hover .tooltiptext-p {
  visibility: visible;
}

/* Tooltip */
.tooltip {
  position: relative;
  text-decoration: underline;
  cursor: help;
}

.tooltiptext {
  background-color: #000000c0;
  color: #ffffff;
  font-size: medium;
  text-align: center;
  /* FUCK MY STYUPID TRANNY LIFE*/
  visibility: hidden;
  width: 130px;
  border-radius: 3px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* redacted */
.redacted {
    position: relative;
    display: inline-block;
    cursor: help;  
    color: #434343;
    background-color: #434343;
    padding-top: 1px;
    padding-bottom: 1px;
}

.redactedtext {
  width: 80px;
  background-color: #a5000e;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
  /* redactedtext*/
  border-radius: 3px;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 62%;
  margin-left: -62%;
  visibility: hidden;
}

.redacted:hover .redactedtext {
  visibility: visible;
}

/* img captain lwokey */
.idk {
  float: right;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 70px;
  max-width: 50%;
}

.profile-image {
  border: solid 1px #000000;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  width: 250px;
}

.profile-image .Img-caption {
  background-color: #eee;
  border-top: solid 1px #666;
  padding: 2px 0;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

/* actual style tags */
.content-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

.paper {
  width: 810px;
  max-width: 100%;
  margin: 0 auto 10px;
  min-height: 100%;
  background-color: rgb(255, 255, 255);
  position: relative;
}

.footer {
  background-color: #1f1e1e;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.header {
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #555;
  text-align: center;
  padding-top: 30px;
}

.header img {
  width: 200px;
  max-width: 80%;
  margin-bottom: 30px;
}

.PGheader {
  background-color: #1f1e1e;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  word-break: break-word;
}

.profile-section {
  padding: 40px 20px;
}

.personnel-cont {
  border: #000000 solid 1px;
  padding: 30px 0px;
  margin-right: 287px;
  box-shadow: 0 1px 6px #00000027;
}

.personal-cont {
  border: #000000 solid 1px;
  padding: 30px 0px;
  box-shadow: 0 1px 6px #00000027;
}

/* item request */
.granted {
  color: #56aa3c;
  font-style: italic;
  min-width: 230px;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

.pending {
  color: #da8859;
  font-style: italic;
  min-width: 230px;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

.Denied {
  color: #b12300;
  font-style: italic;
  min-width: 230px;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

.reval {
  color: #aaaaaa;
  font-style: italic;
  min-width: 230px;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: bold;
}

.label-table {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 23px;
  width: 99.1584%;
  background-color: #000000;
  color: #ffffff;
  border-collapse: collapse;
  float: left;
  border-width: 2px;
}

.item-tr {
  height: 18px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: #ffffff00;
  border-right: #ffffff00;
  font-style: italic;
  min-width: 230px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 13px;
}

/* Friggen info yo */
.info-row-basic {
  display: flex;
  margin-bottom: 8px;
  margin-left: 50px;
}

.info-row-personal {
  display: flex;
  margin-bottom: 8px;
  margin-left: 70px;
}

.info-Title {
  cursor: default;
  font-weight: bold;
  min-width: 120px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: -30;
  margin-bottom: 30px;
  padding-bottom: 6px;
  padding-top: 3px;
  background-color: #0000001f;
  border: #000000 solid 1px;
}

.info-label-b {
  cursor: default;
  font-weight: bold;
  text-align: left;
  min-width: 120px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 17px;
  text-decoration: underline;
}

.info-label-p {
  cursor: default;
  font-weight: bold;
  text-align: left;
  min-width: 120px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 14px;
  text-decoration: underline;
}

.info-input-b {
  font-style: italic;
  min-width: 230px;
  text-align: end;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 16px;
}

.info-input-p {
  font-style: italic;
  min-width: 230px;
  width: 500;
  text-align: end;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 13px;
}

.info-input-List {
  font-style: italic;
  min-width: 230px;
  width: 500;
  text-align: end;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #434343;
  font-size: 13px;
  margin-left: 80px;
}

/* mobile */
@media screen and (max-width: 768px) {
  body {
    background-color: white;
    width: 100%;
    overflow-x: hidden;
  }

  .content-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .personnel-cont {
    margin-right: auto;
  }

  .paper {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .profile-image {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    float: none;
    position: relative;
    width: 200px;
    max-width: 80%;
  }

  .PGheader {
    font-size: 13px;
    padding: 10px 5px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
  }

  .PGheader img {
    width: 60px !important;
    max-width: 70vw;
  }

  .PGheader button {
    font-size: 18px;
    padding: 4px 12px;
  }

  .header {
    display: block;
    width: 100%;
    margin-left: -10px;
  }

  .footer {
    display: block;
    width: 100%;
  }

  .profile-section {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .profile-section > .info-row:first-child {
    order: 1;
  }

  .info-row-basic {
    display: flex;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .info-row-personal {
    display: flex;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .info-label-b {
    font-size: 19px;
    min-width: 100px;
  }

  .info-input-b {
    font-size: 18px;
    min-width: 0;
    width: auto;
    max-width: calc(100% - 110px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .info-label-p {
    font-size: 16px;
    min-width: 100px;
    text-align: center;
    width: 100%;
  }

  .info-input-p {
    font-size: 15px;
    margin-right: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
  }

  .info-input-List {
    min-width: 0;
    width: auto;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-left: 20px;
    margin-right: 20px;
  }

  ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    box-sizing: border-box;
  }

.tooltip-p {
    font-size: 15px;
    margin-right: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
}

.tooltiptext-p {
  background-color: #000000c0;
  border-radius: 3px;
  bottom: 100%;
  left: 50%;
}

}
