.download-box {
  transition: 0.2s;
  cursor: pointer;
  border: 3px dashed #222638;
  padding: 15px;
  display: flex;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  align-items: center;
}
.download-box .download-box-ff {
  font-size: 15px;
  font-weight: bolder;
  margin-left: 15px;
}
.download-box .download-box-value {
  transition: 0.2s;
  float: right;
  width: 100%;
  display: flex;
  justify-content: right;
  text-align: right;
  color: white;
}
.download-box:hover {
  border: 3px dashed #589AFE;
}
.download-box:hover .download-box-value {
  color: #589AFE;
}
.p-contact-content {
  text-align: left;
  width: 900px;
  /* TODO */
  margin: auto;
  position: relative;
  background-color: #292E46;
  margin-bottom: 25px;
}
.p-contact-folder-scope {
  display: flex;
  position: relative;
}
.p-contact-iscp {
  padding: 25px;
}
.p-contact-pics-scope {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-contact-pics-name {
  transform: translateY(-170px);
  margin: 8px;
}
.p-contact-pics-wrapper[rpic-mrg] {
  margin-right: 15px;
}
.p-contact-pics-wrapper {
  transition: 0.2s;
  border: 3px transparent solid;
  cursor: pointer;
  width: 150px;
  height: 170px;
}
.p-contact-pics-wrapper .p-contact-pics-bg {
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: -80px -15px;
  filter: saturate(0);
  width: 100%;
  height: 100%;
}
.p-contact-pics-wrapper .p-contact-pics-icon {
  transition: 0.2s;
  padding: 7px;
  width: 22px;
  background-color: #292E46;
  transform: translateY(-112%);
  margin-left: 4px;
}
.p-contact-pics-wrapper:hover {
  border: 3px #589AFE solid;
}
.p-contact-pics-wrapper:hover .p-contact-pics-icon {
  background-color: #589AFE;
}
.p-folder-fl {
  float: left;
  border-right: 1px white solid;
  margin-right: 25px;
}
.p-folder-fr {
  float: right;
}
.p-contact-folder-wrapper {
  width: calc(50% - 1px);
  overflow: hidden;
}
.p-contact-folder-header {
  font-size: 20px;
}
.p-contact-folder-content {
  margin-top: 20px;
}
.p-contact-folder-content.fct-left {
  margin-right: 25px;
}
/*# sourceMappingURL=contact.css.map */