/* ------------------ Global styles ------------------ */

/* START SVG */
.template_2 .logo img {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 260px;
  height: auto;
}
.template_2 .logo svg {
  position: absolute;
  /* top: 64px; */
  top: 80px;
  left: 15px;
  width: 260px;
  height: auto;
}
.template_2 .tagLoXRu svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: auto;
}
.template_2 .backgroundSVG svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template_2 .afterName svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  display: none;
}
/* END SVG */

.template_2.badge {
  /* width: 421px; */
  /* height: 596px; */
  width: 411px;
  height: 586px;
  font-family: 'Telegraf', sans-serif;
  position: relative;
  background-color: #f8f3ed;
  color: black;
  page-break-inside: avoid;
}
.template_2 .custom_infos {
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  max-width: 390px;
}
.template_2 .custom_name {
  /* font-size: 1.24rem; */
  font-size: 1.6rem;
  font-weight: 800;
  background-color: black;
  color: white;
  padding: 10px 12px 8px 12px;
  position: relative;
  width: fit-content;
}
.template_2 .c_name_svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(90%, -85%);
}
.template_2 .custom_society {
  /* font-size: 1.17rem; */
  font-size: 1.4rem;
  font-weight: 800;
  padding-top: 12px;
  line-height: 1.4rem;
}
.template_2 .custom_activity {
  font-family: 'Telegraf Normal', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.1rem;
  /* max-width: 175px; */
}
.template_2 .custom_role svg {
  z-index: 9;
  position: absolute;
  top: 30px;
  right: 20px;
  width: auto;
  height: 200px;
}
