@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');

* {
  font-family: 'Barlow', sans-serif;
  box-sizing: border-box;
  font-size: 13pt;
}

body {
  margin: 0;
}

.page {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: auto;
}

div#cookie {
  width: 100%;
  padding: 5px;
  font-size: 10pt;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, .8);
  color: #ffffff;
  text-align: center;
  display: none;
  z-index: 100;
}

div#cookie a {
  color: #ffffff;
  text-decoration: underline;
}

div#cookie input {
  border: 0;
  background: #dd8a20;
  color: #ffffff;
  padding: 3px 10px;
  margin-left: 10px;
  width: auto;
}

.ctext {
  max-width: 700px;
  text-align: center;
}

.header {
  top: 0px;
  left: -1px;
  display: flex;
  padding-left: 3%;
  padding-right: 3%;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  min-width: 300px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  color: #aaa;
  min-height: 700px;
  flex-grow: 1;
  flex-direction: column;
  background-color: #F3F3F3;
}

.footer {
  bottom: 0px;
  width: 100%;
  height: 10%;
  color: #1B252C;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  min-height: 50px;
  padding: 1%;
}

.footer div {
  font-size: 12pt;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.footer a {
  font-size: 12pt;
  text-decoration: underline;
}

#footer_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#home {
  apadding-left: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

#login {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  text-transform: uppercase;
  min-width: 120px;
}

#logedUser {
  text-transform: uppercase;
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}

.singleView {
  flex-direction: column;
}

.buttons {
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 50%;
}

.btn {
  cursor: pointer;
  background: #E5E5E7;
  border-radius: 10px;
  padding: 3%;
  text-transform: uppercase;
  color: #172026;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

.btn:hover {
  background-color: #00000033;
}

.wimg {
  padding: 0%;
}

.socNetlogo {
  height: 26px;
  width: 26px;
}

@media (hover: hover) and (pointer: fine) {
  .nfade.socNetlogo:hover {
    animation: spin 1s linear;
    -webkit-animation: spin 1s linear;
    -moz-animation: spin 1s linear;
    transition: all ease-in-out;
  }
}

@keyframes spin {
  0% {
    transform: scale(1) rotate(90deg);
  }

  50% {
    transform: scale(1.5) rotate(-45deg);
  }
}

@-moz-keyframes spin {
  0% {
    transform: scale(1) rotate(45deg);
  }

  50% {
    transform: scale(1.5) rotate(-45deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: scale(1) rotate(45deg);
  }

  50% {
    transform: scale(1.5) rotate(-45deg);
  }
}

.infoLogo {
  height: 30px;
  width: 30px;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  awidth: 100%;
  aheight: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}

.homepage .card {
  opacity: 0;
  transform: translateX(100px);
}

.homepage .card.show {
  transform: translateX(0);
  opacity: 1;
}

.list {
  transition: 150ms;
  display: flex;
  flex-direction: column;
  text-align: left;
  /* height: 393px; */
  width: 21%;
  position: relative;
  perspective: 1000px;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
  background-color: white;
  width: 343px;
  height: 393px;
}

.single {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 22%;
  position: relative;
  background-color: white;
  width: 686px;
  height: 343px;
  flex-wrap: wrap;
  background-color: #F3F3F3;
}

.flip {
  transform: rotateY(0.5turn) !important;
}

hr {
  width: 100%;
  border: none;
  border-top: 2px solid #fff;
  color: #333;
}

.infos {
  padding: 1%;
  background-color: #1B252C;
  z-index: 1000;
  width: 100%;
  position: absolute;
  bottom: 5px;
  width: 80%;
  right: 0px;
  height: 45%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  font-size: 10pt;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.localization {}

.title {
  font-weight: bold;
  color: #ffffff;
  font: normal normal bold 20px/30px Barlow;
}

.realName {
  color: #ffffff;
  text-transform: uppercase;
  font: normal normal normal 14px/16px Barlow;
}

.realName, .slogan, .title {
  padding-left: 5%;
}

.title {
  font-weight: bold;
}

.tags {
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.tags div {
  font-size: 11pt;
}

.slogan {
  font-size: 9pt;
}

.cardBg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  width: 100%;
  padding-left: 5%;
}

.socialNetworks img {
  margin-left: 5px;
}

.socialNetworks {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}

.single .socialNetworks {
  justify-content: center;
}

.single .socNetlogo_wa {
  width: 20px;
  height: 20px;
}

.single .socialNetworks div {
  font-size: 9pt;
  padding: .5%;
  margin: .5%;
}

a {
  text-decoration: none;
  color: #1B252C;
}

.userImages {
  height: 393px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form .userImages {
  position: relative;
}

.userImagesSingle {
  max-width: 343px;
  max-height: 343px;
}

.userImages img {
  max-width: 100%;
  max-height: 100%;
  min-height: 343px;
}

@media screen and (min-width:300px) and (max-width:699px) {
  .single .rightSide {
    max-width: 343px;
  }

  .single .cardInner {
    flex-wrap: wrap;
  }

  .single {
    height: auto;
  }
}

.formImg .userImages {
  height: auto;
  width: auto;
  max-width: 343px;
  max-height: 343px;
}

.userForm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 700px;
  aflex-wrap: wrap;
}

.uform {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  color: #1B252C;
  width: 100%;
  max-width: 700px;
}

.imagesUpload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 50px;
  width: 100%;
  padding: 2%;
  min-width: 150px;
}

input[type=file] {
  display: none;
}

#imgUpload {
  width: 40%;
  font-size: 11pt;
}

.formImg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.frow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 95%;
}

