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

* {
  font-family: Raleway;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
}

*:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

#app {
  transform: scale(0.9);
  transform-origin: 0 0;
  width: 85%;
}

.container-fluid {
  padding: 0 8% !important;
}

ul {
  list-style: circle;
}

li::marker {
  color: black;
}

p {
  font-size: 2.48262rem;
  letter-spacing: 0.1rem;
  color: rgb(82, 83, 82);
  word-break: break-all;
  -webkit-box-pack: center;
  justify-content: center;
}

.headLine {
  width: 0.225693rem;
  top: 0px;
  left: 0.5rem;
  height: 5rem;
  background-color: rgb(41, 41, 41);
}

.header {
  padding-top: 1rem;
  padding-bottom: 0;
  direction: ltr;
  margin-bottom: 0.5rem;
}

.has-photo .header-text {
  padding-right: 20rem;
}

.header-photo {
  position: absolute;
  top: 1rem;
  right: 0;
}

.header-photo .photo {
  display: block;
  width: 18rem;
  height: 18rem;
  max-height: none;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .header-photo {
    display: none !important;
  }

  .has-photo .header-text {
    padding-right: 0;
  }
}

.firstName {
  font-weight: lighter;
  text-transform: uppercase;
  word-break: break-all;
  color: rgb(62, 62, 62);
  font-size: 7rem;
  line-height: 1.68;
  letter-spacing: 3.89546rem;
  margin-bottom: 1rem;
  direction: ltr;
}

.lastName {
  font-weight: bold;
  font-size: 8rem;
  text-transform: uppercase;
  word-break: break-all;
  padding-right: 5.64232rem;
  color: rgb(62, 62, 62);
  line-height: 1.09;
  letter-spacing: 4.15952rem;
  direction: ltr;
}

.jobTitle {
  padding-right: 0px;
  margin-top: 4rem;
  color: rgb(31, 31, 31);
}

.jobTitle span {
  padding-left: 1rem;
  letter-spacing: 0.710932rem;
  text-transform: uppercase;
  word-break: break-all;
  direction: ltr;
  color: rgb(66, 64, 64);
  font-size: 3.04685rem;
}

.photo {
  width: 27.2rem;
  height: 27.2rem;
  max-height: 270px;
  object-fit: contain;
}

.middleLine {
  width: 0.225693rem;
  bottom: 3rem;
  left: 1rem;
  height: 5.64232rem;
  background-color: rgb(41, 41, 41);
}

.icon {
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
  color: white;
  background-color: rgb(62, 62, 62);
  border-radius: 50%;
  padding: 0.7rem;
}

a p {
  word-break: break-all;
  color: rgb(102, 103, 102);
}

.list-item {
  padding-top: 2.03123rem;
  padding-bottom: 2rem;
  margin-right: 1rem;
}

.list-item:not(:last-child) {
  border-bottom: 0.225693rem solid rgb(35, 31, 32);
}

.title {
  width: 100%;
  font-weight: bold;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 4.5rem;
  border-bottom: 1px solid rgb(35, 31, 32);
  padding-top: 0rem;
  padding-bottom: 3rem;
  color: rgb(34, 33, 33);
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}

.personal-details .title {
  padding-top: 3rem;
}

.bullet {
  position: relative;
}

.bullet i {
  font-size: 2.6rem;
}

.bullet:before {
  content: "";
  position: absolute;
  left: 1.9rem;
  width: 0.3rem;
  height: 70%;
  background-color: #292929;
  margin-top: 4rem;
}

.record {
  padding-top: 2rem;
}

.record p {
  width: 100%;
  font-size: 3rem;
  line-height: 1.33;
  color: rgb(92, 93, 92);
  word-break: break-word;
  display: block;
}
li {
  font-family: Raleway;
  line-height: 1.33;
  font-size: 3rem;
  color: rgb(103, 103, 103);
}

span {
  color: rgb(92, 93, 92);
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.btn-group-fab {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 20px;
  transform: scale(0.9);
  transform-origin: 100% 100%;
}
.btn-group-fab div {
  position: relative; width: 100%;
  height: auto;
}
.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px; height: 40px;
  margin: 4px auto;
}

@media print {
  @page {
    size: A4;
    margin: 18mm;
  }
  html {
    font-size: 24%;
  }
  body {
    overflow: visible !important;
  }
  .container-fluid {
    padding: 0 !important;
  }
  .header {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
  .header-photo {
    display: block !important;
    top: 12rem;
    right: 0;
  }
  .has-photo .header-text {
    padding-right: 20rem !important;
  }
  
  ul li {
    margin-left: 1rem;
  }

  .list-item,
  .record {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .title {
    break-after: avoid;
    page-break-after: avoid;
  }

  #app {
    transform: none !important;
    width: auto !important;
  }

  .btn-group-fab {
    transform: none !important;
  }
}
