@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.vcard-name {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 1rem;
  text-align: left;
}

.vcard-pronoun {
  font-style: italic;
  margin-left: 1rem;
  margin-top: 0.5rem;
  text-align: left;
  font-size: x-small;
}


.first-section {
  width: 90vw;
  margin: 0 auto;
  border-top: 2px dashed silver;
}

.vcard-company {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.vcard-company .p {
  margin-bottom: unset !important;
}

.vcard-company-details {
  text-align: left;
  margin-right: 2rem;
  margin-left: 1rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.vcard-company-details .vcard-designation {
  font-weight: bold;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.second-section {
  width: auto;
  border-top: 2px dotted silver;
  margin: 1rem;
}

.vcard-summary {
  font-style: italic;
  text-align: left;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.contactLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.contactLinks .contact-link-item {
  padding: 1rem 1rem 1rem 1rem;
  background-color: white;
  border-radius: 1rem;
  width: 90vw;
  text-decoration: unset;
  margin-bottom: 1rem;
}

.contactLinks .contact-link-item .phone-number-link-image {
  width: 7vw;
  margin-right: 1rem;
}

.contactLinks .contact-link-item .phone-extension {
  font-size: small;
  margin-left: 1rem;
}

.contactLinks .contact-link-item .phone-type {
  font-size: small;
}

.addressGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.addressGroup .address-item {
  padding: 1rem 1rem 1rem 1rem;
  /* background-color: #393750; */
  border-radius: 1rem;
  width: 90vw;
  text-decoration: unset;
  margin-bottom: 1rem;
}

.vcardSocialGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
  height: 15vh;
}

.container {
  color: black;
  padding-top: 0px !important;
  text-align: center;
  max-width: 32rem;
  height: 100%;
}

.fa {
  /* padding: 0.8rem; */
  font-size: 24px;
  width: 2em;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: white !important;
  background: gray;
}

.card-container-seconday {
  color: black;
  position: relative;
  max-width: 100%;
  text-align: left;
  margin-left: 7.5px;

}

.template1-vcard-profile-photo {
  height: auto;
  width: 100%;
  border-radius: 0;
  border-bottom-right-radius: 7.5rem;
  margin-bottom: 0;
}

.template1-vcard-name {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bolder;
  margin-top: 1rem;
  text-align: left;
  margin-left: 1rem;
}

/* TEMPLATE 2 START */
.template2-vcard-profile-photo {
  height: auto;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.template2-vcard-name {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 1rem;
  text-align: left;
  margin-top: 0.5rem!important;
  margin-bottom: 0.5rem!important;
}

.template2-vcard-image-separator {
  border-top: 1px solid red;
}

.template2-company-logo-container {
  display: flex;

}

.template2-vcard-company-logo {
  width: 3rem;
  height: 3rem;
  margin-left: 10px;
  margin-top: 15px;
}

/* TEMPALTE 2 END */

/* TEMPLATE 3 START */
.template3-vcard-profile-photo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 20rem;
  max-height: 350px;
}

.template3-vcard-profile-photo {
  width: 80%;
  border-radius: 50%;
  max-width: 256px;
}

.template3-vcard-name {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bolder;
  margin-top: 1rem;
  text-align: left;
  margin-left: 1rem;
}

.template3-company-logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.template3-vcard-company-logo {
  width: 54px;
  height: 54px;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 1rem;
}

/* TEMPALTE 3 END */

/* TEMPLATE 4 START */
.template4-vcard-profile-photo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 15rem;
  max-height: 350px;
}

.template4-vcard-profile-photo {
  width: 40%;
  border-radius: 50%;
  max-width: 256px;
  margin-top: 2rem;
}

.template4-vcard-summary-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.template4-vcard-summary {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 85%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .35);
  margin-top: -2rem;
  background-color: white;
  padding-bottom: 0.5rem;
}

.template4-company-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.template4-vcard-designation {
  font-weight: bold;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.template4-vcard-pronoun {
  font-style: italic;
  margin-top: 0.5rem;
  text-align: left;
  font-size: x-small;
}

.template4-vcard-company-details {
  text-align: left;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.template4-vcard-company {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.template4-vcard-name {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bolder;
  margin-top: 0.5rem;
  text-align: left;
  margin-left: 10px;
}

.template4-company-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.template4-vcard-company-logo {
  width: 54px;
  height: 54px;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 1rem;
}

/* TEMPALTE 4 END */


.fa {
  padding-top: 7px;
  font-size: none;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: white !important;
  background: gray;
  width: 40px;
  height: 40px;
}

.vcard-li {
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}


.save-contact-button-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: small;
  align-items: center;
  z-index: 1000;
}

.save-contact-button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  margin-bottom: 10px;
  height: 50px;
  padding-right: 1rem;
  width: 90%;
  border-radius: 10px;
}

.exchange-contact-button {
    background-color: white;
    height: 50px;
    padding-right: 1rem;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.save-contact-button1 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