.prefix {
  text-align: right;
}

input[type=text] {
  /* width: 100%; */
  flex-grow: 1;
  height: 40px;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #E5E5E7;
  border-radius: 5px;
}

textarea {
  width: 100%;
  padding: 5px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #E5E5E7;
  border-radius: 5px;
}

input[type=button] {
  width: 50%;
  height: 70%;
  padding: 2%;
  border-radius: 0;
  margin: 10px 0;
}

#plusText {
  text-transform: none;
  font-weight: normal;
}

.frow>label, #userImagelabel {
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  padding-left: 1px;
  color: #1B252C;
}

#userImagelabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

#img_e {
  margin: 0;
}

textarea {
  resize: none;
}

.list .cardInner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.single .cardInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  background-color: inherit;
}

.leftSide, .rightSide {
  /* width: 100%;
  height: 100%; */
  color: #fff;
}

.rightSide {
  padding: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 343px;
  min-width: 343px;
}

.rightSide .realName, .rightSide .title, .rightSide .slogan {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.single .bsOptions, .single .cardBg {
  display: none;
}

.single .infos {
  border-radius: 0;
  right: 0;
  width: 50.5%;
  height: 30%;
  bottom: 0px;
  align-items: center;
  justify-content: space-between;
}

.single .rightSide .description, .rightSide .slogan, .rightSide .title, .rightSide .realName {
  font-size: 1em !important;
}

.rightSide .title {
  font-size: 1.3em !important;
}

.single hr {
  width: 90%;
}

.single .description {
  padding-left: 5%;
  color: #fff;
}

.list .frontSide, .list .backSide {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list .backSide {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(-180deg);
  color: #ffffff !important;
  z-index: 1000;
  object-fit: cover;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
  padding: 3%;
  font-size: 10pt !important;
}

.list .frontSide {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.bsOptions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.list .backSide div {
  padding-left: 10px;
}

.fade {
  opacity: 30%;
}

.colors {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.colors input[type=radio] {
  display: none;
}

.colors label {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 8px;
  margin-left: 2px;
  background-position: center center;
  background-repeat: no-repeat;
}

.colors input:checked+label {
  border: 1px solid black;
  background-image: url("../images/check.png");
}

.dropMenu {
  position: relative;
  display: inline-block;
}

.dropbtn {
  color: #fff;
  font-size: 12pt;
}

.dropContent {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  top: 2.4em;
  right: -1.5em;
}

@media screen and (min-width:1000px) and (max-width:1499px) {
  .dropContent {
    right: -2.7em;
  }

  .header {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (min-width:1500px) {
  .header {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.dropContent a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropContent a:hover {
  background-color: #ddd;
}

.red {
  box-shadow: 0px 0px 2px 2px #E34234 !important;
  border: 1px solid #E3735E !important;
}

.hide {
  display: none !important;
}

.errorbox {
  font-size: 11pt;
  color: #E34234;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  apadding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
}

#save {
  width: 40%;
  border-radius: 5px !important;
}

#save_container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #172026;
}

#star {
  color: red;
  font-weight: bold;
  padding: 1.5%;
}

#loginbtn, #logoutbtn {
  padding: 10%;
}

.userCardList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cardTitle {
  font-weight: bold;
  font-size: 14pt;
  color: #172026;
  padding: 1%;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
}

#inactiveCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.cardpage {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.saved {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #172026;
}

.homepage .editCard {
  display: none;
}

.editCard {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #172026;
}

.editCard img {
  width: 30px;
  height: 30px;
}

.yellow_bg {
  background-color: #DC00FF;
}

.yellow_font {
  color: #DC00FF;
}

.pink_bg {
  background-color: #FF9700;
}

.pink_font {
  color: #FF9700;
}

.sharePopup {
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #1B252C;
  min-height: 150px;
  min-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  color: #fff;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 20%;
}

.links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 60px;
}

.blur {
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.resizeImg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #172026;
}

.editImg {
  position: relative;
}

#close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
}

#download {
  height: 30px;
}

.loggedu{
  margin-right: 10%;
}
